@charset "UTF-8";
/*==============================================
    Mixins
/*=============================================*/
/*--------------------------------------------------------------
# BASE + CUSTOMIZE
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BREAKPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# GLOBAL TRANSITIONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SPACES
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PRIMARY MENU COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i|Oxygen:300,400,700&subset=latin-ext");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #005c97;
  --secondary: #eb9d4a;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #005c97;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 45.3907284768, 74.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1.05rem;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.1;
}

.display-2 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
}

.display-3 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(23.5, 164.5463576159, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 92, 151, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 92, 151, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

.bg-primary {
  background-color: #005c97 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 60.9271523179, 100) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(229.9253731343, 132.1343283582, 28.0746268657) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 3px solid #dee2e6 !important;
}

.border-top {
  border-top: 3px solid #dee2e6 !important;
}

.border-right {
  border-right: 3px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 3px solid #dee2e6 !important;
}

.border-left {
  border-left: 3px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #005c97 !important;
}

.border-secondary {
  border-color: #eb9d4a !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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.525rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6.3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6.3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6.3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6.3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6.3rem !important;
}

.m-7 {
  margin: 8.4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 8.4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 8.4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 8.4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 8.4rem !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.525rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6.3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6.3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6.3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6.3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6.3rem !important;
}

.p-7 {
  padding: 8.4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 8.4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 8.4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 8.4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 8.4rem !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.525rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.525rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.525rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.525rem !important;
  }
  .m-sm-2 {
    margin: 1.05rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.05rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.05rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.05rem !important;
  }
  .m-sm-3 {
    margin: 2.1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.1rem !important;
  }
  .m-sm-4 {
    margin: 3.15rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.15rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.15rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.15rem !important;
  }
  .m-sm-5 {
    margin: 4.2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.2rem !important;
  }
  .m-sm-6 {
    margin: 6.3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6.3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6.3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6.3rem !important;
  }
  .m-sm-7 {
    margin: 8.4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 8.4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 8.4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.525rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.525rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.525rem !important;
  }
  .p-sm-2 {
    padding: 1.05rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.05rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.05rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.05rem !important;
  }
  .p-sm-3 {
    padding: 2.1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.1rem !important;
  }
  .p-sm-4 {
    padding: 3.15rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.15rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.15rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.15rem !important;
  }
  .p-sm-5 {
    padding: 4.2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.2rem !important;
  }
  .p-sm-6 {
    padding: 6.3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6.3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6.3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6.3rem !important;
  }
  .p-sm-7 {
    padding: 8.4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 8.4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 8.4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.525rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.525rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.525rem !important;
  }
  .m-md-2 {
    margin: 1.05rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.05rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.05rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.05rem !important;
  }
  .m-md-3 {
    margin: 2.1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.1rem !important;
  }
  .m-md-4 {
    margin: 3.15rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.15rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.15rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.15rem !important;
  }
  .m-md-5 {
    margin: 4.2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.2rem !important;
  }
  .m-md-6 {
    margin: 6.3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6.3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6.3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6.3rem !important;
  }
  .m-md-7 {
    margin: 8.4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 8.4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 8.4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.525rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.525rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.525rem !important;
  }
  .p-md-2 {
    padding: 1.05rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.05rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.05rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.05rem !important;
  }
  .p-md-3 {
    padding: 2.1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.1rem !important;
  }
  .p-md-4 {
    padding: 3.15rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.15rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.15rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.15rem !important;
  }
  .p-md-5 {
    padding: 4.2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.2rem !important;
  }
  .p-md-6 {
    padding: 6.3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6.3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6.3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6.3rem !important;
  }
  .p-md-7 {
    padding: 8.4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 8.4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 8.4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.525rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.525rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.525rem !important;
  }
  .m-lg-2 {
    margin: 1.05rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.05rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.05rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.05rem !important;
  }
  .m-lg-3 {
    margin: 2.1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.1rem !important;
  }
  .m-lg-4 {
    margin: 3.15rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.15rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.15rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.15rem !important;
  }
  .m-lg-5 {
    margin: 4.2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.2rem !important;
  }
  .m-lg-6 {
    margin: 6.3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6.3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6.3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6.3rem !important;
  }
  .m-lg-7 {
    margin: 8.4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 8.4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 8.4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.525rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.525rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.525rem !important;
  }
  .p-lg-2 {
    padding: 1.05rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.05rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.05rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.05rem !important;
  }
  .p-lg-3 {
    padding: 2.1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.1rem !important;
  }
  .p-lg-4 {
    padding: 3.15rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.15rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.15rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.15rem !important;
  }
  .p-lg-5 {
    padding: 4.2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.2rem !important;
  }
  .p-lg-6 {
    padding: 6.3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6.3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6.3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6.3rem !important;
  }
  .p-lg-7 {
    padding: 8.4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8.4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 8.4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.525rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.525rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.525rem !important;
  }
  .m-xl-2 {
    margin: 1.05rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.05rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.05rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.05rem !important;
  }
  .m-xl-3 {
    margin: 2.1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.1rem !important;
  }
  .m-xl-4 {
    margin: 3.15rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.15rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.15rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.15rem !important;
  }
  .m-xl-5 {
    margin: 4.2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.2rem !important;
  }
  .m-xl-6 {
    margin: 6.3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6.3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6.3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6.3rem !important;
  }
  .m-xl-7 {
    margin: 8.4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 8.4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 8.4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.525rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.525rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.525rem !important;
  }
  .p-xl-2 {
    padding: 1.05rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.05rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.05rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.05rem !important;
  }
  .p-xl-3 {
    padding: 2.1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.1rem !important;
  }
  .p-xl-4 {
    padding: 3.15rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.15rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.15rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.15rem !important;
  }
  .p-xl-5 {
    padding: 4.2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.2rem !important;
  }
  .p-xl-6 {
    padding: 6.3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6.3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6.3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6.3rem !important;
  }
  .p-xl-7 {
    padding: 8.4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 8.4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 8.4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 8.4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #005c97 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 60.9271523179, 100) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(229.9253731343, 132.1343283582, 28.0746268657) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 3px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 3px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.autocompleter {
  width: 100%;
  display: none;
}

.autocompleter-show {
  display: block;
}

.autocompleter,
.autocompleter-hint {
  position: absolute;
}

.autocompleter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autocompleter-item {
  cursor: pointer;
}

.autocompleter-item:hover {
  /* Hover State */
}

.autocompleter-item-selected {
  /* Selected State */
}

.autocompleter-item strong {
  /* Highlight Matches */
}

.autocompleter-hint {
  width: 100%;
  display: none;
  /** Need absolute position over input text */
}

.autocompleter-hint-show {
  display: block;
}

.autocompleter-hint span {
  color: transparent;
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span, .featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span, .featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
  display: none;
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #005c97 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 60.9271523179, 100) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(229.9253731343, 132.1343283582, 28.0746268657) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 3px solid #dee2e6 !important;
}

.border-top {
  border-top: 3px solid #dee2e6 !important;
}

.border-right {
  border-right: 3px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 3px solid #dee2e6 !important;
}

.border-left {
  border-left: 3px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #005c97 !important;
}

.border-secondary {
  border-color: #eb9d4a !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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.525rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6.3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6.3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6.3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6.3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6.3rem !important;
}

.m-7 {
  margin: 8.4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 8.4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 8.4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 8.4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 8.4rem !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.525rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6.3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6.3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6.3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6.3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6.3rem !important;
}

