@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap); *,:after,:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
  margin: 0;
  font-family: Inter,sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
  color: #333;
  text-align: left;
  background-color: #e8f0f2
}

@media(max-width: 1200px) {
  body {
    font-size:calc(1.0125rem + .15vw)
  }
}

[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: 1.7rem
}

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

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

address {
  font-style: normal;
  line-height: inherit
}

address,dl,ol,ul {
  margin-bottom: 1rem
}

dl,ol,ul {
  margin-top: 0
}

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: none;
  background-color: transparent
}

a,a:hover {
  color: #339bbc
}

a:hover {
  text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

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

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer
}

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

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

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

@media(max-width: 1200px) {
  legend {
    font-size:calc(1.05rem + .6vw)
  }
}

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-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: 1.7rem;
  font-family: Inter,sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #004f74
}

.h1,h1 {
  font-size: 2.625rem
}

@media(max-width: 1200px) {
  .h1,h1 {
    font-size:calc(1.1625rem + 1.95vw)
  }
}

.h2,h2 {
  font-size: 2.125rem
}

@media(max-width: 1200px) {
  .h2,h2 {
    font-size:calc(1.1125rem + 1.35vw)
  }
}

.h3,h3 {
  font-size: 1.75rem
}

@media(max-width: 1200px) {
  .h3,h3 {
    font-size:calc(1.075rem + .9vw)
  }
}

.h4,h4 {
  font-size: 1.375rem
}

@media(max-width: 1200px) {
  .h4,h4 {
    font-size:calc(1.0375rem + .45vw)
  }
}

.h5,h5 {
  font-size: 1.125rem
}

@media(max-width: 1200px) {
  .h5,h5 {
    font-size:calc(1.0125rem + .15vw)
  }
}

.h6,h6 {
  font-size: 1.063rem
}

@media(max-width: 1200px) {
  .h6,h6 {
    font-size:calc(1.0063rem + .0756vw)
  }
}

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

@media(max-width: 1200px) {
  .lead {
    font-size:calc(1.040625rem + .4875vw)
  }
}

.display-1 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.25
}

@media(max-width: 1200px) {
  .display-1 {
    font-size:calc(1.45rem + 5.4vw)
  }
}

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25
}

@media(max-width: 1200px) {
  .display-2 {
    font-size:calc(1.3rem + 3.6vw)
  }
}

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

@media(max-width: 1200px) {
  .display-3 {
    font-size:calc(1.2rem + 2.4vw)
  }
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25
}

@media(max-width: 1200px) {
  .display-4 {
    font-size:calc(1.15rem + 1.8vw)
  }
}

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

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

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

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

.blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.40625rem
}

@media(max-width: 1200px) {
  .blockquote {
    font-size:calc(1.040625rem + .4875vw)
  }
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer:before {
  content: "\2014\A0"
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #e8f0f2;
  border: 1px solid #dee2e6
}

.figure {
  display: inline-block
}

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

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

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

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

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:1140px
  }
}

@media(min-width: 1500px) {
  .container {
    max-width:1340px
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 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%
  }
}

@media(min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xxl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #333;
  background-color: #fff
}

.table td,.table th {
  padding: .7rem 1rem;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.1)
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0,0,0,.1)
}

.table tbody+tbody {
  border-top: 2px solid rgba(0,0,0,.1)
}

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

.table-bordered,.table-bordered td,.table-bordered th {
  border: 1px solid rgba(0,0,0,.1)
}

.table-bordered thead td,.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
  border: 0
}

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

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

.table-primary,.table-primary>td,.table-primary>th {
  background-color: #b8dce7
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
  border-color: #7bbdd3
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: #a5d3e1
}

.table-secondary,.table-secondary>td,.table-secondary>th {
  background-color: #f4f8fa
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
  border-color: #eaf2f5
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: #e2edf2
}

.table-success,.table-success>td,.table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-white,.table-white>td,.table-white>th {
  background-color: #fff
}

.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th {
  border-color: #fff
}

.table-hover .table-white:hover,.table-hover .table-white:hover>td,.table-hover .table-white:hover>th {
  background-color: #f2f2f2
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0,0,0,.1)
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.075)
}

@media(max-width: 575.98px) {
  .table-responsive-sm {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .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
  }

  .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
  }

  .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
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

@media(max-width: 1499.98px) {
  .table-responsive-xxl {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xxl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control,.has-mailingreport form input[type=email],.has-mailingreport form input[type=tel],.has-mailingreport form input[type=text],.has-mailingreport form select,.has-mailingreport form textarea,.js-cm-form input[type=email],.js-cm-form input[type=tel],.js-cm-form input[type=text],.js-cm-form select,.js-cm-form textarea {
  display: block;
  width: 100%;
  height: calc(1.625em + 1.5rem + 2px);
  padding: .75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(max-width: 1200px) {
  .form-control,.has-mailingreport form input[type=email],.has-mailingreport form input[type=tel],.has-mailingreport form input[type=text],.has-mailingreport form select,.has-mailingreport form textarea,.js-cm-form input[type=email],.js-cm-form input[type=tel],.js-cm-form input[type=text],.js-cm-form select,.js-cm-form textarea {
    font-size:calc(1.0125rem + .15vw)
  }
}

@media(prefers-reduced-motion:reduce) {
  .form-control,.has-mailingreport form input[type=email],.has-mailingreport form input[type=tel],.has-mailingreport form input[type=text],.has-mailingreport form select,.has-mailingreport form textarea,.js-cm-form input[type=email],.js-cm-form input[type=tel],.js-cm-form input[type=text],.js-cm-form select,.js-cm-form textarea {
    transition: none
  }
}

.form-control::-ms-expand,.has-mailingreport form input[type=email]::-ms-expand,.has-mailingreport form input[type=tel]::-ms-expand,.has-mailingreport form input[type=text]::-ms-expand,.has-mailingreport form select::-ms-expand,.has-mailingreport form textarea::-ms-expand,.js-cm-form input[type=email]::-ms-expand,.js-cm-form input[type=tel]::-ms-expand,.js-cm-form input[type=text]::-ms-expand,.js-cm-form select::-ms-expand,.js-cm-form textarea::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus,.has-mailingreport form input[type=email]:focus,.has-mailingreport form input[type=tel]:focus,.has-mailingreport form input[type=text]:focus,.has-mailingreport form select:focus,.has-mailingreport form textarea:focus,.js-cm-form input[type=email]:focus,.js-cm-form input[type=tel]:focus,.js-cm-form input[type=text]:focus,.js-cm-form select:focus,.js-cm-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2dcbfe;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

.form-control:-ms-input-placeholder,.has-mailingreport form input[type=email]:-ms-input-placeholder,.has-mailingreport form input[type=tel]:-ms-input-placeholder,.has-mailingreport form input[type=text]:-ms-input-placeholder,.has-mailingreport form select:-ms-input-placeholder,.has-mailingreport form textarea:-ms-input-placeholder,.js-cm-form input[type=email]:-ms-input-placeholder,.js-cm-form input[type=tel]:-ms-input-placeholder,.js-cm-form input[type=text]:-ms-input-placeholder,.js-cm-form select:-ms-input-placeholder,.js-cm-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder,.has-mailingreport form input[type=email]::placeholder,.has-mailingreport form input[type=tel]::placeholder,.has-mailingreport form input[type=text]::placeholder,.has-mailingreport form select::placeholder,.has-mailingreport form textarea::placeholder,.js-cm-form input[type=email]::placeholder,.js-cm-form input[type=tel]::placeholder,.js-cm-form input[type=text]::placeholder,.js-cm-form select::placeholder,.js-cm-form textarea::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,.form-control[readonly],.has-mailingreport form input[readonly][type=email],.has-mailingreport form input[readonly][type=tel],.has-mailingreport form input[readonly][type=text],.has-mailingreport form input[type=email]:disabled,.has-mailingreport form input[type=tel]:disabled,.has-mailingreport form input[type=text]:disabled,.has-mailingreport form select:disabled,.has-mailingreport form select[readonly],.has-mailingreport form textarea:disabled,.has-mailingreport form textarea[readonly],.js-cm-form input[readonly][type=email],.js-cm-form input[readonly][type=tel],.js-cm-form input[readonly][type=text],.js-cm-form input[type=email]:disabled,.js-cm-form input[type=tel]:disabled,.js-cm-form input[type=text]:disabled,.js-cm-form select:disabled,.js-cm-form select[readonly],.js-cm-form textarea:disabled,.js-cm-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.has-mailingreport form select:focus::-ms-value,.js-cm-form select:focus::-ms-value,select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

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

.col-form-label {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.625
}

.col-form-label,.col-form-label-lg {
  padding-top: calc(.75rem + 1px);
  padding-bottom: calc(.75rem + 1px)
}

.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5
}

@media(max-width: 1200px) {
  .col-form-label-lg {
    font-size:calc(1.025rem + .3vw)
  }
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-bottom: 0;
  line-height: 1.625;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5
}

@media(max-width: 1200px) {
  .form-control-lg {
    font-size:calc(1.025rem + .3vw)
  }
}

.has-mailingreport form select[multiple],.has-mailingreport form select[size],.has-mailingreport form textarea,.js-cm-form select[multiple],.js-cm-form select[size],.js-cm-form textarea,select.form-control[multiple],select.form-control[size],textarea.form-control {
  height: auto
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.625;
  color: #fff;
  background-color: rgba(40,167,69,.9)
}

.form-control.is-valid,.has-mailingreport form .was-validated input[type=email]:valid,.has-mailingreport form .was-validated input[type=tel]:valid,.has-mailingreport form .was-validated input[type=text]:valid,.has-mailingreport form .was-validated select:valid,.has-mailingreport form .was-validated textarea:valid,.has-mailingreport form input.is-valid[type=email],.has-mailingreport form input.is-valid[type=tel],.has-mailingreport form input.is-valid[type=text],.has-mailingreport form select.is-valid,.has-mailingreport form textarea.is-valid,.js-cm-form .was-validated input[type=email]:valid,.js-cm-form .was-validated input[type=tel]:valid,.js-cm-form .was-validated input[type=text]:valid,.js-cm-form .was-validated select:valid,.js-cm-form .was-validated textarea:valid,.js-cm-form input.is-valid[type=email],.js-cm-form input.is-valid[type=tel],.js-cm-form input.is-valid[type=text],.js-cm-form select.is-valid,.js-cm-form textarea.is-valid,.was-validated .form-control:valid,.was-validated .has-mailingreport form input[type=email]:valid,.was-validated .has-mailingreport form input[type=tel]:valid,.was-validated .has-mailingreport form input[type=text]:valid,.was-validated .has-mailingreport form select:valid,.was-validated .has-mailingreport form textarea:valid,.was-validated .js-cm-form input[type=email]:valid,.was-validated .js-cm-form input[type=tel]:valid,.was-validated .js-cm-form input[type=text]:valid,.was-validated .js-cm-form select:valid,.was-validated .js-cm-form textarea:valid {
  border-color: #28a745;
  padding-right: calc(1.625em + 1.5rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(.40625em + .375rem);
  background-size: calc(.8125em + .75rem) calc(.8125em + .75rem)
}

.form-control.is-valid:focus,.has-mailingreport form .was-validated input[type=email]:valid:focus,.has-mailingreport form .was-validated input[type=tel]:valid:focus,.has-mailingreport form .was-validated input[type=text]:valid:focus,.has-mailingreport form .was-validated select:valid:focus,.has-mailingreport form .was-validated textarea:valid:focus,.has-mailingreport form input.is-valid[type=email]:focus,.has-mailingreport form input.is-valid[type=tel]:focus,.has-mailingreport form input.is-valid[type=text]:focus,.has-mailingreport form select.is-valid:focus,.has-mailingreport form textarea.is-valid:focus,.js-cm-form .was-validated input[type=email]:valid:focus,.js-cm-form .was-validated input[type=tel]:valid:focus,.js-cm-form .was-validated input[type=text]:valid:focus,.js-cm-form .was-validated select:valid:focus,.js-cm-form .was-validated textarea:valid:focus,.js-cm-form input.is-valid[type=email]:focus,.js-cm-form input.is-valid[type=tel]:focus,.js-cm-form input.is-valid[type=text]:focus,.js-cm-form select.is-valid:focus,.js-cm-form textarea.is-valid:focus,.was-validated .form-control:valid:focus,.was-validated .has-mailingreport form input[type=email]:valid:focus,.was-validated .has-mailingreport form input[type=tel]:valid:focus,.was-validated .has-mailingreport form input[type=text]:valid:focus,.was-validated .has-mailingreport form select:valid:focus,.was-validated .has-mailingreport form textarea:valid:focus,.was-validated .js-cm-form input[type=email]:valid:focus,.was-validated .js-cm-form input[type=tel]:valid:focus,.was-validated .js-cm-form input[type=text]:valid:focus,.was-validated .js-cm-form select:valid:focus,.was-validated .js-cm-form textarea:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.has-mailingreport form .was-validated input[type=email]:valid~.valid-feedback,.has-mailingreport form .was-validated input[type=email]:valid~.valid-tooltip,.has-mailingreport form .was-validated input[type=tel]:valid~.valid-feedback,.has-mailingreport form .was-validated input[type=tel]:valid~.valid-tooltip,.has-mailingreport form .was-validated input[type=text]:valid~.valid-feedback,.has-mailingreport form .was-validated input[type=text]:valid~.valid-tooltip,.has-mailingreport form .was-validated select:valid~.valid-feedback,.has-mailingreport form .was-validated select:valid~.valid-tooltip,.has-mailingreport form .was-validated textarea:valid~.valid-feedback,.has-mailingreport form .was-validated textarea:valid~.valid-tooltip,.has-mailingreport form input.is-valid[type=email]~.valid-feedback,.has-mailingreport form input.is-valid[type=email]~.valid-tooltip,.has-mailingreport form input.is-valid[type=tel]~.valid-feedback,.has-mailingreport form input.is-valid[type=tel]~.valid-tooltip,.has-mailingreport form input.is-valid[type=text]~.valid-feedback,.has-mailingreport form input.is-valid[type=text]~.valid-tooltip,.has-mailingreport form select.is-valid~.valid-feedback,.has-mailingreport form select.is-valid~.valid-tooltip,.has-mailingreport form textarea.is-valid~.valid-feedback,.has-mailingreport form textarea.is-valid~.valid-tooltip,.js-cm-form .was-validated input[type=email]:valid~.valid-feedback,.js-cm-form .was-validated input[type=email]:valid~.valid-tooltip,.js-cm-form .was-validated input[type=tel]:valid~.valid-feedback,.js-cm-form .was-validated input[type=tel]:valid~.valid-tooltip,.js-cm-form .was-validated input[type=text]:valid~.valid-feedback,.js-cm-form .was-validated input[type=text]:valid~.valid-tooltip,.js-cm-form .was-validated select:valid~.valid-feedback,.js-cm-form .was-validated select:valid~.valid-tooltip,.js-cm-form .was-validated textarea:valid~.valid-feedback,.js-cm-form .was-validated textarea:valid~.valid-tooltip,.js-cm-form input.is-valid[type=email]~.valid-feedback,.js-cm-form input.is-valid[type=email]~.valid-tooltip,.js-cm-form input.is-valid[type=tel]~.valid-feedback,.js-cm-form input.is-valid[type=tel]~.valid-tooltip,.js-cm-form input.is-valid[type=text]~.valid-feedback,.js-cm-form input.is-valid[type=text]~.valid-tooltip,.js-cm-form select.is-valid~.valid-feedback,.js-cm-form select.is-valid~.valid-tooltip,.js-cm-form textarea.is-valid~.valid-feedback,.js-cm-form textarea.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.was-validated .has-mailingreport form input[type=email]:valid~.valid-feedback,.was-validated .has-mailingreport form input[type=email]:valid~.valid-tooltip,.was-validated .has-mailingreport form input[type=tel]:valid~.valid-feedback,.was-validated .has-mailingreport form input[type=tel]:valid~.valid-tooltip,.was-validated .has-mailingreport form input[type=text]:valid~.valid-feedback,.was-validated .has-mailingreport form input[type=text]:valid~.valid-tooltip,.was-validated .has-mailingreport form select:valid~.valid-feedback,.was-validated .has-mailingreport form select:valid~.valid-tooltip,.was-validated .has-mailingreport form textarea:valid~.valid-feedback,.was-validated .has-mailingreport form textarea:valid~.valid-tooltip,.was-validated .js-cm-form input[type=email]:valid~.valid-feedback,.was-validated .js-cm-form input[type=email]:valid~.valid-tooltip,.was-validated .js-cm-form input[type=tel]:valid~.valid-feedback,.was-validated .js-cm-form input[type=tel]:valid~.valid-tooltip,.was-validated .js-cm-form input[type=text]:valid~.valid-feedback,.was-validated .js-cm-form input[type=text]:valid~.valid-tooltip,.was-validated .js-cm-form select:valid~.valid-feedback,.was-validated .js-cm-form select:valid~.valid-tooltip,.was-validated .js-cm-form textarea:valid~.valid-feedback,.was-validated .js-cm-form textarea:valid~.valid-tooltip {
  display: block
}

.has-mailingreport form .was-validated textarea:valid,.has-mailingreport form textarea.is-valid,.js-cm-form .was-validated textarea:valid,.js-cm-form textarea.is-valid,.was-validated .has-mailingreport form textarea:valid,.was-validated .js-cm-form textarea:valid,.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.625em + 1.5rem);
  background-position: top calc(.40625em + .375rem) right calc(.40625em + .375rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8125em + .75rem) calc(.8125em + .75rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.625;
  color: #fff;
  background-color: rgba(220,53,69,.9)
}

.form-control.is-invalid,.has-mailingreport form .was-validated input[type=email]:invalid,.has-mailingreport form .was-validated input[type=tel]:invalid,.has-mailingreport form .was-validated input[type=text]:invalid,.has-mailingreport form .was-validated select:invalid,.has-mailingreport form .was-validated textarea:invalid,.has-mailingreport form input.is-invalid[type=email],.has-mailingreport form input.is-invalid[type=tel],.has-mailingreport form input.is-invalid[type=text],.has-mailingreport form select.is-invalid,.has-mailingreport form textarea.is-invalid,.js-cm-form .was-validated input[type=email]:invalid,.js-cm-form .was-validated input[type=tel]:invalid,.js-cm-form .was-validated input[type=text]:invalid,.js-cm-form .was-validated select:invalid,.js-cm-form .was-validated textarea:invalid,.js-cm-form input.is-invalid[type=email],.js-cm-form input.is-invalid[type=tel],.js-cm-form input.is-invalid[type=text],.js-cm-form select.is-invalid,.js-cm-form textarea.is-invalid,.was-validated .form-control:invalid,.was-validated .has-mailingreport form input[type=email]:invalid,.was-validated .has-mailingreport form input[type=tel]:invalid,.was-validated .has-mailingreport form input[type=text]:invalid,.was-validated .has-mailingreport form select:invalid,.was-validated .has-mailingreport form textarea:invalid,.was-validated .js-cm-form input[type=email]:invalid,.was-validated .js-cm-form input[type=tel]:invalid,.was-validated .js-cm-form input[type=text]:invalid,.was-validated .js-cm-form select:invalid,.was-validated .js-cm-form textarea:invalid {
  border-color: #dc3545;
  padding-right: calc(1.625em + 1.5rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(.40625em + .375rem);
  background-size: calc(.8125em + .75rem) calc(.8125em + .75rem)
}

.form-control.is-invalid:focus,.has-mailingreport form .was-validated input[type=email]:invalid:focus,.has-mailingreport form .was-validated input[type=tel]:invalid:focus,.has-mailingreport form .was-validated input[type=text]:invalid:focus,.has-mailingreport form .was-validated select:invalid:focus,.has-mailingreport form .was-validated textarea:invalid:focus,.has-mailingreport form input.is-invalid[type=email]:focus,.has-mailingreport form input.is-invalid[type=tel]:focus,.has-mailingreport form input.is-invalid[type=text]:focus,.has-mailingreport form select.is-invalid:focus,.has-mailingreport form textarea.is-invalid:focus,.js-cm-form .was-validated input[type=email]:invalid:focus,.js-cm-form .was-validated input[type=tel]:invalid:focus,.js-cm-form .was-validated input[type=text]:invalid:focus,.js-cm-form .was-validated select:invalid:focus,.js-cm-form .was-validated textarea:invalid:focus,.js-cm-form input.is-invalid[type=email]:focus,.js-cm-form input.is-invalid[type=tel]:focus,.js-cm-form input.is-invalid[type=text]:focus,.js-cm-form select.is-invalid:focus,.js-cm-form textarea.is-invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .has-mailingreport form input[type=email]:invalid:focus,.was-validated .has-mailingreport form input[type=tel]:invalid:focus,.was-validated .has-mailingreport form input[type=text]:invalid:focus,.was-validated .has-mailingreport form select:invalid:focus,.was-validated .has-mailingreport form textarea:invalid:focus,.was-validated .js-cm-form input[type=email]:invalid:focus,.was-validated .js-cm-form input[type=tel]:invalid:focus,.was-validated .js-cm-form input[type=text]:invalid:focus,.was-validated .js-cm-form select:invalid:focus,.was-validated .js-cm-form textarea:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.has-mailingreport form .was-validated input[type=email]:invalid~.invalid-feedback,.has-mailingreport form .was-validated input[type=email]:invalid~.invalid-tooltip,.has-mailingreport form .was-validated input[type=tel]:invalid~.invalid-feedback,.has-mailingreport form .was-validated input[type=tel]:invalid~.invalid-tooltip,.has-mailingreport form .was-validated input[type=text]:invalid~.invalid-feedback,.has-mailingreport form .was-validated input[type=text]:invalid~.invalid-tooltip,.has-mailingreport form .was-validated select:invalid~.invalid-feedback,.has-mailingreport form .was-validated select:invalid~.invalid-tooltip,.has-mailingreport form .was-validated textarea:invalid~.invalid-feedback,.has-mailingreport form .was-validated textarea:invalid~.invalid-tooltip,.has-mailingreport form input.is-invalid[type=email]~.invalid-feedback,.has-mailingreport form input.is-invalid[type=email]~.invalid-tooltip,.has-mailingreport form input.is-invalid[type=tel]~.invalid-feedback,.has-mailingreport form input.is-invalid[type=tel]~.invalid-tooltip,.has-mailingreport form input.is-invalid[type=text]~.invalid-feedback,.has-mailingreport form input.is-invalid[type=text]~.invalid-tooltip,.has-mailingreport form select.is-invalid~.invalid-feedback,.has-mailingreport form select.is-invalid~.invalid-tooltip,.has-mailingreport form textarea.is-invalid~.invalid-feedback,.has-mailingreport form textarea.is-invalid~.invalid-tooltip,.js-cm-form .was-validated input[type=email]:invalid~.invalid-feedback,.js-cm-form .was-validated input[type=email]:invalid~.invalid-tooltip,.js-cm-form .was-validated input[type=tel]:invalid~.invalid-feedback,.js-cm-form .was-validated input[type=tel]:invalid~.invalid-tooltip,.js-cm-form .was-validated input[type=text]:invalid~.invalid-feedback,.js-cm-form .was-validated input[type=text]:invalid~.invalid-tooltip,.js-cm-form .was-validated select:invalid~.invalid-feedback,.js-cm-form .was-validated select:invalid~.invalid-tooltip,.js-cm-form .was-validated textarea:invalid~.invalid-feedback,.js-cm-form .was-validated textarea:invalid~.invalid-tooltip,.js-cm-form input.is-invalid[type=email]~.invalid-feedback,.js-cm-form input.is-invalid[type=email]~.invalid-tooltip,.js-cm-form input.is-invalid[type=tel]~.invalid-feedback,.js-cm-form input.is-invalid[type=tel]~.invalid-tooltip,.js-cm-form input.is-invalid[type=text]~.invalid-feedback,.js-cm-form input.is-invalid[type=text]~.invalid-tooltip,.js-cm-form select.is-invalid~.invalid-feedback,.js-cm-form select.is-invalid~.invalid-tooltip,.js-cm-form textarea.is-invalid~.invalid-feedback,.js-cm-form textarea.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.was-validated .has-mailingreport form input[type=email]:invalid~.invalid-feedback,.was-validated .has-mailingreport form input[type=email]:invalid~.invalid-tooltip,.was-validated .has-mailingreport form input[type=tel]:invalid~.invalid-feedback,.was-validated .has-mailingreport form input[type=tel]:invalid~.invalid-tooltip,.was-validated .has-mailingreport form input[type=text]:invalid~.invalid-feedback,.was-validated .has-mailingreport form input[type=text]:invalid~.invalid-tooltip,.was-validated .has-mailingreport form select:invalid~.invalid-feedback,.was-validated .has-mailingreport form select:invalid~.invalid-tooltip,.was-validated .has-mailingreport form textarea:invalid~.invalid-feedback,.was-validated .has-mailingreport form textarea:invalid~.invalid-tooltip,.was-validated .js-cm-form input[type=email]:invalid~.invalid-feedback,.was-validated .js-cm-form input[type=email]:invalid~.invalid-tooltip,.was-validated .js-cm-form input[type=tel]:invalid~.invalid-feedback,.was-validated .js-cm-form input[type=tel]:invalid~.invalid-tooltip,.was-validated .js-cm-form input[type=text]:invalid~.invalid-feedback,.was-validated .js-cm-form input[type=text]:invalid~.invalid-tooltip,.was-validated .js-cm-form select:invalid~.invalid-feedback,.was-validated .js-cm-form select:invalid~.invalid-tooltip,.was-validated .js-cm-form textarea:invalid~.invalid-feedback,.was-validated .js-cm-form textarea:invalid~.invalid-tooltip {
  display: block
}

.has-mailingreport form .was-validated textarea:invalid,.has-mailingreport form textarea.is-invalid,.js-cm-form .was-validated textarea:invalid,.js-cm-form textarea.is-invalid,.was-validated .has-mailingreport form textarea:invalid,.was-validated .js-cm-form textarea:invalid,.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.625em + 1.5rem);
  background-position: top calc(.40625em + .375rem) right calc(.40625em + .375rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8125em + .75rem) calc(.8125em + .75rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media(min-width: 576px) {
  .form-inline label {
    -ms-flex-align:center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .form-group,.form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center
  }

  .form-inline .form-control,.form-inline .has-mailingreport form input[type=email],.form-inline .has-mailingreport form input[type=tel],.form-inline .has-mailingreport form input[type=text],.form-inline .has-mailingreport form select,.form-inline .has-mailingreport form textarea,.form-inline .js-cm-form input[type=email],.form-inline .js-cm-form input[type=tel],.form-inline .js-cm-form input[type=text],.form-inline .js-cm-form select,.form-inline .js-cm-form textarea,.has-mailingreport form .form-inline input[type=email],.has-mailingreport form .form-inline input[type=tel],.has-mailingreport form .form-inline input[type=text],.has-mailingreport form .form-inline select,.has-mailingreport form .form-inline textarea,.js-cm-form .form-inline input[type=email],.js-cm-form .form-inline input[type=tel],.js-cm-form .form-inline input[type=text],.js-cm-form .form-inline select,.js-cm-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,.form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

#CookieDeclarationChangeConsent a,.btn,.has-mailingreport form button[type=submit],.js-cm-form button[type=submit] {
  display: inline-block;
  font-weight: 600;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(max-width: 1200px) {
  #CookieDeclarationChangeConsent a,.btn,.has-mailingreport form button[type=submit],.js-cm-form button[type=submit] {
    font-size:calc(1.0125rem + .15vw)
  }
}

@media(prefers-reduced-motion:reduce) {
  #CookieDeclarationChangeConsent a,.btn,.has-mailingreport form button[type=submit],.js-cm-form button[type=submit] {
    transition: none
  }
}

#CookieDeclarationChangeConsent a:hover,.btn:hover,.has-mailingreport form button[type=submit]:hover,.js-cm-form button[type=submit]:hover {
  color: #333;
  text-decoration: none
}

#CookieDeclarationChangeConsent a.focus,#CookieDeclarationChangeConsent a:focus,.btn.focus,.btn:focus,.has-mailingreport form button.focus[type=submit],.has-mailingreport form button[type=submit]:focus,.js-cm-form button.focus[type=submit],.js-cm-form button[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

#CookieDeclarationChangeConsent a.disabled,#CookieDeclarationChangeConsent a:disabled,.btn.disabled,.btn:disabled,.has-mailingreport form button.disabled[type=submit],.has-mailingreport form button[type=submit]:disabled,.js-cm-form button.disabled[type=submit],.js-cm-form button[type=submit]:disabled {
  opacity: .65
}

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

