@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-bacteria:before {
  content: "";
}
.fa-bacterium:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-tissue:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudflare:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-faucet:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guilded:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-wash:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "";
}
.fa-handshake-slash:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "";
}
.fa-head-side-cough-slash:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hive:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-user:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-innosoft:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-instalod:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-house:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octopus-deploy:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-arrows:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-perbyte:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-plane-slash:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pump-medical:before {
  content: "";
}
.fa-pump-soap:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-virus:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sink:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-soap:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "";
}
.fa-store-slash:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-trailer:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-uncharted:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-slash:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-vest:before {
  content: "";
}
.fa-vest-patches:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-virus:before {
  content: "";
}
.fa-virus-slash:before {
  content: "";
}
.fa-viruses:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-watchman-monitoring:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wodu:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/*VERSION 4.0 - 10.04.2018*/
/*RESET CSS BEGIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], input[type='search'] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
strong, b {
  font-weight: 700;
}
em, i {
  font-style: italic;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 70%;
  line-height: 1;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, select {
  text-transform: none;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
.container, .wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .wrap {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container, .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wrap {
    max-width: 1080px;
  }
}
@media (min-width: 1367px) {
  .container, .wrap {
    max-width: 1300px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1367px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1367px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1367px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-2_5 {
  margin: 0.75rem !important;
}
.mt-2_5, .my-2_5 {
  margin-top: 0.75rem !important;
}
.mr-2_5, .mx-2_5 {
  margin-right: 0.75rem !important;
}
.mb-2_5, .my-2_5 {
  margin-bottom: 0.75rem !important;
}
.ml-2_5, .mx-2_5 {
  margin-left: 0.75rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.25rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.25rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.25rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.25rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.25rem !important;
}
.m-4_5 {
  margin: 1.5rem !important;
}
.mt-4_5, .my-4_5 {
  margin-top: 1.5rem !important;
}
.mr-4_5, .mx-4_5 {
  margin-right: 1.5rem !important;
}
.mb-4_5, .my-4_5 {
  margin-bottom: 1.5rem !important;
}
.ml-4_5, .mx-4_5 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5, .my-5 {
  margin-top: 2rem !important;
}
.mr-5, .mx-5 {
  margin-right: 2rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 2rem !important;
}
.ml-5, .mx-5 {
  margin-left: 2rem !important;
}
.m-5_5 {
  margin: 2.5rem !important;
}
.mt-5_5, .my-5_5 {
  margin-top: 2.5rem !important;
}
.mr-5_5, .mx-5_5 {
  margin-right: 2.5rem !important;
}
.mb-5_5, .my-5_5 {
  margin-bottom: 2.5rem !important;
}
.ml-5_5, .mx-5_5 {
  margin-left: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6, .my-6 {
  margin-top: 3rem !important;
}
.mr-6, .mx-6 {
  margin-right: 3rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 3rem !important;
}
.ml-6, .mx-6 {
  margin-left: 3rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-7, .my-7 {
  margin-top: 4rem !important;
}
.mr-7, .mx-7 {
  margin-right: 4rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 4rem !important;
}
.ml-7, .mx-7 {
  margin-left: 4rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.mt-8, .my-8 {
  margin-top: 5rem !important;
}
.mr-8, .mx-8 {
  margin-right: 5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 5rem !important;
}
.ml-8, .mx-8 {
  margin-left: 5rem !important;
}
.m-9 {
  margin: 6rem !important;
}
.mt-9, .my-9 {
  margin-top: 6rem !important;
}
.mr-9, .mx-9 {
  margin-right: 6rem !important;
}
.mb-9, .my-9 {
  margin-bottom: 6rem !important;
}
.ml-9, .mx-9 {
  margin-left: 6rem !important;
}
.m-10 {
  margin: 8rem !important;
}
.mt-10, .my-10 {
  margin-top: 8rem !important;
}
.mr-10, .mx-10 {
  margin-right: 8rem !important;
}
.mb-10, .my-10 {
  margin-bottom: 8rem !important;
}
.ml-10, .mx-10 {
  margin-left: 8rem !important;
}
.m-11 {
  margin: 10rem !important;
}
.mt-11, .my-11 {
  margin-top: 10rem !important;
}
.mr-11, .mx-11 {
  margin-right: 10rem !important;
}
.mb-11, .my-11 {
  margin-bottom: 10rem !important;
}
.ml-11, .mx-11 {
  margin-left: 10rem !important;
}
.m-12 {
  margin: 13rem !important;
}
.mt-12, .my-12 {
  margin-top: 13rem !important;
}
.mr-12, .mx-12 {
  margin-right: 13rem !important;
}
.mb-12, .my-12 {
  margin-bottom: 13rem !important;
}
.ml-12, .mx-12 {
  margin-left: 13rem !important;
}
.m-13 {
  margin: 16rem !important;
}
.mt-13, .my-13 {
  margin-top: 16rem !important;
}
.mr-13, .mx-13 {
  margin-right: 16rem !important;
}
.mb-13, .my-13 {
  margin-bottom: 16rem !important;
}
.ml-13, .mx-13 {
  margin-left: 16rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-2_5 {
  padding: 0.75rem !important;
}
.pt-2_5, .py-2_5 {
  padding-top: 0.75rem !important;
}
.pr-2_5, .px-2_5 {
  padding-right: 0.75rem !important;
}
.pb-2_5, .py-2_5 {
  padding-bottom: 0.75rem !important;
}
.pl-2_5, .px-2_5 {
  padding-left: 0.75rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.25rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.25rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.25rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.25rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.25rem !important;
}
.p-4_5 {
  padding: 1.5rem !important;
}
.pt-4_5, .py-4_5 {
  padding-top: 1.5rem !important;
}
.pr-4_5, .px-4_5 {
  padding-right: 1.5rem !important;
}
.pb-4_5, .py-4_5 {
  padding-bottom: 1.5rem !important;
}
.pl-4_5, .px-4_5 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5, .py-5 {
  padding-top: 2rem !important;
}
.pr-5, .px-5 {
  padding-right: 2rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 2rem !important;
}
.pl-5, .px-5 {
  padding-left: 2rem !important;
}
.p-5_5 {
  padding: 2.5rem !important;
}
.pt-5_5, .py-5_5 {
  padding-top: 2.5rem !important;
}
.pr-5_5, .px-5_5 {
  padding-right: 2.5rem !important;
}
.pb-5_5, .py-5_5 {
  padding-bottom: 2.5rem !important;
}
.pl-5_5, .px-5_5 {
  padding-left: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6, .py-6 {
  padding-top: 3rem !important;
}
.pr-6, .px-6 {
  padding-right: 3rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 3rem !important;
}
.pl-6, .px-6 {
  padding-left: 3rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-7, .py-7 {
  padding-top: 4rem !important;
}
.pr-7, .px-7 {
  padding-right: 4rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 4rem !important;
}
.pl-7, .px-7 {
  padding-left: 4rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.pt-8, .py-8 {
  padding-top: 5rem !important;
}
.pr-8, .px-8 {
  padding-right: 5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 5rem !important;
}
.pl-8, .px-8 {
  padding-left: 5rem !important;
}
.p-9 {
  padding: 6rem !important;
}
.pt-9, .py-9 {
  padding-top: 6rem !important;
}
.pr-9, .px-9 {
  padding-right: 6rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 6rem !important;
}
.pl-9, .px-9 {
  padding-left: 6rem !important;
}
.p-10 {
  padding: 8rem !important;
}
.pt-10, .py-10 {
  padding-top: 8rem !important;
}
.pr-10, .px-10 {
  padding-right: 8rem !important;
}
.pb-10, .py-10 {
  padding-bottom: 8rem !important;
}
.pl-10, .px-10 {
  padding-left: 8rem !important;
}
.p-11 {
  padding: 10rem !important;
}
.pt-11, .py-11 {
  padding-top: 10rem !important;
}
.pr-11, .px-11 {
  padding-right: 10rem !important;
}
.pb-11, .py-11 {
  padding-bottom: 10rem !important;
}
.pl-11, .px-11 {
  padding-left: 10rem !important;
}
.p-12 {
  padding: 13rem !important;
}
.pt-12, .py-12 {
  padding-top: 13rem !important;
}
.pr-12, .px-12 {
  padding-right: 13rem !important;
}
.pb-12, .py-12 {
  padding-bottom: 13rem !important;
}
.pl-12, .px-12 {
  padding-left: 13rem !important;
}
.p-13 {
  padding: 16rem !important;
}
.pt-13, .py-13 {
  padding-top: 16rem !important;
}
.pr-13, .px-13 {
  padding-right: 16rem !important;
}
.pb-13, .py-13 {
  padding-bottom: 16rem !important;
}
.pl-13, .px-13 {
  padding-left: 16rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n2_5 {
  margin: -0.75rem !important;
}
.mt-n2_5, .my-n2_5 {
  margin-top: -0.75rem !important;
}
.mr-n2_5, .mx-n2_5 {
  margin-right: -0.75rem !important;
}
.mb-n2_5, .my-n2_5 {
  margin-bottom: -0.75rem !important;
}
.ml-n2_5, .mx-n2_5 {
  margin-left: -0.75rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.25rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.25rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.25rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.25rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.25rem !important;
}
.m-n4_5 {
  margin: -1.5rem !important;
}
.mt-n4_5, .my-n4_5 {
  margin-top: -1.5rem !important;
}
.mr-n4_5, .mx-n4_5 {
  margin-right: -1.5rem !important;
}
.mb-n4_5, .my-n4_5 {
  margin-bottom: -1.5rem !important;
}
.ml-n4_5, .mx-n4_5 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -2rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -2rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -2rem !important;
}
.m-n5_5 {
  margin: -2.5rem !important;
}
.mt-n5_5, .my-n5_5 {
  margin-top: -2.5rem !important;
}
.mr-n5_5, .mx-n5_5 {
  margin-right: -2.5rem !important;
}
.mb-n5_5, .my-n5_5 {
  margin-bottom: -2.5rem !important;
}
.ml-n5_5, .mx-n5_5 {
  margin-left: -2.5rem !important;
}
.m-n6 {
  margin: -3rem !important;
}
.mt-n6, .my-n6 {
  margin-top: -3rem !important;
}
.mr-n6, .mx-n6 {
  margin-right: -3rem !important;
}
.mb-n6, .my-n6 {
  margin-bottom: -3rem !important;
}
.ml-n6, .mx-n6 {
  margin-left: -3rem !important;
}
.m-n7 {
  margin: -4rem !important;
}
.mt-n7, .my-n7 {
  margin-top: -4rem !important;
}
.mr-n7, .mx-n7 {
  margin-right: -4rem !important;
}
.mb-n7, .my-n7 {
  margin-bottom: -4rem !important;
}
.ml-n7, .mx-n7 {
  margin-left: -4rem !important;
}
.m-n8 {
  margin: -5rem !important;
}
.mt-n8, .my-n8 {
  margin-top: -5rem !important;
}
.mr-n8, .mx-n8 {
  margin-right: -5rem !important;
}
.mb-n8, .my-n8 {
  margin-bottom: -5rem !important;
}
.ml-n8, .mx-n8 {
  margin-left: -5rem !important;
}
.m-n9 {
  margin: -6rem !important;
}
.mt-n9, .my-n9 {
  margin-top: -6rem !important;
}
.mr-n9, .mx-n9 {
  margin-right: -6rem !important;
}
.mb-n9, .my-n9 {
  margin-bottom: -6rem !important;
}
.ml-n9, .mx-n9 {
  margin-left: -6rem !important;
}
.m-n10 {
  margin: -8rem !important;
}
.mt-n10, .my-n10 {
  margin-top: -8rem !important;
}
.mr-n10, .mx-n10 {
  margin-right: -8rem !important;
}
.mb-n10, .my-n10 {
  margin-bottom: -8rem !important;
}
.ml-n10, .mx-n10 {
  margin-left: -8rem !important;
}
.m-n11 {
  margin: -10rem !important;
}
.mt-n11, .my-n11 {
  margin-top: -10rem !important;
}
.mr-n11, .mx-n11 {
  margin-right: -10rem !important;
}
.mb-n11, .my-n11 {
  margin-bottom: -10rem !important;
}
.ml-n11, .mx-n11 {
  margin-left: -10rem !important;
}
.m-n12 {
  margin: -13rem !important;
}
.mt-n12, .my-n12 {
  margin-top: -13rem !important;
}
.mr-n12, .mx-n12 {
  margin-right: -13rem !important;
}
.mb-n12, .my-n12 {
  margin-bottom: -13rem !important;
}
.ml-n12, .mx-n12 {
  margin-left: -13rem !important;
}
.m-n13 {
  margin: -16rem !important;
}
.mt-n13, .my-n13 {
  margin-top: -16rem !important;
}
.mr-n13, .mx-n13 {
  margin-right: -16rem !important;
}
.mb-n13, .my-n13 {
  margin-bottom: -16rem !important;
}
.ml-n13, .mx-n13 {
  margin-left: -16rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0, .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0, .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0, .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1, .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1, .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1, .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1, .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2, .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2, .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2, .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2, .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-2_5 {
    margin: 0.75rem !important;
  }
  .mt-xs-2_5, .my-xs-2_5 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-2_5, .mx-xs-2_5 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-2_5, .my-xs-2_5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-2_5, .mx-xs-2_5 {
    margin-left: 0.75rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3, .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3, .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3, .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3, .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.25rem !important;
  }
  .mt-xs-4, .my-xs-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-4, .mx-xs-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-4, .my-xs-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-4, .mx-xs-4 {
    margin-left: 1.25rem !important;
  }
  .m-xs-4_5 {
    margin: 1.5rem !important;
  }
  .mt-xs-4_5, .my-xs-4_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4_5, .mx-xs-4_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4_5, .my-xs-4_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4_5, .mx-xs-4_5 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .mt-xs-5, .my-xs-5 {
    margin-top: 2rem !important;
  }
  .mr-xs-5, .mx-xs-5 {
    margin-right: 2rem !important;
  }
  .mb-xs-5, .my-xs-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-5, .mx-xs-5 {
    margin-left: 2rem !important;
  }
  .m-xs-5_5 {
    margin: 2.5rem !important;
  }
  .mt-xs-5_5, .my-xs-5_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-5_5, .mx-xs-5_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-5_5, .my-xs-5_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-5_5, .mx-xs-5_5 {
    margin-left: 2.5rem !important;
  }
  .m-xs-6 {
    margin: 3rem !important;
  }
  .mt-xs-6, .my-xs-6 {
    margin-top: 3rem !important;
  }
  .mr-xs-6, .mx-xs-6 {
    margin-right: 3rem !important;
  }
  .mb-xs-6, .my-xs-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-6, .mx-xs-6 {
    margin-left: 3rem !important;
  }
  .m-xs-7 {
    margin: 4rem !important;
  }
  .mt-xs-7, .my-xs-7 {
    margin-top: 4rem !important;
  }
  .mr-xs-7, .mx-xs-7 {
    margin-right: 4rem !important;
  }
  .mb-xs-7, .my-xs-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-7, .mx-xs-7 {
    margin-left: 4rem !important;
  }
  .m-xs-8 {
    margin: 5rem !important;
  }
  .mt-xs-8, .my-xs-8 {
    margin-top: 5rem !important;
  }
  .mr-xs-8, .mx-xs-8 {
    margin-right: 5rem !important;
  }
  .mb-xs-8, .my-xs-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-8, .mx-xs-8 {
    margin-left: 5rem !important;
  }
  .m-xs-9 {
    margin: 6rem !important;
  }
  .mt-xs-9, .my-xs-9 {
    margin-top: 6rem !important;
  }
  .mr-xs-9, .mx-xs-9 {
    margin-right: 6rem !important;
  }
  .mb-xs-9, .my-xs-9 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-9, .mx-xs-9 {
    margin-left: 6rem !important;
  }
  .m-xs-10 {
    margin: 8rem !important;
  }
  .mt-xs-10, .my-xs-10 {
    margin-top: 8rem !important;
  }
  .mr-xs-10, .mx-xs-10 {
    margin-right: 8rem !important;
  }
  .mb-xs-10, .my-xs-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xs-10, .mx-xs-10 {
    margin-left: 8rem !important;
  }
  .m-xs-11 {
    margin: 10rem !important;
  }
  .mt-xs-11, .my-xs-11 {
    margin-top: 10rem !important;
  }
  .mr-xs-11, .mx-xs-11 {
    margin-right: 10rem !important;
  }
  .mb-xs-11, .my-xs-11 {
    margin-bottom: 10rem !important;
  }
  .ml-xs-11, .mx-xs-11 {
    margin-left: 10rem !important;
  }
  .m-xs-12 {
    margin: 13rem !important;
  }
  .mt-xs-12, .my-xs-12 {
    margin-top: 13rem !important;
  }
  .mr-xs-12, .mx-xs-12 {
    margin-right: 13rem !important;
  }
  .mb-xs-12, .my-xs-12 {
    margin-bottom: 13rem !important;
  }
  .ml-xs-12, .mx-xs-12 {
    margin-left: 13rem !important;
  }
  .m-xs-13 {
    margin: 16rem !important;
  }
  .mt-xs-13, .my-xs-13 {
    margin-top: 16rem !important;
  }
  .mr-xs-13, .mx-xs-13 {
    margin-right: 16rem !important;
  }
  .mb-xs-13, .my-xs-13 {
    margin-bottom: 16rem !important;
  }
  .ml-xs-13, .mx-xs-13 {
    margin-left: 16rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0, .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0, .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0, .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1, .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1, .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1, .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1, .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2, .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2, .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2, .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2, .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-2_5 {
    padding: 0.75rem !important;
  }
  .pt-xs-2_5, .py-xs-2_5 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-2_5, .px-xs-2_5 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-2_5, .py-xs-2_5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-2_5, .px-xs-2_5 {
    padding-left: 0.75rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3, .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3, .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3, .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3, .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.25rem !important;
  }
  .pt-xs-4, .py-xs-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-4, .px-xs-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-4, .py-xs-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-4, .px-xs-4 {
    padding-left: 1.25rem !important;
  }
  .p-xs-4_5 {
    padding: 1.5rem !important;
  }
  .pt-xs-4_5, .py-xs-4_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4_5, .px-xs-4_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4_5, .py-xs-4_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4_5, .px-xs-4_5 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .pt-xs-5, .py-xs-5 {
    padding-top: 2rem !important;
  }
  .pr-xs-5, .px-xs-5 {
    padding-right: 2rem !important;
  }
  .pb-xs-5, .py-xs-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-5, .px-xs-5 {
    padding-left: 2rem !important;
  }
  .p-xs-5_5 {
    padding: 2.5rem !important;
  }
  .pt-xs-5_5, .py-xs-5_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-5_5, .px-xs-5_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-5_5, .py-xs-5_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-5_5, .px-xs-5_5 {
    padding-left: 2.5rem !important;
  }
  .p-xs-6 {
    padding: 3rem !important;
  }
  .pt-xs-6, .py-xs-6 {
    padding-top: 3rem !important;
  }
  .pr-xs-6, .px-xs-6 {
    padding-right: 3rem !important;
  }
  .pb-xs-6, .py-xs-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-6, .px-xs-6 {
    padding-left: 3rem !important;
  }
  .p-xs-7 {
    padding: 4rem !important;
  }
  .pt-xs-7, .py-xs-7 {
    padding-top: 4rem !important;
  }
  .pr-xs-7, .px-xs-7 {
    padding-right: 4rem !important;
  }
  .pb-xs-7, .py-xs-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-7, .px-xs-7 {
    padding-left: 4rem !important;
  }
  .p-xs-8 {
    padding: 5rem !important;
  }
  .pt-xs-8, .py-xs-8 {
    padding-top: 5rem !important;
  }
  .pr-xs-8, .px-xs-8 {
    padding-right: 5rem !important;
  }
  .pb-xs-8, .py-xs-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-8, .px-xs-8 {
    padding-left: 5rem !important;
  }
  .p-xs-9 {
    padding: 6rem !important;
  }
  .pt-xs-9, .py-xs-9 {
    padding-top: 6rem !important;
  }
  .pr-xs-9, .px-xs-9 {
    padding-right: 6rem !important;
  }
  .pb-xs-9, .py-xs-9 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-9, .px-xs-9 {
    padding-left: 6rem !important;
  }
  .p-xs-10 {
    padding: 8rem !important;
  }
  .pt-xs-10, .py-xs-10 {
    padding-top: 8rem !important;
  }
  .pr-xs-10, .px-xs-10 {
    padding-right: 8rem !important;
  }
  .pb-xs-10, .py-xs-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xs-10, .px-xs-10 {
    padding-left: 8rem !important;
  }
  .p-xs-11 {
    padding: 10rem !important;
  }
  .pt-xs-11, .py-xs-11 {
    padding-top: 10rem !important;
  }
  .pr-xs-11, .px-xs-11 {
    padding-right: 10rem !important;
  }
  .pb-xs-11, .py-xs-11 {
    padding-bottom: 10rem !important;
  }
  .pl-xs-11, .px-xs-11 {
    padding-left: 10rem !important;
  }
  .p-xs-12 {
    padding: 13rem !important;
  }
  .pt-xs-12, .py-xs-12 {
    padding-top: 13rem !important;
  }
  .pr-xs-12, .px-xs-12 {
    padding-right: 13rem !important;
  }
  .pb-xs-12, .py-xs-12 {
    padding-bottom: 13rem !important;
  }
  .pl-xs-12, .px-xs-12 {
    padding-left: 13rem !important;
  }
  .p-xs-13 {
    padding: 16rem !important;
  }
  .pt-xs-13, .py-xs-13 {
    padding-top: 16rem !important;
  }
  .pr-xs-13, .px-xs-13 {
    padding-right: 16rem !important;
  }
  .pb-xs-13, .py-xs-13 {
    padding-bottom: 16rem !important;
  }
  .pl-xs-13, .px-xs-13 {
    padding-left: 16rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1, .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1, .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1, .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1, .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2, .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2, .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2, .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2, .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n2_5 {
    margin: -0.75rem !important;
  }
  .mt-xs-n2_5, .my-xs-n2_5 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n2_5, .mx-xs-n2_5 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n2_5, .my-xs-n2_5 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n2_5, .mx-xs-n2_5 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3, .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3, .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3, .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3, .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.25rem !important;
  }
  .mt-xs-n4, .my-xs-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n4, .mx-xs-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n4, .my-xs-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n4, .mx-xs-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n4_5 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4_5, .my-xs-n4_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4_5, .mx-xs-n4_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4_5, .my-xs-n4_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4_5, .mx-xs-n4_5 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -2rem !important;
  }
  .mt-xs-n5, .my-xs-n5 {
    margin-top: -2rem !important;
  }
  .mr-xs-n5, .mx-xs-n5 {
    margin-right: -2rem !important;
  }
  .mb-xs-n5, .my-xs-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n5, .mx-xs-n5 {
    margin-left: -2rem !important;
  }
  .m-xs-n5_5 {
    margin: -2.5rem !important;
  }
  .mt-xs-n5_5, .my-xs-n5_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n5_5, .mx-xs-n5_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n5_5, .my-xs-n5_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n5_5, .mx-xs-n5_5 {
    margin-left: -2.5rem !important;
  }
  .m-xs-n6 {
    margin: -3rem !important;
  }
  .mt-xs-n6, .my-xs-n6 {
    margin-top: -3rem !important;
  }
  .mr-xs-n6, .mx-xs-n6 {
    margin-right: -3rem !important;
  }
  .mb-xs-n6, .my-xs-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n6, .mx-xs-n6 {
    margin-left: -3rem !important;
  }
  .m-xs-n7 {
    margin: -4rem !important;
  }
  .mt-xs-n7, .my-xs-n7 {
    margin-top: -4rem !important;
  }
  .mr-xs-n7, .mx-xs-n7 {
    margin-right: -4rem !important;
  }
  .mb-xs-n7, .my-xs-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n7, .mx-xs-n7 {
    margin-left: -4rem !important;
  }
  .m-xs-n8 {
    margin: -5rem !important;
  }
  .mt-xs-n8, .my-xs-n8 {
    margin-top: -5rem !important;
  }
  .mr-xs-n8, .mx-xs-n8 {
    margin-right: -5rem !important;
  }
  .mb-xs-n8, .my-xs-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n8, .mx-xs-n8 {
    margin-left: -5rem !important;
  }
  .m-xs-n9 {
    margin: -6rem !important;
  }
  .mt-xs-n9, .my-xs-n9 {
    margin-top: -6rem !important;
  }
  .mr-xs-n9, .mx-xs-n9 {
    margin-right: -6rem !important;
  }
  .mb-xs-n9, .my-xs-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n9, .mx-xs-n9 {
    margin-left: -6rem !important;
  }
  .m-xs-n10 {
    margin: -8rem !important;
  }
  .mt-xs-n10, .my-xs-n10 {
    margin-top: -8rem !important;
  }
  .mr-xs-n10, .mx-xs-n10 {
    margin-right: -8rem !important;
  }
  .mb-xs-n10, .my-xs-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-xs-n10, .mx-xs-n10 {
    margin-left: -8rem !important;
  }
  .m-xs-n11 {
    margin: -10rem !important;
  }
  .mt-xs-n11, .my-xs-n11 {
    margin-top: -10rem !important;
  }
  .mr-xs-n11, .mx-xs-n11 {
    margin-right: -10rem !important;
  }
  .mb-xs-n11, .my-xs-n11 {
    margin-bottom: -10rem !important;
  }
  .ml-xs-n11, .mx-xs-n11 {
    margin-left: -10rem !important;
  }
  .m-xs-n12 {
    margin: -13rem !important;
  }
  .mt-xs-n12, .my-xs-n12 {
    margin-top: -13rem !important;
  }
  .mr-xs-n12, .mx-xs-n12 {
    margin-right: -13rem !important;
  }
  .mb-xs-n12, .my-xs-n12 {
    margin-bottom: -13rem !important;
  }
  .ml-xs-n12, .mx-xs-n12 {
    margin-left: -13rem !important;
  }
  .m-xs-n13 {
    margin: -16rem !important;
  }
  .mt-xs-n13, .my-xs-n13 {
    margin-top: -16rem !important;
  }
  .mr-xs-n13, .mx-xs-n13 {
    margin-right: -16rem !important;
  }
  .mb-xs-n13, .my-xs-n13 {
    margin-bottom: -16rem !important;
  }
  .ml-xs-n13, .mx-xs-n13 {
    margin-left: -16rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto, .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto, .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto, .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto, .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2_5 {
    margin: 0.75rem !important;
  }
  .mt-sm-2_5, .my-sm-2_5 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-2_5, .mx-sm-2_5 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-2_5, .my-sm-2_5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-2_5, .mx-sm-2_5 {
    margin-left: 0.75rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.25rem !important;
  }
  .m-sm-4_5 {
    margin: 1.5rem !important;
  }
  .mt-sm-4_5, .my-sm-4_5 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4_5, .mx-sm-4_5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4_5, .my-sm-4_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4_5, .mx-sm-4_5 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-5_5 {
    margin: 2.5rem !important;
  }
  .mt-sm-5_5, .my-sm-5_5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5_5, .mx-sm-5_5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5_5, .my-sm-5_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5_5, .mx-sm-5_5 {
    margin-left: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 5rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 5rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 5rem !important;
  }
  .m-sm-9 {
    margin: 6rem !important;
  }
  .mt-sm-9, .my-sm-9 {
    margin-top: 6rem !important;
  }
  .mr-sm-9, .mx-sm-9 {
    margin-right: 6rem !important;
  }
  .mb-sm-9, .my-sm-9 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-9, .mx-sm-9 {
    margin-left: 6rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 8rem !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 8rem !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 8rem !important;
  }
  .m-sm-11 {
    margin: 10rem !important;
  }
  .mt-sm-11, .my-sm-11 {
    margin-top: 10rem !important;
  }
  .mr-sm-11, .mx-sm-11 {
    margin-right: 10rem !important;
  }
  .mb-sm-11, .my-sm-11 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-11, .mx-sm-11 {
    margin-left: 10rem !important;
  }
  .m-sm-12 {
    margin: 13rem !important;
  }
  .mt-sm-12, .my-sm-12 {
    margin-top: 13rem !important;
  }
  .mr-sm-12, .mx-sm-12 {
    margin-right: 13rem !important;
  }
  .mb-sm-12, .my-sm-12 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-12, .mx-sm-12 {
    margin-left: 13rem !important;
  }
  .m-sm-13 {
    margin: 16rem !important;
  }
  .mt-sm-13, .my-sm-13 {
    margin-top: 16rem !important;
  }
  .mr-sm-13, .mx-sm-13 {
    margin-right: 16rem !important;
  }
  .mb-sm-13, .my-sm-13 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-13, .mx-sm-13 {
    margin-left: 16rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2_5 {
    padding: 0.75rem !important;
  }
  .pt-sm-2_5, .py-sm-2_5 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-2_5, .px-sm-2_5 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-2_5, .py-sm-2_5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-2_5, .px-sm-2_5 {
    padding-left: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.25rem !important;
  }
  .p-sm-4_5 {
    padding: 1.5rem !important;
  }
  .pt-sm-4_5, .py-sm-4_5 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4_5, .px-sm-4_5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4_5, .py-sm-4_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4_5, .px-sm-4_5 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-5_5 {
    padding: 2.5rem !important;
  }
  .pt-sm-5_5, .py-sm-5_5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5_5, .px-sm-5_5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5_5, .py-sm-5_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5_5, .px-sm-5_5 {
    padding-left: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 5rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 5rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 5rem !important;
  }
  .p-sm-9 {
    padding: 6rem !important;
  }
  .pt-sm-9, .py-sm-9 {
    padding-top: 6rem !important;
  }
  .pr-sm-9, .px-sm-9 {
    padding-right: 6rem !important;
  }
  .pb-sm-9, .py-sm-9 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-9, .px-sm-9 {
    padding-left: 6rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 8rem !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 8rem !important;
  }
  .p-sm-11 {
    padding: 10rem !important;
  }
  .pt-sm-11, .py-sm-11 {
    padding-top: 10rem !important;
  }
  .pr-sm-11, .px-sm-11 {
    padding-right: 10rem !important;
  }
  .pb-sm-11, .py-sm-11 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-11, .px-sm-11 {
    padding-left: 10rem !important;
  }
  .p-sm-12 {
    padding: 13rem !important;
  }
  .pt-sm-12, .py-sm-12 {
    padding-top: 13rem !important;
  }
  .pr-sm-12, .px-sm-12 {
    padding-right: 13rem !important;
  }
  .pb-sm-12, .py-sm-12 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-12, .px-sm-12 {
    padding-left: 13rem !important;
  }
  .p-sm-13 {
    padding: 16rem !important;
  }
  .pt-sm-13, .py-sm-13 {
    padding-top: 16rem !important;
  }
  .pr-sm-13, .px-sm-13 {
    padding-right: 16rem !important;
  }
  .pb-sm-13, .py-sm-13 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-13, .px-sm-13 {
    padding-left: 16rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2_5 {
    margin: -0.75rem !important;
  }
  .mt-sm-n2_5, .my-sm-n2_5 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n2_5, .mx-sm-n2_5 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n2_5, .my-sm-n2_5 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n2_5, .mx-sm-n2_5 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n4_5 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4_5, .my-sm-n4_5 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4_5, .mx-sm-n4_5 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4_5, .my-sm-n4_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4_5, .mx-sm-n4_5 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n5_5 {
    margin: -2.5rem !important;
  }
  .mt-sm-n5_5, .my-sm-n5_5 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n5_5, .mx-sm-n5_5 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n5_5, .my-sm-n5_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n5_5, .mx-sm-n5_5 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -3rem !important;
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -3rem !important;
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -3rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -4rem !important;
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -4rem !important;
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -4rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -5rem !important;
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -5rem !important;
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -5rem !important;
  }
  .m-sm-n9 {
    margin: -6rem !important;
  }
  .mt-sm-n9, .my-sm-n9 {
    margin-top: -6rem !important;
  }
  .mr-sm-n9, .mx-sm-n9 {
    margin-right: -6rem !important;
  }
  .mb-sm-n9, .my-sm-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n9, .mx-sm-n9 {
    margin-left: -6rem !important;
  }
  .m-sm-n10 {
    margin: -8rem !important;
  }
  .mt-sm-n10, .my-sm-n10 {
    margin-top: -8rem !important;
  }
  .mr-sm-n10, .mx-sm-n10 {
    margin-right: -8rem !important;
  }
  .mb-sm-n10, .my-sm-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n10, .mx-sm-n10 {
    margin-left: -8rem !important;
  }
  .m-sm-n11 {
    margin: -10rem !important;
  }
  .mt-sm-n11, .my-sm-n11 {
    margin-top: -10rem !important;
  }
  .mr-sm-n11, .mx-sm-n11 {
    margin-right: -10rem !important;
  }
  .mb-sm-n11, .my-sm-n11 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n11, .mx-sm-n11 {
    margin-left: -10rem !important;
  }
  .m-sm-n12 {
    margin: -13rem !important;
  }
  .mt-sm-n12, .my-sm-n12 {
    margin-top: -13rem !important;
  }
  .mr-sm-n12, .mx-sm-n12 {
    margin-right: -13rem !important;
  }
  .mb-sm-n12, .my-sm-n12 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n12, .mx-sm-n12 {
    margin-left: -13rem !important;
  }
  .m-sm-n13 {
    margin: -16rem !important;
  }
  .mt-sm-n13, .my-sm-n13 {
    margin-top: -16rem !important;
  }
  .mr-sm-n13, .mx-sm-n13 {
    margin-right: -16rem !important;
  }
  .mb-sm-n13, .my-sm-n13 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n13, .mx-sm-n13 {
    margin-left: -16rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-2_5 {
    margin: 0.75rem !important;
  }
  .mt-md-2_5, .my-md-2_5 {
    margin-top: 0.75rem !important;
  }
  .mr-md-2_5, .mx-md-2_5 {
    margin-right: 0.75rem !important;
  }
  .mb-md-2_5, .my-md-2_5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-2_5, .mx-md-2_5 {
    margin-left: 0.75rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.25rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.25rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.25rem !important;
  }
  .m-md-4_5 {
    margin: 1.5rem !important;
  }
  .mt-md-4_5, .my-md-4_5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4_5, .mx-md-4_5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4_5, .my-md-4_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4_5, .mx-md-4_5 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-5_5 {
    margin: 2.5rem !important;
  }
  .mt-md-5_5, .my-md-5_5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5_5, .mx-md-5_5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5_5, .my-md-5_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5_5, .mx-md-5_5 {
    margin-left: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 5rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 5rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 5rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 5rem !important;
  }
  .m-md-9 {
    margin: 6rem !important;
  }
  .mt-md-9, .my-md-9 {
    margin-top: 6rem !important;
  }
  .mr-md-9, .mx-md-9 {
    margin-right: 6rem !important;
  }
  .mb-md-9, .my-md-9 {
    margin-bottom: 6rem !important;
  }
  .ml-md-9, .mx-md-9 {
    margin-left: 6rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 8rem !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 8rem !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 8rem !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 8rem !important;
  }
  .m-md-11 {
    margin: 10rem !important;
  }
  .mt-md-11, .my-md-11 {
    margin-top: 10rem !important;
  }
  .mr-md-11, .mx-md-11 {
    margin-right: 10rem !important;
  }
  .mb-md-11, .my-md-11 {
    margin-bottom: 10rem !important;
  }
  .ml-md-11, .mx-md-11 {
    margin-left: 10rem !important;
  }
  .m-md-12 {
    margin: 13rem !important;
  }
  .mt-md-12, .my-md-12 {
    margin-top: 13rem !important;
  }
  .mr-md-12, .mx-md-12 {
    margin-right: 13rem !important;
  }
  .mb-md-12, .my-md-12 {
    margin-bottom: 13rem !important;
  }
  .ml-md-12, .mx-md-12 {
    margin-left: 13rem !important;
  }
  .m-md-13 {
    margin: 16rem !important;
  }
  .mt-md-13, .my-md-13 {
    margin-top: 16rem !important;
  }
  .mr-md-13, .mx-md-13 {
    margin-right: 16rem !important;
  }
  .mb-md-13, .my-md-13 {
    margin-bottom: 16rem !important;
  }
  .ml-md-13, .mx-md-13 {
    margin-left: 16rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-2_5 {
    padding: 0.75rem !important;
  }
  .pt-md-2_5, .py-md-2_5 {
    padding-top: 0.75rem !important;
  }
  .pr-md-2_5, .px-md-2_5 {
    padding-right: 0.75rem !important;
  }
  .pb-md-2_5, .py-md-2_5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-2_5, .px-md-2_5 {
    padding-left: 0.75rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.25rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.25rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.25rem !important;
  }
  .p-md-4_5 {
    padding: 1.5rem !important;
  }
  .pt-md-4_5, .py-md-4_5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4_5, .px-md-4_5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4_5, .py-md-4_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4_5, .px-md-4_5 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-5_5 {
    padding: 2.5rem !important;
  }
  .pt-md-5_5, .py-md-5_5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5_5, .px-md-5_5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5_5, .py-md-5_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5_5, .px-md-5_5 {
    padding-left: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 5rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 5rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 5rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 5rem !important;
  }
  .p-md-9 {
    padding: 6rem !important;
  }
  .pt-md-9, .py-md-9 {
    padding-top: 6rem !important;
  }
  .pr-md-9, .px-md-9 {
    padding-right: 6rem !important;
  }
  .pb-md-9, .py-md-9 {
    padding-bottom: 6rem !important;
  }
  .pl-md-9, .px-md-9 {
    padding-left: 6rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 8rem !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 8rem !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 8rem !important;
  }
  .p-md-11 {
    padding: 10rem !important;
  }
  .pt-md-11, .py-md-11 {
    padding-top: 10rem !important;
  }
  .pr-md-11, .px-md-11 {
    padding-right: 10rem !important;
  }
  .pb-md-11, .py-md-11 {
    padding-bottom: 10rem !important;
  }
  .pl-md-11, .px-md-11 {
    padding-left: 10rem !important;
  }
  .p-md-12 {
    padding: 13rem !important;
  }
  .pt-md-12, .py-md-12 {
    padding-top: 13rem !important;
  }
  .pr-md-12, .px-md-12 {
    padding-right: 13rem !important;
  }
  .pb-md-12, .py-md-12 {
    padding-bottom: 13rem !important;
  }
  .pl-md-12, .px-md-12 {
    padding-left: 13rem !important;
  }
  .p-md-13 {
    padding: 16rem !important;
  }
  .pt-md-13, .py-md-13 {
    padding-top: 16rem !important;
  }
  .pr-md-13, .px-md-13 {
    padding-right: 16rem !important;
  }
  .pb-md-13, .py-md-13 {
    padding-bottom: 16rem !important;
  }
  .pl-md-13, .px-md-13 {
    padding-left: 16rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2_5 {
    margin: -0.75rem !important;
  }
  .mt-md-n2_5, .my-md-n2_5 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n2_5, .mx-md-n2_5 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n2_5, .my-md-n2_5 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n2_5, .mx-md-n2_5 {
    margin-left: -0.75rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.25rem !important;
  }
  .m-md-n4_5 {
    margin: -1.5rem !important;
  }
  .mt-md-n4_5, .my-md-n4_5 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4_5, .mx-md-n4_5 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4_5, .my-md-n4_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4_5, .mx-md-n4_5 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n5_5 {
    margin: -2.5rem !important;
  }
  .mt-md-n5_5, .my-md-n5_5 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n5_5, .mx-md-n5_5 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n5_5, .my-md-n5_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n5_5, .mx-md-n5_5 {
    margin-left: -2.5rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -3rem !important;
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -3rem !important;
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -3rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -4rem !important;
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -4rem !important;
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -4rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -5rem !important;
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -5rem !important;
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -5rem !important;
  }
  .m-md-n9 {
    margin: -6rem !important;
  }
  .mt-md-n9, .my-md-n9 {
    margin-top: -6rem !important;
  }
  .mr-md-n9, .mx-md-n9 {
    margin-right: -6rem !important;
  }
  .mb-md-n9, .my-md-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n9, .mx-md-n9 {
    margin-left: -6rem !important;
  }
  .m-md-n10 {
    margin: -8rem !important;
  }
  .mt-md-n10, .my-md-n10 {
    margin-top: -8rem !important;
  }
  .mr-md-n10, .mx-md-n10 {
    margin-right: -8rem !important;
  }
  .mb-md-n10, .my-md-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n10, .mx-md-n10 {
    margin-left: -8rem !important;
  }
  .m-md-n11 {
    margin: -10rem !important;
  }
  .mt-md-n11, .my-md-n11 {
    margin-top: -10rem !important;
  }
  .mr-md-n11, .mx-md-n11 {
    margin-right: -10rem !important;
  }
  .mb-md-n11, .my-md-n11 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n11, .mx-md-n11 {
    margin-left: -10rem !important;
  }
  .m-md-n12 {
    margin: -13rem !important;
  }
  .mt-md-n12, .my-md-n12 {
    margin-top: -13rem !important;
  }
  .mr-md-n12, .mx-md-n12 {
    margin-right: -13rem !important;
  }
  .mb-md-n12, .my-md-n12 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n12, .mx-md-n12 {
    margin-left: -13rem !important;
  }
  .m-md-n13 {
    margin: -16rem !important;
  }
  .mt-md-n13, .my-md-n13 {
    margin-top: -16rem !important;
  }
  .mr-md-n13, .mx-md-n13 {
    margin-right: -16rem !important;
  }
  .mb-md-n13, .my-md-n13 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n13, .mx-md-n13 {
    margin-left: -16rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2_5 {
    margin: 0.75rem !important;
  }
  .mt-lg-2_5, .my-lg-2_5 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-2_5, .mx-lg-2_5 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-2_5, .my-lg-2_5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-2_5, .mx-lg-2_5 {
    margin-left: 0.75rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.25rem !important;
  }
  .m-lg-4_5 {
    margin: 1.5rem !important;
  }
  .mt-lg-4_5, .my-lg-4_5 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4_5, .mx-lg-4_5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4_5, .my-lg-4_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4_5, .mx-lg-4_5 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-5_5 {
    margin: 2.5rem !important;
  }
  .mt-lg-5_5, .my-lg-5_5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5_5, .mx-lg-5_5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5_5, .my-lg-5_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5_5, .mx-lg-5_5 {
    margin-left: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 5rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 5rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 5rem !important;
  }
  .m-lg-9 {
    margin: 6rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 6rem !important;
  }
  .mr-lg-9, .mx-lg-9 {
    margin-right: 6rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-9, .mx-lg-9 {
    margin-left: 6rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 8rem !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 8rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 8rem !important;
  }
  .m-lg-11 {
    margin: 10rem !important;
  }
  .mt-lg-11, .my-lg-11 {
    margin-top: 10rem !important;
  }
  .mr-lg-11, .mx-lg-11 {
    margin-right: 10rem !important;
  }
  .mb-lg-11, .my-lg-11 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-11, .mx-lg-11 {
    margin-left: 10rem !important;
  }
  .m-lg-12 {
    margin: 13rem !important;
  }
  .mt-lg-12, .my-lg-12 {
    margin-top: 13rem !important;
  }
  .mr-lg-12, .mx-lg-12 {
    margin-right: 13rem !important;
  }
  .mb-lg-12, .my-lg-12 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-12, .mx-lg-12 {
    margin-left: 13rem !important;
  }
  .m-lg-13 {
    margin: 16rem !important;
  }
  .mt-lg-13, .my-lg-13 {
    margin-top: 16rem !important;
  }
  .mr-lg-13, .mx-lg-13 {
    margin-right: 16rem !important;
  }
  .mb-lg-13, .my-lg-13 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-13, .mx-lg-13 {
    margin-left: 16rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2_5 {
    padding: 0.75rem !important;
  }
  .pt-lg-2_5, .py-lg-2_5 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-2_5, .px-lg-2_5 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-2_5, .py-lg-2_5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-2_5, .px-lg-2_5 {
    padding-left: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.25rem !important;
  }
  .p-lg-4_5 {
    padding: 1.5rem !important;
  }
  .pt-lg-4_5, .py-lg-4_5 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4_5, .px-lg-4_5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4_5, .py-lg-4_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4_5, .px-lg-4_5 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-5_5 {
    padding: 2.5rem !important;
  }
  .pt-lg-5_5, .py-lg-5_5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5_5, .px-lg-5_5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5_5, .py-lg-5_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5_5, .px-lg-5_5 {
    padding-left: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 5rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 5rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 5rem !important;
  }
  .p-lg-9 {
    padding: 6rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 6rem !important;
  }
  .pr-lg-9, .px-lg-9 {
    padding-right: 6rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-9, .px-lg-9 {
    padding-left: 6rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 8rem !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 8rem !important;
  }
  .p-lg-11 {
    padding: 10rem !important;
  }
  .pt-lg-11, .py-lg-11 {
    padding-top: 10rem !important;
  }
  .pr-lg-11, .px-lg-11 {
    padding-right: 10rem !important;
  }
  .pb-lg-11, .py-lg-11 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-11, .px-lg-11 {
    padding-left: 10rem !important;
  }
  .p-lg-12 {
    padding: 13rem !important;
  }
  .pt-lg-12, .py-lg-12 {
    padding-top: 13rem !important;
  }
  .pr-lg-12, .px-lg-12 {
    padding-right: 13rem !important;
  }
  .pb-lg-12, .py-lg-12 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-12, .px-lg-12 {
    padding-left: 13rem !important;
  }
  .p-lg-13 {
    padding: 16rem !important;
  }
  .pt-lg-13, .py-lg-13 {
    padding-top: 16rem !important;
  }
  .pr-lg-13, .px-lg-13 {
    padding-right: 16rem !important;
  }
  .pb-lg-13, .py-lg-13 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-13, .px-lg-13 {
    padding-left: 16rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2_5 {
    margin: -0.75rem !important;
  }
  .mt-lg-n2_5, .my-lg-n2_5 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n2_5, .mx-lg-n2_5 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n2_5, .my-lg-n2_5 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n2_5, .mx-lg-n2_5 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n4_5 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4_5, .my-lg-n4_5 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4_5, .mx-lg-n4_5 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4_5, .my-lg-n4_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4_5, .mx-lg-n4_5 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n5_5 {
    margin: -2.5rem !important;
  }
  .mt-lg-n5_5, .my-lg-n5_5 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n5_5, .mx-lg-n5_5 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n5_5, .my-lg-n5_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n5_5, .mx-lg-n5_5 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -3rem !important;
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -3rem !important;
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -3rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -4rem !important;
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -4rem !important;
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -4rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -5rem !important;
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -5rem !important;
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -5rem !important;
  }
  .m-lg-n9 {
    margin: -6rem !important;
  }
  .mt-lg-n9, .my-lg-n9 {
    margin-top: -6rem !important;
  }
  .mr-lg-n9, .mx-lg-n9 {
    margin-right: -6rem !important;
  }
  .mb-lg-n9, .my-lg-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n9, .mx-lg-n9 {
    margin-left: -6rem !important;
  }
  .m-lg-n10 {
    margin: -8rem !important;
  }
  .mt-lg-n10, .my-lg-n10 {
    margin-top: -8rem !important;
  }
  .mr-lg-n10, .mx-lg-n10 {
    margin-right: -8rem !important;
  }
  .mb-lg-n10, .my-lg-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n10, .mx-lg-n10 {
    margin-left: -8rem !important;
  }
  .m-lg-n11 {
    margin: -10rem !important;
  }
  .mt-lg-n11, .my-lg-n11 {
    margin-top: -10rem !important;
  }
  .mr-lg-n11, .mx-lg-n11 {
    margin-right: -10rem !important;
  }
  .mb-lg-n11, .my-lg-n11 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n11, .mx-lg-n11 {
    margin-left: -10rem !important;
  }
  .m-lg-n12 {
    margin: -13rem !important;
  }
  .mt-lg-n12, .my-lg-n12 {
    margin-top: -13rem !important;
  }
  .mr-lg-n12, .mx-lg-n12 {
    margin-right: -13rem !important;
  }
  .mb-lg-n12, .my-lg-n12 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n12, .mx-lg-n12 {
    margin-left: -13rem !important;
  }
  .m-lg-n13 {
    margin: -16rem !important;
  }
  .mt-lg-n13, .my-lg-n13 {
    margin-top: -16rem !important;
  }
  .mr-lg-n13, .mx-lg-n13 {
    margin-right: -16rem !important;
  }
  .mb-lg-n13, .my-lg-n13 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n13, .mx-lg-n13 {
    margin-left: -16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1367px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2_5 {
    margin: 0.75rem !important;
  }
  .mt-xl-2_5, .my-xl-2_5 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-2_5, .mx-xl-2_5 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-2_5, .my-xl-2_5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-2_5, .mx-xl-2_5 {
    margin-left: 0.75rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xl-4_5 {
    margin: 1.5rem !important;
  }
  .mt-xl-4_5, .my-xl-4_5 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4_5, .mx-xl-4_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4_5, .my-xl-4_5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4_5, .mx-xl-4_5 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-5_5 {
    margin: 2.5rem !important;
  }
  .mt-xl-5_5, .my-xl-5_5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-5_5, .mx-xl-5_5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-5_5, .my-xl-5_5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5_5, .mx-xl-5_5 {
    margin-left: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 5rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 5rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 5rem !important;
  }
  .m-xl-9 {
    margin: 6rem !important;
  }
  .mt-xl-9, .my-xl-9 {
    margin-top: 6rem !important;
  }
  .mr-xl-9, .mx-xl-9 {
    margin-right: 6rem !important;
  }
  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-9, .mx-xl-9 {
    margin-left: 6rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 8rem !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 8rem !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 8rem !important;
  }
  .m-xl-11 {
    margin: 10rem !important;
  }
  .mt-xl-11, .my-xl-11 {
    margin-top: 10rem !important;
  }
  .mr-xl-11, .mx-xl-11 {
    margin-right: 10rem !important;
  }
  .mb-xl-11, .my-xl-11 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-11, .mx-xl-11 {
    margin-left: 10rem !important;
  }
  .m-xl-12 {
    margin: 13rem !important;
  }
  .mt-xl-12, .my-xl-12 {
    margin-top: 13rem !important;
  }
  .mr-xl-12, .mx-xl-12 {
    margin-right: 13rem !important;
  }
  .mb-xl-12, .my-xl-12 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-12, .mx-xl-12 {
    margin-left: 13rem !important;
  }
  .m-xl-13 {
    margin: 16rem !important;
  }
  .mt-xl-13, .my-xl-13 {
    margin-top: 16rem !important;
  }
  .mr-xl-13, .mx-xl-13 {
    margin-right: 16rem !important;
  }
  .mb-xl-13, .my-xl-13 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-13, .mx-xl-13 {
    margin-left: 16rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2_5 {
    padding: 0.75rem !important;
  }
  .pt-xl-2_5, .py-xl-2_5 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-2_5, .px-xl-2_5 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-2_5, .py-xl-2_5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-2_5, .px-xl-2_5 {
    padding-left: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xl-4_5 {
    padding: 1.5rem !important;
  }
  .pt-xl-4_5, .py-xl-4_5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4_5, .px-xl-4_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4_5, .py-xl-4_5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4_5, .px-xl-4_5 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-5_5 {
    padding: 2.5rem !important;
  }
  .pt-xl-5_5, .py-xl-5_5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5_5, .px-xl-5_5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5_5, .py-xl-5_5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-5_5, .px-xl-5_5 {
    padding-left: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 5rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 5rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 5rem !important;
  }
  .p-xl-9 {
    padding: 6rem !important;
  }
  .pt-xl-9, .py-xl-9 {
    padding-top: 6rem !important;
  }
  .pr-xl-9, .px-xl-9 {
    padding-right: 6rem !important;
  }
  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-9, .px-xl-9 {
    padding-left: 6rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 8rem !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 8rem !important;
  }
  .p-xl-11 {
    padding: 10rem !important;
  }
  .pt-xl-11, .py-xl-11 {
    padding-top: 10rem !important;
  }
  .pr-xl-11, .px-xl-11 {
    padding-right: 10rem !important;
  }
  .pb-xl-11, .py-xl-11 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-11, .px-xl-11 {
    padding-left: 10rem !important;
  }
  .p-xl-12 {
    padding: 13rem !important;
  }
  .pt-xl-12, .py-xl-12 {
    padding-top: 13rem !important;
  }
  .pr-xl-12, .px-xl-12 {
    padding-right: 13rem !important;
  }
  .pb-xl-12, .py-xl-12 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-12, .px-xl-12 {
    padding-left: 13rem !important;
  }
  .p-xl-13 {
    padding: 16rem !important;
  }
  .pt-xl-13, .py-xl-13 {
    padding-top: 16rem !important;
  }
  .pr-xl-13, .px-xl-13 {
    padding-right: 16rem !important;
  }
  .pb-xl-13, .py-xl-13 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-13, .px-xl-13 {
    padding-left: 16rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2_5 {
    margin: -0.75rem !important;
  }
  .mt-xl-n2_5, .my-xl-n2_5 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n2_5, .mx-xl-n2_5 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n2_5, .my-xl-n2_5 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n2_5, .mx-xl-n2_5 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n4_5 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4_5, .my-xl-n4_5 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4_5, .mx-xl-n4_5 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4_5, .my-xl-n4_5 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4_5, .mx-xl-n4_5 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n5_5 {
    margin: -2.5rem !important;
  }
  .mt-xl-n5_5, .my-xl-n5_5 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n5_5, .mx-xl-n5_5 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n5_5, .my-xl-n5_5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n5_5, .mx-xl-n5_5 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -3rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -4rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -5rem !important;
  }
  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -5rem !important;
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -5rem !important;
  }
  .m-xl-n9 {
    margin: -6rem !important;
  }
  .mt-xl-n9, .my-xl-n9 {
    margin-top: -6rem !important;
  }
  .mr-xl-n9, .mx-xl-n9 {
    margin-right: -6rem !important;
  }
  .mb-xl-n9, .my-xl-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n9, .mx-xl-n9 {
    margin-left: -6rem !important;
  }
  .m-xl-n10 {
    margin: -8rem !important;
  }
  .mt-xl-n10, .my-xl-n10 {
    margin-top: -8rem !important;
  }
  .mr-xl-n10, .mx-xl-n10 {
    margin-right: -8rem !important;
  }
  .mb-xl-n10, .my-xl-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n10, .mx-xl-n10 {
    margin-left: -8rem !important;
  }
  .m-xl-n11 {
    margin: -10rem !important;
  }
  .mt-xl-n11, .my-xl-n11 {
    margin-top: -10rem !important;
  }
  .mr-xl-n11, .mx-xl-n11 {
    margin-right: -10rem !important;
  }
  .mb-xl-n11, .my-xl-n11 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n11, .mx-xl-n11 {
    margin-left: -10rem !important;
  }
  .m-xl-n12 {
    margin: -13rem !important;
  }
  .mt-xl-n12, .my-xl-n12 {
    margin-top: -13rem !important;
  }
  .mr-xl-n12, .mx-xl-n12 {
    margin-right: -13rem !important;
  }
  .mb-xl-n12, .my-xl-n12 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n12, .mx-xl-n12 {
    margin-left: -13rem !important;
  }
  .m-xl-n13 {
    margin: -16rem !important;
  }
  .mt-xl-n13, .my-xl-n13 {
    margin-top: -16rem !important;
  }
  .mr-xl-n13, .mx-xl-n13 {
    margin-right: -16rem !important;
  }
  .mb-xl-n13, .my-xl-n13 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n13, .mx-xl-n13 {
    margin-left: -16rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*# sourceMappingURL=main.css.map */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-family: 'Asul', sans-serif;
  margin-bottom: 0.5em;
}
h1, .h1 {
  font-size: 48px;
  line-height: 1.1;
}
@media (max-width: 1249px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
}
h2, .h2, .text-42 {
  font-size: 42px;
}
@media (max-width: 991px) {
  h2, .h2, .text-42 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2, .text-42 {
    font-size: 26px;
  }
}
h3, .h3, .text-30, .search-results .page-title {
  font-size: 30px;
}
@media (max-width: 991px) {
  h3, .h3, .text-30, .search-results .page-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3, .h3, .text-30, .search-results .page-title {
    font-size: 22px;
  }
}
h4, .h4 {
  font-size: 21px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}
