@charset "UTF-8";
:root {
  --color-bg: #e7ecf7;
  --color-dark: #0f2355;
  --color-h2: #0f2355; }

[data-theme="dark"] {
  --color-bg: #0f2355;
  --color-dark: #213a77;
  --color-h2: #fff; }

.section-light, body {
  background: var(--color-bg); }

.section-dark {
  background: #0f2355; }
  .section-dark h2, .section-dark .h2 {
    color: #fff; }

.pad-cards {
  padding-top: 4em;
  padding-bottom: 9em; }
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  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: 1400px; } }

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

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

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

.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, .col-auto, .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, .col-sm-auto, .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, .col-md-auto, .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, .col-lg-auto, .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, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
  .order-0 {
    order: 0; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; }
  .order-4 {
    order: 4; }
  .order-5 {
    order: 5; }
  .order-6 {
    order: 6; }
  .order-7 {
    order: 7; }
  .order-8 {
    order: 8; }
  .order-9 {
    order: 9; }
  .order-10 {
    order: 10; }
  .order-11 {
    order: 11; }
  .order-12 {
    order: 12; }
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-12 {
      order: 12; }

    .offset-sm-0 {
      margin-left: 0; }

    .offset-sm-1 {
      margin-left: 8.33333%; }

    .offset-sm-2 {
      margin-left: 16.66667%; }

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

    .offset-sm-4 {
      margin-left: 33.33333%; }

    .offset-sm-5 {
      margin-left: 41.66667%; }

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

    .offset-sm-7 {
      margin-left: 58.33333%; }

    .offset-sm-8 {
      margin-left: 66.66667%; }

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

    .offset-sm-10 {
      margin-left: 83.33333%; }

    .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-12 {
      order: 12; }

    .offset-md-0 {
      margin-left: 0; }

    .offset-md-1 {
      margin-left: 8.33333%; }

    .offset-md-2 {
      margin-left: 16.66667%; }

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

    .offset-md-4 {
      margin-left: 33.33333%; }

    .offset-md-5 {
      margin-left: 41.66667%; }

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

    .offset-md-7 {
      margin-left: 58.33333%; }

    .offset-md-8 {
      margin-left: 66.66667%; }

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

    .offset-md-10 {
      margin-left: 83.33333%; }

    .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-12 {
      order: 12; }

    .offset-lg-0 {
      margin-left: 0; }

    .offset-lg-1 {
      margin-left: 8.33333%; }

    .offset-lg-2 {
      margin-left: 16.66667%; }

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

    .offset-lg-4 {
      margin-left: 33.33333%; }

    .offset-lg-5 {
      margin-left: 41.66667%; }

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

    .offset-lg-7 {
      margin-left: 58.33333%; }

    .offset-lg-8 {
      margin-left: 66.66667%; }

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

    .offset-lg-10 {
      margin-left: 83.33333%; }

    .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-12 {
      order: 12; }

    .offset-xl-0 {
      margin-left: 0; }

    .offset-xl-1 {
      margin-left: 8.33333%; }

    .offset-xl-2 {
      margin-left: 16.66667%; }

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

    .offset-xl-4 {
      margin-left: 33.33333%; }

    .offset-xl-5 {
      margin-left: 41.66667%; }

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

    .offset-xl-7 {
      margin-left: 58.33333%; }

    .offset-xl-8 {
      margin-left: 66.66667%; }

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

    .offset-xl-10 {
      margin-left: 83.33333%; }

    .offset-xl-11 {
      margin-left: 91.66667%; } }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
    .d-sm-inline {
      display: inline !important; }

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

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

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

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

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

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

    .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
    .d-md-inline {
      display: inline !important; }

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

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

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

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

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

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

    .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
    .d-lg-inline {
      display: inline !important; }

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

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

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

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

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

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

    .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
    .d-xl-inline {
      display: inline !important; }

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
    .d-print-inline {
      display: inline !important; }
    .d-print-inline-block {
      display: inline-block !important; }
    .d-print-block {
      display: block !important; }
    .d-print-table {
      display: table !important; }
    .d-print-table-row {
      display: table-row !important; }
    .d-print-table-cell {
      display: table-cell !important; }
    .d-print-flex {
      display: flex !important; }
    .d-print-inline-flex {
      display: inline-flex !important; } }
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-fill {
    flex: 1 1 auto !important; }
  .flex-grow-0 {
    flex-grow: 0 !important; }
  .flex-grow-1 {
    flex-grow: 1 !important; }
  .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
    .flex-sm-column {
      flex-direction: column !important; }

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

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

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

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

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

    .flex-sm-fill {
      flex: 1 1 auto !important; }

    .flex-sm-grow-0 {
      flex-grow: 0 !important; }

    .flex-sm-grow-1 {
      flex-grow: 1 !important; }

    .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
    .flex-md-column {
      flex-direction: column !important; }

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

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

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

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

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

    .flex-md-fill {
      flex: 1 1 auto !important; }

    .flex-md-grow-0 {
      flex-grow: 0 !important; }

    .flex-md-grow-1 {
      flex-grow: 1 !important; }

    .flex-md-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-md-shrink-1 {
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
    .flex-lg-column {
      flex-direction: column !important; }

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

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

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

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

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

    .flex-lg-fill {
      flex: 1 1 auto !important; }

    .flex-lg-grow-0 {
      flex-grow: 0 !important; }

    .flex-lg-grow-1 {
      flex-grow: 1 !important; }

    .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
    .flex-xl-column {
      flex-direction: column !important; }

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

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

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

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

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

    .flex-xl-fill {
      flex: 1 1 auto !important; }

    .flex-xl-grow-0 {
      flex-grow: 0 !important; }

    .flex-xl-grow-1 {
      flex-grow: 1 !important; }

    .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xl-stretch {
      align-self: stretch !important; } }
    .m-0 {
      margin: 0 !important; }
    .mt-0, .my-0 {
      margin-top: 0 !important; }
    .mr-0, .mx-0 {
      margin-right: 0 !important; }
    .mb-0, .my-0 {
      margin-bottom: 0 !important; }
    .ml-0, .mx-0 {
      margin-left: 0 !important; }
    .m-1 {
      margin: 0.25rem !important; }
    .mt-1, .my-1 {
      margin-top: 0.25rem !important; }
    .mr-1, .mx-1 {
      margin-right: 0.25rem !important; }
    .mb-1, .my-1 {
      margin-bottom: 0.25rem !important; }
    .ml-1, .mx-1 {
      margin-left: 0.25rem !important; }
    .m-2 {
      margin: 0.5rem !important; }
    .mt-2, .my-2 {
      margin-top: 0.5rem !important; }
    .mr-2, .mx-2 {
      margin-right: 0.5rem !important; }
    .mb-2, .my-2 {
      margin-bottom: 0.5rem !important; }
    .ml-2, .mx-2 {
      margin-left: 0.5rem !important; }
    .m-3 {
      margin: 1rem !important; }
    .mt-3, .my-3 {
      margin-top: 1rem !important; }
    .mr-3, .mx-3 {
      margin-right: 1rem !important; }
    .mb-3, .my-3 {
      margin-bottom: 1rem !important; }
    .ml-3, .mx-3 {
      margin-left: 1rem !important; }
    .m-4 {
      margin: 1.5rem !important; }
    .mt-4, .my-4 {
      margin-top: 1.5rem !important; }
    .mr-4, .mx-4 {
      margin-right: 1.5rem !important; }
    .mb-4, .my-4 {
      margin-bottom: 1.5rem !important; }
    .ml-4, .mx-4 {
      margin-left: 1.5rem !important; }
    .m-5 {
      margin: 3rem !important; }
    .mt-5, .my-5 {
      margin-top: 3rem !important; }
    .mr-5, .mx-5 {
      margin-right: 3rem !important; }
    .mb-5, .my-5 {
      margin-bottom: 3rem !important; }
    .ml-5, .mx-5 {
      margin-left: 3rem !important; }
    .p-0 {
      padding: 0 !important; }
    .pt-0, .py-0 {
      padding-top: 0 !important; }
    .pr-0, .px-0 {
      padding-right: 0 !important; }
    .pb-0, .py-0 {
      padding-bottom: 0 !important; }
    .pl-0, .px-0 {
      padding-left: 0 !important; }
    .p-1 {
      padding: 0.25rem !important; }
    .pt-1, .py-1 {
      padding-top: 0.25rem !important; }
    .pr-1, .px-1 {
      padding-right: 0.25rem !important; }
    .pb-1, .py-1 {
      padding-bottom: 0.25rem !important; }
    .pl-1, .px-1 {
      padding-left: 0.25rem !important; }
    .p-2 {
      padding: 0.5rem !important; }
    .pt-2, .py-2 {
      padding-top: 0.5rem !important; }
    .pr-2, .px-2 {
      padding-right: 0.5rem !important; }
    .pb-2, .py-2 {
      padding-bottom: 0.5rem !important; }
    .pl-2, .px-2 {
      padding-left: 0.5rem !important; }
    .p-3 {
      padding: 1rem !important; }
    .pt-3, .py-3 {
      padding-top: 1rem !important; }
    .pr-3, .px-3 {
      padding-right: 1rem !important; }
    .pb-3, .py-3 {
      padding-bottom: 1rem !important; }
    .pl-3, .px-3 {
      padding-left: 1rem !important; }
    .p-4 {
      padding: 1.5rem !important; }
    .pt-4, .py-4 {
      padding-top: 1.5rem !important; }
    .pr-4, .px-4 {
      padding-right: 1.5rem !important; }
    .pb-4, .py-4 {
      padding-bottom: 1.5rem !important; }
    .pl-4, .px-4 {
      padding-left: 1.5rem !important; }
    .p-5 {
      padding: 3rem !important; }
    .pt-5, .py-5 {
      padding-top: 3rem !important; }
    .pr-5, .px-5 {
      padding-right: 3rem !important; }
    .pb-5, .py-5 {
      padding-bottom: 3rem !important; }
    .pl-5, .px-5 {
      padding-left: 3rem !important; }
  .m-n1 {
    margin: -0.25rem !important; }
  .mt-n1, .my-n1 {
    margin-top: -0.25rem !important; }
  .mr-n1, .mx-n1 {
    margin-right: -0.25rem !important; }
  .mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-n1, .mx-n1 {
    margin-left: -0.25rem !important; }
  .m-n2 {
    margin: -0.5rem !important; }
  .mt-n2, .my-n2 {
    margin-top: -0.5rem !important; }
  .mr-n2, .mx-n2 {
    margin-right: -0.5rem !important; }
  .mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-n2, .mx-n2 {
    margin-left: -0.5rem !important; }
  .m-n3 {
    margin: -1rem !important; }
  .mt-n3, .my-n3 {
    margin-top: -1rem !important; }
  .mr-n3, .mx-n3 {
    margin-right: -1rem !important; }
  .mb-n3, .my-n3 {
    margin-bottom: -1rem !important; }
  .ml-n3, .mx-n3 {
    margin-left: -1rem !important; }
  .m-n4 {
    margin: -1.5rem !important; }
  .mt-n4, .my-n4 {
    margin-top: -1.5rem !important; }
  .mr-n4, .mx-n4 {
    margin-right: -1.5rem !important; }
  .mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-n4, .mx-n4 {
    margin-left: -1.5rem !important; }
  .m-n5 {
    margin: -3rem !important; }
  .mt-n5, .my-n5 {
    margin-top: -3rem !important; }
  .mr-n5, .mx-n5 {
    margin-right: -3rem !important; }
  .mb-n5, .my-n5 {
    margin-bottom: -3rem !important; }
  .ml-n5, .mx-n5 {
    margin-left: -3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto, .my-auto {
    margin-top: auto !important; }
  .mr-auto, .mx-auto {
    margin-right: auto !important; }
  .mb-auto, .my-auto {
    margin-bottom: auto !important; }
  .ml-auto, .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
    .mt-sm-0, .my-sm-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-sm-auto, .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
    .mt-md-0, .my-md-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-md-auto, .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
    .mt-lg-0, .my-lg-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-lg-auto, .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
    .mt-xl-0, .my-xl-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-xl-auto, .mx-xl-auto {
      margin-left: auto !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 5px; }
  .slick-prev:before {
    content: "\2190"; }
  [dir="rtl"] .slick-prev:before {
    content: "\2192"; }

.slick-next {
  right: 5px; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
  [dir="rtl"] .slick-next:before {
    content: "\2190"; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
    .slick-dots li button:hover, .slick-dots li button:focus {
      outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022";
      width: 20px;
      height: 20px;
      font-family: "slick";
      font-size: 6px;
      line-height: 20px;
      text-align: center;
      color: black;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      left: 1px;
      right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 5px;
      margin-right: auto; }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--team .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--team .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--team .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--team .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--team .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--team .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--team[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
    .select2-container--team[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      left: 1px;
      right: auto; }
  .select2-container--team.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--team.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--team.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
  .select2-container--team .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
  .select2-container--team .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--team .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--team .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--team .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--team .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--team .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
  .select2-container--team[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--team[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
    .select2-container--team[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 5px;
      margin-right: auto; }
    .select2-container--team[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }
  .select2-container--team.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--team.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--team.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--team.select2-container--open.select2-container--above .select2-selection--single, .select2-container--team.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--team.select2-container--open.select2-container--below .select2-selection--single, .select2-container--team.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--team .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  .select2-container--team .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--team .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--team .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--team .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--team .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--team .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--team .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--team .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--team .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--team .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--team .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--team .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--team .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }
  .select2-container--team .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      border: none;
      border-right: 1px solid #dee2e6;
      border-radius: 0;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      left: 1px;
      right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
      background: transparent;
      border: none; }
      .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0); }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0); }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    cursor: text;
    outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0; }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none; }
  .select2-container--classic .select2-dropdown--below {
    border-top: none; }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--classic .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.giveHeight {
  height: 600px; }
  @media (max-width: 991.98px) {
  .giveHeight {
    padding-left: 15px;
    padding-right: 15px; } }
  .giveHeight > .container {
    position: relative;
    z-index: 1; }
  .giveHeight .home-header-slider {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .giveHeight .home-header-slider .slick-list {
    height: 100%; }
    .giveHeight .home-header-slider .slick-list .slick-track {
      height: 100%;
      display: flex;
      align-items: center; }
      .giveHeight .home-header-slider .slick-list .slick-track .slick-slide {
        position: relative;
        display: flex;
        align-items: center; }
        @media (max-width: 991.98px) {
    .giveHeight .home-header-slider .slick-list .slick-track .slick-slide .container {
      padding-left: 25px;
      padding-right: 25px; } }
  .giveHeight .home-header-slider .slick-dots {
    bottom: 20px; }
    .giveHeight .home-header-slider .slick-dots li {
      margin: 0 2px; }
      .giveHeight .home-header-slider .slick-dots li button:before {
        font-size: 60px;
        opacity: 1;
        color: #fff; }
      .giveHeight .home-header-slider .slick-dots li.slick-active button:before {
        color: #e55238; }

.wp-block {
  max-width: 90%; }

.push .header-content {
  padding-top: 168px !important; }

strong {
  font-weight: bold; }

.pt-10 {
  padding-top: 5em; }

img {
  max-width: 100%; }

.video-iframe {
  position: relative;
  padding-bottom: 56.25%; }
  .video-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 100%; } }

table.table tr td.td1, table.table tr td:first-child {
  font-weight: Bold; }

.gm-style-iw.gm-style-iw-c {
  box-shadow: none;
  border: 2px solid #e7ecf7; }

#infoPopup span {
  display: block;
  font-size: 1rem; }
  #infoPopup span.info-title {
    color: #0f2355;
    font-size: 1.05rem;
    font-weight: 500; }