.p-7 {
  padding: 8.4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 8.4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 8.4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 8.4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 8.4rem !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.525rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.525rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.525rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.525rem !important;
  }
  .m-sm-2 {
    margin: 1.05rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.05rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.05rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.05rem !important;
  }
  .m-sm-3 {
    margin: 2.1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.1rem !important;
  }
  .m-sm-4 {
    margin: 3.15rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.15rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.15rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.15rem !important;
  }
  .m-sm-5 {
    margin: 4.2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.2rem !important;
  }
  .m-sm-6 {
    margin: 6.3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6.3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6.3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6.3rem !important;
  }
  .m-sm-7 {
    margin: 8.4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 8.4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 8.4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.525rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.525rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.525rem !important;
  }
  .p-sm-2 {
    padding: 1.05rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.05rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.05rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.05rem !important;
  }
  .p-sm-3 {
    padding: 2.1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.1rem !important;
  }
  .p-sm-4 {
    padding: 3.15rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.15rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.15rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.15rem !important;
  }
  .p-sm-5 {
    padding: 4.2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.2rem !important;
  }
  .p-sm-6 {
    padding: 6.3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6.3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6.3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6.3rem !important;
  }
  .p-sm-7 {
    padding: 8.4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 8.4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 8.4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.525rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.525rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.525rem !important;
  }
  .m-md-2 {
    margin: 1.05rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.05rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.05rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.05rem !important;
  }
  .m-md-3 {
    margin: 2.1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.1rem !important;
  }
  .m-md-4 {
    margin: 3.15rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.15rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.15rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.15rem !important;
  }
  .m-md-5 {
    margin: 4.2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.2rem !important;
  }
  .m-md-6 {
    margin: 6.3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6.3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6.3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6.3rem !important;
  }
  .m-md-7 {
    margin: 8.4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 8.4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 8.4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.525rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.525rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.525rem !important;
  }
  .p-md-2 {
    padding: 1.05rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.05rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.05rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.05rem !important;
  }
  .p-md-3 {
    padding: 2.1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.1rem !important;
  }
  .p-md-4 {
    padding: 3.15rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.15rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.15rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.15rem !important;
  }
  .p-md-5 {
    padding: 4.2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.2rem !important;
  }
  .p-md-6 {
    padding: 6.3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6.3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6.3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6.3rem !important;
  }
  .p-md-7 {
    padding: 8.4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 8.4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 8.4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.525rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.525rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.525rem !important;
  }
  .m-lg-2 {
    margin: 1.05rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.05rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.05rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.05rem !important;
  }
  .m-lg-3 {
    margin: 2.1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.1rem !important;
  }
  .m-lg-4 {
    margin: 3.15rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.15rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.15rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.15rem !important;
  }
  .m-lg-5 {
    margin: 4.2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.2rem !important;
  }
  .m-lg-6 {
    margin: 6.3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6.3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6.3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6.3rem !important;
  }
  .m-lg-7 {
    margin: 8.4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 8.4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 8.4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.525rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.525rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.525rem !important;
  }
  .p-lg-2 {
    padding: 1.05rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.05rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.05rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.05rem !important;
  }
  .p-lg-3 {
    padding: 2.1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.1rem !important;
  }
  .p-lg-4 {
    padding: 3.15rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.15rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.15rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.15rem !important;
  }
  .p-lg-5 {
    padding: 4.2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.2rem !important;
  }
  .p-lg-6 {
    padding: 6.3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6.3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6.3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6.3rem !important;
  }
  .p-lg-7 {
    padding: 8.4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8.4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 8.4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 8.4rem !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.525rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.525rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.525rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.525rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.525rem !important;
  }
  .m-xl-2 {
    margin: 1.05rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.05rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.05rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.05rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.05rem !important;
  }
  .m-xl-3 {
    margin: 2.1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.1rem !important;
  }
  .m-xl-4 {
    margin: 3.15rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.15rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.15rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.15rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.15rem !important;
  }
  .m-xl-5 {
    margin: 4.2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.2rem !important;
  }
  .m-xl-6 {
    margin: 6.3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6.3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6.3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6.3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6.3rem !important;
  }
  .m-xl-7 {
    margin: 8.4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 8.4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 8.4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 8.4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 8.4rem !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.525rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.525rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.525rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.525rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.525rem !important;
  }
  .p-xl-2 {
    padding: 1.05rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.05rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.05rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.05rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.05rem !important;
  }
  .p-xl-3 {
    padding: 2.1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.1rem !important;
  }
  .p-xl-4 {
    padding: 3.15rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.15rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.15rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.15rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.15rem !important;
  }
  .p-xl-5 {
    padding: 4.2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.2rem !important;
  }
  .p-xl-6 {
    padding: 6.3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6.3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6.3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6.3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6.3rem !important;
  }
  .p-xl-7 {
    padding: 8.4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 8.4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 8.4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 8.4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 8.4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #005c97 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 60.9271523179, 100) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(229.9253731343, 132.1343283582, 28.0746268657) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@font-face {
  font-family: "svg-icons";
  src: url("./fonts/svg-icons/svg-icons.eot?04e00f07552806e62b3428668b6f51c2?#iefix") format("embedded-opentype"), url("./fonts/svg-icons/svg-icons.woff?04e00f07552806e62b3428668b6f51c2") format("woff"), url("./fonts/svg-icons/svg-icons.ttf?04e00f07552806e62b3428668b6f51c2") format("truetype"), url("./fonts/svg-icons/svg-icons.svg?04e00f07552806e62b3428668b6f51c2#svg-icons") format("svg");
}
.icon-svg {
  line-height: normal;
  font-size: 1em;
}
.icon-svg::before {
  font-family: svg-icons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}
.icon-svg.icon-svg-sm {
  font-size: 1em;
}
.icon-svg.icon-svg-1-5x {
  font-size: 1.5em;
}
.icon-svg.icon-svg-2x {
  font-size: 2em;
}
.icon-svg.icon-svg-3x {
  font-size: 3em;
}
.icon-svg.icon-svg-4x {
  font-size: 4em;
}
.icon-svg.icon-check::before {
  content: "\f101";
}
.icon-svg.icon-chervon-up::before {
  content: "\f102";
}
.icon-svg.icon-chevron-down::before {
  content: "\f103";
}
.icon-svg.icon-chevron-left::before {
  content: "\f104";
}
.icon-svg.icon-chevron-right::before {
  content: "\f105";
}
.icon-svg.icon-close — kopia::before {
  content: "\f106";
}
.icon-svg.icon-close::before {
  content: "\f107";
}
.icon-svg.icon-doc::before {
  content: "\f108";
}
.icon-svg.icon-fat-arrow-left::before {
  content: "\f109";
}
.icon-svg.icon-fat-arrow-right::before {
  content: "\f10a";
}
.icon-svg.icon-fb::before {
  content: "\f10b";
}
.icon-svg.icon-file::before {
  content: "\f10c";
}
.icon-svg.icon-home::before {
  content: "\f10d";
}
.icon-svg.icon-instagram::before {
  content: "\f10e";
}
.icon-svg.icon-linkedin::before {
  content: "\f10f";
}
.icon-svg.icon-linkedin-line::before {
  content: "\f10f";
}
.icon-svg.icon-message::before {
  content: "\f110";
}
.icon-svg.icon-mobile::before {
  content: "\f111";
}
.icon-svg.icon-phone::before {
  content: "\f112";
}
.icon-svg.icon-search::before {
  content: "\f113";
}
.icon-svg.icon-tools::before {
  content: "\f114";
}
.icon-svg.icon-twitter::before {
  content: "\f115";
}
.icon-svg.icon-youtube-line::before {
  content: "\f116";
}
.icon-svg.icon-youtube::before {
  content: "\f117";
}

.gallery {
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  -webkit-box-shadow: 0px 0px 4px #999;
          box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  body {
    margin-top: 110px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
}

*:focus {
  outline: 0 !important;
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1, .h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

html {
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

*:focus {
  outline-color: rgba(237, 237, 237, 0.5);
  outline-style: dashed;
  outline-width: 2px;
}

p {
  font-family: "Oxygen", sans-serif;
  line-height: 180%;
}

table tr:hover {
  background-color: #f9f9f9;
}
table td {
  font-size: 0.75rem;
  padding: 5px 10px;
}

.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li {
  position: relative;
  font-size: 1.125rem;
  line-height: 200%;
  font-family: "Oxygen", sans-serif;
}
.wysiwyg ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005c97;
  left: -1.5rem;
  top: calc(50% - 2px);
  content: "";
  position: absolute;
}

.col-1-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xlg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.primary-footer {
  padding: 2rem 0;
  background: linear-gradient(135deg, #11367a 0%, #005C97 100%);
}
.primary-footer a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.primary-footer a:hover {
  color: #eb9d4a;
}

.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 250;
  border-bottom: 1px solid #ededed;
}

.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  padding: 1.05rem 2.1875rem 1.05rem 0;
}
@media only screen and (min-width: 992px) {
  .page-header__inner {
    padding: 2.1rem 0;
  }
}

.page-header--sticky .page-header__inner {
  padding: 0.525rem 2.1875rem 0.525rem 0;
}
@media only screen and (min-width: 992px) {
  .page-header--sticky .page-header__inner {
    padding: 0.525rem 0;
  }
}

.main {
  padding: 1rem 0;
}

.main--no-space {
  padding: 0;
}

section#integration {
  position: relative;
}

