/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Thin.eot");
  src: url("../fonts/Gelion-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Thin.woff2") format("woff2"), url("../fonts/Gelion-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Light.eot");
  src: url("../fonts/Gelion-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Light.woff2") format("woff2"), url("../fonts/Gelion-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Regular.eot");
  src: url("../fonts/Gelion-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Light.woff2") format("woff2"), url("../fonts/Gelion-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Medium.eot");
  src: url("../fonts/Gelion-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Medium.woff2") format("woff2"), url("../fonts/Gelion-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-SemiBold.eot");
  src: url("../fonts/Gelion-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-SemiBold.woff2") format("woff2"), url("../fonts/Gelion-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Bold.eot");
  src: url("../fonts/Gelion-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Bold.woff2") format("woff2"), url("../fonts/Gelion-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelion';
  src: url("../fonts/Gelion-Black.eot");
  src: url("../fonts/Gelion-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gelion-Black.woff2") format("woff2"), url("../fonts/Gelion-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------
 		!Variables de Grid System
------------------------------------ */
/*------------------------------------*\
* CONTAINER
\*------------------------------------*/
/*------------------------------------*\
* COLUMNS
\*------------------------------------*/
/*------------------------------------*\
* BREAKPOINTS
\*------------------------------------*/
:root {
  --font-size: 1;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Gelion", sans-serif;
  background: #FFF !important;
  font-size: calc(var(--font-size) * 1em);
}

header {
  width: 100%;
  top: 0;
  left: 0;
}

section.wpthemeControl {
  overflow: visible !important;
}

.middle-lg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icons {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icons img {
  width: 60px;
  margin: 0 auto;
}

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

@media (max-width: 767.98px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #logo-prefooter {
    width: 240px;
  }
}

@media (max-width: 1439.98px) {
  #logo-prefooter {
    width: 280px;
  }
}

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

.degradado {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(16%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 16%, #ffffff 100%);
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

body.darkMode {
  background: #1a1a1a !important;
}

body.darkMode .wpthemeMainContent {
  background: #1a1a1a !important;
}

body.darkMode .bdo_utilitybar .bdo_utilitybar_item a p {
  color: #4e4e4e !important;
}

body.darkMode .bdo_utilitybar .bdo_utilitybar_item a p:hover {
  color: #008ACC !important;
}

body.darkMode .owl-caption .item .degradado {
  background: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), color-stop(30%, rgba(26, 26, 26, 0)), to(#1a1a1a));
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0) 30%, #1a1a1a 100%);
}

body.darkMode .owl-caption .item .caption {
  z-index: 4;
}

body.darkMode .owl-caption .item .caption-title-1, body.darkMode .owl-caption .item .caption-title-2 {
  color: #58b3f3 !important;
}

body.darkMode .owl-caption .item .caption-text {
  color: #58b3f3 !important;
}

body.darkMode .scroll-down-animation h2 {
  color: #008ACC !important;
}

body.darkMode .scroll-down-animation .mouse {
  border: 2px solid #008ACC !important;
}

body.darkMode .scroll-down-animation .move {
  background: #008ACC !important;
}

body.darkMode .scroll-down-animation .box span {
  border-right: 2px solid #FFF !important;
  border-bottom: 2px solid #FFF !important;
}

body.darkMode h2,
body.darkMode h3,
body.darkMode h4,
body.darkMode h5,
body.darkMode h6 {
  color: #008ACC !important;
}

body.darkMode .paragraph,
body.darkMode p {
  color: #FFF;
}

body.darkMode .headline-1, body.darkMode .headline-2, body.darkMode .headline-3 {
  color: #58b3f3 !important;
}

body.darkMode .sub-title-1 {
  color: #FFF !important;
}

body.darkMode img {
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
}

body.darkMode .popup-contenido {
  background: #1a1a1a;
}

body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small {
  background: #1a1a1a;
}

body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small .btn-cerrar-popup-small p {
  color: #FFF !important;
}

body.darkMode .info-popup-small .contenedor-info-popup-small .popups-small .btn-cerrar-popup-small p span {
  font-family: "Gelion", sans-serif;
  margin: 0 5px;
  color: #008ACC;
}

body.darkMode .info-popup-small .contenedor-info-popup-small2 .popups-small2 {
  background: #1a1a1a;
}

body.darkMode .info-popup-small .contenedor-info-popup-small3 .popups-small3 {
  background: #1a1a1a;
}

body.darkMode .card-v {
  background: #1a1a1a;
}

body.darkMode .link a {
  color: #FFF;
}

body.darkMode .indicators {
  background: #141414 !important;
  border: 0;
}

body.darkMode .indicators .indicator p {
  color: #FFF;
}

body.darkMode .list-nb .item-nb p {
  color: #FFF !important;
}

body.darkMode .list-nb .item-nb a {
  color: #FFF !important;
}

body.darkMode .list-nb .item-nb a:hover {
  color: #008ACC !important;
}

body.darkMode #logo-prefooter .cls-6 {
  fill: #fff !important;
  stroke: #fff !important;
}

body.darkMode #logo-prefooter .cls-3 {
  fill: #fff !important;
}