.tribe-events-back a, .tribe-events-sub-nav a, .tribe-events-cal-links a {
  color: #0f2355; }

.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
  color: #0f2355 !important; }

.tribe-events-cost {
  padding-left: 10px; }

h1.tribe-events-single-event-title {
  color: #e55238; }

.tribe-events-single-event-description strong {
  font-weight: bold;
  color: #0f2355; }
  .tribe-events-single-event-description p {
    margin-bottom: 15px; }

.single-news .wp-block-image {
  margin: 0 0 30px 0 !important; }
  .single-news .wp-block-image img {
    height: auto;
    object-fit: contain; }

.hide-label label.gfield_label {
  height: 0 !important;
  line-height: 0 !important; }

@font-face {
  font-family: '../webfonts/open_sansregular';
  src: url('OpenSans-Regular-webfont.eot');
  src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff2') format('woff2'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  font-family: 'Museo Sans', 'museo-sans', sans-serif;
  font-weight: 400; }

a:hover {
  text-decoration: none; }

p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75;
  color: var(--color-h2); }

h1, .h1 {
  position: relative;
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-weight: 900;
  color: #fff; }
  @media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.4rem; } }
  @media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.2rem; } }
  @media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.9rem; } }

h2, .h2 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 0.6em;
  font-weight: 700;
  color: var(--color-h2); }
  h2.stripe:after, .h2.stripe:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 6px;
    border-radius: 100px;
    background: #e55238; }
  h2.text-left:after, .h2.text-left:after {
    right: auto; }
  @media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2rem; } }
  @media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.8rem; } }