section#integration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

section#about {
  position: relative;
}

section#about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.post--single .color--1 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.post--single .color--1:hover {
  color: #eb9d4a;
}

#about .btn--alpha:hover {
  background-color: #eb9d4a;
  color: #fff;
  border-color: #eb9d4a;
}

#integration .btn--alpha:hover {
  background-color: #eb9d4a;
  color: #fff;
  border-color: #eb9d4a;
}

.post--single h4, .post--single .h4 {
  height: 50px;
}

.primary-footer .socials__link {
  background-color: transparent;
}
.primary-footer .socials__link i {
  color: #fff;
  line-height: 0;
}

.primary-footer .linkedin-badge {
  padding: 14px;
  border-color: #fff;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .nav-primary {
    background-color: transparent;
    border-radius: 5px;
  }
  .nav-primary__list {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-primary__item {
    display: block;
    position: relative;
  }
  .nav-primary__link {
    font-size: 0.8125rem;
    padding: 0.75rem 0.875rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .nav-primary__link {
    text-transform: none;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .nav-primary__link {
    padding: 0.75rem 1.125rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .nav-primary__link:hover {
    color: #005c97;
    text-decoration: none;
  }
  .nav-primary__icon {
    font-size: 80%;
    padding: 0 0 0 5px;
  }
  .nav-primary__icon:before {
    vertical-align: initial;
  }
  .nav-primary-second-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    min-width: 180px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #eb9d4a;
    display: none;
    border-radius: 5px;
  }
  .nav-primary-second-drop__item {
    position: relative;
  }
  .nav-primary-second-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-primary-second-drop__link:hover {
    color: #005c97;
    text-decoration: none;
  }
  .nav-primary-third-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    min-width: 180px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #eb9d4a;
    border-radius: 5px;
    display: none;
  }
  .nav-primary-third-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none;
  }
  .nav-primary-third-drop__link:hover {
    color: #005c97;
    text-decoration: none;
  }
}
@media only screen and (max-width: 991px) {
  .nav-primary {
    background-color: #005c97;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 1.25rem 0;
    display: none;
  }
  .nav-primary__list {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-primary__link {
    font-size: 0.9375rem;
    padding: 1.25rem 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-primary__link:hover {
    color: #eb9d4a;
    text-decoration: none;
  }
  .nav-primary__icon {
    font-size: 80%;
    margin: 0 0 0 1rem;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    line-height: 1.5625rem;
    text-align: center;
    background-color: #ffffff;
    color: #005c97;
    border-radius: 50%;
  }
  .nav-primary__icon:before {
    vertical-align: initial;
  }
  .nav-primary-second-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    display: none;
    border-radius: 5px;
  }
  .nav-primary-second-drop__item {
    position: relative;
  }
  .nav-primary-second-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    display: block;
  }
  .nav-primary-second-drop__link:hover {
    color: #eb9d4a;
    text-decoration: none;
  }
  .nav-primary-third-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 5px;
  }
  .nav-primary-third-drop__link {
    font-size: 0.6875rem;
    padding: 0.625rem 1.25rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none;
  }
  .nav-primary-third-drop__link:hover {
    color: #005c97;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .nav-primary__item:hover .nav-primary-second-drop {
    display: block;
  }
  .nav-primary-second-drop__item:hover .nav-primary-third-drop {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .nav-primary-drop--open .nav-primary-second-drop {
    display: block;
  }
  .nav-primary.nav-primary--open {
    display: block;
  }
}
.nav-primary__item.current_page_item > .nav-primary__link {
  color: #eb9d4a;
}

.nav-primary__item.current-menu-item > .nav-primary__link {
  color: #eb9d4a;
}

.nav-primary__item.current-page-parent > .nav-primary__link {
  color: #eb9d4a;
}

.nav-primary-drop__item.current_page_item > .nav-primary-drop__link {
  color: #eb9d4a;
}

.nav-primary-trigger {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .nav-primary-trigger {
    display: none;
  }
}

.line {
  width: 24px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 11px;
  background-color: #000000;
}
.line:nth-child(1) {
  top: 14px;
}
.line:nth-child(2) {
  top: 30px;
}
.line:nth-child(3) {
  top: 22px;
}

.nav-primary-trigger--open .line {
  height: 3px;
  width: 32px;
  left: 7px;
  background-color: #005c97;
}
.nav-primary-trigger--open .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
}
.nav-primary-trigger--open .line:nth-child(2) {
  opacity: 0;
  left: 16px;
}
.nav-primary-trigger--open .line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
}

.nav-secondary {
  color: #ffffff;
}

.nav-secondary__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nav-secondary__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-secondary__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-secondary__item {
  padding: 1.7rem 0 0;
}
@media only screen and (min-width: 768px) {
  .nav-secondary__item {
    padding: 1.9rem 2rem 2rem 0;
  }
}

.nav-secondary__link {
  color: #ffffff;
  font-size: 1.25rem;
  position: relative;
  padding: 0 0 0.4rem 0;
  display: block;
  font-weight: 400;
}
.nav-secondary__link:after {
  content: "";
  background-color: #eb9d4a;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.nav-secondary-second-drop {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}

.nav-secondary-second-drop__item {
  margin-bottom: 0.2rem;
}

.nav-secondary-second-drop__link {
  color: #ffffff;
  font-size: 0.875rem;
}
.nav-secondary-second-drop__link:hover {
  color: #eb9d4a;
}

.map {
  position: relative;
  margin-top: 4rem;
}
.map iframe {
  width: 100%;
  display: block;
}

.map__root {
  z-index: 10;
  height: 260px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .map__root {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .map__root {
    height: 510px;
  }
}

.separator {
  height: 1px;
  width: 100%;
}
.separator:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
}

.separator--short:after {
  display: inline-block;
  width: 80px;
}

.separator--fat {
  height: 8px;
}
.separator--fat:after {
  height: 8px;
}

.separator--1:after {
  background-color: #005c97;
}

.separator--2:after {
  background-color: #eb9d4a;
}

.separator--3:after {
  background-color: #000000;
}

.separator--4:after {
  background-color: #ffffff;
}

.separator--5:after {
  background-color: #5aa3d2;
}

.separator--6:after {
  background-color: #51e2c1;
}

.separator--7:after {
  background-color: #ededed;
}

.separator--8:after {
  background-color: #585858;
}

.separator--9:after {
  background-color: #f9f9f9;
}

.separator--10:after {
  background-color: #c5c5c5;
}

.circle404 {
  margin: 6rem 0;
  position: relative;
  text-align: center;
}
.circle404:before {
  content: "";
  width: 375px;
  height: 375px;
  border: 40px solid #c5c5c5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .circle404 {
    margin: 12rem 0;
  }
  .circle404:before {
    width: 475px;
    height: 475px;
  }
}

.mission-values-cards {
  padding-top: 1rem;
}

.mission-values-cards > .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mission-values-cards > .container > .separator--7:first-child {
  margin-bottom: 2.5rem;
}

.mission-values-cards > .container > .separator--7:last-child {
  margin-top: 2.5rem;
}

.mission-values-card {
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  text-align: center;
}

.mission-values-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #11367a 0%, #005C97 100%);
}
.mission-values-card__icon img {
  max-width: 34px;
  -webkit-filter: invert(1);
          filter: invert(1);
  max-height: 34px;
}

.mission-values-card__title {
  min-height: 1.2rem;
  margin-bottom: 1rem;
}

.mission-values-card__content {
  color: #585858;
  line-height: 1.8;
}

.mission-values-stats {
  padding-top: 0;
}

.mission-values-stat {
  width: 100%;
  height: 100%;
  padding: 2rem 1.25rem;
  text-align: center;
}

.mission-values-stat__number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  color: #005c97;
}

