/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(//www.fisheraccountants.com/wp-content/plugins/kingcomposer/includes/frontend/vendors/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme 
*	v1.3.3
*/
.owl-theme.left .owl-controls{
	margin-top: 0px;
	text-align: left;
}
.owl-theme .owl-controls{
	margin-top: 20px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 8px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #272727;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #272727;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme.lightbults .owl-controls .owl-page span{
	background: #fff;
}
.owl-theme.lightbults .owl-controls .owl-page.active span,
.owl-theme.lightbults .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(//www.fisheraccountants.com/wp-content/plugins/kingcomposer/includes/frontend/vendors/owl-carousel/AjaxLoader.gif) no-repeat center center
}body,
html {
  scroll-behavior: unset !important;
  overflow-x: hidden !important;
}

.BS_ENABLED {
  /*!
   * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /*# sourceMappingURL=bootstrap-grid.css.map */
  /*!
   * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*# sourceMappingURL=bootstrap-utilities.css.map */
  /*!
   * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /*# sourceMappingURL=bootstrap-reboot.css.map */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  font-weight: 300;
  color: #2b3954;
  font-family: "Josefin Sans", "MS Serif", "New York", sans-serif;
  font-size: 16px;
}
.BS_ENABLED .container,
.BS_ENABLED .container-fluid,
.BS_ENABLED .container-xxl,
.BS_ENABLED .container-xl,
.BS_ENABLED .container-lg,
.BS_ENABLED .container-md,
.BS_ENABLED .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .BS_ENABLED .container-sm, .BS_ENABLED .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .container-md, .BS_ENABLED .container-sm, .BS_ENABLED .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .container-lg, .BS_ENABLED .container-md, .BS_ENABLED .container-sm, .BS_ENABLED .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .container-xl, .BS_ENABLED .container-lg, .BS_ENABLED .container-md, .BS_ENABLED .container-sm, .BS_ENABLED .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .container-xxl, .BS_ENABLED .container-xl, .BS_ENABLED .container-lg, .BS_ENABLED .container-md, .BS_ENABLED .container-sm, .BS_ENABLED .container {
    max-width: 1320px;
  }
}
.BS_ENABLED .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.BS_ENABLED .row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.BS_ENABLED .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.BS_ENABLED .row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.BS_ENABLED .row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.BS_ENABLED .row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.BS_ENABLED .row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.BS_ENABLED .row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.BS_ENABLED .row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
.BS_ENABLED .row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .BS_ENABLED .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .BS_ENABLED .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .BS_ENABLED .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .BS_ENABLED .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .BS_ENABLED .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .BS_ENABLED .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .BS_ENABLED .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .BS_ENABLED .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .BS_ENABLED .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .BS_ENABLED .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .BS_ENABLED .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .BS_ENABLED .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .BS_ENABLED .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .BS_ENABLED .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .BS_ENABLED .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .BS_ENABLED .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.BS_ENABLED .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.BS_ENABLED .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.BS_ENABLED .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.BS_ENABLED .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.BS_ENABLED .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.BS_ENABLED .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.BS_ENABLED .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.BS_ENABLED .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.BS_ENABLED .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.BS_ENABLED .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.BS_ENABLED .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.BS_ENABLED .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.BS_ENABLED .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.BS_ENABLED .offset-1 {
  margin-left: 8.33333333%;
}
.BS_ENABLED .offset-2 {
  margin-left: 16.66666667%;
}
.BS_ENABLED .offset-3 {
  margin-left: 25%;
}
.BS_ENABLED .offset-4 {
  margin-left: 33.33333333%;
}
.BS_ENABLED .offset-5 {
  margin-left: 41.66666667%;
}
.BS_ENABLED .offset-6 {
  margin-left: 50%;
}
.BS_ENABLED .offset-7 {
  margin-left: 58.33333333%;
}
.BS_ENABLED .offset-8 {
  margin-left: 66.66666667%;
}
.BS_ENABLED .offset-9 {
  margin-left: 75%;
}
.BS_ENABLED .offset-10 {
  margin-left: 83.33333333%;
}
.BS_ENABLED .offset-11 {
  margin-left: 91.66666667%;
}
.BS_ENABLED .g-0,
.BS_ENABLED .gx-0 {
  --bs-gutter-x: 0;
}
.BS_ENABLED .g-0,
.BS_ENABLED .gy-0 {
  --bs-gutter-y: 0;
}
.BS_ENABLED .g-1,
.BS_ENABLED .gx-1 {
  --bs-gutter-x: 4px;
}
.BS_ENABLED .g-1,
.BS_ENABLED .gy-1 {
  --bs-gutter-y: 4px;
}
.BS_ENABLED .g-2,
.BS_ENABLED .gx-2 {
  --bs-gutter-x: 8px;
}
.BS_ENABLED .g-2,
.BS_ENABLED .gy-2 {
  --bs-gutter-y: 8px;
}
.BS_ENABLED .g-3,
.BS_ENABLED .gx-3 {
  --bs-gutter-x: 16px;
}
.BS_ENABLED .g-3,
.BS_ENABLED .gy-3 {
  --bs-gutter-y: 16px;
}
.BS_ENABLED .g-4,
.BS_ENABLED .gx-4 {
  --bs-gutter-x: 24px;
}
.BS_ENABLED .g-4,
.BS_ENABLED .gy-4 {
  --bs-gutter-y: 24px;
}
.BS_ENABLED .g-5,
.BS_ENABLED .gx-5 {
  --bs-gutter-x: 48px;
}
.BS_ENABLED .g-5,
.BS_ENABLED .gy-5 {
  --bs-gutter-y: 48px;
}
@media (min-width: 576px) {
  .BS_ENABLED .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .BS_ENABLED .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .BS_ENABLED .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .BS_ENABLED .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .BS_ENABLED .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .BS_ENABLED .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .BS_ENABLED .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .BS_ENABLED .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .BS_ENABLED .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .BS_ENABLED .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .offset-sm-0 {
    margin-left: 0;
  }
  .BS_ENABLED .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .BS_ENABLED .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .BS_ENABLED .offset-sm-3 {
    margin-left: 25%;
  }
  .BS_ENABLED .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .BS_ENABLED .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .BS_ENABLED .offset-sm-6 {
    margin-left: 50%;
  }
  .BS_ENABLED .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .BS_ENABLED .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .BS_ENABLED .offset-sm-9 {
    margin-left: 75%;
  }
  .BS_ENABLED .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .BS_ENABLED .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .BS_ENABLED .g-sm-0,
.BS_ENABLED .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .BS_ENABLED .g-sm-0,
.BS_ENABLED .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .BS_ENABLED .g-sm-1,
.BS_ENABLED .gx-sm-1 {
    --bs-gutter-x: 4px;
  }
  .BS_ENABLED .g-sm-1,
.BS_ENABLED .gy-sm-1 {
    --bs-gutter-y: 4px;
  }
  .BS_ENABLED .g-sm-2,
.BS_ENABLED .gx-sm-2 {
    --bs-gutter-x: 8px;
  }
  .BS_ENABLED .g-sm-2,
.BS_ENABLED .gy-sm-2 {
    --bs-gutter-y: 8px;
  }
  .BS_ENABLED .g-sm-3,
.BS_ENABLED .gx-sm-3 {
    --bs-gutter-x: 16px;
  }
  .BS_ENABLED .g-sm-3,
.BS_ENABLED .gy-sm-3 {
    --bs-gutter-y: 16px;
  }
  .BS_ENABLED .g-sm-4,
.BS_ENABLED .gx-sm-4 {
    --bs-gutter-x: 24px;
  }
  .BS_ENABLED .g-sm-4,
.BS_ENABLED .gy-sm-4 {
    --bs-gutter-y: 24px;
  }
  .BS_ENABLED .g-sm-5,
.BS_ENABLED .gx-sm-5 {
    --bs-gutter-x: 48px;
  }
  .BS_ENABLED .g-sm-5,
.BS_ENABLED .gy-sm-5 {
    --bs-gutter-y: 48px;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .BS_ENABLED .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .BS_ENABLED .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .BS_ENABLED .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .BS_ENABLED .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .BS_ENABLED .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .BS_ENABLED .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .BS_ENABLED .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .BS_ENABLED .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .BS_ENABLED .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .offset-md-0 {
    margin-left: 0;
  }
  .BS_ENABLED .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .BS_ENABLED .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .BS_ENABLED .offset-md-3 {
    margin-left: 25%;
  }
  .BS_ENABLED .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .BS_ENABLED .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .BS_ENABLED .offset-md-6 {
    margin-left: 50%;
  }
  .BS_ENABLED .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .BS_ENABLED .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .BS_ENABLED .offset-md-9 {
    margin-left: 75%;
  }
  .BS_ENABLED .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .BS_ENABLED .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .BS_ENABLED .g-md-0,
.BS_ENABLED .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .BS_ENABLED .g-md-0,
.BS_ENABLED .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .BS_ENABLED .g-md-1,
.BS_ENABLED .gx-md-1 {
    --bs-gutter-x: 4px;
  }
  .BS_ENABLED .g-md-1,
.BS_ENABLED .gy-md-1 {
    --bs-gutter-y: 4px;
  }
  .BS_ENABLED .g-md-2,
.BS_ENABLED .gx-md-2 {
    --bs-gutter-x: 8px;
  }
  .BS_ENABLED .g-md-2,
.BS_ENABLED .gy-md-2 {
    --bs-gutter-y: 8px;
  }
  .BS_ENABLED .g-md-3,
.BS_ENABLED .gx-md-3 {
    --bs-gutter-x: 16px;
  }
  .BS_ENABLED .g-md-3,
.BS_ENABLED .gy-md-3 {
    --bs-gutter-y: 16px;
  }
  .BS_ENABLED .g-md-4,
.BS_ENABLED .gx-md-4 {
    --bs-gutter-x: 24px;
  }
  .BS_ENABLED .g-md-4,
.BS_ENABLED .gy-md-4 {
    --bs-gutter-y: 24px;
  }
  .BS_ENABLED .g-md-5,
.BS_ENABLED .gx-md-5 {
    --bs-gutter-x: 48px;
  }
  .BS_ENABLED .g-md-5,
.BS_ENABLED .gy-md-5 {
    --bs-gutter-y: 48px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .BS_ENABLED .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .BS_ENABLED .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .BS_ENABLED .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .BS_ENABLED .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .BS_ENABLED .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .BS_ENABLED .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .BS_ENABLED .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .BS_ENABLED .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .BS_ENABLED .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .offset-lg-0 {
    margin-left: 0;
  }
  .BS_ENABLED .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .BS_ENABLED .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .BS_ENABLED .offset-lg-3 {
    margin-left: 25%;
  }
  .BS_ENABLED .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .BS_ENABLED .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .BS_ENABLED .offset-lg-6 {
    margin-left: 50%;
  }
  .BS_ENABLED .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .BS_ENABLED .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .BS_ENABLED .offset-lg-9 {
    margin-left: 75%;
  }
  .BS_ENABLED .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .BS_ENABLED .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .BS_ENABLED .g-lg-0,
.BS_ENABLED .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .BS_ENABLED .g-lg-0,
.BS_ENABLED .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .BS_ENABLED .g-lg-1,
.BS_ENABLED .gx-lg-1 {
    --bs-gutter-x: 4px;
  }
  .BS_ENABLED .g-lg-1,
.BS_ENABLED .gy-lg-1 {
    --bs-gutter-y: 4px;
  }
  .BS_ENABLED .g-lg-2,
.BS_ENABLED .gx-lg-2 {
    --bs-gutter-x: 8px;
  }
  .BS_ENABLED .g-lg-2,
.BS_ENABLED .gy-lg-2 {
    --bs-gutter-y: 8px;
  }
  .BS_ENABLED .g-lg-3,
.BS_ENABLED .gx-lg-3 {
    --bs-gutter-x: 16px;
  }
  .BS_ENABLED .g-lg-3,
.BS_ENABLED .gy-lg-3 {
    --bs-gutter-y: 16px;
  }
  .BS_ENABLED .g-lg-4,
.BS_ENABLED .gx-lg-4 {
    --bs-gutter-x: 24px;
  }
  .BS_ENABLED .g-lg-4,
.BS_ENABLED .gy-lg-4 {
    --bs-gutter-y: 24px;
  }
  .BS_ENABLED .g-lg-5,
.BS_ENABLED .gx-lg-5 {
    --bs-gutter-x: 48px;
  }
  .BS_ENABLED .g-lg-5,
.BS_ENABLED .gy-lg-5 {
    --bs-gutter-y: 48px;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .BS_ENABLED .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .BS_ENABLED .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .BS_ENABLED .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .BS_ENABLED .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .BS_ENABLED .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .BS_ENABLED .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .BS_ENABLED .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .BS_ENABLED .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .BS_ENABLED .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .offset-xl-0 {
    margin-left: 0;
  }
  .BS_ENABLED .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .BS_ENABLED .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .BS_ENABLED .offset-xl-3 {
    margin-left: 25%;
  }
  .BS_ENABLED .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .BS_ENABLED .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .BS_ENABLED .offset-xl-6 {
    margin-left: 50%;
  }
  .BS_ENABLED .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .BS_ENABLED .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .BS_ENABLED .offset-xl-9 {
    margin-left: 75%;
  }
  .BS_ENABLED .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .BS_ENABLED .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .BS_ENABLED .g-xl-0,
.BS_ENABLED .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .BS_ENABLED .g-xl-0,
.BS_ENABLED .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .BS_ENABLED .g-xl-1,
.BS_ENABLED .gx-xl-1 {
    --bs-gutter-x: 4px;
  }
  .BS_ENABLED .g-xl-1,
.BS_ENABLED .gy-xl-1 {
    --bs-gutter-y: 4px;
  }
  .BS_ENABLED .g-xl-2,
.BS_ENABLED .gx-xl-2 {
    --bs-gutter-x: 8px;
  }
  .BS_ENABLED .g-xl-2,
.BS_ENABLED .gy-xl-2 {
    --bs-gutter-y: 8px;
  }
  .BS_ENABLED .g-xl-3,
.BS_ENABLED .gx-xl-3 {
    --bs-gutter-x: 16px;
  }
  .BS_ENABLED .g-xl-3,
.BS_ENABLED .gy-xl-3 {
    --bs-gutter-y: 16px;
  }
  .BS_ENABLED .g-xl-4,
.BS_ENABLED .gx-xl-4 {
    --bs-gutter-x: 24px;
  }
  .BS_ENABLED .g-xl-4,
.BS_ENABLED .gy-xl-4 {
    --bs-gutter-y: 24px;
  }
  .BS_ENABLED .g-xl-5,
.BS_ENABLED .gx-xl-5 {
    --bs-gutter-x: 48px;
  }
  .BS_ENABLED .g-xl-5,
.BS_ENABLED .gy-xl-5 {
    --bs-gutter-y: 48px;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .BS_ENABLED .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .BS_ENABLED .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .BS_ENABLED .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .BS_ENABLED .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .BS_ENABLED .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .BS_ENABLED .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .BS_ENABLED .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .BS_ENABLED .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .BS_ENABLED .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .BS_ENABLED .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .BS_ENABLED .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .BS_ENABLED .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .BS_ENABLED .offset-xxl-0 {
    margin-left: 0;
  }
  .BS_ENABLED .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .BS_ENABLED .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .BS_ENABLED .offset-xxl-3 {
    margin-left: 25%;
  }
  .BS_ENABLED .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .BS_ENABLED .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .BS_ENABLED .offset-xxl-6 {
    margin-left: 50%;
  }
  .BS_ENABLED .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .BS_ENABLED .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .BS_ENABLED .offset-xxl-9 {
    margin-left: 75%;
  }
  .BS_ENABLED .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .BS_ENABLED .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .BS_ENABLED .g-xxl-0,
.BS_ENABLED .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .BS_ENABLED .g-xxl-0,
.BS_ENABLED .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .BS_ENABLED .g-xxl-1,
.BS_ENABLED .gx-xxl-1 {
    --bs-gutter-x: 4px;
  }
  .BS_ENABLED .g-xxl-1,
.BS_ENABLED .gy-xxl-1 {
    --bs-gutter-y: 4px;
  }
  .BS_ENABLED .g-xxl-2,
.BS_ENABLED .gx-xxl-2 {
    --bs-gutter-x: 8px;
  }
  .BS_ENABLED .g-xxl-2,
.BS_ENABLED .gy-xxl-2 {
    --bs-gutter-y: 8px;
  }
  .BS_ENABLED .g-xxl-3,
.BS_ENABLED .gx-xxl-3 {
    --bs-gutter-x: 16px;
  }
  .BS_ENABLED .g-xxl-3,
.BS_ENABLED .gy-xxl-3 {
    --bs-gutter-y: 16px;
  }
  .BS_ENABLED .g-xxl-4,
.BS_ENABLED .gx-xxl-4 {
    --bs-gutter-x: 24px;
  }
  .BS_ENABLED .g-xxl-4,
.BS_ENABLED .gy-xxl-4 {
    --bs-gutter-y: 24px;
  }
  .BS_ENABLED .g-xxl-5,
.BS_ENABLED .gx-xxl-5 {
    --bs-gutter-x: 48px;
  }
  .BS_ENABLED .g-xxl-5,
.BS_ENABLED .gy-xxl-5 {
    --bs-gutter-y: 48px;
  }
}
.BS_ENABLED .d-inline {
  display: inline !important;
}
.BS_ENABLED .d-inline-block {
  display: inline-block !important;
}
.BS_ENABLED .d-block {
  display: block !important;
}
.BS_ENABLED .d-grid {
  display: grid !important;
}
.BS_ENABLED .d-table {
  display: table !important;
}
.BS_ENABLED .d-table-row {
  display: table-row !important;
}
.BS_ENABLED .d-table-cell {
  display: table-cell !important;
}
.BS_ENABLED .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.BS_ENABLED .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.BS_ENABLED .d-none {
  display: none !important;
}
.BS_ENABLED .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.BS_ENABLED .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.BS_ENABLED .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.BS_ENABLED .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.BS_ENABLED .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.BS_ENABLED .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.BS_ENABLED .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.BS_ENABLED .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.BS_ENABLED .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.BS_ENABLED .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.BS_ENABLED .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.BS_ENABLED .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.BS_ENABLED .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.BS_ENABLED .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.BS_ENABLED .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.BS_ENABLED .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.BS_ENABLED .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.BS_ENABLED .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.BS_ENABLED .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.BS_ENABLED .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.BS_ENABLED .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.BS_ENABLED .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.BS_ENABLED .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.BS_ENABLED .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.BS_ENABLED .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.BS_ENABLED .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.BS_ENABLED .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.BS_ENABLED .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.BS_ENABLED .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.BS_ENABLED .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.BS_ENABLED .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.BS_ENABLED .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.BS_ENABLED .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.BS_ENABLED .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.BS_ENABLED .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.BS_ENABLED .order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}
.BS_ENABLED .order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
.BS_ENABLED .order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.BS_ENABLED .order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.BS_ENABLED .order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.BS_ENABLED .order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
.BS_ENABLED .order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
.BS_ENABLED .order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
.BS_ENABLED .m-0 {
  margin: 0 !important;
}
.BS_ENABLED .m-1 {
  margin: 4px !important;
}
.BS_ENABLED .m-2 {
  margin: 8px !important;
}
.BS_ENABLED .m-3 {
  margin: 16px !important;
}
.BS_ENABLED .m-4 {
  margin: 24px !important;
}
.BS_ENABLED .m-5 {
  margin: 48px !important;
}
.BS_ENABLED .m-auto {
  margin: auto !important;
}
.BS_ENABLED .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.BS_ENABLED .mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.BS_ENABLED .mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.BS_ENABLED .mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.BS_ENABLED .mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.BS_ENABLED .mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.BS_ENABLED .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.BS_ENABLED .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.BS_ENABLED .my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.BS_ENABLED .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.BS_ENABLED .my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.BS_ENABLED .my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.BS_ENABLED .my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.BS_ENABLED .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.BS_ENABLED .mt-0 {
  margin-top: 0 !important;
}
.BS_ENABLED .mt-1 {
  margin-top: 4px !important;
}
.BS_ENABLED .mt-2 {
  margin-top: 8px !important;
}
.BS_ENABLED .mt-3 {
  margin-top: 16px !important;
}
.BS_ENABLED .mt-4 {
  margin-top: 24px !important;
}
.BS_ENABLED .mt-5 {
  margin-top: 48px !important;
}
.BS_ENABLED .mt-auto {
  margin-top: auto !important;
}
.BS_ENABLED .me-0 {
  margin-right: 0 !important;
}
.BS_ENABLED .me-1 {
  margin-right: 4px !important;
}
.BS_ENABLED .me-2 {
  margin-right: 8px !important;
}
.BS_ENABLED .me-3 {
  margin-right: 16px !important;
}
.BS_ENABLED .me-4 {
  margin-right: 24px !important;
}
.BS_ENABLED .me-5 {
  margin-right: 48px !important;
}
.BS_ENABLED .me-auto {
  margin-right: auto !important;
}
.BS_ENABLED .mb-0 {
  margin-bottom: 0 !important;
}
.BS_ENABLED .mb-1 {
  margin-bottom: 4px !important;
}
.BS_ENABLED .mb-2 {
  margin-bottom: 8px !important;
}
.BS_ENABLED .mb-3 {
  margin-bottom: 16px !important;
}
.BS_ENABLED .mb-4 {
  margin-bottom: 24px !important;
}
.BS_ENABLED .mb-5 {
  margin-bottom: 48px !important;
}
.BS_ENABLED .mb-auto {
  margin-bottom: auto !important;
}
.BS_ENABLED .ms-0 {
  margin-left: 0 !important;
}
.BS_ENABLED .ms-1 {
  margin-left: 4px !important;
}
.BS_ENABLED .ms-2 {
  margin-left: 8px !important;
}
.BS_ENABLED .ms-3 {
  margin-left: 16px !important;
}
.BS_ENABLED .ms-4 {
  margin-left: 24px !important;
}
.BS_ENABLED .ms-5 {
  margin-left: 48px !important;
}
.BS_ENABLED .ms-auto {
  margin-left: auto !important;
}
.BS_ENABLED .p-0 {
  padding: 0 !important;
}
.BS_ENABLED .p-1 {
  padding: 4px !important;
}
.BS_ENABLED .p-2 {
  padding: 8px !important;
}
.BS_ENABLED .p-3 {
  padding: 16px !important;
}
.BS_ENABLED .p-4 {
  padding: 24px !important;
}
.BS_ENABLED .p-5 {
  padding: 48px !important;
}
.BS_ENABLED .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.BS_ENABLED .px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.BS_ENABLED .px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.BS_ENABLED .px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.BS_ENABLED .px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.BS_ENABLED .px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.BS_ENABLED .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.BS_ENABLED .py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.BS_ENABLED .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.BS_ENABLED .py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.BS_ENABLED .py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.BS_ENABLED .py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.BS_ENABLED .pt-0 {
  padding-top: 0 !important;
}
.BS_ENABLED .pt-1 {
  padding-top: 4px !important;
}
.BS_ENABLED .pt-2 {
  padding-top: 8px !important;
}
.BS_ENABLED .pt-3 {
  padding-top: 16px !important;
}
.BS_ENABLED .pt-4 {
  padding-top: 24px !important;
}
.BS_ENABLED .pt-5 {
  padding-top: 48px !important;
}
.BS_ENABLED .pe-0 {
  padding-right: 0 !important;
}
.BS_ENABLED .pe-1 {
  padding-right: 4px !important;
}
.BS_ENABLED .pe-2 {
  padding-right: 8px !important;
}
.BS_ENABLED .pe-3 {
  padding-right: 16px !important;
}
.BS_ENABLED .pe-4 {
  padding-right: 24px !important;
}
.BS_ENABLED .pe-5 {
  padding-right: 48px !important;
}
.BS_ENABLED .pb-0 {
  padding-bottom: 0 !important;
}
.BS_ENABLED .pb-1 {
  padding-bottom: 4px !important;
}
.BS_ENABLED .pb-2 {
  padding-bottom: 8px !important;
}
.BS_ENABLED .pb-3 {
  padding-bottom: 16px !important;
}
.BS_ENABLED .pb-4 {
  padding-bottom: 24px !important;
}
.BS_ENABLED .pb-5 {
  padding-bottom: 48px !important;
}
.BS_ENABLED .ps-0 {
  padding-left: 0 !important;
}
.BS_ENABLED .ps-1 {
  padding-left: 4px !important;
}
.BS_ENABLED .ps-2 {
  padding-left: 8px !important;
}
.BS_ENABLED .ps-3 {
  padding-left: 16px !important;
}
.BS_ENABLED .ps-4 {
  padding-left: 24px !important;
}
.BS_ENABLED .ps-5 {
  padding-left: 48px !important;
}
@media (min-width: 576px) {
  .BS_ENABLED .d-sm-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-sm-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-sm-block {
    display: block !important;
  }
  .BS_ENABLED .d-sm-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-sm-table {
    display: table !important;
  }
  .BS_ENABLED .d-sm-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-sm-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-sm-none {
    display: none !important;
  }
  .BS_ENABLED .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-sm-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-sm-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-sm-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-sm-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-sm-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-sm-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-sm-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-sm-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-sm-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-sm-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-sm-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-sm-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-sm-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-sm-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-sm-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-sm-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-sm-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-sm-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-sm-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-sm-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-sm-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-sm-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-sm-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-sm-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-sm-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-sm-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-sm-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-sm-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-sm-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-sm-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-sm-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-sm-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-sm-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-sm-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-sm-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-sm-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-sm-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-sm-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-sm-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-sm-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-sm-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-sm-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-sm-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-sm-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-sm-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-sm-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-sm-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-sm-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-sm-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-sm-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-sm-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-sm-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-sm-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-sm-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-sm-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-sm-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-sm-5 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .d-md-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-md-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-md-block {
    display: block !important;
  }
  .BS_ENABLED .d-md-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-md-table {
    display: table !important;
  }
  .BS_ENABLED .d-md-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-md-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-md-none {
    display: none !important;
  }
  .BS_ENABLED .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-md-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-md-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-md-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-md-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-md-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-md-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-md-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-md-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-md-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-md-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-md-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-md-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-md-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-md-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-md-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-md-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-md-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-md-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-md-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-md-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-md-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-md-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-md-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-md-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-md-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-md-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-md-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-md-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-md-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-md-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-md-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-md-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-md-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-md-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-md-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-md-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-md-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-md-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-md-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-md-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-md-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-md-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-md-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-md-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-md-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-md-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-md-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-md-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-md-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-md-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-md-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-md-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-md-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-md-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-md-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-md-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-md-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-md-5 {
    padding-left: 48px !important;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .d-lg-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-lg-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-lg-block {
    display: block !important;
  }
  .BS_ENABLED .d-lg-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-lg-table {
    display: table !important;
  }
  .BS_ENABLED .d-lg-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-lg-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-lg-none {
    display: none !important;
  }
  .BS_ENABLED .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-lg-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-lg-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-lg-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-lg-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-lg-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-lg-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-lg-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-lg-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-lg-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-lg-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-lg-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-lg-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-lg-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-lg-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-lg-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-lg-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-lg-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-lg-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-lg-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-lg-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-lg-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-lg-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-lg-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-lg-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-lg-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-lg-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-lg-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-lg-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-lg-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-lg-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-lg-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-lg-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-lg-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-lg-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-lg-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-lg-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-lg-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-lg-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-lg-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-lg-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-lg-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-lg-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-lg-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-lg-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-lg-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-lg-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-lg-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-lg-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-lg-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-lg-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-lg-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-lg-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-lg-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-lg-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-lg-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-lg-5 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .d-xl-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-xl-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-xl-block {
    display: block !important;
  }
  .BS_ENABLED .d-xl-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-xl-table {
    display: table !important;
  }
  .BS_ENABLED .d-xl-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-xl-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-xl-none {
    display: none !important;
  }
  .BS_ENABLED .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-xl-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-xl-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-xl-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-xl-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-xl-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-xl-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-xl-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-xl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-xl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-xl-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-xl-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-xl-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-xl-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-xl-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-xl-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-xl-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-xl-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-xl-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-xl-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-xl-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-xl-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-xl-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-xl-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-xl-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-xl-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-xl-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-xl-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-xl-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-xl-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-xl-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-xl-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-xl-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-xl-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-xl-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-xl-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-xl-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-xl-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-xl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-xl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-xl-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-xl-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-xl-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-xl-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-xl-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-xl-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-xl-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-xl-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-xl-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-xl-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-xl-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-xl-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-xl-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-xl-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-xl-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-xl-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-xl-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-xl-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-xl-5 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .d-xxl-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-xxl-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-xxl-block {
    display: block !important;
  }
  .BS_ENABLED .d-xxl-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-xxl-table {
    display: table !important;
  }
  .BS_ENABLED .d-xxl-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-xxl-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-xxl-none {
    display: none !important;
  }
  .BS_ENABLED .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-xxl-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-xxl-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-xxl-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-xxl-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-xxl-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-xxl-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-xxl-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-xxl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-xxl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-xxl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-xxl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-xxl-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-xxl-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-xxl-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-xxl-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-xxl-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-xxl-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-xxl-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-xxl-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-xxl-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-xxl-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-xxl-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-xxl-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-xxl-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-xxl-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-xxl-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-xxl-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-xxl-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-xxl-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-xxl-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-xxl-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-xxl-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-xxl-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-xxl-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-xxl-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-xxl-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-xxl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-xxl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-xxl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-xxl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-xxl-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-xxl-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-xxl-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-xxl-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-xxl-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-xxl-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-xxl-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-xxl-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-xxl-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-xxl-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-xxl-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-xxl-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-xxl-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-xxl-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-xxl-5 {
    padding-left: 48px !important;
  }
}
@media print {
  .BS_ENABLED .d-print-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-print-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-print-block {
    display: block !important;
  }
  .BS_ENABLED .d-print-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-print-table {
    display: table !important;
  }
  .BS_ENABLED .d-print-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-print-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-print-none {
    display: none !important;
  }
}
.BS_ENABLED .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.BS_ENABLED .link-primary {
  color: #0d6efd;
}
.BS_ENABLED .link-primary:hover,
.BS_ENABLED .link-primary:focus {
  color: #0a58ca;
}
.BS_ENABLED .link-secondary {
  color: #6c757d;
}
.BS_ENABLED .link-secondary:hover,
.BS_ENABLED .link-secondary:focus {
  color: #565e64;
}
.BS_ENABLED .link-success {
  color: #198754;
}
.BS_ENABLED .link-success:hover,
.BS_ENABLED .link-success:focus {
  color: #146c43;
}
.BS_ENABLED .link-info {
  color: #0dcaf0;
}
.BS_ENABLED .link-info:hover,
.BS_ENABLED .link-info:focus {
  color: #3dd5f3;
}
.BS_ENABLED .link-warning {
  color: #ffc107;
}
.BS_ENABLED .link-warning:hover,
.BS_ENABLED .link-warning:focus {
  color: #ffcd39;
}
.BS_ENABLED .link-danger {
  color: #dc3545;
}
.BS_ENABLED .link-danger:hover,
.BS_ENABLED .link-danger:focus {
  color: #b02a37;
}
.BS_ENABLED .link-light {
  color: #f8f9fa;
}
.BS_ENABLED .link-light:hover,
.BS_ENABLED .link-light:focus {
  color: #f9fafb;
}
.BS_ENABLED .link-dark {
  color: #212529;
}
.BS_ENABLED .link-dark:hover,
.BS_ENABLED .link-dark:focus {
  color: #1a1e21;
}
.BS_ENABLED .ratio {
  position: relative;
  width: 100%;
}
.BS_ENABLED .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.BS_ENABLED .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.BS_ENABLED .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.BS_ENABLED .ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.BS_ENABLED .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.BS_ENABLED .ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.BS_ENABLED .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.BS_ENABLED .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.BS_ENABLED .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .BS_ENABLED .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.BS_ENABLED .visually-hidden,
.BS_ENABLED .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.BS_ENABLED .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.BS_ENABLED .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BS_ENABLED .align-baseline {
  vertical-align: baseline !important;
}
.BS_ENABLED .align-top {
  vertical-align: top !important;
}
.BS_ENABLED .align-middle {
  vertical-align: middle !important;
}
.BS_ENABLED .align-bottom {
  vertical-align: bottom !important;
}
.BS_ENABLED .align-text-bottom {
  vertical-align: text-bottom !important;
}
.BS_ENABLED .align-text-top {
  vertical-align: text-top !important;
}
.BS_ENABLED .float-start {
  float: left !important;
}
.BS_ENABLED .float-end {
  float: right !important;
}
.BS_ENABLED .float-none {
  float: none !important;
}
.BS_ENABLED .overflow-auto {
  overflow: auto !important;
}
.BS_ENABLED .overflow-hidden {
  overflow: hidden !important;
}
.BS_ENABLED .overflow-visible {
  overflow: visible !important;
}
.BS_ENABLED .overflow-scroll {
  overflow: scroll !important;
}
.BS_ENABLED .d-inline {
  display: inline !important;
}
.BS_ENABLED .d-inline-block {
  display: inline-block !important;
}
.BS_ENABLED .d-block {
  display: block !important;
}
.BS_ENABLED .d-grid {
  display: grid !important;
}
.BS_ENABLED .d-table {
  display: table !important;
}
.BS_ENABLED .d-table-row {
  display: table-row !important;
}
.BS_ENABLED .d-table-cell {
  display: table-cell !important;
}
.BS_ENABLED .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.BS_ENABLED .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.BS_ENABLED .d-none {
  display: none !important;
}
.BS_ENABLED .shadow {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}
.BS_ENABLED .shadow-sm {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}
.BS_ENABLED .shadow-lg {
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
}
.BS_ENABLED .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.BS_ENABLED .position-static {
  position: static !important;
}
.BS_ENABLED .position-relative {
  position: relative !important;
}
.BS_ENABLED .position-absolute {
  position: absolute !important;
}
.BS_ENABLED .position-fixed {
  position: fixed !important;
}
.BS_ENABLED .position-sticky {
  position: sticky !important;
}
.BS_ENABLED .top-0 {
  top: 0 !important;
}
.BS_ENABLED .top-50 {
  top: 50% !important;
}
.BS_ENABLED .top-100 {
  top: 100% !important;
}
.BS_ENABLED .bottom-0 {
  bottom: 0 !important;
}
.BS_ENABLED .bottom-50 {
  bottom: 50% !important;
}
.BS_ENABLED .bottom-100 {
  bottom: 100% !important;
}
.BS_ENABLED .start-0 {
  left: 0 !important;
}
.BS_ENABLED .start-50 {
  left: 50% !important;
}
.BS_ENABLED .start-100 {
  left: 100% !important;
}
.BS_ENABLED .end-0 {
  right: 0 !important;
}
.BS_ENABLED .end-50 {
  right: 50% !important;
}
.BS_ENABLED .end-100 {
  right: 100% !important;
}
.BS_ENABLED .translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.BS_ENABLED .translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.BS_ENABLED .translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.BS_ENABLED .border {
  border: 1px solid #dee2e6 !important;
}
.BS_ENABLED .border-0 {
  border: 0 !important;
}
.BS_ENABLED .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.BS_ENABLED .border-top-0 {
  border-top: 0 !important;
}
.BS_ENABLED .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.BS_ENABLED .border-end-0 {
  border-right: 0 !important;
}
.BS_ENABLED .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.BS_ENABLED .border-bottom-0 {
  border-bottom: 0 !important;
}
.BS_ENABLED .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.BS_ENABLED .border-start-0 {
  border-left: 0 !important;
}
.BS_ENABLED .border-primary {
  border-color: #0d6efd !important;
}
.BS_ENABLED .border-secondary {
  border-color: #6c757d !important;
}
.BS_ENABLED .border-success {
  border-color: #198754 !important;
}
.BS_ENABLED .border-info {
  border-color: #0dcaf0 !important;
}
.BS_ENABLED .border-warning {
  border-color: #ffc107 !important;
}
.BS_ENABLED .border-danger {
  border-color: #dc3545 !important;
}
.BS_ENABLED .border-light {
  border-color: #f8f9fa !important;
}
.BS_ENABLED .border-dark {
  border-color: #212529 !important;
}
.BS_ENABLED .border-white {
  border-color: #fff !important;
}
.BS_ENABLED .border-1 {
  border-width: 1px !important;
}
.BS_ENABLED .border-2 {
  border-width: 2px !important;
}
.BS_ENABLED .border-3 {
  border-width: 3px !important;
}
.BS_ENABLED .border-4 {
  border-width: 4px !important;
}
.BS_ENABLED .border-5 {
  border-width: 5px !important;
}
.BS_ENABLED .w-25 {
  width: 25% !important;
}
.BS_ENABLED .w-50 {
  width: 50% !important;
}
.BS_ENABLED .w-75 {
  width: 75% !important;
}
.BS_ENABLED .w-100 {
  width: 100% !important;
}
.BS_ENABLED .w-auto {
  width: auto !important;
}
.BS_ENABLED .mw-100 {
  max-width: 100% !important;
}
.BS_ENABLED .vw-100 {
  width: 100vw !important;
}
.BS_ENABLED .min-vw-100 {
  min-width: 100vw !important;
}
.BS_ENABLED .h-25 {
  height: 25% !important;
}
.BS_ENABLED .h-50 {
  height: 50% !important;
}
.BS_ENABLED .h-75 {
  height: 75% !important;
}
.BS_ENABLED .h-100 {
  height: 100% !important;
}
.BS_ENABLED .h-auto {
  height: auto !important;
}
.BS_ENABLED .mh-100 {
  max-height: 100% !important;
}
.BS_ENABLED .vh-100 {
  height: 100vh !important;
}
.BS_ENABLED .min-vh-100 {
  min-height: 100vh !important;
}
.BS_ENABLED .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.BS_ENABLED .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.BS_ENABLED .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.BS_ENABLED .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.BS_ENABLED .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.BS_ENABLED .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.BS_ENABLED .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.BS_ENABLED .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.BS_ENABLED .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.BS_ENABLED .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.BS_ENABLED .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.BS_ENABLED .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.BS_ENABLED .gap-0 {
  gap: 0 !important;
}
.BS_ENABLED .gap-1 {
  gap: 4px !important;
}
.BS_ENABLED .gap-2 {
  gap: 8px !important;
}
.BS_ENABLED .gap-3 {
  gap: 16px !important;
}
.BS_ENABLED .gap-4 {
  gap: 24px !important;
}
.BS_ENABLED .gap-5 {
  gap: 48px !important;
}
.BS_ENABLED .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.BS_ENABLED .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.BS_ENABLED .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.BS_ENABLED .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.BS_ENABLED .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.BS_ENABLED .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.BS_ENABLED .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.BS_ENABLED .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.BS_ENABLED .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.BS_ENABLED .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.BS_ENABLED .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.BS_ENABLED .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.BS_ENABLED .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.BS_ENABLED .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.BS_ENABLED .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.BS_ENABLED .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.BS_ENABLED .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.BS_ENABLED .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.BS_ENABLED .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.BS_ENABLED .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.BS_ENABLED .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.BS_ENABLED .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.BS_ENABLED .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.BS_ENABLED .order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}
.BS_ENABLED .order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
.BS_ENABLED .order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.BS_ENABLED .order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.BS_ENABLED .order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.BS_ENABLED .order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
.BS_ENABLED .order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
.BS_ENABLED .order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
.BS_ENABLED .m-0 {
  margin: 0 !important;
}
.BS_ENABLED .m-1 {
  margin: 4px !important;
}
.BS_ENABLED .m-2 {
  margin: 8px !important;
}
.BS_ENABLED .m-3 {
  margin: 16px !important;
}
.BS_ENABLED .m-4 {
  margin: 24px !important;
}
.BS_ENABLED .m-5 {
  margin: 48px !important;
}
.BS_ENABLED .m-auto {
  margin: auto !important;
}
.BS_ENABLED .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.BS_ENABLED .mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.BS_ENABLED .mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.BS_ENABLED .mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.BS_ENABLED .mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.BS_ENABLED .mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.BS_ENABLED .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.BS_ENABLED .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.BS_ENABLED .my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.BS_ENABLED .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.BS_ENABLED .my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.BS_ENABLED .my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.BS_ENABLED .my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.BS_ENABLED .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.BS_ENABLED .mt-0 {
  margin-top: 0 !important;
}
.BS_ENABLED .mt-1 {
  margin-top: 4px !important;
}
.BS_ENABLED .mt-2 {
  margin-top: 8px !important;
}
.BS_ENABLED .mt-3 {
  margin-top: 16px !important;
}
.BS_ENABLED .mt-4 {
  margin-top: 24px !important;
}
.BS_ENABLED .mt-5 {
  margin-top: 48px !important;
}
.BS_ENABLED .mt-auto {
  margin-top: auto !important;
}
.BS_ENABLED .me-0 {
  margin-right: 0 !important;
}
.BS_ENABLED .me-1 {
  margin-right: 4px !important;
}
.BS_ENABLED .me-2 {
  margin-right: 8px !important;
}
.BS_ENABLED .me-3 {
  margin-right: 16px !important;
}
.BS_ENABLED .me-4 {
  margin-right: 24px !important;
}
.BS_ENABLED .me-5 {
  margin-right: 48px !important;
}
.BS_ENABLED .me-auto {
  margin-right: auto !important;
}
.BS_ENABLED .mb-0 {
  margin-bottom: 0 !important;
}
.BS_ENABLED .mb-1 {
  margin-bottom: 4px !important;
}
.BS_ENABLED .mb-2 {
  margin-bottom: 8px !important;
}
.BS_ENABLED .mb-3 {
  margin-bottom: 16px !important;
}
.BS_ENABLED .mb-4 {
  margin-bottom: 24px !important;
}
.BS_ENABLED .mb-5 {
  margin-bottom: 48px !important;
}
.BS_ENABLED .mb-auto {
  margin-bottom: auto !important;
}
.BS_ENABLED .ms-0 {
  margin-left: 0 !important;
}
.BS_ENABLED .ms-1 {
  margin-left: 4px !important;
}
.BS_ENABLED .ms-2 {
  margin-left: 8px !important;
}
.BS_ENABLED .ms-3 {
  margin-left: 16px !important;
}
.BS_ENABLED .ms-4 {
  margin-left: 24px !important;
}
.BS_ENABLED .ms-5 {
  margin-left: 48px !important;
}
.BS_ENABLED .ms-auto {
  margin-left: auto !important;
}
.BS_ENABLED .p-0 {
  padding: 0 !important;
}
.BS_ENABLED .p-1 {
  padding: 4px !important;
}
.BS_ENABLED .p-2 {
  padding: 8px !important;
}
.BS_ENABLED .p-3 {
  padding: 16px !important;
}
.BS_ENABLED .p-4 {
  padding: 24px !important;
}
.BS_ENABLED .p-5 {
  padding: 48px !important;
}
.BS_ENABLED .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.BS_ENABLED .px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.BS_ENABLED .px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.BS_ENABLED .px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.BS_ENABLED .px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.BS_ENABLED .px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.BS_ENABLED .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.BS_ENABLED .py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.BS_ENABLED .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.BS_ENABLED .py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.BS_ENABLED .py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.BS_ENABLED .py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.BS_ENABLED .pt-0 {
  padding-top: 0 !important;
}
.BS_ENABLED .pt-1 {
  padding-top: 4px !important;
}
.BS_ENABLED .pt-2 {
  padding-top: 8px !important;
}
.BS_ENABLED .pt-3 {
  padding-top: 16px !important;
}
.BS_ENABLED .pt-4 {
  padding-top: 24px !important;
}
.BS_ENABLED .pt-5 {
  padding-top: 48px !important;
}
.BS_ENABLED .pe-0 {
  padding-right: 0 !important;
}
.BS_ENABLED .pe-1 {
  padding-right: 4px !important;
}
.BS_ENABLED .pe-2 {
  padding-right: 8px !important;
}
.BS_ENABLED .pe-3 {
  padding-right: 16px !important;
}
.BS_ENABLED .pe-4 {
  padding-right: 24px !important;
}
.BS_ENABLED .pe-5 {
  padding-right: 48px !important;
}
.BS_ENABLED .pb-0 {
  padding-bottom: 0 !important;
}
.BS_ENABLED .pb-1 {
  padding-bottom: 4px !important;
}
.BS_ENABLED .pb-2 {
  padding-bottom: 8px !important;
}
.BS_ENABLED .pb-3 {
  padding-bottom: 16px !important;
}
.BS_ENABLED .pb-4 {
  padding-bottom: 24px !important;
}
.BS_ENABLED .pb-5 {
  padding-bottom: 48px !important;
}
.BS_ENABLED .ps-0 {
  padding-left: 0 !important;
}
.BS_ENABLED .ps-1 {
  padding-left: 4px !important;
}
.BS_ENABLED .ps-2 {
  padding-left: 8px !important;
}
.BS_ENABLED .ps-3 {
  padding-left: 16px !important;
}
.BS_ENABLED .ps-4 {
  padding-left: 24px !important;
}
.BS_ENABLED .ps-5 {
  padding-left: 48px !important;
}
.BS_ENABLED .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.BS_ENABLED .fs-1 {
  font-size: calc(22px + 1.5vw) !important;
}
.BS_ENABLED .fs-2 {
  font-size: calc(21px + 0.9vw) !important;
}
.BS_ENABLED .fs-3 {
  font-size: calc(20px + 0.6vw) !important;
}
.BS_ENABLED .fs-4 {
  font-size: calc(20px + 0.3vw) !important;
}
.BS_ENABLED .fs-5 {
  font-size: 20px !important;
}
.BS_ENABLED .fs-6 {
  font-size: 16px !important;
}
.BS_ENABLED .fst-italic {
  font-style: italic !important;
}
.BS_ENABLED .fst-normal {
  font-style: normal !important;
}
.BS_ENABLED .fw-light {
  font-weight: 300 !important;
}
.BS_ENABLED .fw-lighter {
  font-weight: lighter !important;
}
.BS_ENABLED .fw-normal {
  font-weight: 400 !important;
}
.BS_ENABLED .fw-bold {
  font-weight: 700 !important;
}
.BS_ENABLED .fw-bolder {
  font-weight: bolder !important;
}
.BS_ENABLED .lh-1 {
  line-height: 1 !important;
}
.BS_ENABLED .lh-sm {
  line-height: 1.25 !important;
}
.BS_ENABLED .lh-base {
  line-height: 1.5 !important;
}
.BS_ENABLED .lh-lg {
  line-height: 2 !important;
}
.BS_ENABLED .text-start {
  text-align: left !important;
}
.BS_ENABLED .text-end {
  text-align: right !important;
}
.BS_ENABLED .text-center {
  text-align: center !important;
}
.BS_ENABLED .text-decoration-none {
  text-decoration: none !important;
}
.BS_ENABLED .text-decoration-underline {
  text-decoration: underline !important;
}
.BS_ENABLED .text-decoration-line-through {
  text-decoration: line-through !important;
}
.BS_ENABLED .text-lowercase {
  text-transform: lowercase !important;
}
.BS_ENABLED .text-uppercase {
  text-transform: uppercase !important;
}
.BS_ENABLED .text-capitalize {
  text-transform: capitalize !important;
}
.BS_ENABLED .text-wrap {
  white-space: normal !important;
}
.BS_ENABLED .text-nowrap {
  white-space: nowrap !important;
}
.BS_ENABLED .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.BS_ENABLED .text-primary {
  color: #0d6efd !important;
}
.BS_ENABLED .text-secondary {
  color: #6c757d !important;
}
.BS_ENABLED .text-success {
  color: #198754 !important;
}
.BS_ENABLED .text-info {
  color: #0dcaf0 !important;
}
.BS_ENABLED .text-warning {
  color: #ffc107 !important;
}
.BS_ENABLED .text-danger {
  color: #dc3545 !important;
}
.BS_ENABLED .text-light {
  color: #f8f9fa !important;
}
.BS_ENABLED .text-dark {
  color: #212529 !important;
}
.BS_ENABLED .text-white {
  color: #fff !important;
}
.BS_ENABLED .text-body {
  color: #212529 !important;
}
.BS_ENABLED .text-muted {
  color: #6c757d !important;
}
.BS_ENABLED .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.BS_ENABLED .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.BS_ENABLED .text-reset {
  color: inherit !important;
}
.BS_ENABLED .bg-primary {
  background-color: #0d6efd !important;
}
.BS_ENABLED .bg-secondary {
  background-color: #6c757d !important;
}
.BS_ENABLED .bg-success {
  background-color: #198754 !important;
}
.BS_ENABLED .bg-info {
  background-color: #0dcaf0 !important;
}
.BS_ENABLED .bg-warning {
  background-color: #ffc107 !important;
}
.BS_ENABLED .bg-danger {
  background-color: #dc3545 !important;
}
.BS_ENABLED .bg-light {
  background-color: #f8f9fa !important;
}
.BS_ENABLED .bg-dark {
  background-color: #212529 !important;
}
.BS_ENABLED .bg-body {
  background-color: #fff !important;
}
.BS_ENABLED .bg-white {
  background-color: #fff !important;
}
.BS_ENABLED .bg-transparent {
  background-color: transparent !important;
}
.BS_ENABLED .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.BS_ENABLED .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important;
}
.BS_ENABLED .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}
.BS_ENABLED .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}
.BS_ENABLED .pe-none {
  pointer-events: none !important;
}
.BS_ENABLED .pe-auto {
  pointer-events: auto !important;
}
.BS_ENABLED .rounded {
  border-radius: 4px !important;
}
.BS_ENABLED .rounded-0 {
  border-radius: 0 !important;
}
.BS_ENABLED .rounded-1 {
  border-radius: 3px !important;
}
.BS_ENABLED .rounded-2 {
  border-radius: 4px !important;
}
.BS_ENABLED .rounded-3 {
  border-radius: 4px !important;
}
.BS_ENABLED .rounded-circle {
  border-radius: 50% !important;
}
.BS_ENABLED .rounded-pill {
  border-radius: 800px !important;
}
.BS_ENABLED .rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.BS_ENABLED .rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.BS_ENABLED .rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.BS_ENABLED .rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.BS_ENABLED .visible {
  visibility: visible !important;
}
.BS_ENABLED .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .BS_ENABLED .float-sm-start {
    float: left !important;
  }
  .BS_ENABLED .float-sm-end {
    float: right !important;
  }
  .BS_ENABLED .float-sm-none {
    float: none !important;
  }
  .BS_ENABLED .d-sm-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-sm-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-sm-block {
    display: block !important;
  }
  .BS_ENABLED .d-sm-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-sm-table {
    display: table !important;
  }
  .BS_ENABLED .d-sm-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-sm-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-sm-none {
    display: none !important;
  }
  .BS_ENABLED .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .gap-sm-0 {
    gap: 0 !important;
  }
  .BS_ENABLED .gap-sm-1 {
    gap: 4px !important;
  }
  .BS_ENABLED .gap-sm-2 {
    gap: 8px !important;
  }
  .BS_ENABLED .gap-sm-3 {
    gap: 16px !important;
  }
  .BS_ENABLED .gap-sm-4 {
    gap: 24px !important;
  }
  .BS_ENABLED .gap-sm-5 {
    gap: 48px !important;
  }
  .BS_ENABLED .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-sm-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-sm-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-sm-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-sm-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-sm-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-sm-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-sm-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-sm-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-sm-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-sm-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-sm-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-sm-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-sm-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-sm-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-sm-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-sm-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-sm-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-sm-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-sm-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-sm-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-sm-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-sm-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-sm-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-sm-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-sm-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-sm-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-sm-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-sm-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-sm-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-sm-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-sm-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-sm-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-sm-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-sm-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-sm-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-sm-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-sm-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-sm-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-sm-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-sm-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-sm-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-sm-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-sm-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-sm-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-sm-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-sm-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-sm-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-sm-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-sm-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-sm-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-sm-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-sm-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-sm-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-sm-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-sm-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-sm-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-sm-5 {
    padding-left: 48px !important;
  }
  .BS_ENABLED .text-sm-start {
    text-align: left !important;
  }
  .BS_ENABLED .text-sm-end {
    text-align: right !important;
  }
  .BS_ENABLED .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .BS_ENABLED .float-md-start {
    float: left !important;
  }
  .BS_ENABLED .float-md-end {
    float: right !important;
  }
  .BS_ENABLED .float-md-none {
    float: none !important;
  }
  .BS_ENABLED .d-md-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-md-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-md-block {
    display: block !important;
  }
  .BS_ENABLED .d-md-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-md-table {
    display: table !important;
  }
  .BS_ENABLED .d-md-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-md-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-md-none {
    display: none !important;
  }
  .BS_ENABLED .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .gap-md-0 {
    gap: 0 !important;
  }
  .BS_ENABLED .gap-md-1 {
    gap: 4px !important;
  }
  .BS_ENABLED .gap-md-2 {
    gap: 8px !important;
  }
  .BS_ENABLED .gap-md-3 {
    gap: 16px !important;
  }
  .BS_ENABLED .gap-md-4 {
    gap: 24px !important;
  }
  .BS_ENABLED .gap-md-5 {
    gap: 48px !important;
  }
  .BS_ENABLED .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-md-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-md-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-md-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-md-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-md-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-md-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-md-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-md-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-md-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-md-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-md-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-md-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-md-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-md-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-md-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-md-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-md-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-md-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-md-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-md-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-md-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-md-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-md-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-md-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-md-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-md-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-md-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-md-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-md-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-md-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-md-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-md-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-md-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-md-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-md-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-md-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-md-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-md-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-md-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-md-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-md-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-md-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-md-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-md-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-md-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-md-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-md-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-md-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-md-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-md-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-md-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-md-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-md-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-md-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-md-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-md-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-md-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-md-5 {
    padding-left: 48px !important;
  }
  .BS_ENABLED .text-md-start {
    text-align: left !important;
  }
  .BS_ENABLED .text-md-end {
    text-align: right !important;
  }
  .BS_ENABLED .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .float-lg-start {
    float: left !important;
  }
  .BS_ENABLED .float-lg-end {
    float: right !important;
  }
  .BS_ENABLED .float-lg-none {
    float: none !important;
  }
  .BS_ENABLED .d-lg-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-lg-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-lg-block {
    display: block !important;
  }
  .BS_ENABLED .d-lg-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-lg-table {
    display: table !important;
  }
  .BS_ENABLED .d-lg-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-lg-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-lg-none {
    display: none !important;
  }
  .BS_ENABLED .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .gap-lg-0 {
    gap: 0 !important;
  }
  .BS_ENABLED .gap-lg-1 {
    gap: 4px !important;
  }
  .BS_ENABLED .gap-lg-2 {
    gap: 8px !important;
  }
  .BS_ENABLED .gap-lg-3 {
    gap: 16px !important;
  }
  .BS_ENABLED .gap-lg-4 {
    gap: 24px !important;
  }
  .BS_ENABLED .gap-lg-5 {
    gap: 48px !important;
  }
  .BS_ENABLED .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-lg-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-lg-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-lg-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-lg-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-lg-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-lg-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-lg-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-lg-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-lg-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-lg-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-lg-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-lg-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-lg-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-lg-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-lg-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-lg-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-lg-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-lg-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-lg-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-lg-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-lg-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-lg-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-lg-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-lg-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-lg-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-lg-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-lg-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-lg-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-lg-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-lg-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-lg-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-lg-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-lg-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-lg-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-lg-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-lg-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-lg-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-lg-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-lg-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-lg-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-lg-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-lg-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-lg-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-lg-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-lg-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-lg-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-lg-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-lg-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-lg-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-lg-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-lg-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-lg-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-lg-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-lg-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-lg-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-lg-5 {
    padding-left: 48px !important;
  }
  .BS_ENABLED .text-lg-start {
    text-align: left !important;
  }
  .BS_ENABLED .text-lg-end {
    text-align: right !important;
  }
  .BS_ENABLED .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .float-xl-start {
    float: left !important;
  }
  .BS_ENABLED .float-xl-end {
    float: right !important;
  }
  .BS_ENABLED .float-xl-none {
    float: none !important;
  }
  .BS_ENABLED .d-xl-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-xl-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-xl-block {
    display: block !important;
  }
  .BS_ENABLED .d-xl-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-xl-table {
    display: table !important;
  }
  .BS_ENABLED .d-xl-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-xl-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-xl-none {
    display: none !important;
  }
  .BS_ENABLED .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .gap-xl-0 {
    gap: 0 !important;
  }
  .BS_ENABLED .gap-xl-1 {
    gap: 4px !important;
  }
  .BS_ENABLED .gap-xl-2 {
    gap: 8px !important;
  }
  .BS_ENABLED .gap-xl-3 {
    gap: 16px !important;
  }
  .BS_ENABLED .gap-xl-4 {
    gap: 24px !important;
  }
  .BS_ENABLED .gap-xl-5 {
    gap: 48px !important;
  }
  .BS_ENABLED .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-xl-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-xl-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-xl-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-xl-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-xl-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-xl-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-xl-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-xl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-xl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-xl-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-xl-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-xl-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-xl-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-xl-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-xl-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-xl-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-xl-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-xl-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-xl-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-xl-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-xl-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-xl-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-xl-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-xl-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-xl-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-xl-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-xl-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-xl-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-xl-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-xl-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-xl-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-xl-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-xl-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-xl-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-xl-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-xl-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-xl-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-xl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-xl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-xl-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-xl-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-xl-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-xl-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-xl-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-xl-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-xl-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-xl-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-xl-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-xl-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-xl-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-xl-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-xl-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-xl-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-xl-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-xl-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-xl-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-xl-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-xl-5 {
    padding-left: 48px !important;
  }
  .BS_ENABLED .text-xl-start {
    text-align: left !important;
  }
  .BS_ENABLED .text-xl-end {
    text-align: right !important;
  }
  .BS_ENABLED .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .BS_ENABLED .float-xxl-start {
    float: left !important;
  }
  .BS_ENABLED .float-xxl-end {
    float: right !important;
  }
  .BS_ENABLED .float-xxl-none {
    float: none !important;
  }
  .BS_ENABLED .d-xxl-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-xxl-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-xxl-block {
    display: block !important;
  }
  .BS_ENABLED .d-xxl-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-xxl-table {
    display: table !important;
  }
  .BS_ENABLED .d-xxl-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-xxl-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-xxl-none {
    display: none !important;
  }
  .BS_ENABLED .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .BS_ENABLED .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .BS_ENABLED .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .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;
  }
  .BS_ENABLED .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .BS_ENABLED .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .BS_ENABLED .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .BS_ENABLED .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .BS_ENABLED .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .BS_ENABLED .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .BS_ENABLED .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .BS_ENABLED .gap-xxl-0 {
    gap: 0 !important;
  }
  .BS_ENABLED .gap-xxl-1 {
    gap: 4px !important;
  }
  .BS_ENABLED .gap-xxl-2 {
    gap: 8px !important;
  }
  .BS_ENABLED .gap-xxl-3 {
    gap: 16px !important;
  }
  .BS_ENABLED .gap-xxl-4 {
    gap: 24px !important;
  }
  .BS_ENABLED .gap-xxl-5 {
    gap: 48px !important;
  }
  .BS_ENABLED .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .BS_ENABLED .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .BS_ENABLED .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .BS_ENABLED .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .BS_ENABLED .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .BS_ENABLED .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .BS_ENABLED .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .BS_ENABLED .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .BS_ENABLED .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .BS_ENABLED .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .BS_ENABLED .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .BS_ENABLED .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .BS_ENABLED .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .BS_ENABLED .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .BS_ENABLED .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .BS_ENABLED .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .BS_ENABLED .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .BS_ENABLED .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .BS_ENABLED .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .BS_ENABLED .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .BS_ENABLED .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .BS_ENABLED .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .BS_ENABLED .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .BS_ENABLED .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .BS_ENABLED .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .BS_ENABLED .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .BS_ENABLED .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .BS_ENABLED .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .BS_ENABLED .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .BS_ENABLED .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .BS_ENABLED .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .BS_ENABLED .m-xxl-0 {
    margin: 0 !important;
  }
  .BS_ENABLED .m-xxl-1 {
    margin: 4px !important;
  }
  .BS_ENABLED .m-xxl-2 {
    margin: 8px !important;
  }
  .BS_ENABLED .m-xxl-3 {
    margin: 16px !important;
  }
  .BS_ENABLED .m-xxl-4 {
    margin: 24px !important;
  }
  .BS_ENABLED .m-xxl-5 {
    margin: 48px !important;
  }
  .BS_ENABLED .m-xxl-auto {
    margin: auto !important;
  }
  .BS_ENABLED .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .BS_ENABLED .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .BS_ENABLED .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .BS_ENABLED .mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .BS_ENABLED .mx-xxl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .BS_ENABLED .mx-xxl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .BS_ENABLED .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .BS_ENABLED .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .my-xxl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .my-xxl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .BS_ENABLED .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .BS_ENABLED .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .BS_ENABLED .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .BS_ENABLED .mt-xxl-3 {
    margin-top: 16px !important;
  }
  .BS_ENABLED .mt-xxl-4 {
    margin-top: 24px !important;
  }
  .BS_ENABLED .mt-xxl-5 {
    margin-top: 48px !important;
  }
  .BS_ENABLED .mt-xxl-auto {
    margin-top: auto !important;
  }
  .BS_ENABLED .me-xxl-0 {
    margin-right: 0 !important;
  }
  .BS_ENABLED .me-xxl-1 {
    margin-right: 4px !important;
  }
  .BS_ENABLED .me-xxl-2 {
    margin-right: 8px !important;
  }
  .BS_ENABLED .me-xxl-3 {
    margin-right: 16px !important;
  }
  .BS_ENABLED .me-xxl-4 {
    margin-right: 24px !important;
  }
  .BS_ENABLED .me-xxl-5 {
    margin-right: 48px !important;
  }
  .BS_ENABLED .me-xxl-auto {
    margin-right: auto !important;
  }
  .BS_ENABLED .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .BS_ENABLED .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .BS_ENABLED .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .BS_ENABLED .mb-xxl-3 {
    margin-bottom: 16px !important;
  }
  .BS_ENABLED .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  .BS_ENABLED .mb-xxl-5 {
    margin-bottom: 48px !important;
  }
  .BS_ENABLED .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .BS_ENABLED .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .BS_ENABLED .ms-xxl-1 {
    margin-left: 4px !important;
  }
  .BS_ENABLED .ms-xxl-2 {
    margin-left: 8px !important;
  }
  .BS_ENABLED .ms-xxl-3 {
    margin-left: 16px !important;
  }
  .BS_ENABLED .ms-xxl-4 {
    margin-left: 24px !important;
  }
  .BS_ENABLED .ms-xxl-5 {
    margin-left: 48px !important;
  }
  .BS_ENABLED .ms-xxl-auto {
    margin-left: auto !important;
  }
  .BS_ENABLED .p-xxl-0 {
    padding: 0 !important;
  }
  .BS_ENABLED .p-xxl-1 {
    padding: 4px !important;
  }
  .BS_ENABLED .p-xxl-2 {
    padding: 8px !important;
  }
  .BS_ENABLED .p-xxl-3 {
    padding: 16px !important;
  }
  .BS_ENABLED .p-xxl-4 {
    padding: 24px !important;
  }
  .BS_ENABLED .p-xxl-5 {
    padding: 48px !important;
  }
  .BS_ENABLED .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .BS_ENABLED .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .BS_ENABLED .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .BS_ENABLED .px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .BS_ENABLED .px-xxl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .BS_ENABLED .px-xxl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .BS_ENABLED .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .py-xxl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .py-xxl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .BS_ENABLED .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .BS_ENABLED .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .BS_ENABLED .pt-xxl-3 {
    padding-top: 16px !important;
  }
  .BS_ENABLED .pt-xxl-4 {
    padding-top: 24px !important;
  }
  .BS_ENABLED .pt-xxl-5 {
    padding-top: 48px !important;
  }
  .BS_ENABLED .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .BS_ENABLED .pe-xxl-1 {
    padding-right: 4px !important;
  }
  .BS_ENABLED .pe-xxl-2 {
    padding-right: 8px !important;
  }
  .BS_ENABLED .pe-xxl-3 {
    padding-right: 16px !important;
  }
  .BS_ENABLED .pe-xxl-4 {
    padding-right: 24px !important;
  }
  .BS_ENABLED .pe-xxl-5 {
    padding-right: 48px !important;
  }
  .BS_ENABLED .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .BS_ENABLED .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .BS_ENABLED .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .BS_ENABLED .pb-xxl-3 {
    padding-bottom: 16px !important;
  }
  .BS_ENABLED .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  .BS_ENABLED .pb-xxl-5 {
    padding-bottom: 48px !important;
  }
  .BS_ENABLED .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .BS_ENABLED .ps-xxl-1 {
    padding-left: 4px !important;
  }
  .BS_ENABLED .ps-xxl-2 {
    padding-left: 8px !important;
  }
  .BS_ENABLED .ps-xxl-3 {
    padding-left: 16px !important;
  }
  .BS_ENABLED .ps-xxl-4 {
    padding-left: 24px !important;
  }
  .BS_ENABLED .ps-xxl-5 {
    padding-left: 48px !important;
  }
  .BS_ENABLED .text-xxl-start {
    text-align: left !important;
  }
  .BS_ENABLED .text-xxl-end {
    text-align: right !important;
  }
  .BS_ENABLED .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .fs-1 {
    font-size: 40px !important;
  }
  .BS_ENABLED .fs-2 {
    font-size: 32px !important;
  }
  .BS_ENABLED .fs-3 {
    font-size: 28px !important;
  }
  .BS_ENABLED .fs-4 {
    font-size: 24px !important;
  }
}
@media print {
  .BS_ENABLED .d-print-inline {
    display: inline !important;
  }
  .BS_ENABLED .d-print-inline-block {
    display: inline-block !important;
  }
  .BS_ENABLED .d-print-block {
    display: block !important;
  }
  .BS_ENABLED .d-print-grid {
    display: grid !important;
  }
  .BS_ENABLED .d-print-table {
    display: table !important;
  }
  .BS_ENABLED .d-print-table-row {
    display: table-row !important;
  }
  .BS_ENABLED .d-print-table-cell {
    display: table-cell !important;
  }
  .BS_ENABLED .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .BS_ENABLED .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .BS_ENABLED .d-print-none {
    display: none !important;
  }
}
.BS_ENABLED *,
.BS_ENABLED *::before,
.BS_ENABLED *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .BS_ENABLED :root {
    scroll-behavior: smooth;
  }
}
.BS_ENABLED body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.BS_ENABLED hr {
  margin: 16px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.BS_ENABLED hr:not([size]) {
  height: 1px;
}
.BS_ENABLED h6, .BS_ENABLED h5, .BS_ENABLED h4, .BS_ENABLED h3, .BS_ENABLED h2, .BS_ENABLED h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}
.BS_ENABLED h1 {
  font-size: calc(22px + 1.5vw);
}
@media (min-width: 1200px) {
  .BS_ENABLED h1 {
    font-size: 40px;
  }
}
.BS_ENABLED h2 {
  font-size: calc(21px + 0.9vw);
}
@media (min-width: 1200px) {
  .BS_ENABLED h2 {
    font-size: 32px;
  }
}
.BS_ENABLED h3 {
  font-size: calc(20px + 0.6vw);
}
@media (min-width: 1200px) {
  .BS_ENABLED h3 {
    font-size: 28px;
  }
}
.BS_ENABLED h4 {
  font-size: calc(20px + 0.3vw);
}
@media (min-width: 1200px) {
  .BS_ENABLED h4 {
    font-size: 24px;
  }
}
.BS_ENABLED h5 {
  font-size: 20px;
}
.BS_ENABLED h6 {
  font-size: 16px;
}
.BS_ENABLED p {
  margin-top: 0;
  margin-bottom: 16px;
}
.BS_ENABLED abbr[title],
.BS_ENABLED abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.BS_ENABLED address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}
.BS_ENABLED ol,
.BS_ENABLED ul {
  padding-left: 32px;
}
.BS_ENABLED ol,
.BS_ENABLED ul,
.BS_ENABLED dl {
  margin-top: 0;
  margin-bottom: 16px;
}
.BS_ENABLED ol ol,
.BS_ENABLED ul ul,
.BS_ENABLED ol ul,
.BS_ENABLED ul ol {
  margin-bottom: 0;
}
.BS_ENABLED dt {
  font-weight: 700;
}
.BS_ENABLED dd {
  margin-bottom: 8px;
  margin-left: 0;
}
.BS_ENABLED blockquote {
  margin: 0 0 16px;
}
.BS_ENABLED b,
.BS_ENABLED strong {
  font-weight: bolder;
}
.BS_ENABLED small {
  font-size: 0.875em;
}
.BS_ENABLED mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.BS_ENABLED sub,
.BS_ENABLED sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.BS_ENABLED sub {
  bottom: -0.25em;
}
.BS_ENABLED sup {
  top: -0.5em;
}
.BS_ENABLED a {
  color: #0d6efd;
  text-decoration: underline;
}
.BS_ENABLED a:hover {
  color: #0a58ca;
}
.BS_ENABLED a:not([href]):not([class]), .BS_ENABLED a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.BS_ENABLED pre,
.BS_ENABLED code,
.BS_ENABLED kbd,
.BS_ENABLED samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.BS_ENABLED pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  overflow: auto;
  font-size: 0.875em;
}
.BS_ENABLED pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.BS_ENABLED code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.BS_ENABLED a > code {
  color: inherit;
}
.BS_ENABLED kbd {
  padding: 3px 6px;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 3px;
}
.BS_ENABLED kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.BS_ENABLED figure {
  margin: 0 0 16px;
}
.BS_ENABLED img,
.BS_ENABLED svg {
  vertical-align: middle;
}
.BS_ENABLED table {
  caption-side: bottom;
  border-collapse: collapse;
}
.BS_ENABLED caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c757d;
  text-align: left;
}
.BS_ENABLED th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.BS_ENABLED thead,
.BS_ENABLED tbody,
.BS_ENABLED tfoot,
.BS_ENABLED tr,
.BS_ENABLED td,
.BS_ENABLED th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.BS_ENABLED label {
  display: inline-block;
}
.BS_ENABLED button {
  border-radius: 0;
}
.BS_ENABLED button:focus:not(:focus-visible) {
  outline: 0;
}
.BS_ENABLED input,
.BS_ENABLED button,
.BS_ENABLED select,
.BS_ENABLED optgroup,
.BS_ENABLED textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.BS_ENABLED button,
.BS_ENABLED select {
  text-transform: none;
}
.BS_ENABLED [role=button] {
  cursor: pointer;
}
.BS_ENABLED select {
  word-wrap: normal;
}
.BS_ENABLED select:disabled {
  opacity: 1;
}
.BS_ENABLED [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.BS_ENABLED button,
.BS_ENABLED [type=button],
.BS_ENABLED [type=reset],
.BS_ENABLED [type=submit] {
  -webkit-appearance: button;
}
.BS_ENABLED button:not(:disabled),
.BS_ENABLED [type=button]:not(:disabled),
.BS_ENABLED [type=reset]:not(:disabled),
.BS_ENABLED [type=submit]:not(:disabled) {
  cursor: pointer;
}
.BS_ENABLED ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.BS_ENABLED textarea {
  resize: vertical;
}
.BS_ENABLED fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.BS_ENABLED legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: calc(20px + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .BS_ENABLED legend {
    font-size: 24px;
  }
}
.BS_ENABLED legend + * {
  clear: left;
}
.BS_ENABLED ::-webkit-datetime-edit-fields-wrapper,
.BS_ENABLED ::-webkit-datetime-edit-text,
.BS_ENABLED ::-webkit-datetime-edit-minute,
.BS_ENABLED ::-webkit-datetime-edit-hour-field,
.BS_ENABLED ::-webkit-datetime-edit-day-field,
.BS_ENABLED ::-webkit-datetime-edit-month-field,
.BS_ENABLED ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.BS_ENABLED ::-webkit-inner-spin-button {
  height: auto;
}
.BS_ENABLED [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.BS_ENABLED ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.BS_ENABLED ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.BS_ENABLED ::file-selector-button {
  font: inherit;
}
.BS_ENABLED ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.BS_ENABLED output {
  display: inline-block;
}
.BS_ENABLED iframe {
  border: 0;
}
.BS_ENABLED summary {
  display: list-item;
  cursor: pointer;
}
.BS_ENABLED progress {
  vertical-align: baseline;
}
.BS_ENABLED [hidden] {
  display: none !important;
}
.BS_ENABLED p {
  text-align: unset;
  color: inherit;
  font-size: inherit;
}
.BS_ENABLED h1,
.BS_ENABLED h2,
.BS_ENABLED h3,
.BS_ENABLED h4,
.BS_ENABLED h5,
.BS_ENABLED h6,
.BS_ENABLED .h1,
.BS_ENABLED .h2,
.BS_ENABLED .h3,
.BS_ENABLED .h4,
.BS_ENABLED .h5,
.BS_ENABLED .h6 {
  line-height: 1.3;
  font-weight: 700;
  color: #6a6b6e;
  font-family: "Josefin Sans", "MS Serif", "New York", sans-serif;
}
.BS_ENABLED h1,
.BS_ENABLED .h1 {
  font-size: 44px;
}
.BS_ENABLED h2,
.BS_ENABLED .h2 {
  font-size: 32px;
}
.BS_ENABLED h3,
.BS_ENABLED .h3 {
  font-size: 28px;
}
.BS_ENABLED h4,
.BS_ENABLED .h4 {
  font-size: 24px;
}
.BS_ENABLED h5,
.BS_ENABLED .h5 {
  font-size: 20px;
}
.BS_ENABLED h6,
.BS_ENABLED .h6 {
  font-size: 16px;
}
.BS_ENABLED .h7 {
  font-size: 13px;
}
.BS_ENABLED a {
  color: #ad915a;
}
.BS_ENABLED a:hover {
  color: #ad915a;
  text-decoration: underline;
}
.BS_ENABLED img {
  max-width: 100%;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #ad915a;
  }
  40% {
    stroke: #ad915a;
  }
  66% {
    stroke: #ad915a;
  }
  80%, 90% {
    stroke: #ad915a;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #ad915a;
  }
  40% {
    stroke: #ad915a;
  }
  66% {
    stroke: #ad915a;
  }
  80%, 90% {
    stroke: #ad915a;
  }
}
@-webkit-keyframes colorWhite {
  100%, 0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%, 90% {
    stroke: #fff;
  }
}
@keyframes colorWhite {
  100%, 0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%, 90% {
    stroke: #fff;
  }
}
@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-links__link:first-child .social-links__icon {
  margin-left: 0;
}

.social-links__icon {
  background-color: #ad915a;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #8e7646;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links__icon:active {
  background-color: #ad915a;
}

.social-links__icon svg {
  fill: #000;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  fill: #fff;
}

@media (min-width: 1200px) {
  body .em40_header_area_main .plan_nav_area .container {
    max-width: 1320px;
    width: 100%;
  }
}

.BS_ENABLED .BLOCK__large {
  padding: 96px 0;
}
.BS_ENABLED .BLOCK__default {
  padding: 64px 0;
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__default-lg {
    padding: 64px 0;
  }
}
.BS_ENABLED .BLOCK__small {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__unset-lg {
    padding: 0;
  }
}
.BS_ENABLED .BLOCK__hero-slider {
  padding: 128px 0;
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__hero-slider {
    padding: 224px 0 160px 0;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnContentWithImage__image-wrapper {
    min-height: 350px;
    position: relative;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnContentWithImage__image-wrapper-no-min-height {
    min-height: unset;
  }
}
.BS_ENABLED .BLOCK__content-blocks__TwoColumnContentWithImage__image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnContentWithImage__image-wrapper img {
    height: 100%;
    position: absolute;
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched .col-lg-6.position-relative {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched .col-lg-6.position-relative .BLOCK__content-blocks__TwoColumnImageStretched__image-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__content-body {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 630px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__content-body-order-1 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__content-body-order-1 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__content-body-order-2 {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__content-body-order-2 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__image-wrapper img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .BS_ENABLED .BLOCK__content-blocks__TwoColumnImageStretched__image-wrapper img {
    height: 100%;
    width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .BS_ENABLED .BLOCK__four-column-cards .MODULE__pattern svg,
.BS_ENABLED .BLOCK__four-column-cards .MODULE__pattern img {
    width: auto;
  }
}

.BS_ENABLED .MODULE__absolute-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.BS_ENABLED .MODULE__absolute-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BS_ENABLED .MODULE__tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.BS_ENABLED .MODULE__tint-light {
  background: rgba(0, 0, 0, 0.25);
}
.BS_ENABLED .MODULE__tint-light-gradient {
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000), color-stop(80%, rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 80%) 0% 0% no-repeat padding-box;
}
.BS_ENABLED .MODULE__tint-dark {
  background: rgba(0, 0, 0, 0.85);
}
.BS_ENABLED .MODULE__numbered-card {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 5px;
  height: 100%;
  background-color: #fff;
}
.BS_ENABLED .MODULE__numbered-card__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.BS_ENABLED .MODULE__numbered-card__header-col {
  padding-left: 10px;
  padding-right: 10px;
}
.BS_ENABLED .MODULE__numbered-card__header-seperator {
  width: 30px;
  background-color: #6a6b6e;
  height: 1px;
}
.BS_ENABLED .MODULE__numbered-card__body {
  margin-top: 12px;
}
.BS_ENABLED .MODULE__card-with-icon {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  border-radius: 5px;
  height: 100%;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.BS_ENABLED .MODULE__card-with-icon__hover-filler {
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ad915a), to(#cdb684)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ad915a 0%, #cdb684 100%) 0% 0% no-repeat padding-box;
}
.BS_ENABLED .MODULE__card-with-icon__header, .BS_ENABLED .MODULE__card-with-icon__body {
  position: relative;
}
.BS_ENABLED .MODULE__card-with-icon__icon-wrapper {
  text-align: center;
}
.BS_ENABLED .MODULE__card-with-icon__icon-wrapper img {
  width: 100%;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.BS_ENABLED .MODULE__card-with-icon:hover .MODULE__card-with-icon__hover-filler {
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.BS_ENABLED .MODULE__card-with-icon:hover .MODULE__card-with-icon__heading {
  color: #fff !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.BS_ENABLED .MODULE__card-with-icon:hover .MODULE__card-with-icon__body {
  color: #fff !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.BS_ENABLED .MODULE__section-background-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.BS_ENABLED .MODULE__partner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .BS_ENABLED .MODULE__partner {
    width: 100%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.BS_ENABLED .MODULE__partner img {
  width: 100%;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.BS_ENABLED .MODULE__partner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .BS_ENABLED .MODULE__partner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
.BS_ENABLED .MODULE__partner-row ::-webkit-scrollbar {
  display: none;
}
.BS_ENABLED .MODULE__team-card {
  height: 100%;
  border-radius: 5px;
}
.BS_ENABLED .MODULE__team-card__image-wrapper {
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
}
.BS_ENABLED .MODULE__team-card__image-wrapper img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 425px;
}
@media (min-width: 992px) {
  .BS_ENABLED .MODULE__team-card__image-wrapper img {
    height: 425px;
  }
}
.BS_ENABLED .MODULE__team-card__image-wrapper .social-links {
  position: absolute;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-bottom: -32px;
}
.BS_ENABLED .MODULE__team-card__bottom {
  padding: 16px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}
.BS_ENABLED .MODULE__team-card:hover .MODULE__team-card__image-wrapper img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.BS_ENABLED .MODULE__team-card:hover .MODULE__team-card__image-wrapper .social-links {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-bottom: 0;
}
.BS_ENABLED .MODULE__testimonial-card {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.BS_ENABLED .MODULE__testimonial-card__avatar-wrapper img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 8px solid #cdb684;
  margin-left: auto;
  margin-right: auto;
}
.BS_ENABLED .MODULE__testimonial-card__content-wrapper {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(205, 182, 132, 0.7490196078)), to(rgba(205, 182, 132, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(205, 182, 132, 0.7490196078) 0%, rgba(205, 182, 132, 0) 100%) 0% 0% no-repeat padding-box;
  padding: 32px;
  border-radius: 5px;
  font-weight: 500;
}
.BS_ENABLED .MODULE__testimonial-card__content-wrapper > :last-child {
  margin-bottom: 0;
}
.BS_ENABLED .MODULE__testimonial-slider .owl-dots {
  margin-top: 24px !important;
}
.BS_ENABLED .MODULE__testimonial-slider .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
}
.BS_ENABLED .MODULE__testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.BS_ENABLED .MODULE__testimonial-slider .owl-nav {
  margin-top: 0 !important;
  display: none;
}
@media (min-width: 992px) {
  .BS_ENABLED .MODULE__testimonial-slider .owl-nav {
    display: block;
  }
}
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-prev,
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none !important;
}
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-prev:hover,
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-next:hover {
  background: none !important;
}
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 1400px) {
  .BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-prev {
    left: 160px;
  }
}
.BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-next {
  right: 0;
}
@media (min-width: 1400px) {
  .BS_ENABLED .MODULE__testimonial-slider .owl-nav .owl-next {
    right: 160px;
  }
}
.BS_ENABLED .MODULE__pattern {
  position: absolute;
}
.BS_ENABLED .MODULE__pattern svg,
.BS_ENABLED .MODULE__pattern img {
  width: 100%;
  height: auto;
}
.BS_ENABLED .MODULE__hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0 !important;
  bottom: 24px;
}
@media (min-width: 768px) {
  .BS_ENABLED .MODULE__hero-slider .owl-dots {
    bottom: 32px;
  }
}
.BS_ENABLED .MODULE__hero-slider .owl-dots .owl-dot {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  padding: 5px !important;
  margin-right: 16px;
}
.BS_ENABLED .MODULE__hero-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.BS_ENABLED .MODULE__hero-slider .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  padding: 0 !important;
  width: 7px;
  height: 7px;
}
.BS_ENABLED .MODULE__hero-slider .owl-dots .owl-dot.active {
  border: 2px solid #fff;
}
.BS_ENABLED .MODULE__hero-slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.BS_ENABLED .MODULE__card__var-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.BS_ENABLED .MODULE__card__var-01__image-wrapper {
  position: relative;
  height: 280px;
}
.BS_ENABLED .MODULE__card__var-01__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .BS_ENABLED .MODULE__card__var-01__image-wrapper {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .BS_ENABLED .MODULE__card__var-01__image-wrapper {
    height: 225px;
  }
}
.BS_ENABLED .MODULE__card__var-01__bottom, .BS_ENABLED .MODULE__card__var-01__button-wrapper {
  padding: 16px;
}
.BS_ENABLED .MODULE__card__var-01__bottom a, .BS_ENABLED .MODULE__card__var-01__button-wrapper a {
  text-decoration: none;
}
.BS_ENABLED .MODULE__card__var-01__bottom button, .BS_ENABLED .MODULE__card__var-01__button-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BS_ENABLED .MODULE__card__var-01__bottom span, .BS_ENABLED .MODULE__card__var-01__button-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  margin-bottom: 4px;
}
.BS_ENABLED .MODULE__card__var-01__bottom span svg, .BS_ENABLED .MODULE__card__var-01__button-wrapper span svg {
  width: 18px;
}
.BS_ENABLED .MODULE__card__var-01__bottom {
  padding-top: 20px;
}

.HUBSPOT__SITE__FORM .hbspt-form {
  font-size: 16px;
  font-family: inherit;
}
.HUBSPOT__SITE__FORM .hbspt-form legend {
  font-size: 12px;
  font-style: italic;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-title {
  display: none;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-form-field {
  padding: 0;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-form-field > label {
  display: inline-block !important;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-fieldtype-file .input {
  width: 100%;
  border-color: #eee;
  padding: 0 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 15px !important;
  position: relative;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-fieldtype-file .input .HS__select-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-fieldtype-file .input input {
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 8px !important;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-fieldtype-file .input:hover .THEME__button-select {
  background-color: #e2e2e6;
  cursor: pointer;
}
.HUBSPOT__SITE__FORM .hbspt-form input[type=text],
.HUBSPOT__SITE__FORM .hbspt-form input[type=email],
.HUBSPOT__SITE__FORM .hbspt-form input[type=tel],
.HUBSPOT__SITE__FORM .hbspt-form input[type=url],
.HUBSPOT__SITE__FORM .hbspt-form select,
.HUBSPOT__SITE__FORM .hbspt-form textarea {
  width: 100%;
  border-color: #eee;
  padding: 8px !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 15px !important;
}
.HUBSPOT__SITE__FORM .hbspt-form input[type=text]:focus,
.HUBSPOT__SITE__FORM .hbspt-form input[type=email]:focus,
.HUBSPOT__SITE__FORM .hbspt-form input[type=tel]:focus,
.HUBSPOT__SITE__FORM .hbspt-form input[type=url]:focus,
.HUBSPOT__SITE__FORM .hbspt-form select:focus,
.HUBSPOT__SITE__FORM .hbspt-form textarea:focus {
  outline-color: #a01b31;
  border-radius: 0;
}
.HUBSPOT__SITE__FORM .hbspt-form textarea {
  min-height: 65px;
  max-height: 100px;
}
.HUBSPOT__SITE__FORM .hbspt-form .input {
  margin-right: 0 !important;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-dateinput:before {
  right: 20px;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 .inputs-list input[type=radio],
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 .inputs-list input[type=checkbox],
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 .inputs-list input[type=radio],
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 .inputs-list input[type=checkbox],
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 .inputs-list input[type=radio],
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 .inputs-list input[type=checkbox] {
  width: auto !important;
}
.HUBSPOT__SITE__FORM .hbspt-form select {
  background-color: #fff;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  margin: 7px 0 12px 0;
  line-height: 1;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-error-msgs .hs-main-font-element,
.HUBSPOT__SITE__FORM .hbspt-form .hs-error-msgs .hs-error-msg {
  color: rgba(226, 84, 51, 0.831372549) !important;
  font-weight: 600;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-error-msgs .hs-error-msg {
  margin-top: 8px;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-error-msgs .hs-main-font-element {
  font-size: 16px !important;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-submit {
  margin-top: 4px;
  text-align: center;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-button {
  background-color: #a01b31;
  border: none;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px !important;
  margin-top: 8px;
  margin-right: 0;
  padding: 9px 32px !important;
  text-transform: unset;
  cursor: pointer;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-button:hover {
  background-color: #741424;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.HUBSPOT__SITE__FORM .hbspt-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: none;
  border: 1px solid #eee;
  background-image: url(https://go.unitedgmg.com/hubfs/icons/arrow-down-hs.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 98% 50%;
}
@media (max-width: 768px) {
  .HUBSPOT__SITE__FORM .hbspt-form select {
    background-position: 96% 50%;
  }
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-form-field {
  margin-bottom: 8px;
}
.HUBSPOT__SITE__FORM .hbspt-form .hs-form-field label {
  color: #747f8f;
  font-weight: 400;
  font-size: 14px;
}
.HUBSPOT__SITE__FORM .hbspt-form .submitted-message {
  background-color: rgba(66, 175, 80, 0.8392156863);
  color: #fff;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #34a242;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 {
  width: 100%;
  max-width: 100%;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 input,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 textarea,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 select,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 input,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 textarea,
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-1 select {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 480px) {
  .HUBSPOT__SITE__FORM .hbspt-form .form-columns-2 .hs-form-field:first-child .input {
    margin-right: 8px !important;
  }
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 {
  max-width: 100%;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 input {
  width: 100% !important;
}
.HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 .hs-form-field {
  width: 33.3333333333%;
}
@media (min-width: 480px) {
  .HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 .hs-form-field:first-child .input, .HUBSPOT__SITE__FORM .hbspt-form .form-columns-3 .hs-form-field:nth-child(2) .input {
    margin-right: 8px !important;
  }
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text],
.HUBSPOT__SITE__FORM.inverted-form input[type=email],
.HUBSPOT__SITE__FORM.inverted-form input[type=tel],
.HUBSPOT__SITE__FORM.inverted-form input[type=url],
.HUBSPOT__SITE__FORM.inverted-form select,
.HUBSPOT__SITE__FORM.inverted-form textarea {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 1px;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]:focus,
.HUBSPOT__SITE__FORM.inverted-form input[type=email]:focus,
.HUBSPOT__SITE__FORM.inverted-form input[type=tel]:focus,
.HUBSPOT__SITE__FORM.inverted-form input[type=url]:focus,
.HUBSPOT__SITE__FORM.inverted-form select:focus,
.HUBSPOT__SITE__FORM.inverted-form textarea:focus {
  outline: none;
  border-radius: 1px;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]::-webkit-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=email]::-webkit-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=tel]::-webkit-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=url]::-webkit-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form select::-webkit-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form textarea::-webkit-input-placeholder {
  color: #c1c0c0;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]::-moz-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=email]::-moz-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=tel]::-moz-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=url]::-moz-placeholder, .HUBSPOT__SITE__FORM.inverted-form select::-moz-placeholder, .HUBSPOT__SITE__FORM.inverted-form textarea::-moz-placeholder {
  color: #c1c0c0;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]:-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=email]:-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=tel]:-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=url]:-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form select:-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form textarea:-ms-input-placeholder {
  color: #c1c0c0;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]::-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=email]::-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=tel]::-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form input[type=url]::-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form select::-ms-input-placeholder, .HUBSPOT__SITE__FORM.inverted-form textarea::-ms-input-placeholder {
  color: #c1c0c0;
}
.HUBSPOT__SITE__FORM.inverted-form input[type=text]::placeholder,
.HUBSPOT__SITE__FORM.inverted-form input[type=email]::placeholder,
.HUBSPOT__SITE__FORM.inverted-form input[type=tel]::placeholder,
.HUBSPOT__SITE__FORM.inverted-form input[type=url]::placeholder,
.HUBSPOT__SITE__FORM.inverted-form select::placeholder,
.HUBSPOT__SITE__FORM.inverted-form textarea::placeholder {
  color: #c1c0c0;
}
.HUBSPOT__SITE__FORM.inverted-form .hs-error-msg {
  font-size: 12px !important;
  margin-top: 0 !important;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-form-field {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-form-field {
    max-width: 33.33336%;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-form-field:first-child {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-submit,
.HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-button {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-button {
    padding: 8px 19px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .actions {
    position: relative;
  }
}
@media (min-width: 768px) {
  .HUBSPOT__SITE__FORM.subscription-form-simple .hs-form .hs-error-msgs .hs-main-font-element {
    display: none !important;
  }
}
.HUBSPOT__SITE__FORM.subscription-form-simple .hs-form-field > label {
  display: none !important;
}
.HUBSPOT__SITE__FORM.hide-labels .hs-form-field > label {
  display: none !important;
}
.HUBSPOT__SITE__FORM.hide-labels .hs-input.error {
  border-color: rgba(226, 84, 51, 0.831372549);
}
.HUBSPOT__SITE__FORM.darker-labels .hbspt-form .hs-form-field label {
  color: #5c5d5d;
}
.HUBSPOT__SITE__FORM.button-full .hbspt-form .hs-button {
  width: 100%;
}
.HUBSPOT__SITE__FORM.button-long .hbspt-form .hs-button {
  padding: 10px 58px !important;
}
.HUBSPOT__SITE__FORM.button-left .hbspt-form .hs-submit {
  text-align: left;
}
.HUBSPOT__SITE__FORM.comment-form .hbspt-form .hs-submit {
  text-align: left;
}
.HUBSPOT__SITE__FORM.comment-form .hbspt-form .hs-fieldtype-textarea textarea {
  min-height: 130px;
}

.hs_cos_wrapper_type_form {
  font-size: 16px;
  font-family: inherit;
}
.hs_cos_wrapper_type_form legend {
  font-size: 12px;
  font-style: italic;
}
.hs_cos_wrapper_type_form .form-title {
  display: none;
}
.hs_cos_wrapper_type_form .hs-form-field {
  padding: 0;
}
.hs_cos_wrapper_type_form .hs-form-field > label {
  display: inline-block !important;
}
.hs_cos_wrapper_type_form .hs-fieldtype-file .input {
  width: 100%;
  border-color: #eee;
  padding: 0 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 15px !important;
  position: relative;
}
.hs_cos_wrapper_type_form .hs-fieldtype-file .input .HS__select-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.hs_cos_wrapper_type_form .hs-fieldtype-file .input input {
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 8px !important;
}
.hs_cos_wrapper_type_form .hs-fieldtype-file .input:hover .THEME__button-select {
  background-color: #e2e2e6;
  cursor: pointer;
}
.hs_cos_wrapper_type_form input[type=text],
.hs_cos_wrapper_type_form input[type=email],
.hs_cos_wrapper_type_form input[type=tel],
.hs_cos_wrapper_type_form input[type=url],
.hs_cos_wrapper_type_form select,
.hs_cos_wrapper_type_form textarea {
  width: 100%;
  border-color: #eee;
  padding: 8px !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 15px !important;
}
.hs_cos_wrapper_type_form input[type=text]:focus,
.hs_cos_wrapper_type_form input[type=email]:focus,
.hs_cos_wrapper_type_form input[type=tel]:focus,
.hs_cos_wrapper_type_form input[type=url]:focus,
.hs_cos_wrapper_type_form select:focus,
.hs_cos_wrapper_type_form textarea:focus {
  outline-color: #a01b31;
  border-radius: 0;
}
.hs_cos_wrapper_type_form textarea {
  min-height: 65px;
  max-height: 100px;
}
.hs_cos_wrapper_type_form .input {
  margin-right: 0 !important;
}
.hs_cos_wrapper_type_form input[type=radio] {
  width: auto !important;
}
.hs_cos_wrapper_type_form select {
  background-color: #fff;
}
.hs_cos_wrapper_type_form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  margin: 7px 0 12px 0;
  line-height: 1;
}
.hs_cos_wrapper_type_form .hs-error-msgs .hs-main-font-element,
.hs_cos_wrapper_type_form .hs-error-msgs .hs-error-msg {
  color: rgba(226, 84, 51, 0.831372549) !important;
  font-weight: 600;
}
.hs_cos_wrapper_type_form .hs-error-msgs .hs-error-msg {
  margin-top: 8px;
}
.hs_cos_wrapper_type_form .hs-error-msgs .hs-main-font-element {
  font-size: 16px !important;
}
.hs_cos_wrapper_type_form .hs-submit {
  margin-top: 4px;
}
.hs_cos_wrapper_type_form .hs-button {
  background-color: #a01b31;
  border: none;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px !important;
  margin-top: 8px;
  margin-right: 0;
  padding: 9px 32px !important;
  text-transform: unset;
  cursor: pointer;
}
.hs_cos_wrapper_type_form .hs-button:hover {
  background-color: #741424;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.hs_cos_wrapper_type_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: none;
  border: 1px solid #eee;
  background-image: url(https://go.unitedgmg.com/hubfs/icons/arrow-down-hs.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 98% 50%;
}
@media (max-width: 768px) {
  .hs_cos_wrapper_type_form select {
    background-position: 96% 50%;
  }
}
.hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 8px;
}
.hs_cos_wrapper_type_form .hs-form-field label {
  color: #747f8f;
  font-weight: 400;
  font-size: 14px;
}
.hs_cos_wrapper_type_form .submitted-message {
  background-color: rgba(66, 175, 80, 0.8392156863);
  color: #fff;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #34a242;
}
.hs_cos_wrapper_type_form .form-columns-2,
.hs_cos_wrapper_type_form .form-columns-1 {
  width: 100%;
  max-width: 100%;
}
.hs_cos_wrapper_type_form .form-columns-2 input,
.hs_cos_wrapper_type_form .form-columns-2 textarea,
.hs_cos_wrapper_type_form .form-columns-2 select,
.hs_cos_wrapper_type_form .form-columns-1 input,
.hs_cos_wrapper_type_form .form-columns-1 textarea,
.hs_cos_wrapper_type_form .form-columns-1 select {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 480px) {
  .hs_cos_wrapper_type_form .form-columns-2 .hs-form-field:first-child .input {
    margin-right: 8px !important;
  }
}
.hs_cos_wrapper_type_form .form-columns-3 {
  max-width: 100%;
}
.hs_cos_wrapper_type_form .form-columns-3 input {
  width: 100% !important;
}
.hs_cos_wrapper_type_form .form-columns-3 .hs-form-field {
  width: 33.3333333333%;
}
@media (min-width: 480px) {
  .hs_cos_wrapper_type_form .form-columns-3 .hs-form-field:first-child .input, .hs_cos_wrapper_type_form .form-columns-3 .hs-form-field:nth-child(2) .input {
    margin-right: 8px !important;
  }
}

.BS_ENABLED .THEME__font-family-heading {
  font-family: "Josefin Sans", "MS Serif", "New York", sans-serif !important;
}
.BS_ENABLED .THEME__font-family-body {
  font-family: "Josefin Sans", "MS Serif", "New York", sans-serif !important;
}
.BS_ENABLED .THEME__line-height-body {
  line-height: 1.7 !important;
}
.BS_ENABLED .THEME__line-height-heading {
  line-height: 1.3 !important;
}
.BS_ENABLED .THEME__button {
  outline: none;
  border: none;
  padding: 9px 32px;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-family: "Montserrat", sans-serif;
}
.BS_ENABLED .THEME__button:focus {
  outline: none;
}
.BS_ENABLED .THEME__button:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.BS_ENABLED .THEME__button-primary {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ad915a), to(#cdb684)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ad915a 0%, #cdb684 100%) 0% 0% no-repeat padding-box;
  color: #000;
}
.BS_ENABLED .THEME__button-primary:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ad915a), to(#ad915a)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ad915a 0%, #ad915a 100%) 0% 0% no-repeat padding-box;
}
.BS_ENABLED .THEME__button-secondary {
  background-color: #000;
  color: #fff;
}
.BS_ENABLED .THEME__button-secondary:hover {
  background-color: #333333;
}
.BS_ENABLED .THEME__button-inverted {
  background-color: #fff;
  color: #2b3954;
}
.BS_ENABLED .THEME__button-inverted:hover {
  background-color: #ad915a;
  color: #fff;
}
.BS_ENABLED .THEME__button-transparent {
  background-color: transparent;
  border: 1px solid #ad915a;
  color: #ad915a;
}
.BS_ENABLED .THEME__button-transparent:hover {
  background-color: #ad915a;
  color: #000;
}
.BS_ENABLED .THEME__button-link {
  padding: 0 !important;
  background: transparent;
  color: #ad915a;
}
.BS_ENABLED .THEME__button-link:hover {
  color: #8e7646;
  text-decoration: underline;
}
.BS_ENABLED .THEME__button-has-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BS_ENABLED .THEME__button-has-arrow figure {
  margin: 0;
  margin-left: 16px;
  padding: 0;
  position: relative;
  top: -1px;
}
.BS_ENABLED .THEME__section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.BS_ENABLED .THEME__section-small {
  padding-top: 32px;
  padding-bottom: 32px;
}
.BS_ENABLED .THEME__position-relative {
  position: relative;
}
.BS_ENABLED .THEME__position-absolute {
  position: absolute;
}
.BS_ENABLED .THEME__complete-anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.BS_ENABLED .THEME__br-4 {
  border-radius: 4px;
}
.BS_ENABLED .THEME__br-5 {
  border-radius: 5px;
}
.BS_ENABLED .THEME__br-6 {
  border-radius: 6px;
}
.BS_ENABLED .THEME__br-7 {
  border-radius: 7px;
}
.BS_ENABLED .THEME__br-8 {
  border-radius: 8px;
}
.BS_ENABLED .THEME__br-9 {
  border-radius: 9px;
}
.BS_ENABLED .THEME__br-10 {
  border-radius: 10px;
}
.BS_ENABLED .THEME__br-15 {
  border-radius: 15px;
}
.BS_ENABLED .THEME__br-20 {
  border-radius: 20px;
}
.BS_ENABLED .THEME__br-25 {
  border-radius: 25px;
}
.BS_ENABLED .THEME__z-index-1 {
  z-index: 1;
}
.BS_ENABLED .THEME__z-index-5 {
  z-index: 5;
}
.BS_ENABLED .THEME__z-index-10 {
  z-index: 10;
}
.BS_ENABLED .THEME__text-inverted h1,
.BS_ENABLED .THEME__text-inverted h2,
.BS_ENABLED .THEME__text-inverted h3,
.BS_ENABLED .THEME__text-inverted h4,
.BS_ENABLED .THEME__text-inverted h5,
.BS_ENABLED .THEME__text-inverted h6,
.BS_ENABLED .THEME__text-inverted ul li,
.BS_ENABLED .THEME__text-inverted ol li,
.BS_ENABLED .THEME__text-inverted p,
.BS_ENABLED .THEME__text-inverted span {
  color: #fff !important;
}
.BS_ENABLED .THEME__text-inverted a {
  color: #cdb684 !important;
  text-decoration: none;
}
.BS_ENABLED .THEME__text-inverted a:hover {
  color: #cdb684 !important;
  text-decoration: underline;
}
.BS_ENABLED .THEME__text-body-light {
  color: #686868 !important;
}
.BS_ENABLED .THEME__text-body-primary {
  color: #2b3954 !important;
}
.BS_ENABLED .THEME__text-primary {
  color: #ad915a !important;
}
.BS_ENABLED .THEME__text-primary-var-02 {
  color: #cdb684 !important;
}
.BS_ENABLED .THEME__text-heading-color {
  color: #6a6b6e !important;
}
.BS_ENABLED .THEME__bg-primary {
  background-color: #ad915a !important;
}
.BS_ENABLED .THEME__bg-white {
  background-color: #fff !important;
}
.BS_ENABLED .THEME__bg-black {
  background-color: #000 !important;
}
.BS_ENABLED .THEME__bg-gray {
  background-color: rgb(246, 246, 247) !important;
}
.BS_ENABLED .THEME__bg-light {
  background-color: rgba(205, 182, 132, 0.1) !important;
}
.BS_ENABLED .THEME__bg-dark {
  background-color: #253342 !important;
}
.BS_ENABLED .THEME__bg-sky {
  background-color: rgb(245, 248, 250) !important;
}
.BS_ENABLED .THEME__f-100 {
  font-weight: 100 !important;
}
.BS_ENABLED .THEME__f-200 {
  font-weight: 200 !important;
}
.BS_ENABLED .THEME__f-300 {
  font-weight: 300 !important;
}
.BS_ENABLED .THEME__f-400 {
  font-weight: 400 !important;
}
.BS_ENABLED .THEME__f-500 {
  font-weight: 500 !important;
}
.BS_ENABLED .THEME__f-600 {
  font-weight: 600 !important;
}
.BS_ENABLED .THEME__f-700 {
  font-weight: 700 !important;
}
.BS_ENABLED .THEME__f-800 {
  font-weight: 800 !important;
}
.BS_ENABLED .THEME__f-900 {
  font-weight: 900 !important;
}
.BS_ENABLED .THEME__mw-400 {
  max-width: 400px !important;
}
.BS_ENABLED .THEME__mw-450 {
  max-width: 450px !important;
}
.BS_ENABLED .THEME__mw-500 {
  max-width: 500px !important;
}
.BS_ENABLED .THEME__mw-600 {
  max-width: 600px !important;
}
.BS_ENABLED .THEME__mw-700 {
  max-width: 700px !important;
}
.BS_ENABLED .THEME__mw-800 {
  max-width: 800px !important;
}
.BS_ENABLED .THEME__mw-900 {
  max-width: 900px !important;
}
.BS_ENABLED .THEME__mw-1000 {
  max-width: 1000px !important;
}
.BS_ENABLED .THEME__mw-1100 {
  max-width: 1100px !important;
}
.BS_ENABLED .THEME__mw-1200 {
  max-width: 1200px !important;
}
.BS_ENABLED .THEME__mw-80-percent {
  max-width: 80% !important;
}
.BS_ENABLED .THEME__min-height-600 {
  min-height: 600px !important;
}
.BS_ENABLED .THEME__min-height-400 {
  min-height: 400px !important;
}
.BS_ENABLED .THEME__min-height-500 {
  min-height: 500px !important;
}
.BS_ENABLED .THEME__border-top {
  border-top: 2px solid #eee !important;
}
.BS_ENABLED .THEME__border-bottom {
  border-bottom: 2px solid #eee !important;
}
.BS_ENABLED .THEME__border {
  border: 2px solid #eee !important;
}
.BS_ENABLED .THEME__border-light {
  border: 1px solid #eee !important;
}
.BS_ENABLED .THEME__underlined-text {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.BS_ENABLED .THEME__underlined-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.BS_ENABLED .THEME__underlined-text-full-width:before {
  max-width: 100%;
}
.BS_ENABLED .THEME__underlined-text-centered:before {
  max-width: 185px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.BS_ENABLED .THEME__underlined-text-start:before {
  max-width: 185px;
}
.BS_ENABLED .THEME__underlined-text-end:before {
  max-width: 185px;
  right: 0;
  left: unset;
}
.BS_ENABLED .THEME__underlined-text-color-default:before {
  background-color: #e8e8e8;
}
.BS_ENABLED .THEME__underlined-text-color-inverted:before {
  background-color: #fff;
}
.BS_ENABLED .THEME__underlined-text-color-primary:before {
  background-color: #ad915a;
}
.BS_ENABLED .THEME__hide-after-992 {
  display: block;
}
@media (min-width: 992px) {
  .BS_ENABLED .THEME__hide-after-992 {
    display: none;
  }
}
.BS_ENABLED .THEME__show-after-992 {
  display: none;
}
@media (min-width: 992px) {
  .BS_ENABLED .THEME__show-after-992 {
    display: block;
  }
}
.BS_ENABLED .THEME__show-after-1200 {
  display: none;
}
@media (min-width: 1200px) {
  .BS_ENABLED .THEME__show-after-1200 {
    display: block;
  }
}
.BS_ENABLED .THEME__hide-after-768 {
  display: block;
}
@media (min-width: 768px) {
  .BS_ENABLED .THEME__hide-after-768 {
    display: none;
  }
}
.BS_ENABLED .THEME__show-after-768 {
  display: none;
}
@media (min-width: 768px) {
  .BS_ENABLED .THEME__show-after-768 {
    display: block;
  }
}
.BS_ENABLED .THEME__inherited-anchor {
  color: inherit !important;
  text-decoration: unset;
}
.BS_ENABLED .THEME__inherited-anchor:hover {
  color: inherit !important;
  text-decoration: unset;
}
.BS_ENABLED .THEME__inherit-color {
  color: inherit;
}
.BS_ENABLED .THEME__full-cover-anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.BS_ENABLED .THEME__object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.BS_ENABLED .THEME__object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.BS_ENABLED .THEME__z-index-5 {
  z-index: 5;
}
.BS_ENABLED .THEME__text-uppercase {
  text-transform: uppercase;
}
.BS_ENABLED .THEME__box-shadow {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.BS_ENABLED .THEME__overflow-hidden {
  overflow: hidden !important;
}
.BS_ENABLED .THEME__subtitle-text {
  font-size: 21px;
}
.BS_ENABLED .THEME__font-size-1n25 {
  font-size: 20px !important;
}
.BS_ENABLED .THEME__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.BS_ENABLED .THEME__column {
  padding-left: 10px;
  padding-right: 10px;
}
.BS_ENABLED .THEME__truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BS_ENABLED .THEME__text-decoration-none {
  text-decoration: none !important;
}
.BS_ENABLED .THEME__hover-color-primary:hover {
  color: #ad915a !important;
}
.BS_ENABLED .THEME__hover-color-white:hover {
  color: #fff !important;
}
.BS_ENABLED .THEME__hover-underline:hover {
  text-decoration: underline;
}
.BS_ENABLED .THEME__unset-list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.BS_ENABLED .THEME__card-transition {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.BS_ENABLED .THEME__card-transition:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1200px) {
  .BS_ENABLED .THEME__col-xl-20-percent {
    width: 100%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.BS_ENABLED .THEME__richtext__font-size-normalize h1 {
  font-size: 40px;
}
.BS_ENABLED .THEME__richtext__font-size-normalize h2 {
  font-size: 36px;
}
.BS_ENABLED .THEME__richtext__font-size-normalize h3 {
  font-size: 32px;
}
.BS_ENABLED .THEME__richtext__font-size-normalize h4 {
  font-size: 28px;
}
.BS_ENABLED .THEME__richtext__font-size-normalize h5 {
  font-size: 24px;
}
.BS_ENABLED .THEME__richtext__font-size-normalize h6 {
  font-size: 20px;
}
.BS_ENABLED .THEME__richtext__headings-color-primary h1,
.BS_ENABLED .THEME__richtext__headings-color-primary h2,
.BS_ENABLED .THEME__richtext__headings-color-primary h3,
.BS_ENABLED .THEME__richtext__headings-color-primary h4,
.BS_ENABLED .THEME__richtext__headings-color-primary h5,
.BS_ENABLED .THEME__richtext__headings-color-primary h6 {
  color: #ad915a;
}
.BS_ENABLED .THEME__heading-with-bar {
  position: relative;
}
.BS_ENABLED .THEME__heading-with-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 115px;
  height: 4px;
  background-color: #cdb684;
}
.BS_ENABLED .THEME__heading-with-bar__top-left {
  padding-top: 32px;
}
.BS_ENABLED .THEME__heading-with-bar__top-left:before {
  top: 0;
  left: 0;
}
.BS_ENABLED .THEME__heading-with-bar__bottom-center {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.BS_ENABLED .THEME__heading-with-bar__bottom-center:before {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}