h3, .h3 {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 0.6em;
  font-weight: 600;
  color: var(--color-h2); }
  h3.stripe:after, .h3.stripe:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 6px;
    border-radius: 100px;
    background: #e55238; }

h4, .h4 {
  display: block;
  width: 100%;
  margin-bottom: 0.6em; }

@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%; } }

body.mobile-nav-open {
  overflow-y: hidden;
  height: 100vh; }
  body.mobile-nav-open .nav-bar .nav-toggle {
    position: fixed;
    top: 30px;
    right: 30px; }

.nav-bar {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: 0.25 ease-in-out; }
  @media (max-width: 991.98px) {
  .nav-bar {
    justify-content: space-between; } }
  .nav-bar .logo {
    display: inline-block;
    margin-right: 50px;
    max-width: 50vw;
    width: 260px; }
  .nav-bar.sticky {
    position: fixed;
    z-index: 9999;
    transition: 0.875 ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 35, 85, 0.95);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav-bar.sticky .logo {
    max-width: 140px; }
  .nav-bar.sticky .nav-toggle {
    top: 5px; }
  .nav-bar nav ul.nav {
    position: relative;
    z-index: 99; }
    @media (max-width: 991.98px) {
    .nav-bar nav ul.nav li {
      width: 100%;
      margin-right: 0; }
      .nav-bar nav ul.nav li a {
        display: block !important;
        font-size: 1.4rem;
        text-align: center;
        padding: 0.4em 0.9em;
        border: none !important;
        margin-bottom: 1em;
        text-align: left; }

      .nav-bar nav ul.nav li.active a, .nav-bar nav ul.nav li.current_page_item a {
        background: none !important; } }
    .nav-bar nav ul.nav li {
      margin-right: 10px;
      margin-bottom: 20px; }
      .nav-bar nav ul.nav li a {
        padding: 0.4em 0.9em;
        border-radius: 100px;
        color: #fff;
        border: 3px solid #fff;
        font-weight: 600;
        transition: 0.15s ease-out;
        display: inline-block; }
        .nav-bar nav ul.nav li a:hover {
          transition: 0.2s ease-in;
          background: #e55238;
          color: #fff;
          border-color: #e55238; }
      .nav-bar nav ul.nav li.active > a, .nav-bar nav ul.nav li.current_page_item > a {
        transition: 0.2s ease-in;
        background: #e55238;
        color: #fff;
        border-color: #e55238; }
      .nav-bar nav ul.nav li.menu-item-has-children {
        position: relative; }
        .nav-bar nav ul.nav li.menu-item-has-children > a {
          padding-right: 2em; }
          @media (min-width: 992px) {
    .nav-bar nav ul.nav li.menu-item-has-children > a:after {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro';
      color: #fff;
      position: absolute;
      right: 15px;
      font-weight: 700; } }
        .nav-bar nav ul.nav li.menu-item-has-children .mobile-subpull {
          content: '\f107';
          font-family: 'Font Awesome 5 Pro';
          color: #fff;
          position: absolute;
          right: 0;
          top: 0;
          height: 40px;
          width: 40px;
          font-size: 1.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700; }
        .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu {
          position: absolute;
          padding-top: 10px;
          z-index: 1;
          display: none; }
          .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li {
            background: #e55238;
            border-color: #e55238; }
            .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li a {
              border-radius: 0;
              margin: 0;
              display: block;
              text-align: left;
              border-color: #e55238;
              background: #e55238 !important; }
            .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li:first-child {
              border-top-left-radius: 5px;
              border-top-right-radius: 5px; }
              .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li:first-child a {
                padding-top: 0.7em;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px; }
            .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li:last-child {
              border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px; }
              .nav-bar nav ul.nav li.menu-item-has-children ul.sub-menu li:last-child a {
                padding-bottom: 0.7em;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px; }
        @media (min-width: 992px) {
    .nav-bar nav ul.nav li.menu-item-has-children:hover ul.sub-menu {
      display: block; } }
  .nav-bar .nav-toggle {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 0;
    display: none;
    height: 54px;
    width: 54px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background: #0f2355;
    color: #fff;
    font-size: 2rem; }
  @media (max-width: 991.98px) {
    .nav-bar .nav-toggle {
      display: flex; } }

@media (max-width: 991.98px) {
  .hidden-nav {
    display: none; }
    body.mobile-nav-open nav.main-nav {
      position: fixed;
      z-index: 98;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 30px;
      background: #0f2355;
      display: flex;
      align-items: center; } }

header {
  position: relative;
  margin-bottom: 2em; }
  header .bg-container {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  header .bg-container:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #0f2355 0%, rgba(0, 0, 0, 0.00) 100%); }
  header .bg-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  header .header-content {
    position: relative;
    max-width: 700px;
    padding: 100px 0 180px; }
  header .header-content .subline {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.35em;
    color: #fff;
    font-weight: 500; }
  header.header-small .header-content {
    max-width: 100%;
    padding: 60px 0 120px;
    text-align: center; }
    @media (max-width: 767.98px) {
    header.header-small .header-content {
      padding: 40px 0 80px; } }
  header.header-tiny .header-content {
    max-width: 100%;
    padding: 20px 0 40px;
    text-align: center; }

.top-bar {
  background: #0f2355;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.4em;
  padding-bottom: 0.4em; }
  .top-bar i {
    color: #fff; }
  .top-bar a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-right: 10px; }

footer {
  position: relative;
  background: #0f2355;
  color: #fff; }
  footer .container {
    position: relative;
    z-index: 1; }
  footer h3, footer .h3 {
    color: #fff;
    margin-bottom: 1.6em; }
  footer ul li {
    padding-bottom: 15px; }
    footer ul li a {
      color: #e7ecf7; }
      footer ul li a:hover {
        color: #e55238; }
  footer ul.multi-line {
    padding-left: 2em;
    margin-bottom: 1em; }
    footer ul.multi-line li {
      line-height: 1.8; }
  footer ul.map-marker, footer ul.envelope, footer ul.phone {
    position: relative; }
    footer ul.map-marker:before, footer ul.envelope:before, footer ul.phone:before {
      content: '\f3c5';
      color: #e55238;
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      top: 2px;
      left: 0;
      display: inline-block;
      font-size: 1.5em;
      font-weight: 900; }
  footer ul.envelope:before {
    content: '\f0e0'; }
  footer ul.phone:before {
    content: '\f095'; }
  footer .socials {
    display: flex; }
  footer .socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #e55238;
    color: #fff;
    border-radius: 100px;
    font-size: 1.2em;
    margin-right: 5px; }
  footer .site-info {
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 2;
    display: flex;
    justify-content: space-between; }
  @media (max-width: 991.98px) {
    footer .site-info {
      justify-content: start;
      flex-direction: column; } }
  footer .site-info a {
    color: #fff; }
    footer .site-info a:hover {
      color: #e55238; }
  footer .footer-s {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    right: 0; }

.cols {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px;
  background: var(--color-bg); }
  @media (max-width: 767.98px) {
  .cols {
    margin: 10px 0;
    padding: 0; } }
  .cols p a {
    font-weight: bold;
    color: #0f2355; }
    .cols p a:hover {
      text-decoration: underline; }
  @media (min-width: 992px) {
  .cols.no-whitespace {
    margin-top: -130px; }
    .cols.no-whitespace .py-lg-4 {
      padding-top: 0 !important; }

    .cols.no-whitespace .col-block {
      padding-top: 0 !important; } }
  .cols.section-dark {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background: var(--color-dark); }
  .cols.section-dark h2 {
    color: #fff !important; }
  .cols.section-dark p, .cols.section-dark span {
    color: #fff; }
  .cols.section-dark ul li {
    color: #fff; }
  .cols.section-dark a {
    color: #e55238; }
  .cols .slider-nav {
    display: none; }
  @media (max-width: 991.98px) {
  .cols .column-reverse {
    flex-direction: column-reverse; }
    .cols .slider-nav {
      display: block;
      position: absolute;
      z-index: 99;
      top: calc(50% - 40px);
      left: 0;
      width: 100%;
      height: 40px; }
      .cols .slider-nav .prev, .cols .slider-nav .next {
        position: absolute;
        display: flex;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        background: #0f2355;
        height: 40px;
        width: 40px;
        opacity: 1;
        color: #fff; }
        .cols .slider-nav .prev:hover, .cols .slider-nav .next:hover {
          background: #0f2355; }
      .cols .slider-nav .prev {
        left: 5px; }
      .cols .slider-nav .next {
        right: 5px; } }
  .cols .col-block {
    position: relative;
    min-height: 260px;
    height: 100%;
    width: 100%;
    padding: 60px 50px; }
  @media (max-width: 767.98px) {
    .cols .col-block {
      padding: 30px 20px 20px; } }
  .cols .col-block .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    .cols .col-block .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .cols .col-block h2 {
    color: var(--color-h2); }
  .cols .col-block h2:not(.stripe) {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.5rem; }
  .cols .col-block a:not(.button) {
    color: var(--color-h2);
    text-decoration: underline; }
  .cols .col-block p {
    margin-bottom: 20px; }
  .cols .col-block b, .cols .col-block strong {
    font-weight: bold; }
  .cols .col-block strong {
    color: #0f2355; }
  .cols .col-block form p {
    margin-bottom: 8px; }
  .cols .col-block ul {
    margin: 0 0 1em;
    padding: 0; }
    .cols .col-block ul li {
      position: relative;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      line-height: 1.5;
      list-style: none;
      padding-left: 1.25em;
      color: var(--color-h2);
      padding-bottom: 5px; }
      .cols .col-block ul li:before {
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        color: #e55238;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 10px; }
  .cols .col-block.contact-bg {
    background: #0f2355;
    border-radius: 5px;
    color: #fff; }
    .cols .col-block.contact-bg h2, .cols .col-block.contact-bg h3, .cols .col-block.contact-bg p, .cols .col-block.contact-bg li, .cols .col-block.contact-bg label {
      color: #fff !important; }
    .cols .col-block.contact-bg ul {
      margin-bottom: 30px;
      margin-left: 0; }
      .cols .col-block.contact-bg ul li {
        padding-bottom: 8px;
        font-weight: 500;
        font-size: 1.1rem;
        list-style: none; }
        .cols .col-block.contact-bg ul li a {
          color: #fff;
          text-decoration: underline; }
    .cols .col-block.contact-bg input[type="submit"] {
      background: #efa00b;
      margin-left: auto;
      color: #0f2355; }
  .cols .col-block .thumbnail {
    position: relative;
    padding-bottom: 66.66%;
    margin-bottom: 30px; }
    .cols .col-block .thumbnail img {
      position: absolute;
      border-radius: 20px;
      object-fit: cover;
      object-position: center center;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
  .cols .col-block .bg-img {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .cols .col-block .bg-img picture {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .cols .col-block .bg-img img {
      border-radius: 20px;
      position: absolute;
      max-height: 480px;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    .cols .col-block .bg-img .contain img {
      object-fit: contain; }
  .cols .col-block .icon {
    display: flex;
    margin: 0 auto;
    height: 140px;
    width: 140px;
    font-size: 2.6rem;
    justify-content: center;
    align-items: center;
    color: #0f2355;
    background: rgba(0, 142, 162, 0.25);
    border-radius: 150px;
    margin-bottom: 30px; }
  .cols .col-block .btn {
    margin-top: 10px;
    background: #0f2355;
    color: #fff;
    border-color: #0f2355; }
    @media (max-width: 767.98px) {
    .cols .col-block .btn {
      margin-bottom: 20px; } }

.cards {
  margin-left: -4px;
  margin-right: -4px; }
  .cards .card-col {
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 1em; }
  @media (min-width: 1200px) {
      .cards .card-col:nth-child(even) {
        margin-top: 40px;
        margin-bottom: -40px; } }
    .cards .card-col:nth-child(even) .card {
      background: #213a77; }
  .cards .card {
    position: relative;
    display: flex;
    min-height: 100%;
    border: 0;
    border-radius: 20px;
    background: #0f2355;
    color: #fff; }
  .cards .card .card-img {
    position: relative;
    padding-top: 75%; }
    .cards .card .card-img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
  .cards .card .card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em 1.5em 1.25em; }
    .cards .card .card-content .card-title {
      font-size: 1.25rem;
      line-height: 1.15;
      margin-bottom: 0; }
    .cards .card .card-content p {
      color: #fff;
      font-weight: 400;
      font-size: 0.95em;
      line-height: 1.75;
      padding: 1em 0 1.5em; }
    .cards .card .card-content .read-more {
      margin-bottom: 1em; }
    .cards .card .card-content .hidden {
      display: none;
      transition: 0.5s ease; }
  .cards .card:hover .card-img {
    display: none; }
    .cards .card:hover .card-content {
      padding: 2em 1.5em;
      justify-content: space-between; }
      .cards .card:hover .card-content .hidden {
        display: block; }

.card-slider .slick-track {
  display: flex !important; }
  .card-slider .slick-slide {
    height: inherit !important; }
  .card-slider .card-slide {
    background: #213a77;
    margin: 1em;
    border-radius: 20px;
    opacity: 0.33; }
  .card-slider .card-slide.slick-current {
    opacity: 1; }
  .card-slider .card-slide .card-media-container {
    position: relative;
    padding-bottom: 56.25%; }
    .card-slider .card-slide .card-media-container video, .card-slider .card-slide .card-media-container iframe, .card-slider .card-slide .card-media-container img {
      position: absolute;
      height: 100%;
      max-width: 100%;
      width: 100%; }
    .card-slider .card-slide .card-media-container img {
      object-fit: cover;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
  .card-slider .card-slide .card-content-container {
    padding: 2em; }
    .card-slider .card-slide .card-content-container .card-slide-title {
      display: block;
      font-size: 1.4rem;
      position: relative;
      color: #fff;
      margin-bottom: 50px; }
      .card-slider .card-slide .card-content-container .card-slide-title:after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        display: inline-block;
        width: 48px;
        height: 6px;
        border-radius: 100px;
        background: #e55238; }
    .card-slider .card-slide .card-content-container p {
      margin: 30px 0;
      word-break: break-word;
      color: #fff; }
  .card-slider .slick-dots li {
    margin: 0 2px; }
    .card-slider .slick-dots li button:before {
      font-size: 60px;
      opacity: 1;
      color: #0f2355; }
    .card-slider .slick-dots li.slick-active button:before {
      color: #e55238; }

.map-sidebar {
  min-height: 100%;
  background: #213a77;
  border-radius: 20px;
  padding: 2em 1.5em;
  color: #fff; }

@media (max-width: 991.98px) {
  .checkboxes {
    display: flex; } }

@media (max-width: 575.98px) {
  .checkboxes {
    flex-wrap: wrap; } }

#map-container {
  border-radius: 20px;
  border: none;
  width: 100%;
  overflow: hidden; }

#map {
  width: 100%;
  min-height: 500px; }

.fa-map-marker-alt {
  max-width: 30px !important; }

.check {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: block; }
  @media (max-width: 575.98px) {
  .check {
    margin: 7px auto; } }
  .check label {
    position: relative;
    min-height: 26px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .check label span {
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .check label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    background: #fff; }
  .check label:after {
    content: '';
    display: block;
    width: 14px;
    height: 9px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 6px;
    left: 6px; }
  .check input[type="checkbox"] {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    margin-left: -20px; }
  .check input[type="checkbox"]:checked ~ label:before {
    background: #849324 !important; }
    .check input[type="checkbox"]:checked ~ label:after {
      transform: rotate(-45deg) scale(1); }
  .check input[type="checkbox"]:focus + label::before {
    outline: 0; }
  .check.check-green input[type="checkbox"]:checked ~ label:before {
    background: #849324 !important; }
  .check.check-yellow input[type="checkbox"]:checked ~ label:before {
    background: #efa00b !important; }
  .check.check-orange input[type="checkbox"]:checked ~ label:before {
    background: #e55238 !important; }

.small-text, .search label {
  color: #e7ecf7;
  font-size: 1.1rem;
  font-weight: 300; }

.search {
  position: relative; }
  .search label {
    font-size: 1rem;
    margin-bottom: 0.5em; }
  .search input {
    position: relative;
    width: 100%;
    background: #e7ecf7;
    border-radius: 3px;
    border: none;
    padding: 9px 30px 9px 14px;
    font-size: 0.85rem; }
  .search input:focus {
    border: 0;
    outline: #213a77; }

::-webkit-input-placeholder {
  /* Edge */
  color: #6f7ea5; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6f7ea5; }

::placeholder {
  color: #6f7ea5; }

.wpcf7-form label {
  width: 100%;
  margin-bottom: 1.25em;
  font-weight: 500;
  color: #0f2355; }
  .wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.5em; }
  .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    position: relative;
    min-width: 100%;
    background: #fff;
    border-radius: 3px;
    border: none;
    padding: 18px 30px 18px 14px;
    font-size: 0.95rem;
    resize: none; }
  .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
    border: 0;
    outline: #213a77; }
  .wpcf7-form input[type="submit"] {
    float: right;
    border: 0;
    outline: 0; }

.gform_validation_errors, .gfield_description.validation_message {
  display: none; }

.gform_wrapper.gravity-theme .gfield select.large {
  min-height: 40px;
  border-radius: 3px;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.ginput_container_select {
  position: relative; }
  .ginput_container_select:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: Bold;
    color: #0f2355;
    content: "\f078";
    font-size: 1rem;
    top: 13px;
    right: 10px;
    position: absolute; }

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
  flex: 0 0 auto; }

.gform_wrapper fieldset.gfield {
  margin-bottom: 15px !important; }
  .gform_wrapper .gfield {
    margin-bottom: 15px !important; }
  .gform_wrapper .gfield.gfield_visibility_administrative {
    margin: 0 !important;
    height: 0; }
  .gform_wrapper .gfield_label {
    color: #0f2355;
    line-height: 1.4; }
  .gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap; }
  .gform_wrapper .gfield_radio > .gchoice, .gform_wrapper .gfield_checkbox > .gchoice {
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .gform_wrapper .gfield_radio input, .gform_wrapper .gfield_checkbox input {
    height: 28px;
    width: 32px;
    margin-right: -29px;
    z-index: 1;
    opacity: 0; }
    .gform_wrapper .gfield_radio input:checked + span, .gform_wrapper .gfield_checkbox input:checked + span {
      background: radial-gradient(#0f2355 50%, rgba(255, 255, 255, 1) 51%); }
  .gform_wrapper .gfield_radio span, .gform_wrapper .gfield_checkbox span {
    display: block;
    width: 1.6em;
    height: 1.6em;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
    flex: 0 0 auto; }
  .gform_wrapper input[type="text"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="email"], .gform_wrapper textarea {
    position: relative;
    min-width: 100%;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 18px 30px 18px 14px;
    font-size: 0.95rem;
    resize: none; }
  .gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper textarea:focus {
    border: 2px solid #0f2355;
    outline: #213a77; }
  .gform_wrapper input[type="submit"], .gform_wrapper .button {
    float: right;
    border: 0;
    outline: 0; }

.button {
  display: inline-flex;
  background: #e55238;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1.15em;
  padding: 0.75em 1.25em; }
  .button i {
    padding-left: 1em;
    transition: 0.15s ease-out; }
  .button:hover {
    color: #fff; }
  .button:hover i {
    margin-left: 1em; }
  .button.button-blue {
    background: var(--color-dark);
    transition: 0.15s ease-out; }
  .button.button-blue i {
    padding-left: 0;
    padding-right: 1em; }
  .button.button-blue:hover {
    transition: 0.15s ease-out;
    background: #e55238; }
    .button.button-blue:hover i {
      margin-left: 0; }

.read-more {
  display: inline-block;
  padding: 0.4em 0.9em;
  border-radius: 100px;
  color: #fff;
  border: 3px solid #fff;
  font-weight: 500;
  transition: 0.15s ease-out;
  margin-bottom: 1em; }
  .read-more:hover {
    background: #fff;
    color: #0f2355; }

.cta {
  background-size: cover;
  border-radius: 0;
  padding: 0; }
  .cta .bg-one {
    background: #0f2355;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 0;
    overflow: hidden; }
  .cta .bg-one.overlay:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 35, 85, 0.85); }
  .cta .bg-one .btn:first-child {
    background: #e55238;
    border-color: #e55238; }
    .cta .bg-one .btn.btn-secondary {
      background: transparent;
      border-color: #fff; }
  .cta .content {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-radius: 5px; }
  .cta .title {
    display: block;
    color: #fff; }
  .cta p {
    color: #fff; }
  .cta .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  @media (max-width: 767.98px) {
    .cta .buttons {
      flex-direction: column;
      width: 100%; }
      .cta .buttons .btn {
        width: 100%;
        margin-bottom: 10px; } }

#ajax-load-more {
  margin: 0 auto;
  width: 100%; }

.news-item .content .h2 a {
  color: var(--color-h2); }
  .news-item .content p {
    color: var(--color-h2); }
  .news-item .news-img .date {
    position: absolute;
    background: #e55238;
    left: 14px;
    top: 14px;
    z-index: 9;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 16px;
    line-height: 1.1em;
    margin: 10px 0 0 10px;
    font-size: 1.15rem;
    font-weight: 400;
    border-radius: 10px; }
    .news-item .news-img .date strong {
      font-weight: 900; }
  .news-item .news-img figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-height: 360px;
    object-position: top; }

.date-box {
  position: absolute;
  background: #e55238;
  left: 0;
  bottom: -28px;
  z-index: 9;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 16px;
  line-height: 1.1em;
  margin: 10px 0 0 10px;
  font-size: 1.15rem;
  font-weight: 400;
  border-radius: 10px; }
  .date-box strong {
    font-weight: 900; }

.single-news ul {
  margin: 1.6em 0;
  padding: 0; }
  .single-news ul li {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
    padding-left: 1.25em;
    color: #0f2355;
    padding-bottom: 5px; }
    .single-news ul li:before {
      content: '\f111';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      color: #e55238;
      position: absolute;
      left: 0;
      top: 5px;
      font-size: 10px; }
  .single-news p {
    margin-bottom: 1.6em; }

.news-home {
  background: var(--color-dark);
  color: #fff;
  border-radius: 20px;
  padding: 2em 2em 1.4em; }
  .news-home .title {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5em; }
  .news-home p {
    color: #fff; }
  .news-home .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .news-home .bottom .date {
    font-style: italic; }

.partners {
  display: block;
  background: #e55238; }
  @media (max-width: 991.98px) {
  .partners {
    display: flex;
    text-align: center; } }
  .partners .partner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .partners .partner img {
    filter: grayscale(100);
    max-height: 60px;
    max-width: 120px; }
    @media (max-width: 991.98px) {
    .partners .partner img {
      max-width: 80px; } }
    @media (max-width: 767.98px) {
    .partners .partner img {
      max-width: 60px; } }

.teamlid .photo {
  height: 300px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #213a77;
  border-radius: 20px; }
  .teamlid .photo i {
    color: #0f2355;
    font-size: 8rem; }
  .teamlid .photo img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover; }
  .teamlid .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8em 0 0.4em;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f2355; }
  .teamlid .job-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0.35em 0;
    text-align: center;
    font-size: 1.125rem;
    color: #0f2355; }
  .teamlid .links {
    display: flex;
    margin: 1.25em 0;
    justify-content: center; }
  .teamlid .links a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: #0f2355;
    color: #fff;
    border-radius: 1000px;
    transition: 0.2s ease-out; }
    .teamlid .links a:hover {
      background: #e55238; }

.team-search {
  position: relative;
  min-width: 220px;
  background: #fff;
  border-radius: 100px;
  border: none;
  padding: 12px 30px 12px 14px;
  font-size: 0.95rem;
  resize: none; }
  .team-search:focus {
    border-radius: 100px; }

.team-search:invalid + input[type="reset"] {
  display: none; }

input[type="reset"] {
  background-position: center center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  color: #0f2355;
  top: 10px;
  right: 16px; }

.team-select {
  width: 220px; }
  .team-select ~ .select2-container .select2-selection--single {
    background-color: #e55238;
    border-color: #e55238;
    border-radius: 100px;
    color: #fff;
    height: 40px; }
    .team-select ~ .select2-container .select2-selection--single .select2-selection__rendered {
      color: #fff;
      line-height: 40px;
      padding-left: 15px;
      font-weight: bold; }
    .team-select ~ .select2-container .select2-selection--single .select2-selection__arrow {
      height: 40px;
      top: 0;
      right: 10px; }
      .team-select ~ .select2-container .select2-selection--single .select2-selection__arrow:after {
        position: absolute;
        top: 11px;
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        color: #fff;
        font-size: 1rem;
        font-weight: bold; }
      .team-select ~ .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }

@media screen and (min-width: 768px) {
  #block_5fce3766aa302 {
    margin-top: -100px; } }

.team-wrapper {
  text-align: center; }

.team-wrapper img {
  border-radius: 20px; }

.team-name {
  display: block;
  margin: 0.8em 0 0.4em 0;
  font-size: 1.35rem;
  font-weight: 900;
  color: #0f2355; }

.team-phone {
  display: block;
  margin: 0 0 0.1em 0;
  text-align: center;
  font-size: 1.125rem;
  color: #0f2355; }

.team-mail {
  display: inline-flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background: #0f2355;
  color: #fff;
  border-radius: 1000px;
  transition: 0.2s ease-out;
  margin-bottom: 50px; }

.team-mail i {
  color: white;
  margin-right: -4px; }

.team-mail:hover {
  text-decoration: none;
  background: #e55238; }

.hide-label label.gfield_label {
  visibility: hidden; }

.gfield input {
  border-radius: 6px;
  border: 2px solid #c4cee3; }

.nav-bar .logo {
  width: 160px; }

input[type="submit"] {
  border: 0; }

.gfield_label {
  color: #0f2355; }

#field_1_45 {
  color: #e55238; }

#loginform {
  max-width: 340px; }
  #loginform p {
    display: flex;
    flex-direction: column; }
  #loginform input[type="submit"] {
    align-self: flex-end;
    margin-bottom: 20px; }

.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-bottom: 10px; }

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 2;
  min-height: 32px;
  padding-top: 6px;
  padding-bottom: 6px; }
/* 
 Generic Styling, for Desktops/Laptops 
 */
table {
  width: 100%;
  border-collapse: collapse; }
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #fff; }
  tr:nth-of-type(odd) td {
    border: 1px solid #e7ecf7; }

th {
  background: #0f2355;
  color: white;
  font-weight: bold;
  font-size: 0.93rem; }
  th:first-child {
    border-top-left-radius: 6px; }
  th:last-child {
    border-top-right-radius: 6px; }

td, th {
  padding: 12px 6px;
  text-align: left; }

td {
  padding: 6px;
  font-size: 0.9rem;
  border: 1px solid #d7dfef; }

.gf_readonly, .gfield_calculation {
  opacity: 0.66;
  filter: grayscale(0.75); }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh; }
  body .top-bar + section {
    flex: 1 0 auto; }
  body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px;
    border-radius: 6px;
    border: 2px solid #c4cee3; }
  body td span.open-entry {
    display: inline-block;
    padding: 6px 12px;
    background: #e55238;
    color: white;
    border-radius: 24px;
    font-size: 0.8rem;
    text-transform: uppercase; }

#show-formresults {
  position: fixed;
  display: flex;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #show-formresults .popup-inner {
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 14px;
    border-radius: 10px; }
  #show-formresults table {
    max-width: 1000px;
    padding: 40px;
    background: white;
    border: 0; }
  #show-formresults table th {
    border-radius: 0; }
  #show-formresults .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75); }
  #show-formresults .close {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    right: 20px; }
/* 
 Max width before this PARTICULAR table gets nasty
 This query will take effect for any screen smaller than 760px
 and also iPads specifically.
 */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  /*
   Label the data
   */
    #show-formresults {
      left: 5%;
      top: 5%;
      width: 90%;
      height: 90%; }
      #show-formresults .popup-inner {
        max-height: 90%;
        overflow-y: scroll; }
      #show-formresults table {
        padding: 0; }
        #show-formresults table tr {
          padding: 0;
          /*
           Label the data
           */ }
          #show-formresults table tr td {
            padding-left: 10px; }
          #show-formresults table tr td:nth-of-type(1):before {
            display: none;
            content: "Medewerker"; }
          #show-formresults table tr td:nth-of-type(2):before {
            display: none;
            content: "Datum"; }
          #show-formresults table tr td:nth-of-type(3):before {
            display: none;
            content: "Tijdsblok"; }
          #show-formresults table tr td:nth-of-type(4):before {
            display: none;
            content: "Playground	"; }
          #show-formresults table tr td:nth-of-type(5):before {
            display: none;
            content: ""; }
    .nav-bar {
      padding: 0.75em 0; }
      .nav-bar .logo {
        max-width: 33vw; }
      .nav-bar .nav-toggle {
        top: 5px;
        background: #e55238; }
        .nav-bar .nav-toggle i {
          color: #fff; }
      .nav-bar.sticky .nav-toggle {
        right: 10px; }
    #field_1_29, #field_1_32, #field_1_34, #field_1_36, #field_1_38, #field_1_42 {
      margin-top: 24px;
      margin-left: 10px; }
    .gfield--width-half {
      grid-column: span 6 !important;
      width: 94%; }
    .hide-label label.gfield_label {
      display: none !important; }
    table, thead, tbody, th, td, tr {
      display: block; }
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    tr {
      margin-bottom: 10px;
      border-radius: 6px;
      border: 0;
      padding: 10px; }
    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: bold; }
    td:nth-of-type(1):before {
      content: "Medewerker"; }
    td:nth-of-type(2):before {
      content: "Datum"; }
    td:nth-of-type(3):before {
      content: "Tijdsblok"; }
    td:nth-of-type(4):before {
      content: "Playground	"; }
    td:nth-of-type(5):before {
      content: ""; } }