.mission-values-stat__prefix,
.mission-values-stat__suffix {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mission-values-stat__number {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
}

.mission-values-stat__label {
  font-size: 1rem;
  line-height: 1.6;
  color: #585858;
}

.brand--primary {
  width: 180px;
  height: 31px;
}
.brand--primary .brand__logo {
  width: 180px;
  height: 31px;
}
@media only screen and (min-width: 1200px) {
  .brand--primary {
    width: 260px;
    height: 44px;
  }
  .brand--primary .brand__logo {
    width: 260px;
    height: 44px;
  }
}

.brand__logo {
  width: 100%;
  height: auto;
}

.btn--alpha {
  background-color: #005c97;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid #ffffff;
}
.btn--alpha:hover {
  background-color: #ffffff;
  color: #005c97;
  border-color: #ffffff;
  text-decoration: none;
}
.btn--alpha {
  font-weight: 600;
  text-transform: uppercase;
}

.btn--beta {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid #005c97;
}
.btn--beta:hover {
  background-color: #eb9d4a;
  color: #ffffff;
  border-color: #eb9d4a;
  text-decoration: none;
}
.btn--beta {
  font-weight: 600;
  text-transform: uppercase;
}

.btn--delta {
  background-color: transparent;
  color: #000000;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid #005c97;
}
.btn--delta:hover {
  background-color: #005c97;
  color: #ffffff;
  border-color: #005c97;
  text-decoration: none;
}
.btn--delta {
  font-weight: 600;
  text-transform: uppercase;
}

a.btn.btn--lg.btn--gamma {
  font-weight: 600;
}

.home_posts .btn--gamma {
  text-transform: uppercase;
}

.btn--gamma {
  background-color: #005c97;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid transparent;
}
.btn--gamma:hover {
  background-color: #eb9d4a;
  color: #ffffff;
  border-color: transparent;
  text-decoration: none;
}
.btn--gamma {
  font-weight: 400;
}

.btn--kappa {
  background-color: #005c97;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid transparent;
}
.btn--kappa:hover {
  background-color: #eb9d4a;
  color: #ffffff;
  border-color: transparent;
  text-decoration: none;
}
.btn--kappa {
  font-weight: 500;
}

.btn--lambda {
  background-color: transparent;
  color: #000000;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  text-decoration: none;
  border: 3px solid #005c97;
}
.btn--lambda:hover {
  background-color: #005c97;
  color: #ffffff;
  border-color: #005c97;
  text-decoration: none;
}
.btn--lambda {
  font-weight: 600;
  text-transform: uppercase;
  border-width: 2px;
  font-family: "Oxygen", sans-serif;
}

.btn--pill {
  border-radius: 25px;
}

.btn-filter__icon {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease, -webkit-filter 300ms ease;
}

.btn-filter:hover .btn-filter__icon {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.btn-search {
  position: relative;
  width: 30px;
  text-align: right;
  -webkit-transition: width 300ms ease, color 300ms ease;
  transition: width 300ms ease, color 300ms ease;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .btn-search:hover {
    width: 90px;
    color: #005c97;
    text-decoration: none;
  }
  .btn-search:hover .btn-search__text {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.btn-search__icon {
  font-size: 30px;
  padding-top: 5px;
}

.btn-search__text {
  position: absolute;
  right: 32px;
  top: 8px;
  font-size: 12px;
  text-align: right;
  line-height: 14px;
  font-weight: 600;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.btn--sm {
  padding: 0.1875rem 1.125rem;
  font-size: 0.75rem;
}

.btn--md {
  padding: 0.4375rem 1.875rem;
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .btn--md {
    padding: 0.3125rem 2.375rem;
  }
}
@media only screen and (min-width: 576px) {
  .btn--md {
    padding: 0.4375rem 3.375rem;
  }
}

.btn--lg {
  padding: 0.375rem 1.875rem;
  font-size: 1.125rem;
  border-radius: 80px;
}
@media only screen and (min-width: 576px) {
  .btn--lg {
    padding: 0.25rem 3.625rem;
  }
}

.btn {
  cursor: pointer;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .card {
    padding: 0;
  }
}

.card__icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 576px) {
  .card__icon {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .card__icon {
    width: 180px;
    height: 180px;
  }
}
.card__icon:before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.card__icon:after {
  position: absolute;
  content: "";
  z-index: 10;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: opacity ease-in-out 400ms, -webkit-transform ease-in-out 400ms;
  transition: opacity ease-in-out 400ms, -webkit-transform ease-in-out 400ms;
  transition: opacity ease-in-out 400ms, transform ease-in-out 400ms;
  transition: opacity ease-in-out 400ms, transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms;
}
.card__icon path, .card__icon rect {
  -webkit-transition: fill ease 400ms;
  transition: fill ease 400ms;
}
.card__icon svg {
  position: relative;
  z-index: 20;
  width: 50%;
}

.card:hover .card__icon:after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}
.card:hover svg path, .card:hover svg rect {
  fill: #ffffff;
}

.card--1 .card__icon:before {
  background-color: #eb9d4a;
}

.card--2 .card__icon:before {
  background-color: #5aa3d2;
}

.card--3 .card__icon:before {
  background-color: #51e2c1;
}

.case-study-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}

.js-case-study-browser {
  background-color: #fafafa;
}

.case-study-browser__filters {
  margin-bottom: 3rem;
}
.case-study-browser__filters .smart-nav-children {
  background-color: transparent;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.case-study-browser__filters .smart-nav-children__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: normal;
  overflow: visible;
}
.case-study-browser__filters .smart-nav-children__item {
  margin: 0.35rem 0.5rem 0.35rem 0;
}

section.t-row.t-row--alpha.case-study-process {
  background-color: #ffffff;
  padding-bottom: 0 !important;
  padding: 6rem 0 9rem;
}

.case-study-process__title {
  margin-bottom: 2rem;
  color: #005c97;
  font-size: 2.375rem;
  line-height: 1.18;
}
@media only screen and (min-width: 768px) {
  .case-study-process__title {
    font-size: 3.625rem;
  }
}

.case-study-process__content {
  margin-bottom: 2.5rem;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (min-width: 992px) {
  .case-study-process__intro {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    padding-right: 2rem;
  }
}

.case-study-process .case-study-process__button.page-mini-hero__button {
  color: #005c97;
  border-color: #eb9d4a;
  text-decoration: none;
  margin-bottom: 3rem;
}

.case-study-process .case-study-process__button.page-mini-hero__button:before {
  background-color: #eb9d4a;
}

.case-study-process .case-study-process__button.page-mini-hero__button .icon-svg {
  color: #005c97;
}

.case-study-process__timeline-wrap {
  position: relative;
}

.case-study-process__timeline-wrap:after {
  display: none;
}

.case-study-process__timeline {
  overflow: visible;
  padding-right: 0;
}

.case-study-process__timeline-inner {
  position: relative;
  padding-top: 0.25rem;
}

.case-study-process__timeline-inner:before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(16, 22, 47, 0.12);
}

.case-study-process__top-dot {
  position: absolute;
  top: 0;
  left: 0.75rem;
  width: 16px;
  height: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #005c97;
  z-index: 2;
}

.case-study-process__step {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  min-height: 220px;
  padding: 0 0 5.5rem;
}

.case-study-process__step:first-child {
  margin-top: 3.5rem;
}

.case-study-process__step:last-child {
  min-height: 0;
  padding-bottom: 11rem;
}
.case-study-process__step:last-child .case-study-process__dot {
  top: -0.3rem;
}

.case-study-process__track {
  position: relative;
}

.case-study-process__dot {
  position: absolute;
  left: 0.75rem;
  top: 0.35rem;
  width: 18px;
  height: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #ededed;
  border: 3px solid rgba(16, 22, 47, 0.08);
  z-index: 2;
}

.case-study-process__step-inner {
  min-width: 0;
}

.case-study-process__number {
  margin-bottom: 1rem;
  color: rgba(16, 22, 47, 0.12);
  font-size: 5.25rem;
  line-height: 0.9;
  font-weight: 700;
}

.case-study-process__step-title {
  margin-bottom: 1rem;
  color: #005c97;
  font-size: 1.625rem;
  line-height: 1.25;
}

.case-study-process__step-content {
  margin: 0;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.7;
}

.case-study-marquee {
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  white-space: nowrap;
  background-color: #fafafa;
  padding-top: 4rem;
}

.case-study-marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-animation: case-study-marquee 28s linear infinite;
          animation: case-study-marquee 28s linear infinite;
}

.case-study-marquee__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #005c97;
  font-size: 4.5rem;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
}
.case-study-marquee__item:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 2.5rem;
  border-radius: 50%;
  background-color: #eb9d4a;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .case-study-marquee__item {
    font-size: 6.875rem;
  }
}

