@charset "UTF-8";
/* https://getbootstrap.com/docs/4.0/getting-started/theming/ */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "GraphikRegular";
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #02315A;
  text-align: left;
  background-color: #F8F8F8;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0D9DDB;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(8.713362069, 105.2306034483, 146.786637931);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "PxGroteskBold";
  font-weight: bold;
  line-height: 1.3;
  color: #02315A;
}

h1, .h1 {
  font-size: 7rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.8rem;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F8F8F8;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #F8F8F8;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(187.24, 227.56, 244.92);
}

.table-hover .table-primary:hover {
  background-color: rgb(165.0421582734, 218.5707913669, 241.6178417266);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(165.0421582734, 218.5707913669, 241.6178417266);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #F8F8F8;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #F8F8F8;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(112.9331896552, 206.3469827586, 246.5668103448);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(13, 157, 219, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.85rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(2.3375rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.625rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F8F8F8, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #F8F8F8, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 157, 219, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 157, 219, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0D9DDB;
  border-color: #0D9DDB;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(10.8566810345, 131.1153017241, 182.8933189655);
  border-color: rgb(10.1422413793, 122.4870689655, 170.8577586207);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(13, 157, 219, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0D9DDB;
  border-color: #0D9DDB;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.1422413793, 122.4870689655, 170.8577586207);
  border-color: rgb(9.4278017241, 113.8588362069, 158.8221982759);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(13, 157, 219, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #0D9DDB;
  background-color: transparent;
  background-image: none;
  border-color: #0D9DDB;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0D9DDB;
  border-color: #0D9DDB;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 157, 219, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0D9DDB;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0D9DDB;
  border-color: #0D9DDB;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(13, 157, 219, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0D9DDB;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(8.713362069, 105.2306034483, 146.786637931);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #02315A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0D9DDB;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F8F8F8;
  border-color: #dee2e6 #dee2e6 #F8F8F8;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0D9DDB;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 8px;
}
.navbar-brand a {
  display: block;
}
.navbar-brand svg {
  width: 163px;
  height: 46px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0D9DDB;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: rgb(8.713362069, 105.2306034483, 146.786637931);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 157, 219, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0D9DDB;
  border-color: #0D9DDB;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.6rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(6.76, 81.64, 113.88);
  background-color: rgb(206.6, 235.4, 247.8);
  border-color: rgb(187.24, 227.56, 244.92);
}
.alert-primary hr {
  border-top-color: rgb(165.0421582734, 218.5707913669, 241.6178417266);
}
.alert-primary .alert-link {
  color: rgb(3.9022413793, 47.1270689655, 65.7377586207);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "GraphikRegular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #02315A;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #02315A;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

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

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

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

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0D9DDB !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(10.1422413793, 122.4870689655, 170.8577586207) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #0D9DDB !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(10.1422413793, 122.4870689655, 170.8577586207) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* temp styling only for prototype use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 2.8rem;
  overflow-x: hidden;
}

[v-cloak] {
  display: none;
}

.container-fluid {
  max-width: 144rem;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.d-flex li {
  margin-left: 5px;
  margin-right: 5px;
}
ul.d-flex li:first-child {
  margin-left: 0;
}
ul.d-flex li:last-child {
  margin-right: 0;
}

.tags {
  font-size: 12px;
  font-weight: bold;
}

.event {
  margin: 0 0 20px 0;
}
.event .event__date {
  font-size: 14px;
  font-weight: bold;
}
.event .event__meta-info {
  font-size: 12px;
}
.event .event__tags {
  font-size: 12px;
  font-weight: bold;
}

.h1 {
  margin-bottom: 3rem;
}

.h2 {
  margin-bottom: 2rem;
}

.h3 {
  margin-bottom: 1.5rem;
}

.h4 {
  margin-bottom: 1rem;
}

.h5 {
  margin-bottom: 1rem;
}

.h6 {
  margin-bottom: 0.5rem;
}

/*
Ispired by: https://codepen.io/danielmdesigns/pen/QbgYKa
Added the same HTML structure
Added necessary z-index and position because of overlay
*/
@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 3.4rem;
  }
  h3, .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 4.6rem;
  }
  h2, .h2 {
    font-size: 3.4rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
  }
  body {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 4.6rem;
  }
  h2, .h2 {
    font-size: 2.9rem;
  }
  h3, .h3 {
    font-size: 1.9rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  body {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

@font-face {
  font-family: "GraphikRegular";
  src: url("../fonts/graphikregular.eot");
  src: url("../fonts/graphikregular.eot?#iefix") format("embedded-opentype"), url("../fonts/graphikregular.woff2") format("woff2"), url("../fonts/graphikregular.woff") format("woff"), url("../fonts/graphikregular.ttf") format("truetype"), url("../fonts/graphikregular.svg#PxGrotesk-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "GraphikBold";
  src: url("../fonts/graphikbold.eot");
  src: url("../fonts/graphikbold.eot?#iefix") format("embedded-opentype"), url("../fonts/graphikbold.woff2") format("woff2"), url("../fonts/graphikbold.woff") format("woff"), url("../fonts/graphikbold.ttf") format("truetype"), url("../fonts/graphikbold.svg#PxGrotesk-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "PxGroteskBold";
  src: url("../fonts/PxGrotesk-Bold.eot");
  src: url("../fonts/PxGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PxGrotesk-Bold.woff2") format("woff2"), url("../fonts/PxGrotesk-Bold.woff") format("woff"), url("../fonts/PxGrotesk-Bold.ttf") format("truetype"), url("../fonts/PxGrotesk-Bold.svg#PxGrotesk-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "PxGroteskRegular";
  src: url("../fonts/PxGroteskRegular.eot");
  src: url("../fonts/PxGroteskRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PxGroteskRegular.woff2") format("woff2"), url("../fonts/PxGroteskRegular.woff") format("woff"), url("../fonts/PxGroteskRegular.ttf") format("truetype"), url("../fonts/PxGroteskRegular.svg#PxGrotesk-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "PxGroteskScreen";
  src: url("../fonts/PxGrotesk-Screen.eot");
  src: url("../fonts/PxGrotesk-Screen.eot?#iefix") format("embedded-opentype"), url("../fonts/PxGrotesk-Screen.woff2") format("woff2"), url("../fonts/PxGrotesk-Screen.woff") format("woff"), url("../fonts/PxGrotesk-Screen.ttf") format("truetype"), url("../fonts/PxGrotesk-Screen.svg#PxGrotesk-Screen") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\E900";
}

.icon-arrowdown:before {
  content: "\E901";
}

.icon-arrowright:before {
  content: "\E902";
}

.icon-arrowleft:before {
  content: "\E903";
}

.icon-close:before {
  content: "\E904";
}

.icon-businessman:before {
  content: "\E905";
}

.icon-youtube:before {
  content: "\E906";
}

.icon-whatsapp:before {
  content: "\E907";
}

.icon-twitter:before {
  content: "\E908";
}

.icon-linkedin:before {
  content: "\E909";
}

.icon-facebook:before {
  content: "\E90A";
}

.icon-arrowsdown:before {
  content: "\E90B";
}

.icon-contact:before {
  content: "\E90C";
}

.icon-vinkje:before {
  content: "\E90D";
}

.icon-certificate:before {
  content: "\E90E";
}

.icon-language:before {
  content: "\E90F";
}

.icon-kennis:before {
  content: "\E910";
}

.icon-vergoeding:before {
  content: "\E911";
}

.icon-vakantie:before {
  content: "\E912";
}

.icon-studie:before {
  content: "\E913";
}

.icon-student:before {
  content: "\E914";
}

.icon-ironman:before {
  content: "\E915";
}

.icon-share:before {
  content: "\E916";
}

.icon-net .path1:before {
  content: "\E917";
}

.icon-net .path2:before {
  content: "\E918";
  margin-left: -1em;
}

.icon-net .path3:before {
  content: "\E919";
  margin-left: -1em;
}

.icon-net .path4:before {
  content: "\E91A";
  margin-left: -1em;
}

.icon-net .path5:before {
  content: "\E91B";
  margin-left: -1em;
}

.icon-net .path6:before {
  content: "\E91C";
  margin-left: -1em;
}

.icon-net .path7:before {
  content: "\E91D";
  margin-left: -1em;
}

.icon-net .path8:before {
  content: "\E91E";
  margin-left: -1em;
}

.icon-java .path1:before {
  content: "\E91F";
}

.icon-java .path2:before {
  content: "\E920";
  margin-left: -1em;
}

.icon-java .path3:before {
  content: "\E921";
  margin-left: -1em;
}

.icon-java .path4:before {
  content: "\E922";
  margin-left: -1em;
}

.icon-java .path5:before {
  content: "\E923";
  margin-left: -1em;
}

.icon-java .path6:before {
  content: "\E924";
  margin-left: -1em;
}

.icon-java .path7:before {
  content: "\E925";
  margin-left: -1em;
}

.icon-java .path8:before {
  content: "\E926";
  margin-left: -1em;
}

.icon-ai:before {
  content: "\E927";
}

.icon-dataalgorithms:before {
  content: "\E928";
}

.icon-softwarearchitecture:before {
  content: "\E929";
}

.icon-agile:before {
  content: "\E92A";
}

.icon-devops:before {
  content: "\E92B";
}

.icon-requirements:before {
  content: "\E92C";
}

.icon-managedservices:before {
  content: "\E92D";
}

.icon-iot:before {
  content: "\E92E";
}

.icon-information:before {
  content: "\E92F";
}

.icon-back:before {
  content: "\E930";
}

.icon-home:before {
  content: "\E931";
}

.navbar-toggle .icon-bar, .nav-item span, .toggle-extern:after, .sidebar--filters h3:after, .content-row--intro .home-intro-filters .dropdown .icon-arrowdown {
  transition: all 0.25s ease-in-out;
}

.intern ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-row--autosearch .home-form-autosearch, .content-row--text-and-image .image {
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
}

.content-row--stories .story:hover {
  transform: scale(1.025);
}

.removelist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grayscale {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #02315A;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #02315A;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #02315A;
}

:-moz-placeholder { /* Firefox 18- */
  color: #02315A;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center !important;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

.is-hidden {
  display: none;
}

.removelist {
  list-style: none;
  padding: 0;
}
.removelist.list-inline {
  display: inline-flex;
}

.justify-content-left {
  justify-content: flex-start;
}

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

.visible-xs, .visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
.content-row {
  padding: 3rem 0;
}
.content-row .container > .row > [class^=col-] > *:last-child,
.content-row .container > .row > [class*=" col-"] > *:last-child {
  margin-bottom: 0;
}
.content-row .container > .row > [class^=col-] > *:last-child li,
.content-row .container > .row > [class*=" col-"] > *:last-child li {
  padding-bottom: 0;
}
.content-row h2 {
  margin-bottom: 2rem;
  position: relative;
}
.content-row h2:first-of-type:before {
  content: "";
  border-top: 1.5rem solid #0d9ddb;
  border-right: 1.5rem solid transparent;
  margin-left: -1.5rem;
  position: relative;
  top: 22px;
  left: -10px;
}
.content-row h2.centre:before {
  position: relative;
  top: 22px;
  left: -10px;
}
.content-row p {
  margin: 0 0 3rem 0 !important;
}
.content-row figure {
  margin: 0;
}
.content-row .call-to-actions li {
  padding: 0;
}
.content-row .call-to-actions li:before {
  display: none;
}
.content-row .call-to-action {
  margin: 1rem 0 0 0;
}
.content-row.content-row--form h2 {
  text-align: center;
}
.content-row.content-row--white {
  background-color: #ffffff;
}
.content-row.content-row--blue {
  color: #fff;
  background-color: #02315a;
}
.content-row.content-row--blue h2 {
  color: #fff;
}
.content-row.content-row--gray {
  background-color: #F8F8F8;
}

@media (max-width: 767.98px) {
  .content-row {
    padding: 1.5rem 0;
  }
  .content-row h2:first-of-type {
    margin-left: 2.5rem;
  }
  .content-row h2:first-of-type:before {
    top: 21px;
  }
  .content-row .text-center h2:first-of-type {
    margin-right: 2.5rem;
  }
  .content-row--gallery .col-md-4 {
    margin-bottom: 2rem;
  }
  .vacancy-template-default .content-row {
    padding: 3rem 0;
  }
  .vacancy-template-default .content-row h2 {
    margin-left: 2.5rem;
  }
}
@media (max-width: 576.98px) {
  .content-row h2 {
    font-size: 2.6rem;
  }
  .content-row h2 {
    font-size: 2.6rem;
  }
}
.content-row--stories {
  padding: 3rem 0;
}
.content-row--stories .story {
  display: block;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.content-row--stories .story .story__summary,
.content-row--stories .story .story__overlay {
  display: none;
  font-family: "PxGroteskRegular";
}
.content-row--stories .story:hover {
  position: relative;
  z-index: 1;
  font-family: "PxGroteskRegular";
}
.content-row--stories .story:hover .story__summary {
  bottom: 0;
  color: white;
  display: block;
  padding: 2rem;
  position: absolute;
}
.content-row--stories .story:hover .story__summary p {
  font-size: 1.6rem;
  font-family: "PxGroteskRegular";
  line-height: 2.9rem;
  margin-bottom: 3rem;
}
.content-row--stories .story:hover .story__overlay {
  background-color: #01233B;
  display: block;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-row--stories .story:hover .story__teller {
  line-height: 2.4rem;
}
.content-row--stories .story:hover .story__teller .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9rem;
  font-family: "PxGroteskBold";
}
.content-row--stories .story:hover .story__teller .position {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.content-row--stories .call-to-action {
  margin: 3rem 0 0 0;
}

.content-row--story .story {
  color: black;
  text-decoration: none;
}
.content-row--story .story__picture {
  display: none;
}
.content-row--story .story__summary p {
  font-size: 36px;
  font-weight: bold;
  line-height: 49px;
}
.content-row--story .story__teller {
  display: flex;
}
.content-row--story .story__teller li {
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
}
.content-row--story .story__teller li:first-child {
  font-weight: bold;
}
.content-row--story .story__teller li:first-child:after {
  content: "-";
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .content-row--stories .story {
    margin-bottom: 3rem;
  }
  .content-row--stories .row div:nth-child(n+2) .story {
    margin-bottom: 30px;
  }
  #story-collection div:nth-child(1) .story,
  #story-collection div:nth-child(2) .story {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .content-row--stories .story {
    margin-bottom: 1.5rem;
  }
}
.content-row--quote--padding {
  display: none;
  margin-top: 9rem;
  padding-bottom: 0;
}

@media (max-width: 881px) {
  .content-row--quote--padding {
    display: initial;
    margin-top: 9rem;
    padding-bottom: 0;
  }
}
.object--job {
  margin-bottom: 20px !important;
}
.object--job .object__tags {
  display: inline-block;
}
.object--job .object__tags li {
  display: inline-flex;
  margin-right: 1rem;
}
.object--job .object__discription {
  margin-bottom: 2rem;
}
.object--job svg {
  width: 22px;
  float: right;
}

.object--topic .img-responsive {
  min-width: 30rem;
}

.vacancy-template-default .page-content .content-row--text p {
  margin-bottom: 30px !important;
}
.vacancy-template-default .content-row h2:before {
  content: "";
  border-top: 1.5rem solid #0d9ddb;
  border-right: 1.5rem solid transparent;
  margin-left: -1.5rem;
  position: relative;
  top: 22px;
  left: -10px;
}

.content-row--internship .job {
  border: 0.1rem solid black;
  padding: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.content-row--internship a:hover {
  text-decoration: none;
}

.content-row--themes .text-center {
  width: 100%;
}
.content-row--themes .theme {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3rem;
  padding: 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.content-row--themes .theme:hover {
  position: relative;
  transform: scale(1.1);
  z-index: 1;
}
.content-row--themes .theme a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.content-row--themes .theme a:hover {
  text-decoration: none;
}
.content-row--themes .theme h3 {
  background-color: white;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 1.5rem 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.content-row--themes .theme span {
  color: white;
  font-size: 6rem;
}

@media (max-width: 767.98px) {
  .content-row--themes .container-fluid .row {
    margin: auto;
  }
  .content-row--themes .theme .img-responsive {
    height: auto;
  }
  .content-row--themes [class^=col-], .content-row--themes .content-row--themes [class*=" col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.content-row--projects .object--project {
  height: 33rem;
  margin: 0 0 3rem 0;
  padding: 0;
}
.content-row--projects .object--project:hover {
  cursor: pointer;
}
.content-row--projects .object--project img {
  height: 33rem;
  min-width: 30rem;
}
.content-row--projects .object--project .object__summary {
  margin: 0;
  padding: 3rem;
}
.content-row--projects .object--project .object__summary .object__title {
  margin-bottom: 1rem;
}
.content-row--projects .object--project .object__summary .object__title:before {
  display: none;
}
.content-row--projects .object--project .object__summary .object__description {
  margin: 0 0 2rem 0;
}
.content-row--projects .object--project .object__summary .object__description p {
  margin: 0;
}
.content-row--projects .object--project .object__c2a-buttons .btn {
  margin-top: 4rem;
}
.content-row--projects .object--project .object__c2a-buttons .btn.btn--small {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .content-row--projects .object--project .object__summary .object__description {
    height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767.98px) {
  .content-row--projects .object--project {
    height: 100%;
  }
  .content-row--projects .object--project img {
    height: 30rem;
  }
}
.content-row--procedures ol {
  list-style-type: none;
  padding: 0;
}
.content-row--procedures .procedure__step {
  color: #0D9DDB;
  font-family: "PxGroteskBold";
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 5.8rem;
  margin-right: 3rem;
}
.content-row--procedures .procedure__step span {
  align-items: center;
  background-image: url("../img/svg/procedure-badge.svg");
  color: #ffffff;
  display: flex;
  height: 7rem;
  justify-content: center;
  vertical-align: middle;
  width: 7rem;
}
.content-row--procedures p {
  margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .content-row--procedures .procedure .procedure__step {
    margin-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  .content-row--procedures .procedure {
    display: block !important;
    text-align: center;
  }
  .content-row--procedures .procedure .procedure__step {
    display: flex;
    justify-content: center;
    margin: 0 0 2rem 0;
    margin-right: 0;
  }
}
.content-row--path hr {
  border: 0.1rem solid #0D9DDB;
  position: relative;
  top: -12rem;
  width: 90%;
  z-index: 0;
}
.content-row--path .point div {
  border: 2px solid #0D9DDB;
  border-radius: 100%;
  margin: 0 0 10px 0;
  position: relative;
  height: 10rem;
  width: 10rem;
  z-index: 1;
}
.content-row--path .point div span {
  font-size: 5rem;
}
.content-row--path .point strong {
  display: block;
  text-align: center;
  width: 10rem;
}
.content-row--path .point.start div {
  background-color: #0D9DDB;
}
.content-row--path .point.start div span {
  color: white;
}
.content-row--path .point.end div {
  background-color: white;
}
.content-row--path .point.end div span {
  color: #0D9DDB;
}

@media (max-width: 767.98px) {
  .content-row--path hr {
    top: -9.5rem;
    width: 80%;
  }
  .content-row--path .point {
    text-align: center;
    width: 12rem;
  }
  .content-row--path .point div {
    height: 8rem;
    width: 8rem;
  }
  .content-row--path .point div span {
    font-size: 4rem;
  }
  .content-row--path .point strong {
    margin-top: 1rem;
    width: 12rem;
  }
  .content-row--path .point.start div, .content-row--path .point.end div {
    margin: 0 1rem;
  }
}
.content-row--schedule {
  background-color: #D3ECF8;
}
.content-row--schedule table {
  border: 0;
  font-size: 12px;
  width: 100%;
}
.content-row--schedule table td, .content-row--schedule table th {
  border: 0;
  vertical-align: top;
  padding: 0;
}
.content-row--schedule table table td {
  display: block;
  margin: 0 0 0.75rem 0.75rem;
  border: 1px solid white;
  padding: 0 1rem;
  background-color: white;
  border-radius: 0.4rem;
  font-size: 1.1rem;
}
.content-row--schedule .fiftheen-minutes {
  height: 15px;
}
.content-row--schedule .thirty-minutes {
  height: 30px;
}
.content-row--schedule .fourtyfive-minutes {
  height: 45px;
}
.content-row--schedule .sixty-minutes {
  height: 60px;
}
.content-row--schedule .first-row td {
  height: 40px;
}

.content-row--apply {
  text-align: center;
}

.content-row--conditions {
  text-align: center;
}

.content-row--text ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
.content-row--text ul li {
  padding: 0 0 0 2rem;
  position: relative;
}
.content-row--text ul li:before {
  content: "\E902";
  color: #13a2dd;
  font-family: "icomoon";
  font-size: 1.6rem;
  left: -0.5rem;
  position: absolute;
  top: 0;
}
.content-row--text.content-row--center {
  text-align: center;
}
.content-row--text.content-row--center h2 {
  text-align: center;
}
.content-row--text.content-row--center p {
  margin-bottom: 22px;
}

.content-row--review h2 {
  text-align: center;
  margin-bottom: 3rem !important;
}
.content-row--review .col-md-6 {
  padding: 5rem;
}
.content-row--review .col-md-6:first-child {
  background-color: #0D9DDB;
  color: #fff !important;
  text-align: center;
  font-size: 1.8rem;
}
.content-row--review .col-md-6:last-child {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.content-row--review .col-md-6:last-child h4 {
  margin-bottom: 2rem;
}
.content-row--review svg {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
.content-row--review .score {
  font-size: 5rem;
  line-height: 5.2rem;
  font-family: "PxGroteskBold";
}
.content-row--review .ornement-header {
  height: 18rem;
  right: -1rem;
  background-size: contain;
}
.content-row--review .star {
  width: 15px;
  height: 15px;
  background-image: url("../img/svg/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: inline-block;
}
.content-row--review .star.half {
  background-image: url("../img/svg/star-half.svg");
}
.content-row--review .star.full {
  background-image: url("../img/svg/star-full.svg");
}
.content-row--review table {
  width: 100%;
}
.content-row--review table td:last-child {
  color: #0D9DDB;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .content-row--review .col-md-6 {
    padding: 4rem 2rem;
  }
  .content-row--review .ornement-header {
    height: 10rem;
    background-size: contain;
    background-position: top right;
  }
}
@media (max-width: 767.98px) {
  .content-row--review .ornement-header {
    bottom: -3rem;
  }
}
.content-row--episode ul {
  margin-left: -15px;
  margin-right: -15px;
}
.content-row--episode li {
  padding: 0;
  display: flex;
  min-height: 250px;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
  background-color: white;
}
.content-row--episode li .image {
  width: 250px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/1e/ICNG_-_Rotterdam_Centraal.jpg");
}
.content-row--episode li .content {
  flex: 1;
  padding: 30px;
}
.content-row--episode li .content h4 {
  font-weight: 100;
  margin-bottom: 1.5rem;
}
.content-row--episode li .content p {
  margin: 0 0 2rem;
}
.content-row--episode li .content .btn {
  margin-bottom: 0;
}

.content-row--text-and-image.content-row--text-and-video .left {
  padding-right: 60px;
}
.content-row--text-and-image.content-row--text-and-video .left .video-image__embed__overlay {
  left: 15px;
  right: 60px;
}
.content-row--text-and-image.content-row--text-and-video .right {
  padding-left: 60px;
}
.content-row--text-and-image.content-row--text-and-video .right .video-image__embed__overlay {
  left: 60px;
  right: 15px;
}
.content-row--text-and-image.content-row--text-and-video .video-image {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  min-height: 380px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .content-row--text-and-image.content-row--text-and-video .video-image {
    min-height: 280px;
  }
}
.content-row--text-and-image.content-row--text-and-video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.content-row--text-and-image.content-row--text-and-video .video-container iframe {
  min-height: 8rem;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  margin-bottom: 40px;
}

.content-row--text-and-image .video-player {
  height: 600px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .content-row--text-and-image .video-player {
    height: 587.219px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767.98px) {
  .content-row--text-and-image .video-player {
    height: 293.609px;
  }
}
.content-row--text-and-image .btn-primary {
  margin-top: 20px;
}
.content-row--text-and-image .video-image {
  background-color: #f8f8f8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .content-row--text-and-image .video-image {
    height: 587.219px;
  }
}
@media (max-width: 767.98px) {
  .content-row--text-and-image .video-image {
    height: 293.609px;
  }
}
.content-row--text-and-image .video-image__embed__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/svg/youtube-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .content-row--text-and-image .video-image__embed__overlay {
    left: 15px;
    right: 15px;
  }
}
.content-row--text-and-image .text {
  position: relative;
  z-index: 0;
  padding: 3rem 0 6rem;
}
.content-row--text-and-image .text p {
  margin-bottom: 0;
}
.content-row--text-and-image .col-lg-6.right {
  display: flex;
  justify-content: flex-end;
}
.content-row--text-and-image .call-to-actions .btn {
  margin-bottom: 0;
}
.content-row--text-and-image .image img {
  height: auto;
}

@media (min-width: 992px) {
  .content-row--text-and-image .background-image-test {
    width: calc(100% - 15px);
  }
  .content-row--text-and-image .d-lg-block .background-image-test {
    left: 15px;
  }
  .content-row--text-and-image .d-xs-none .background-image-test {
    left: 0;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .content-row--text-and-image .text {
    max-width: 83.333%;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .col-lg-6 .text {
    padding-right: 7rem;
  }
  .col-lg-6.right .text {
    padding-right: 0;
    padding-left: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .content-row--text-and-image .text {
    height: auto;
    padding: 3rem 0 3rem;
  }
  .content-row--text-and-image .image {
    margin: 0;
  }
  .content-row--text-and-image .image img {
    height: auto;
  }
  .content-row--text-and-image .full-width.image {
    margin: 0 !important;
  }
}
.content-row--sticky-c2a {
  display: none;
  background-color: #F0F0F0;
  /* state */
}
.content-row--sticky-c2a .is-sticky {
  display: block;
  position: absolute;
  width: 100%;
}

.content-row--quote {
  color: #0D9DDB;
}
.content-row--quote blockquote {
  font-family: "PxGroteskBold";
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-align: center;
}
.content-row--quote blockquote strong {
  font-family: "PxGroteskScreen";
}
.content-row--quote cite {
  font-size: 16px;
  text-align: center;
  font-style: normal;
  width: 100%;
  display: block;
}

@media (max-width: 767.98px) {
  .content-row--quote blockquote {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
}
.content-row--video .embed-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/svg/youtube-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.content-row--video .video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 56.25%;
}
.content-row--video .video-container iframe {
  min-height: 8rem;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  min-height: 8rem;
}

.content-row--resource-cards .col-md-4 {
  margin-bottom: 30px;
}
.content-row--resource-cards .col-md-4 a {
  display: block;
  background-color: #fff;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
}
.content-row--resource-cards .col-md-4 a:hover, .content-row--resource-cards .col-md-4 a:focus {
  color: initial;
  text-decoration: none;
  transform: scale(1.025);
}
.content-row--resource-cards .col-md-4 a:hover p, .content-row--resource-cards .col-md-4 a:focus p {
  color: initial;
}
.content-row--resource-cards .col-md-4 .text {
  padding: 30px;
  min-height: 150px;
}
.content-row--resource-cards .col-md-4 .text .event__title {
  min-height: 0px !important;
}
.content-row--resource-cards .col-md-4 .text .event__time {
  margin-top: 40px;
}
.content-row--resource-cards .col-md-4 .text h3 {
  font-size: 28px;
  line-height: 36px;
  font-family: "PxGroteskBold", serif;
  margin: 15px 0 15px 0;
  min-height: 180px;
}
.content-row--resource-cards .col-md-4 .resource_category {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.content-row--resource-cards .col-md-4 .resource_category li {
  font-size: 11px;
  line-height: 13px;
  color: #7eccee;
  text-transform: uppercase;
  font-family: "PxGroteskBold", serif;
}
.content-row--resource-cards .col-md-4 .resource_category li:after {
  content: ",";
  display: inline;
  margin-right: 5px;
}
.content-row--resource-cards .col-md-4 .resource_category li:last-child:after {
  content: none;
}
.content-row--resource-cards .col-md-4 .resource_category li.resource_type {
  color: #0D9DDB;
  font-size: 15px;
  line-height: 17px;
}
.content-row--resource-cards .call-to-actions {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

/* custom rows */
.content-row--autosearch {
  margin-top: 7rem;
  padding: 0 0 3.5rem 0;
  /*.col-lg-11 {
      flex: 0 0 80%;
      max-width: 80%;
  }*/
}
.content-row--autosearch h2 {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.content-row--autosearch h2:before {
  display: none;
}
.content-row--autosearch .home-form-autosearch {
  z-index: 1 !important;
  background-color: white;
  margin-top: -16.5rem;
  padding: 0 14.5rem 4rem 14.5rem;
  position: relative;
  z-index: 1;
}
.content-row--autosearch .search-wrapper input {
  width: 100%;
  border: 1px solid #cccccc;
}
.content-row--autosearch .btn {
  color: #02315A;
  line-height: 3.25;
  padding: 0 1.5rem 0 0;
  width: 5rem;
}
.content-row--autosearch .btn span:before {
  color: #02315A;
  font-size: 2.2rem;
  top: 1.5rem;
}
.content-row--autosearch .btn:hover span {
  color: white;
}
.content-row--autosearch .btn:after {
  display: none;
}

.home-form-autosearch .autosearch-results:empty {
  display: none;
}
.home-form-autosearch .autosearch-results:empty {
  display: none;
}
.home-form-autosearch .autosearch-results h3 {
  font-family: "GraphikBold";
  font-size: 16px;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  line-height: 23px;
  margin-bottom: 0;
  padding: 2rem 1.5rem 1rem 1.5rem;
}
.home-form-autosearch .autosearch-results ul {
  font-family: "GraphikRegular";
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 2rem;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}
.home-form-autosearch .autosearch-results ul li a {
  color: #02315A;
  padding: 0 1.5rem 1rem 1.5rem;
}
.home-form-autosearch .autosearch-results .more-results {
  font-style: italic;
  text-decoration: underline;
  padding-top: 2rem;
  font-size: 15px;
  line-height: 35px;
}
.home-form-autosearch .autosearch-results .more-results:hover {
  color: #0D9DDB;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-row--autosearch .home-form-autosearch {
    margin-left: 4rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-row--autosearch .home-form-autosearch {
    padding: 0 7rem 4rem 7rem;
  }
}
@media (max-width: 767.98px) {
  .content-row--autosearch {
    margin-top: 16.5rem;
    padding-bottom: 2rem;
  }
  .content-row--autosearch .home-form-autosearch {
    padding: 3rem;
  }
  .content-row--autosearch .home-form-autosearch h2 {
    font-size: 2.6rem;
    margin-left: 0;
    text-align: center !important;
  }
  .content-row--autosearch .home-form-autosearch .search-wrapper input {
    padding-right: 4.5rem;
    width: 100%;
  }
  .content-row--autosearch .home-form-autosearch .btn span:before {
    color: #02315A;
  }
}
.content-row--intro {
  margin-top: 13.5rem;
  padding: 0;
  /* .col-lg-11 {
        flex: 0 0 80%;
        max-width: 80%;
    }*/
}
.content-row--intro .home-intro-filters {
  position: relative;
  z-index: 1 !important;
  background-color: white;
  margin-top: -23rem;
  padding: 6rem 4rem;
}
.content-row--intro .home-intro-filters .d-flex {
  align-items: flex-end;
}
.content-row--intro .home-intro-filters .filter-intro-search {
  width: calc(50% - 40px);
  margin-left: 10px;
}
.content-row--intro .home-intro-filters .filter-intro-search:first-child {
  margin-left: 0;
  margin-right: 10px;
}
.content-row--intro .home-intro-filters .dropdown {
  height: 40px;
}
.content-row--intro .home-intro-filters .dropdown-toggle {
  background-color: white;
  border: 1px solid #cccccc;
  color: #02315A;
  font-family: "GraphikRegular";
  font-size: 1.6rem;
  padding: 5px 2rem;
  min-height: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
.content-row--intro .home-intro-filters .dropdown-toggle::after {
  position: absolute;
  right: 1.5rem;
  top: 2.25rem;
}
.content-row--intro .home-intro-filters .dropdown-toggle span {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
}
.content-row--intro .home-intro-filters .btn {
  padding: 0 10px;
  position: relative;
  margin: 0 0 0 20px;
}
.content-row--intro .home-intro-filters .btn:after {
  content: "\E900";
  color: white;
  font-family: "icomoon";
  font-size: 2rem;
  position: relative !important;
  right: 0;
}
.content-row--intro .home-intro-filters .btn span.icon-arrowright {
  display: none;
}
.content-row--intro .home-intro-filters .dropdown-menu {
  background-color: white !important;
  box-shadow: none;
  border-radius: 0;
  color: #02315A;
  margin-top: -0.2rem;
  outline: 0;
  padding: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
.content-row--intro .home-intro-filters .dropdown-menu.show {
  transform: none !important;
  top: 41px !important;
}
@media (max-width: 767.98px) {
  .content-row--intro .home-intro-filters .dropdown-menu.show {
    top: 0px !important;
  }
}
.content-row--intro .home-intro-filters .dropdown.show {
  outline: 0;
}
.content-row--intro .home-intro-filters .dropdown.show button,
.content-row--intro .home-intro-filters .dropdown.show button:focus {
  outline: 0;
}
.content-row--intro .home-intro-filters .dropdown.show .icon-arrowdown {
  transform: rotate(180deg);
}
.content-row--intro .home-intro-filters .dropdown-item {
  border-bottom: 0;
  color: #02315A;
  font-size: 1.6rem;
  line-height: 4rem;
  margin-left: 0;
  padding: 0 2rem;
}
.content-row--intro .home-intro-filters .dropdown-item:hover, .content-row--intro .home-intro-filters .dropdown-item:focus {
  background-color: #02315A !important;
  color: white !important;
}
.content-row--intro .home-intro-filters .call-to-action {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .content-row--intro .home-intro-filters .h5 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-row--intro .home-intro-filters {
    margin-left: 4rem;
    padding: 4rem;
    width: 100%;
    margin-top: -21rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-row--intro .home-intro-filters {
    padding: 3rem;
    margin-top: -20rem;
  }
  .content-row--intro .home-intro-filters .dropdown-toggle {
    width: 28rem;
  }
}
@media (max-width: 767.98px) {
  .content-row--intro .home-intro-filters {
    margin-top: -16rem;
    padding: 3rem;
    margin-bottom: 30px !important;
  }
  .content-row--intro .home-intro-filters .filter-intro-search {
    width: 100%;
  }
  .content-row--intro .home-intro-filters > div {
    display: block !important;
  }
  .content-row--intro .home-intro-filters .h5 {
    font-size: 1.6rem;
  }
  .content-row--intro .home-intro-filters .dropdown-filter-theme {
    margin: 2rem 0;
  }
  .content-row--intro .home-intro-filters .dropdown-toggle {
    font-size: 1.4rem;
    width: 100%;
  }
  .content-row--intro .home-intro-filters .dropdown-menu.show {
    border: 1px solid #ccc;
  }
  .content-row--intro .home-intro-filters .call-to-action {
    display: block !important;
    margin-top: initial;
  }
  .content-row--intro .home-intro-filters .btn {
    display: block !important;
    width: 100%;
    top: initial;
    margin-bottom: 0;
    margin-left: 0;
  }
  .content-row--intro .home-intro-filters .btn span {
    display: none;
  }
  .page--home .arrow-wrapper {
    display: none;
  }
}
.footer {
  background-color: #02315A;
  background-image: url("../img/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: "PxGroteskRegular";
  font-size: 1.4rem;
  height: 40rem;
  padding: 8rem 0;
}
.footer a {
  color: white;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .flex-wrapper {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  height: 24rem;
}
.footer .social-media,
.footer .menu-legal {
  width: 100%;
}
.footer .social-media a {
  display: inline-block;
  margin-right: 1rem;
  color: white;
  font-size: 3.2rem;
}
.footer .social-media a:hover {
  text-decoration: none;
}
.footer .menu-legal {
  position: relative;
  top: 1rem;
}
.footer .menu-legal a {
  margin-right: 4rem;
}
.footer .copyright {
  position: relative;
  top: 1rem;
}
.footer .contact {
  display: flex;
  justify-content: flex-end;
  line-height: 2.4rem;
  width: 100%;
}
.footer .contact .footer-ornement {
  top: 0;
  left: 1.5rem;
}
.footer .contact li span {
  width: 5rem;
  margin: 0 5rem 0 4rem;
  display: inline-block;
  font-family: "PxGroteskBold";
  overflow-wrap: normal;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .contact .footer-ornement {
    left: auto;
    top: -90px;
    right: 15px;
    position: absolute;
  }
  .footer .contact ul.removelist {
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 6rem 0;
  }
  .footer .flex-wrapper {
    height: 8rem;
  }
  .footer .menu-legal {
    flex-direction: column;
    margin-top: 15rem;
  }
  .footer .contact {
    justify-content: flex-start;
  }
  .footer .contact li span {
    margin: 0 5rem 0 0rem;
  }
  .footer .footer-logo {
    height: 4.6rem;
    margin-top: 7.5rem;
    width: 16rem;
  }
  .footer .copyright {
    display: none !important;
  }
  .footer .meta-menu:after {
    content: "Info Support \A9   2019";
    position: relative;
    top: 1rem;
  }
  .footer ul.d-flex li {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer .contact {
    justify-content: flex-start;
  }
  .footer .contact li span {
    margin: 0 5rem 0 0rem;
  }
  .footer .contact .footer-ornement {
    top: -90px;
    left: auto;
    position: absolute;
    right: 15px;
  }
}
.social-media a {
  display: inline-block;
  margin-right: 1rem;
  color: #0d9ddb;
  font-size: 3.2rem;
}
.social-media a:hover {
  text-decoration: none;
}

.ornement-header {
  background-image: url("../img/svg/ornement-header.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 30rem;
  position: absolute;
  width: 100%;
  right: -2rem;
  bottom: 0;
}

.page-header {
  z-index: 1 !important;
  align-items: center;
  background-color: #F1F1F1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 30rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.page-header video {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.page-header h1 {
  color: white;
  font-size: 5rem;
  line-height: 6.4rem;
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 1px 1px 8px #333;
}
.page-header h1:before {
  content: "";
  border-top: 2rem solid #13a2dd;
  border-right: 2rem solid transparent;
  height: 0;
  position: absolute;
  top: 14px;
  width: 0;
  left: -35px;
}
.page-header strong {
  font-family: "PxGroteskScreen";
}
.page-overview--vacancy .page-header {
  color: #02315A;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}
.page-header.page-header--large {
  height: 50rem;
}
.page-header.page-header--home {
  height: 50rem;
}
.page-header.page-header--quote {
  background-size: contain;
  background-position: top right;
}
.page-header.page-header--quote h1 {
  color: #02315a;
  margin-bottom: 1rem;
  position: relative;
}
.page-header.page-header--quote strong {
  font-size: 1.8rem;
  color: #0D9DDB;
  font-family: "PxGroteskBold";
}
.page-header.page-header--quote p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  position: relative;
  font-family: "PxGroteskRegular";
}

.podcast-block,
.subscribe-block {
  z-index: 1;
  padding: 4rem;
  margin-top: -65px;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.podcast-block h2,
.podcast-block h5,
.podcast-block h6,
.subscribe-block h2,
.subscribe-block h5,
.subscribe-block h6 {
  margin: 2.5rem 0 1.5rem;
  font-weight: 100;
}
.podcast-block h2,
.subscribe-block h2 {
  margin-top: 0;
}
.podcast-block .listen-media li,
.subscribe-block .listen-media li {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: white;
  flex-grow: 1;
}
.podcast-block .listen-media li:hover,
.subscribe-block .listen-media li:hover {
  background-color: #dee2e6;
}
.podcast-block .listen-media li a,
.subscribe-block .listen-media li a {
  margin: 5px 5px 4px;
  display: flex;
}
.podcast-block .listen-media li a:hover,
.subscribe-block .listen-media li a:hover {
  text-decoration: none;
}
.podcast-block .listen-media li img,
.subscribe-block .listen-media li img {
  margin-right: 5px;
}
.podcast-block .listen-media li h5,
.subscribe-block .listen-media li h5 {
  margin: 0;
  font-size: 1.1rem;
}
.podcast-block .listen-media li h6,
.subscribe-block .listen-media li h6 {
  margin: 0;
  font-size: 0.75rem;
}

.subscribe-block p, .subscribe-block h2 {
  text-align: center;
}
.subscribe-block p {
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .page-header.page-header--home {
    height: 40rem;
  }
}
@media (max-width: 767.98px) {
  .ornement-header {
    height: 18rem;
    right: 0;
  }
  .page-header {
    height: 18rem;
  }
  .page-header h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .page-header h1:before {
    content: none;
  }
  .page-header.page-header--home {
    height: 30rem;
  }
  .page-header.page-header--large {
    height: 18rem;
  }
  .page-header .call-to-actions {
    display: none;
  }
  .header-buttons-mobile {
    padding: 4.5rem 0 0;
  }
  .header-buttons-mobile .call-to-actions .btn {
    margin-bottom: 2rem;
  }
  .page-header.page-header--quote {
    height: initial;
    padding: 40px 0;
  }
  .page-header.page-header--quote .ornement-header {
    height: 13rem;
  }
  .page-header.page-header--quote .col-md-7 {
    padding-right: 100px;
  }
  .page-header.page-header--quote h1 {
    font-size: 28px;
  }
  .page-header.page-header--quote p {
    margin-bottom: 0;
  }
}
.page-content {
  background-color: #F8F8F8;
  padding: 3rem 0 3rem 0;
  position: relative;
}
.page--default .page-content {
  margin-top: 6rem;
}
.page--home .page-content {
  padding-top: 0;
}
.page-overview--story .page-content {
  padding-top: 3rem;
}

.page-single--vacancy .page-content {
  padding-top: 0;
}

.page-section__container .entry-content a {
  color: #00a3e0;
}

.page-template-template-contact .page-content {
  padding: 6rem 0 6rem 0;
}

.page-template-template-rows .page-content {
  padding: 0;
}
.page-template-template-rows .page-content .content-row:first-child {
  padding-top: 6rem;
}
.page-template-template-rows .page-content .content-row:last-child {
  padding-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .page-content {
    padding: 0 0 3rem 0;
  }
}
.chat-toggle {
  align-items: center;
  background-color: #f04e23;
  border-radius: 100%;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  top: 20rem;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 2.6rem;
  height: 5rem;
  justify-content: center;
  position: fixed;
  right: 2rem;
  width: 5rem;
  z-index: 4;
}
.chat-toggle img {
  color: white;
}
.chat-toggle:hover, .chat-toggle:focus {
  background-color: #02315A;
  color: white;
  text-decoration: none;
}
.chat-toggle span:nth-child(1) {
  display: block;
}
.chat-toggle span:nth-child(2) {
  display: none;
}
.chat-toggle.open span:nth-child(1) {
  display: none;
}
.chat-toggle.open span:nth-child(2) {
  display: block;
}

.chatbox {
  display: none;
  box-shadow: 0 51px 76px 0 #d8d8d8;
  top: 26rem;
  background-color: white;
  border-radius: 0.6rem;
  font-family: "PxGroteskRegular";
  padding: 2rem;
  position: fixed;
  right: 2rem;
  width: 43rem;
  z-index: 3;
}

.advisor {
  font-size: 1.4rem;
}
.advisor .advisor-info {
  margin-top: 1.5rem;
}
.advisor .advisor-info img {
  margin-top: 0.5rem;
  margin-right: 2rem;
  border-radius: 50%;
}
.advisor .advisor-info ul {
  line-height: 2.6rem;
}
.advisor .advisor-info .name {
  font-family: "PxGroteskBold";
  font-size: 1.8rem;
}
.advisor .advisor-info .phone span {
  color: #3cb82a;
  margin-left: 0.5rem;
}

@media (max-width: 991.98px) {
  .chat-toggle {
    bottom: 2rem;
    top: auto;
  }
}
@media (max-width: 767.98px) {
  .chatbox {
    bottom: 80px;
    right: 2rem;
    top: auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .chatbox {
    width: auto;
    right: 0rem;
  }
}
.sidebar--filters h2 {
  margin-bottom: 2.5rem;
}
.sidebar--filters h3 {
  color: #0D9DDB;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.sidebar--filters .filter-group,
.sidebar--filters .static-filter-group {
  margin-bottom: 4rem;
}

.counter {
  color: #0D9DDB;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: right;
}

.category {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .sidebar--filters {
    margin-bottom: 6rem;
  }
  .sidebar--filters .filter-group,
  .sidebar--filters .static-filter-group {
    margin-bottom: 0.5rem !important;
  }
  .sidebar--filters .filter-group .list-inline,
  .sidebar--filters .static-filter-group .list-inline {
    display: none;
    background: white;
    padding: 1rem 2rem;
  }
  .sidebar--filters .filter-group h3,
  .sidebar--filters .static-filter-group h3 {
    background-color: #0D9DDB;
    color: white;
    margin-bottom: 0;
    padding: 1em 2rem;
    position: relative;
  }
  .sidebar--filters .filter-group h3:after,
  .sidebar--filters .static-filter-group h3:after {
    content: "";
    background-image: url(../img/svg/arrowsdown-white.svg);
    background-repeat: no-repeat;
    display: inline-flex;
    height: 10px;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 10px;
  }
  .sidebar--filters .filter-group h3.open:after,
  .sidebar--filters .static-filter-group h3.open:after {
    top: 20px;
    transform: rotate(180deg);
  }
}
.search-wrapper {
  position: relative;
}
.search-wrapper button {
  background: transparent;
  border: 0;
  color: #02315A;
  line-height: 3.25;
  padding: 0 1.5rem 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.search-wrapper button:after {
  display: none;
}
.search-wrapper button:hover {
  background-color: transparent;
}
.search-wrapper button:hover span:hover {
  color: #7ECCEE;
}
.search-wrapper button span:before {
  color: #02315A;
  font-size: 1.6rem;
}
.search-wrapper input {
  font-size: 1.6rem;
  min-height: 4rem;
  line-height: 1.6rem;
  padding: 0 1.5rem;
  width: 100%;
  border: 1px solid #cccccc;
}

.job-search-form {
  z-index: 1 !important;
  background-color: white;
  margin: 0 5rem;
  padding: 3rem;
  position: relative;
}
.job-search-form h1 {
  margin-bottom: 1rem;
}

.btn, .button {
  z-index: 2 !important;
  background-color: #0D9DDB;
  border: 0;
  border-radius: 0.5rem;
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "PxGroteskRegular";
  height: 4rem;
  line-height: 4.2rem;
  padding: 0 3.5rem 0 2rem;
  margin-right: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .btn, .button {
    font-size: 1.3rem;
  }
}
.btn span:before, .button span:before {
  color: white;
  font-size: 1.4rem;
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  transition: right 0.15s;
  height: 5rem;
}
.btn:hover, .button:hover {
  background-color: #02315A;
  color: white;
}
.btn:focus, .button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.button {
  padding: 0 2rem 0 2rem;
}

.btn--small {
  font-size: 1.5rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0 3rem 0 1.5rem;
  margin-right: 10px;
}
.btn--small span:before {
  right: 1rem;
  top: 1.1rem;
}

.btn {
  margin-bottom: 1rem;
}

.portal-menu {
  background-color: #02315A;
  color: white;
  font-size: 1.3rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
.portal-menu ul {
  margin: 0;
}
.portal-menu a {
  color: white;
}

.toggle-extern span {
  display: inline-block;
  margin: 0 0.5rem;
}
.toggle-extern:after {
  content: "";
  background-image: url(../img/svg/arrowsdown-white.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 2.5px;
  width: 10px;
  height: 10px;
  position: relative;
  top: 4px;
  left: 2px;
}
.toggle-extern.collapsed:after {
  top: 0;
  transform: rotate(180deg);
}
.toggle-extern:hover, .toggle-extern:focus {
  text-decoration: none;
}

.extern {
  position: absolute;
  top: 4rem;
  background-color: #02315A;
  z-index: 1;
  padding: 0 2rem 1rem 2rem;
  margin-left: -2rem;
}
.extern a:hover span, .extern a:focus span {
  text-decoration: none !important;
}

.intern ul {
  display: flex;
}
.intern li a {
  position: relative;
}
.intern li a:before {
  content: "";
  background-color: #20517C;
  display: inline-block;
  height: 1rem;
  width: 0.1rem;
  margin: 0 0.75rem;
}
.intern li:first-child a:before {
  display: none;
}

.pagination {
  justify-content: center;
}
.pagination .list-inline {
  display: flex;
}
.pagination .list-inline .btn {
  background-color: transparent;
  color: #0D9DDB;
  padding: 3px 1.38rem;
  border: 2px solid #0D9DDB;
  margin: 0 0.5rem;
  line-height: 4rem;
  font-family: "PxGroteskBold";
}
.pagination .list-inline .btn span.icon-arrowleft, .pagination .list-inline .btn span.icon-arrowright {
  font-family: "PxGroteskBold";
}
.pagination .list-inline .btn span.icon-arrowleft:before {
  font-family: "icomoon";
  content: "\E903";
  position: relative;
  font-size: 1.4rem;
  top: 2px;
  color: #0D9DDB;
  right: initial;
  height: initial;
}
.pagination .list-inline .btn span.icon-arrowright:before {
  display: none;
}
.pagination .list-inline .btn span.icon-arrowright:after {
  font-family: "icomoon";
  content: "\E902";
  position: relative;
  font-size: 1.4rem;
  top: 2px;
  color: #0D9DDB;
}
.pagination .list-inline .btn.active {
  background-color: #0D9DDB;
  color: white;
}
.pagination .list-inline .btn:hover, .pagination .list-inline .btn:focus {
  background-color: #02315A;
  color: #fff;
  border: 2px solid #02315A;
}
.pagination .list-inline .btn:hover span.icon-arrowleft:before, .pagination .list-inline .btn:hover span.icon-arrowleft:after, .pagination .list-inline .btn:hover span.icon-arrowright:before, .pagination .list-inline .btn:hover span.icon-arrowright:after, .pagination .list-inline .btn:focus span.icon-arrowleft:before, .pagination .list-inline .btn:focus span.icon-arrowleft:after, .pagination .list-inline .btn:focus span.icon-arrowright:before, .pagination .list-inline .btn:focus span.icon-arrowright:after {
  color: #fff;
}

.pie-legend {
  font-size: 1.4rem;
}
.pie-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.pie-legend .label-list {
  padding: 0;
  list-style: none;
}
.pie-legend .label-list li {
  padding-left: 0;
}
.pie-legend .label-list li:before {
  content: none;
}

.arrow-group {
  margin-left: 9rem;
  margin-top: 4.5rem;
  position: absolute;
  width: 3rem;
  z-index: 1;
}
.arrow-group span {
  font-size: 3.5rem;
  color: #0D9DDB;
}
.arrow-group span:last-child {
  position: relative;
  top: -3rem;
}
.page-single--vacancy .arrow-group {
  margin-left: -4rem;
}
.page-single--vacancy .arrow-group span {
  color: white;
}
.page-header--home .arrow-group {
  bottom: -12.5rem;
  margin-left: 0;
  top: auto;
}
.page-header--home .arrow-group span {
  color: white;
}
.page-overview--topics .arrow-group, .page-header--large .arrow-group, .page-overview--vacancy .arrow-group, .page-overview--story .arrow-group, .page--rows .arrow-group, .page--contact .arrow-group, .page--404 .arrow-group {
  bottom: 0;
  left: -7rem;
  position: absolute;
}
.page-overview--topics .arrow-group span, .page-header--large .arrow-group span, .page-overview--vacancy .arrow-group span, .page-overview--story .arrow-group span, .page--rows .arrow-group span, .page--contact .arrow-group span, .page--404 .arrow-group span {
  color: white;
}
.page-single--topics .position-wrapper .arrow-group {
  display: none;
}

.bounce {
  animation: bounce 3s 2;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media (max-width: 991.98px) {
  .arrow-wrapper {
    height: 4rem;
    padding-bottom: 6rem;
  }
  .arrow-wrapper .arrow-group {
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .arrow-group {
    margin-left: 4.5rem;
  }
  .page-header .arrow-group {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .arrow-group {
    display: none;
  }
}
.object {
  background-color: white;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 3rem 0;
  padding: 3rem;
  transition: all 0.15s ease-in-out;
}
.object:hover {
  position: relative;
  transform: scale(1.025);
  z-index: 1;
}
.object figure {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.object__image {
  width: 100%;
}

.object__title {
  margin-bottom: 1rem;
}
.object__title a {
  color: #02315A;
}

.object__type {
  color: #0D9DDB;
  font-family: "PxGroteskBold";
  font-size: 1.4rem;
  text-transform: uppercase;
}

.object__description {
  margin-bottom: 3rem;
}

.object__tags {
  font-size: 1.2rem;
  font-family: "PxGroteskBold";
  text-transform: uppercase;
}

.object__type {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .object {
    display: block !important;
  }
  .object__tags {
    display: inline-block !important;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
.whatsapp {
  margin-bottom: 5rem;
}
.whatsapp .h4 span {
  color: #3CB82A;
  font-size: 2.4rem;
}
.whatsapp .h5 span {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

.locations {
  margin-bottom: 2rem;
  padding-left: 9.6rem;
}
.locations .location {
  margin-bottom: 5rem;
}
.locations .location img {
  margin-bottom: 2rem;
  width: 100%;
}
.locations .location ul {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .locations {
    margin-top: 4rem;
    padding-left: 0;
  }
}
body.post-type-archive .loader,
body.post-type-archive .empty,
body.page-template-template-vacancies .loader,
body.page-template-template-vacancies .empty,
body.page-template-template-archive-icims .loader,
body.page-template-template-archive-icims .empty {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
body.post-type-archive .loader img,
body.post-type-archive .empty img,
body.page-template-template-vacancies .loader img,
body.page-template-template-vacancies .empty img,
body.page-template-template-archive-icims .loader img,
body.page-template-template-archive-icims .empty img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
body.post-type-archive .empty,
body.page-template-template-vacancies .empty,
body.page-template-template-archive-icims .empty {
  bottom: 2em;
  top: 0;
}
@media (max-width: 767.98px) {
  body.post-type-archive .empty,
  body.page-template-template-vacancies .empty,
  body.page-template-template-archive-icims .empty {
    text-align: left;
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}
body.post-type-archive .archive-resources-search,
body.page-template-template-vacancies .archive-resources-search,
body.page-template-template-archive-icims .archive-resources-search {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  body.post-type-archive .archive-resources-search,
  body.page-template-template-vacancies .archive-resources-search,
  body.page-template-template-archive-icims .archive-resources-search {
    padding: 50px 0;
  }
}
body.post-type-archive .archive-resources-search h4,
body.page-template-template-vacancies .archive-resources-search h4,
body.page-template-template-archive-icims .archive-resources-search h4 {
  margin-bottom: 30px;
}
body.post-type-archive .archive-resources-search .col-12,
body.page-template-template-vacancies .archive-resources-search .col-12,
body.page-template-template-archive-icims .archive-resources-search .col-12 {
  display: flex;
}
body.post-type-archive .archive-resources-search .col-12 ul,
body.page-template-template-vacancies .archive-resources-search .col-12 ul,
body.page-template-template-archive-icims .archive-resources-search .col-12 ul {
  padding-left: 20px;
  list-style-type: none;
}
body.post-type-archive .archive-resources-search .col-12 ul label,
body.page-template-template-vacancies .archive-resources-search .col-12 ul label,
body.page-template-template-archive-icims .archive-resources-search .col-12 ul label {
  font-size: 16px;
  font-weight: 300;
}
body.post-type-archive .archive-resources-search .col-12 ul li,
body.page-template-template-vacancies .archive-resources-search .col-12 ul li,
body.page-template-template-archive-icims .archive-resources-search .col-12 ul li {
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  body.post-type-archive .archive-resources-search .col-12 ul li,
  body.page-template-template-vacancies .archive-resources-search .col-12 ul li,
  body.page-template-template-archive-icims .archive-resources-search .col-12 ul li {
    display: block;
  }
}
body.post-type-archive .archive-resources-search .col-md-9,
body.page-template-template-vacancies .archive-resources-search .col-md-9,
body.page-template-template-archive-icims .archive-resources-search .col-md-9 {
  z-index: 1;
  height: 210px;
  padding: 40px 60px 60px;
  position: absolute;
  max-width: 992px;
  margin-top: -175px;
  background-color: #fff;
}
body.post-type-archive .archive-resources-search .filter-group,
body.post-type-archive .archive-resources-search .static-filter-group,
body.page-template-template-vacancies .archive-resources-search .filter-group,
body.page-template-template-vacancies .archive-resources-search .static-filter-group,
body.page-template-template-archive-icims .archive-resources-search .filter-group,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group {
  border: 1px solid #dedede;
  padding: 15px;
  background-color: #fff;
}
body.post-type-archive .archive-resources-search .filter-group .filter-head,
body.post-type-archive .archive-resources-search .static-filter-group .filter-head,
body.page-template-template-vacancies .archive-resources-search .filter-group .filter-head,
body.page-template-template-vacancies .archive-resources-search .static-filter-group .filter-head,
body.page-template-template-archive-icims .archive-resources-search .filter-group .filter-head,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group .filter-head {
  width: 100%;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  justify-content: space-between;
}
body.post-type-archive .archive-resources-search .filter-group .filter-head:after,
body.post-type-archive .archive-resources-search .static-filter-group .filter-head:after,
body.page-template-template-vacancies .archive-resources-search .filter-group .filter-head:after,
body.page-template-template-vacancies .archive-resources-search .static-filter-group .filter-head:after,
body.page-template-template-archive-icims .archive-resources-search .filter-group .filter-head:after,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group .filter-head:after {
  top: 20px;
  width: 6px;
  right: 19px;
  border: none;
  height: 10px;
  content: "";
  position: absolute;
  background-image: url(../img/svg/arrow-right-white.svg);
  background-repeat: no-repeat;
}
body.post-type-archive .archive-resources-search .filter-group ul,
body.post-type-archive .archive-resources-search .static-filter-group ul,
body.page-template-template-vacancies .archive-resources-search .filter-group ul,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul {
  margin: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
body.post-type-archive .archive-resources-search .filter-group ul label,
body.post-type-archive .archive-resources-search .static-filter-group ul label,
body.page-template-template-vacancies .archive-resources-search .filter-group ul label,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul label,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul label,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul label {
  margin: 0;
  font-weight: 300;
}
body.post-type-archive .archive-resources-search .filter-group ul li:last-of-type,
body.post-type-archive .archive-resources-search .static-filter-group ul li:last-of-type,
body.page-template-template-vacancies .archive-resources-search .filter-group ul li:last-of-type,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul li:last-of-type,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul li:last-of-type,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul li:last-of-type {
  margin-bottom: -13px;
}
body.post-type-archive .archive-resources-search .filter-group ul .checkbox-container,
body.post-type-archive .archive-resources-search .static-filter-group ul .checkbox-container,
body.page-template-template-vacancies .archive-resources-search .filter-group ul .checkbox-container,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul .checkbox-container,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul .checkbox-container,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul .checkbox-container {
  height: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.4rem;
  padding-left: 3rem;
  margin-bottom: 0;
}
body.post-type-archive .archive-resources-search .filter-group ul .checkbox-container span,
body.post-type-archive .archive-resources-search .static-filter-group ul .checkbox-container span,
body.page-template-template-vacancies .archive-resources-search .filter-group ul .checkbox-container span,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul .checkbox-container span,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul .checkbox-container span,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul .checkbox-container span {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #0d9ddb;
  margin: 0;
  position: absolute;
}
body.post-type-archive .archive-resources-search .filter-group ul .checkbox-container span:after,
body.post-type-archive .archive-resources-search .static-filter-group ul .checkbox-container span:after,
body.page-template-template-vacancies .archive-resources-search .filter-group ul .checkbox-container span:after,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul .checkbox-container span:after,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul .checkbox-container span:after,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul .checkbox-container span:after {
  top: -9px;
  left: -8px;
  width: 35px;
  height: 35px;
  display: none;
  content: "";
  position: absolute;
  background-image: url("../img/svg/check.svg");
  background-size: cover;
}
body.post-type-archive .archive-resources-search .filter-group ul .checkbox-container input,
body.post-type-archive .archive-resources-search .static-filter-group ul .checkbox-container input,
body.page-template-template-vacancies .archive-resources-search .filter-group ul .checkbox-container input,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul .checkbox-container input,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul .checkbox-container input,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul .checkbox-container input {
  display: none;
}
body.post-type-archive .archive-resources-search .filter-group ul .checkbox-container input:checked ~ span:after,
body.post-type-archive .archive-resources-search .static-filter-group ul .checkbox-container input:checked ~ span:after,
body.page-template-template-vacancies .archive-resources-search .filter-group ul .checkbox-container input:checked ~ span:after,
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul .checkbox-container input:checked ~ span:after,
body.page-template-template-archive-icims .archive-resources-search .filter-group ul .checkbox-container input:checked ~ span:after,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul .checkbox-container input:checked ~ span:after {
  display: block;
}
body.post-type-archive .archive-resources-search .filter-group ul input[type=checkbox],
body.post-type-archive .archive-resources-search .static-filter-group ul input[type=checkbox],
body.page-template-template-vacancies .archive-resources-search .filter-group ul input[type=checkbox],
body.page-template-template-vacancies .archive-resources-search .static-filter-group ul input[type=checkbox],
body.page-template-template-archive-icims .archive-resources-search .filter-group ul input[type=checkbox],
body.page-template-template-archive-icims .archive-resources-search .static-filter-group ul input[type=checkbox] {
  height: 0;
  margin: 0;
  margin-right: 8px;
}
body.post-type-archive .archive-resources-search .filter-group.open .filter-head,
body.post-type-archive .archive-resources-search .static-filter-group.open .filter-head,
body.page-template-template-vacancies .archive-resources-search .filter-group.open .filter-head,
body.page-template-template-vacancies .archive-resources-search .static-filter-group.open .filter-head,
body.page-template-template-archive-icims .archive-resources-search .filter-group.open .filter-head,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group.open .filter-head {
  margin-bottom: 15px;
}
body.post-type-archive .archive-resources-search .filter-group.open ul,
body.post-type-archive .archive-resources-search .static-filter-group.open ul,
body.page-template-template-vacancies .archive-resources-search .filter-group.open ul,
body.page-template-template-vacancies .archive-resources-search .static-filter-group.open ul,
body.page-template-template-archive-icims .archive-resources-search .filter-group.open ul,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group.open ul {
  opacity: 1;
  font-size: 15px;
  line-height: 21px;
}
body.post-type-archive .archive-resources-search .filter-group.open ul label,
body.post-type-archive .archive-resources-search .static-filter-group.open ul label,
body.page-template-template-vacancies .archive-resources-search .filter-group.open ul label,
body.page-template-template-vacancies .archive-resources-search .static-filter-group.open ul label,
body.page-template-template-archive-icims .archive-resources-search .filter-group.open ul label,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group.open ul label {
  margin-bottom: 5px;
}
body.post-type-archive .archive-resources-search .filter-group.open ul .checkbox-container,
body.post-type-archive .archive-resources-search .static-filter-group.open ul .checkbox-container,
body.page-template-template-vacancies .archive-resources-search .filter-group.open ul .checkbox-container,
body.page-template-template-vacancies .archive-resources-search .static-filter-group.open ul .checkbox-container,
body.page-template-template-archive-icims .archive-resources-search .filter-group.open ul .checkbox-container,
body.page-template-template-archive-icims .archive-resources-search .static-filter-group.open ul .checkbox-container {
  height: initial;
}
body.post-type-archive .archive-resources-search .filter-group.open ul input[type=checkbox],
body.post-type-archive .archive-resources-search .static-filter-group.open ul input[type=checkbox],
body.page-template-template-vacancies .archive-resources-search .filter-group.open ul input[type=checkbox],
body.page-template-template-vacancies .archive-resources-search .static-filter-group.open ul input[type=checkbox],
body.page-template-template-archive-icims .archive-resources-search .filter-group.open ul input[type=checkbox],
body.page-template-template-archive-icims .archive-resources-search .static-filter-group.open ul input[type=checkbox] {
  height: initial;
}
body.post-type-archive .resource,
body.page-template-template-vacancies .resource,
body.page-template-template-archive-icims .resource {
  background-color: #fff;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
  margin-bottom: 30px;
}
body.post-type-archive .resource:hover, body.post-type-archive .resource:focus,
body.page-template-template-vacancies .resource:hover,
body.page-template-template-vacancies .resource:focus,
body.page-template-template-archive-icims .resource:hover,
body.page-template-template-archive-icims .resource:focus {
  transform: scale(1.025);
  text-decoration: none;
}
body.post-type-archive .resource a:hover, body.post-type-archive .resource a:focus,
body.page-template-template-vacancies .resource a:hover,
body.page-template-template-vacancies .resource a:focus,
body.page-template-template-archive-icims .resource a:hover,
body.page-template-template-archive-icims .resource a:focus {
  color: initial;
  text-decoration: none;
}
body.post-type-archive .resource figure img,
body.page-template-template-vacancies .resource figure img,
body.page-template-template-archive-icims .resource figure img {
  width: 100%;
}
body.post-type-archive .resource .text,
body.page-template-template-vacancies .resource .text,
body.page-template-template-archive-icims .resource .text {
  padding: 30px;
  min-height: 150px;
}
body.post-type-archive .resource .text h3,
body.page-template-template-vacancies .resource .text h3,
body.page-template-template-archive-icims .resource .text h3 {
  margin: 15px 0 15px 0;
  overflow: hidden;
  min-height: 180px;
  font-size: 28px;
  line-height: 36px;
  font-family: "PxGroteskBold", serif;
}
body.post-type-archive .resource .resource_category,
body.page-template-template-vacancies .resource .resource_category,
body.page-template-template-archive-icims .resource .resource_category {
  display: flex;
  flex-wrap: wrap;
}
body.post-type-archive .resource .resource_category li,
body.page-template-template-vacancies .resource .resource_category li,
body.page-template-template-archive-icims .resource .resource_category li {
  font-size: 11px;
  line-height: 13px;
  font-family: "PxGroteskBold", serif;
  text-transform: uppercase;
  color: #7eccee;
}
body.post-type-archive .resource .resource_category li:after,
body.page-template-template-vacancies .resource .resource_category li:after,
body.page-template-template-archive-icims .resource .resource_category li:after {
  content: ",";
  display: inline;
  margin-right: 5px;
}
body.post-type-archive .resource .resource_category li:last-child:after,
body.page-template-template-vacancies .resource .resource_category li:last-child:after,
body.page-template-template-archive-icims .resource .resource_category li:last-child:after {
  content: none;
}
body.post-type-archive .resource .resource_category li.resource_type,
body.page-template-template-vacancies .resource .resource_category li.resource_type,
body.page-template-template-archive-icims .resource .resource_category li.resource_type {
  color: #0d9ddb;
  font-size: 15px;
  line-height: 17px;
}
body.post-type-archive .resource .resource_category .selectable,
body.post-type-archive .resource .resource_category .selected,
body.page-template-template-vacancies .resource .resource_category .selectable,
body.page-template-template-vacancies .resource .resource_category .selected,
body.page-template-template-archive-icims .resource .resource_category .selectable,
body.page-template-template-archive-icims .resource .resource_category .selected {
  cursor: pointer;
}
body.post-type-archive .resource .resource_category .selected,
body.page-template-template-vacancies .resource .resource_category .selected,
body.page-template-template-archive-icims .resource .resource_category .selected {
  color: #0094d8;
}
body.post-type-archive .resource .resource_category .selectable:hover,
body.page-template-template-vacancies .resource .resource_category .selectable:hover,
body.page-template-template-archive-icims .resource .resource_category .selectable:hover {
  color: #0094d8;
}
body.post-type-archive .counter,
body.page-template-template-vacancies .counter,
body.page-template-template-archive-icims .counter {
  color: #0d9ddb;
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 3rem;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  body.post-type-archive .counter,
  body.page-template-template-vacancies .counter,
  body.page-template-template-archive-icims .counter {
    text-align: left;
  }
}
body.post-type-archive .main,
body.page-template-template-vacancies .main,
body.page-template-template-archive-icims .main {
  background-color: #f8f8f8;
}
body.post-type-archive .row,
body.page-template-template-vacancies .row,
body.page-template-template-archive-icims .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body.post-type-archive h3,
body.page-template-template-vacancies h3,
body.page-template-template-archive-icims h3 {
  font-size: 32px;
  font-family: "PxGroteskBold", serif;
}
body.post-type-archive h4,
body.page-template-template-vacancies h4,
body.page-template-template-archive-icims h4 {
  font-size: 28px;
}
body.post-type-archive .btn,
body.page-template-template-vacancies .btn,
body.page-template-template-archive-icims .btn {
  font-size: 18px;
  font-family: "PxGroteskRegular", serif;
  font-weight: normal;
  line-height: 5.2rem;
  text-align: center;
  text-transform: initial;
  white-space: nowrap;
  border-radius: 0.5rem;
  vertical-align: middle;
  background-color: #0d9ddb;
  color: white;
  border: 0;
  height: 5rem;
  display: inline-block;
  padding: 0 34px 0 20px;
  position: relative;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 575.98px) {
  body.post-type-archive .btn,
  body.page-template-template-vacancies .btn,
  body.page-template-template-archive-icims .btn {
    font-size: 16px;
    line-height: 50px;
  }
}
body.post-type-archive .btn:after,
body.page-template-template-vacancies .btn:after,
body.page-template-template-archive-icims .btn:after {
  top: 20px;
  right: 19px;
  width: 6px;
  border: none;
  height: 10px;
  content: "";
  position: absolute;
}
body.post-type-archive .btn:hover,
body.page-template-template-vacancies .btn:hover,
body.page-template-template-archive-icims .btn:hover {
  background-color: #02315a !important;
  color: white;
}
body.post-type-archive .btn-primary,
body.page-template-template-vacancies .btn-primary,
body.page-template-template-archive-icims .btn-primary {
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #0d9ddb;
  background-color: #0d9ddb !important;
}
body.post-type-archive .pagination,
body.page-template-template-vacancies .pagination,
body.page-template-template-archive-icims .pagination {
  padding-top: 45px;
  padding-bottom: 90px;
}
body.post-type-archive .pagination .row,
body.page-template-template-vacancies .pagination .row,
body.page-template-template-archive-icims .pagination .row {
  display: flex;
  justify-content: center;
}
body.post-type-archive .pagination .page-numbers,
body.page-template-template-vacancies .pagination .page-numbers,
body.page-template-template-archive-icims .pagination .page-numbers {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 5.2rem;
  font-family: "PxGroteskRegular", serif;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5rem;
  vertical-align: middle;
  background-color: transparent;
  width: initial;
  color: #0d9ddb;
  margin: 0 0.5rem;
  height: 5rem;
  border: 2px solid #0d9ddb;
  padding: 0 2rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}
body.post-type-archive .pagination .page-numbers:hover, body.post-type-archive .pagination .page-numbers:focus,
body.page-template-template-vacancies .pagination .page-numbers:hover,
body.page-template-template-vacancies .pagination .page-numbers:focus,
body.page-template-template-archive-icims .pagination .page-numbers:hover,
body.page-template-template-archive-icims .pagination .page-numbers:focus {
  color: white;
  text-decoration: none;
  background-color: #0d9ddb !important;
}
body.post-type-archive .pagination .page-numbers.current,
body.page-template-template-vacancies .pagination .page-numbers.current,
body.page-template-template-archive-icims .pagination .page-numbers.current {
  background-color: #0d9ddb;
  color: white;
}
body.post-type-archive .pagination .page-numbers.next, body.post-type-archive .pagination .page-numbers.prev,
body.page-template-template-vacancies .pagination .page-numbers.next,
body.page-template-template-vacancies .pagination .page-numbers.prev,
body.page-template-template-archive-icims .pagination .page-numbers.next,
body.page-template-template-archive-icims .pagination .page-numbers.prev {
  line-height: 46px;
  padding-right: 34px;
}
body.post-type-archive .pagination .page-numbers.next:after, body.post-type-archive .pagination .page-numbers.prev:after,
body.page-template-template-vacancies .pagination .page-numbers.next:after,
body.page-template-template-vacancies .pagination .page-numbers.prev:after,
body.page-template-template-archive-icims .pagination .page-numbers.next:after,
body.page-template-template-archive-icims .pagination .page-numbers.prev:after {
  top: 18px;
  width: 6px;
  right: 19px;
  border: none;
  height: 10px;
  content: "";
  position: absolute;
  background-image: url(../img/svg/arrow-right-light.svg);
  background-repeat: no-repeat;
}
body.post-type-archive .pagination .page-numbers.next:hover:after, body.post-type-archive .pagination .page-numbers.next:focus:after, body.post-type-archive .pagination .page-numbers.prev:hover:after, body.post-type-archive .pagination .page-numbers.prev:focus:after,
body.page-template-template-vacancies .pagination .page-numbers.next:hover:after,
body.page-template-template-vacancies .pagination .page-numbers.next:focus:after,
body.page-template-template-vacancies .pagination .page-numbers.prev:hover:after,
body.page-template-template-vacancies .pagination .page-numbers.prev:focus:after,
body.page-template-template-archive-icims .pagination .page-numbers.next:hover:after,
body.page-template-template-archive-icims .pagination .page-numbers.next:focus:after,
body.page-template-template-archive-icims .pagination .page-numbers.prev:hover:after,
body.page-template-template-archive-icims .pagination .page-numbers.prev:focus:after {
  background-image: url(../img/svg/arrow-right-white.svg);
}
body.post-type-archive .pagination .page-numbers.prev,
body.page-template-template-vacancies .pagination .page-numbers.prev,
body.page-template-template-archive-icims .pagination .page-numbers.prev {
  padding-left: 34px;
  padding-right: 2rem;
}
body.post-type-archive .pagination .page-numbers.prev:after,
body.page-template-template-vacancies .pagination .page-numbers.prev:after,
body.page-template-template-archive-icims .pagination .page-numbers.prev:after {
  left: 19px;
  transform: rotate(180deg);
}

.story {
  display: block;
  position: relative;
  transition: transform 0.2s;
}
.story .story__summary,
.story .story__overlay {
  display: none;
}
.story:hover {
  position: relative;
  transform: scale(1.025);
  z-index: 1;
}
.story:hover .story__summary {
  bottom: 0;
  color: white;
  display: block;
  padding: 2rem;
  position: absolute;
  font-family: "GraphikRegular";
}
.story:hover .story__summary p {
  font-size: 2rem;
  font-family: "GraphikRegular";
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
.story:hover .story__overlay {
  background-color: #01233B;
  display: block;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Px Grotesk";
}
.story:hover .story__teller {
  line-height: 2.4rem;
}
.story:hover .story__teller .name {
  font-size: 1.8rem;
  font-weight: bold;
}
.story:hover .story__teller .position {
  font-size: 1.6rem;
}

#story-collection .story {
  margin-top: 30px;
  font-family: "PxGroteskRegular";
}
#story-collection .storyhover {
  font-size: 2rem;
  font-family: "PxGroteskRegular";
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
#story-collection div:nth-child(-n+4) .story {
  margin-top: 0px;
}

#story-list .story:hover .story__summary p {
  font-size: 16px;
  font-family: "PxGroteskRegular";
  line-height: 29px;
}

#story-list .story:hover .story__teller .name {
  font-size: 14px;
  font-family: "PxGroteskbold";
  line-height: 17px;
}

#story-list .story:hover .story__teller .position {
  font-size: 14px;
  font-family: "PxGroteskRegular";
  line-height: 17px;
}

#theme-selection {
  background-color: white;
  display: none;
  position: absolute !important;
  z-index: 2;
  margin-top: 5rem !important;
  margin-left: 15px !important;
  padding: 20px 80px 20px 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1019607843);
}

.filter-button {
  margin-left: 15px;
  cursor: pointer;
}

.object--topic {
  box-shadow: 0 15px 15px 0 #e6e6e6;
  overflow: hidden;
  margin: 0 0 3rem 0;
  padding: 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.object--topic:hover {
  position: relative;
  transform: scale(1.025);
  z-index: 1;
}
.object--topic .col-sm-4 {
  background-color: #F8F8F8;
}
.object--topic .object__icon {
  align-items: center;
  background-color: #F8F8F8;
  background-image: url("../img/theme-badge.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  height: 30rem;
  justify-content: center;
  width: 30rem;
}
.object--topic .object__icon span {
  color: white;
  font-size: 6rem;
}
.object--topic .object__summary {
  margin: 0;
  padding: 3rem;
}
.object--topic .object__summary .object__description {
  margin: 0 0 2rem 0;
}
.object--topic .object__summary .object__description p {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1228.98px) {
  .page-overview--topics .object--topic .object__summary .object__description {
    height: 130px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .object--topic {
    height: auto !important;
  }
  .object--topic .object__summary {
    padding-top: 0;
  }
  .object--topic img.img-responsive {
    min-width: initial;
    width: auto;
    height: 150px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.skeleton {
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: translateX(-100%);
  animation: shimmer 1.5s infinite;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
}
.skeleton .blur {
  fill: #EEE !important;
  color: #EEE !important;
  background-color: #EEE !important;
}
.skeleton .blur * {
  fill: #EEE !important;
  color: #EEE !important;
  background-color: #EEE !important;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.vacancy-stats {
  margin-bottom: -8rem;
  font-family: "PxGroteskRegular";
  font-size: 1.4rem;
  position: relative;
  top: -11rem;
  z-index: 1;
}
.vacancy-stats .vacancy-intro {
  margin-bottom: 3rem;
}
.vacancy-stats .vacancy-intro p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 2rem 0;
}
.vacancy-stats .vacancy-intro strong {
  font-family: "PxGroteskScreen";
}
.vacancy-stats .vacancy-facts {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .vacancy-stats .vacancy-facts {
    margin-bottom: 40px;
  }
}
.vacancy-stats .container > .row {
  background-color: white;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  padding: 4rem;
  margin: 0;
}
.vacancy-stats h2:first-of-type {
  margin-bottom: 2rem;
}
.vacancy-stats h2:first-of-type:before {
  display: none;
}
.vacancy-stats ul li {
  position: relative;
  padding-left: 2rem;
}
.vacancy-stats ul li:before {
  content: "\E902";
  color: #13a2dd;
  font-family: "icomoon";
  font-size: 1.6rem;
  left: -0.5rem;
  position: absolute;
  top: 0;
}
.vacancy-stats #pie-chart {
  position: relative;
  right: 65px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .vacancy-stats {
    top: -4rem;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .vacancy-stats {
    height: 100%;
    margin-bottom: 0;
    top: -4rem;
  }
  .vacancy-stats .container > .row {
    padding: 5rem 1.5rem 0;
    margin-bottom: -30px;
  }
  .vacancy-stats .container > .row ul {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .stats-container {
    max-width: 1300px;
  }
}
.checkbox-container {
  cursor: pointer;
  display: block;
  line-height: 3.4rem;
  margin-bottom: 0;
  padding-left: 3rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.checkbox-container input {
  display: none;
}
.checkbox-container input:checked ~ span:after {
  display: block;
}
.checkbox-container span {
  top: 0.5rem;
  left: 0;
  margin: 0;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #0D9DDB;
}
.checkbox-container span:after {
  position: absolute;
  display: none;
  left: -8px;
  top: -8px;
  content: "\E90D";
  font-family: "icomoon";
  font-size: 34px;
}

.checkbox-container.disabled {
  color: #adb5bd;
}
.checkbox-container.disabled span {
  border: 0.1rem solid #adb5bd;
}

.gform_wrapper {
  margin-top: 2rem;
}
.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gfield {
  margin: 0 0 1.5rem 0;
}
.gform_wrapper .gfield_label {
  font-family: "PxGroteskBold";
  margin: 0 0 0.5rem 0;
}
.gform_wrapper .ginput_container {
  margin: 0 0 1.5rem 0;
  /* used for the fancy checkboxes and radiobuttons */
}
.gform_wrapper .ginput_container.ginput_container_checkbox, .gform_wrapper .ginput_container.ginput_container_textarea {
  margin: 0;
}
.gform_wrapper .ginput_container input {
  border: 0.1rem solid #DEDEDE;
  height: 5rem;
  outline: 0;
  padding: 0 2rem;
  width: 100%;
  color: #02315A;
}
.gform_wrapper .ginput_container input[type=checkbox],
.gform_wrapper .ginput_container input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 2.7rem;
  height: 2.7rem;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gform_wrapper .ginput_container input[type=checkbox] + label,
.gform_wrapper .ginput_container input[type=radio] + label {
  font-size: 1.4rem;
}
.gform_wrapper .ginput_container textarea {
  border-color: #DEDEDE;
  outline: 0;
  padding: 2rem;
  width: 100%;
}
.gform_wrapper .ginput_container ul {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gform_validation_container {
  display: none;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  border: 0.6rem solid transparent;
  border-color: #02315A transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 2.25rem;
  right: 2rem;
  width: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #02315A transparent;
  top: 1.2rem;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #02315A;
  cursor: pointer;
  border: 0.1rem solid #DEDEDE;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 5rem;
  margin-top: -0.1rem;
  padding: 0 2rem;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.gfield_radio li,
.gfield_checkbox li {
  position: relative;
  margin-bottom: 0;
}
.gfield_radio li:first-child,
.gfield_checkbox li:first-child {
  margin-top: 0;
}
.gfield_radio li:last-child,
.gfield_checkbox li:last-child {
  margin-bottom: 0;
}
.gfield_radio li label,
.gfield_checkbox li label {
  font-size: 1.6rem;
  line-height: 3.4rem !important;
  margin-left: 32px !important;
  cursor: pointer;
}
.gfield_radio li label:before, .gfield_radio li label:after,
.gfield_checkbox li label:before,
.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.gfield_radio li label:before,
.gfield_checkbox li label:before {
  opacity: 0;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gfield_radio li label:after,
.gfield_checkbox li label:after {
  z-index: 0;
  background: #333;
}

.gfield_radio li label {
  height: 3.4rem;
}
.gfield_radio li label:after {
  background-color: white;
  border: 0.1rem solid #DEDEDE;
  border-radius: 100%;
  height: 2rem;
  top: 0.5rem;
  width: 2rem;
}
.gfield_radio li label:before {
  background-color: #02315A;
  border: 0.3rem solid #02315A;
  border-radius: 100%;
  height: 10px;
  left: 5px;
  top: 10px;
  transform: scale(0);
  width: 10px;
}
.gfield_radio input[type=radio]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}

.gf_progressbar {
  background-color: rgba(222, 222, 222, 0.5019607843);
  margin-bottom: 15px;
}

.gf_progressbar_percentage {
  background-color: rgba(13, 157, 219, 0.7803921569);
}
.gf_progressbar_percentage span {
  color: white;
  padding-left: 10px;
}

.validation_message {
  color: #f04e23;
  font-size: 16px;
}

.gfield_checkbox li label {
  height: 4rem;
}
.gfield_checkbox li label:after {
  background-color: white;
  border: 0.1rem solid #DEDEDE;
  height: 2rem;
  width: 2rem;
  top: 0.5rem;
}
.gfield_checkbox li label:before {
  width: 0.8rem;
  height: 1.4rem;
  border: solid #02315A;
  border-width: 0 0.3rem 0.3rem 0;
  left: 7px;
  top: 0.6rem;
  transform: rotate(45deg) scale(0);
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.validation_message, .gfield_description {
  font-size: 16px;
  color: #f04e23;
}

.evaluatie-minor-test input.gform_button {
  background-color: #f04e23;
  margin-top: 0;
}

.gform_footer {
  display: inline;
  position: relative;
  margin-top: 2rem;
}
.gform_footer:after {
  content: "\E902";
  color: white;
  font-family: "icomoon";
  font-size: 1.6rem;
  right: 1.5rem;
  position: absolute;
  top: 0.9rem;
  line-height: 1.6rem;
  z-index: 1;
}

.gform_button {
  background-color: #0D9DDB;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "PxGroteskRegular";
  font-size: 1.4rem;
  font-weight: bold;
  height: 5rem;
  line-height: 5.2rem;
  margin-top: 1.5rem;
  padding: 0 3.5rem 0 2rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.gform_button:hover {
  background-color: #02315A;
}

/* top-menu is optional */
.portal-menu {
  background-color: #02315a;
  padding: 10px;
  position: relative;
  z-index: 100;
}
.portal-menu .container {
  line-height: 19px;
}
.portal-menu .meta-menu {
  display: inline-block;
}
.portal-menu .meta-menu ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 100%;
}
.portal-menu .meta-menu ul li {
  line-height: 19px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal-menu .meta-menu ul li:first-child a {
  border-left: 1px solid #05467E;
}
.portal-menu .meta-menu ul li a {
  font-family: "PxGroteskRegular";
  display: inline-block;
  color: #fff;
  border-right: 1px solid #05467E;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  padding: 0 20px;
  text-transform: uppercase;
}
.portal-menu .meta-menu ul li a:hover, .portal-menu .meta-menu ul li a:focus {
  color: #3ab0fd;
  text-decoration: none;
}
.portal-menu .meta-menu ul li a:before {
  content: "";
  background-image: url(../img/svg/05-group.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 9px 0px 0px;
  width: 15px;
  height: 15px;
  position: relative;
  background-size: cover;
  top: 3px;
}
.portal-menu .meta-menu ul li:first-child {
  margin-left: 0;
}
.portal-menu .meta-menu ul li:last-child {
  margin-right: 0;
}
.portal-menu .meta-menu ul li.active a {
  color: #0D9DDB;
}
.portal-menu .meta-menu ul li.active a:before {
  text-decoration: none;
  background-image: url(../img/svg/03-career-h.svg);
}
.portal-menu .meta-menu ul .services a:before {
  background-image: url(../img/svg/01-business.svg);
}
.portal-menu .meta-menu ul .services a:hover:before, .portal-menu .meta-menu ul .services a:focus:before {
  text-decoration: none;
  background-image: url(../img/svg/01-business-h.svg);
}
.portal-menu .meta-menu ul .blog a:before {
  background-image: url(../img/svg/02-blog.svg);
}
.portal-menu .meta-menu ul .blog a:hover:before, .portal-menu .meta-menu ul .blog a:focus:before {
  text-decoration: none;
  background-image: url(../img/svg/02-blog-h.svg);
}
.portal-menu .meta-menu ul .carreer a:before {
  background-image: url(../img/svg/03-career.svg);
}
.portal-menu .meta-menu ul .carreer a:hover:before, .portal-menu .meta-menu ul .carreer a:focus:before {
  text-decoration: none;
  background-image: url(../img/svg/03-career-h.svg);
}
.portal-menu .meta-menu ul .training a:before {
  background-image: url(../img/svg/04-training.svg);
  width: 19px;
  height: 14px;
}
.portal-menu .meta-menu ul .training a:hover:before, .portal-menu .meta-menu ul .training a:focus:before, .portal-menu .meta-menu ul .training a.active:before {
  text-decoration: none;
  background-image: url(../img/svg/04-training-h.svg);
}
.portal-menu .meta-menu ul .about-us a:before {
  background-image: url(../img/svg/05-group.svg);
}
.portal-menu .meta-menu ul .about-us a:hover:before, .portal-menu .meta-menu ul .about-us a:focus:before {
  text-decoration: none;
  background-image: url(../img/svg/05-group-h.svg);
}

@media (max-width: 991px) {
  .portal-menu .meta-menu ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .portal-menu {
    padding: 0;
    height: inherit;
  }
  .portal-menu .container {
    max-width: 100%;
    line-height: 3.2rem;
  }
  .portal-menu .visible-xs {
    padding: 8px 0;
  }
  .portal-menu .toggle-extern {
    border: none;
    font-size: 14px;
    padding: 0;
    color: #fff;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .portal-menu .toggle-extern:before {
    content: "";
    background-image: url(../img/svg/03-career.svg);
    width: 19px;
    height: 14px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 9px 0 0;
    position: relative;
    background-size: cover;
    top: 3px;
  }
  .portal-menu .toggle-extern:after {
    content: "";
    background-image: url(../img/svg/arrowsdown-white.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 2.5px 6px;
    width: 10px;
    height: 10px;
    position: relative;
    top: 4px;
    left: 2px;
  }
  .portal-menu .toggle-extern:hover, .portal-menu .toggle-extern:focus {
    color: #0D9DDB;
    text-decoration: none;
  }
  .portal-menu .toggle-extern:hover:before, .portal-menu .toggle-extern:focus:before {
    background-image: url(../img/svg/03-career-h.svg);
  }
  .portal-menu .toggle-extern:hover:after, .portal-menu .toggle-extern:focus:after {
    background-image: url(../img/svg/arrowsdown-blue.svg);
  }
  .portal-menu .meta-menu {
    display: block;
    padding-bottom: 10px;
  }
  .portal-menu .meta-menu ul {
    display: block;
  }
  .portal-menu .meta-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0 0 0;
  }
  .portal-menu .meta-menu ul li:first-child a {
    border: 0;
  }
  .portal-menu .meta-menu ul li a {
    font-size: 14px;
    padding: 0;
    color: #fff;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
  }
}
.navbar {
  background-color: white;
  height: 90px;
  padding: 0;
  align-items: center;
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-collapse {
  flex-direction: row;
  flex-basis: auto;
  flex-grow: inherit;
}
.navbar .row {
  justify-content: space-between;
}
.navbar .navbar-header, .navbar .main-menu {
  padding: 0 15px;
}

.nav-item {
  position: relative;
  margin-right: 3rem;
}
.nav-item:last-of-type {
  margin-right: 0;
}
.nav-item.show .icon-arrowdown {
  transform: rotate(180deg);
}

.nav-link {
  align-items: end;
  color: #02315A;
  display: flex;
  font-family: "PxGroteskBold";
  font-size: 18px;
  line-height: 19px;
  position: relative;
}
.nav-link span {
  margin: 0 0 0 0.5rem;
}
.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: #0D9DDB;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse .navbar-nav .nav-item {
    margin: 0 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .navbar-collapse {
    background-color: #02315A;
    display: none;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 9rem;
    width: 100%;
    z-index: 3;
  }
  .navbar-collapse a.nav-link span {
    display: none;
  }
  .navbar-collapse a.nav-link.active {
    color: #02315A;
  }
  .navbar-collapse .navbar-nav {
    display: block;
    padding: 1.5rem 0 0 0;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin: 0 1.5rem;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    border-bottom: 0.1rem solid #05467E;
    color: #fff;
    display: block;
    padding: 1.5rem 0;
  }
  .navbar-collapse .navbar-nav .nav-item span {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .navbar-collapse .navbar-nav .nav-item.show .nav-link span {
    transform: rotate(180deg);
  }
  .navbar-collapse .navbar-nav .nav-item.last-of-type .nav-link {
    border: none;
  }
}
@media (max-width: 1199.98px) {
  .dropdown-menu {
    background-color: transparent !important;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: relative;
  }
  .dropdown-menu > li {
    display: block;
  }
  .dropdown-item {
    background-color: transparent !important;
    border-bottom: 0.1rem solid #05467e;
    color: white;
    font-family: "PxGroteskRegular";
    font-size: 1.8rem;
    padding: 1rem 0;
    position: relative;
  }
  .dropdown-item span {
    right: -0.5rem !important;
  }
  .dropdown-item:focus {
    background-color: transparent !important;
    outline: 0;
  }
  .transform-label-dropdown {
    display: none;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu {
    background-color: #02315A;
    color: white;
    margin-top: -0.1rem;
    padding: 5rem 0;
  }
  .dropdown-menu > li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
  }
  .dropdown-menu .container {
    position: relative;
  }
  .dropdown-item {
    border-bottom: 0.1rem solid #05467e;
    color: white;
    font-family: "PxGroteskRegular";
    font-size: 1.8rem;
    margin-left: 9.5rem;
    padding: 2rem 0;
    position: relative;
    text-align: left;
    text-transform: none;
  }
  .dropdown-item span {
    line-height: 3rem;
    margin-left: 0;
    position: absolute;
    right: -0.6rem;
  }
  .dropdown-item:hover {
    cursor: pointer;
    color: #0D9DDB;
    background-color: transparent;
  }
  .dropdown-item:focus {
    background-color: transparent;
    outline: 0;
  }
  .dropdown-item:first-of-type {
    padding-top: 0;
  }
  .nav > li.dropdown.show {
    position: static;
    z-index: 2;
  }
  .nav > li.dropdown.show .dropdown-menu {
    display: table;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
  }
}
.transform-label-dropdown {
  left: -1.6rem;
  position: absolute;
  top: 0;
  width: 13rem;
}
.transform-label-dropdown .label-dropdown {
  display: block;
  font-family: "PxGroteskRegular";
  font-size: 1rem;
  text-transform: uppercase;
  transform: rotate(-90deg);
}
.transform-label-dropdown .label-dropdown.professional {
  position: relative;
  top: 2.5rem;
}

.navbar-toggle {
  display: none;
}
@media (max-width: 1199.98px) {
  .navbar-toggle {
    background-color: #fff;
    display: block;
    height: 4rem;
    padding: 1rem;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 4rem;
    z-index: 99999;
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    margin: 0.7rem 0 0 0;
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    margin: -1.4rem 0 0 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #02315A;
    display: block;
    height: 0.3rem;
    margin-bottom: 0.4rem;
    width: 2rem;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0.4rem;
  }
}
.page-content {
  background-color: #F8F8F8;
  padding: 3rem 0 3rem 0;
  position: relative;
}
.page--default .page-content {
  margin-top: 6rem;
}
.page--home .page-content {
  padding-top: 0;
}
.page-overview--story .page-content {
  padding-top: 3rem;
}

.page-single--vacancy .page-content {
  padding-top: 0;
}

.page-section__container .entry-content a {
  color: #00a3e0;
}

.page-template-template-contact .page-content {
  padding: 6rem 0 6rem 0;
}

.page-template-template-rows .page-content {
  padding: 0;
}
.page-template-template-rows .page-content .content-row:first-child {
  padding-top: 6rem;
}
.page-template-template-rows .page-content .content-row:last-child {
  padding-bottom: 6rem;
}

@media (max-width: 767.98px) {
  .page-content {
    padding: 0 0 3rem 0;
  }
}
.ornement-header {
  background-image: url("../img/svg/ornement-header.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 30rem;
  position: absolute;
  width: 100%;
  right: -2rem;
  bottom: 0;
}

.page-header {
  z-index: 1 !important;
  align-items: center;
  background-color: #F1F1F1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 30rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.page-header video {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.page-header h1 {
  color: white;
  font-size: 5rem;
  line-height: 6.4rem;
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 1px 1px 8px #333;
}
.page-header h1:before {
  content: "";
  border-top: 2rem solid #13a2dd;
  border-right: 2rem solid transparent;
  height: 0;
  position: absolute;
  top: 14px;
  width: 0;
  left: -35px;
}
.page-header strong {
  font-family: "PxGroteskScreen";
}
.page-overview--vacancy .page-header {
  color: #02315A;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}
.page-header.page-header--large {
  height: 50rem;
}
.page-header.page-header--home {
  height: 50rem;
}
.page-header.page-header--quote {
  background-size: contain;
  background-position: top right;
}
.page-header.page-header--quote h1 {
  color: #02315a;
  margin-bottom: 1rem;
  position: relative;
}
.page-header.page-header--quote strong {
  font-size: 1.8rem;
  color: #0D9DDB;
  font-family: "PxGroteskBold";
}
.page-header.page-header--quote p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  position: relative;
  font-family: "PxGroteskRegular";
}

.podcast-block,
.subscribe-block {
  z-index: 1;
  padding: 4rem;
  margin-top: -65px;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.podcast-block h2,
.podcast-block h5,
.podcast-block h6,
.subscribe-block h2,
.subscribe-block h5,
.subscribe-block h6 {
  margin: 2.5rem 0 1.5rem;
  font-weight: 100;
}
.podcast-block h2,
.subscribe-block h2 {
  margin-top: 0;
}
.podcast-block .listen-media li,
.subscribe-block .listen-media li {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: white;
  flex-grow: 1;
}
.podcast-block .listen-media li:hover,
.subscribe-block .listen-media li:hover {
  background-color: #dee2e6;
}
.podcast-block .listen-media li a,
.subscribe-block .listen-media li a {
  margin: 5px 5px 4px;
  display: flex;
}
.podcast-block .listen-media li a:hover,
.subscribe-block .listen-media li a:hover {
  text-decoration: none;
}
.podcast-block .listen-media li img,
.subscribe-block .listen-media li img {
  margin-right: 5px;
}
.podcast-block .listen-media li h5,
.subscribe-block .listen-media li h5 {
  margin: 0;
  font-size: 1.1rem;
}
.podcast-block .listen-media li h6,
.subscribe-block .listen-media li h6 {
  margin: 0;
  font-size: 0.75rem;
}

.subscribe-block p, .subscribe-block h2 {
  text-align: center;
}
.subscribe-block p {
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .page-header.page-header--home {
    height: 40rem;
  }
}
@media (max-width: 767.98px) {
  .ornement-header {
    height: 18rem;
    right: 0;
  }
  .page-header {
    height: 18rem;
  }
  .page-header h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .page-header h1:before {
    content: none;
  }
  .page-header.page-header--home {
    height: 30rem;
  }
  .page-header.page-header--large {
    height: 18rem;
  }
  .page-header .call-to-actions {
    display: none;
  }
  .header-buttons-mobile {
    padding: 4.5rem 0 0;
  }
  .header-buttons-mobile .call-to-actions .btn {
    margin-bottom: 2rem;
  }
  .page-header.page-header--quote {
    height: initial;
    padding: 40px 0;
  }
  .page-header.page-header--quote .ornement-header {
    height: 13rem;
  }
  .page-header.page-header--quote .col-md-7 {
    padding-right: 100px;
  }
  .page-header.page-header--quote h1 {
    font-size: 28px;
  }
  .page-header.page-header--quote p {
    margin-bottom: 0;
  }
}
.page-overview--vacancy .page-content,
.page-overview--icims .page-content {
  padding-top: 6rem;
}
.page-overview--vacancy .row.justify-content-md-center,
.page-overview--icims .row.justify-content-md-center {
  height: 9rem;
}
.page-overview--vacancy .job-search-form,
.page-overview--icims .job-search-form {
  top: -10.5rem;
  padding: 4rem 4rem;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .page-overview--vacancy .job-search-form,
  .page-overview--icims .job-search-form {
    padding: 3rem;
    margin: 0;
  }
}

.resource-template-default .page-header {
  background-color: transparent;
}
.resource-template-default .page-header .ornement-header {
  background-image: url("../img/svg/ornement.svg") !important;
}
.resource-template-default .page-header .title {
  color: white;
  text-shadow: none;
}
.resource-template-default .page-header .title::before {
  border-top: 2rem solid white;
}
.resource-template-default .page-header .icon-arrowdown {
  color: white;
}
.resource-template-default .page-header.empty .ornement-header {
  background-image: url("../img/svg/ornement-blue.svg") !important;
}
.resource-template-default .page-header.empty .title {
  color: #02315a;
}
.resource-template-default .page-header.empty .title::before {
  border-top: 2rem solid #0d9ddb;
}
.resource-template-default .page-header.empty .icon-arrowdown {
  color: #0d9ddb;
}

.page-single--vacancy .page-single--icims .position-wrapper {
  margin-top: -7.5rem;
}

.page-overview--story .page-header {
  height: 20rem;
  background-color: #f8f8f8;
  background-image: none;
  top: 0 !important;
}
.page-overview--story .page-header .ornement-header {
  display: none;
}
.page-overview--story .page-header .row {
  justify-content: center;
}
.page-overview--story .page-header h1 {
  color: #02315A;
  text-align: center;
  text-shadow: none;
  margin: 0 auto 2rem;
  max-width: 400px;
}
.page-overview--story .page-header .btn {
  margin-right: 10px;
}
.page-overview--story .page-content {
  padding-top: 0;
}

.page-single--story .page-header h1 {
  color: #02315A;
  text-shadow: none;
}

.page--404 .page-header {
  background-image: url("../img/carriere.jpg");
  background-position: 50% 20%;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .page-overview--vacancy .page-overview--icims .job-search-form {
    margin-bottom: 0;
    top: -10.5rem;
  }
}
@media (min-width: 766.98px) and (max-width: 767.98px) {
  .page-overview--vacancy .page-overview--icims .job-search-form {
    top: 18.5rem;
    padding: 5.7rem 3rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .page-overview--vacancy .page-overview--story .page-content {
    padding-top: 4.5rem;
  }
  .page-overview--vacancy .page-overview--story .job-search-form {
    margin-top: 0;
    padding: 5.7rem 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -30px;
  }
  .page-overview--vacancy .page-overview--story .job-search-form h1 {
    font-size: 24px;
  }
  .page-single--vacancy .position-wrapper {
    margin-top: 0;
  }
  .page--404 .page-content {
    padding-top: 4.5rem;
  }
  .page--404 .col-md-4 {
    margin-bottom: 20px;
  }
  .page-template-template-contact .page-content {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.page-template-template-vacancies #roots {
  position: relative;
}
.page-template-template-vacancies .portal-menu {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-top: 24px;
}
.page-template-template-vacancies .portal-menu .col-sm-12 {
  display: flex;
  justify-content: flex-end;
}
.page-template-template-vacancies .portal-menu .meta-menu ul li:first-child a {
  border-left: none;
  padding-left: 0;
}
.page-template-template-vacancies .portal-menu .meta-menu ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
.page-template-template-vacancies .portal-menu .meta-menu ul li a {
  border-right-color: #ffffff;
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 14px;
}
.page-template-template-vacancies .portal-menu .meta-menu ul li a:before {
  content: none;
}
.page-template-template-vacancies .navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 41.5px;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page-template-template-vacancies .navbar .navbar-brand svg path {
  fill: #ffffff;
}
.page-template-template-vacancies .navbar .nav-link {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
.page-template-template-vacancies .navbar .main-menu .nav-item:last-child .nav-link {
  font-size: 14px;
  line-height: 1;
  color: #02315A;
  background-color: #BED62F;
  padding: 11px 20px 9px;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.page-template-template-vacancies .navbar .main-menu .nav-item:last-child .nav-link:hover, .page-template-template-vacancies .navbar .main-menu .nav-item:last-child .nav-link:focus {
  opacity: 0.65;
}
.page-template-template-vacancies .jumbotron {
  height: 100vh;
  min-height: 650px;
  position: relative;
}
.page-template-template-vacancies .jumbotron:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-template-vacancies .jumbotron h1 {
  font-size: 72px;
  line-height: 1.2;
  text-align: center;
}
.page-template-template-vacancies .jumbotron h1:before {
  content: none;
}
.page-template-template-vacancies .jumbotron p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.page-template-template-vacancies .jumbotron .arrow-group {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.page-template-template-vacancies .jumbotron .arrow-group span {
  color: #ffffff;
}
.page-template-template-vacancies .footer {
  background-color: #0D9DDB;
  background-image: none;
}
.page-template-template-vacancies .vacancy-vue {
  padding-top: 70px;
}
.page-template-template-vacancies .vacancy-vue .filter-menu {
  background-color: #0D9DDB;
  padding: 30px;
  border-radius: 11px;
}
.page-template-template-vacancies .vacancy-vue .filter-menu .search-input {
  font-family: "PxGroteskRegular";
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffffff;
  padding: 13px 18px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
}
.page-template-template-vacancies .vacancy-vue .filter-menu .sidebar--filters h3, .page-template-template-vacancies .vacancy-vue .filter-menu .sidebar--filters label {
  color: #ffffff;
}
.page-template-template-vacancies .vacancy-vue .filter-menu .checkbox-container span {
  border-color: #ffffff;
}
.page-template-template-vacancies .vacancy-vue .counter {
  color: #02315A;
  font-family: "PxGroteskRegular";
}
.page-template-template-vacancies .vacancy-vue .counter strong {
  font-family: "PxGroteskBold";
}
.page-template-template-vacancies .vacancy-vue #vacancy-collection a:hover, .page-template-template-vacancies .vacancy-vue #vacancy-collection a:focus {
  text-decoration: none;
}
.page-template-template-vacancies .vacancy-vue .object {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #BED62F;
  border-radius: 8px;
  margin-bottom: 12px !important;
  position: relative;
  padding: 30px 82px 30px 40px;
}
.page-template-template-vacancies .vacancy-vue .object svg {
  position: absolute;
  top: 30px;
  right: 40px;
}
.page-template-template-vacancies .vacancy-vue .object .object__title {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-template-template-vacancies .vacancy-vue .object .object__type {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-template-template-vacancies .vacancy-vue .object:hover, .page-template-template-vacancies .vacancy-vue .object:focus {
  border-color: #02315A;
  transform: none;
}

@media (max-width: 1199.98px) {
  .page-template-template-vacancies .jumbotron h1 {
    font-size: 54px;
  }
  .page-template-template-vacancies .navbar .main-menu .nav-item:last-child .nav-link {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-vacancies .jumbotron h1 {
    font-size: 38px;
  }
  .page-template-template-vacancies .jumbotron p {
    font-size: 20px;
  }
  .page-template-template-vacancies .vacancy-vue .filter-menu {
    padding: 15px;
  }
  .page-template-template-vacancies .vacancy-vue .object .object__title {
    font-size: 18px;
  }
  .page-template-template-vacancies .vacancy-vue .object .object__type {
    font-size: 12px;
  }
  .page-template-template-vacancies .sidebar--filters .filter-group .list-inline, .page-template-template-vacancies .sidebar--filters .static-filter-group .list-inline {
    background: transparent;
  }
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1; /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2b2b2;
}

.page-content .contact-content .contact-content-whatsapp {
  margin-bottom: 40px;
}
.page-content .contact-content .contact-content-whatsapp h2 {
  display: flex;
  align-items: center;
}
.page-content .contact-content .contact-content-whatsapp .information {
  position: relative;
  margin-bottom: 20px;
  display: none;
  color: #fff;
  background-color: #3AB0FD;
  padding: 20px 25px;
  z-index: 1;
}
.page-content .contact-content .contact-content-whatsapp .information p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.page-content .contact-content .contact-content-whatsapp .information .title {
  font-size: 16px;
}
.page-content .contact-content .contact-content-whatsapp .information .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #3AB0FD;
  display: inline-block;
  position: absolute;
  left: 180px;
  top: -12px;
}
.page-content .contact-content .contact-content-whatsapp .gform_wrapper {
  margin-top: -10px;
}

body.page-template-template-advent {
  font-family: "PxGroteskBold";
  font-weight: 700;
}
body.page-template-template-advent .navbar {
  z-index: 3;
}
body.page-template-template-advent h1 strong, body.page-template-template-advent h2 strong {
  font-family: "PxGroteskScreen";
}
body.page-template-template-advent .bg-white {
  background-color: #fff;
}
body.page-template-template-advent .bg-blue-light, body.page-template-template-advent .leaderboard .top-score .third .score {
  background-color: #7ECCEE;
}
body.page-template-template-advent .bg-blue-medium {
  background-color: #0094D8;
}
body.page-template-template-advent .bg-blue {
  background-color: #0078C9;
}
body.page-template-template-advent .bg-blue-dark, body.page-template-template-advent .leaderboard .top-score .first .score {
  background-color: #02315A;
}
body.page-template-template-advent .bg-red {
  background-color: #FF674D;
}
body.page-template-template-advent .bg-red-medium {
  background-color: #F04E23;
}
body.page-template-template-advent .bg-purple {
  background-color: #9E62BE;
}
body.page-template-template-advent .bg-pink {
  background-color: #F172AC;
}
body.page-template-template-advent .bg-blue-bright {
  background-color: #6ECFF6;
}
body.page-template-template-advent .bg-green {
  background-color: #BED62F;
}
body.page-template-template-advent .bg-yellow {
  background-color: #FFE15E;
}
body.page-template-template-advent .top-3 {
  margin-top: 50px;
}
body.page-template-template-advent .tree {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  overflow: scroll;
  background-image: url(../img/advent/christmas-tree.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
body.page-template-template-advent .tree .container {
  position: relative;
  z-index: 2;
}
body.page-template-template-advent .tree .text a {
  color: #fff;
}
body.page-template-template-advent .tree .text p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "GraphikRegular";
}
body.page-template-template-advent .tree h1 {
  color: white;
  font-size: 5rem;
  line-height: 6.4rem;
  margin-bottom: 50px;
  position: relative;
  text-shadow: 1px 1px 8px #333;
}
body.page-template-template-advent .tree h1:before {
  content: "";
  border-top: 1.5rem solid #0d9ddb;
  border-right: 1.5rem solid transparent;
  margin-left: -1.5rem;
  position: relative;
  top: 26px;
  left: -10px;
}
body.page-template-template-advent .tree .top-score {
  margin-top: 15px;
}
body.page-template-template-advent .tree .top-score li {
  margin-bottom: 15px;
}
body.page-template-template-advent .tree .top-score li .number {
  margin-right: 15px;
  font-size: 1.8rem;
}
body.page-template-template-advent .tree .top-score li .user {
  position: relative;
}
body.page-template-template-advent .tree .top-score li .user svg {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -6px;
  left: -10px;
}
body.page-template-template-advent .tree .top-score li.second svg .trophy {
  fill: #6F6F6F;
}
body.page-template-template-advent .tree .top-score li.second svg .circle {
  fill: #CECECE;
}
body.page-template-template-advent .tree .top-score li.third svg .trophy {
  fill: #9D640C;
}
body.page-template-template-advent .tree .top-score li.third svg .circle {
  fill: #E59317;
}
body.page-template-template-advent .leaderboard {
  background-color: #F8F8F8;
  padding: 100px 0;
}
body.page-template-template-advent .leaderboard .title {
  margin-bottom: 15px;
}
body.page-template-template-advent .leaderboard .top-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
}
body.page-template-template-advent .leaderboard .top-score .user {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-family: "PxGroteskBold";
  font-weight: 700;
  font-size: 19px;
}
body.page-template-template-advent .leaderboard .top-score .user .avatar {
  margin-right: 0;
  margin-bottom: 10px;
}
body.page-template-template-advent .leaderboard .top-score .score {
  margin-top: 30px;
  width: 180px;
  text-align: center;
  position: relative;
  padding: 30px;
}
body.page-template-template-advent .leaderboard .top-score .score svg {
  position: absolute;
  top: -17.5px;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-template-advent .leaderboard .top-score .score .number {
  font-size: 32px;
}
body.page-template-template-advent .leaderboard .top-score .score .text {
  font-size: 15px;
  line-height: 20px;
}
body.page-template-template-advent .leaderboard .top-score .second .score {
  height: 160px;
  color: #fff;
}
body.page-template-template-advent .leaderboard .top-score .second .score svg .trophy {
  fill: #6F6F6F;
}
body.page-template-template-advent .leaderboard .top-score .second .score svg .circle {
  fill: #CECECE;
}
body.page-template-template-advent .leaderboard .top-score .first .score {
  height: 200px;
  color: #fff;
}
body.page-template-template-advent .leaderboard .top-score .third .score {
  height: 100px;
}
body.page-template-template-advent .leaderboard .top-score .third .score svg .trophy {
  fill: #9D640C;
}
body.page-template-template-advent .leaderboard .top-score .third .score svg .circle {
  fill: #E59317;
}
body.page-template-template-advent .leaderboard .list {
  margin-top: 80px;
  width: 100%;
}
body.page-template-template-advent .leaderboard .list .list-item {
  background-color: #fff;
  box-shadow: 0 5.1rem 7.6rem 0 rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
}
body.page-template-template-advent .leaderboard .list .list-item .row > div {
  display: flex;
  align-items: center;
  justify-content: start;
}
body.page-template-template-advent .leaderboard .list .list-item .row > div.text-right {
  font-weight: 400;
  font-family: "PxGroteskRegular";
  justify-content: flex-end;
}
body.page-template-template-advent .user {
  font-weight: 400;
  font-family: "PxGroteskRegular";
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
body.page-template-template-advent .user .avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  margin-right: 15px;
  font-family: "PxGroteskBold";
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
body.page-template-template-advent .user .avatar.bg-blue-light, body.page-template-template-advent .user .leaderboard .top-score .third .avatar.score, body.page-template-template-advent .leaderboard .top-score .third .user .avatar.score {
  color: #02315A;
}
body.page-template-template-advent .tree-grid {
  font-size: 0.655vw;
  padding-top: 9.5em;
  padding-bottom: 100px;
  display: inline-grid;
  grid-template-columns: repeat(14, 3.5em);
  grid-template-rows: repeat(16, 3.5em);
  grid-gap: 1em;
  position: relative;
}
body.page-template-template-advent .tree-grid #star {
  position: absolute;
  width: 100%;
  height: 8.2em;
  top: 0;
  left: 0;
}
body.page-template-template-advent .tree-grid .box {
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
body.page-template-template-advent .tree-grid .box.big-box {
  grid-column: span 4;
  grid-row: span 4;
}
body.page-template-template-advent .tree-grid .box .text-top-left {
  position: absolute;
  top: 2.17em;
  left: 0.12em;
  font-size: 2.3rem;
}
body.page-template-template-advent .tree-grid .box .text-top-right {
  position: absolute;
  top: 0.43em;
  right: 0.43em;
  font-size: 2.3rem;
}
body.page-template-template-advent .tree-grid .box .text-bottom-left {
  position: absolute;
  bottom: 0.174em;
  left: 0.108em;
  font-size: 2.3rem;
}
body.page-template-template-advent .tree-grid .box .text-bottom-right {
  position: absolute;
  bottom: 0.174em;
  right: 0.108em;
  font-size: 2.3rem;
}
body.page-template-template-advent .tree-grid .box .text-center {
  font-size: 2.3rem;
}
body.page-template-template-advent .tree-grid .box .inner-box {
  font-size: 1em;
  line-height: 2.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  transition: width 1s, transform 1s, background-color 1s;
  transform-origin: top left;
}
body.page-template-template-advent .tree-grid .box .inner-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-white {
  color: #000;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-blue-light, body.page-template-template-advent .tree-grid .box .leaderboard .top-score .third .inner-box.score, body.page-template-template-advent .leaderboard .top-score .third .tree-grid .box .inner-box.score {
  color: #02315A;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-blue-medium, body.page-template-template-advent .tree-grid .box .inner-box.bg-blue, body.page-template-template-advent .tree-grid .box .inner-box.bg-blue-dark, body.page-template-template-advent .tree-grid .box .leaderboard .top-score .first .inner-box.score, body.page-template-template-advent .leaderboard .top-score .first .tree-grid .box .inner-box.score, body.page-template-template-advent .tree-grid .box .inner-box.bg-red {
  color: #fff;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-lines:before {
  background-image: url(../img/advent/lines.svg);
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-lines.bg-blue-dark:before, body.page-template-template-advent .tree-grid .box .leaderboard .top-score .first .inner-box.bg-lines.score:before, body.page-template-template-advent .leaderboard .top-score .first .tree-grid .box .inner-box.bg-lines.score:before {
  opacity: 0.5;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-cross:before {
  background-image: url(../img/advent/cross.svg);
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-cross-red {
  color: #fff;
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-cross-red:before {
  background-image: url(../img/advent/cross-red.svg);
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-snowflake-blue:before {
  background-image: url(../img/advent/snowflake-blue.svg);
  transform: translate3d(-33%, -33%, 0);
}
body.page-template-template-advent .tree-grid .box .inner-box.bg-present:before {
  background-image: url(../img/advent/present.svg);
  background-size: 103%;
}
body.page-template-template-advent .tree-grid .box#box-1 {
  background-image: url(../img/advent/open/01.png);
}
body.page-template-template-advent .tree-grid .box#box-2 {
  background-image: url(../img/advent/open/02.png);
}
body.page-template-template-advent .tree-grid .box#box-2 svg {
  position: absolute;
  width: 7.9em;
  height: 7.9em;
  top: 0.1em;
  left: 0.1em;
}
body.page-template-template-advent .tree-grid .box#box-3 {
  background-image: url(../img/advent/open/03.png);
}
body.page-template-template-advent .tree-grid .box#box-4 {
  background-image: url(../img/advent/open/04.png);
}
body.page-template-template-advent .tree-grid .box#box-5 {
  background-image: url(../img/advent/open/05.png);
}
body.page-template-template-advent .tree-grid .box#box-5 svg {
  position: absolute;
  bottom: 0;
  left: 1em;
  height: 5em;
  width: auto;
}
body.page-template-template-advent .tree-grid .box#box-5 svg .line {
  fill: #fff;
}
body.page-template-template-advent .tree-grid .box#box-5 svg .ribbon {
  fill: #02315A;
}
body.page-template-template-advent .tree-grid .box#box-6 {
  background-image: url(../img/advent/open/06.png);
}
body.page-template-template-advent .tree-grid .box#box-6 .text-bottom-left {
  bottom: 1em;
  left: 1em;
}
body.page-template-template-advent .tree-grid .box#box-6 svg {
  position: absolute;
  height: 6.51em;
  width: 2.4em;
}
body.page-template-template-advent .tree-grid .box#box-6 svg:nth-child(2) {
  top: -2.5em;
  left: 2.25em;
}
body.page-template-template-advent .tree-grid .box#box-6 svg:nth-child(2) .bell {
  fill: #FF674D;
}
body.page-template-template-advent .tree-grid .box#box-6 svg:nth-child(2) .stripe {
  display: none;
}
body.page-template-template-advent .tree-grid .box#box-6 svg:nth-child(3) {
  top: 0;
  right: 1em;
}
body.page-template-template-advent .tree-grid .box#box-7 {
  background-image: url(../img/advent/open/07.png);
}
body.page-template-template-advent .tree-grid .box#box-8 {
  background-image: url(../img/advent/open/08.png);
}
body.page-template-template-advent .tree-grid .box#box-8 svg {
  position: absolute;
  width: 7.9em;
  height: 7.9em;
  top: 0.1em;
  left: 0.1em;
}
body.page-template-template-advent .tree-grid .box#box-9 {
  background-image: url(../img/advent/open/09.png);
}
body.page-template-template-advent .tree-grid .box#box-10 {
  background-image: url(../img/advent/open/10.png);
}
body.page-template-template-advent .tree-grid .box#box-10 svg {
  position: absolute;
  top: 0.5em;
  left: 1em;
  width: 5em;
  height: 5em;
}
body.page-template-template-advent .tree-grid .box#box-11 {
  background-image: url(../img/advent/open/11.png);
}
body.page-template-template-advent .tree-grid .box#box-12 {
  background-image: url(../img/advent/open/12.png);
}
body.page-template-template-advent .tree-grid .box#box-12 svg {
  position: absolute;
  top: 1.5em;
  left: 1em;
  width: 3.2em;
  height: 4.6em;
}
body.page-template-template-advent .tree-grid .box#box-13 {
  background-image: url(../img/advent/open/13.png);
}
body.page-template-template-advent .tree-grid .box#box-13 svg {
  position: absolute;
  width: 5.15em;
  height: 6.1em;
}
body.page-template-template-advent .tree-grid .box#box-14 {
  background-image: url(../img/advent/open/14.png);
}
body.page-template-template-advent .tree-grid .box#box-15 {
  background-image: url(../img/advent/open/15.png);
}
body.page-template-template-advent .tree-grid .box#box-16 {
  background-image: url(../img/advent/open/16.png);
}
body.page-template-template-advent .tree-grid .box#box-17 {
  background-image: url(../img/advent/open/17.png);
}
body.page-template-template-advent .tree-grid .box#box-18 {
  background-image: url(../img/advent/open/18.png);
}
body.page-template-template-advent .tree-grid .box#box-19 {
  background-image: url(../img/advent/open/19.png);
}
body.page-template-template-advent .tree-grid .box#box-20 {
  background-image: url(../img/advent/open/20.png);
}
body.page-template-template-advent .tree-grid .box#box-21 {
  background-image: url(../img/advent/open/21.png);
}
body.page-template-template-advent .tree-grid .box#box-22 {
  background-image: url(../img/advent/open/22.png);
}
body.page-template-template-advent .tree-grid .box#box-22 svg {
  position: absolute;
  width: auto;
}
body.page-template-template-advent .tree-grid .box#box-22 svg:nth-child(2) {
  height: 2.55em;
  top: 1em;
  left: 1em;
}
body.page-template-template-advent .tree-grid .box#box-22 svg:nth-child(3) {
  height: 1.8em;
  top: 2.5em;
  right: 2.5em;
  transform: rotate(30deg);
  opacity: 0.5;
}
body.page-template-template-advent .tree-grid .box#box-22 svg:nth-child(4) {
  height: 1.1em;
  top: 1em;
  right: 1.5em;
  transform: rotate(30deg);
}
body.page-template-template-advent .tree-grid .box#box-22 .text-bottom-right {
  bottom: 1em;
  right: 1em;
}
body.page-template-template-advent .tree-grid .box#box-23 {
  background-image: url(../img/advent/open/23.png);
}
body.page-template-template-advent .tree-grid .box#box-24 {
  background-image: url(../img/advent/open/24.png);
}
body.page-template-template-advent .tree-grid .box#box-24 .inner-box div {
  position: relative;
}
body.page-template-template-advent .tree-grid .box#box-24 svg {
  position: absolute;
  top: 0;
  right: 1em;
  width: 2.4em;
  height: 6.55em;
}
body.page-template-template-advent .tree-grid .box#box-24 svg .bell {
  fill: #0078C9;
}
body.page-template-template-advent .tree-grid .box#box-24 svg .stripe {
  fill: #6DCFF6;
}
body.page-template-template-advent .tree-grid .box#box-25 {
  background-image: url(../img/advent/open/25.png);
}
body.page-template-template-advent .tree-grid .box#box-25 .inner-box svg {
  position: absolute;
  width: 8.1em;
  height: 10.5em;
}
body.page-template-template-advent .tree-grid .box#box-25 .inner-box svg:nth-child(1) {
  bottom: 1em;
  left: 1em;
}
body.page-template-template-advent .tree-grid .box#box-25 .inner-box svg:nth-child(1) .box {
  fill: #02315A;
}
body.page-template-template-advent .tree-grid .box#box-25 .inner-box svg:nth-child(2) {
  height: 5.25em;
  width: auto;
  bottom: 1em;
  left: 8.5em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes {
  position: absolute;
  top: 0;
  right: -17em;
  width: 17em;
  height: 17em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg {
  position: absolute;
  bottom: 0;
  width: 8.1em;
  height: 10.5em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(1) {
  left: 1em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(3) {
  height: 5.25em;
  width: auto;
  left: 3.5em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(3) .box {
  fill: #0094D8;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(3) .line {
  fill: #6DCFF6;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(2) {
  height: 7.35em;
  width: auto;
  left: 7em;
}
body.page-template-template-advent .tree-grid .box#box-25 .boxes svg:nth-child(2) .box {
  fill: #6DCFF6;
}
body.page-template-template-advent .tree-grid .box:hover, body.page-template-template-advent .tree-grid .box:focus {
  text-decoration: none;
}
body.page-template-template-advent .tree-grid .box.open {
  z-index: 2;
}
body.page-template-template-advent .tree-grid .box.open .inner-box {
  transform: skewY(5deg) scaleX(0.7);
  transform-origin: top left;
}
body.page-template-template-advent .tree-grid .box.open:hover, body.page-template-template-advent .tree-grid .box.open:focus {
  cursor: pointer;
}
body.page-template-template-advent .tree-grid .box.open:hover .inner-box, body.page-template-template-advent .tree-grid .box.open:focus .inner-box {
  transform: skewY(10deg) scaleX(0.6);
}
body.page-template-template-advent .tree-grid .box.clicked .inner-box {
  display: none;
}
body.page-template-template-advent .tree-grid .empty-spacer-1-1 {
  grid-column: 1/span 6;
  grid-row: 1/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-1-2 {
  grid-column: 9/span 6;
  grid-row: 1/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-2-1 {
  grid-column: 1/span 5;
  grid-row: 3/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-2-2 {
  grid-column: 10/span 5;
  grid-row: 3/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-3-1 {
  grid-column: 1/span 4;
  grid-row: 5/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-3-2 {
  grid-column: 11/span 4;
  grid-row: 5/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-4-1 {
  grid-column: 1/span 2;
  grid-row: 7/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-4-2 {
  grid-column: 13/span 2;
  grid-row: 7/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-5-1 {
  grid-column: 1/span 1;
  grid-row: 9/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-5-2 {
  grid-column: 14/span 1;
  grid-row: 9/span 2;
}
body.page-template-template-advent .tree-grid .empty-spacer-6-1 {
  grid-column: 1/span 5;
  grid-row: 13/span 4;
}
body.page-template-template-advent .tree-grid .empty-spacer-6-2 {
  grid-column: 10/span 5;
  grid-row: 13/span 4;
}
body.page-template-template-advent #cursor {
  pointer-events: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  opacity: 0.8;
  background-color: #0D9DDB;
  position: absolute;
  z-index: 999999;
  transition: height 0.2s ease, width 0.2s ease, background-color 0.2s ease;
  transform: translate3d(-50%, -50%, 0);
  display: none;
  align-items: center;
  justify-content: center;
}
body.page-template-template-advent #cursor svg {
  display: none;
  opacity: 0;
  width: 30px;
  height: 30px;
}
body.page-template-template-advent #cursor #snowflake {
  display: block;
  opacity: 1;
}
body.page-template-template-advent #cursor.on-box #lock {
  display: block;
  opacity: 1;
}
body.page-template-template-advent #cursor.on-box #eye {
  display: none;
  opacity: 0;
}
body.page-template-template-advent #cursor.on-box #snowflake {
  display: none;
  opacity: 0;
}
body.page-template-template-advent #cursor.on-open #lock {
  display: none;
  opacity: 0;
}
body.page-template-template-advent #cursor.on-open #eye {
  display: block;
  opacity: 1;
}
body.page-template-template-advent #cursor.on-open #snowflake {
  display: none;
  opacity: 0;
}
body.page-template-template-advent #mobile-message {
  display: none;
}

@media (min-width: 1527px) {
  body.page-template-template-advent .tree-grid {
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  body.page-template-template-advent .tree-grid {
    font-size: 1.1vw;
  }
}
@media (max-width: 767.98px) {
  body.page-template-template-advent #mobile-message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  body.page-template-template-advent #mobile-message p {
    background-color: #fff;
    padding: 60px 30px;
    color: #000;
  }
  body.page-template-template-advent .leaderboard .top-score .user {
    font-size: 14px;
  }
  body.page-template-template-advent .leaderboard .top-score .score {
    width: 100px;
    padding: 30px 10px;
  }
  body.page-template-template-advent .leaderboard .top-score .score .number {
    font-size: 18px;
  }
  body.page-template-template-advent .leaderboard .top-score .score .text {
    font-size: 12px;
  }
}