body.darkMode .alert-w {
  background: #141414 !important;
}

body.darkMode .alert-w-head .close-alert p {
  color: #FFF !important;
}

body.darkMode .alert-w-head .close-alert p span {
  font-family: "Gelion", sans-serif;
  margin: 0 5px;
  color: #008ACC;
}

body.darkMode .alert-w-body .alert-question {
  color: #FFF !important;
}

body.darkMode .movil-menu .menu .dropdown .box .item p {
  color: #008ACC !important;
}

body.darkMode .footer .title-footer {
  color: #FFF !important;
}

/**
* BREAKPOINT MIXINGS
*/
/**
* SMALL (XS)
*/
/**
* SMALL (SM)
*/
/**
* MEDIUM (MD)
*/
/**
* LARGE (LG)
*/
/**
* GENERATE GRID CLASSES
*
* Description: This mixing is called to generate all the column, offsets, ordering or hidding classes.
*
* @param {string} $breakpoint - This is a string parameter with our breakpoint value ('xm', 'sm', 'ms', 'lg').
* @param {boolean} $offset - It will generate the offset classes just if you pass a true value.
* @param {boolean} $ordering - It will generate the ordering classes just if you pass a true value.
* @param {boolean} $hidding - It will generate the hidding classes just if you pass a true value.
*/
.container {
  max-width: 90%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fw {
  max-width: 100%;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.no-gutter [class*=col] {
  padding: 0;
}

[class*=col].no-gutter {
  padding: 0;
}

[class*=col] {
  padding: 0.5rem;
}

.col {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/**
* EXTRA SMALL (XS)
*/
/*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

/*------------------------------------*\
    # OFFSET COLUMNS
    \*------------------------------------*/
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/*------------------------------------*\
    # ORDERING
    \*------------------------------------*/
/*------------------------------------*\
    # HIDDING ELEMENTS
    \*------------------------------------*/
/**
* SMALL (SM), MEDIUM (MD), LARGE (LG)
*/
@media (min-width: 769px) {
  /*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  /*------------------------------------*\
    # OFFSET COLUMNS
    \*------------------------------------*/
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /*------------------------------------*\
    # ORDERING
    \*------------------------------------*/
  /*------------------------------------*\
    # HIDDING ELEMENTS
    \*------------------------------------*/
}

@media (min-width: 992px) {
  /*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  /*------------------------------------*\
    # OFFSET COLUMNS
    \*------------------------------------*/
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /*------------------------------------*\
    # ORDERING
    \*------------------------------------*/
  /*------------------------------------*\
    # HIDDING ELEMENTS
    \*------------------------------------*/
}

@media (min-width: 1200px) {
  /*------------------------------------*\
    # COLUMNS
    \*------------------------------------*/
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  /*------------------------------------*\
    # OFFSET COLUMNS
    \*------------------------------------*/
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /*------------------------------------*\
    # ORDERING
    \*------------------------------------*/
  /*------------------------------------*\
    # HIDDING ELEMENTS
    \*------------------------------------*/
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #008ACC;
  color: #FFF;
  border: none;
  padding: 10px !important;
  font: inherit;
}

.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #008ACC;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 3px;
  border: 2px solid #008ACC !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #008ACC;
}

.owl-caption {
  position: relative;
}

.owl-caption .item a {
  text-decoration: none;
}

.owl-caption .item .caption {
  padding: 20px 5px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption {
    top: 60%;
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%);
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  .owl-caption .item .caption {
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%);
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption {
    top: 60%;
    width: 50%;
  }
}

.owl-caption .item .caption-title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gelion", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
  color: #002449;
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption-title-1 {
    font-size: 34px;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption-title-1 {
    font-size: 28px;
  }
}

.owl-caption .item .caption-title-1 i {
  color: #008ACC;
  font-size: 40px;
}

.owl-caption .item .caption-sub-title-1 {
  font-family: "Gelion", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 35px;
  color: #008ACC;
  margin: 10px 0;
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption-sub-title-1 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption-sub-title-1 {
    font-size: 18px;
    margin: 5px 0;
  }
}

.owl-caption .item .caption-title-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gelion", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #002449;
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption-title-2 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption-title-2 {
    font-size: 30px;
  }
}

.owl-caption .item .caption-title-2 i {
  color: #008ACC;
  font-size: 30px;
}

.owl-caption .item .caption-sub-title-2 {
  font-family: "Gelion", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #008ACC;
  margin: 10px 0;
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption-sub-title-2 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption-sub-title-2 {
    font-size: 20px;
    margin: 5px 0;
  }
}

.owl-caption .item .caption-text {
  font-family: "Gelion", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  color: #1a1a1a;
  padding-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .owl-caption .item .caption-text {
    font-size: 22px;
    padding-bottom: 15px;
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .owl-caption .item .caption-text {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
}

.owl-caption .item .caption-group {
  margin: 20px 0 !important;
}

.owl-caption .owl-nav.disabled + .owl-dots {
  position: absolute !important;
  left: 5% !important;
  top: 80%;
  z-index: 3 !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .owl-caption .owl-nav.disabled + .owl-dots {
    padding: 0 0 0 13px !important;
    bottom: 6px !important;
  }
}

.owl-cards {
  position: relative;
}

.owl-cards .owl-nav.disabled + .owl-dots {
  position: absolute !important;
  left: 1%;
  bottom: -5%;
  z-index: 3 !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .owl-cards .owl-nav.disabled + .owl-dots {
    padding: 0 0 0 13px !important;
  }
}

.owl-cards .owl-nav {
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .owl-cards .owl-nav {
    text-align: center;
    margin-left: 0;
  }
}

.owl-cards .owl-nav .owl-prev,
.owl-cards .owl-nav .owl-next {
  background: #008ACC !important;
  color: #FFF;
  border: none;
  font: inherit;
}

.owl-csquare {
  position: relative;
}

.owl-csquare .owl-nav.disabled + .owl-dots {
  position: absolute !important;
  left: 1%;
  bottom: -5%;
  z-index: 3 !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .owl-csquare .owl-nav.disabled + .owl-dots {
    padding: 0 0 0 13px !important;
  }
}

.owl-csquare .owl-nav {
  text-align: left !important;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .owl-csquare .owl-nav {
    text-align: left !important;
    margin-left: 0;
  }
}

.owl-csquare .owl-nav .owl-prev,
.owl-csquare .owl-nav .owl-next {
  background: transparent !important;
  color: #008ACC !important;
  border: none;
  font: inherit;
}

.owl-megamenu .owl-nav .owl-prev,
.owl-megamenu .owl-nav .owl-next {
  background: transparent !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-megamenu .owl-nav .owl-prev {
  position: absolute !important;
  left: 0 !important;
  font-weight: normal !important;
  font-size: 40px !important;
  bottom: 43% !important;
  color: #008ACC !important;
}

.owl-megamenu .owl-nav .owl-prev:hover {
  color: #002449 !important;
}

.owl-megamenu .owl-nav .owl-next {
  position: absolute !important;
  right: 0 !important;
  font-size: 40px !important;
  bottom: 43% !important;
  color: #008ACC !important;
}

.owl-megamenu .owl-nav .owl-next:hover {
  color: #002449 !important;
}

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

.list-nb .item-nb {
  font-family: "Gelion", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-nb .item-nb p {
  color: #000;
  padding: 2px 0;
}

.list-nb .item-nb a {
  text-decoration: none;
  color: #000;
  padding: 2px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.list-nb .item-nb a:hover {
  color: #008ACC !important;
}

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

.list-b .item-b {
  font-family: "Gelion", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-b .item-b::before {
  width: 1rem;
  content: "\2022";
  color: #008ACC;
  font-weight: bold;
  margin-left: -1rem;
}

.list-b .item-b p {
  color: #000;
  padding: 2px 0;
}

.list-b .item-b a {
  text-decoration: none;
  color: #000;
  padding: 2px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.list-b .item-b a:hover {
  color: #008ACC !important;
}

/*
    UTILITIES
*/
/*
    UTILITIES
*/
.headline-1 {
  font-family: "Gelion", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.headline-2 {
  font-family: "Gelion", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.headline-3 {
  font-family: "Gelion", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.headline-4 {
  font-family: "Gelion", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.sub-title-1 {
  font-family: "Gelion", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.sub-title-2 {
  font-family: "Gelion", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sub-title-3 {
  font-family: "Gelion", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

.text-1 {
  font-family: "Gelion", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-2 {
  font-family: "Gelion", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.caption {
  font-family: "Gelion", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.overline {
  font-family: "Gelion", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

@media (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-justify-sm {
    text-align: justify !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-justify-md {
    text-align: justify !important;
  }
  .text-center-md {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-justify-lg {
    text-align: justify !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left !important;
  }
  .text-right-xl {
    text-align: right !important;
  }
  .text-justify-xl {
    text-align: justify !important;
  }
  .text-center-xl {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-left-xxl {
    text-align: left !important;
  }
  .text-right-xxl {
    text-align: right !important;
  }
  .text-justify-xxl {
    text-align: justify !important;
  }
  .text-center-xxl {
    text-align: center !important;
  }
}

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

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

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

.font-weight-thin {
  font-weight: 100 !important;
}

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

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

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

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

.font-weight-black {
  font-weight: 800 !important;
}

.text-primary {
  color: #008ACC !important;
}

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

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

.text-gray {
  color: #CDCDCD !important;
}

.text-gray-dark {
  color: #898D95 !important;
}

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

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

.text-green {
  color: #06CB75 !important;
}

.text-aqua {
  color: #06B0CB !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

@media (min-width: 576px) {
  .m-1-sm {
    margin: 8px !important;
  }
  .m-2-sm {
    margin: 16px !important;
  }
  .m-3-sm {
    margin: 24px !important;
  }
  .m-4-sm {
    margin: 32px !important;
  }
  .m-5-sm {
    margin: 40px !important;
  }
  .m-6-sm {
    margin: 48px !important;
  }
}

@media (min-width: 768px) {
  .m-1-md {
    margin: 8px !important;
  }
  .m-2-md {
    margin: 16px !important;
  }
  .m-3-md {
    margin: 24px !important;
  }
  .m-4-md {
    margin: 32px !important;
  }
  .m-5-md {
    margin: 40px !important;
  }
  .m-6-md {
    margin: 48px !important;
  }
}

@media (min-width: 992px) {
  .m-1-lg {
    margin: 8px !important;
  }
  .m-2-lg {
    margin: 16px !important;
  }
  .m-3-lg {
    margin: 24px !important;
  }
  .m-4-lg {
    margin: 32px !important;
  }
  .m-5-lg {
    margin: 40px !important;
  }
  .m-6-lg {
    margin: 48px !important;
  }
}

@media (min-width: 1200px) {
  .m-1-xl {
    margin: 8px !important;
  }
  .m-2-xl {
    margin: 16px !important;
  }
  .m-3-xl {
    margin: 24px !important;
  }
  .m-4-xl {
    margin: 32px !important;
  }
  .m-5-xl {
    margin: 40px !important;
  }
  .m-6-xl {
    margin: 48px !important;
  }
}

@media (min-width: 1440px) {
  .m-1-xxl {
    margin: 8px !important;
  }
  .m-2-xxl {
    margin: 16px !important;
  }
  .m-3-xxl {
    margin: 24px !important;
  }
  .m-4-xxl {
    margin: 32px !important;
  }
  .m-5-xxl {
    margin: 40px !important;
  }
  .m-6-xxl {
    margin: 48px !important;
  }
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mt-6 {
  margin-top: 48px !important;
}

@media (min-width: 576px) {
  .mt-1-sm {
    margin-top: 8px !important;
  }
  .mt-2-sm {
    margin-top: 16px !important;
  }
  .mt-3-sm {
    margin-top: 24px !important;
  }
  .mt-4-sm {
    margin-top: 32px !important;
  }
  .mt-5-sm {
    margin-top: 40px !important;
  }
  .mt-6-sm {
    margin-top: 48px !important;
  }
}

@media (min-width: 768px) {
  .mt-1-md {
    margin-top: 8px !important;
  }
  .mt-2-md {
    margin-top: 16px !important;
  }
  .mt-3-md {
    margin-top: 24px !important;
  }
  .mt-4-md {
    margin-top: 32px !important;
  }
  .mt-5-md {
    margin-top: 40px !important;
  }
  .mt-6-md {
    margin-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .mt-1-lg {
    margin-top: 8px !important;
  }
  .mt-2-lg {
    margin-top: 16px !important;
  }
  .mt-3-lg {
    margin-top: 24px !important;
  }
  .mt-4-lg {
    margin-top: 32px !important;
  }
  .mt-5-lg {
    margin-top: 40px !important;
  }
  .mt-6-lg {
    margin-top: 48px !important;
  }
}

@media (min-width: 1200px) {
  .mt-1-xl {
    margin-top: 8px !important;
  }
  .mt-2-xl {
    margin-top: 16px !important;
  }
  .mt-3-xl {
    margin-top: 24px !important;
  }
  .mt-4-xl {
    margin-top: 32px !important;
  }
  .mt-5-xl {
    margin-top: 40px !important;
  }
  .mt-6-xl {
    margin-top: 48px !important;
  }
}

@media (min-width: 1440px) {
  .mt-1-xxl {
    margin-top: 8px !important;
  }
  .mt-2-xxl {
    margin-top: 16px !important;
  }
  .mt-3-xxl {
    margin-top: 24px !important;
  }
  .mt-4-xxl {
    margin-top: 32px !important;
  }
  .mt-5-xxl {
    margin-top: 40px !important;
  }
  .mt-6-xxl {
    margin-top: 48px !important;
  }
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media (min-width: 576px) {
  .my-1-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-2-sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-3-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-4-sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-5-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-6-sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 768px) {
  .my-1-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-2-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-3-md {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-4-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-5-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-6-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .my-1-lg {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-2-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-3-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-4-lg {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-5-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-6-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 1200px) {
  .my-1-xl {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-2-xl {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-3-xl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-4-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-5-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-6-xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 1440px) {
  .my-1-xxl {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-2-xxl {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-3-xxl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-4-xxl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-5-xxl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-6-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

.mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 40px !important;
}

.mr-6 {
  margin-right: 48px !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-6 {
  margin-bottom: 48px !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 40px !important;
}

.ml-6 {
  margin-left: 48px !important;
}

@media (min-width: 576px) {
  .ml-1-sm {
    margin-left: 8px !important;
  }
  .ml-2-sm {
    margin-left: 16px !important;
  }
  .ml-3-sm {
    margin-left: 24px !important;
  }
  .ml-4-sm {
    margin-left: 32px !important;
  }
  .ml-5-sm {
    margin-left: 40px !important;
  }
  .ml-6-sm {
    margin-left: 48px !important;
  }
}

@media (min-width: 768px) {
  .ml-1-md {
    margin-left: 8px !important;
  }
  .ml-2-md {
    margin-left: 16px !important;
  }
  .ml-3-md {
    margin-left: 24px !important;
  }
  .ml-4-md {
    margin-left: 32px !important;
  }
  .ml-5-md {
    margin-left: 40px !important;
  }
  .ml-6-md {
    margin-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .ml-1-lg {
    margin-left: 8px !important;
  }
  .ml-2-lg {
    margin-left: 16px !important;
  }
  .ml-3-lg {
    margin-left: 24px !important;
  }
  .ml-4-lg {
    margin-left: 32px !important;
  }
  .ml-5-lg {
    margin-left: 40px !important;
  }
  .ml-6-lg {
    margin-left: 48px !important;
  }
}

@media (min-width: 1200px) {
  .ml-1-xl {
    margin-left: 8px !important;
  }
  .ml-2-xl {
    margin-left: 16px !important;
  }
  .ml-3-xl {
    margin-left: 24px !important;
  }
  .ml-4-xl {
    margin-left: 32px !important;
  }
  .ml-5-xl {
    margin-left: 40px !important;
  }
  .ml-6-xl {
    margin-left: 48px !important;
  }
}

@media (min-width: 1440px) {
  .ml-1-xxl {
    margin-left: 8px !important;
  }
  .ml-2-xxl {
    margin-left: 16px !important;
  }
  .ml-3-xxl {
    margin-left: 24px !important;
  }
  .ml-4-xxl {
    margin-left: 32px !important;
  }
  .ml-5-xxl {
    margin-left: 40px !important;
  }
  .ml-6-xxl {
    margin-left: 48px !important;
  }
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

@media (min-width: 576px) {
  .p-1-sm {
    padding: 8px !important;
  }
  .p-2-sm {
    padding: 16px !important;
  }
  .p-3-sm {
    padding: 24px !important;
  }
  .p-4-sm {
    padding: 32px !important;
  }
  .p-5-sm {
    padding: 40px !important;
  }
  .p-6-sm {
    padding: 48px !important;
  }
}

@media (min-width: 768px) {
  .p-1-md {
    padding: 8px !important;
  }
  .p-2-md {
    padding: 16px !important;
  }
  .p-3-md {
    padding: 24px !important;
  }
  .p-4-md {
    padding: 32px !important;
  }
  .p-5-md {
    padding: 40px !important;
  }
  .p-6-md {
    padding: 48px !important;
  }
}

@media (min-width: 992px) {
  .p-1-lg {
    padding: 8px !important;
  }
  .p-2-lg {
    padding: 16px !important;
  }
  .p-3-lg {
    padding: 24px !important;
  }
  .p-4-lg {
    padding: 32px !important;
  }
  .p-5-lg {
    padding: 40px !important;
  }
  .p-6-lg {
    padding: 48px !important;
  }
}

@media (min-width: 1200px) {
  .p-1-xl {
    padding: 8px !important;
  }
  .p-2-xl {
    padding: 16px !important;
  }
  .p-3-xl {
    padding: 24px !important;
  }
  .p-4-xl {
    padding: 32px !important;
  }
  .p-5-xl {
    padding: 40px !important;
  }
  .p-6-xl {
    padding: 48px !important;
  }
}

@media (min-width: 1440px) {
  .p-1-xxl {
    padding: 8px !important;
  }
  .p-2-xxl {
    padding: 16px !important;
  }
  .p-3-xxl {
    padding: 24px !important;
  }
  .p-4-xxl {
    padding: 32px !important;
  }
  .p-5-xxl {
    padding: 40px !important;
  }
  .p-6-xxl {
    padding: 48px !important;
  }
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-2 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 40px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 40px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

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

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

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

@media (min-width: 576px) {
  .float-left-sm {
    float: left !important;
  }
  .float-right-sm {
    float: right !important;
  }
  .float-none-sm {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-left-md {
    float: left !important;
  }
  .float-right-md {
    float: right !important;
  }
  .float-none-md {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-left-lg {
    float: left !important;
  }
  .float-right-lg {
    float: right !important;
  }
  .float-none-lg {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-left-xl {
    float: left !important;
  }
  .float-right-xl {
    float: right !important;
  }
  .float-none-xl {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-left-xxl {
    float: left !important;
  }
  .float-right-xxl {
    float: right !important;
  }
  .float-none-xxl {
    float: none !important;
  }
}

.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;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

.p-static {
  position: static !important;
}

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

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

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

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

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

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

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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-none-sm {
    display: none !important;
  }
  .d-inline-sm {
    display: inline !important;
  }
  .d-inline-block-sm {
    display: inline-block !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .d-table-sm {
    display: table !important;
  }
  .d-table-row-sm {
    display: table-row !important;
  }
  .d-table-cell-sm {
    display: table-cell !important;
  }
  .d-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex-sm {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-none-md {
    display: none !important;
  }
  .d-inline-md {
    display: inline !important;
  }
  .d-inline-block-md {
    display: inline-block !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-table-md {
    display: table !important;
  }
  .d-table-row-md {
    display: table-row !important;
  }
  .d-table-cell-md {
    display: table-cell !important;
  }
  .d-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex-md {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-none-lg {
    display: none !important;
  }
  .d-inline-lg {
    display: inline !important;
  }
  .d-inline-block-lg {
    display: inline-block !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-table-lg {
    display: table !important;
  }
  .d-table-row-lg {
    display: table-row !important;
  }
  .d-table-cell-lg {
    display: table-cell !important;
  }
  .d-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex-lg {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-none-xl {
    display: none !important;
  }
  .d-inline-xl {
    display: inline !important;
  }
  .d-inline-block-xl {
    display: inline-block !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-table-xl {
    display: table !important;
  }
  .d-table-row-xl {
    display: table-row !important;
  }
  .d-table-cell-xl {
    display: table-cell !important;
  }
  .d-flex-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex-xl {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-none-xxl {
    display: none !important;
  }
  .d-inline-xxl {
    display: inline !important;
  }
  .d-inline-block-xxl {
    display: inline-block !important;
  }
  .d-block-xxl {
    display: block !important;
  }
  .d-table-xxl {
    display: table !important;
  }
  .d-table-row-xxl {
    display: table-row !important;
  }
  .d-table-cell-xxl {
    display: table-cell !important;
  }
  .d-flex-xxl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex-xxl {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.bg-gray-light {
  background: #E5E5E5 !important;
}

.bg-gray {
  background: #CDCDCD !important;
}

.bg-gray-dark {
  background: #898D95 !important;
}

.bg-primary {
  background: #008ACC !important;
}

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

.bg-dark {
  background: #1a1a1a !important;
}

.box {
  height: 200px;
}
/*# sourceMappingURL=styleCustomLd.css.map */