@-webkit-keyframes case-study-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes case-study-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes case-study-faq-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes case-study-faq-reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.case-study-faq__list {
  border-top: 1px solid rgba(16, 22, 47, 0.12);
}

.case-study-faq__item {
  border-bottom: 1px solid rgba(16, 22, 47, 0.12);
}

.case-study-faq__item[open] .case-study-faq__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.case-study-faq__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  cursor: pointer;
  list-style: none;
  color: #000000;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.case-study-faq__question::-webkit-details-marker {
  display: none;
}

.case-study-faq__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.case-study-faq__icon:before,
.case-study-faq__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #005c97;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

.case-study-faq__icon:before {
  width: 2px;
  height: 1rem;
}

.case-study-faq__icon:after {
  width: 1rem;
  height: 2px;
}

.case-study-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.case-study-faq__item[open] .case-study-faq__answer {
  grid-template-rows: 1fr;
}

.case-study-faq__answer-inner {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, padding-bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.25s ease, padding-bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.25s ease, transform 0.3s ease, padding-bottom 0.3s ease;
  transition: opacity 0.25s ease, transform 0.3s ease, padding-bottom 0.3s ease, -webkit-transform 0.3s ease;
}

.case-study-faq__item[open] .case-study-faq__answer-inner {
  padding-bottom: 1.6rem;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.case-study-faq__answer-inner.is-revealing {
  -webkit-animation: case-study-faq-reveal 0.28s ease;
          animation: case-study-faq-reveal 0.28s ease;
}

.case-study-faq__answer p {
  margin: 0;
  color: rgba(16, 22, 47, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.case-study-card__category {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(0, 118, 190, 0.08);
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}

.case-study-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-study-card--archive {
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.case-study-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.case-study-card__media-link:hover {
  color: inherit;
}

.case-study-archive__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .case-study-archive__filters {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
  }
}

.js-case-study-browser.is-loading {
  opacity: 0.55;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.case-study-archive__filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.case-study-archive__filter .icon-svg {
  color: #005c97;
  font-size: 1.125rem;
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.case-study-archive__filter:hover,
.case-study-archive__filter.active {
  color: #fff;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  border: 2px solid #eb9d4a;
}

.case-study-archive__filter:hover .icon-svg,
.case-study-archive__filter.active .icon-svg {
  opacity: 1;
}

.case-study-archive__empty {
  color: rgba(16, 22, 47, 0.6);
  font-size: 1.125rem;
}

.case-study-card--archive .genres-card__media {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.case-study-card .genres-card {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.case-study-card .genres-card:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.14);
}

.case-study-card--archive .case-study-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.45s ease, transform 0.7s ease;
  transition: opacity 0.45s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.case-study-card--archive .case-study-card__image--primary {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
  margin: 0 auto;
}

.case-study-card--archive .case-study-card__image--secondary {
  opacity: 0;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.case-study-card--archive:hover .case-study-card__image--primary {
  opacity: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.case-study-card--archive:hover .case-study-card__image--secondary {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.case-study-card__eyebrow {
  color: #99a3be;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  min-height: 1em;
}

.case-study-card__title {
  margin: 0;
  color: #000000;
  font-size: 1.875rem;
  line-height: 1.35;
  font-weight: 700;
  min-height: 2.7em;
}

.case-study-card__title a {
  color: inherit;
  text-decoration: none;
}

.case-study-card__title a:hover {
  color: inherit;
}

.case-study-card__excerpt {
  margin-top: 1rem;
  color: #19274e;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 600;
}

.case-study-card .genres-card__media {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case-study-card .genres-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-study-card .genres-card__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding: 1.75rem 0 0;
  text-align: left;
  max-width: 80%;
}

.case-study-single__hero img,
.case-study-content-block__image {
  display: block;
}

.case-study-single__lead {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}

.case-study-single__section {
  line-height: 1.8;
}
.case-study-single__section p {
  font-size: 1.125rem;
}

.case-study-single__featured-image {
  max-width: 410px !important;
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.case-study-content-block__text {
  line-height: 1.8;
}

.case-study-content-block__image-link {
  display: block;
}

.case-study-single__video-embed {
  overflow: hidden;
  border-radius: 8px;
}

.case-study-single {
  padding-top: 4rem;
}

.fill-slider {
  padding: 0 2rem;
  display: none;
}
.fill-slider .slick-slide {
  height: auto;
  padding: 0 1rem;
  opacity: 0.3;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.fill-slider .slick-slide.slick-active {
  opacity: 1;
}
.fill-slider.slick-initialized {
  display: block;
}

.fill-close-row {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fill-close-row .icon-svg {
  margin-right: 0.5rem;
  line-height: 1rem;
}

.fly-search-at {
  position: relative;
  z-index: 10;
}

.fly-search-at__trigger {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fly-search-at__options {
  width: auto;
  min-width: 300px;
  padding: 1.875rem 1.875rem;
  background-color: #ffffff;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  display: none;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 420px;
}
@media only screen and (min-width: 768px) {
  .fly-search-at__options {
    top: 71px;
    max-height: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .fly-search-at__options--bigger {
    width: 400px;
  }
}

.fly-search-at__x {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  font-size: 12px;
  color: #c5c5c5;
}

.fly-search-at__chevron {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: block;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  margin-left: 1rem;
}

.fly-search-at.active {
  z-index: 300;
}
.fly-search-at.active .fly-search-at__options {
  display: block;
}
.fly-search-at.active .fly-search-at__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fly-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  z-index: 50;
}
.fly-search .autocompleter {
  display: none;
}

.fly-search__close {
  position: absolute;
  z-index: 150;
  right: 0;
  top: 30px;
}

.fly-search__form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.fly-search__column {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.fly-search__column:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .fly-search__column {
    width: auto;
    margin-bottom: 0;
    margin-left: 2rem;
  }
}

.fly-search__input {
  width: 100%;
  color: #ffffff;
  background-color: #005c97;
  border: 0;
  border-bottom: 3px solid #ffffff;
  font-size: 1rem;
  padding: 0.875rem 0.5rem;
  font-weight: 500;
}
.fly-search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.fly-search__input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.fly-search__input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.fly-search__input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.fly-search-at__trigger {
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.fly-search-at__trigger:hover, .fly-search-at__trigger:focus, .fly-search-at__trigger:active {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .fly-search-at__trigger {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fly-search.fl-search--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fly-search.fl-search--active .autocompleter {
  display: block;
}
.fly-search.fl-search--active .autocompleter.autocompleter-closed {
  display: none;
}

.form-checkbox {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
}
.form-checkbox input:checked ~ .form-checkbox__mark {
  background-color: #4199fa;
  border: 1px solid #4199fa;
}
.form-checkbox input:checked ~ .form-checkbox__content {
  color: #005c97;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .form-checkbox {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .form-checkbox {
    padding-left: 2rem;
  }
}

.form-checkbox__mark {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #ffffff;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
}

.form-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-checkbox__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  min-width: 100px;
}

.form-checkbox__icon {
  display: inline-block;
  background-position: center;
  background-size: contain;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.selectric-select-beta {
  border: 3px solid #000000;
  border-radius: 5px;
  min-width: 34px;
}
.selectric-select-beta .button {
  display: none;
}
.selectric-select-beta .label {
  line-height: 1;
  height: auto;
  margin: 0.3rem 0.4rem;
  font-weight: 600;
  text-transform: lowercase;
}
.selectric-select-beta .selectric {
  border: 0;
  height: auto;
  background-color: transparent;
  background: transparent;
}
.selectric-select-beta .selectric-items {
  top: calc(100% + 6px);
  border: 3px solid #000000;
  border-radius: 5px;
  left: -2px;
  width: calc(100% + 5px) !important;
  font-weight: 600;
}
.selectric-select-beta li {
  padding: 0.3rem 0.4rem;
}

.gall__window-action {
  display: block;
}

.gall__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gall__list-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  padding-bottom: 100%;
  cursor: pointer;
  border: 1px solid #ededed;
  background-size: cover;
  background-position: center;
}

.integration-gallery [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.integration-gallery__item {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.integration-gallery__image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.genre-filters {
  display: none;
  position: relative;
  height: 30px;
  overflow: hidden;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms;
}
.genre-filters .js-genre-filters-slider {
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  width: 100%;
  height: 190px;
}
.genre-filters .slick-slide {
  height: auto;
  padding: 0 1rem;
  opacity: 0.3;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  position: relative;
}
.genre-filters .slick-slide.slick-active {
  opacity: 1;
}
.genre-filters .slick-slide.slick-active:after {
  position: absolute;
  right: -5px;
  top: 85px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #eb9d4a;
}
@media only screen and (min-width: 992px) {
  .genre-filters .slick-slide.slick-active:after {
    content: "";
  }
}
.genre-filters.slick-initialized {
  display: block;
}
.genre-filters.open {
  height: 220px;
}

.genre-filters-brick {
  text-align: center;
  color: #000000;
  position: relative;
  padding: 3rem 0 1rem;
}

.genre-filters-brick.active .genre-filters__ring:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.genre-filters__ring {
  position: relative;
}
.genre-filters__ring:after {
  width: 90px;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  content: "";
  border: 12px #ededed solid;
  border-radius: 50%;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  opacity: 0;
}

.genre-filters-brick__icon {
  width: auto;
  height: 60px;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 30;
}

.genre-subcategory-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 1.25rem;
}

.genre-subcategory-card__title {
  text-align: center;
  min-height: 3.2rem;
  font-size: 1.25rem;
}

.genre-subcategory-card__thumb {
  display: block;
  text-align: center;
  margin: 1rem 0;
}
.genre-subcategory-card__thumb img {
  max-height: 240px;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.genre-subcategory-card__action {
  margin-top: auto;
  text-align: center;
  padding-top: 0.5rem;
}

.genre-subcategory-card:hover .genre-subcategory-card__thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.genres-card {
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  color: #000000;
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}

.genres-card__media {
  overflow: hidden;
}
.genres-card__media img {
  display: block;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.genres-card__caption {
  padding: 1rem;
  text-align: center;
}

.genres-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
          box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  color: #000000;
}
.genres-card:hover .genres-card__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.image-filters {
  background-image: url("../img/machines.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  text-align: center;
}
.image-filters__action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 2rem 1.4rem;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.image-filters__action:nth-child(1) {
  width: 19%;
}
.image-filters__action:nth-child(2) {
  width: 18.5%;
}
.image-filters__action:nth-child(3) {
  width: 17%;
}
.image-filters__action:nth-child(4) {
  width: 22%;
}
.image-filters__action:nth-child(5) {
  width: 23.5%;
}
.image-filters__action:nth-child(5):after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .image-filters__action:nth-child(1) {
    width: 19%;
  }
  .image-filters__action:nth-child(2) {
    width: 18.5%;
  }
  .image-filters__action:nth-child(3) {
    width: 16.5%;
  }
  .image-filters__action:nth-child(4) {
    width: 23%;
  }
  .image-filters__action:nth-child(5) {
    width: 22.5%;
  }
}
.image-filters__action:after {
  content: "";
  right: 0;
  top: 5%;
  width: 2px;
  height: 90%;
  border-right: dashed rgba(0, 92, 151, 0.6) 2px;
  position: absolute;
}

.image-filters__first-title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #000000;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.image-filters__title {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  .image-filters__title {
    font-size: 1.5rem;
  }
}

.image-filters__content {
  color: #ffffff;
  font-size: 75%;
  line-height: 1.3;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.image-filters__action:hover,
.image-filters__action.active {
  background-color: rgba(0, 92, 151, 0.95);
}
.image-filters__action:hover .image-filters__first-title,
.image-filters__action.active .image-filters__first-title {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.image-filters__action:hover .image-filters__title,
.image-filters__action.active .image-filters__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.image-filters__action:hover .image-filters__content,
.image-filters__action.active .image-filters__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.image-filters__action--redirect .image-filters__title {
  margin-top: 45%;
}

.image-filters__action--redirect:hover {
  background-color: rgba(235, 157, 74, 0.95);
}

.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hero .slick-dots {
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 10;
  width: 100%;
}

.hero__slide {
  padding: 4rem 0 6rem 0;
  height: auto;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .hero__slide {
    padding: 2rem 0 3rem 0;
  }
}

.icon-image--sm {
  width: 26px;
  height: 26px;
}

.icon-image--md {
  height: 60px;
  width: auto;
}

.icon-image--lg {
  height: 100px;
  width: auto;
}

.icon-font--sm {
  display: inline-block;
  width: 28px;
  font-size: 28px;
  text-align: center;
}

.icon-image--macro {
  width: 100%;
  max-width: 120px;
}

.bag-brick {
  text-align: center;
  color: #000000;
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  position: relative;
  font-family: "Oxygen", sans-serif;
}
.bag-brick:before {
  width: 100%;
  height: 40px;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAyMzQgNDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3c8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8xLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAwIDExOCAzOCAyMzQgMCAyMzQgNDAgMCA0MCAwIDAiLz48L2c+PC9nPjwvc3ZnPg==);
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  background-size: 100% 100%;
}
.bag-brick:hover, .bag-brick.active {
  background-color: #f9f9f9;
  color: #000000;
}
.bag-brick:hover .bag-brick__vectors:after, .bag-brick.active .bag-brick__vectors:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.bag-brick__title {
  min-height: 34px;
}

.bag-brick.active:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bag-brick__vectors {
  position: relative;
  margin: 2rem 0 3rem;
}
.bag-brick__vectors:before {
  width: 120px;
  height: 120px;
  z-index: 10;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% + 30px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url("../img/vectors.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bag-brick__vectors:after {
  width: 140px;
  height: 140px;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  content: "";
  border: 20px #ffffff solid;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (min-width: 576px) {
  .bag-brick__vectors:before {
    left: calc(50% - 15px);
    top: calc(50% + 30px);
    width: 140px;
    height: 140px;
  }
}

.bag-brick__vectors--hide:before {
  display: none;
}

.bag-brick__icon {
  width: auto;
  height: 90px;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 20;
}

.industry-brick {
  text-align: center;
  color: #000000;
  overflow: hidden;
  padding: 2rem 1rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  display: block;
  font-family: "Oxygen", sans-serif;
}

.industry-brick__inner {
  padding: 2rem 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.industry-brick__icon {
  width: auto;
  height: 65px;
  max-width: 120px;
  display: block;
  margin: 4rem auto 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 20;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, -webkit-filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease;
  transition: opacity 300ms ease, filter 300ms ease, -webkit-filter 300ms ease;
  opacity: 0.3;
}
.industry-brick__icon:after {
  width: 140px;
  height: 140px;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  content: "";
  border: 20px #ffffff solid;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.industry-brick__picture {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  overflow: hidden;
}
.industry-brick__picture:before {
  width: 100%;
  height: 30px;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAyMzQgNDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3c8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8xLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAwIDExOCAzOCAyMzQgMCAyMzQgNDAgMCA0MCAwIDAiLz48L2c+PC9nPjwvc3ZnPg==);
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  background-size: 100% 100%;
}

.industry-brick:hover,
.industry-brick.active {
  color: #000000;
}
.industry-brick:hover .industry-brick__icon,
.industry-brick.active .industry-brick__icon {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.industry-brick:hover .industry-brick__icon:after,
.industry-brick.active .industry-brick__icon:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.industry-brick:hover .industry-brick__inner,
.industry-brick.active .industry-brick__inner {
  background-color: #ededed;
}

.industry-brick.active .industry-brick__picture:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fill-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fill-group.active .industry-brick__picture {
  padding-bottom: 50%;
}

.link {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.link:hover {
  text-decoration: none;
}

.link--1 {
  color: #005c97;
}
.link--1:hover {
  color: #eb9d4a;
}

.link--2 {
  color: #eb9d4a;
}
.link--2:hover {
  color: #005c97;
}

.link--3 {
  color: #000000;
}
.link--3:hover {
  color: #005c97;
}

.page-mini-hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(135deg, #11367a 0%, #005C97 100%);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .page-mini-hero {
    padding: 3rem 0 3rem;
    margin-top: -1rem;
    height: 330px;
  }
}
.page-mini-hero:before, .page-mini-hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.page-mini-hero:before {
  right: max(15px, (100vw - 1140px) / 2);
  top: 50%;
  width: min(42vw, 180%);
  height: 180%;
  background-image: url("../img/bra.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.15;
}

.page-mini-hero__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
}

.page-mini-hero__breadcrumb {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.page-mini-hero__breadcrumb:not(:last-child):after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.35);
}

.page-mini-hero__breadcrumb--current {
  color: #ffffff;
}

.page-mini-hero__title {
  max-width: 760px;
  margin-bottom: 1.75rem;
  color: #ffffff;
  font-size: 2.125rem;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .page-mini-hero__title {
    font-size: 3.5rem;
  }
}

.page-mini-hero__subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.125rem;
  line-height: 1.65;
}

.page-mini-hero__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  gap: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #eb9d4a;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
}
.page-mini-hero__button .icon-svg {
  -webkit-transform: rotate(270deg) translateX(0);
          transform: rotate(270deg) translateX(0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.page-mini-hero__button:hover {
  color: #ededed;
  border-color: #ededed;
  text-decoration: none;
}
.page-mini-hero__button:hover .icon-svg {
  -webkit-transform: rotate(270deg) translateY(4px);
          transform: rotate(270deg) translateY(4px);
}

.page-mini-hero__details {
  padding: 3rem 0 4rem;
  background-color: #ffffff;
}

.page-mini-hero__details-content {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.7;
}

.page-mini-hero__details-media {
  text-align: center;
  max-height: 360px;
}
.page-mini-hero__details-media img {
  width: 100%;
  max-width: 520px;
  max-height: 360px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.term-packing-machines .page-mini-hero {
  margin-bottom: 3rem;
}

.tax-genre .page-mini-hero {
  margin-bottom: 3rem;
}

.single-machine .page-mini-hero {
  margin-bottom: 3rem;
}

.page-template-page-archive .page-mini-hero {
  margin-top: 0;
}

.page-template-page-contact .page-mini-hero {
  margin-top: 0;
}

.post {
  overflow: hidden;
}

.post__thumbnail {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

.single-post .page-mini-hero {
  margin-bottom: 3rem;
}

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

.product {
  width: 100%;
  padding: 2rem;
  text-align: center;
  border: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
}

.product__title {
  color: #000000;
  font-weight: 500;
}

.product__subtitle {
  color: #585858;
  font-weight: 600;
  font-family: "Oxygen", sans-serif;
}

.product__producer {
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.product__picture {
  width: 100%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  margin: 0;
}
.product--clean {
  padding: 0;
  border: 0;
}

.product--slide {
  padding: 0;
  border: 0;
  margin: 2px 0;
}
.product--slide .product__picture {
  width: 80%;
}
.product--slide .product__inner h4, .product--slide .product__inner .h4 {
  height: 50px;
}

.product--small {
  padding: 1rem;
}
.product--small .product__producer {
  height: 15px;
  margin: 5px 0;
}
.product:hover .product__picture {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media all and (-ms-high-contrast: none) {
  .product__inner {
    display: block;
  }
  .product__thumbnail {
    height: auto;
  }
}
.product_genres .break-word {
  height: 60px;
}

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #005c97;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  z-index: 4500;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #51e2c1;
  color: #ffffff;
}

.scroll-to-top.scroll-to-top--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slayer {
  padding: 0 2rem;
  display: none;
}
.slayer .slick-slide {
  height: auto;
  padding: 0 1rem;
}
.slayer.slick-initialized {
  display: block;
}

.slayer--end .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slayer--small-spaces .slick-slide {
  padding: 0 0.2rem;
}

.slayer__arrow {
  position: absolute;
  border: 0;
  background-color: transparent;
  top: 50%;
  z-index: 50;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slayer__arrow.slick-disabled {
  color: #ededed;
}

.slayer__arrow--prev {
  left: -5px;
}

.slayer__arrow--next {
  right: -5px;
}

.smart-nav {
  margin: 0 -15px;
  display: inline;
}
@media only screen and (min-width: 576px) {
  .smart-nav {
    margin: 0;
  }
}

.smart-nav-parent {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 70px;
  width: 100%;
  margin: 0 auto;
  max-width: none;
  text-align: center;
}

.smart-nav-parent.d-none.d-md-flex {
  width: 100%;
  max-width: none;
}

.smart-nav-parent__item {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .smart-nav-parent__item {
    margin-right: 0.3125rem;
  }
}

.smart-nav-parent.d-none.d-md-flex .smart-nav-parent__item {
  width: 50%;
  margin-right: 0;
}

.smart-nav-parent__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #f9f9f9;
  color: #000000;
  line-height: 1;
  -webkit-transition: color ease 300ms, background-color ease 300ms;
  transition: color ease 300ms, background-color ease 300ms;
}
@media only screen and (min-width: 768px) {
  .smart-nav-parent__action {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.smart-nav-parent__action h1, .smart-nav-parent__action .h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.smart-nav-parent__action svg {
  height: 2.1875rem;
  margin-right: 1rem;
}
.smart-nav-parent__action svg path, .smart-nav-parent__action svg rect {
  -webkit-transition: fill ease 300ms;
  transition: fill ease 300ms;
}
.smart-nav-parent__action:hover {
  color: #ffffff;
  background-color: #eb9d4a;
}
.smart-nav-parent__action:hover svg path, .smart-nav-parent__action:hover svg rect {
  fill: #ffffff;
}

.smart-nav-parent.d-none.d-md-flex .smart-nav-parent__action {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smart-nav-parent__action.hover {
  color: #ffffff;
  background-color: #eb9d4a;
}
.smart-nav-parent__action.hover svg path, .smart-nav-parent__action.hover svg rect {
  fill: #ffffff;
}

.smart-nav-parent__action--active {
  background-color: #005c97;
  color: #ffffff;
}
.smart-nav-parent__action--active svg path, .smart-nav-parent__action--active svg rect {
  fill: #ffffff;
}
.smart-nav-parent__action--active:hover {
  color: #ffffff;
  background-color: #005c97;
}
.smart-nav-parent__action--active:hover svg path, .smart-nav-parent__action--active:hover svg rect {
  fill: #ffffff;
}

.smart-nav-children {
  background-color: #005c97;
  padding: 0.75rem 0rem;
  position: relative;
  z-index: 100;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .smart-nav-children {
    margin: 0;
    padding: 0.75rem 1rem;
    border: 0;
  }
}
.smart-nav-children:before {
  height: 100%;
  width: 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.smart-nav-children:after {
  height: 100%;
  width: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
@media only screen and (min-width: 768px) {
  .smart-nav-children:before, .smart-nav-children:after {
    display: none;
  }
}

.js-smart-nav-children {
  z-index: 100;
  margin: 0 -15px 0 -15px;
  min-height: 70px;
}

.js-smart-nav-children.fixed {
  position: fixed;
  padding: 0rem 0rem;
  left: 0;
  width: 100%;
  margin: 0;
}
.js-smart-nav-children.fixed .smart-nav-children {
  padding: 0rem 0rem;
}
@media only screen and (min-width: 768px) {
  .js-smart-nav-children.fixed .smart-nav-children {
    padding: 0rem 1rem;
  }
}

.smart-nav-children__list {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
}

.smart-nav-children__item {
  display: inline-block;
  margin: 0.5rem 0.3125rem;
}

.smart-nav-children__action {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  font-weight: 600;
  color: #005c97;
  background-color: #ffffff;
}

.smart-nav-children__action--active {
  background-color: #eb9d4a;
  border-color: #eb9d4a;
}

.socials {
  list-style: none;
  margin: 0 -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.socials__item {
  padding: 0 0.75rem;
  display: inline-block;
}

.socials__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #005c97;
  background-color: #ffffff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.socials__link .icon-svg {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .socials__link .icon-svg {
    font-size: 2rem;
  }
}
.socials__link:hover {
  text-decoration: none;
  color: #eb9d4a;
}
.linkedin-badge {
  width: 1.45em;
  height: 1.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.11em solid currentColor;
  border-radius: 0.18em;
  font-size: 0.92em;
  font-weight: 700;
  line-height: 0;
  text-transform: lowercase;
  vertical-align: middle;
  padding-top: 0;
}

.t-row--alpha {
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .t-row--alpha {
    padding: 4rem 0;
  }
}

.t-row--beta {
  padding: 4rem 0;
}

.t-row--delta {
  padding: 4rem 0;
  background-color: #f9f9f9;
}

.t-row--gamma {
  padding: 3rem 0;
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.tab__list:before {
  height: 2px;
  background-color: #005c97;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
}
@media only screen and (min-width: 576px) {
  .tab__list:before {
    width: 100%;
    left: 0;
  }
}

.tab__icon {
  margin-right: 0.5rem;
  color: #005c97;
  font-size: 130%;
}

.tab__action {
  padding: 1.625rem;
  display: block;
  background-color: #ededed;
  color: #000000;
  font-size: 0.8125rem;
  font-weight: 600;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .tab__action {
    text-align: left;
    padding: 1.625rem 0.625rem;
    margin-right: 0.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .tab__action {
    padding: 1.625rem;
    margin-right: 1rem;
  }
}

.tab__action.active {
  background-color: #005c97;
  color: #ffffff;
}
.tab__action.active .tab__icon {
  color: #ffffff;
}

.tab__wrap .tab__action.active {
  position: relative;
}
.tab__wrap .tab__action.active:before {
  height: 2px;
  background-color: #005c97;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
}
@media only screen and (min-width: 576px) {
  .tab__wrap .tab__action.active:before {
    display: none;
  }
}

.tab__content {
  padding: 2rem 1rem;
  position: relative;
}

.video {
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.video:hover .video__icon {
  color: #eb9d4a;
}

.video__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.video__time {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 5px;
  background-color: black;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-modal__player {
  width: 100%;
  height: 100%;
}

.video-modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual-attr {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.visual-attr__item {
  display: inline-block;
}

.visual-attr__action {
  display: block;
  padding: 1.5rem;
  position: relative;
  height: 2.8125rem;
  width: 2.8125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
}
.visual-attr__action:before {
  width: 4.6875rem;
  height: 4.6875rem;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  border: 12px solid #ededed;
  border-radius: 50%;
  -webkit-transition: opacity 300ms ease, -webkit-transform ease 300ms;
  transition: opacity 300ms ease, -webkit-transform ease 300ms;
  transition: transform ease 300ms, opacity 300ms ease;
  transition: transform ease 300ms, opacity 300ms ease, -webkit-transform ease 300ms;
  opacity: 0;
  z-index: -1;
}

.visual-attr__icon {
  max-height: 100%;
  height: 100%;
}

.visual-attr__label {
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translate(-50%, calc(100% + 10px));
          transform: translate(-50%, calc(100% + 10px));
  white-space: nowrap;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: opacity 300ms ease, -webkit-transform ease 200ms;
  transition: opacity 300ms ease, -webkit-transform ease 200ms;
  transition: transform ease 200ms, opacity 300ms ease;
  transition: transform ease 200ms, opacity 300ms ease, -webkit-transform ease 200ms;
  opacity: 0;
}

.visual-attr__action:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.visual-attr__action:hover .visual-attr__label {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 1;
}

.visual-attr--compress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visual-attr--compress .visual-attr__item {
  width: 50%;
  padding: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .visual-attr--compress .visual-attr__item {
    width: 25%;
    padding: 0.5rem 1rem;
  }
}
.visual-attr--compress .visual-attr__action {
  padding: 0.5rem;
}
.visual-attr--compress .visual-attr__label {
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  font-size: 0.75rem;
  white-space: normal;
  line-height: 1.6;
}

.bg--1 {
  background-color: #005c97;
}

.bg--2 {
  background-color: #eb9d4a;
}

.bg--3 {
  background-color: #000000;
}

.bg--4 {
  background-color: #ffffff;
}

.bg--5 {
  background-color: #5aa3d2;
}

.bg--6 {
  background-color: #51e2c1;
}

.bg--7 {
  background-color: #ededed;
}

.bg--8 {
  background-color: #585858;
}

.bg--9 {
  background-color: #f9f9f9;
}

.bg--10 {
  background-color: #c5c5c5;
}

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

.overflow-hidden {
  overflow: hidden;
}

.color--1 {
  color: #005c97;
}
.color--1 a:not(.btn):not(.socials__link) {
  color: #005c97;
}

.color--2 {
  color: #eb9d4a;
}
.color--2 a:not(.btn):not(.socials__link) {
  color: #eb9d4a;
}

.color--3 {
  color: #000000;
}
.color--3 a:not(.btn):not(.socials__link) {
  color: #000000;
}

.color--4 {
  color: #ffffff;
}
.color--4 a:not(.btn):not(.socials__link) {
  color: #ffffff;
}

.color--5 {
  color: #5aa3d2;
}
.color--5 a:not(.btn):not(.socials__link) {
  color: #5aa3d2;
}

.color--6 {
  color: #51e2c1;
}
.color--6 a:not(.btn):not(.socials__link) {
  color: #51e2c1;
}

.color--7 {
  color: #ededed;
}
.color--7 a:not(.btn):not(.socials__link) {
  color: #ededed;
}

.color--8 {
  color: #585858;
}
.color--8 a:not(.btn):not(.socials__link) {
  color: #585858;
}

.color--9 {
  color: #f9f9f9;
}
.color--9 a:not(.btn):not(.socials__link) {
  color: #f9f9f9;
}

.color--10 {
  color: #c5c5c5;
}
.color--10 a:not(.btn):not(.socials__link) {
  color: #c5c5c5;
}

.no-underline {
  text-decoration: none !important;
}

.break-word {
  word-spacing: 9999999px;
}

.underline {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .columns-2-lg {
    -webkit-columns: 2;
            columns: 2;
  }
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.slick-dots {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0.4rem;
}
.slick-dots button {
  border: 0;
  background: transparent;
  width: 13px;
  height: 13px;
  background-color: #c5c5c5;
  text-indent: 100px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  display: block;
}
.slick-dots .slick-active button {
  background-color: #585858;
}

.autocompleter {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .autocompleter {
    top: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .autocompleter {
    width: 100%;
    left: 0;
    top: 86px;
  }
}

.autocompleter-item {
  padding: 0.5rem 2rem;
  text-align: left;
}
.autocompleter-item:hover .autocompleter__text {
  color: #eb9d4a;
}
.autocompleter-item:first-child {
  margin-top: 1rem;
}
.autocompleter-item:last-child {
  margin-bottom: 1rem;
}

.autocompleter__text {
  font-weight: 600;
  color: #005c97;
  font-size: 0.8rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.autocompleter__text p {
  margin: 0;
  font-size: 90%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 800;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 8px;
}

div.featherlight,
div.featherlight .featherlight-content {
  background-color: #ffffff;
  background: #ffffff;
}
div.featherlight:last-of-type,
div.featherlight .featherlight-content:last-of-type {
  background-color: #ffffff;
  background: #ffffff;
}

button.featherlight-close-icon.featherlight-close {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojM0Q1QURCO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCwyMC4yTDE1LjcsMTJsOC4yLTguM0wyMC4yLDBMMTIsOC4zTDMuNywwLjFMMCwzLjhMOC4zLDEybC04LjIsOC4zTDMuOCwyNGw4LjItOC4zbDguMyw4LjJMMjQsMjAuMnoiLz48L3N2Zz4=);
}

.featherlight .featherlight-next {
  left: auto;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  text-indent: 0;
  background-image: none;
  background-color: transparent;
  color: #005c97;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    font-size: 40px;
    width: 60px;
    height: 60px;
  }
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #005c97;
  position: static;
  font-size: 1em;
  top: auto;
  left: auto;
  margin: 0;
}
/*# sourceMappingURL=main.css.map */