.btn-primary,.has-mailingreport form button[type=submit],.js-cm-form button[type=submit] {
  color: #fff;
  background-color: #339bbc;
  border-color: #339bbc
}

.btn-primary:hover,.has-mailingreport form button[type=submit]:hover,.js-cm-form button[type=submit]:hover {
  color: #fff;
  background-color: #016484;
  border-color: #015b77
}

.btn-primary.focus,.btn-primary:focus,.has-mailingreport form button.focus[type=submit],.has-mailingreport form button[type=submit]:focus,.js-cm-form button.focus[type=submit],.js-cm-form button[type=submit]:focus {
  box-shadow: 0 0 0 .2rem rgba(39,148,183,.5)
}

.btn-primary.disabled,.btn-primary:disabled,.has-mailingreport form button.disabled[type=submit],.has-mailingreport form button[type=submit]:disabled,.js-cm-form button.disabled[type=submit],.js-cm-form button[type=submit]:disabled {
  color: #fff;
  background-color: #339bbc;
  border-color: #339bbc
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.has-mailingreport form .show>button.dropdown-toggle[type=submit],.has-mailingreport form button[type=submit]:not(:disabled):not(.disabled).active,.has-mailingreport form button[type=submit]:not(:disabled):not(.disabled):active,.js-cm-form .show>button.dropdown-toggle[type=submit],.js-cm-form button[type=submit]:not(:disabled):not(.disabled).active,.js-cm-form button[type=submit]:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #015b77;
  border-color: #01516b
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.has-mailingreport form .show>button.dropdown-toggle[type=submit]:focus,.has-mailingreport form button[type=submit]:not(:disabled):not(.disabled).active:focus,.has-mailingreport form button[type=submit]:not(:disabled):not(.disabled):active:focus,.js-cm-form .show>button.dropdown-toggle[type=submit]:focus,.js-cm-form button[type=submit]:not(:disabled):not(.disabled).active:focus,.js-cm-form button[type=submit]:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(39,148,183,.5)
}

.btn-secondary {
  color: #212529;
  background-color: #d6e6ec;
  border-color: #d6e6ec
}

.btn-secondary:hover {
  color: #212529;
  background-color: #bcd6e0;
  border-color: #b3d1dc
}

.btn-secondary.focus,.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(187,201,207,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #212529;
  background-color: #d6e6ec;
  border-color: #d6e6ec
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #b3d1dc;
  border-color: #aacbd8
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(187,201,207,.5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72,180,97,.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: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.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: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222,170,12,.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: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225,83,97,.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: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
  box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.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: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.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: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-white.focus,.btn-white:focus {
  box-shadow: 0 0 0 .2rem hsla(240,2%,87%,.5)
}

.btn-white.disabled,.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(240,2%,87%,.5)
}

#CookieDeclarationChangeConsent a,.btn-outline-primary {
  color: #339bbc;
  border-color: #339bbc
}

#CookieDeclarationChangeConsent a:hover,.btn-outline-primary:hover {
  color: #fff;
  background-color: #339bbc;
  border-color: #339bbc
}

#CookieDeclarationChangeConsent a.focus,#CookieDeclarationChangeConsent a:focus,.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.5)
}

#CookieDeclarationChangeConsent a.disabled,#CookieDeclarationChangeConsent a:disabled,.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #339bbc;
  background-color: transparent
}

#CookieDeclarationChangeConsent .show>a.dropdown-toggle,#CookieDeclarationChangeConsent a:not(:disabled):not(.disabled).active,#CookieDeclarationChangeConsent a:not(:disabled):not(.disabled):active,.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: #339bbc;
  border-color: #339bbc
}

#CookieDeclarationChangeConsent .show>a.dropdown-toggle:focus,#CookieDeclarationChangeConsent a:not(:disabled):not(.disabled).active:focus,#CookieDeclarationChangeConsent a:not(:disabled):not(.disabled):active:focus,.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: 0 0 0 .2rem rgba(1,129,170,.5)
}

.btn-outline-secondary {
  color: #d6e6ec;
  border-color: #d6e6ec
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #d6e6ec;
  border-color: #d6e6ec
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(214,230,236,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #d6e6ec;
  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: #212529;
  background-color: #d6e6ec;
  border-color: #d6e6ec
}

.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: 0 0 0 .2rem rgba(214,230,236,.5)
}