h5, .h5, .text-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h5, .h5, .text-18 {
    font-size: 16px;
  }
}
h6, .h6, .text-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h6, .h6, .text-16 {
    font-size: 15px;
  }
}
.text-82 {
  font-size: 82px;
}
@media (max-width: 1249px) {
  .text-82 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .text-82 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .text-82 {
    font-size: 38px;
  }
}
.text-65 {
  font-size: 65px;
}
@media (max-width: 1249px) {
  .text-65 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .text-65 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .text-65 {
    font-size: 32px;
  }
}
.text-55 {
  font-size: 55px;
}
@media (max-width: 1249px) {
  .text-55 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .text-55 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .text-55 {
    font-size: 28px;
  }
}
.text-46 {
  font-size: 46px;
}
@media (max-width: 1249px) {
  .text-46 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .text-46 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .text-46 {
    font-size: 28px;
  }
}
.text-32 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .text-32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .text-32 {
    font-size: 22px;
  }
}
.text-27, .site-footer .widget-title {
  font-size: 27px;
}
@media (max-width: 991px) {
  .text-27, .site-footer .widget-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .text-27, .site-footer .widget-title {
    font-size: 22px;
  }
}
.text-25 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .text-25 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .text-25 {
    font-size: 20px;
  }
}
.text-23 {
  font-size: 23px;
}
@media (max-width: 991px) {
  .text-23 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-23 {
    font-size: 18px;
  }
}
.text-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .text-20 {
    font-size: 17px;
  }
}
.text-19 {
  font-size: 19px;
}
@media (max-width: 767px) {
  .text-19 {
    font-size: 17px;
  }
}
.text-15 {
  font-size: 15px;
}
.text-14 {
  font-size: 14px;
}
.text-13 {
  font-size: 13px;
}
.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-homepage .container {
  max-width: 1330px;
}
.container--lg {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.container--lmd {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container--mmd {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container--md {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container--smd {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.gutters-20 > .col, .gutters-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1249px) {
  .gutters-20 > .col, .gutters-20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gutters-25 > .col, .gutters-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 1249px) {
  .gutters-25 > .col, .gutters-25 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gutters-40 > .col, .gutters-40 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1249px) {
  .gutters-40 > .col, .gutters-40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.align-full, .hero--full {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.zi-1 {
  z-index: 1;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.va-middle {
  vertical-align: middle;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-transform-none {
  text-transform: none;
}
.text-overline {
  text-decoration: overline;
}
.text-linethrough {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.lh-1 {
  line-height: 1;
}
.lh-1_1 {
  line-height: 1.1;
}
.lh-auto, .lh-1_2 {
  line-height: 1.2;
}
.lh-1_4 {
  line-height: 1.4;
}
.pull-left {
  float: left;
}
@media screen and (min-width: 576px) {
  .pull-xs-left {
    float: left;
  }
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  clear: both;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-auto {
  overflow: auto;
}
.font-base {
  font-family: 'Montserrat', sans-serif;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-accent {
  color: #f6a42e;
}
.text-blue {
  color: #59a1d5;
}
.text-gray-100 {
  color: #fefefe;
}
.text-gray-500 {
  color: #6a6a6a;
}
.text-gray-600 {
  color: #4d4d4d;
}
.text-gray-800 {
  color: #171717;
}
.bg-none {
  background: none;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #68c06a;
}
.bg-blue-15 {
  background-color: rgba(89, 161, 213, 0.15);
}
.bg-blue-09 {
  background-color: rgba(89, 161, 213, 0.09);
}
.bg-blue {
  background-color: #59a1d5;
}
.bg-gray-300 {
  background-color: #f4f4f4;
}
.bg-gray-400 {
  background-color: #ddd;
}
.bg-stretch {
  background-position: center;
  background-size: cover;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-gray-400 {
  border-color: #ddd;
}
.last\:border-0:last-child {
  border: 0;
}
.radius-12 {
  border-radius: 12px;
}
.shadow-black-07 {
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.07);
}
.shadow-blue-35 {
  box-shadow: 0 0 15px 2px rgba(89, 161, 213, 0.35);
}
.last\:mb-0i:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1200px) {
  .mw-lg-none {
    max-width: none;
  }
}
@media screen and (min-width: 1550px) {
  .mw-xxl-none {
    max-width: none;
  }
}
::-moz-selection {
  background: #f6a42e;
  color: #fff;
}
::selection {
  background: #f6a42e;
  color: #fff;
}
::-moz-selection {
  background: #f6a42e;
  color: #fff;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #f6a42e;
}
a:hover, afocus {
  color: #f6a42e;
  text-decoration: underline;
}
.txt-white a:hover, .txt-white afocus {
  color: #fff;
}
a.txt-base:focus, a.txt-base:hover {
  color: #000;
  text-decoration: none;
}
p, ul, ol {
  margin-bottom: 25px;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: bottom;
}
section, .section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  section, .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
blockquote {
  border-color: #f6a42e;
}
@media (max-width: 575px) {
  .separate-containers .inside-article {
    padding: 30px 0;
  }
}
.gform_wrapper .top_label .gfield_label:empty {
  display: none;
}
body .gform_wrapper ul li.gfield {
  margin-top: 30px;
}
.site-content {
  flex-direction: column;
}
.page-template-default .site-content {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .page-template-default .site-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
ol, ul {
  margin-left: 1em;
}
ol > li, ul > li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ol > li::before, ul > li::before {
  position: absolute;
  left: 0;
  color: #f6a42e;
}
ol > li:last-child, ul > li:last-child {
  margin-bottom: 0;
}
ul > li::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
}
.gform-body ul > li::before {
  display: none;
}
ol {
  counter-reset: count;
}
ol > li {
  counter-increment: count;
}
ol > li::before {
  content: counter(count) ". ";
  color: #f6a42e;
  font-weight: 500;
}
.list-blue-checkmark li {
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}
.list-blue-checkmark li::before {
  content: "";
  width: 0.94em;
  height: 0.94em;
  top: 0.188em;
  background-image: url("../images/blue-checkmark.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.list-3-columns {
  columns: 3;
  column-width: 230px;
  gap: 50px;
}
@media (max-width: 991px) {
  .list-3-columns {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .list-3-columns {
    gap: 15px;
  }
}
.btn, button, .button, input[type="submit"], input[type="button"], input[type="reset"], input.button, a.wp-block-button__link, a.wp-block-button__link:not(.has-background) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #f6a42e;
  color: #fff;
  line-height: 1;
  transition: all 100ms ease-in-out;
  user-select: none;
}
@media (max-width: 767px) {
  .btn, button, .button, input[type="submit"], input[type="button"], input[type="reset"], input.button, a.wp-block-button__link, a.wp-block-button__link:not(.has-background) {
    font-size: 15px;
    padding: 15px;
  }
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input.button:hover, a.wp-block-button__link:hover, a.wp-block-button__link:not(.has-background):hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, input.button:focus, a.wp-block-button__link:focus, a.wp-block-button__link:not(.has-background):focus {
  background-color: #e78c0a;
  text-decoration: none;
  color: #fff;
}
.btn--lg {
  font-size: 26px;
  padding: 22px 44px;
}
@media (max-width: 767px) {
  .btn--lg {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .btn--lg {
    font-size: 18px;
    padding: 18px 25px;
  }
}
button.shiftnav-toggle, .button.shiftnav-toggle {
  border-radius: 0;
}
a.wp-block-button__link {
  border: 0;
}
input:not([type='submit']), select:not([type='submit']), textarea:not([type='submit']) {
  border: 0;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  line-height: 1.2;
  background-color: transparent;
}
input:not([type='submit']):focus, select:not([type='submit']):focus, textarea:not([type='submit']):focus {
  border-color: #f6a42e !important;
  outline: 0;
  background-color: transparent !important;
}
input[type='submit'].gform_button, select[type='submit'].gform_button, textarea[type='submit'].gform_button {
  padding: 14px 50px;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  background-image: url('../images/arrow-down-gray.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.ginput_container select {
  padding: 10px 25px 10px 15px !important;
  line-height: 1.2 !important;
}
body .gform_wrapper ul li.gfield {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}
.gform_wrapper .gform_footer {
  padding: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.pre-header-section {
  display: block;
  text-align: center;
  background-color: #68c06a;
  color: #fff;
}
.pre-header-section:hover, .pre-header-section:focus {
  color: #fff;
}
.inside-header.grid-container, .inside-navigation.grid-container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-header .inside-header {
  padding: 0 15px;
}
.site-header .header-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 50px;
}
.site-header .widget_search {
  flex-grow: 1;
}
.site-header .widget .search-form button.search-submit {
  display: none;
}
.site-header .widget .search-field {
  cursor: auto;
}
.site-header .search-form {
  max-width: 280px;
  margin-right: 50px;
  margin-left: auto;
}
.site-header .search-form label {
  width: 100%;
}
@media (max-width: 1249px) {
  .site-header .search-form {
    margin-right: 20px;
  }
}
@media (max-width: 1249px) {
  .site-header .site-logo {
    margin-right: 20px;
  }
}
.main-navigation, .main-navigation ul ul {
  background-color: #fff;
  color: #000;
}
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
  color: inherit;
}
.main-navigation .main-nav ul li a {
  line-height: inherit;
}
nav.main-navigation .main-nav ul li[class*="current-menu-"] > a, nav.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, nav.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a, nav.main-navigation .main-nav ul li > a:hover, nav.main-navigation .main-nav ul li:hover > a, nav.main-navigation .main-nav ul li > a:focus, nav.main-navigation .main-nav ul li:focus > a, nav.main-navigation .main-nav ul ul li[class*="current-menu-"] > a, nav.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover, nav.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:focus, nav.main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a, .main-navigation .main-nav ul ul li.sfHover > a {
  background-color: inherit;
  color: inherit;
}
.site-logo a {
  display: inline-block;
}
.main-navigation .main-nav {
  flex-grow: 1;
  background-color: #59a1d5;
  color: #fff;
  transform: translateY(50%);
  z-index: 5;
}
.main-navigation a {
  font-weight: 600;
}
.main-navigation .menu-item {
  position: relative;
}
.main-navigation .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #f6a42e;
  transform: scaleY(0);
  transition: transform 100ms ease-in-out;
}
.main-navigation .menu-item:hover::after, .main-navigation .menu-item:focus::after, .main-navigation .menu-item.current-menu-item::after, .main-navigation .menu-item.current-menu-ancestor::after {
  transform: scaleY(1);
}
.main-navigation .menu-item .dropdown-menu-toggle {
  padding-right: 0;
}
.main-navigation .menu-item a:hover, .main-navigation .menu-item a:focus {
  text-decoration: none;
}
.main-navigation .menu-item.btn, .main-navigation button.menu-item, .main-navigation .menu-item.button, .main-navigation input.menu-item[type="submit"], .main-navigation input.menu-item[type="button"], .main-navigation input.menu-item[type="reset"], .main-navigation input.menu-item.button, .main-navigation a.menu-item.wp-block-button__link, .main-navigation a.menu-item.wp-block-button__link:not(.has-background) {
  padding: 0;
  line-height: 1.625;
}
.main-navigation .menu-item.btn::after, .main-navigation button.menu-item::after, .main-navigation .menu-item.button::after, .main-navigation input.menu-item[type="submit"]::after, .main-navigation input.menu-item[type="button"]::after, .main-navigation input.menu-item[type="reset"]::after, .main-navigation input.menu-item.button::after, .main-navigation a.menu-item.wp-block-button__link::after, .main-navigation a.menu-item.wp-block-button__link:not(.has-background)::after {
  display: none;
}
.main-navigation .menu-item.btn:last-child, .main-navigation button.menu-item:last-child, .main-navigation .menu-item.button:last-child, .main-navigation input.menu-item[type="submit"]:last-child, .main-navigation input.menu-item[type="button"]:last-child, .main-navigation input.menu-item[type="reset"]:last-child, .main-navigation input.menu-item.button:last-child, .main-navigation a.menu-item.wp-block-button__link:last-child, .main-navigation a.menu-item.wp-block-button__link:not(.has-background):last-child {
  margin-left: auto;
}
.main-navigation .menu-item.btn a, .main-navigation button.menu-item a, .main-navigation .menu-item.button a, .main-navigation input.menu-item[type="submit"] a, .main-navigation input.menu-item[type="button"] a, .main-navigation input.menu-item[type="reset"] a, .main-navigation input.menu-item.button a, .main-navigation a.menu-item.wp-block-button__link a, .main-navigation a.menu-item.wp-block-button__link:not(.has-background) a {
  padding-left: 40px;
  padding-right: 40px;
  transition-duration: 0s;
}
.main-navigation .menu-item.btn--plus a {
  position: relative;
}
.main-navigation .menu-item.btn--plus a::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background-color: #ec972f;
  border: 4px solid #59a1d5;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  transition: background-color 100ms ease-in-out;
}
.main-navigation .menu-item.btn--plus a:hover::before, .main-navigation .menu-item.btn--plus a:focus::before {
  background-color: #e78c0a;
}
.main-navigation .sub-menu {
  transition-delay: 0s !important;
}
.main-navigation .sub-menu .menu-item a {
  background-color: #fff;
  color: inherit;
  transition: color 100ms ease-in-out;
}
.main-navigation .sub-menu .menu-item a:hover, .main-navigation .sub-menu .menu-item a:focus {
  background-color: #fff;
  color: #59a1d5;
}
.main-navigation .sub-menu .menu-item::after {
  display: none;
}
.main-navigation .sub-menu .menu-item.current-menu-item > a, .main-navigation .sub-menu .menu-item.current-menu-item > a:hover, .main-navigation .sub-menu .menu-item.current-menu-item > a:focus, .main-navigation .sub-menu .menu-item.current-menu-parent > a, .main-navigation .sub-menu .menu-item.current-menu-parent > a:hover, .main-navigation .sub-menu .menu-item.current-menu-parent > a:focus {
  color: #59a1d5;
}
.menu-item {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-item::before {
  display: none;
}
.shiftnav-nav .menu-item.btn, .shiftnav-nav button.menu-item, .shiftnav-nav .menu-item.button, .shiftnav-nav input.menu-item[type="submit"], .shiftnav-nav input.menu-item[type="button"], .shiftnav-nav input.menu-item[type="reset"], .shiftnav-nav input.menu-item.button, .shiftnav-nav a.menu-item.wp-block-button__link, .shiftnav-nav a.menu-item.wp-block-button__link:not(.has-background) {
  display: block;
  border: 0;
  font-size: inherit;
  background-color: inherit;
}
.shiftnav-nav .menu-item.btn--reserve {
  display: none;
}
.shiftnav.shiftnav-right-edge:after {
  display: none;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background-color: #f6a42e;
}
.hero {
  background-size: cover;
  background-position: center;
}
.hero__rb-image {
  right: 0;
  top: 12%;
  max-width: 650px;
}
@media (max-width: 1365px) {
  .hero__rb-image {
    max-width: 480px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero--home {
    min-height: 650px;
  }
}
.hero--overlay {
  position: relative;
  z-index: 0;
}
.hero--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #05446b;
  z-index: -1;
  opacity: 0.8;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indoor-shutters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(290px, auto);
  gap: 35px;
}
@media (max-width: 991px) {
  .indoor-shutters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .indoor-shutters-grid {
    grid-auto-rows: minmax(200px, auto);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .indoor-shutters-grid {
    grid-auto-rows: minmax(120px, auto);
  }
}
.indoor-shutters-grid__item {
  position: relative;
  display: grid;
  place-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.indoor-shutters-grid__item:first-child {
  grid-column: 1/3;
}
.indoor-shutters-grid__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.65;
  z-index: -1;
  transition: all 100ms ease-in-out;
}
.indoor-shutters-grid__item:hover, .indoor-shutters-grid__item:focus {
  text-decoration: none;
  color: #fff;
}
.indoor-shutters-grid__item:hover::before, .indoor-shutters-grid__item:focus::before {
  background-color: #f6a42e;
}
.indoor-shutters-grid__item:hover .indoor-shutters-grid__title, .indoor-shutters-grid__item:focus .indoor-shutters-grid__title {
  opacity: 1;
  transform: translateY(0);
}
.indoor-shutters-grid__title {
  opacity: 0;
  transform: translateY(15px);
  transition: all 100ms ease-in-out;
}
.other-shutters__image {
  width: 142px;
  height: 142px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .other-shutters__image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .other-shutters__image {
    width: 60px;
    height: 60px;
  }
}
.reserve-wrapper {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.reserve-wrapper::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 5000px;
  background-color: #68c06a;
}
.card {
  height: 100%;
  padding: 30px 65px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  margin-bottom: 15px;
  color: #000;
}
.card p {
  margin-bottom: 20px;
}
.card .btn, .card button, .card .button, .card input[type="submit"], .card input[type="button"], .card input[type="reset"], .card input.button, .card a.wp-block-button__link, .card a.wp-block-button__link:not(.has-background) {
  margin-top: auto;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .card--sm .card__image {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .card--sm .card__image {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .card--sm .card__image {
    max-width: 90px;
  }
}
.card--popular {
  position: relative;
  flex-direction: row-reverse;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card--popular {
    flex-direction: column-reverse;
    padding: 40px 15px 30px;
  }
}
.card--popular .card__content {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .card--popular .card__content {
    padding-bottom: 40px;
  }
}
.card--popular .card__image {
  max-width: 550px;
  padding-bottom: 50px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .card--popular .card__image {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.card--popular .btn, .card--popular button, .card--popular .button, .card--popular input[type="submit"], .card--popular input[type="button"], .card--popular input[type="reset"], .card--popular input.button, .card--popular a.wp-block-button__link, .card--popular a.wp-block-button__link:not(.has-background) {
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.card--popular > .card__image {
  align-self: flex-end;
}
@media (max-width: 1249px) {
  .card--popular > .card__image {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .card--popular > .card__image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .card--popular > .card__image {
    width: auto;
  }
}
.card--popular::after {
  content: "Most Popular";
  position: absolute;
  background-color: rgba(246, 164, 46, 0.25);
  color: #f6a42e;
  top: 40px;
  left: -60px;
  padding: 10px 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: rotate(-45deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .card--popular::after {
    transform: rotate(0deg);
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    padding: 8px 15px;
  }
}
.image-count {
  position: relative;
  display: inline-block;
}
.image-count::after {
  content: attr(data-count);
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #59a1d5;
  border-radius: 50%;
}
.quote-image {
  position: relative;
}
.quote-image::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 50px;
  height: 38px;
  background-image: url("../images/yellow-quotes.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.gallery-grid__item.hide {
  display: none;
}
.gallery-pagination {
  margin: 0;
  padding: 13px 45px;
  display: inline-flex;
  align-items: center;
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  text-transform: uppercase;
  border-radius: 4px;
}
.gallery-pagination .page-item {
  padding: 0;
  margin: 0;
  text-align: center;
}
.gallery-pagination .page-item.prev {
  margin-right: 30px;
}
.gallery-pagination .page-item.next {
  margin-left: 30px;
}
.gallery-pagination .page-item a {
  color: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 3px;
  transition: color 100ms ease-in-out;
}
.gallery-pagination .page-item a:hover, .gallery-pagination .page-item a:focus {
  text-decoration: none;
  color: #000;
}
.gallery-pagination .page-item:not(.prev):not(.next) a {
  width: 19px;
  height: 19px;
}
.gallery-pagination .page-item:not(.prev):not(.next).disabled a {
  background-color: #f6a42e;
  color: #fff;
}
.gallery-pagination .page-item::before {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}
.owl-carousel .owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-carousel .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-faq {
  background-color: #f4f4f4;
}
.page-template-faq .wp-block-ub-content-toggle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-faq .wp-block-ub-content-toggle-accordion {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.page-template-faq .wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: transparent !important;
}
.page-template-faq .wp-block-ub-content-toggle-accordion-title-wrap[aria-expanded="true"] .wp-block-ub-content-toggle-accordion-title {
  color: #59a1d5 !important;
}
.page-template-faq .wp-block-ub-content-toggle-accordion-title {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d !important;
  transition: color 100ms ease-in-out;
}
@media (max-width: 767px) {
  .page-template-faq .wp-block-ub-content-toggle-accordion-title {
    font-size: 15px;
  }
}
.page-template-faq .wp-block-ub-content-toggle-accordion-content-wrap {
  padding-left: 6%;
  padding-right: 6%;
}
@media (max-width: 767px) {
  .page-template-faq .wp-block-ub-content-toggle-accordion-content-wrap {
    font-size: 14px;
  }
}
.page-template-faq .pre-footer-section {
  background-color: #fff;
}
.page-template-faq .gform_footer {
  text-align: center;
  margin-top: 30px;
}
.single-post .entry-content > * {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.single-post .entry-content > *:first-child {
  margin-top: 0;
}
.single-post .text-white .entry-meta {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .single-post .text-white .entry-meta {
    font-size: 16px;
  }
}
.search-results .page-header {
  margin-bottom: 0;
}
.site-footer {
  padding-top: 40px;
  color: #222;
  font-size: 15px;
  line-height: 1.2;
  background-color: #ddd;
}
.site-footer a {
  color: #222;
  text-decoration: underline;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: none;
}
.site-footer .widget-title {
  line-height: 1.2;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
}
.site-footer .locations.inner-padding {
  padding: 0;
}
.site-footer .locations.inner-padding .widget-title {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.site-footer .menu-footer-menu-container .menu {
  columns: 2;
  gap: 40px;
  column-width: 190px;
}
.site-footer .footer-social-icons a {
  color: #4d4d4d;
}
.site-footer .footer-social-icons a:hover, .site-footer .footer-social-icons a:focus {
  color: #000;
}
.footer-widgets {
  background-color: transparent;
}
.sidebar .widget, .footer-widgets .widget {
  font-size: inherit;
}
.site-info {
  background-color: #59a1d5;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.inside-site-info {
  padding: 15px;
}
.footer-widgets-container {
  padding-top: 0;
}
@media (max-width: 575px) {
  .footer-widgets-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer-widget-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.pre-footer-section {
  position: relative;
  z-index: 0;
}
.page-template-products .pre-footer-section {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .page-template-products .pre-footer-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.page-template-products .pre-footer-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(56, 144, 198, 0.8);
}
.pre-footer-section .page-template-faq {
  background-color: #fff;
}