.btn-outline-success {
  color: #28a745;
  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 .2rem rgba(40,167,69,.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: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
  color: #17a2b8;
  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 .2rem rgba(23,162,184,.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: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
  color: #ffc107;
  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 .2rem rgba(255,193,7,.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: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
  color: #dc3545;
  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 .2rem rgba(220,53,69,.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: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
  color: #f8f9fa;
  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 .2rem rgba(248,249,250,.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: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
  color: #343a40;
  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 .2rem rgba(52,58,64,.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: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white.focus,.btn-outline-white:focus {
  box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-outline-white.disabled,.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-link {
  font-weight: 400;
  color: #339bbc;
  text-decoration: none
}

.btn-link:hover {
  color: #339bbc;
  text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

#CookieDeclarationChangeConsent .btn-group-lg>a,.btn-group-lg>.btn,.btn-lg,.has-mailingreport form .btn-group-lg>button[type=submit],.js-cm-form .btn-group-lg>button[type=submit] {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0
}

@media(max-width: 1200px) {
  #CookieDeclarationChangeConsent .btn-group-lg>a,.btn-group-lg>.btn,.btn-lg,.has-mailingreport form .btn-group-lg>button[type=submit],.js-cm-form .btn-group-lg>button[type=submit] {
    font-size:calc(1.025rem + .3vw)
  }
}

#CookieDeclarationChangeConsent .btn-group-sm>a,.btn-group-sm>.btn,.btn-sm,.has-mailingreport form .btn-group-sm>button[type=submit],.js-cm-form .btn-group-sm>button[type=submit] {
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.dropdown,.dropleft,.dropright,.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1.125rem;
  color: #333;
  border: 1px solid rgba(0,0,0,.15)
}

@media(max-width: 1200px) {
  .dropdown-menu {
    font-size:calc(1.0125rem + .15vw)
  }
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media(min-width: 576px) {
  .dropdown-menu-sm-left {
    right:auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media(min-width: 768px) {
  .dropdown-menu-md-left {
    right:auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media(min-width: 992px) {
  .dropdown-menu-lg-left {
    right:auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media(min-width: 1200px) {
  .dropdown-menu-xl-left {
    right:auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

@media(min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right:auto;
    left: 0
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #339bbc
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

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

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

#CookieDeclarationChangeConsent .btn-group-vertical>a,#CookieDeclarationChangeConsent .btn-group>a,.btn-group-vertical>.btn,.btn-group>.btn,.has-mailingreport form .btn-group-vertical>button[type=submit],.has-mailingreport form .btn-group>button[type=submit],.js-cm-form .btn-group-vertical>button[type=submit],.js-cm-form .btn-group>button[type=submit] {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

#CookieDeclarationChangeConsent .btn-group-vertical>a.active,#CookieDeclarationChangeConsent .btn-group-vertical>a:active,#CookieDeclarationChangeConsent .btn-group-vertical>a:focus,#CookieDeclarationChangeConsent .btn-group-vertical>a:hover,#CookieDeclarationChangeConsent .btn-group>a.active,#CookieDeclarationChangeConsent .btn-group>a:active,#CookieDeclarationChangeConsent .btn-group>a:focus,#CookieDeclarationChangeConsent .btn-group>a:hover,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.has-mailingreport form .btn-group-vertical>button.active[type=submit],.has-mailingreport form .btn-group-vertical>button[type=submit]:active,.has-mailingreport form .btn-group-vertical>button[type=submit]:focus,.has-mailingreport form .btn-group-vertical>button[type=submit]:hover,.has-mailingreport form .btn-group>button.active[type=submit],.has-mailingreport form .btn-group>button[type=submit]:active,.has-mailingreport form .btn-group>button[type=submit]:focus,.has-mailingreport form .btn-group>button[type=submit]:hover,.js-cm-form .btn-group-vertical>button.active[type=submit],.js-cm-form .btn-group-vertical>button[type=submit]:active,.js-cm-form .btn-group-vertical>button[type=submit]:focus,.js-cm-form .btn-group-vertical>button[type=submit]:hover,.js-cm-form .btn-group>button.active[type=submit],.js-cm-form .btn-group>button[type=submit]:active,.js-cm-form .btn-group>button[type=submit]:focus,.js-cm-form .btn-group>button[type=submit]:hover {
  z-index: 1
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

#CookieDeclarationChangeConsent .btn-group>a:not(:first-child),.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child),.has-mailingreport form .btn-group>button[type=submit]:not(:first-child),.js-cm-form .btn-group>button[type=submit]:not(:first-child) {
  margin-left: -1px
}

.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem
}

.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

#CookieDeclarationChangeConsent .btn-group-sm>a+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.has-mailingreport form .btn-group-sm>button[type=submit]+.dropdown-toggle-split,.js-cm-form .btn-group-sm>button[type=submit]+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

#CookieDeclarationChangeConsent .btn-group-lg>a+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.has-mailingreport form .btn-group-lg>button[type=submit]+.dropdown-toggle-split,.js-cm-form .btn-group-lg>button[type=submit]+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

#CookieDeclarationChangeConsent .btn-group-vertical>a,.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.has-mailingreport form .btn-group-vertical>button[type=submit],.js-cm-form .btn-group-vertical>button[type=submit] {
  width: 100%
}

#CookieDeclarationChangeConsent .btn-group-vertical>a:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child),.has-mailingreport form .btn-group-vertical>button[type=submit]:not(:first-child),.js-cm-form .btn-group-vertical>button[type=submit]:not(:first-child) {
  margin-top: -1px
}

#CookieDeclarationChangeConsent .btn-group-toggle>.btn-group>a,#CookieDeclarationChangeConsent .btn-group-toggle>a,.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.has-mailingreport form .btn-group-toggle>.btn-group>button[type=submit],.has-mailingreport form .btn-group-toggle>button[type=submit],.js-cm-form .btn-group-toggle>.btn-group>button[type=submit],.js-cm-form .btn-group-toggle>button[type=submit] {
  margin-bottom: 0
}

#CookieDeclarationChangeConsent .btn-group-toggle>a input[type=checkbox],#CookieDeclarationChangeConsent .btn-group-toggle>a input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.has-mailingreport form .btn-group-toggle>button[type=submit] input[type=checkbox],.has-mailingreport form .btn-group-toggle>button[type=submit] input[type=radio],.js-cm-form .btn-group-toggle>button[type=submit] input[type=checkbox],.js-cm-form .btn-group-toggle>button[type=submit] input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.has-mailingreport form .input-group>input[type=email],.has-mailingreport form .input-group>input[type=tel],.has-mailingreport form .input-group>input[type=text],.has-mailingreport form .input-group>select,.has-mailingreport form .input-group>textarea,.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext,.js-cm-form .input-group>input[type=email],.js-cm-form .input-group>input[type=tel],.js-cm-form .input-group>input[type=text],.js-cm-form .input-group>select,.js-cm-form .input-group>textarea {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.has-mailingreport form .input-group>.custom-file+input[type=email],.has-mailingreport form .input-group>.custom-file+input[type=tel],.has-mailingreport form .input-group>.custom-file+input[type=text],.has-mailingreport form .input-group>.custom-file+select,.has-mailingreport form .input-group>.custom-file+textarea,.has-mailingreport form .input-group>.custom-select+input[type=email],.has-mailingreport form .input-group>.custom-select+input[type=tel],.has-mailingreport form .input-group>.custom-select+input[type=text],.has-mailingreport form .input-group>.custom-select+select,.has-mailingreport form .input-group>.custom-select+textarea,.has-mailingreport form .input-group>.form-control+input[type=email],.has-mailingreport form .input-group>.form-control+input[type=tel],.has-mailingreport form .input-group>.form-control+input[type=text],.has-mailingreport form .input-group>.form-control+select,.has-mailingreport form .input-group>.form-control+textarea,.has-mailingreport form .input-group>.form-control-plaintext+input[type=email],.has-mailingreport form .input-group>.form-control-plaintext+input[type=tel],.has-mailingreport form .input-group>.form-control-plaintext+input[type=text],.has-mailingreport form .input-group>.form-control-plaintext+select,.has-mailingreport form .input-group>.form-control-plaintext+textarea,.has-mailingreport form .input-group>input[type=email]+.custom-file,.has-mailingreport form .input-group>input[type=email]+.custom-select,.has-mailingreport form .input-group>input[type=email]+.form-control,.has-mailingreport form .input-group>input[type=email]+input[type=email],.has-mailingreport form .input-group>input[type=email]+input[type=tel],.has-mailingreport form .input-group>input[type=email]+input[type=text],.has-mailingreport form .input-group>input[type=email]+select,.has-mailingreport form .input-group>input[type=email]+textarea,.has-mailingreport form .input-group>input[type=tel]+.custom-file,.has-mailingreport form .input-group>input[type=tel]+.custom-select,.has-mailingreport form .input-group>input[type=tel]+.form-control,.has-mailingreport form .input-group>input[type=tel]+input[type=email],.has-mailingreport form .input-group>input[type=tel]+input[type=tel],.has-mailingreport form .input-group>input[type=tel]+input[type=text],.has-mailingreport form .input-group>input[type=tel]+select,.has-mailingreport form .input-group>input[type=tel]+textarea,.has-mailingreport form .input-group>input[type=text]+.custom-file,.has-mailingreport form .input-group>input[type=text]+.custom-select,.has-mailingreport form .input-group>input[type=text]+.form-control,.has-mailingreport form .input-group>input[type=text]+input[type=email],.has-mailingreport form .input-group>input[type=text]+input[type=tel],.has-mailingreport form .input-group>input[type=text]+input[type=text],.has-mailingreport form .input-group>input[type=text]+select,.has-mailingreport form .input-group>input[type=text]+textarea,.has-mailingreport form .input-group>select+.custom-file,.has-mailingreport form .input-group>select+.custom-select,.has-mailingreport form .input-group>select+.form-control,.has-mailingreport form .input-group>select+input[type=email],.has-mailingreport form .input-group>select+input[type=tel],.has-mailingreport form .input-group>select+input[type=text],.has-mailingreport form .input-group>select+select,.has-mailingreport form .input-group>select+textarea,.has-mailingreport form .input-group>textarea+.custom-file,.has-mailingreport form .input-group>textarea+.custom-select,.has-mailingreport form .input-group>textarea+.form-control,.has-mailingreport form .input-group>textarea+input[type=email],.has-mailingreport form .input-group>textarea+input[type=tel],.has-mailingreport form .input-group>textarea+input[type=text],.has-mailingreport form .input-group>textarea+select,.has-mailingreport form .input-group>textarea+textarea,.has-mailingreport form .js-cm-form .input-group>input[type=email]+input[type=email],.has-mailingreport form .js-cm-form .input-group>input[type=email]+input[type=tel],.has-mailingreport form .js-cm-form .input-group>input[type=email]+input[type=text],.has-mailingreport form .js-cm-form .input-group>input[type=email]+select,.has-mailingreport form .js-cm-form .input-group>input[type=email]+textarea,.has-mailingreport form .js-cm-form .input-group>input[type=tel]+input[type=email],.has-mailingreport form .js-cm-form .input-group>input[type=tel]+input[type=tel],.has-mailingreport form .js-cm-form .input-group>input[type=tel]+input[type=text],.has-mailingreport form .js-cm-form .input-group>input[type=tel]+select,.has-mailingreport form .js-cm-form .input-group>input[type=tel]+textarea,.has-mailingreport form .js-cm-form .input-group>input[type=text]+input[type=email],.has-mailingreport form .js-cm-form .input-group>input[type=text]+input[type=tel],.has-mailingreport form .js-cm-form .input-group>input[type=text]+input[type=text],.has-mailingreport form .js-cm-form .input-group>input[type=text]+select,.has-mailingreport form .js-cm-form .input-group>input[type=text]+textarea,.has-mailingreport form .js-cm-form .input-group>select+input[type=email],.has-mailingreport form .js-cm-form .input-group>select+input[type=tel],.has-mailingreport form .js-cm-form .input-group>select+input[type=text],.has-mailingreport form .js-cm-form .input-group>select+select,.has-mailingreport form .js-cm-form .input-group>select+textarea,.has-mailingreport form .js-cm-form .input-group>textarea+input[type=email],.has-mailingreport form .js-cm-form .input-group>textarea+input[type=tel],.has-mailingreport form .js-cm-form .input-group>textarea+input[type=text],.has-mailingreport form .js-cm-form .input-group>textarea+select,.has-mailingreport form .js-cm-form .input-group>textarea+textarea,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control,.js-cm-form .has-mailingreport form .input-group>input[type=email]+input[type=email],.js-cm-form .has-mailingreport form .input-group>input[type=email]+input[type=tel],.js-cm-form .has-mailingreport form .input-group>input[type=email]+input[type=text],.js-cm-form .has-mailingreport form .input-group>input[type=email]+select,.js-cm-form .has-mailingreport form .input-group>input[type=email]+textarea,.js-cm-form .has-mailingreport form .input-group>input[type=tel]+input[type=email],.js-cm-form .has-mailingreport form .input-group>input[type=tel]+input[type=tel],.js-cm-form .has-mailingreport form .input-group>input[type=tel]+input[type=text],.js-cm-form .has-mailingreport form .input-group>input[type=tel]+select,.js-cm-form .has-mailingreport form .input-group>input[type=tel]+textarea,.js-cm-form .has-mailingreport form .input-group>input[type=text]+input[type=email],.js-cm-form .has-mailingreport form .input-group>input[type=text]+input[type=tel],.js-cm-form .has-mailingreport form .input-group>input[type=text]+input[type=text],.js-cm-form .has-mailingreport form .input-group>input[type=text]+select,.js-cm-form .has-mailingreport form .input-group>input[type=text]+textarea,.js-cm-form .has-mailingreport form .input-group>select+input[type=email],.js-cm-form .has-mailingreport form .input-group>select+input[type=tel],.js-cm-form .has-mailingreport form .input-group>select+input[type=text],.js-cm-form .has-mailingreport form .input-group>select+select,.js-cm-form .has-mailingreport form .input-group>select+textarea,.js-cm-form .has-mailingreport form .input-group>textarea+input[type=email],.js-cm-form .has-mailingreport form .input-group>textarea+input[type=tel],.js-cm-form .has-mailingreport form .input-group>textarea+input[type=text],.js-cm-form .has-mailingreport form .input-group>textarea+select,.js-cm-form .has-mailingreport form .input-group>textarea+textarea,.js-cm-form .input-group>.custom-file+input[type=email],.js-cm-form .input-group>.custom-file+input[type=tel],.js-cm-form .input-group>.custom-file+input[type=text],.js-cm-form .input-group>.custom-file+select,.js-cm-form .input-group>.custom-file+textarea,.js-cm-form .input-group>.custom-select+input[type=email],.js-cm-form .input-group>.custom-select+input[type=tel],.js-cm-form .input-group>.custom-select+input[type=text],.js-cm-form .input-group>.custom-select+select,.js-cm-form .input-group>.custom-select+textarea,.js-cm-form .input-group>.form-control+input[type=email],.js-cm-form .input-group>.form-control+input[type=tel],.js-cm-form .input-group>.form-control+input[type=text],.js-cm-form .input-group>.form-control+select,.js-cm-form .input-group>.form-control+textarea,.js-cm-form .input-group>.form-control-plaintext+input[type=email],.js-cm-form .input-group>.form-control-plaintext+input[type=tel],.js-cm-form .input-group>.form-control-plaintext+input[type=text],.js-cm-form .input-group>.form-control-plaintext+select,.js-cm-form .input-group>.form-control-plaintext+textarea,.js-cm-form .input-group>input[type=email]+.custom-file,.js-cm-form .input-group>input[type=email]+.custom-select,.js-cm-form .input-group>input[type=email]+.form-control,.js-cm-form .input-group>input[type=email]+input[type=email],.js-cm-form .input-group>input[type=email]+input[type=tel],.js-cm-form .input-group>input[type=email]+input[type=text],.js-cm-form .input-group>input[type=email]+select,.js-cm-form .input-group>input[type=email]+textarea,.js-cm-form .input-group>input[type=tel]+.custom-file,.js-cm-form .input-group>input[type=tel]+.custom-select,.js-cm-form .input-group>input[type=tel]+.form-control,.js-cm-form .input-group>input[type=tel]+input[type=email],.js-cm-form .input-group>input[type=tel]+input[type=tel],.js-cm-form .input-group>input[type=tel]+input[type=text],.js-cm-form .input-group>input[type=tel]+select,.js-cm-form .input-group>input[type=tel]+textarea,.js-cm-form .input-group>input[type=text]+.custom-file,.js-cm-form .input-group>input[type=text]+.custom-select,.js-cm-form .input-group>input[type=text]+.form-control,.js-cm-form .input-group>input[type=text]+input[type=email],.js-cm-form .input-group>input[type=text]+input[type=tel],.js-cm-form .input-group>input[type=text]+input[type=text],.js-cm-form .input-group>input[type=text]+select,.js-cm-form .input-group>input[type=text]+textarea,.js-cm-form .input-group>select+.custom-file,.js-cm-form .input-group>select+.custom-select,.js-cm-form .input-group>select+.form-control,.js-cm-form .input-group>select+input[type=email],.js-cm-form .input-group>select+input[type=tel],.js-cm-form .input-group>select+input[type=text],.js-cm-form .input-group>select+select,.js-cm-form .input-group>select+textarea,.js-cm-form .input-group>textarea+.custom-file,.js-cm-form .input-group>textarea+.custom-select,.js-cm-form .input-group>textarea+.form-control,.js-cm-form .input-group>textarea+input[type=email],.js-cm-form .input-group>textarea+input[type=tel],.js-cm-form .input-group>textarea+input[type=text],.js-cm-form .input-group>textarea+select,.js-cm-form .input-group>textarea+textarea {
  margin-left: -1px
}

.has-mailingreport form .input-group>input[type=email]:focus,.has-mailingreport form .input-group>input[type=tel]:focus,.has-mailingreport form .input-group>input[type=text]:focus,.has-mailingreport form .input-group>select:focus,.has-mailingreport form .input-group>textarea:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus,.js-cm-form .input-group>input[type=email]:focus,.js-cm-form .input-group>input[type=tel]:focus,.js-cm-form .input-group>input[type=text]:focus,.js-cm-form .input-group>select:focus,.js-cm-form .input-group>textarea:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-file {
  -ms-flex-align: center;
  align-items: center
}

.input-group-append,.input-group-prepend,.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex
}

#CookieDeclarationChangeConsent .input-group-append a,#CookieDeclarationChangeConsent .input-group-prepend a,.has-mailingreport form .input-group-append button[type=submit],.has-mailingreport form .input-group-prepend button[type=submit],.input-group-append #CookieDeclarationChangeConsent a,.input-group-append .btn,.input-group-append .has-mailingreport form button[type=submit],.input-group-append .js-cm-form button[type=submit],.input-group-prepend #CookieDeclarationChangeConsent a,.input-group-prepend .btn,.input-group-prepend .has-mailingreport form button[type=submit],.input-group-prepend .js-cm-form button[type=submit],.js-cm-form .input-group-append button[type=submit],.js-cm-form .input-group-prepend button[type=submit] {
  position: relative;
  z-index: 2
}

#CookieDeclarationChangeConsent .input-group-append a:focus,#CookieDeclarationChangeConsent .input-group-prepend a:focus,.has-mailingreport form .input-group-append button[type=submit]:focus,.has-mailingreport form .input-group-prepend button[type=submit]:focus,.input-group-append #CookieDeclarationChangeConsent a:focus,.input-group-append .btn:focus,.input-group-append .has-mailingreport form button[type=submit]:focus,.input-group-append .js-cm-form button[type=submit]:focus,.input-group-prepend #CookieDeclarationChangeConsent a:focus,.input-group-prepend .btn:focus,.input-group-prepend .has-mailingreport form button[type=submit]:focus,.input-group-prepend .js-cm-form button[type=submit]:focus,.js-cm-form .input-group-append button[type=submit]:focus,.js-cm-form .input-group-prepend button[type=submit]:focus {
  z-index: 3
}

#CookieDeclarationChangeConsent .input-group-append .btn+a,#CookieDeclarationChangeConsent .input-group-append .has-mailingreport form a+button[type=submit],#CookieDeclarationChangeConsent .input-group-append .has-mailingreport form button[type=submit]+a,#CookieDeclarationChangeConsent .input-group-append .input-group-text+a,#CookieDeclarationChangeConsent .input-group-append .js-cm-form a+button[type=submit],#CookieDeclarationChangeConsent .input-group-append .js-cm-form button[type=submit]+a,#CookieDeclarationChangeConsent .input-group-append a+.btn,#CookieDeclarationChangeConsent .input-group-append a+.input-group-text,#CookieDeclarationChangeConsent .input-group-append a+a,#CookieDeclarationChangeConsent .input-group-prepend .btn+a,#CookieDeclarationChangeConsent .input-group-prepend .has-mailingreport form a+button[type=submit],#CookieDeclarationChangeConsent .input-group-prepend .has-mailingreport form button[type=submit]+a,#CookieDeclarationChangeConsent .input-group-prepend .input-group-text+a,#CookieDeclarationChangeConsent .input-group-prepend .js-cm-form a+button[type=submit],#CookieDeclarationChangeConsent .input-group-prepend .js-cm-form button[type=submit]+a,#CookieDeclarationChangeConsent .input-group-prepend a+.btn,#CookieDeclarationChangeConsent .input-group-prepend a+.input-group-text,#CookieDeclarationChangeConsent .input-group-prepend a+a,.has-mailingreport form #CookieDeclarationChangeConsent .input-group-append a+button[type=submit],.has-mailingreport form #CookieDeclarationChangeConsent .input-group-append button[type=submit]+a,.has-mailingreport form #CookieDeclarationChangeConsent .input-group-prepend a+button[type=submit],.has-mailingreport form #CookieDeclarationChangeConsent .input-group-prepend button[type=submit]+a,.has-mailingreport form .input-group-append #CookieDeclarationChangeConsent a+button[type=submit],.has-mailingreport form .input-group-append #CookieDeclarationChangeConsent button[type=submit]+a,.has-mailingreport form .input-group-append .btn+button[type=submit],.has-mailingreport form .input-group-append .input-group-text+button[type=submit],.has-mailingreport form .input-group-append .js-cm-form button[type=submit]+button[type=submit],.has-mailingreport form .input-group-append button[type=submit]+.btn,.has-mailingreport form .input-group-append button[type=submit]+.input-group-text,.has-mailingreport form .input-group-append button[type=submit]+button[type=submit],.has-mailingreport form .input-group-prepend #CookieDeclarationChangeConsent a+button[type=submit],.has-mailingreport form .input-group-prepend #CookieDeclarationChangeConsent button[type=submit]+a,.has-mailingreport form .input-group-prepend .btn+button[type=submit],.has-mailingreport form .input-group-prepend .input-group-text+button[type=submit],.has-mailingreport form .input-group-prepend .js-cm-form button[type=submit]+button[type=submit],.has-mailingreport form .input-group-prepend button[type=submit]+.btn,.has-mailingreport form .input-group-prepend button[type=submit]+.input-group-text,.has-mailingreport form .input-group-prepend button[type=submit]+button[type=submit],.has-mailingreport form .js-cm-form .input-group-append button[type=submit]+button[type=submit],.has-mailingreport form .js-cm-form .input-group-prepend button[type=submit]+button[type=submit],.input-group-append #CookieDeclarationChangeConsent .btn+a,.input-group-append #CookieDeclarationChangeConsent .has-mailingreport form a+button[type=submit],.input-group-append #CookieDeclarationChangeConsent .has-mailingreport form button[type=submit]+a,.input-group-append #CookieDeclarationChangeConsent .input-group-text+a,.input-group-append #CookieDeclarationChangeConsent .js-cm-form a+button[type=submit],.input-group-append #CookieDeclarationChangeConsent .js-cm-form button[type=submit]+a,.input-group-append #CookieDeclarationChangeConsent a+.btn,.input-group-append #CookieDeclarationChangeConsent a+.input-group-text,.input-group-append #CookieDeclarationChangeConsent a+a,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .has-mailingreport form .btn+button[type=submit],.input-group-append .has-mailingreport form .input-group-text+button[type=submit],.input-group-append .has-mailingreport form .js-cm-form button[type=submit]+button[type=submit],.input-group-append .has-mailingreport form button[type=submit]+.btn,.input-group-append .has-mailingreport form button[type=submit]+.input-group-text,.input-group-append .has-mailingreport form button[type=submit]+button[type=submit],.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-append .js-cm-form .btn+button[type=submit],.input-group-append .js-cm-form .has-mailingreport form button[type=submit]+button[type=submit],.input-group-append .js-cm-form .input-group-text+button[type=submit],.input-group-append .js-cm-form button[type=submit]+.btn,.input-group-append .js-cm-form button[type=submit]+.input-group-text,.input-group-append .js-cm-form button[type=submit]+button[type=submit],.input-group-prepend #CookieDeclarationChangeConsent .btn+a,.input-group-prepend #CookieDeclarationChangeConsent .has-mailingreport form a+button[type=submit],.input-group-prepend #CookieDeclarationChangeConsent .has-mailingreport form button[type=submit]+a,.input-group-prepend #CookieDeclarationChangeConsent .input-group-text+a,.input-group-prepend #CookieDeclarationChangeConsent .js-cm-form a+button[type=submit],.input-group-prepend #CookieDeclarationChangeConsent .js-cm-form button[type=submit]+a,.input-group-prepend #CookieDeclarationChangeConsent a+.btn,.input-group-prepend #CookieDeclarationChangeConsent a+.input-group-text,.input-group-prepend #CookieDeclarationChangeConsent a+a,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .has-mailingreport form .btn+button[type=submit],.input-group-prepend .has-mailingreport form .input-group-text+button[type=submit],.input-group-prepend .has-mailingreport form .js-cm-form button[type=submit]+button[type=submit],.input-group-prepend .has-mailingreport form button[type=submit]+.btn,.input-group-prepend .has-mailingreport form button[type=submit]+.input-group-text,.input-group-prepend .has-mailingreport form button[type=submit]+button[type=submit],.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .js-cm-form .btn+button[type=submit],.input-group-prepend .js-cm-form .has-mailingreport form button[type=submit]+button[type=submit],.input-group-prepend .js-cm-form .input-group-text+button[type=submit],.input-group-prepend .js-cm-form button[type=submit]+.btn,.input-group-prepend .js-cm-form button[type=submit]+.input-group-text,.input-group-prepend .js-cm-form button[type=submit]+button[type=submit],.js-cm-form #CookieDeclarationChangeConsent .input-group-append a+button[type=submit],.js-cm-form #CookieDeclarationChangeConsent .input-group-append button[type=submit]+a,.js-cm-form #CookieDeclarationChangeConsent .input-group-prepend a+button[type=submit],.js-cm-form #CookieDeclarationChangeConsent .input-group-prepend button[type=submit]+a,.js-cm-form .has-mailingreport form .input-group-append button[type=submit]+button[type=submit],.js-cm-form .has-mailingreport form .input-group-prepend button[type=submit]+button[type=submit],.js-cm-form .input-group-append #CookieDeclarationChangeConsent a+button[type=submit],.js-cm-form .input-group-append #CookieDeclarationChangeConsent button[type=submit]+a,.js-cm-form .input-group-append .btn+button[type=submit],.js-cm-form .input-group-append .has-mailingreport form button[type=submit]+button[type=submit],.js-cm-form .input-group-append .input-group-text+button[type=submit],.js-cm-form .input-group-append button[type=submit]+.btn,.js-cm-form .input-group-append button[type=submit]+.input-group-text,.js-cm-form .input-group-append button[type=submit]+button[type=submit],.js-cm-form .input-group-prepend #CookieDeclarationChangeConsent a+button[type=submit],.js-cm-form .input-group-prepend #CookieDeclarationChangeConsent button[type=submit]+a,.js-cm-form .input-group-prepend .btn+button[type=submit],.js-cm-form .input-group-prepend .has-mailingreport form button[type=submit]+button[type=submit],.js-cm-form .input-group-prepend .input-group-text+button[type=submit],.js-cm-form .input-group-prepend button[type=submit]+.btn,.js-cm-form .input-group-prepend button[type=submit]+.input-group-text,.js-cm-form .input-group-prepend button[type=submit]+button[type=submit] {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da
}

@media(max-width: 1200px) {
  .input-group-text {
    font-size:calc(1.0125rem + .15vw)
  }
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
  margin-top: 0
}

.has-mailingreport form .input-group-lg>input[type=email]:not(textarea),.has-mailingreport form .input-group-lg>input[type=tel]:not(textarea),.has-mailingreport form .input-group-lg>input[type=text]:not(textarea),.has-mailingreport form .input-group-lg>select:not(textarea),.has-mailingreport form .input-group-lg>textarea:not(textarea),.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea),.js-cm-form .input-group-lg>input[type=email]:not(textarea),.js-cm-form .input-group-lg>input[type=tel]:not(textarea),.js-cm-form .input-group-lg>input[type=text]:not(textarea),.js-cm-form .input-group-lg>select:not(textarea),.js-cm-form .input-group-lg>textarea:not(textarea) {
  height: calc(1.5em + 1.5rem + 2px)
}

#CookieDeclarationChangeConsent .input-group-lg>.input-group-append>a,#CookieDeclarationChangeConsent .input-group-lg>.input-group-prepend>a,.has-mailingreport form .input-group-lg>.input-group-append>button[type=submit],.has-mailingreport form .input-group-lg>.input-group-prepend>button[type=submit],.has-mailingreport form .input-group-lg>input[type=email],.has-mailingreport form .input-group-lg>input[type=tel],.has-mailingreport form .input-group-lg>input[type=text],.has-mailingreport form .input-group-lg>select,.has-mailingreport form .input-group-lg>textarea,.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.js-cm-form .input-group-lg>.input-group-append>button[type=submit],.js-cm-form .input-group-lg>.input-group-prepend>button[type=submit],.js-cm-form .input-group-lg>input[type=email],.js-cm-form .input-group-lg>input[type=tel],.js-cm-form .input-group-lg>input[type=text],.js-cm-form .input-group-lg>select,.js-cm-form .input-group-lg>textarea {
  padding: .75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5
}

@media(max-width: 1200px) {
  #CookieDeclarationChangeConsent .input-group-lg>.input-group-append>a,#CookieDeclarationChangeConsent .input-group-lg>.input-group-prepend>a,.has-mailingreport form .input-group-lg>.input-group-append>button[type=submit],.has-mailingreport form .input-group-lg>.input-group-prepend>button[type=submit],.has-mailingreport form .input-group-lg>input[type=email],.has-mailingreport form .input-group-lg>input[type=tel],.has-mailingreport form .input-group-lg>input[type=text],.has-mailingreport form .input-group-lg>select,.has-mailingreport form .input-group-lg>textarea,.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.js-cm-form .input-group-lg>.input-group-append>button[type=submit],.js-cm-form .input-group-lg>.input-group-prepend>button[type=submit],.js-cm-form .input-group-lg>input[type=email],.js-cm-form .input-group-lg>input[type=tel],.js-cm-form .input-group-lg>input[type=text],.js-cm-form .input-group-lg>select,.js-cm-form .input-group-lg>textarea {
    font-size:calc(1.025rem + .3vw)
  }
}

.has-mailingreport form .input-group-sm>input[type=email]:not(textarea),.has-mailingreport form .input-group-sm>input[type=tel]:not(textarea),.has-mailingreport form .input-group-sm>input[type=text]:not(textarea),.has-mailingreport form .input-group-sm>select:not(textarea),.has-mailingreport form .input-group-sm>textarea:not(textarea),.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea),.js-cm-form .input-group-sm>input[type=email]:not(textarea),.js-cm-form .input-group-sm>input[type=tel]:not(textarea),.js-cm-form .input-group-sm>input[type=text]:not(textarea),.js-cm-form .input-group-sm>select:not(textarea),.js-cm-form .input-group-sm>textarea:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

#CookieDeclarationChangeConsent .input-group-sm>.input-group-append>a,#CookieDeclarationChangeConsent .input-group-sm>.input-group-prepend>a,.has-mailingreport form .input-group-sm>.input-group-append>button[type=submit],.has-mailingreport form .input-group-sm>.input-group-prepend>button[type=submit],.has-mailingreport form .input-group-sm>input[type=email],.has-mailingreport form .input-group-sm>input[type=tel],.has-mailingreport form .input-group-sm>input[type=text],.has-mailingreport form .input-group-sm>select,.has-mailingreport form .input-group-sm>textarea,.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.js-cm-form .input-group-sm>.input-group-append>button[type=submit],.js-cm-form .input-group-sm>.input-group-prepend>button[type=submit],.js-cm-form .input-group-sm>input[type=email],.js-cm-form .input-group-sm>input[type=tel],.js-cm-form .input-group-sm>input[type=text],.js-cm-form .input-group-sm>select,.js-cm-form .input-group-sm>textarea {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.828125rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #339bbc;
  background-color: #339bbc
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #2dcbfe
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #5fd8fe;
  border-color: #5fd8fe
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label:after,.custom-control-label:before {
  position: absolute;
  top: .4140625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #339bbc;
  background-color: #339bbc
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(1,129,170,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(1,129,170,.5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(1,129,170,.5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label:after {
  top: calc(.4140625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(1,129,170,.5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.625em + 1.5rem + 2px);
  padding: .75rem 1.75rem .75rem .75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media(max-width: 1200px) {
  .custom-select {
    font-size:calc(1.0125rem + .15vw)
  }
}

.custom-select:focus {
  border-color: #2dcbfe;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

@media(max-width: 1200px) {
  .custom-select-lg {
    font-size:calc(1.025rem + .3vw)
  }
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.625em + 1.5rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #2dcbfe;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.625em + 1.5rem + 2px);
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #ced4da
}

.custom-file-label,.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem;
  line-height: 1.625;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.625em + 1.5rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e8f0f2,0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e8f0f2,0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e8f0f2,0 0 0 .2rem rgba(1,129,170,.25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #339bbc;
  border: 0;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #5fd8fe
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #339bbc;
  border: 0;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #5fd8fe
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #339bbc;
  border: 0;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #5fd8fe
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .custom-control-label:before,.custom-file-label,.custom-select {
    transition: none
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125)
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125)
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

.card-header-pills,.card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img,.card-img-bottom,.card-img-top {
  width: 100%
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media(min-width: 576px) {
  .card-deck {
    -ms-flex-flow:row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media(min-width: 576px) {
  .card-group {
    -ms-flex-flow:row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media(min-width: 576px) {
  .card-columns {
    column-count:3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:first-of-type,.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0
}

.accordion>.card .card-header {
  margin-bottom: -1px
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #339bbc;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #339bbc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.25)
}

.page-item:first-child .page-link {
  margin-left: 0
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #339bbc;
  border-color: #339bbc
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

@media(max-width: 1200px) {
  .pagination-lg .page-link {
    font-size:calc(1.025rem + .3vw)
  }
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

#CookieDeclarationChangeConsent a .badge,.btn .badge,.has-mailingreport form button[type=submit] .badge,.js-cm-form button[type=submit] .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em
}

.badge-primary {
  color: #fff;
  background-color: #339bbc
}

a.badge-primary:focus,a.badge-primary:hover {
  color: #fff;
  background-color: #015b77
}

a.badge-primary.focus,a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,129,170,.5)
}

.badge-secondary {
  color: #212529;
  background-color: #d6e6ec
}

a.badge-secondary:focus,a.badge-secondary:hover {
  color: #212529;
  background-color: #b3d1dc
}

a.badge-secondary.focus,a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(214,230,236,.5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.badge-white {
  color: #212529;
  background-color: #fff
}

a.badge-white:focus,a.badge-white:hover {
  color: #212529;
  background-color: #e6e6e6
}

a.badge-white.focus,a.badge-white:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

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

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4.1875rem
}

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

.alert-primary {
  color: #014358;
  background-color: #cce6ee;
  border-color: #b8dce7
}

.alert-primary hr {
  border-top-color: #a5d3e1
}

.alert-primary .alert-link {
  color: #001d26
}

.alert-secondary {
  color: #6f787b;
  background-color: #f7fafb;
  border-color: #f4f8fa
}

.alert-secondary hr {
  border-top-color: #e2edf2
}

.alert-secondary .alert-link {
  color: #575e60
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff
}

.alert-white hr {
  border-top-color: #f2f2f2
}

.alert-white .alert-link {
  color: #6c6c6c
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:last-child {
  margin-bottom: 0
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #339bbc;
  border-color: #339bbc
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0
}

@media(min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction:row;
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0
  }
}

@media(min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction:row;
    flex-direction: row
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0
  }
}

@media(min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction:row;
    flex-direction: row
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0
  }
}

@media(min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction:row;
    flex-direction: row
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0
  }
}

@media(min-width: 1500px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction:row;
    flex-direction: row
  }

  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.list-group-item-primary {
  color: #014358;
  background-color: #b8dce7
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #014358;
  background-color: #a5d3e1
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #014358;
  border-color: #014358
}

.list-group-item-secondary {
  color: #6f787b;
  background-color: #f4f8fa
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
  color: #6f787b;
  background-color: #e2edf2
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6f787b;
  border-color: #6f787b
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.list-group-item-white {
  color: #858585;
  background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.1)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(0,0,0,.1)
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .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-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width: 992px) {
  .modal-lg,.modal-xl {
    max-width:800px
  }
}

@media(min-width: 1200px) {
  .modal-xl {
    max-width:1140px
  }
}

.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: #339bbc!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
  background-color: #015b77!important
}

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

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
  background-color: #b3d1dc!important
}

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

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
  background-color: #1e7e34!important
}

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

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
  background-color: #117a8b!important
}

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

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
  background-color: #d39e00!important
}

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

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
  background-color: #bd2130!important
}

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

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
  background-color: #dae0e5!important
}

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

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
  background-color: #1d2124!important
}

a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
  background-color: #e6e6e6!important
}

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

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

.border {
  border: 1px solid rgba(0,0,0,.1)!important
}

.border-top {
  border-top: 1px solid rgba(0,0,0,.1)!important
}

.border-right {
  border-right: 1px solid rgba(0,0,0,.1)!important
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.1)!important
}

.border-left {
  border-left: 1px solid rgba(0,0,0,.1)!important
}

.border-0 {
  border: 0!important
}

.border-top-0 {
  border-top: 0!important
}

.border-right-0 {
  border-right: 0!important
}

.border-bottom-0 {
  border-bottom: 0!important
}

.border-left-0 {
  border-left: 0!important
}

.border-primary {
  border-color: #339bbc!important
}

.border-secondary {
  border-color: #d6e6ec!important
}

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

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

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-light {
  border-color: #f8f9fa!important
}

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

.border-white {
  border-color: #fff!important
}

.rounded-sm {
  border-radius: 1.25rem!important
}

.rounded {
  border-radius: .625rem!important
}

.rounded-top {
  border-top-left-radius: .625rem!important
}

.rounded-right,.rounded-top {
  border-top-right-radius: .625rem!important
}

.rounded-bottom,.rounded-right {
  border-bottom-right-radius: .625rem!important
}

.rounded-bottom,.rounded-left {
  border-bottom-left-radius: .625rem!important
}

.rounded-left {
  border-top-left-radius: .625rem!important
}

.rounded-lg {
  border-radius: 1rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 50rem!important
}

.rounded-0 {
  border-radius: 0!important
}

.article:after,.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.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: -ms-flexbox!important;
  display: flex!important
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  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: -ms-flexbox!important;
    display: flex!important
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
    display: flex!important
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
    display: flex!important
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
    display: flex!important
  }

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

@media(min-width: 1500px) {
  .d-xxl-none {
    display:none!important
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
    display: flex!important
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox!important;
    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 embed,.embed-responsive iframe,.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 {
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important
}

.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important
}

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important
}

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important
}

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

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

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important
}

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

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  -ms-grid-row-align: auto!important;
  align-self: auto!important
}

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

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

.align-self-center {
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  -ms-grid-row-align: stretch!important;
  align-self: stretch!important
}

@media(min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction:row!important;
    flex-direction: row!important
  }

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

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

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

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media(min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction:row!important;
    flex-direction: row!important
  }

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

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

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

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media(min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction:row!important;
    flex-direction: row!important
  }

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

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

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

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media(min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction:row!important;
    flex-direction: row!important
  }

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

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

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

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media(min-width: 1500px) {
  .flex-xxl-row {
    -ms-flex-direction:row!important;
    flex-direction: row!important
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

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

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

  .justify-content-xxl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

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

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

  .align-items-xxl-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }

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

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

  .align-self-xxl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    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
  }
}

@media(min-width: 1500px) {
  .float-xxl-left {
    float:left!important
  }

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

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

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

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

.fixed-top {
  top: 0
}

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

.fixed-bottom {
  bottom: 0
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
  box-shadow: 0 2px 6px rgba(0,0,0,.2)!important
}

.shadow-lg {
  box-shadow: 0 .5rem 2rem rgba(0,0,0,.2)!important
}

.shadow-none {
  box-shadow: none!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.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: .3125rem!important
}

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

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

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

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

.m-2 {
  margin: .625rem!important
}

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

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

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

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

.m-3 {
  margin: 1.25rem!important
}

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

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

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

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

.m-4 {
  margin: 1.875rem!important
}

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

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

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

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

.m-5 {
  margin: 3.75rem!important
}

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

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

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

.ml-5,.mx-5 {
  margin-left: 3.75rem!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: .3125rem!important
}

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

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

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

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

.p-2 {
  padding: .625rem!important
}

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

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

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

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

.p-3 {
  padding: 1.25rem!important
}

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

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

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

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

.p-4 {
  padding: 1.875rem!important
}

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

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

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

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

.p-5 {
  padding: 3.75rem!important
}

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

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

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

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

.m-n1 {
  margin: -.3125rem!important
}

.mt-n1,.my-n1 {
  margin-top: -.3125rem!important
}

.mr-n1,.mx-n1 {
  margin-right: -.3125rem!important
}

.mb-n1,.my-n1 {
  margin-bottom: -.3125rem!important
}

.ml-n1,.mx-n1 {
  margin-left: -.3125rem!important
}

.m-n2 {
  margin: -.625rem!important
}

.mt-n2,.my-n2 {
  margin-top: -.625rem!important
}

.mr-n2,.mx-n2 {
  margin-right: -.625rem!important
}

.mb-n2,.my-n2 {
  margin-bottom: -.625rem!important
}

.ml-n2,.mx-n2 {
  margin-left: -.625rem!important
}

.m-n3 {
  margin: -1.25rem!important
}

.mt-n3,.my-n3 {
  margin-top: -1.25rem!important
}

.mr-n3,.mx-n3 {
  margin-right: -1.25rem!important
}

.mb-n3,.my-n3 {
  margin-bottom: -1.25rem!important
}

.ml-n3,.mx-n3 {
  margin-left: -1.25rem!important
}

.m-n4 {
  margin: -1.875rem!important
}

.mt-n4,.my-n4 {
  margin-top: -1.875rem!important
}

.mr-n4,.mx-n4 {
  margin-right: -1.875rem!important
}

.mb-n4,.my-n4 {
  margin-bottom: -1.875rem!important
}

.ml-n4,.mx-n4 {
  margin-left: -1.875rem!important
}

.m-n5 {
  margin: -3.75rem!important
}

.mt-n5,.my-n5 {
  margin-top: -3.75rem!important
}

.mr-n5,.mx-n5 {
  margin-right: -3.75rem!important
}

.mb-n5,.my-n5 {
  margin-bottom: -3.75rem!important
}

.ml-n5,.mx-n5 {
  margin-left: -3.75rem!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: .3125rem!important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .3125rem!important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .3125rem!important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .3125rem!important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .3125rem!important
  }

  .m-sm-2 {
    margin: .625rem!important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .625rem!important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .625rem!important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .625rem!important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .625rem!important
  }

  .m-sm-3 {
    margin: 1.25rem!important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1.25rem!important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1.25rem!important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1.25rem!important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1.25rem!important
  }

  .m-sm-4 {
    margin: 1.875rem!important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.875rem!important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.875rem!important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.875rem!important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.875rem!important
  }

  .m-sm-5 {
    margin: 3.75rem!important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3.75rem!important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3.75rem!important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3.75rem!important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3.75rem!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: .3125rem!important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .3125rem!important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .3125rem!important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .3125rem!important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .3125rem!important
  }

  .p-sm-2 {
    padding: .625rem!important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .625rem!important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .625rem!important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .625rem!important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .625rem!important
  }

  .p-sm-3 {
    padding: 1.25rem!important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1.25rem!important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1.25rem!important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1.25rem!important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1.25rem!important
  }

  .p-sm-4 {
    padding: 1.875rem!important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.875rem!important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.875rem!important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.875rem!important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.875rem!important
  }

  .p-sm-5 {
    padding: 3.75rem!important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3.75rem!important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3.75rem!important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3.75rem!important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3.75rem!important
  }

  .m-sm-n1 {
    margin: -.3125rem!important
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -.3125rem!important
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -.3125rem!important
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -.3125rem!important
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -.3125rem!important
  }

  .m-sm-n2 {
    margin: -.625rem!important
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -.625rem!important
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -.625rem!important
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -.625rem!important
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -.625rem!important
  }

  .m-sm-n3 {
    margin: -1.25rem!important
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1.25rem!important
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1.25rem!important
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1.25rem!important
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1.25rem!important
  }

  .m-sm-n4 {
    margin: -1.875rem!important
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.875rem!important
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.875rem!important
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.875rem!important
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.875rem!important
  }

  .m-sm-n5 {
    margin: -3.75rem!important
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3.75rem!important
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3.75rem!important
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3.75rem!important
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3.75rem!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: .3125rem!important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .3125rem!important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .3125rem!important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .3125rem!important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .3125rem!important
  }

  .m-md-2 {
    margin: .625rem!important
  }

  .mt-md-2,.my-md-2 {
    margin-top: .625rem!important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .625rem!important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .625rem!important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .625rem!important
  }

  .m-md-3 {
    margin: 1.25rem!important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1.25rem!important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1.25rem!important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1.25rem!important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1.25rem!important
  }

  .m-md-4 {
    margin: 1.875rem!important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.875rem!important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.875rem!important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.875rem!important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.875rem!important
  }

  .m-md-5 {
    margin: 3.75rem!important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3.75rem!important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3.75rem!important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3.75rem!important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3.75rem!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: .3125rem!important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .3125rem!important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .3125rem!important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .3125rem!important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .3125rem!important
  }

  .p-md-2 {
    padding: .625rem!important
  }

  .pt-md-2,.py-md-2 {
    padding-top: .625rem!important
  }

  .pr-md-2,.px-md-2 {
    padding-right: .625rem!important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .625rem!important
  }

  .pl-md-2,.px-md-2 {
    padding-left: .625rem!important
  }

  .p-md-3 {
    padding: 1.25rem!important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1.25rem!important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1.25rem!important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1.25rem!important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1.25rem!important
  }

  .p-md-4 {
    padding: 1.875rem!important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.875rem!important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.875rem!important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.875rem!important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.875rem!important
  }

  .p-md-5 {
    padding: 3.75rem!important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3.75rem!important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3.75rem!important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3.75rem!important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3.75rem!important
  }

  .m-md-n1 {
    margin: -.3125rem!important
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -.3125rem!important
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -.3125rem!important
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -.3125rem!important
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -.3125rem!important
  }

  .m-md-n2 {
    margin: -.625rem!important
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -.625rem!important
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -.625rem!important
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -.625rem!important
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -.625rem!important
  }

  .m-md-n3 {
    margin: -1.25rem!important
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1.25rem!important
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1.25rem!important
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1.25rem!important
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1.25rem!important
  }

  .m-md-n4 {
    margin: -1.875rem!important
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1.875rem!important
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.875rem!important
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.875rem!important
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.875rem!important
  }

  .m-md-n5 {
    margin: -3.75rem!important
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3.75rem!important
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3.75rem!important
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3.75rem!important
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -3.75rem!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: .3125rem!important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .3125rem!important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .3125rem!important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .3125rem!important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .3125rem!important
  }

  .m-lg-2 {
    margin: .625rem!important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .625rem!important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .625rem!important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .625rem!important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .625rem!important
  }

  .m-lg-3 {
    margin: 1.25rem!important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1.25rem!important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1.25rem!important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1.25rem!important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1.25rem!important
  }

  .m-lg-4 {
    margin: 1.875rem!important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.875rem!important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.875rem!important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.875rem!important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.875rem!important
  }

  .m-lg-5 {
    margin: 3.75rem!important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3.75rem!important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3.75rem!important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3.75rem!important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3.75rem!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: .3125rem!important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .3125rem!important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .3125rem!important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .3125rem!important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .3125rem!important
  }

  .p-lg-2 {
    padding: .625rem!important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .625rem!important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .625rem!important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .625rem!important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .625rem!important
  }

  .p-lg-3 {
    padding: 1.25rem!important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1.25rem!important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1.25rem!important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1.25rem!important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1.25rem!important
  }

  .p-lg-4 {
    padding: 1.875rem!important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.875rem!important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.875rem!important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.875rem!important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.875rem!important
  }

  .p-lg-5 {
    padding: 3.75rem!important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3.75rem!important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3.75rem!important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3.75rem!important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3.75rem!important
  }

  .m-lg-n1 {
    margin: -.3125rem!important
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -.3125rem!important
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -.3125rem!important
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -.3125rem!important
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -.3125rem!important
  }

  .m-lg-n2 {
    margin: -.625rem!important
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -.625rem!important
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -.625rem!important
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -.625rem!important
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -.625rem!important
  }

  .m-lg-n3 {
    margin: -1.25rem!important
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1.25rem!important
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1.25rem!important
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1.25rem!important
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1.25rem!important
  }

  .m-lg-n4 {
    margin: -1.875rem!important
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.875rem!important
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.875rem!important
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.875rem!important
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.875rem!important
  }

  .m-lg-n5 {
    margin: -3.75rem!important
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3.75rem!important
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3.75rem!important
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3.75rem!important
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3.75rem!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: .3125rem!important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .3125rem!important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .3125rem!important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .3125rem!important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .3125rem!important
  }

  .m-xl-2 {
    margin: .625rem!important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .625rem!important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .625rem!important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .625rem!important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .625rem!important
  }

  .m-xl-3 {
    margin: 1.25rem!important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1.25rem!important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1.25rem!important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1.25rem!important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1.25rem!important
  }

  .m-xl-4 {
    margin: 1.875rem!important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.875rem!important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.875rem!important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.875rem!important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.875rem!important
  }

  .m-xl-5 {
    margin: 3.75rem!important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3.75rem!important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3.75rem!important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3.75rem!important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3.75rem!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: .3125rem!important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .3125rem!important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .3125rem!important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .3125rem!important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .3125rem!important
  }

  .p-xl-2 {
    padding: .625rem!important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .625rem!important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .625rem!important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .625rem!important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .625rem!important
  }

  .p-xl-3 {
    padding: 1.25rem!important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1.25rem!important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1.25rem!important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1.25rem!important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1.25rem!important
  }

  .p-xl-4 {
    padding: 1.875rem!important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.875rem!important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.875rem!important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.875rem!important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.875rem!important
  }

  .p-xl-5 {
    padding: 3.75rem!important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3.75rem!important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3.75rem!important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3.75rem!important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3.75rem!important
  }

  .m-xl-n1 {
    margin: -.3125rem!important
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -.3125rem!important
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -.3125rem!important
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -.3125rem!important
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -.3125rem!important
  }

  .m-xl-n2 {
    margin: -.625rem!important
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -.625rem!important
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -.625rem!important
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -.625rem!important
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -.625rem!important
  }

  .m-xl-n3 {
    margin: -1.25rem!important
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1.25rem!important
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1.25rem!important
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1.25rem!important
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1.25rem!important
  }

  .m-xl-n4 {
    margin: -1.875rem!important
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.875rem!important
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.875rem!important
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.875rem!important
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.875rem!important
  }

  .m-xl-n5 {
    margin: -3.75rem!important
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3.75rem!important
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3.75rem!important
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3.75rem!important
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3.75rem!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
  }
}

@media(min-width: 1500px) {
  .m-xxl-0 {
    margin:0!important
  }

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

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

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

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

  .m-xxl-1 {
    margin: .3125rem!important
  }

  .mt-xxl-1,.my-xxl-1 {
    margin-top: .3125rem!important
  }

  .mr-xxl-1,.mx-xxl-1 {
    margin-right: .3125rem!important
  }

  .mb-xxl-1,.my-xxl-1 {
    margin-bottom: .3125rem!important
  }

  .ml-xxl-1,.mx-xxl-1 {
    margin-left: .3125rem!important
  }

  .m-xxl-2 {
    margin: .625rem!important
  }

  .mt-xxl-2,.my-xxl-2 {
    margin-top: .625rem!important
  }

  .mr-xxl-2,.mx-xxl-2 {
    margin-right: .625rem!important
  }

  .mb-xxl-2,.my-xxl-2 {
    margin-bottom: .625rem!important
  }

  .ml-xxl-2,.mx-xxl-2 {
    margin-left: .625rem!important
  }

  .m-xxl-3 {
    margin: 1.25rem!important
  }

  .mt-xxl-3,.my-xxl-3 {
    margin-top: 1.25rem!important
  }

  .mr-xxl-3,.mx-xxl-3 {
    margin-right: 1.25rem!important
  }

  .mb-xxl-3,.my-xxl-3 {
    margin-bottom: 1.25rem!important
  }

  .ml-xxl-3,.mx-xxl-3 {
    margin-left: 1.25rem!important
  }

  .m-xxl-4 {
    margin: 1.875rem!important
  }

  .mt-xxl-4,.my-xxl-4 {
    margin-top: 1.875rem!important
  }

  .mr-xxl-4,.mx-xxl-4 {
    margin-right: 1.875rem!important
  }

  .mb-xxl-4,.my-xxl-4 {
    margin-bottom: 1.875rem!important
  }

  .ml-xxl-4,.mx-xxl-4 {
    margin-left: 1.875rem!important
  }

  .m-xxl-5 {
    margin: 3.75rem!important
  }

  .mt-xxl-5,.my-xxl-5 {
    margin-top: 3.75rem!important
  }

  .mr-xxl-5,.mx-xxl-5 {
    margin-right: 3.75rem!important
  }

  .mb-xxl-5,.my-xxl-5 {
    margin-bottom: 3.75rem!important
  }

  .ml-xxl-5,.mx-xxl-5 {
    margin-left: 3.75rem!important
  }

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

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

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

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

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

  .p-xxl-1 {
    padding: .3125rem!important
  }

  .pt-xxl-1,.py-xxl-1 {
    padding-top: .3125rem!important
  }

  .pr-xxl-1,.px-xxl-1 {
    padding-right: .3125rem!important
  }

  .pb-xxl-1,.py-xxl-1 {
    padding-bottom: .3125rem!important
  }

  .pl-xxl-1,.px-xxl-1 {
    padding-left: .3125rem!important
  }

  .p-xxl-2 {
    padding: .625rem!important
  }

  .pt-xxl-2,.py-xxl-2 {
    padding-top: .625rem!important
  }

  .pr-xxl-2,.px-xxl-2 {
    padding-right: .625rem!important
  }

  .pb-xxl-2,.py-xxl-2 {
    padding-bottom: .625rem!important
  }

  .pl-xxl-2,.px-xxl-2 {
    padding-left: .625rem!important
  }

  .p-xxl-3 {
    padding: 1.25rem!important
  }

  .pt-xxl-3,.py-xxl-3 {
    padding-top: 1.25rem!important
  }

  .pr-xxl-3,.px-xxl-3 {
    padding-right: 1.25rem!important
  }

  .pb-xxl-3,.py-xxl-3 {
    padding-bottom: 1.25rem!important
  }

  .pl-xxl-3,.px-xxl-3 {
    padding-left: 1.25rem!important
  }

  .p-xxl-4 {
    padding: 1.875rem!important
  }

  .pt-xxl-4,.py-xxl-4 {
    padding-top: 1.875rem!important
  }

  .pr-xxl-4,.px-xxl-4 {
    padding-right: 1.875rem!important
  }

  .pb-xxl-4,.py-xxl-4 {
    padding-bottom: 1.875rem!important
  }

  .pl-xxl-4,.px-xxl-4 {
    padding-left: 1.875rem!important
  }

  .p-xxl-5 {
    padding: 3.75rem!important
  }

  .pt-xxl-5,.py-xxl-5 {
    padding-top: 3.75rem!important
  }

  .pr-xxl-5,.px-xxl-5 {
    padding-right: 3.75rem!important
  }

  .pb-xxl-5,.py-xxl-5 {
    padding-bottom: 3.75rem!important
  }

  .pl-xxl-5,.px-xxl-5 {
    padding-left: 3.75rem!important
  }

  .m-xxl-n1 {
    margin: -.3125rem!important
  }

  .mt-xxl-n1,.my-xxl-n1 {
    margin-top: -.3125rem!important
  }

  .mr-xxl-n1,.mx-xxl-n1 {
    margin-right: -.3125rem!important
  }

  .mb-xxl-n1,.my-xxl-n1 {
    margin-bottom: -.3125rem!important
  }

  .ml-xxl-n1,.mx-xxl-n1 {
    margin-left: -.3125rem!important
  }

  .m-xxl-n2 {
    margin: -.625rem!important
  }

  .mt-xxl-n2,.my-xxl-n2 {
    margin-top: -.625rem!important
  }

  .mr-xxl-n2,.mx-xxl-n2 {
    margin-right: -.625rem!important
  }

  .mb-xxl-n2,.my-xxl-n2 {
    margin-bottom: -.625rem!important
  }

  .ml-xxl-n2,.mx-xxl-n2 {
    margin-left: -.625rem!important
  }

  .m-xxl-n3 {
    margin: -1.25rem!important
  }

  .mt-xxl-n3,.my-xxl-n3 {
    margin-top: -1.25rem!important
  }

  .mr-xxl-n3,.mx-xxl-n3 {
    margin-right: -1.25rem!important
  }

  .mb-xxl-n3,.my-xxl-n3 {
    margin-bottom: -1.25rem!important
  }

  .ml-xxl-n3,.mx-xxl-n3 {
    margin-left: -1.25rem!important
  }

  .m-xxl-n4 {
    margin: -1.875rem!important
  }

  .mt-xxl-n4,.my-xxl-n4 {
    margin-top: -1.875rem!important
  }

  .mr-xxl-n4,.mx-xxl-n4 {
    margin-right: -1.875rem!important
  }

  .mb-xxl-n4,.my-xxl-n4 {
    margin-bottom: -1.875rem!important
  }

  .ml-xxl-n4,.mx-xxl-n4 {
    margin-left: -1.875rem!important
  }

  .m-xxl-n5 {
    margin: -3.75rem!important
  }

  .mt-xxl-n5,.my-xxl-n5 {
    margin-top: -3.75rem!important
  }

  .mr-xxl-n5,.mx-xxl-n5 {
    margin-right: -3.75rem!important
  }

  .mb-xxl-n5,.my-xxl-n5 {
    margin-bottom: -3.75rem!important
  }

  .ml-xxl-n5,.mx-xxl-n5 {
    margin-left: -3.75rem!important
  }

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.text-justify {
  text-align: justify!important
}

.text-wrap {
  white-space: normal!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
  }
}

@media(min-width: 1500px) {
  .text-xxl-left {
    text-align:left!important
  }

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

  .text-xxl-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-lighter {
  font-weight: lighter!important
}

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

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

.font-weight-bolder {
  font-weight: bolder!important
}

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

.text-primary {
  color: #339bbc!important
}

a.text-primary:focus,a.text-primary:hover {
  color: #01475e!important
}

.text-secondary {
  color: #d6e6ec!important
}

a.text-secondary:focus,a.text-secondary:hover {
  color: #a2c6d4!important
}

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

a.text-success:focus,a.text-success:hover {
  color: #19692c!important
}

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

a.text-info:focus,a.text-info:hover {
  color: #0f6674!important
}

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

a.text-warning:focus,a.text-warning:hover {
  color: #ba8b00!important
}

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

a.text-danger:focus,a.text-danger:hover {
  color: #a71d2a!important
}

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

a.text-light:focus,a.text-light:hover {
  color: #cbd3da!important
}

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

a.text-dark:focus,a.text-dark:hover {
  color: #121416!important
}

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

a.text-white:focus,a.text-white:hover {
  color: #d9d9d9!important
}

.text-body {
  color: #333!important
}

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

.text-black-50 {
  color: rgba(0,0,0,.5)!important
}

.text-white-50 {
  color: hsla(0,0%,100%,.5)!important
}

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

.text-decoration-none {
  text-decoration: none!important
}

.text-break {
  word-break: break-word!important;
  word-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

.section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e8f0f2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.section.space-none {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.section.space-sm {
  padding-top: 35px;
  padding-bottom: 35px
}

.section-column .section:first-child {
  padding-top: 0!important
}

@media(min-width: 992px) {
  .section.space-lg {
    padding-top:90px;
    padding-bottom: 90px
  }
}

.accordion {
  margin-bottom: .75rem;
  border-bottom: 1px solid #ccc
}

.accordion-content {
  display: none;
  padding: 0 35px 20px 0
}

.accordion-content>:last-child {
  margin-bottom: 0
}

.accordion-toggle {
  color: #333;
  display: block;
  margin: 0;
  padding: 20px 35px 20px 0;
  position: relative;
  text-decoration: none
}

.accordion-toggle:hover {
  color: #339bbc;
  text-decoration: none
}

.accordion-toggle:after,.accordion-toggle:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  width: 18px;
  height: 2px;
  top: 30px;
  right: 15px;
  transition: .1s ease-in-out
}

.accordion-toggle:hover:after,.accordion-toggle:hover:before {
  background-color: #339bbc
}

.accordion-toggle:before {
  transform: rotate(90deg)
}

.open .accordion-toggle:before {
  transform: rotate(0deg)
}

.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

.aa-suggestion {
  padding: 12px;
  cursor: pointer;
  line-height: 22px;
  border-bottom: 1px solid #ddd
}

.aa-suggestion.aa-cursor,.aa-suggestion:hover {
  background-color: #f2f2f2
}

.aa-suggestion em {
  font-style: normal
}

.aa-suggestion small {
  font-size: 80%
}

.aa-dropdown-footer {
  text-align: right;
  padding: 6px 12px
}

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/
@keyframes flash {
  0%,50%,to {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05,1.05,1.05)
  }

  to {
    transform: scaleX(1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25,.75,1)
  }

  40% {
    transform: scale3d(.75,1.25,1)
  }

  50% {
    transform: scale3d(1.15,.85,1)
  }

  65% {
    transform: scale3d(.95,1.05,1)
  }

  75% {
    transform: scale3d(1.05,.95,1)
  }

  to {
    transform: scaleX(1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  0%,to {
    transform: translateZ(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: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%,20% {
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80% {
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  0% {
    transform: translateZ(0)
  }

  15% {
    transform: translate3d(-25%,0,0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%,0,0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%,0,0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%,0,0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%,0,0) rotate(-1deg)
  }

  to {
    transform: translateZ(0)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  0%,11.1%,to {
    transform: translateZ(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(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.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 {
  0%,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3)
  }

  20% {
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    transform: scale3d(.9,.9,.9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03)
  }

  80% {
    transform: scale3d(.97,.97,.97)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  animation-duration: .75s;
  animation-name: bounceIn
}

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.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: translateZ(0)
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.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: translateZ(0)
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.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: translateZ(0)
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    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: translateZ(0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9,.9,.9)
  }

  50%,55% {
    opacity: 1;
    transform: scale3d(1.1,1.1,1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(.3,.3,.3)
  }
}

.bounceOut {
  animation-duration: .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 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0,-2000px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%,0,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px,0,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%,0,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px,0,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0,2000px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0,100%,0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0,2000px,0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%,0,0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px,0,0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%,0,0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(2000px,0,0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0,-100%,0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0,-2000px,0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipInX
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipInY
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-duration: .75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  animation-duration: .75s;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg)
  }

  to {
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40%,80% {
    transform: rotate(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 {
  0% {
    opacity: 0;
    transform: scale(.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
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%,0,0) rotate(-120deg)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%,0,0) rotate(120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3,.3,.3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px,0,0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px,0,0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  to {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0,100%,0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%,0,0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%,0,0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(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: .8s
}

.animated.faster {
  animation-duration: .5s
}

.animated.slow {
  animation-duration: 2s
}

.animated.slower {
  animation-duration: 3s
}

@media(prefers-reduced-motion:reduce),(print) {
  .animated {
    animation-duration: 1ms!important;
    transition-duration: 1ms!important;
    animation-iteration-count: 1!important
  }
}

.in {
  opacity: 1
}

.in.modal-backdrop {
  opacity: .5
}

.show {
  display: block!important
}

@keyframes bounce {
  0%,20%,53%,80%,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translateZ(0)
  }

  40%,43% {
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    transform: translate3d(0,-30px,0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    transform: translate3d(0,-15px,0)
  }

  90% {
    transform: translate3d(0,-4px,0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation: bounce 2s infinite
}

.article-list {
  overflow: hidden
}

.article {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.1)
}

.article:first-child {
  padding-top: 0
}

.article:last-child {
  border-bottom: 0
}

.article p {
  margin-bottom: 10px
}

.article-date {
  margin-top: -10px
}

h1+.article-date {
  margin-top: -20px
}

.article-image {
  margin-bottom: 15px
}

@media(min-width: 768px) {
  .article-image {
    float:left;
    padding-right: 30px;
    width: 40%
  }

  .article-body.article-has-image,.article-title.article-has-image {
    width: 60%;
    float: right
  }
}

.__bg-blue,[class*=__bg-] .__bg-blue {
  background-color: #339bbc;
  color: #fff
}

.__bg-blue .h1,.__bg-blue .h2,.__bg-blue .h3,.__bg-blue .h4,.__bg-blue h1,.__bg-blue h2,.__bg-blue h3,.__bg-blue h4,[class*=__bg-] .__bg-blue .h1,[class*=__bg-] .__bg-blue .h2,[class*=__bg-] .__bg-blue .h3,[class*=__bg-] .__bg-blue .h4,[class*=__bg-] .__bg-blue h1,[class*=__bg-] .__bg-blue h2,[class*=__bg-] .__bg-blue h3,[class*=__bg-] .__bg-blue h4 {
  color: #fff
}

.__bg-blue.section+.__bg-blue.section:not(.__bg-brand),.__bg-blue.section+[class*=__bg-] .__bg-blue.section:not(.__bg-brand),[class*=__bg-] .__bg-blue.section+.__bg-blue.section:not(.__bg-brand),[class*=__bg-] .__bg-blue.section+[class*=__bg-] .__bg-blue.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-blue [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-blue [class*=svg-wrapper]>svg {
  fill: #339bbc
}

.__bg-indigo,[class*=__bg-] .__bg-indigo {
  background-color: #6610f2;
  color: #fff
}

.__bg-indigo .h1,.__bg-indigo .h2,.__bg-indigo .h3,.__bg-indigo .h4,.__bg-indigo h1,.__bg-indigo h2,.__bg-indigo h3,.__bg-indigo h4,[class*=__bg-] .__bg-indigo .h1,[class*=__bg-] .__bg-indigo .h2,[class*=__bg-] .__bg-indigo .h3,[class*=__bg-] .__bg-indigo .h4,[class*=__bg-] .__bg-indigo h1,[class*=__bg-] .__bg-indigo h2,[class*=__bg-] .__bg-indigo h3,[class*=__bg-] .__bg-indigo h4 {
  color: #fff
}

.__bg-indigo.section+.__bg-indigo.section:not(.__bg-brand),.__bg-indigo.section+[class*=__bg-] .__bg-indigo.section:not(.__bg-brand),[class*=__bg-] .__bg-indigo.section+.__bg-indigo.section:not(.__bg-brand),[class*=__bg-] .__bg-indigo.section+[class*=__bg-] .__bg-indigo.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-indigo [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-indigo [class*=svg-wrapper]>svg {
  fill: #6610f2
}

.__bg-purple,[class*=__bg-] .__bg-purple {
  background-color: #6f42c1;
  color: #fff
}

.__bg-purple .h1,.__bg-purple .h2,.__bg-purple .h3,.__bg-purple .h4,.__bg-purple h1,.__bg-purple h2,.__bg-purple h3,.__bg-purple h4,[class*=__bg-] .__bg-purple .h1,[class*=__bg-] .__bg-purple .h2,[class*=__bg-] .__bg-purple .h3,[class*=__bg-] .__bg-purple .h4,[class*=__bg-] .__bg-purple h1,[class*=__bg-] .__bg-purple h2,[class*=__bg-] .__bg-purple h3,[class*=__bg-] .__bg-purple h4 {
  color: #fff
}

.__bg-purple.section+.__bg-purple.section:not(.__bg-brand),.__bg-purple.section+[class*=__bg-] .__bg-purple.section:not(.__bg-brand),[class*=__bg-] .__bg-purple.section+.__bg-purple.section:not(.__bg-brand),[class*=__bg-] .__bg-purple.section+[class*=__bg-] .__bg-purple.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-purple [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-purple [class*=svg-wrapper]>svg {
  fill: #6f42c1
}

.__bg-pink,[class*=__bg-] .__bg-pink {
  background-color: #e83e8c;
  color: #fff
}

.__bg-pink .h1,.__bg-pink .h2,.__bg-pink .h3,.__bg-pink .h4,.__bg-pink h1,.__bg-pink h2,.__bg-pink h3,.__bg-pink h4,[class*=__bg-] .__bg-pink .h1,[class*=__bg-] .__bg-pink .h2,[class*=__bg-] .__bg-pink .h3,[class*=__bg-] .__bg-pink .h4,[class*=__bg-] .__bg-pink h1,[class*=__bg-] .__bg-pink h2,[class*=__bg-] .__bg-pink h3,[class*=__bg-] .__bg-pink h4 {
  color: #fff
}

.__bg-pink.section+.__bg-pink.section:not(.__bg-brand),.__bg-pink.section+[class*=__bg-] .__bg-pink.section:not(.__bg-brand),[class*=__bg-] .__bg-pink.section+.__bg-pink.section:not(.__bg-brand),[class*=__bg-] .__bg-pink.section+[class*=__bg-] .__bg-pink.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-pink [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-pink [class*=svg-wrapper]>svg {
  fill: #e83e8c
}

.__bg-red,[class*=__bg-] .__bg-red {
  background-color: #dc3545;
  color: #fff
}

.__bg-red .h1,.__bg-red .h2,.__bg-red .h3,.__bg-red .h4,.__bg-red h1,.__bg-red h2,.__bg-red h3,.__bg-red h4,[class*=__bg-] .__bg-red .h1,[class*=__bg-] .__bg-red .h2,[class*=__bg-] .__bg-red .h3,[class*=__bg-] .__bg-red .h4,[class*=__bg-] .__bg-red h1,[class*=__bg-] .__bg-red h2,[class*=__bg-] .__bg-red h3,[class*=__bg-] .__bg-red h4 {
  color: #fff
}

.__bg-red.section+.__bg-red.section:not(.__bg-brand),.__bg-red.section+[class*=__bg-] .__bg-red.section:not(.__bg-brand),[class*=__bg-] .__bg-red.section+.__bg-red.section:not(.__bg-brand),[class*=__bg-] .__bg-red.section+[class*=__bg-] .__bg-red.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-red [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-red [class*=svg-wrapper]>svg {
  fill: #dc3545
}

.__bg-orange,[class*=__bg-] .__bg-orange {
  background-color: #f05a28;
  color: #fff
}

.__bg-orange .h1,.__bg-orange .h2,.__bg-orange .h3,.__bg-orange .h4,.__bg-orange h1,.__bg-orange h2,.__bg-orange h3,.__bg-orange h4,[class*=__bg-] .__bg-orange .h1,[class*=__bg-] .__bg-orange .h2,[class*=__bg-] .__bg-orange .h3,[class*=__bg-] .__bg-orange .h4,[class*=__bg-] .__bg-orange h1,[class*=__bg-] .__bg-orange h2,[class*=__bg-] .__bg-orange h3,[class*=__bg-] .__bg-orange h4 {
  color: #fff
}

.__bg-orange.section+.__bg-orange.section:not(.__bg-brand),.__bg-orange.section+[class*=__bg-] .__bg-orange.section:not(.__bg-brand),[class*=__bg-] .__bg-orange.section+.__bg-orange.section:not(.__bg-brand),[class*=__bg-] .__bg-orange.section+[class*=__bg-] .__bg-orange.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-orange [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-orange [class*=svg-wrapper]>svg {
  fill: #f05a28
}

.__bg-yellow,[class*=__bg-] .__bg-yellow {
  background-color: #ffc107;
  color: #333
}

.__bg-yellow .h1,.__bg-yellow .h2,.__bg-yellow .h3,.__bg-yellow .h4,.__bg-yellow h1,.__bg-yellow h2,.__bg-yellow h3,.__bg-yellow h4,[class*=__bg-] .__bg-yellow .h1,[class*=__bg-] .__bg-yellow .h2,[class*=__bg-] .__bg-yellow .h3,[class*=__bg-] .__bg-yellow .h4,[class*=__bg-] .__bg-yellow h1,[class*=__bg-] .__bg-yellow h2,[class*=__bg-] .__bg-yellow h3,[class*=__bg-] .__bg-yellow h4 {
  color: #004f74
}

.__bg-yellow.section+.__bg-yellow.section:not(.__bg-brand),.__bg-yellow.section+[class*=__bg-] .__bg-yellow.section:not(.__bg-brand),[class*=__bg-] .__bg-yellow.section+.__bg-yellow.section:not(.__bg-brand),[class*=__bg-] .__bg-yellow.section+[class*=__bg-] .__bg-yellow.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-yellow [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-yellow [class*=svg-wrapper]>svg {
  fill: #ffc107
}

.__bg-green,[class*=__bg-] .__bg-green {
  background-color: #3bd19c;
  color: #333
}

.__bg-green .h1,.__bg-green .h2,.__bg-green .h3,.__bg-green .h4,.__bg-green h1,.__bg-green h2,.__bg-green h3,.__bg-green h4,[class*=__bg-] .__bg-green .h1,[class*=__bg-] .__bg-green .h2,[class*=__bg-] .__bg-green .h3,[class*=__bg-] .__bg-green .h4,[class*=__bg-] .__bg-green h1,[class*=__bg-] .__bg-green h2,[class*=__bg-] .__bg-green h3,[class*=__bg-] .__bg-green h4 {
  color: #004f74
}

.__bg-green.section+.__bg-green.section:not(.__bg-brand),.__bg-green.section+[class*=__bg-] .__bg-green.section:not(.__bg-brand),[class*=__bg-] .__bg-green.section+.__bg-green.section:not(.__bg-brand),[class*=__bg-] .__bg-green.section+[class*=__bg-] .__bg-green.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-green [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-green [class*=svg-wrapper]>svg {
  fill: #3bd19c
}

.__bg-teal,[class*=__bg-] .__bg-teal {
  background-color: #20c997;
  color: #fff
}

.__bg-teal .h1,.__bg-teal .h2,.__bg-teal .h3,.__bg-teal .h4,.__bg-teal h1,.__bg-teal h2,.__bg-teal h3,.__bg-teal h4,[class*=__bg-] .__bg-teal .h1,[class*=__bg-] .__bg-teal .h2,[class*=__bg-] .__bg-teal .h3,[class*=__bg-] .__bg-teal .h4,[class*=__bg-] .__bg-teal h1,[class*=__bg-] .__bg-teal h2,[class*=__bg-] .__bg-teal h3,[class*=__bg-] .__bg-teal h4 {
  color: #fff
}

.__bg-teal.section+.__bg-teal.section:not(.__bg-brand),.__bg-teal.section+[class*=__bg-] .__bg-teal.section:not(.__bg-brand),[class*=__bg-] .__bg-teal.section+.__bg-teal.section:not(.__bg-brand),[class*=__bg-] .__bg-teal.section+[class*=__bg-] .__bg-teal.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-teal [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-teal [class*=svg-wrapper]>svg {
  fill: #20c997
}

.__bg-cyan,[class*=__bg-] .__bg-cyan {
  background-color: #17a2b8;
  color: #fff
}

.__bg-cyan .h1,.__bg-cyan .h2,.__bg-cyan .h3,.__bg-cyan .h4,.__bg-cyan h1,.__bg-cyan h2,.__bg-cyan h3,.__bg-cyan h4,[class*=__bg-] .__bg-cyan .h1,[class*=__bg-] .__bg-cyan .h2,[class*=__bg-] .__bg-cyan .h3,[class*=__bg-] .__bg-cyan .h4,[class*=__bg-] .__bg-cyan h1,[class*=__bg-] .__bg-cyan h2,[class*=__bg-] .__bg-cyan h3,[class*=__bg-] .__bg-cyan h4 {
  color: #fff
}

.__bg-cyan.section+.__bg-cyan.section:not(.__bg-brand),.__bg-cyan.section+[class*=__bg-] .__bg-cyan.section:not(.__bg-brand),[class*=__bg-] .__bg-cyan.section+.__bg-cyan.section:not(.__bg-brand),[class*=__bg-] .__bg-cyan.section+[class*=__bg-] .__bg-cyan.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-cyan [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-cyan [class*=svg-wrapper]>svg {
  fill: #17a2b8
}

.__bg-white,[class*=__bg-] .__bg-white {
  background-color: #fff;
  color: #333
}

.__bg-white .h1,.__bg-white .h2,.__bg-white .h3,.__bg-white .h4,.__bg-white h1,.__bg-white h2,.__bg-white h3,.__bg-white h4,[class*=__bg-] .__bg-white .h1,[class*=__bg-] .__bg-white .h2,[class*=__bg-] .__bg-white .h3,[class*=__bg-] .__bg-white .h4,[class*=__bg-] .__bg-white h1,[class*=__bg-] .__bg-white h2,[class*=__bg-] .__bg-white h3,[class*=__bg-] .__bg-white h4 {
  color: #004f74
}

.__bg-white.section+.__bg-white.section:not(.__bg-brand),.__bg-white.section+[class*=__bg-] .__bg-white.section:not(.__bg-brand),[class*=__bg-] .__bg-white.section+.__bg-white.section:not(.__bg-brand),[class*=__bg-] .__bg-white.section+[class*=__bg-] .__bg-white.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-white [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-white [class*=svg-wrapper]>svg {
  fill: #fff
}

.__bg-gray,[class*=__bg-] .__bg-gray {
  background-color: #6c757d;
  color: #fff
}

.__bg-gray .h1,.__bg-gray .h2,.__bg-gray .h3,.__bg-gray .h4,.__bg-gray h1,.__bg-gray h2,.__bg-gray h3,.__bg-gray h4,[class*=__bg-] .__bg-gray .h1,[class*=__bg-] .__bg-gray .h2,[class*=__bg-] .__bg-gray .h3,[class*=__bg-] .__bg-gray .h4,[class*=__bg-] .__bg-gray h1,[class*=__bg-] .__bg-gray h2,[class*=__bg-] .__bg-gray h3,[class*=__bg-] .__bg-gray h4 {
  color: #fff
}

.__bg-gray.section+.__bg-gray.section:not(.__bg-brand),.__bg-gray.section+[class*=__bg-] .__bg-gray.section:not(.__bg-brand),[class*=__bg-] .__bg-gray.section+.__bg-gray.section:not(.__bg-brand),[class*=__bg-] .__bg-gray.section+[class*=__bg-] .__bg-gray.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-gray [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-gray [class*=svg-wrapper]>svg {
  fill: #6c757d
}

.__bg-gray-dark,[class*=__bg-] .__bg-gray-dark {
  background-color: #343a40;
  color: #fff
}

.__bg-gray-dark .h1,.__bg-gray-dark .h2,.__bg-gray-dark .h3,.__bg-gray-dark .h4,.__bg-gray-dark h1,.__bg-gray-dark h2,.__bg-gray-dark h3,.__bg-gray-dark h4,[class*=__bg-] .__bg-gray-dark .h1,[class*=__bg-] .__bg-gray-dark .h2,[class*=__bg-] .__bg-gray-dark .h3,[class*=__bg-] .__bg-gray-dark .h4,[class*=__bg-] .__bg-gray-dark h1,[class*=__bg-] .__bg-gray-dark h2,[class*=__bg-] .__bg-gray-dark h3,[class*=__bg-] .__bg-gray-dark h4 {
  color: #fff
}

.__bg-gray-dark.section+.__bg-gray-dark.section:not(.__bg-brand),.__bg-gray-dark.section+[class*=__bg-] .__bg-gray-dark.section:not(.__bg-brand),[class*=__bg-] .__bg-gray-dark.section+.__bg-gray-dark.section:not(.__bg-brand),[class*=__bg-] .__bg-gray-dark.section+[class*=__bg-] .__bg-gray-dark.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-gray-dark [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-gray-dark [class*=svg-wrapper]>svg {
  fill: #343a40
}

.__bg-lblue,[class*=__bg-] .__bg-lblue {
  background-color: #d6e6ec;
  color: #333
}

.__bg-lblue .h1,.__bg-lblue .h2,.__bg-lblue .h3,.__bg-lblue .h4,.__bg-lblue h1,.__bg-lblue h2,.__bg-lblue h3,.__bg-lblue h4,[class*=__bg-] .__bg-lblue .h1,[class*=__bg-] .__bg-lblue .h2,[class*=__bg-] .__bg-lblue .h3,[class*=__bg-] .__bg-lblue .h4,[class*=__bg-] .__bg-lblue h1,[class*=__bg-] .__bg-lblue h2,[class*=__bg-] .__bg-lblue h3,[class*=__bg-] .__bg-lblue h4 {
  color: #004f74
}

.__bg-lblue.section+.__bg-lblue.section:not(.__bg-brand),.__bg-lblue.section+[class*=__bg-] .__bg-lblue.section:not(.__bg-brand),[class*=__bg-] .__bg-lblue.section+.__bg-lblue.section:not(.__bg-brand),[class*=__bg-] .__bg-lblue.section+[class*=__bg-] .__bg-lblue.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-lblue [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-lblue [class*=svg-wrapper]>svg {
  fill: #d6e6ec
}

.__bg-dblue,[class*=__bg-] .__bg-dblue {
  background-color: #004f74;
  color: #fff
}

.__bg-dblue .h1,.__bg-dblue .h2,.__bg-dblue .h3,.__bg-dblue .h4,.__bg-dblue h1,.__bg-dblue h2,.__bg-dblue h3,.__bg-dblue h4,[class*=__bg-] .__bg-dblue .h1,[class*=__bg-] .__bg-dblue .h2,[class*=__bg-] .__bg-dblue .h3,[class*=__bg-] .__bg-dblue .h4,[class*=__bg-] .__bg-dblue h1,[class*=__bg-] .__bg-dblue h2,[class*=__bg-] .__bg-dblue h3,[class*=__bg-] .__bg-dblue h4 {
  color: #fff
}

.__bg-dblue.section+.__bg-dblue.section:not(.__bg-brand),.__bg-dblue.section+[class*=__bg-] .__bg-dblue.section:not(.__bg-brand),[class*=__bg-] .__bg-dblue.section+.__bg-dblue.section:not(.__bg-brand),[class*=__bg-] .__bg-dblue.section+[class*=__bg-] .__bg-dblue.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-dblue [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-dblue [class*=svg-wrapper]>svg {
  fill: #004f74
}

.__bg-lgrey,[class*=__bg-] .__bg-lgrey {
  background-color: #e8f0f2;
  color: #333
}

.__bg-lgrey .h1,.__bg-lgrey .h2,.__bg-lgrey .h3,.__bg-lgrey .h4,.__bg-lgrey h1,.__bg-lgrey h2,.__bg-lgrey h3,.__bg-lgrey h4,[class*=__bg-] .__bg-lgrey .h1,[class*=__bg-] .__bg-lgrey .h2,[class*=__bg-] .__bg-lgrey .h3,[class*=__bg-] .__bg-lgrey .h4,[class*=__bg-] .__bg-lgrey h1,[class*=__bg-] .__bg-lgrey h2,[class*=__bg-] .__bg-lgrey h3,[class*=__bg-] .__bg-lgrey h4 {
  color: #004f74
}

.__bg-lgrey.section+.__bg-lgrey.section:not(.__bg-brand),.__bg-lgrey.section+[class*=__bg-] .__bg-lgrey.section:not(.__bg-brand),[class*=__bg-] .__bg-lgrey.section+.__bg-lgrey.section:not(.__bg-brand),[class*=__bg-] .__bg-lgrey.section+[class*=__bg-] .__bg-lgrey.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-lgrey [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-lgrey [class*=svg-wrapper]>svg {
  fill: #e8f0f2
}

.__bg-grey,[class*=__bg-] .__bg-grey {
  background-color: #879ca3;
  color: #333
}

.__bg-grey .h1,.__bg-grey .h2,.__bg-grey .h3,.__bg-grey .h4,.__bg-grey h1,.__bg-grey h2,.__bg-grey h3,.__bg-grey h4,[class*=__bg-] .__bg-grey .h1,[class*=__bg-] .__bg-grey .h2,[class*=__bg-] .__bg-grey .h3,[class*=__bg-] .__bg-grey .h4,[class*=__bg-] .__bg-grey h1,[class*=__bg-] .__bg-grey h2,[class*=__bg-] .__bg-grey h3,[class*=__bg-] .__bg-grey h4 {
  color: #004f74
}

.__bg-grey.section+.__bg-grey.section:not(.__bg-brand),.__bg-grey.section+[class*=__bg-] .__bg-grey.section:not(.__bg-brand),[class*=__bg-] .__bg-grey.section+.__bg-grey.section:not(.__bg-brand),[class*=__bg-] .__bg-grey.section+[class*=__bg-] .__bg-grey.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-grey [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-grey [class*=svg-wrapper]>svg {
  fill: #879ca3
}

.__bg-dgrey,[class*=__bg-] .__bg-dgrey {
  background-color: #728389;
  color: #fff
}

.__bg-dgrey .h1,.__bg-dgrey .h2,.__bg-dgrey .h3,.__bg-dgrey .h4,.__bg-dgrey h1,.__bg-dgrey h2,.__bg-dgrey h3,.__bg-dgrey h4,[class*=__bg-] .__bg-dgrey .h1,[class*=__bg-] .__bg-dgrey .h2,[class*=__bg-] .__bg-dgrey .h3,[class*=__bg-] .__bg-dgrey .h4,[class*=__bg-] .__bg-dgrey h1,[class*=__bg-] .__bg-dgrey h2,[class*=__bg-] .__bg-dgrey h3,[class*=__bg-] .__bg-dgrey h4 {
  color: #fff
}

.__bg-dgrey.section+.__bg-dgrey.section:not(.__bg-brand),.__bg-dgrey.section+[class*=__bg-] .__bg-dgrey.section:not(.__bg-brand),[class*=__bg-] .__bg-dgrey.section+.__bg-dgrey.section:not(.__bg-brand),[class*=__bg-] .__bg-dgrey.section+[class*=__bg-] .__bg-dgrey.section:not(.__bg-brand) {
  padding-top: 0
}

.__bg-dgrey [class*=svg-wrapper]>svg,[class*=__bg-] .__bg-dgrey [class*=svg-wrapper]>svg {
  fill: #728389
}

.__bg-blue {
  color: #fff!important
}

.__bg-blue .h1,.__bg-blue .h2,.__bg-blue .h3,.__bg-blue .h4,.__bg-blue a:not(.btn),.__bg-blue h1,.__bg-blue h2,.__bg-blue h3,.__bg-blue h4 {
  color: inherit!important
}

.__bg-brand {
  background-image: url("../img/beeldmerk-blauw.svg");
  background-repeat: no-repeat;
  background-size: auto 97%;
  background-position: right -10% bottom -1px
}

.background-cover {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.badge {
  background-color: #339bbc;
  padding: 3px 7px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  border-radius: .625rem
}

body.no-scroll {
  overflow: hidden
}

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

ol,p,ul {
  margin-top: 0;
  margin-bottom: 1.625
}

strong {
  font-weight: 700
}

a,button {
  cursor: pointer;
  transition: color .1s ease-out,background-color .1s ease-out
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
  margin-top: 2rem;
  margin-bottom: 1rem
}

.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child {
  margin-top: 0
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,h1 a,h2 a,h3 a,h4 a,h5 a {
  color: inherit;
  text-decoration: none
}

.h4,.h5,h4,h5 {
  color: inherit
}

.text-sm {
  font-size: 80%
}

.text-lg {
  font-size: 125%
}

.text-bold {
  font-weight: 600
}

.lead {
  font-size: 18px;
  line-height: 1.875rem;
  letter-spacing: .45px;
  color: #004f74;
  font-weight: 400
}

[v-cloak] {
  display: none
}

a.page-link {
  text-decoration: none
}

.box {
  padding: 20px;
  background-color: #fff;
  color: #333
}

@media(min-width: 576px) {
  .box {
    padding:40px
  }

  .box.is-small {
    padding: 20px
  }
}

.block01-text {
  padding: 20px 15px;
  margin: auto
}

.block01-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

@media(min-width: 768px) {
  .block01-text {
    padding:30px
  }

  .block01-image img {
    opacity: 0
  }
}

@media(min-width: 992px) {
  .block01-text {
    padding:60px
  }
}

@media(min-width: 1200px) {
  .block01-text {
    width:75%
  }
}

.breadcrumb {
  font-size: 14px;
  padding-left: 0;
  margin: 0
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li:before {
  content: "/";
  display: inline-block;
  color: #b9b9b9;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px
}

.breadcrumb>li:first-child:before {
  display: none
}

.breadcrumb a {
  color: #b9b9b9
}

.breadcrumb a.active,.breadcrumb a.active:hover {
  text-decoration: none;
  color: #8c8c8c
}

#CookieDeclarationChangeConsent a,.btn,.has-mailingreport form button[type=submit],.js-cm-form button[type=submit] {
  text-decoration: none;
  position: relative
}

#CookieDeclarationChangeConsent a.open .i-angle-down,.btn.open .i-angle-down,.has-mailingreport form button.open[type=submit] .i-angle-down,.js-cm-form button.open[type=submit] .i-angle-down {
  transform: rotate(180deg)
}

@supports(display: contents) {
  #CookieDeclarationChangeConsent a:not([class*=outline]),.btn:not([class*=outline]),.has-mailingreport form button[type=submit]:not([class*=outline]),.js-cm-form button[type=submit]:not([class*=outline]) {
    padding-right:2.5em;
    -webkit-clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0 100%)
  }
}

#CookieDeclarationChangeConsent a .i-angle-down,.btn .i-angle-down,.has-mailingreport form button[type=submit] .i-angle-down,.js-cm-form button[type=submit] .i-angle-down {
  font-weight: 400;
  transition: transform .15s ease-out
}

.btn-arrow {
  position: relative;
  padding-left: 2.9em
}

.btn-arrow:before {
  content: "t";
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  text-transform: none!important;
  position: absolute;
  left: 1.25em;
  top: 50%;
  font-size: .9em;
  line-height: 20px;
  margin-top: -10px;
  transform: translateX(0);
  transition: transform .3s cubic-bezier(.2,.9,.3,2.5)
}

.btn-arrow:focus:before,.btn-arrow:hover:before {
  transform: translateX(3px)
}

.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: .5
}

.btn-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  margin-right: 5px;
  animation: btnLoadingSpinner .5s infinite linear;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent
}

@keyframes btnLoadingSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.btn-scrolltop {
  opacity: 0;
  display: inline-block;
  position: fixed;
  z-index: 80;
  right: 0;
  bottom: 40px;
  padding: 8px;
  background-color: rgba(0,0,0,.5);
  transition: opacity .5s ease-out;
  color: #fff;
  font-size: 24px;
  line-height: 1.1em;
  border: none
}

.btn-scrolltop:focus,.btn-scrolltop:hover {
  color: #fff;
  background-color: rgba(0,0,0,.65)
}

.btn-scrolltop--show {
  opacity: 1
}

.btn-social {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #007bff!important;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  border-radius: 100px;
  background-color: #d6e6ec
}

.btn-social:focus,.btn-social:hover {
  text-decoration: none
}

.btn-social:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  transform: scale(1);
  transition: transform .2s ease-out,border .2s ease-out
}

.btn-social:hover:after {
  border: 2px solid #339bbc;
  transform: scale(1.28)
}

.btn-social-sm {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px
}

.card {
  border: none
}

.card:hover .card-img:before {
  animation-name: fadeIn
}

.card:hover .card-img-control {
  animation-name: zoomIn
}

.card-img,.card-img-bottom,.card-img-top {
  position: relative;
  overflow: hidden
}

.card-content {
  color: #333
}

.card-content p:last-child,.card-content ul:last-child {
  margin-bottom: 0
}

.card-title {
  font-family: Inter,sans-serif;
  font-weight: 500
}

.card-img-action {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0
}

.card-img-control {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 47%;
  color: #fff;
  font-size: 20px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomOut
}

.card-img-control:hover {
  color: #016281
}

.card-img-control i {
  z-index: -1;
  position: relative
}

.card-text {
  margin-bottom: 20px
}

.card-label {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 14px;
  padding: 5px 15px;
  color: #728389;
  background-color: #d6e6ec
}

.card-container {
  padding: 10px 5px
}

.card-body {
  color: #333
}

.card-body p:last-child,.card-body ul:last-child {
  margin-bottom: 0
}

.card-body+.card-footer {
  padding-top: 0
}

.card-footer {
  background-color: inherit;
  border: none
}

#more-cards {
  display: none
}

.effect--push-right>i {
  transition: transform .1s ease-out
}

.effect--push-right:active>i,.effect--push-right:hover>i {
  transform: translateX(3px)
}

.effect-slice {
  position: relative;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 0 1px rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.2)
}

.effect-slice:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: 1;
  transition: all .75s ease 0s;
  border: 3px solid #aea8d3;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg)
}

.effect-slice:hover:after {
  height: 400%!important;
  opacity: 1;
  color: #c62727
}

.effect-shadow:hover {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  transition: box-shadow .18s ease-out
}

.hover-fade-down,.hover-fade-left,.hover-fade-right,.hover-fade-up {
  opacity: 0;
  transition: transform .35s cubic-bezier(1,0,0,1),opacity .35s cubic-bezier(1,0,0,1)
}

.hover-fade-down:hover,.hover-fade-left:hover,.hover-fade-right:hover,.hover-fade-up:hover,.mouseover .hover-fade-down,.mouseover .hover-fade-left,.mouseover .hover-fade-right,.mouseover .hover-fade-up {
  opacity: 1;
  transform: translate(0)
}

.hover-fade-up {
  transform: translateY(60px)
}

.hover-fade-down {
  transform: translateY(-60px)
}

.hover-fade-left {
  transform: translate(60px)
}

.hover-fade-right {
  transform: translate(-60px)
}

.flag-icon,.flag-icon-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  vertical-align: middle;
  display: inline-block
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em
}

.flag-icon:before {
  content: "\A0"
}

.flag-icon.flag-icon-squared {
  width: 1em
}

.flag-icon-en {
  background-image: url(flags/4x3/gb.svg)
}

.flag-icon-en.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg)
}

.flag-icon-de {
  background-image: url(flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
  background-image: url(flags/1x1/de.svg)
}

.flag-icon-es {
  background-image: url(flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
  background-image: url(flags/1x1/es.svg)
}

.flag-icon-fr {
  background-image: url(flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(flags/1x1/fr.svg)
}

.flag-icon-gb {
  background-image: url(flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg)
}

.flag-icon-gr {
  background-image: url(flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(flags/1x1/gr.svg)
}

.flag-icon-hr {
  background-image: url(flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(flags/1x1/hr.svg)
}

.flag-icon-hu {
  background-image: url(flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(flags/1x1/hu.svg)
}

.flag-icon-it {
  background-image: url(flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
  background-image: url(flags/1x1/it.svg)
}

.flag-icon-nl {
  background-image: url(flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(flags/1x1/nl.svg)
}

.flag-icon-pl {
  background-image: url(flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(flags/1x1/pl.svg)
}

.flag-icon-pt {
  background-image: url(flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(flags/1x1/pt.svg)
}

.flag-icon-ru {
  background-image: url(flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(flags/1x1/ru.svg)
}

.flag-icon-tr {
  background-image: url(flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(flags/1x1/tr.svg)
}

.flag-icon-ua {
  background-image: url(flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(flags/1x1/ua.svg)
}

[class*=" i-"],[class^=i-] {
  display: inline-block;
  line-height: 1
}

[class*=" i-"]:before,[class^=i-]:before {
  vertical-align: top;
  display: inline-block
}

[data-icon]:before {
  content: attr(data-icon)
}

[class*=" i-"]:before,[class^=i-]:before,[data-icon]:before {
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-feature-settings: normal!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.i-angle-double-down:before {
  content: "a"
}

.i-angle-double-left:before {
  content: "b"
}

.i-angle-double-right:before {
  content: "c"
}

.i-angle-double-up:before {
  content: "d"
}

.i-angle-down:before {
  content: "e"
}

.i-angle-left:before {
  content: "f"
}

.i-angle-right:before {
  content: "g"
}

.i-angle-up:before {
  content: "h"
}

.i-envelope-o:before {
  content: "y"
}

.i-facebook:before {
  content: "m"
}

.i-google-plus:before {
  content: "z"
}

.i-linkedin:before {
  content: "A"
}

.i-phone:before {
  content: "B"
}

.i-pinterest-p:before {
  content: "C"
}

.i-quote-left:before {
  content: "D"
}

.i-quote-right:before {
  content: "E"
}

.i-share-square-o:before {
  content: "F"
}

.i-twitter:before {
  content: "G"
}

.i-youtube:before {
  content: "H"
}

.i-pinterest:before {
  content: "J"
}

.i-search:before {
  content: "K"
}

.i-home:before {
  content: "L"
}

.i-external-link:before {
  content: "O"
}

.i-check-thin:before {
  content: "M"
}

.i-check-thin-round:before {
  content: "N"
}

.i-chevron-thin-down:before {
  content: "P"
}

.i-chevron-thin-left:before {
  content: "Q"
}

.i-chevron-thin-right:before {
  content: "R"
}

.i-chevron-thin-up:before {
  content: "S"
}

.i-download:before {
  content: "T"
}

.i-angle-lg-down:before {
  content: "U"
}

.i-angle-lg-left:before {
  content: "V"
}

.i-angle-lg-right:before {
  content: "W"
}

.i-angle-lg-up:before {
  content: "X"
}

.i-info:before {
  content: "Y"
}

.i-info-circle:before {
  content: "Z"
}

.i-question:before {
  content: "0"
}

.i-question-circle:before {
  content: "1"
}

.i-snapchat:before {
  content: "2"
}

.i-heart:before {
  content: "3"
}

.i-users:before {
  content: "4"
}

.i-glass:before {
  content: "5"
}

.i-soundcloud:before {
  content: "7"
}

.i-flickr:before {
  content: "9"
}

.i-dropbox:before {
  content: "!"
}

.i-icon-arrow:before {
  content: '"'
}

.i-star:before {
  content: "6"
}

.i-checkmark:before {
  content: "*"
}

.i-play:before {
  content: "+"
}

.i-shopping-cart:before {
  content: "i"
}

.i-envelope:before {
  content: "j"
}

.i-globe:before {
  content: "k"
}

.i-left-open-big:before {
  content: "l"
}

.i-right-open-big:before {
  content: "n"
}

.i-location:before {
  content: "p"
}

.i-star-o:before {
  content: "o"
}

.i-instagram:before {
  content: "q"
}

.i-arrow-down:before {
  content: "r"
}

.i-arrow-left:before {
  content: "s"
}

.i-arrow-right:before {
  content: "t"
}

.i-arrow-up:before {
  content: "u"
}

.i-print:before {
  content: "v"
}

.i-android-close:before {
  content: "w"
}

.i-close-round:before {
  content: "x"
}

.i-clock-o:before {
  content: "I"
}

.i-calendar:before {
  content: "#"
}

.i-list-alt:before {
  content: "8"
}

.i-vimeo:before {
  content: "$"
}

.i-whatsapp:before {
  content: "%"
}

.i-card-user:before {
  content: "'"
}

.i-mobile:before {
  content: "&"
}

.i-blogger:before {
  content: ")"
}

.i-send:before {
  content: "-"
}

@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/icons.woff") format("woff");
}

.form-sm {
  max-width: 320px
}

.form-control:focus,.has-mailingreport form input[type=email]:focus,.has-mailingreport form input[type=tel]:focus,.has-mailingreport form input[type=text]:focus,.has-mailingreport form select:focus,.has-mailingreport form textarea:focus,.js-cm-form input[type=email]:focus,.js-cm-form input[type=tel]:focus,.js-cm-form input[type=text]:focus,.js-cm-form select:focus,.js-cm-form textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.5)
}

.form-error {
  box-shadow: 0 0 3px red
}

.form-anchor {
  display: block;
  top: -200px
}

.form-anchor,.label-required {
  position: relative
}

.label-required:after {
  content: "*";
  position: absolute;
  margin-top: -5px;
  margin-left: 2px;
  color: #339bbc;
  font-weight: 700
}

.form-check-input {
  margin-top: .55rem
}

.has-mailingreport form select,.js-cm-form select,select.form-control {
  font-size: 1rem;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.floating-label-group {
  position: relative
}

.floating-label-group .floating-label {
  position: absolute;
  z-index: 5;
  top: 4px;
  left: 12px;
  font-size: 11px;
  color: gray;
  opacity: 0;
  transition: all .3s ease-out;
  pointer-events: none;
  margin-bottom: 0
}

.floating-label-group .form-control,.floating-label-group .has-mailingreport form input[type=email],.floating-label-group .has-mailingreport form input[type=tel],.floating-label-group .has-mailingreport form input[type=text],.floating-label-group .has-mailingreport form select,.floating-label-group .has-mailingreport form textarea,.floating-label-group .js-cm-form input[type=email],.floating-label-group .js-cm-form input[type=tel],.floating-label-group .js-cm-form input[type=text],.floating-label-group .js-cm-form select,.floating-label-group .js-cm-form textarea,.has-mailingreport form .floating-label-group input[type=email],.has-mailingreport form .floating-label-group input[type=tel],.has-mailingreport form .floating-label-group input[type=text],.has-mailingreport form .floating-label-group select,.has-mailingreport form .floating-label-group textarea,.js-cm-form .floating-label-group input[type=email],.js-cm-form .floating-label-group input[type=tel],.js-cm-form .floating-label-group input[type=text],.js-cm-form .floating-label-group select,.js-cm-form .floating-label-group textarea {
  transition: padding .1s ease-out
}

.floating-label-group .form-control:not(:placeholder-shown),.floating-label-group .has-mailingreport form input[type=email]:not(:placeholder-shown),.floating-label-group .has-mailingreport form input[type=tel]:not(:placeholder-shown),.floating-label-group .has-mailingreport form input[type=text]:not(:placeholder-shown),.floating-label-group .has-mailingreport form select:not(:placeholder-shown),.floating-label-group .has-mailingreport form textarea:not(:placeholder-shown),.floating-label-group .js-cm-form input[type=email]:not(:placeholder-shown),.floating-label-group .js-cm-form input[type=tel]:not(:placeholder-shown),.floating-label-group .js-cm-form input[type=text]:not(:placeholder-shown),.floating-label-group .js-cm-form select:not(:placeholder-shown),.floating-label-group .js-cm-form textarea:not(:placeholder-shown),.has-mailingreport form .floating-label-group input[type=email]:not(:placeholder-shown),.has-mailingreport form .floating-label-group input[type=tel]:not(:placeholder-shown),.has-mailingreport form .floating-label-group input[type=text]:not(:placeholder-shown),.has-mailingreport form .floating-label-group select:not(:placeholder-shown),.has-mailingreport form .floating-label-group textarea:not(:placeholder-shown),.js-cm-form .floating-label-group input[type=email]:not(:placeholder-shown),.js-cm-form .floating-label-group input[type=tel]:not(:placeholder-shown),.js-cm-form .floating-label-group input[type=text]:not(:placeholder-shown),.js-cm-form .floating-label-group select:not(:placeholder-shown),.js-cm-form .floating-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.1rem;
  padding-bottom: .4rem
}

.floating-label-group .form-control:not(:placeholder-shown)+.floating-label,.floating-label-group .has-mailingreport form input[type=email]:not(:placeholder-shown)+.floating-label,.floating-label-group .has-mailingreport form input[type=tel]:not(:placeholder-shown)+.floating-label,.floating-label-group .has-mailingreport form input[type=text]:not(:placeholder-shown)+.floating-label,.floating-label-group .has-mailingreport form select:not(:placeholder-shown)+.floating-label,.floating-label-group .has-mailingreport form textarea:not(:placeholder-shown)+.floating-label,.floating-label-group .js-cm-form input[type=email]:not(:placeholder-shown)+.floating-label,.floating-label-group .js-cm-form input[type=tel]:not(:placeholder-shown)+.floating-label,.floating-label-group .js-cm-form input[type=text]:not(:placeholder-shown)+.floating-label,.floating-label-group .js-cm-form select:not(:placeholder-shown)+.floating-label,.floating-label-group .js-cm-form textarea:not(:placeholder-shown)+.floating-label,.has-mailingreport form .floating-label-group input[type=email]:not(:placeholder-shown)+.floating-label,.has-mailingreport form .floating-label-group input[type=tel]:not(:placeholder-shown)+.floating-label,.has-mailingreport form .floating-label-group input[type=text]:not(:placeholder-shown)+.floating-label,.has-mailingreport form .floating-label-group select:not(:placeholder-shown)+.floating-label,.has-mailingreport form .floating-label-group textarea:not(:placeholder-shown)+.floating-label,.js-cm-form .floating-label-group input[type=email]:not(:placeholder-shown)+.floating-label,.js-cm-form .floating-label-group input[type=tel]:not(:placeholder-shown)+.floating-label,.js-cm-form .floating-label-group input[type=text]:not(:placeholder-shown)+.floating-label,.js-cm-form .floating-label-group select:not(:placeholder-shown)+.floating-label,.js-cm-form .floating-label-group textarea:not(:placeholder-shown)+.floating-label {
  opacity: 1
}

.has-mailingreport form,.js-cm-form {
  text-align: left;
  max-width: 480px;
  margin: 0 auto
}

.has-mailingreport form>div>*,.js-cm-form>div>* {
  margin-bottom: 15px
}

.has-mailingreport form input+label,.js-cm-form input+label {
  margin-left: 5px;
  font-weight: 400
}

.grecaptcha-badge {
  transform: translateY(75px)
}

@media(max-width: 991.98px) {
  .row-responsive {
    margin-left:-5px;
    margin-right: -5px
  }

  .row-responsive>div {
    padding-left: 5px;
    padding-right: 5px
  }
}

@media(min-width: 768px) {
  .offset-md-n1 {
    margin-left:-8.3333333333%
  }

  .offset-md-n2 {
    margin-left: -16.6666666667%
  }

  .offset-md-n3 {
    margin-left: -25%
  }

  .offset-md-n4 {
    margin-left: -33.3333333333%
  }

  .offset-md-n5 {
    margin-left: -41.6666666667%
  }

  .offset-md-n6 {
    margin-left: -50%
  }
}

.jarallax {
  position: relative;
  z-index: 0
}

.jarallax>.jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px
}

.hero.size-sm {
  min-height: 120px
}

.hero.size-md {
  min-height: 220px
}

.hero.size-lg {
  min-height: 320px
}

.hero.size-viewport {
  min-height: calc(100vh - 94px)
}

.header-transparent .hero {
  padding-top: 120px;
  padding-bottom: 30px
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px
}

.hero-content>:last-child {
  margin-bottom: 0
}

.hero-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden
}

.hero-background .vp-center {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.hero-background>[id^=ytplayer-container] {
  display: none;
  overflow: hidden
}

.hero-background>[id^=ytplayer-shield] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1
}

.hero-background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(1,129,170,.5)
}

@supports(background-blend-mode: multiply) {
  .hero-background {
    background-color:rgba(1,129,170,.5);
    background-blend-mode: multiply
  }

  .hero-background:before {
    display: none
  }
}

.hero-gesture {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff
}

.hero-gesture a {
  color: inherit;
  text-decoration: none
}

.size-viewport .hero-gesture {
  bottom: 7vh
}

.hero-beeldmerk:before {
  content: "";
  display: block;
  padding-top: 30%;
  background-image: url("../img/patroon-helft.svg");
  background-size: 150% auto;
  background-position: 0 100%;
  background-repeat: no-repeat
}

.hero-pannel {
  padding: 30px;
  background-color: #d6e6ec;
  box-shadow: 0 .5rem 2rem rgba(0,0,0,.2)
}

@media(min-width: 768px) {
  .hero.size-sm {
    min-height:360px
  }

  .hero.size-md {
    min-height: 420px
  }

  .hero.size-lg {
    min-height: 520px
  }

  .hero-video .hero-background {
    background-image: none!important
  }

  .hero-background>[id^=ytplayer-container] {
    display: block
  }

  .hero-beeldmerk:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    padding-top: 0
  }
}

@media(min-width: 1200px) {
  .hero.size-md {
    min-height:500px
  }

  .hero.size-lg {
    min-height: 820px
  }
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.hero-video iframe,.hero-video video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh
}

.hit {
  padding: 15px 0
}

.hit em {
  font-style: normal;
  background-color: hsla(0,0%,100%,.85)
}

.hit+.hit {
  border-top: 1px solid #ddd
}

.hit-title {
  margin-bottom: 0
}

.highlight {
  font-style: normal;
  background-color: hsla(0,0%,100%,.85)
}

.i-ml,.i-mr {
  position: relative;
  left: 0;
  transition: left .1s ease-out
}

.mouseover .i-ml,:hover>.i-ml {
  left: -3px;
  transition: left .3s cubic-bezier(.2,.9,.3,2.5)
}

.mouseover .i-mr,:hover>.i-mr {
  left: 3px;
  transition: left .3s cubic-bezier(.2,.9,.3,2.5)
}

.icon-nav {
  display: inline-block;
  position: relative;
  width: 26px;
  margin: 4px 0
}

.icon-nav,.icon-nav:after,.icon-nav:before {
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  transition: .1s ease-in-out
}

.icon-nav:after,.icon-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%
}

.icon-nav:before {
  top: -7px
}

.icon-nav:after {
  top: 7px
}

.open .icon-nav {
  background-color: transparent
}

.open .icon-nav:before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff
}

.open .icon-nav:after {
  transform: rotate(-45deg);
  top: 0;
  background-color: #fff
}

.icon-close {
  display: block;
  cursor: pointer;
  font-size: 32px
}

.icon-close:before {
  content: "\D7";
  font-family: arial
}

.icon {
  display: inline-block;
  vertical-align: middle
}

.icon-lg {
  font-size: 22px
}

.icon-circle {
  position: relative;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  transition: box-shadow .2s
}

.icon-circle:active,.icon-circle:focus,.icon-circle:hover {
  box-shadow: 0 0 0 4px currentColor
}

.icon-circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px currentColor;
  transition: transform .2s,opacity .2s
}

.icon-circle:hover:before {
  transform: scale(.8);
  opacity: .8
}

.icon-circle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: .35
}

.icon-circle.icon-lg {
  width: 37px;
  height: 37px;
  line-height: 37px
}

.icon-circle i:before {
  -webkit-font-smoothing: antialiased
}

.icon-social {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  color: #fff!important;
  border-radius: 100%;
  background-color: #728389;
  transition: color .1s ease-out,background-color .1s ease-out
}

.icon-social.is-facebook {
  background-color: #3b5998
}

.icon-social.is-facebook:active,.icon-social.is-facebook:focus,.icon-social.is-facebook:hover {
  background-color: #2d4373
}

.icon-social.is-twitter {
  background-color: #1da1f2
}

.icon-social.is-twitter:active,.icon-social.is-twitter:focus,.icon-social.is-twitter:hover {
  background-color: #0c85d0
}

.icon-social.is-linkedin {
  background-color: #0077b5
}

.icon-social.is-linkedin:active,.icon-social.is-linkedin:focus,.icon-social.is-linkedin:hover {
  background-color: #005582
}

.icon-social.is-instagram {
  background-color: #ea4f4c
}

.icon-social.is-instagram:active,.icon-social.is-instagram:focus,.icon-social.is-instagram:hover {
  background-color: #e5221e
}

.icon-social.is-snapchat {
  background-color: #fffc00
}

.icon-social.is-snapchat:active,.icon-social.is-snapchat:focus,.icon-social.is-snapchat:hover {
  background-color: #ccca00
}

.icon-social.is-youtube {
  background-color: #cc181e
}

.icon-social.is-youtube:active,.icon-social.is-youtube:focus,.icon-social.is-youtube:hover {
  background-color: #9e1317
}

.icon-social.is-whatsapp {
  background-color: #00e676
}

.icon-social.is-whatsapp:active,.icon-social.is-whatsapp:focus,.icon-social.is-whatsapp:hover {
  background-color: #00b35c
}

.icon-social.is-google-plus {
  background-color: #d74e42
}

.icon-social.is-google-plus:active,.icon-social.is-google-plus:focus,.icon-social.is-google-plus:hover {
  background-color: #be3428
}

.icon-social.is-print {
  background-color: #ccc
}

.icon-social.is-print:active,.icon-social.is-print:focus,.icon-social.is-print:hover {
  background-color: #b3b3b3
}

.icon-social.is-instagram {
  background: linear-gradient(#400080,transparent),linear-gradient(200deg,#d047d1,red,#ff0)
}

.icon-social i {
  display: inline-block;
  font-size: 19px;
  margin-top: 25%
}

.icon-social i:before {
  display: inline-block;
  vertical-align: top
}

img[align=left],img[style*="float:left"],img[style*="float: left"] {
  margin: 4px 20px 10px 0
}

img[align=right],img[style*="float:right"],img[style*="float: right"] {
  margin: 4px 0 10px 20px
}

@media(max-width: 575.98px) {
  img[align=left],img[align=right],img[style*="float:left"],img[style*="float: left"],img[style*="float:right"],img[style*="float: right"] {
    margin-top:0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    display: block;
    float: none!important
  }
}

@media screen and (min-width: 768px) {
  .img-zoom {
    overflow:hidden;
    position: relative;
    display: block;
    transition: filter .35s;
    filter: brightness(100%)
  }

  .img-zoom img {
    min-width: 100%;
    transform: scale(1);
    transition: transform .35s
  }

  .img-zoom:hover,.mouseover .img-zoom {
    filter: brightness(110%)
  }

  .img-zoom:hover img,.mouseover .img-zoom img {
    transform: scale(1.05)
  }
}

.background-filter {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.5)
}

.img-circle.has-border {
  border: 6px solid #339bbc
}

.img-resize {
  position: relative
}

.img-resize img {
  width: 100%
}

.img-resize:hover:before {
  animation-name: fadeIn
}

.img-resize:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut
}

.img-resize:hover .img-control {
  animation-name: zoomIn
}

.img-control {
  position: absolute;
  top: 30%;
  left: 44%;
  color: #fff;
  font-size: 20px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomOut
}

.img-control:hover {
  color: #016281
}

@media(min-width: 400px) {
  .img-control {
    top:35%;
    left: 46%
  }
}

@media(min-width: 768px) {
  .img-control {
    top:40%;
    left: 47%
  }
}

.background {
  position: relative;
  padding-top: 50%;
  background-position: 50% 0;
  background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
  .background {
    background-size:200%
  }

  .background-nr-0 {
    min-height: 80px;
    padding-top: 0
  }
}

@media screen and (min-width: 768px) {
  .background {
    padding-top:0;
    min-height: 575px
  }
}

@media screen and (min-width: 1025px) {
  .background {
    background-size:100%;
    background-attachment: fixed
  }
}

.img-logo {
  display: block;
  padding: 10px;
  min-height: 140px;
  line-height: 110px;
  text-align: center;
  border: 1px solid #e8f0f2;
  background-color: #fff
}

.img-cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 100%
}

@supports(display: contents) {
  .img-mask {
    -webkit-clip-path:polygon(0 0,100% 0,100% 50%,85% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 50%,85% 100%,0 100%)
  }
}

figure.image {
  display: inline-block;
  border: none;
  margin: 0 0 1rem;
  background: transparent
}

figure.image img {
  margin: 0
}

figure.image figcaption {
  margin: 0;
  text-align: left;
  font-size: 14px;
  padding-top: 5px
}

.label {
  display: inline-block;
  padding: .4em .6em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label a,.label a:hover {
  color: inherit;
  text-decoration: none
}

.label-default {
  background-color: #777
}

.label-lg {
  font-weight: 400;
  font-size: 100%
}

.container {
  position: relative
}

.container .container {
  padding-left: 0;
  padding-right: 0
}

main {
  overflow: hidden
}

main:before {
  content: "";
  display: block;
  height: 82px;
  background-color: #004f74;
  background-color: transparent
}

.header-transparent main:before {
  display: none
}

@media(min-width: 1200px) {
  main:before {
    height:94px
  }
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: #004f74;
  background-color: #fff;
  transform: translateY(0)
}

.header-transparent:not(.header-down):not(.header-up) .header {
  color: #fff;
  box-shadow: none;
  background-color: transparent
}

.header-up .header {
  position: fixed;
  top: -100px;
  transform: translateY(0);
  transition: transform .4s ease-out
}

.header-down .header {
  position: fixed;
  transform: translateY(100px)
}

.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 120px;
  transition: width .35s ease-out,color .35s ease-out
}

.header-logo a {
  color: #004f74;
  position: relative;
  display: block
}

.header-transparent:not(.header-down):not(.header-up) .header-logo a {
  color: #fff
}

.header-logo a svg {
  max-width: 100%;
  height: auto
}

.header-nav,.header-top {
  display: none
}

.header-hamburger {
  position: absolute;
  z-index: 99;
  right: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.header-mobile {
  position: fixed;
  z-index: 98;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background: rgba(1,129,170,.95);
  color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scaleY(0);
  transition: transform .1s ease-in,opacity .1s;
  transform-origin: left top;
  padding: 60px 15px
}

.header-mobile a {
  color: inherit;
  text-decoration: none
}

.shownav .header-mobile {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .2s ease-out,opacity .3s
}

@media(min-width: 768px) {
  .header-logo {
    width:140px
  }
}

@media(min-width: 1200px) {
  .header-logo {
    width:180px
  }

  .header-nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
  }

  .header-hamburger,.header-mobile {
    display: none
  }
}

.footer a:not(.btn) {
  color: inherit;
  text-decoration: none
}

.footer a:not(.btn):hover {
  color: inherit;
  text-decoration: underline
}

.leader {
  position: relative;
  height: 180px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.leader.__filter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(1,129,170,.5)
}

@supports(background-blend-mode: multiply) {
  .leader.__filter {
    background-color:rgba(1,129,170,.5);
    background-blend-mode: multiply
  }

  .leader.__filter:before {
    display: none
  }
}

.leader.size-viewport {
  min-height: 100vh
}

.leader-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px
}

.leader-content {
  width: 100%
}

.leader-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.leader-text {
  padding: 30px
}

.leader-item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff
}

.leader-item .h1,.leader-item .h2,.leader-item .h3,.leader-item .h4,.leader-item h1,.leader-item h2,.leader-item h3,.leader-item h4 {
  color: inherit
}

@media(min-width: 576px) {
  .leader {
    min-height:240px
  }

  .leader.size-sm {
    min-height: 200px
  }

  .leader.size-lg {
    min-height: 320px
  }
}

@media(min-width: 768px) {
  .leader {
    min-height:360px
  }

  .leader.size-sm {
    min-height: 260px
  }

  .leader.size-lg {
    min-height: 460px
  }
}

@media(min-width: 992px) {
  .leader {
    min-height:470px
  }

  .leader.size-sm {
    min-height: 320px
  }

  .leader.size-lg {
    min-height: 620px
  }
}

@font-face {
  font-family: lg;
  src: url("fonts/lgd641.eot?n1z373");
  src: url("fonts/lgd41d.eot?#iefixn1z373") format("embedded-opentype"),url("fonts/lgd641.woff?n1z373") format("woff"),url("fonts/lgd641.ttf?n1z373") format("truetype"),url("fonts/lgd641.svg?n1z373#lg") format("svg");
  font-weight: 400;
  font-style: normal
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
  color: #fff
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\E095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\E094"
}

@keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  to {
    left: 0
  }
}

@keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  to {
    left: 0
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,.45)
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\E070"
}

.lg-toolbar .lg-download:after {
  content: "\E0F2"
}

.lg-sub-html {
  background-color: rgba(0,0,0,.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}

.lg-next,.lg-prev,.lg-toolbar {
  opacity: 1;
  transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(.5,.5,.5);
  opacity: 0;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scaleX(1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0,100%,0);
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translateZ(0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px
}

@media(min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition:border-color .25s ease
  }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF"
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\E01D"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scaleX(1);
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\E311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\E033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\E312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transform: translate3d(0,5px,0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: hsla(0,0%,100%,.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0,0%,100%,.7);
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\E20C"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0,0,0,.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translateZ(0);
  opacity: 1;
  visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,5px,0);
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0,0,0,.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\E80D"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903"
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll 50% transparent;
  display: none!important
}

.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current {
  display: inline-block!important
}

.lg-outer .lg-img-wrap,.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translateZ(0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.list-inline>li {
  display: inline-block
}

.list-inline-lg {
  margin-left: -10px;
  margin-right: -10px
}

.list-inline-lg>li {
  padding-left: 10px;
  padding-right: 10px
}

.list-inline--divider>li {
  position: relative
}

.list-inline--divider>li:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  background-color: #333
}

.list-inline--divider>li:first-child:before {
  display: none
}

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

.list-angle>li {
  padding-left: 15px;
  position: relative
}

.list-angle>li:before {
  color: inherit;
  content: "g";
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px
}

.has-list-check ol,.list-check {
  list-style: none;
  padding-left: 0
}

.has-list-check ol>li,.list-check>li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px
}

.has-list-check ol>li:before,.list-check>li:before {
  color: inherit;
  content: "M";
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px
}

.list-nav {
  margin-bottom: 0
}

.list-nav>li+li {
  border-top: 1px solid rgba(1,129,170,.2)
}

.list-nav a {
  display: block;
  position: relative;
  padding: 9px 0 9px 30px;
  color: inherit;
  font-weight: 600;
  text-decoration: none
}

.list-nav a:before {
  content: "t";
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  text-transform: none!important;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: .9em;
  line-height: 20px;
  margin-top: -11px;
  opacity: .2;
  transform: translateX(0);
  transition: transform .3s cubic-bezier(.2,.9,.3,2.5),opacity .15s
}

.list-nav a.active:before {
  opacity: 1
}

.list-nav a:focus,.list-nav a:hover {
  text-decoration: none
}

.list-nav a:focus:before,.list-nav a:hover:before {
  opacity: 1;
  transform: translateX(3px)
}

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

.list-divider li {
  line-height: 38px;
  border-top: 1px solid hsla(0,0%,100%,.1)
}

.list-space-15 li {
  margin-bottom: 15px
}

.modal {
  animation: fadeIn .2s
}

.modal-body {
  font-size: 15px
}

.modal.in .modal-dialog {
  transform: translateY(15%)
}

.modal-content {
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.modal-content.is-inverted {
  background-color: rgba(0,0,0,.85);
  color: #fff
}

.modal-content.align-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

@media(min-width: 768px) {
  .modal.in .modal-dialog {
    transform:translateY(70%)
  }
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.nav-mobile {
  margin: auto
}

.nav-mobile a {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: Inter,sans-serif;
  text-decoration: none
}

.nav-mobile a:hover {
  color: #d6e6ec
}

.nav-mobile a.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 6px;
  background-color: #339bbc
}

.nav-mobile a i {
  display: inline-block;
  padding: 6px 10px
}

.nav-mobile a i:before {
  display: inline-block;
  transition: transform .1s ease-in
}

.nav-mobile a.open>i:before {
  transform: rotate(-180deg)
}

.nav-mobile ul {
  display: none
}

.nav-mobile ul a {
  font-size: 16px;
  padding-top: 0;
  padding-left: 45px
}

.nav-mobile ul ul a {
  padding-left: 75px;
  font-size: 14px
}

.nav-mobile ul.open {
  display: block
}

.nav-primary {
  height: 100%;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nav-primary,.nav-primary>li {
  display: -ms-flexbox;
  display: flex
}

.nav-primary>li {
  position: relative
}

.nav-primary>li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background-color: #3bd19c;
  transform: scaleX(0);
  opacity: 0;
  transition: transform .2s ease-out,opacity .2s ease-out
}

.nav-primary>li.active:after,.nav-primary>li:hover:after {
  opacity: 1;
  transform: scaleX(1)
}

.nav-primary>li>a {
  margin: auto 0
}

.nav-primary a {
  display: block;
  position: relative;
  padding: 8px 15px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter,sans-serif;
  text-decoration: none;
  white-space: nowrap
}

.nav-primary a i.nav-control {
  display: none
}

.nav-primary ul {
  pointer-events: none;
  display: block!important;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 100%;
  min-width: 100%;
  background-color: #fff;
  opacity: 0;
  transform-origin: top left;
  transition: all .15s ease-in-out;
  padding: 15px 0;
  box-shadow: 0 8px 15px 0 rgba(41,51,63,.05)
}

.nav-primary ul li {
  position: relative
}

.nav-primary ul a {
  color: #004f74;
  white-space: nowrap;
  padding: 10px 15px
}

.nav-primary ul a:before {
  content: "g";
  font-family: icons!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-feature-settings: normal!important;
  font-variant: normal!important;
  text-transform: none!important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  left: 0;
  transition: left .1s ease-out
}

.nav-primary ul a:hover:before {
  left: 3px;
  transition: left .3s cubic-bezier(.2,.9,.3,2.5)
}

.nav-primary ul a.active {
  color: #000
}

.nav-primary ul ul {
  left: 100%;
  top: -15px
}

.nav-primary li:hover>ul {
  pointer-events: auto;
  opacity: 1
}

@media(min-width: 1500px) {
  .nav-primary>li {
    margin-left:30px
  }
}

.nav-toggle {
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 16px
}

.nav-toggle,.nav-toggle:hover {
  text-decoration: none;
  color: inherit
}

.shownav .nav-toggle,.shownav .nav-toggle:hover {
  color: #fff
}

.nav-toggle-label {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400
}

.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,.175);
  background-clip: padding-box
}

.dropdown-menu.open {
  display: block
}

.dropdown-menu a {
  display: block;
  padding: 3px 10px;
  white-space: nowrap
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-item {
  z-index: 1
}

.owl-theme-default .owl-dots {
  z-index: 2;
  margin-top: 0;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left!important
}

.owl-theme-default .owl-dot {
  display: inline-block
}

.owl-theme-default .owl-dot span {
  border-radius: 50%;
  margin: 5px 7px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff
}

.owl-theme-default .owl-dot.active span {
  background-color: #339bbc
}

.owl-theme-basic .owl-dots {
  text-align: center;
  z-index: 2;
  margin-top: 0;
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.owl-theme-basic .owl-nav {
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 17px
}

.owl-theme-basic .owl-prev {
  left: 0
}

.owl-theme-basic .owl-next,.owl-theme-basic .owl-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  padding: 6px 10px;
  background-color: #fff;
  transform: translateY(-50%)
}

.owl-theme-basic .owl-next {
  right: 0
}

.owl-theme-hero {
  position: absolute
}

.owl-theme-hero .owl-item,.owl-theme-hero .owl-stage,.owl-theme-hero .owl-stage-outer {
  height: 100%
}

.owl-theme-hero {
  z-index: 0
}

.owl-theme-hero .owl-dots {
  text-align: center;
  z-index: 2;
  margin-top: 0;
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.owl-theme-hero .owl-nav {
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 17px
}

.owl-theme-hero .owl-prev {
  left: 0
}

.owl-theme-hero .owl-next,.owl-theme-hero .owl-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  padding: 6px 10px;
  background-color: #fff;
  transform: translateY(-50%)
}

.owl-theme-hero .owl-next {
  right: 0
}

@media(min-width: 768px) {
  .owl-theme-basic .owl-nav {
    font-size:24px
  }

  .owl-theme-basic .owl-nav .owl-prev {
    left: 20px;
    padding: 12px 20px
  }

  .owl-theme-basic .owl-nav .owl-next {
    right: 20px;
    padding: 12px 20px
  }
}

.owl-theme-team .owl-dots {
  text-align: center;
  z-index: 2;
  margin-top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.owl-theme-team .owl-nav {
  font-size: 40px;
  color: #d6e6ec
}

.owl-theme-team .owl-prev {
  left: -4%
}

.owl-theme-team .owl-next,.owl-theme-team .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.owl-theme-team .owl-next {
  right: -4%
}

@media(min-width: 768px) {
  .owl-theme-team .owl-next {
    right:-15%
  }

  .owl-theme-team .owl-prev {
    left: -15%
  }
}

.owl-theme-cards .owl-dots {
  text-align: center;
  margin-top: 20px
}

.owl-dot {
  display: inline-block
}

.owl-dot span {
  border-radius: 50%;
  margin: 5px 7px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ccc
}

.owl-dot.active span {
  background-color: #339bbc
}

.owl-property-placeholder {
  position: relative;
  padding-top: 56.323%
}

.owl-property-placeholder .owl-property {
  position: absolute;
  top: 0
}

.owl-property-placeholder .owl-property .item>a {
  cursor: zoom-in
}

@media(min-width: 576px) {
  .owl-property-placeholder {
    padding-top:0;
    min-height: 405px
  }

  .owl-property-placeholder .owl-property {
    position: static
  }
}

@media(min-width: 768px) {
  .owl-matchheight,.owl-property-placeholder {
    min-height:397px
  }
}

@media(min-width: 992px) {
  .owl-matchheight,.owl-property-placeholder {
    min-height:481px
  }
}

@media(min-width: 1600px) {
  .owl-matchheight,.owl-property-placeholder {
    min-height:562px
  }
}

.owl-thumbnail .item,.owl-thumbnail .item:hover {
  cursor: pointer
}

@media(min-width: 576px) {
  .owl-thumbnail-placeholder {
    min-height:94px
  }
}

@media(min-width: 768px) {
  .owl-thumbnail-placeholder {
    min-height:92px
  }
}

@media(min-width: 992px) {
  .owl-thumbnail-placeholder {
    min-height:113px
  }
}

.owl-instagram {
  height: 300px
}

.owl-instagram .owl-item,.owl-instagram .owl-stage,.owl-instagram .owl-stage-outer {
  height: 100%
}

.popup {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 90px;
  width: 20rem
}

.popup p {
  margin-bottom: 10px
}

.popup p:last-child {
  margin-bottom: 0
}

.popup a:not(.btn) {
  color: inherit
}

.popup-content {
  padding: 15px 30px 15px 15px;
  line-height: 1.4
}

.popup-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  background: transparent
}

blockquote {
  position: relative;
  padding: 45px 0 30px 100px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 40px;
  overflow: hidden;
  color: #004f74
}

blockquote p {
  position: relative;
  margin-bottom: 15px
}

blockquote p:last-child {
  margin-bottom: 0
}

blockquote:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 25%;
  bottom: 0;
  background-color: #e8f0f2;
  transform: skewX(-25deg);
  transform-origin: right top
}

blockquote:after {
  content: "D";
  position: absolute;
  top: -1px;
  left: 25px;
  line-height: 1;
  font-family: icons;
  font-size: 54px
}

p+blockquote {
  margin-top: 40px
}

.quote-cite {
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem
}

@media(min-width: 576px) {
  .quote-body {
    font-size:28px
  }

  .quote-body:before {
    font-size: 120px
  }
}

.shoppop-container {
  display: none
}

.shoppop-container.show {
  display: block
}

.shoppop {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.65);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px
}

.shoppop-body {
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  width: 920px;
  max-width: 100%
}

.shoppop-body-lg {
  width: 1140px
}

.shoppop-close {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #999;
  font-size: 24px;
  line-height: 24px;
  padding: 10px;
  text-decoration: none!important;
  outline: 0;
  transition: color .1s linear
}

.shoppop-close:hover {
  color: #666
}

.shoppop-close:after {
  content: "\E070";
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 767px) {
  .shoppop .col-sm-6:first-child {
    margin-bottom:20px
  }
}

.table-openinghours {
  text-align: left
}

.table-openinghours tr:first-child td {
  font-weight: 700
}

.tile {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%
}

.tile:before {
  content: "";
  float: left;
  padding-bottom: 75%
}

.tile:after {
  clear: left;
  content: " ";
  display: table
}

.tile-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: scale(1);
  transition: transform .3s ease-out
}

.tile-image,.tile-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.tile-image:before {
  content: "";
  display: block;
  background-color: rgba(1,129,170,.4)
}

@supports(background-blend-mode: multiply) {
  .tile-image {
    background-color:rgba(1,129,170,.4);
    background-blend-mode: multiply
  }

  .tile-image:before {
    display: none
  }
}

.mouseover .tile-image {
  transform: scale(1.1)
}

.tile-body {
  position: relative;
  padding: 15px;
  color: #fff;
  margin: auto
}

.tile-body a {
  color: inherit;
  text-decoration: none
}

.tile-play {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 15px 20px;
  background-color: #339bbc;
  line-height: 1.5
}

.tile-play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  background-color: #fff;
  transition: all .4s cubic-bezier(.215,.61,.355,1) 0s
}

.tile-play i {
  position: relative;
  color: #fff
}

.tile:hover .tile-play:before {
  min-height: 100%;
  bottom: 0;
  top: auto
}

.tile:hover .tile-play i {
  color: #339bbc
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 10px!important
}

.ml-15 {
  margin-left: 15px!important
}

.ml-20 {
  margin-left: 20px!important
}

.ml-25 {
  margin-left: 25px!important
}

.ml-30 {
  margin-left: 30px!important
}

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

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

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

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

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

.last-child-mb-0>:last-child {
  margin-bottom: 0!important
}

.letter-spacing-0 {
  letter-spacing: 0
}

.letter-spacing-1 {
  letter-spacing: .05em
}

.t-6 {
  top: 120px
}

@media(min-width: 768px) {
  .ty-md-50 {
    transform:translateY(50%)
  }

  .ty-md-n50 {
    transform: translateY(-50%)
  }
}

.rating {
  width: 22px
}

.rating-full {
  fill: #f5cc28
}

.rating-empty {
  fill: #e6e6e6
}

.max-width-xs {
  max-width: 0
}

.max-width-sm {
  max-width: 576px
}

.max-width-md {
  max-width: 768px
}

.max-width-lg {
  max-width: 992px
}

.max-width-xl {
  max-width: 1200px
}

.max-width-xxl {
  max-width: 1500px
}

.max-width-xs {
  max-width: 400px
}

.parallax-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.parallax-wrapper .parallax {
  height: 150%;
  background-size: cover;
  background-position: 50%
}

.parallax-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.35)
}

.svg-wrapper-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto
}

.svg-wrapper-top svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto
}

.svg-wrapper-bottom {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0
}

.svg-wrapper-bottom svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto
}

.decoration-none {
  text-decoration: none
}

.mouseover {
  cursor: pointer
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.video-container>span,.video-container embed,.video-container iframe,.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.maps-container {
  position: relative;
  overflow: hidden;
  height: 360px
}

.maps-container embed,.maps-container iframe,.maps-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.well {
  position: relative;
  padding: 15px
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15)
}

.well-lg {
  padding: 50px
}

.well-sm {
  padding: 10px
}

.ww {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  animation-name: wwPopIn;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(.4,2.5,.7,.5);
  animation-delay: 3s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  pointer-events: none
}

.ww-box {
  width: calc(100vw - 40px);
  max-width: 360px;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
  overflow: hidden;
  transform: scale3d(0,0,0);
  opacity: 0;
  transition: opacity .4s ease-out,transform 0s linear .3s
}

.ww.open .ww-box {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity .2s ease-out,transform 0s linear;
  pointer-events: auto
}

.ww-header {
  position: relative;
  padding: 20px;
  background-color: #2e8c7d
}

.ww-body {
  position: relative;
  background: #e5ddd5 url("../img/whatsapp/bg.jpg") repeat 50% 50%;
  padding: 30px 25px
}

.ww-message {
  position: relative;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
  border-radius: 0 10px 10px 10px
}

.ww-message:after,.ww-message:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 12px;
  height: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}

.ww-message:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC)
}

.ww-message:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAClUExURUxpcTU1NcrKyoyMjA4ODgAAAAwMDAAAAAAAANjY2Dc3N7a2tmBgYDg4OMvLywAAALm5ubi4uGRkZMrKymdnZ4yMjM3NzdnZ2b6+vrOzs7Ozs4GBgQAAALy8vImJiQ8PDwAAAGpqasnJyTExMVpaWg8PD8XFxdLS0jQ0NLKystbW1lpaWoaGhszMzM7Ozs/Pz9TU1NDQ0NfX19jY2NPT09HR0dnZ2Si/rzgAAAAtdFJOUwAw6pUSAxQBAv0zwVo26AXFxl7lY5HMfOi+mHYJz40RDAzjLlcQ0Psxv/xBiUTl04kAAACNSURBVCjP7cu5FoIwGEThUcE/ccV9FxV3jQmgvv+jUUE1qWy95XxngLL9bGqqXqbaZfkxFHbzlMN64wGscg8E0ZsDunVLQTDW/CH9Rk4BaA4cB7R6lgOGmoOEk4w/ELQdB9RGloKgo/lD1DajAMQLxwHJIaUgON4tfUA9vxxwul044Hr2gHr4IMS/3ysApV8k8vjzIswAAAAASUVORK5CYII=)
}

.ww-logo {
  display: block;
  width: 120px;
  height: 28px;
  background: url("../img/whatsapp/logo.svg") no-repeat 0 50%;
  background-size: contain;
  opacity: .5
}

.ww-close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: none;
  padding: 0;
  line-height: 1;
  outline: 0;
  color: #7fbab1;
  font-size: 18px;
  background-color: #19544b
}

.ww-close:hover {
  background-color: #134039
}

.ww-text {
  color: #4b4b4b!important
}

.ww-text h1,.ww-text h2,.ww-text h3,.ww-text h4 {
  font-size: 20px!important
}

.ww-text a,.ww-text h1,.ww-text h2,.ww-text h3,.ww-text h4 {
  color: inherit!important
}

.ww-text>* {
  margin-bottom: 0
}

.ww-time {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #ccc;
  font-size: 13px
}

.ww-action {
  text-align: right;
  height: 55px
}

.ww-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border-width: 0;
  outline: 0;
  transition: all .15s ease-out;
  text-align: center;
  padding: 0;
  pointer-events: auto
}

.ww-btn:hover {
  transform: scale(.95)
}

.ww-send {
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  padding-left: 4px;
  text-align: center;
  display: inline-block;
  background-color: #2e8c7d
}

.ww.open .ww-send i {
  animation: wwFlipY 6s infinite
}

.ww-send:hover {
  color: #fff;
  background-color: #28796c
}

.ww-open {
  color: #fff;
  font-size: 42px;
  background-color: #00d468;
  box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24)
}

.ww-open:hover {
  color: #fff;
  background-color: #00bb5b
}

@keyframes wwFlipY {
  0% {
    transform: scaleY(1);
    animation-timing-function: ease-in-out
  }

  10% {
    animation-timing-function: ease-in-out;
    transform: scaleY(-1)
  }

  90% {
    animation-timing-function: ease-in-out;
    transform: scaleY(-1)
  }

  to {
    animation-timing-function: ease-in-out;
    transform: scaleY(1)
  }
}

@keyframes wwPopIn {
  0% {
    transform: scale3d(0,0,0);
    transform-origin: right bottom
  }

  to {
    transform: scaleX(1);
    transform-origin: right bottom
  }
}
