/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it.

/* Libraries & Variables
------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
MIXINS.SCSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Variables
----------------------------------------
////////////////////////////////////// */
/********************************
** Slant Angle
*********************************/
/********************************
** Grouped Variables
*********************************/
/********************************
** Container Spacing
*********************************/
/**********************
** Ripped Pattern Spacing
**********************/
/**********************
** Consistent Element Spacing
**********************/
/********************************
** Post Image Sizing
*********************************/
/********************************
** Spaces between buttons and wrapper
*********************************/
/********************************
** Wordpress menu height
*********************************/
/**********************
** Header Heights
**********************/
/**********************
** Colors
**********************/
/* Color 1: Orange */
/* Color 2: Red-Orange */
/* Color 3 : Brown-Grey */
/* Color 4 : Blue */
/*********************/
/********************
** Font Families
*********************/
/********************************
** Font Sizes can be found in _my-mixins.scss
*********************************/
/**/
/********************************
** Font Sizes
*********************************/
/* 55px => h1 */
/* 40px => h2 */
/* 30px => h3 */
/* 24px => h4, .heading, sub headings */
/* 18px =>  main nav, .post-title */
/* 16px => text and buttons */
/* 14px => .tag, top nav, tabs, footer links */
/* 14px => .btn(mobile)


/* Plugins
----------------------------------------
////////////////////////////////////// */
/********************
** Font Awesome
******************* */
/********************
** Bootstrap
*********************/
/**/
/**/
/********************
** Custom Mixins
*********************/
/********************
** Defaults
*********************/
/* -------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////
// CUSTOM IMPORTS
//////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Compass [Patch]
----------------------------------------
////////////////////////////////////// */
/* Font Awesome
----------------------------------------
////////////////////////////////////// */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.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);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.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-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* Bootstrap | "get value" => map-get($map, key)
----------------------------------------
////////////////////////////////////// */
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: rgb(0, 0, 0);
  --bs-white: rgb(255, 255, 255);
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: rgb(255, 255, 255);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: rgb(0, 0, 0);
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: rgb(255, 255, 255);
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: max(0.25rem, 0);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 783px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-mb, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-hr, .container-yg, .container-xl, .container-mb, .container-lg, .container-md, .container-sm, .container {
  max-width: 1320px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 783px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-mb: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-yg: 1600px;
  --bs-breakpoint-hr: 1920px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 783px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-mb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-mb-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-mb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-mb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-mb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-mb-0 {
    margin-left: 0;
  }
  .offset-mb-1 {
    margin-left: 8.33333333%;
  }
  .offset-mb-2 {
    margin-left: 16.66666667%;
  }
  .offset-mb-3 {
    margin-left: 25%;
  }
  .offset-mb-4 {
    margin-left: 33.33333333%;
  }
  .offset-mb-5 {
    margin-left: 41.66666667%;
  }
  .offset-mb-6 {
    margin-left: 50%;
  }
  .offset-mb-7 {
    margin-left: 58.33333333%;
  }
  .offset-mb-8 {
    margin-left: 66.66666667%;
  }
  .offset-mb-9 {
    margin-left: 75%;
  }
  .offset-mb-10 {
    margin-left: 83.33333333%;
  }
  .offset-mb-11 {
    margin-left: 91.66666667%;
  }
  .g-mb-0,
  .gx-mb-0 {
    --bs-gutter-x: 0;
  }
  .g-mb-0,
  .gy-mb-0 {
    --bs-gutter-y: 0;
  }
  .g-mb-1,
  .gx-mb-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mb-1,
  .gy-mb-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mb-2,
  .gx-mb-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mb-2,
  .gy-mb-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mb-3,
  .gx-mb-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mb-3,
  .gy-mb-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mb-4,
  .gx-mb-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mb-4,
  .gy-mb-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mb-5,
  .gx-mb-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mb-5,
  .gy-mb-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-yg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-yg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-yg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-yg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-yg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-yg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-yg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-yg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-yg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-yg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-yg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-yg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-yg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-yg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-yg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-yg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-yg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-yg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-yg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-yg-0 {
    margin-left: 0;
  }
  .offset-yg-1 {
    margin-left: 8.33333333%;
  }
  .offset-yg-2 {
    margin-left: 16.66666667%;
  }
  .offset-yg-3 {
    margin-left: 25%;
  }
  .offset-yg-4 {
    margin-left: 33.33333333%;
  }
  .offset-yg-5 {
    margin-left: 41.66666667%;
  }
  .offset-yg-6 {
    margin-left: 50%;
  }
  .offset-yg-7 {
    margin-left: 58.33333333%;
  }
  .offset-yg-8 {
    margin-left: 66.66666667%;
  }
  .offset-yg-9 {
    margin-left: 75%;
  }
  .offset-yg-10 {
    margin-left: 83.33333333%;
  }
  .offset-yg-11 {
    margin-left: 91.66666667%;
  }
  .g-yg-0,
  .gx-yg-0 {
    --bs-gutter-x: 0;
  }
  .g-yg-0,
  .gy-yg-0 {
    --bs-gutter-y: 0;
  }
  .g-yg-1,
  .gx-yg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-yg-1,
  .gy-yg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-yg-2,
  .gx-yg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-yg-2,
  .gy-yg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-yg-3,
  .gx-yg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-yg-3,
  .gy-yg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-yg-4,
  .gx-yg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-yg-4,
  .gy-yg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-yg-5,
  .gx-yg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-yg-5,
  .gy-yg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-hr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-hr-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-hr-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-hr-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-hr-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-hr-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-hr-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-hr-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-hr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-hr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-hr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-hr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-hr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-hr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-hr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-hr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-hr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-hr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-hr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-hr-0 {
    margin-left: 0;
  }
  .offset-hr-1 {
    margin-left: 8.33333333%;
  }
  .offset-hr-2 {
    margin-left: 16.66666667%;
  }
  .offset-hr-3 {
    margin-left: 25%;
  }
  .offset-hr-4 {
    margin-left: 33.33333333%;
  }
  .offset-hr-5 {
    margin-left: 41.66666667%;
  }
  .offset-hr-6 {
    margin-left: 50%;
  }
  .offset-hr-7 {
    margin-left: 58.33333333%;
  }
  .offset-hr-8 {
    margin-left: 66.66666667%;
  }
  .offset-hr-9 {
    margin-left: 75%;
  }
  .offset-hr-10 {
    margin-left: 83.33333333%;
  }
  .offset-hr-11 {
    margin-left: 91.66666667%;
  }
  .g-hr-0,
  .gx-hr-0 {
    --bs-gutter-x: 0;
  }
  .g-hr-0,
  .gy-hr-0 {
    --bs-gutter-y: 0;
  }
  .g-hr-1,
  .gx-hr-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-hr-1,
  .gy-hr-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-hr-2,
  .gx-hr-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-hr-2,
  .gy-hr-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-hr-3,
  .gx-hr-3 {
    --bs-gutter-x: 1rem;
  }
  .g-hr-3,
  .gy-hr-3 {
    --bs-gutter-y: 1rem;
  }
  .g-hr-4,
  .gx-hr-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-hr-4,
  .gy-hr-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-hr-5,
  .gx-hr-5 {
    --bs-gutter-x: 3rem;
  }
  .g-hr-5,
  .gy-hr-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

.d-inline-grid {
  display: inline-grid !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;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !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-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;
}

.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;
}

.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;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !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;
}

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 783px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .d-mb-inline {
    display: inline !important;
  }
  .d-mb-inline-block {
    display: inline-block !important;
  }
  .d-mb-block {
    display: block !important;
  }
  .d-mb-grid {
    display: grid !important;
  }
  .d-mb-inline-grid {
    display: inline-grid !important;
  }
  .d-mb-table {
    display: table !important;
  }
  .d-mb-table-row {
    display: table-row !important;
  }
  .d-mb-table-cell {
    display: table-cell !important;
  }
  .d-mb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-mb-none {
    display: none !important;
  }
  .flex-mb-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-mb-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-mb-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-mb-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-mb-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-mb-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-mb-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-mb-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-mb-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-mb-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-mb-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-mb-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-mb-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-mb-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-mb-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-mb-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-mb-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-mb-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-mb-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-mb-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-mb-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-mb-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mb-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mb-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mb-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mb-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mb-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-mb-0 {
    margin: 0 !important;
  }
  .m-mb-1 {
    margin: 0.25rem !important;
  }
  .m-mb-2 {
    margin: 0.5rem !important;
  }
  .m-mb-3 {
    margin: 1rem !important;
  }
  .m-mb-4 {
    margin: 1.5rem !important;
  }
  .m-mb-5 {
    margin: 3rem !important;
  }
  .m-mb-auto {
    margin: auto !important;
  }
  .mx-mb-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mb-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mb-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mb-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mb-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mb-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mb-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mb-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mb-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mb-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mb-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mb-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mb-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mb-0 {
    margin-top: 0 !important;
  }
  .mt-mb-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mb-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mb-3 {
    margin-top: 1rem !important;
  }
  .mt-mb-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mb-5 {
    margin-top: 3rem !important;
  }
  .mt-mb-auto {
    margin-top: auto !important;
  }
  .me-mb-0 {
    margin-right: 0 !important;
  }
  .me-mb-1 {
    margin-right: 0.25rem !important;
  }
  .me-mb-2 {
    margin-right: 0.5rem !important;
  }
  .me-mb-3 {
    margin-right: 1rem !important;
  }
  .me-mb-4 {
    margin-right: 1.5rem !important;
  }
  .me-mb-5 {
    margin-right: 3rem !important;
  }
  .me-mb-auto {
    margin-right: auto !important;
  }
  .mb-mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mb-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mb-auto {
    margin-bottom: auto !important;
  }
  .ms-mb-0 {
    margin-left: 0 !important;
  }
  .ms-mb-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mb-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mb-3 {
    margin-left: 1rem !important;
  }
  .ms-mb-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mb-5 {
    margin-left: 3rem !important;
  }
  .ms-mb-auto {
    margin-left: auto !important;
  }
  .p-mb-0 {
    padding: 0 !important;
  }
  .p-mb-1 {
    padding: 0.25rem !important;
  }
  .p-mb-2 {
    padding: 0.5rem !important;
  }
  .p-mb-3 {
    padding: 1rem !important;
  }
  .p-mb-4 {
    padding: 1.5rem !important;
  }
  .p-mb-5 {
    padding: 3rem !important;
  }
  .px-mb-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mb-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mb-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mb-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mb-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mb-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mb-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mb-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mb-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mb-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mb-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mb-0 {
    padding-top: 0 !important;
  }
  .pt-mb-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mb-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mb-3 {
    padding-top: 1rem !important;
  }
  .pt-mb-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mb-5 {
    padding-top: 3rem !important;
  }
  .pe-mb-0 {
    padding-right: 0 !important;
  }
  .pe-mb-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mb-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mb-3 {
    padding-right: 1rem !important;
  }
  .pe-mb-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mb-5 {
    padding-right: 3rem !important;
  }
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
  .pb-mb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mb-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mb-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mb-0 {
    padding-left: 0 !important;
  }
  .ps-mb-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mb-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mb-3 {
    padding-left: 1rem !important;
  }
  .ps-mb-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mb-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .d-yg-inline {
    display: inline !important;
  }
  .d-yg-inline-block {
    display: inline-block !important;
  }
  .d-yg-block {
    display: block !important;
  }
  .d-yg-grid {
    display: grid !important;
  }
  .d-yg-inline-grid {
    display: inline-grid !important;
  }
  .d-yg-table {
    display: table !important;
  }
  .d-yg-table-row {
    display: table-row !important;
  }
  .d-yg-table-cell {
    display: table-cell !important;
  }
  .d-yg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-yg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-yg-none {
    display: none !important;
  }
  .flex-yg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-yg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-yg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-yg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-yg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-yg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-yg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-yg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-yg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-yg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-yg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-yg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-yg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-yg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-yg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-yg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-yg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-yg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-yg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-yg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-yg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-yg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-yg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-yg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-yg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-yg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-yg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-yg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-yg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-yg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-yg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-yg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-yg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-yg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-yg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-yg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-yg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-yg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-yg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-yg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-yg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-yg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-yg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-yg-0 {
    margin: 0 !important;
  }
  .m-yg-1 {
    margin: 0.25rem !important;
  }
  .m-yg-2 {
    margin: 0.5rem !important;
  }
  .m-yg-3 {
    margin: 1rem !important;
  }
  .m-yg-4 {
    margin: 1.5rem !important;
  }
  .m-yg-5 {
    margin: 3rem !important;
  }
  .m-yg-auto {
    margin: auto !important;
  }
  .mx-yg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-yg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-yg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-yg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-yg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-yg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-yg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-yg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-yg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-yg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-yg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-yg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-yg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-yg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-yg-0 {
    margin-top: 0 !important;
  }
  .mt-yg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-yg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-yg-3 {
    margin-top: 1rem !important;
  }
  .mt-yg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-yg-5 {
    margin-top: 3rem !important;
  }
  .mt-yg-auto {
    margin-top: auto !important;
  }
  .me-yg-0 {
    margin-right: 0 !important;
  }
  .me-yg-1 {
    margin-right: 0.25rem !important;
  }
  .me-yg-2 {
    margin-right: 0.5rem !important;
  }
  .me-yg-3 {
    margin-right: 1rem !important;
  }
  .me-yg-4 {
    margin-right: 1.5rem !important;
  }
  .me-yg-5 {
    margin-right: 3rem !important;
  }
  .me-yg-auto {
    margin-right: auto !important;
  }
  .mb-yg-0 {
    margin-bottom: 0 !important;
  }
  .mb-yg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-yg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-yg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-yg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-yg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-yg-auto {
    margin-bottom: auto !important;
  }
  .ms-yg-0 {
    margin-left: 0 !important;
  }
  .ms-yg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-yg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-yg-3 {
    margin-left: 1rem !important;
  }
  .ms-yg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-yg-5 {
    margin-left: 3rem !important;
  }
  .ms-yg-auto {
    margin-left: auto !important;
  }
  .p-yg-0 {
    padding: 0 !important;
  }
  .p-yg-1 {
    padding: 0.25rem !important;
  }
  .p-yg-2 {
    padding: 0.5rem !important;
  }
  .p-yg-3 {
    padding: 1rem !important;
  }
  .p-yg-4 {
    padding: 1.5rem !important;
  }
  .p-yg-5 {
    padding: 3rem !important;
  }
  .px-yg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-yg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-yg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-yg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-yg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-yg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-yg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-yg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-yg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-yg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-yg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-yg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-yg-0 {
    padding-top: 0 !important;
  }
  .pt-yg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-yg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-yg-3 {
    padding-top: 1rem !important;
  }
  .pt-yg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-yg-5 {
    padding-top: 3rem !important;
  }
  .pe-yg-0 {
    padding-right: 0 !important;
  }
  .pe-yg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-yg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-yg-3 {
    padding-right: 1rem !important;
  }
  .pe-yg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-yg-5 {
    padding-right: 3rem !important;
  }
  .pb-yg-0 {
    padding-bottom: 0 !important;
  }
  .pb-yg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-yg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-yg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-yg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-yg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-yg-0 {
    padding-left: 0 !important;
  }
  .ps-yg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-yg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-yg-3 {
    padding-left: 1rem !important;
  }
  .ps-yg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-yg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .d-hr-inline {
    display: inline !important;
  }
  .d-hr-inline-block {
    display: inline-block !important;
  }
  .d-hr-block {
    display: block !important;
  }
  .d-hr-grid {
    display: grid !important;
  }
  .d-hr-inline-grid {
    display: inline-grid !important;
  }
  .d-hr-table {
    display: table !important;
  }
  .d-hr-table-row {
    display: table-row !important;
  }
  .d-hr-table-cell {
    display: table-cell !important;
  }
  .d-hr-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-hr-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-hr-none {
    display: none !important;
  }
  .flex-hr-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-hr-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-hr-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-hr-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-hr-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-hr-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-hr-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-hr-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-hr-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-hr-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-hr-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-hr-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-hr-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-hr-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-hr-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-hr-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-hr-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-hr-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-hr-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-hr-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-hr-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-hr-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-hr-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-hr-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-hr-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-hr-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-hr-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-hr-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-hr-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-hr-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-hr-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-hr-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-hr-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-hr-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-hr-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-hr-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-hr-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-hr-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-hr-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-hr-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-hr-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-hr-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-hr-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-hr-0 {
    margin: 0 !important;
  }
  .m-hr-1 {
    margin: 0.25rem !important;
  }
  .m-hr-2 {
    margin: 0.5rem !important;
  }
  .m-hr-3 {
    margin: 1rem !important;
  }
  .m-hr-4 {
    margin: 1.5rem !important;
  }
  .m-hr-5 {
    margin: 3rem !important;
  }
  .m-hr-auto {
    margin: auto !important;
  }
  .mx-hr-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-hr-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-hr-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-hr-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-hr-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-hr-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-hr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-hr-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-hr-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-hr-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-hr-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-hr-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-hr-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-hr-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-hr-0 {
    margin-top: 0 !important;
  }
  .mt-hr-1 {
    margin-top: 0.25rem !important;
  }
  .mt-hr-2 {
    margin-top: 0.5rem !important;
  }
  .mt-hr-3 {
    margin-top: 1rem !important;
  }
  .mt-hr-4 {
    margin-top: 1.5rem !important;
  }
  .mt-hr-5 {
    margin-top: 3rem !important;
  }
  .mt-hr-auto {
    margin-top: auto !important;
  }
  .me-hr-0 {
    margin-right: 0 !important;
  }
  .me-hr-1 {
    margin-right: 0.25rem !important;
  }
  .me-hr-2 {
    margin-right: 0.5rem !important;
  }
  .me-hr-3 {
    margin-right: 1rem !important;
  }
  .me-hr-4 {
    margin-right: 1.5rem !important;
  }
  .me-hr-5 {
    margin-right: 3rem !important;
  }
  .me-hr-auto {
    margin-right: auto !important;
  }
  .mb-hr-0 {
    margin-bottom: 0 !important;
  }
  .mb-hr-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-hr-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-hr-3 {
    margin-bottom: 1rem !important;
  }
  .mb-hr-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-hr-5 {
    margin-bottom: 3rem !important;
  }
  .mb-hr-auto {
    margin-bottom: auto !important;
  }
  .ms-hr-0 {
    margin-left: 0 !important;
  }
  .ms-hr-1 {
    margin-left: 0.25rem !important;
  }
  .ms-hr-2 {
    margin-left: 0.5rem !important;
  }
  .ms-hr-3 {
    margin-left: 1rem !important;
  }
  .ms-hr-4 {
    margin-left: 1.5rem !important;
  }
  .ms-hr-5 {
    margin-left: 3rem !important;
  }
  .ms-hr-auto {
    margin-left: auto !important;
  }
  .p-hr-0 {
    padding: 0 !important;
  }
  .p-hr-1 {
    padding: 0.25rem !important;
  }
  .p-hr-2 {
    padding: 0.5rem !important;
  }
  .p-hr-3 {
    padding: 1rem !important;
  }
  .p-hr-4 {
    padding: 1.5rem !important;
  }
  .p-hr-5 {
    padding: 3rem !important;
  }
  .px-hr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-hr-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-hr-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-hr-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-hr-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-hr-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-hr-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-hr-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-hr-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-hr-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-hr-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-hr-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-hr-0 {
    padding-top: 0 !important;
  }
  .pt-hr-1 {
    padding-top: 0.25rem !important;
  }
  .pt-hr-2 {
    padding-top: 0.5rem !important;
  }
  .pt-hr-3 {
    padding-top: 1rem !important;
  }
  .pt-hr-4 {
    padding-top: 1.5rem !important;
  }
  .pt-hr-5 {
    padding-top: 3rem !important;
  }
  .pe-hr-0 {
    padding-right: 0 !important;
  }
  .pe-hr-1 {
    padding-right: 0.25rem !important;
  }
  .pe-hr-2 {
    padding-right: 0.5rem !important;
  }
  .pe-hr-3 {
    padding-right: 1rem !important;
  }
  .pe-hr-4 {
    padding-right: 1.5rem !important;
  }
  .pe-hr-5 {
    padding-right: 3rem !important;
  }
  .pb-hr-0 {
    padding-bottom: 0 !important;
  }
  .pb-hr-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-hr-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-hr-3 {
    padding-bottom: 1rem !important;
  }
  .pb-hr-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-hr-5 {
    padding-bottom: 3rem !important;
  }
  .ps-hr-0 {
    padding-left: 0 !important;
  }
  .ps-hr-1 {
    padding-left: 0.25rem !important;
  }
  .ps-hr-2 {
    padding-left: 0.5rem !important;
  }
  .ps-hr-3 {
    padding-left: 1rem !important;
  }
  .ps-hr-4 {
    padding-left: 1.5rem !important;
  }
  .ps-hr-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 783px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-mb, .container-xl {
    max-width: 1140px;
  }
}
.container, .container-sm, .container-md, .container-lg, .container-mb, .container-xl, .container-yg, .container-hr {
  max-width: 1320px;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 783px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-mb: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-yg: 1600px;
  --bs-breakpoint-hr: 1920px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 783px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-mb {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-mb-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-mb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-mb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-mb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-mb-0 {
    margin-left: 0;
  }
  .offset-mb-1 {
    margin-left: 8.33333333%;
  }
  .offset-mb-2 {
    margin-left: 16.66666667%;
  }
  .offset-mb-3 {
    margin-left: 25%;
  }
  .offset-mb-4 {
    margin-left: 33.33333333%;
  }
  .offset-mb-5 {
    margin-left: 41.66666667%;
  }
  .offset-mb-6 {
    margin-left: 50%;
  }
  .offset-mb-7 {
    margin-left: 58.33333333%;
  }
  .offset-mb-8 {
    margin-left: 66.66666667%;
  }
  .offset-mb-9 {
    margin-left: 75%;
  }
  .offset-mb-10 {
    margin-left: 83.33333333%;
  }
  .offset-mb-11 {
    margin-left: 91.66666667%;
  }
  .g-mb-0,
  .gx-mb-0 {
    --bs-gutter-x: 0;
  }
  .g-mb-0,
  .gy-mb-0 {
    --bs-gutter-y: 0;
  }
  .g-mb-1,
  .gx-mb-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mb-1,
  .gy-mb-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mb-2,
  .gx-mb-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mb-2,
  .gy-mb-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mb-3,
  .gx-mb-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mb-3,
  .gy-mb-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mb-4,
  .gx-mb-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mb-4,
  .gy-mb-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mb-5,
  .gx-mb-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mb-5,
  .gy-mb-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-yg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-yg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-yg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-yg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-yg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-yg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-yg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-yg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-yg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-yg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-yg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-yg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-yg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-yg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-yg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-yg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-yg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-yg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-yg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-yg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-yg-0 {
    margin-left: 0;
  }
  .offset-yg-1 {
    margin-left: 8.33333333%;
  }
  .offset-yg-2 {
    margin-left: 16.66666667%;
  }
  .offset-yg-3 {
    margin-left: 25%;
  }
  .offset-yg-4 {
    margin-left: 33.33333333%;
  }
  .offset-yg-5 {
    margin-left: 41.66666667%;
  }
  .offset-yg-6 {
    margin-left: 50%;
  }
  .offset-yg-7 {
    margin-left: 58.33333333%;
  }
  .offset-yg-8 {
    margin-left: 66.66666667%;
  }
  .offset-yg-9 {
    margin-left: 75%;
  }
  .offset-yg-10 {
    margin-left: 83.33333333%;
  }
  .offset-yg-11 {
    margin-left: 91.66666667%;
  }
  .g-yg-0,
  .gx-yg-0 {
    --bs-gutter-x: 0;
  }
  .g-yg-0,
  .gy-yg-0 {
    --bs-gutter-y: 0;
  }
  .g-yg-1,
  .gx-yg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-yg-1,
  .gy-yg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-yg-2,
  .gx-yg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-yg-2,
  .gy-yg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-yg-3,
  .gx-yg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-yg-3,
  .gy-yg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-yg-4,
  .gx-yg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-yg-4,
  .gy-yg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-yg-5,
  .gx-yg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-yg-5,
  .gy-yg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-hr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-hr-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-hr-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-hr-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-hr-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-hr-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-hr-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-hr-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-hr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-hr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-hr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-hr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-hr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-hr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-hr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-hr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-hr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-hr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-hr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-hr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-hr-0 {
    margin-left: 0;
  }
  .offset-hr-1 {
    margin-left: 8.33333333%;
  }
  .offset-hr-2 {
    margin-left: 16.66666667%;
  }
  .offset-hr-3 {
    margin-left: 25%;
  }
  .offset-hr-4 {
    margin-left: 33.33333333%;
  }
  .offset-hr-5 {
    margin-left: 41.66666667%;
  }
  .offset-hr-6 {
    margin-left: 50%;
  }
  .offset-hr-7 {
    margin-left: 58.33333333%;
  }
  .offset-hr-8 {
    margin-left: 66.66666667%;
  }
  .offset-hr-9 {
    margin-left: 75%;
  }
  .offset-hr-10 {
    margin-left: 83.33333333%;
  }
  .offset-hr-11 {
    margin-left: 91.66666667%;
  }
  .g-hr-0,
  .gx-hr-0 {
    --bs-gutter-x: 0;
  }
  .g-hr-0,
  .gy-hr-0 {
    --bs-gutter-y: 0;
  }
  .g-hr-1,
  .gx-hr-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-hr-1,
  .gy-hr-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-hr-2,
  .gx-hr-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-hr-2,
  .gy-hr-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-hr-3,
  .gx-hr-3 {
    --bs-gutter-x: 1rem;
  }
  .g-hr-3,
  .gy-hr-3 {
    --bs-gutter-y: 1rem;
  }
  .g-hr-4,
  .gx-hr-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-hr-4,
  .gy-hr-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-hr-5,
  .gx-hr-5 {
    --bs-gutter-x: 3rem;
  }
  .g-hr-5,
  .gy-hr-5 {
    --bs-gutter-y: 3rem;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: max(0, 0);
  border-top-right-radius: max(0, 0);
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: rgb(255, 255, 255);
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* Fancybox
----------------------------------------
////////////////////////////////////// */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slick Carousel
----------------------------------------
////////////////////////////////////// */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/* Moveo HTML Mixins
----------------------------------------
////////////////////////////////////// */
#view_toggle_wrapper .view .section:first-child {
  padding-top: 0;
}

/********************
** Custom Libraries
*********************/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@-webkit-keyframes fadeOut75 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes fadeOut75 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.75;
  }
}
.fadeOut75 {
  -webkit-animation-name: fadeOut75;
  animation-name: fadeOut75;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// CUSTOM ANIMATIONS.SCSS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Keyframes
----------------------------------------
////////////////////////////////////// */
@-webkit-keyframes openMenuTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
            transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
            transform: translate3d(0, 5px, 0) rotate(45deg);
  }
}
@keyframes openMenuTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
            transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
            transform: translate3d(0, 5px, 0) rotate(45deg);
  }
}
@-webkit-keyframes openMenuBot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
            transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
            transform: translate3d(0, -5px, 0) rotate(-45deg);
  }
}
@keyframes openMenuBot {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
  33.3333%, 66.6666% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
            transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
            transform: translate3d(0, -5px, 0) rotate(-45deg);
  }
}
/**/
@-webkit-keyframes closeMenuTop {
  0% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
            transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
            transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes closeMenuTop {
  0% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
            transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
            transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@-webkit-keyframes closeMenuBot {
  0% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
            transform: translate3d(0, -5px, 0) rotate(-45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
            transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes closeMenuBot {
  0% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
            transform: translate3d(0, -5px, 0) rotate(-45deg);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
            transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
Martin Durchholz
mdurchholz.com
HIDE-N-SEEK.SCSS
V 1.0.0
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.show,
.desktop .desk,
.mobile .mobi {
  display: block !important;
}

.show.nl,
.desktop .desk.nl,
.mobile .mobi.nl {
  display: inline !important;
}

.show.nlb,
.desktop .desk.nlb,
.mobile .mobi.nlb {
  display: inline-block !important;
}

.hide,
.mobile .desk,
.desktop .mobi {
  display: none !important;
}

/* Loop Through Breakpoints
----------------------------------------
////////////////////////////////////// */
.show-991 {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .show-991 {
    display: block !important;
  }
  .show-991.nl {
    display: inline !important;
  }
  .show-991.nlb {
    display: inline-block !important;
  }
  table.show-991 {
    display: table !important;
  }
  table tr.show-991 {
    display: table-row !important;
  }
  table th.show-991,
  table td.show-991 {
    display: table-cell !important;
  }
  .hide-991 {
    display: none !important;
  }
}
.show-782 {
  display: none !important;
}

@media screen and (max-width: 782px) {
  .show-782 {
    display: block !important;
  }
  .show-782.nl {
    display: inline !important;
  }
  .show-782.nlb {
    display: inline-block !important;
  }
  table.show-782 {
    display: table !important;
  }
  table tr.show-782 {
    display: table-row !important;
  }
  table th.show-782,
  table td.show-782 {
    display: table-cell !important;
  }
  .hide-782 {
    display: none !important;
  }
}
/* WordPress Core
-------------------------------------------------------------- */
.wp-caption {
  background: rgb(255, 255, 255);
  max-width: 100%;
  text-align: left;
}
.wp-caption img {
  border: 0 none;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.wp-caption p {
  margin: 0;
  padding: 20px 30px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  line-height: 1.25;
}
@media (max-width: 575.98px) {
  .wp-caption p {
    padding: 15px;
  }
}
.wp-caption p b, .wp-caption p strong {
  display: block;
  font-size: 150%;
  margin-bottom: 10px;
}
.wp-caption .post-tag {
  text-transform: none;
  font-weight: 700;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 9px;
}
.wp-pagenavi a:hover {
  text-decoration: none;
}

.wysiwyg .alignnone, .post-text .alignnone {
  margin: 30px 0;
}
.wysiwyg .aligncenter, .post-text .aligncenter {
  display: block;
  margin: 30px auto;
}
.wysiwyg .alignright, .post-text .alignright {
  float: right;
  margin: 10px 0 15px 30px; /*margin-right: -100px;*/
}
.wysiwyg .alignleft, .post-text .alignleft {
  float: left;
  margin: 10px 30px 15px 0; /*margin-left: -100px;*/
}
.wysiwyg .screen-reader-text, .post-text .screen-reader-text {
  /* Text meant only for screen readers. */
  /* Above WP toolbar. */
}
.wysiwyg .screen-reader-text, .post-text .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wysiwyg .screen-reader-text:focus, .post-text .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
@media screen and (max-width: 480px) {
  .wysiwyg .alignnone, .wysiwyg .aligncenter .alignleft,
  .wysiwyg .alignright, .post-text .alignnone, .post-text .aligncenter .alignleft,
  .post-text .alignright {
    float: none;
    max-width: 100%;
    margin: 15px auto;
  }
  .wysiwyg .wp-post-image, .post-text .wp-post-image {
    display: block;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  TABLE OF CONTENTS
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------

01 - GENERAL STUFF FIRST
1A   - Imports
1B   - General
1C   - Patterns
1D   - Import Overrides
**
02 - LAYOUT
2A   - Header
2B   - Banner
2C   - Content
2D   - Footer
2E   - Internet Explorer
**
03 - MEDIAQUERIES
3A   - High DPI
3B   - Above widths
3C   - Dektop
3D   - Tablets
3E   - Cellular

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
01 - STYLE.CSS : GENERAL STUFF FIRST
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* 1B. General
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  GENERAL
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  font-size: 100%;
  color: #3d3e3e;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* Responsive images. Also, fixed spacing at bottom of image sometimes. */
div, span, p,
ol, ol li,
ul, ul li {
  list-style-type: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/* Fixes alignment issues */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  color: #323333;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-style: normal;
  display: block;
  margin: 0;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup, .h1 sup, .h2 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup, .heading sup {
  top: -1.25em;
  font-size: 50%;
}

h1, .h1 {
  font-size: 5.5em;
  line-height: 1.15;
}

h2, .h2 {
  font-size: 4em;
  line-height: 1.15;
}

h3, .h3 {
  font-size: 2.7em;
}

h4, .h4, .heading {
  font-size: 2.4em;
}

h5, .h5, p, li, dl, th, td {
  font-size: 1.6em;
}

h6, .h6, address {
  font-size: 1.4em;
}

p, li, dl, th, td, .heading {
  line-height: 1.75;
}
p p, p li, p dl, p th, p td, li p, li li, li dl, li th, li td, dl p, dl li, dl dl, dl th, dl td, th p, th li, th dl, th th, th td, td p, td li, td dl, td th, td td, .heading p, .heading li, .heading dl, .heading th, .heading td {
  font-size: 100%;
}

a, i, img {
  text-decoration: none;
  border: none;
  outline: none;
}

a {
  color: #fb4a29;
}

a:hover, .btn:hover,
a:focus, .btn:focus,
a:active, .btn:active, .btn:active:focus {
  color: #ff7055;
  outline: 0;
  text-decoration: none;
}

.text p a:not(.btn), .wysiwyg p a:not(.btn) {
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

svg * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

blockquote {
  position: relative;
  border: none;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 2.4em;
  font-style: italic;
  padding: 5px 0 0;
  max-width: 80%;
}
blockquote::before {
  content: '"';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 900;
  line-height: 0;
  font-size: 200%;
  font-style: italic;
}
blockquote * {
  font-size: 100%;
}

dt {
  margin-top: 15px;
}

table {
  width: 100%;
  border-right: 1px solid transparent;
}
table th {
  font-weight: 700;
}
.section:not(.eventCalendar) table tr:not([bgcolor]) th:not([bgcolor]):not(.darken) {
  background: #f1f1f1;
}
.section:not(.eventCalendar) table tr:not([bgcolor]):not(.tools) td:not([bgcolor]) {
  background: #fff;
}
table th, table td {
  padding: 12px 20px;
  border: 1px solid #323333;
}
table tr.last td, table tr.last th {
  border-bottom: none;
}
table.thick th {
  font-size: 1.6em;
  padding: 20px;
}
table.thick td {
  font-size: 1.6em;
  padding: 30px;
}
@media (max-width: 575.98px) {
  table.thick td {
    padding: 15px;
  }
}
table .post-text td, table .post-text th {
  padding: 5px;
}
table.bordered td, table.bordered th {
  border: 1px solid #d2d2d2;
}
table.airy {
  border: 1px solid #d2d2d2;
  border-top: 0;
  border-left: 0;
  border-color: #d2d2d2;
}
table.airy th, table.airy td {
  border: 0;
  border-top: 1px solid #d2d2d2;
  padding: 4px 10px;
}

.post-text p a:not(.btn), .post-text li a:not(.btn), .wysiwyg p a:not(.btn), .wysiwyg li a:not(.btn) { /*font-weight: 600;*/
  text-decoration: underline;
}
.post-text ul li, .wysiwyg ul li {
  list-style: disc;
}
.post-text ol li, .wysiwyg ol li {
  list-style: decimal;
}
.post-text .no-list li, .wysiwyg .no-list li {
  list-style-type: none;
}
.post-text img, .wysiwyg img {
  height: auto;
}
.post-text td, .post-text th, .wysiwyg td, .wysiwyg th {
  padding: 8px 12px;
  font-size: 1.4em;
  line-height: 1.15;
}
.post-text .split-list li, .wysiwyg .split-list li {
  line-height: 1.35;
}
.post-text .split-list li + li, .wysiwyg .split-list li + li {
  margin-top: 15px;
}
.post-text h4 b, .post-text .h4 b,
.post-text h5 b, .post-text .h5 b,
.post-text h6 b, .post-text .h6 b, .wysiwyg h4 b, .wysiwyg .h4 b,
.wysiwyg h5 b, .wysiwyg .h5 b,
.wysiwyg h6 b, .wysiwyg .h6 b {
  text-transform: uppercase;
  font-weight: 800;
}

/* 1C. Patterns
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  PATTERNS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/*******************
** JS Scroll Anchors
*******************/
[data-scrollTo] {
  cursor: pointer;
}

/*******************
** Vertical Align
*******************/
[class*=va-] {
  position: relative;
  height: 100%;
  font-size: 0;
}
[class*=va-] > * {
  display: inline-block;
  float: none;
  font-size: 10px;
}
[class*=va-] > .fill {
  font-size: 0 !important;
  width: 0;
  height: 100%;
}

.va-t > * {
  vertical-align: top;
}

.va-m > * {
  vertical-align: middle;
}

.va-b > * {
  vertical-align: bottom;
}

/*******************
** Misc
*******************/
.no-ani {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.nowrap {
  white-space: nowrap;
}

.svg-wrap {
  position: relative;
}
.svg-wrap svg {
  width: 100%;
}

.underline {
  border-bottom: 1px solid #999999;
}
.underline.lite {
  border-color: #f1f1f1;
}
.underline.thick {
  border-width: 4px;
  padding-bottom: 5px;
}

.font-1 {
  font-family: "Arial", sans-serif !important;
}

.font-2 {
  font-family: "Open Sans", "Verdana", sans-serif !important;
}

.font-sm {
  font-size: 85%;
}

.font-upper {
  text-transform: uppercase;
}

.clearfix::after, .navi > ul .sub-menu .row::after, .post-text::after, .wysiwyg::after {
  display: block;
  clear: both;
  content: "";
}

/*******************
** Section Colors
*******************/
.section {
  position: relative;
}
.section.left-line {
  border-left: 3px solid #fb4a29;
}
@media (min-width: 783px) {
  .section.left-line {
    border-width: 6px;
  }
}

.whited, .row-whited .row {
  background: #fff;
}

.shaded, .row-shaded .row {
  background: #f1f1f1;
}

.darken, .row-darken .row:not(.background) {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262727+0,414242+100 */
  background: rgb(38, 39, 39); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(38, 39, 39)), to(rgb(65, 66, 66)));
  background: linear-gradient(to bottom, rgb(38, 39, 39) 0%, rgb(65, 66, 66) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#262727", endColorstr="#414242",GradientType=0 ); /* IE6-9 */
}

.color1, .row-color1 .row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc3c21+0,fb5c3e+100 */
  background: #cc3c21; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#cc3c21), to(#fb5c3e));
  background: linear-gradient(to bottom, #cc3c21 0%, #fb5c3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc3c21", endColorstr="#fb5c3e",GradientType=0 ); /* IE6-9 */
}

[class*=row-] .row {
  margin-left: 0;
  margin-right: 0;
}
[class*=row-] .row .row {
  background: none;
}

[class*=shade-pattern-] {
  background-repeat: repeat;
  background-position: top left;
  background-size: 80px auto;
  overflow: hidden;
}
[class*=shade-pattern-] [class^=container] {
  position: relative;
  z-index: 2;
}
[class*=shade-pattern-]::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 44%;
  z-index: 0;
  width: 100%;
  margin: auto;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}

.shade-pattern-lite {
  background-image: url("../images/bg-pattern-grid-on-white.png");
  background-color: #f1f1f1;
}
.shade-pattern-lite::before {
  background: #f1f1f1;
}

.shade-pattern-dark,
.shade-pattern-dark-oppo {
  background-image: url("../images/bg-pattern-grid-on-black.png");
  background-color: #474848;
}
.shade-pattern-dark::before,
.shade-pattern-dark-oppo::before {
  background: #474848;
}
.shade-pattern-dark::after,
.shade-pattern-dark-oppo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.45+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#73000000",GradientType=0 ); /* IE6-9 */
}

.shade-pattern-dark-oppo::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.45+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#73000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}

[class*=dark], [class*=dark] p, [class*=dark] li, [class*=dark] dl, [class*=dark] th, [class*=dark] td, [class*=dark] h1, [class*=dark] h2, [class*=dark] h3, [class*=dark] h4, [class*=dark] h5, [class*=dark] h6, [class*=dark] .h1, [class*=dark] .h2, [class*=dark] .h3, [class*=dark] .h4, [class*=dark] .h5, [class*=dark] .h6, [class*=dark] .heading,
[class*=dark] .post-details, [class*=dark] .post-tag, [class*=color], [class*=color] p, [class*=color] li, [class*=color] dl, [class*=color] th, [class*=color] td, [class*=color] h1, [class*=color] h2, [class*=color] h3, [class*=color] h4, [class*=color] h5, [class*=color] h6, [class*=color] .h1, [class*=color] .h2, [class*=color] .h3, [class*=color] .h4, [class*=color] .h5, [class*=color] .h6, [class*=color] .heading,
[class*=color] .post-details, [class*=color] .post-tag, [class*=shaded-], [class*=shaded-] p, [class*=shaded-] li, [class*=shaded-] dl, [class*=shaded-] th, [class*=shaded-] td, [class*=shaded-] h1, [class*=shaded-] h2, [class*=shaded-] h3, [class*=shaded-] h4, [class*=shaded-] h5, [class*=shaded-] h6, [class*=shaded-] .h1, [class*=shaded-] .h2, [class*=shaded-] .h3, [class*=shaded-] .h4, [class*=shaded-] .h5, [class*=shaded-] .h6, [class*=shaded-] .heading,
[class*=shaded-] .post-details, [class*=shaded-] .post-tag {
  color: #fff;
}
[class*=dark] a, [class*=dark] a:hover, [class*=dark] a:active, [class*=dark] a:focus, [class*=dark] a:active:focus, [class*=dark] a.link, [class*=dark] a.link:hover, [class*=dark] a.link:active, [class*=dark] a.link:focus, [class*=dark] a.link:active:focus, [class*=dark] .btn, [class*=dark] .btn:hover, [class*=dark] .btn:active, [class*=dark] .btn:focus, [class*=dark] .btn:active:focus, [class*=dark] .btn.link, [class*=dark] .btn.link:hover, [class*=dark] .btn.link:active, [class*=dark] .btn.link:focus, [class*=dark] .btn.link:active:focus, [class*=color] a, [class*=color] a:hover, [class*=color] a:active, [class*=color] a:focus, [class*=color] a:active:focus, [class*=color] a.link, [class*=color] a.link:hover, [class*=color] a.link:active, [class*=color] a.link:focus, [class*=color] a.link:active:focus, [class*=color] .btn, [class*=color] .btn:hover, [class*=color] .btn:active, [class*=color] .btn:focus, [class*=color] .btn:active:focus, [class*=color] .btn.link, [class*=color] .btn.link:hover, [class*=color] .btn.link:active, [class*=color] .btn.link:focus, [class*=color] .btn.link:active:focus, [class*=shaded-] a, [class*=shaded-] a:hover, [class*=shaded-] a:active, [class*=shaded-] a:focus, [class*=shaded-] a:active:focus, [class*=shaded-] a.link, [class*=shaded-] a.link:hover, [class*=shaded-] a.link:active, [class*=shaded-] a.link:focus, [class*=shaded-] a.link:active:focus, [class*=shaded-] .btn, [class*=shaded-] .btn:hover, [class*=shaded-] .btn:active, [class*=shaded-] .btn:focus, [class*=shaded-] .btn:active:focus, [class*=shaded-] .btn.link, [class*=shaded-] .btn.link:hover, [class*=shaded-] .btn.link:active, [class*=shaded-] .btn.link:focus, [class*=shaded-] .btn.link:active:focus {
  color: #fff;
}
[class*=dark] ul.marker-color1 li, [class*=color] ul.marker-color1 li, [class*=shaded-] ul.marker-color1 li {
  color: #fb4a29;
}
[class*=dark] ul.marker-color1 li span, [class*=color] ul.marker-color1 li span, [class*=shaded-] ul.marker-color1 li span {
  color: #fff;
}

[class*=dark] .post-text p a, [class*=dark] .post-text p a:hover, [class*=dark] .post-text p a:active, [class*=dark] .post-text p a:focus, [class*=dark] .post-text p a:active:focus {
  color: #fb4a29;
}

.row-whited.plain .row {
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
}

.orange {
  color: #fb4a29 !important;
}

.shaded-orange {
  background: #fb4a29;
  color: #fff;
}
.shaded-orange p a {
  color: inherit;
}

.shaded-darker {
  background: #262727;
  color: #fff;
}

/*******************
** Background Images
*******************/
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background.darken::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.6;
}

.bg-sticky {
  background-attachment: fixed;
}

.bg-contain {
  background-size: contain;
}

.canPlay, .canPlay > a {
  display: block;
  position: relative;
}
.canPlay::after, .canPlay > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../images/icon-play-orange.png") no-repeat center;
  background-size: 65px;
}

.canExpand::before, .canExpand::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.canExpand::before {
  background: url("../images/icon-expand-white.png") no-repeat top 45% center;
  background-size: 10%;
  background-color: rgba(251, 74, 41, 0.9);
}
.canExpand::after {
  content: "Expand Image";
  top: 30%;
  height: 20px;
  font-size: 1.6em;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.canExpand:hover::before, .canExpand:hover::after {
  opacity: 1;
}

.img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.img.short {
  padding-top: 50%;
}
.img .background {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/*******************
** Background Images
*******************/
.overlay, .overlay-f {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.overlay-f {
  position: fixed;
}

.overlay-gradient-diag::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 55%);
}

.overlay-gradient-diag-oppo::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#00BF0000", endColorstr="#00000000");
  background-image: -owg-linear-gradient(to right top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 0, 0, 0.75)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

/*******************
** Responsive iFrames
*******************/
.embed-container, .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.embed-container iframe, .embed-container object, .embed-container embed, .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************
** Headings
*******************/
.heading strong {
  font-weight: 700;
  text-transform: uppercase;
}
.heading.sm {
  font-size: 1.6em;
}
.heading.dark {
  display: block;
  background: #323333;
  padding: 8px 12px;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.post-text .heading strong {
  text-transform: none;
}

/*******************
** Slants
*******************/
[class*=slant-] {
  position: relative;
  display: inline-block;
  padding: 1% 2%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[class*=slant-]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[class*=slant-] span, [class*=slant-] i {
  position: relative;
  z-index: 1;
}
[class*=slant-].block {
  padding: 2.5% 5%;
  margin-right: 60px;
  line-height: 1.15;
}
[class*=slant-].block::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
[class*=slant-].fixed {
  padding: 7.5px 10px;
  white-space: nowrap;
}
[class*=slant-].fixed.h5 {
  letter-spacing: -0.025em;
  font-size: 1.52em;
}
@media (min-width: 783px) and (max-width: 991.98px) {
  [class*=slant-].fixed.h5 {
    font-size: 1.4em;
    padding: 10px;
  }
}
[class*=slant-].small {
  font-size: 3em;
  padding: 1.5% 15px;
}
@media (min-width: 992px) {
  [class*=slant-].small {
    padding: 1.5% 3%;
    padding-left: 90px;
  }
}

h3.block, .h3.block, h4.block, .h4.block, h5.block, .h5.block {
  font-weight: 400;
}

.slant-grey {
  color: #fff;
}
.slant-grey::before, .slant-grey.block {
  background: #3d3e3e;
}

a.slant-grey:hover::before {
  background: #3e4545;
}

.slant-blue {
  color: #fff;
}
.slant-blue::before, .slant-blue.block {
  background: #3e4545;
}

.slant-orange {
  color: #fff;
}
.slant-orange::before, .slant-orange.block {
  background: #fb4a29;
}

a.slant-orange:hover::before {
  background: #ff7055;
}

/*******************
** Drop
*******************/
.drop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.drop::after, .drop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fb4a29;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.drop::after {
  width: 4px;
  height: 16px;
}
.drop::before {
  width: 16px;
  height: 4px;
}

.sub-open > .drop::after {
  height: 0;
}

/*******************
** Aaccordion
*******************/
.accordion > div:first-child {
  margin: 0;
}
.accordion .collapsible {
  margin-top: 5px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.accordion .collapse-trigger {
  position: relative;
  padding: 15px 30px;
  padding-right: 60px;
  cursor: pointer;
  background: #f1f1f1;
  border: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.accordion .title p {
  font-size: 1.8em;
}
.accordion .status {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  margin: auto;
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.accordion .status::after, .accordion .status::before {
  width: 4px;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fb4a29;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion .status::after {
  width: 16px;
  height: 4px;
}
.accordion .content {
  border: none;
  padding: 30px;
  background: #fff;
}
.accordion .content > * {
  margin: 15px auto;
}
.accordion .content > *:first-child, .accordion .content .split-list {
  margin-top: 0;
}
.accordion .collapsed.collapse-trigger {
  background: #fff;
}
.accordion .collapsed.collapse-trigger:hover {
  background: #f1f1f1;
}
.accordion .collapsed .status::before {
  height: 16px;
}

/*******************
** Navigation with slant spacers
*******************/
.nav-link {
  width: 100%;
  text-align: center;
  padding: 0;
  color: #fb4a29;
  margin-top: 15px;
}
.nav-link a, .nav-link span {
  display: inline-block;
  padding: 10px;
  line-height: 0.85;
}
.nav-link span, .nav-link .active {
  color: #3d3e3e;
  font-weight: 700;
}
.nav-link a:hover, .nav-link a:hover span {
  text-decoration: underline;
}
.nav-link .active:hover {
  text-decoration: none;
  cursor: default;
}

/*******************
** Information Display Boxes
*******************/
.table-overflow {
  overflow: hidden;
  overflow-x: auto;
}
.table-overflow table {
  min-width: 600px;
}

.display-box .top, .display-box .thead {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  width: 100%;
}
.display-box .top .heading, .display-box .thead .heading {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  padding: 30px 45px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .display-box .top .heading, .display-box .thead .heading {
    padding: 20px 30px;
  }
}
.display-box th, .display-box td {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  height: 35px;
}
@media (max-width: 782.98px) {
  .display-box th, .display-box td {
    padding: 8px 12px;
    font-size: 1.2em;
  }
}
.display-box .top {
  position: relative;
  z-index: 0;
  background: #3d3e3e;
}
.display-box .bot {
  position: relative;
  z-index: 0;
  border-right: 1px solid #d2d2d2;
  position: relative;
  z-index: 0;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.display-box .right {
  display: none;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: auto;
  width: 0;
  background: #ccc;
}
@media (max-width: 1023.98px) {
  .display-box .right {
    right: 15px;
  }
}
.display-box .right .msg-wrap {
  padding: 20px;
  border-top: 6px solid #fb4a29;
  border-bottom: 1px solid #999999;
}
@media (max-width: 575.98px) {
  .display-box .right .msg-wrap {
    padding: 10px;
  }
}
.display-box .right .msg-wrap .msg {
  font-size: 1.6em;
  line-height: 1.35;
}
@media (max-width: 782.98px) {
  .display-box .right .msg-wrap .msg {
    font-size: 1.26em;
  }
}
@media (max-width: 575.98px) {
  .display-box .right .msg-wrap .msg {
    font-size: 1.2em;
  }
}
.display-box .right .msg-wrap .msg a {
  color: inherit;
  text-decoration: underline;
}
.display-box .block {
  padding: 45px;
  margin: 0;
  width: 100%;
  min-height: 100%;
  border-left: 1px solid #d2d2d2;
}
@media screen and (max-width: 1400px) {
  .display-box .block {
    padding: 30px;
  }
}
@media (max-width: 782.98px) {
  .display-box .block {
    padding: 15px;
  }
}
.display-box .block td:first-child, .display-box .block th:first-child {
  border-left: none;
}
.display-box .block tr:last-child td, .display-box .block tr:last-child th {
  border-bottom: none;
}
.display-box .block.border-grey, .display-box .block.border-grey th, .display-box .block.border-grey td {
  border: 1px solid #323333;
}
.display-box table.block {
  padding: 0;
}
.display-box .fixed {
  table-layout: fixed;
}
.display-box .header {
  line-height: 1.5;
}
.display-box .hasIcon {
  position: relative;
  padding-left: 55px;
  min-height: 40px;
}
.display-box .hasIcon .icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 40px;
}
.display-box .hasIcon .icon img {
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  .display-box .hasIcon {
    padding: 0;
  }
  .display-box .hasIcon .icon {
    position: relative;
    margin-bottom: 10px;
  }
}
.display-box .features .l-col {
  width: 275px;
}
@media (max-width: 575.98px) {
  .display-box .features .l-col {
    width: 125px;
  }
  .display-box .features .split-list > div {
    padding: 0;
  }
}
.display-box.hasSidebar .top, .display-box.hasSidebar .bot {
  padding-right: 180px;
}
.display-box.hasSidebar .right {
  display: block;
  width: 180px;
}
@media (max-width: 782.98px) {
  .display-box.hasSidebar .top, .display-box.hasSidebar .bot {
    padding-right: 150px;
  }
  .display-box.hasSidebar .right {
    display: block;
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .display-box.hasSidebar .top, .display-box.hasSidebar .bot {
    padding-right: 127.5px;
  }
  .display-box.hasSidebar .right {
    display: block;
    width: 127.5px;
  }
}
.display-box.hasSidebar .top, .display-box.hasSidebar .bot {
  padding-right: 112.5px;
}
.display-box.hasSidebar .right {
  display: block;
  width: 112.5px;
}

.table-base, .table-tools {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 400px;
}

.table-wrapper {
  position: relative;
  background: #fff;
  border-left: 1px solid #d2d2d2;
  overflow: hidden;
}
.table-wrapper table, .table-wrapper table * {
  -webkit-transition: none;
  transition: none;
}
.table-wrapper table img {
  display: block;
  min-width: 100px;
}
.table-wrapper table th, .table-wrapper table td {
  white-space: nowrap;
}
.table-wrapper table tr.hover td, .table-wrapper table tr.hover th {
  background: #f1f1f1;
}
.table-wrapper .scroll-mimic {
  border-left: 0;
}
.table-wrapper.is_dragging, .table-wrapper.is_dragging th, .table-wrapper.is_dragging td {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.table-wrapper.is_dragging .scroll-cursor {
  background: #ff7055;
}

.showXScroll .table-scroll {
  display: block;
}
.showXScroll .table-column, .showXScroll .table-base {
  border-bottom: 1px solid #d2d2d2;
}
.showXScroll .table-tools {
  border-bottom: 1px solid #999999;
}

.hasSidebar .scroll-mimic {
  display: none;
}
.hasSidebar .table-base {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hasSidebar .table-base::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.hasSidebar .table-scroll {
  border-top: none;
}

.table-header {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%; /*border-bottom: 1px solid $grey-lite; margin-bottom: -1px;*/
}
.table-header .corner {
  border: none;
}
.table-header .corner + td, .table-header .corner + th {
  border-left: none;
}
.table-header .scroll-mimic {
  display: none;
  padding: 0;
}
.has-scroll .table-header .scroll-mimic {
  display: table-cell;
}

.table-corner {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  background: #f1f1f1;
}
.table-corner td, .table-corner th {
  border: 1px solid #d2d2d2;
  border-top: none;
  border-left: none;
  background: none;
}

.table-column {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.table-column td, .table-column th {
  border-right: 1px solid #d2d2d2;
  border-left: none;
}
.table-column td span, .table-column th span {
  pointer-events: auto;
}

.table-body {
  position: relative;
  z-index: 0;
}

.table-base {
  overflow: auto;
}
.table-base td:first-child, .table-base th:first-child {
  border-left: none;
}
.table-base td.first {
  color: #fff; /* border: none; font-size: 0;*/
}
.table-base td.first + td {
  border-left: none;
}

.table-scroll {
  display: none;
  position: relative;
  z-index: 1;
  font-size: 0;
  border-top: 1px solid #d2d2d2;
  background: #fff;
}
.table-scroll .scroll-wrap {
  padding: 22.5px 45px;
}
@media (max-width: 782.98px) {
  .table-scroll .scroll-wrap {
    padding: 15px;
  }
}
.table-scroll .scroll-bar {
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}
.table-scroll .scroll-cursor {
  position: relative;
  width: 100px;
  height: 100%;
  background: #fb4a29;
  border-radius: 10px;
  left: 0%;
}
.table-scroll .scroll-cursor:hover {
  background: #ff7055;
}

.table-tools th, .table-tools td {
  background: none;
  padding: 0;
  border: none;
}
.table-tools .tool {
  min-width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: #fff;
  color: #fb4a29;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 782.98px) {
  .table-tools .tool {
    min-width: 28px;
    height: 28px;
  }
}
@media (max-width: 575.98px) {
  .table-tools .tool {
    min-width: 25px;
    height: 25px;
  }
}
.table-tools .tool::before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.table-tools .tool span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.table-tools .tool:hover {
  border-color: #fb4a29;
}
.table-tools .tool.save {
  padding: 0 20px;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4em;
}
@media (max-width: 782.98px) {
  .table-tools .tool.save {
    font-size: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .table-tools .tool.save {
    padding: 0 12px;
  }
}
.table-tools .tool.save.savedToList {
  font-size: 0;
  padding: 0;
  background: #323333;
  color: #fff;
  border-color: #323333;
}
.table-tools .tool.save.savedToList::before, .table-tools .tool.save.savedToList::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.table-tools .tool.save.savedToList::before {
  width: 2px;
  height: 14px;
}
.table-tools .tool.save.savedToList::after {
  width: 14px;
  height: 2px;
}
.table-tools .tool.more {
  font-size: 0;
  line-height: 0;
}
.table-tools .tool.more span, .table-tools .tool.more span::before, .table-tools .tool.more span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.table-tools .tool.more span {
  width: 5px;
  height: 5px;
  display: block;
  background: #fb4a29;
}
.table-tools .tool.more span::before, .table-tools .tool.more span::after {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
}
.table-tools .tool.more span::before {
  -webkit-transform: translate3d(7px, 0, 0);
          transform: translate3d(7px, 0, 0);
}
@media (max-width: 782.98px) {
  .table-tools .tool.more span {
    width: 4px;
    height: 4px;
  }
  .table-tools .tool.more span::after {
    -webkit-transform: translate3d(-6px, 0, 0);
            transform: translate3d(-6px, 0, 0);
  }
  .table-tools .tool.more span::before {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
}
.table-tools .tool.more[disabled], .table-tools .tool.more[disabled]:hover {
  background: none;
  border: 1px solid #bababa;
  cursor: default;
}
.table-tools .tool.more[disabled] span, .table-tools .tool.more[disabled]:hover span {
  background: #bababa;
}
.table-tools .tool.more[disabled]:hover::before, .table-tools .tool.more[disabled]:hover::after {
  background: #fb4a29;
}
.table-tools .hasSidebar .tool.save {
  width: auto;
}
.table-tools .tool-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
  width: 200px;
  height: 50px;
  background: #fff;
  cursor: default;
}
.table-tools tr {
  position: relative;
  z-index: 0;
}
.table-tools tr.tools {
  height: 100%;
}
.table-tools tr.tools + tr.tools {
  border-top: 1px solid #999999;
}
.table-tools tr.tools .tool-wrap {
  padding-right: 55px;
  position: relative;
}
@media (max-width: 782.98px) {
  .table-tools tr.tools .tool-wrap {
    padding-right: 38px;
  }
}
@media (max-width: 575.98px) {
  .table-tools tr.tools .tool-wrap {
    padding-right: 35px;
  }
}
.table-tools tr.tools .tool-wrap .l {
  width: 100%;
  text-align: right;
  padding-right: 10px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .table-tools tr.tools .tool-wrap .l {
    padding-right: 5px;
  }
}
.table-tools tr.tools .tool-wrap .r {
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  text-align: left;
}
@media (max-width: 782.98px) {
  .table-tools tr.tools .tool-wrap .r {
    width: 38px;
  }
}
@media (max-width: 575.98px) {
  .table-tools tr.tools .tool-wrap .r {
    width: 35px;
  }
}

#item-saved {
  padding: 30px;
  max-width: 325px;
}
#item-saved .post-quantity {
  display: none;
}

#hideSavedMsg {
  color: #fb4a29;
  text-decoration: underline;
  display: block;
  margin-top: 30px;
  font-size: 1.6em;
}
#hideSavedMsg:hover {
  color: #ff7055;
}

#product-options {
  width: 75%;
  padding: 45px;
}
#product-options .product-title {
  margin-bottom: 30px;
}
#product-options .product-title span {
  font-weight: 700;
}
#product-options .product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
#product-options .product-tabs .product-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px 15px;
  cursor: pointer;
}
@media (min-width: 783px) {
  #product-options .product-tabs .product-option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#product-options .product-tabs .product-option .post-title {
  color: #fb4a29;
}
#product-options .product-tabs .product-option .post-title h1, #product-options .product-tabs .product-option .post-title h2, #product-options .product-tabs .product-option .post-title h3, #product-options .product-tabs .product-option .post-title h4, #product-options .product-tabs .product-option .post-title h5, #product-options .product-tabs .product-option .post-title h6, #product-options .product-tabs .product-option .post-title .h1, #product-options .product-tabs .product-option .post-title .h2, #product-options .product-tabs .product-option .post-title .h3, #product-options .product-tabs .product-option .post-title .h4, #product-options .product-tabs .product-option .post-title .h5, #product-options .product-tabs .product-option .post-title .h6, #product-options .product-tabs .product-option .post-title .heading {
  color: inherit;
}
#product-options .product-tabs .product-option:hover .post-title {
  text-decoration: underline;
}
@media (min-width: 783px) {
  #product-options .product-tabs[data-activeoptions="4"] .product-option {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
#product-options .product-content-wrap, #product-options .product-content-wrap .product-content, #product-options .product-content-wrap .product-contentPanel {
  display: none;
}
#product-options .product-content-wrap .active {
  display: block;
}
#product-options .product-content-wrap .product-panel-back {
  margin-bottom: 30px;
}
#product-options.showContent .product-tabs {
  display: none;
}
#product-options.showContent .product-content-wrap {
  display: block;
}

/*******************
** Bordered Columns
*******************/
.border-cols [class*=container] > .row > div + div, .border-cols.row > div + div {
  border-top: 1px solid #d2d2d2;
}
@media screen and (min-width: 992px) {
  .border-cols [class*=container] > .row > div + div, .border-cols.row > div + div {
    border-top: none;
    border-left: 1px solid #d2d2d2;
  }
}
.border-cols [class*=container] > .row > div > .row, .border-cols [class*=container] > .row > div > .post-preview, .border-cols.row > div > .row, .border-cols.row > div > .post-preview {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .border-cols [class*=container] > .row > div > .row, .border-cols [class*=container] > .row > div > .post-preview, .border-cols.row > div > .row, .border-cols.row > div > .post-preview {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.border-cols [class*=container] > .row > div > .row + .row, .border-cols.row > div > .row + .row {
  padding-top: 0;
  margin-top: 0;
}

/*******************
** Quick Links
*******************/
.quick-links .header {
  padding: 20px 30px;
  background: #323333;
  color: white;
}
.quick-links .header * {
  color: inherit;
}
.quick-links .links {
  padding: 30px;
  background: #f1f1f1;
}
.quick-links .links ul li {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.8em;
}
.quick-links .links ul li + li {
  margin-top: 10px;
}
.quick-links .links ul li a {
  font-weight: 400;
  text-decoration: underline;
}

.quick-message {
  padding: 30px;
  background: #f1f1f1;
  border-top: 4px solid #323333;
}
@media (max-width: 575.98px) {
  .quick-message {
    padding: 20px;
  }
}

/*******************
** Location Map | course-details.php
*******************/
.location-map {
  background: #323333;
  color: white;
  min-height: 270px;
}
.location-map .location p {
  margin: 0;
}
.location-map .location p + p {
  margin-top: 5px;
}
.location-map .location .address {
  line-height: 1.25;
  margin: 15px 0;
}
.location-map .location-img img {
  display: block;
  width: 100%;
}
@media (min-width: 783px) {
  .location-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .location-map .location {
    min-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .location-map .location-img {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/*******************
** Cards
*******************/
.card {
  border: 1px solid #d2d2d2;
  border-top: 4px solid #fb4a29;
}

/*******************
** Image grid
*******************/
.image-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.image-grid > :first-child {
  grid-column: span 2;
}
.image-grid div, .image-grid img {
  width: 100%;
  height: auto;
  display: block;
}

/*******************
** 
*******************/
/*******************
** Buttons
*******************/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  BUTTONS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
.btn, .ao-form-submit {
  display: inline-block;
  position: relative;
  background: #fb4a29;
  border: 1px solid #fb4a29;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  letter-spacing: normal;
  height: auto;
  min-width: 150px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6em;
  padding: 14px 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* DEFAULT */
  /* Standard Links */
  /* Blank */
  /* Blue */
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus, .ao-form-submit:hover, .ao-form-submit:active, .ao-form-submit:focus, .ao-form-submit:active:focus {
  background: #ff7055;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.link, .ao-form-submit.link {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #fb4a29;
  font-family: "Arial", sans-serif;
  min-width: 0;
  text-transform: none;
  white-space: normal;
}
.btn.link:hover, .btn.link:active, .btn.link:focus, .btn.link:active:focus, .ao-form-submit.link:hover, .ao-form-submit.link:active, .ao-form-submit.link:focus, .ao-form-submit.link:active:focus {
  background: none;
  color: #ff7055;
}
.btn.link:hover span, .btn.link:active span, .btn.link:focus span, .btn.link:active:focus span, .ao-form-submit.link:hover span, .ao-form-submit.link:active span, .ao-form-submit.link:focus span, .ao-form-submit.link:active:focus span {
  text-decoration: underline;
}
.btn.link img, .ao-form-submit.link img {
  margin: 0;
  max-height: 45px;
}
.btn.blank, .ao-form-submit.blank {
  background: none;
  border: 1px solid #fb4a29;
  color: #fb4a29;
}
.btn.blank:hover, .btn.blank:active, .btn.blank:focus, .btn.blank:active:focus, .ao-form-submit.blank:hover, .ao-form-submit.blank:active, .ao-form-submit.blank:focus, .ao-form-submit.blank:active:focus {
  background: #fb4a29;
  color: #fff;
}
.btn.blank.white, .ao-form-submit.blank.white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.blank.white:hover, .btn.blank.white:active, .btn.blank.white:focus, .btn.blank.white:active:focus, .ao-form-submit.blank.white:hover, .ao-form-submit.blank.white:active, .ao-form-submit.blank.white:focus, .ao-form-submit.blank.white:active:focus {
  color: #fb4a29;
  background: #fff;
}
.btn.blue, .ao-form-submit.blue {
  background: #4472c4;
  border: 1px solid #4472c4;
}
.btn.blue:hover, .btn.blue:active, .btn.blue:focus, .btn.blue:active:focus, .ao-form-submit.blue:hover, .ao-form-submit.blue:active, .ao-form-submit.blue:focus, .ao-form-submit.blue:active:focus {
  background: #6b8fd0;
}
.btn i, .btn span, .ao-form-submit i, .ao-form-submit span {
  vertical-align: middle;
}
.btn i, .ao-form-submit i {
  position: relative;
  font-size: 120%;
  line-height: 1;
}
.btn i.fa, .ao-form-submit i.fa {
  font-family: "FontAwesome";
}
.btn i:first-child, .ao-form-submit i:first-child {
  margin-right: 10px;
  margin-left: 0;
}
.btn i:last-child, .ao-form-submit i:last-child {
  margin-right: 0;
  margin-left: 10px;
}

td > .btn, li > .btn, p > .btn {
  font-size: 100%;
}

/*******************
** Button Groups
*******************/
.btn-group .btn.active {
  z-index: 100;
}

/*******************
** Ajax Load More Button
*******************/
#ajax-load-more.ajax-load-more-wrap {
  padding: 0;
  width: 100%;
}
#ajax-load-more .alm-btn-wrap {
  text-align: center;
  padding: 45px 0 0;
}
#ajax-load-more .alm-load-more-btn {
  display: inline-block;
  position: relative;
  background: #fb4a29;
  border: 1px solid #fb4a29;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  letter-spacing: normal;
  height: auto;
  min-width: 150px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6em;
  padding: 14px 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 54px;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn.loading::before {
  left: 8px;
}

/*******************
** Post Previews
*******************/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  POST PREVIEWS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/*******************
** Post Block
*******************/
.post-preview {
  position: relative;
}
.post-preview .text-uc {
  text-transform: uppercase;
}
.post-preview .text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.post-preview .text-lg {
  font-size: 115%;
}
.post-preview .text-lg.post-tag {
  font-size: 1.8em;
}
.post-preview .text-xl {
  font-size: 135%;
}

.post-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  border-bottom: 8px solid transparent;
}
.post-image::before, .post-image::after {
  content: "";
  position: absolute;
  top: 100%;
  right: auto;
  bottom: 0;
  left: auto;
  width: 35%;
  height: 8px;
  background: #fb4a29;
}
.post-image::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
}
.post-image a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-image a .background {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.post-image a:hover .background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-image img {
  display: block;
  margin: 0 auto;
}
.post-image .background, .post-image .slick-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-image .canPlay {
  background: #000;
}
.post-image .canPlay .background {
  background-size: contain;
}
.post-image .canPlay .background.cover {
  background-size: cover;
}
.post-preview:hover .post-image a .background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-image.noBorder {
  border: none;
}
.post-image.noBorder::before, .post-image.noBorder::after {
  content: none;
}
.post-image.size-1280x720, .post-image.image-youtube {
  padding-top: 56.25%;
}
.post-image.img {
  padding: 0;
  border: 0;
  overflow: visible;
}
.post-image.img a {
  position: relative;
}
.post-image.img a img {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.post-image.img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post-details {
  position: relative;
  z-index: 1;
}
.post-details[class*=overlay] > div {
  position: relative;
  z-index: 2;
}

.post-icon img {
  margin: 0 auto;
  max-height: 150px;
}
.post-icon.alignleft img {
  margin-left: 0;
}
.post-icon[data-mh] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-tag {
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.4em;
  color: #323333;
  text-transform: uppercase;
}

.post-pre-title {
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.4em;
  /*color: $grey-dark;*/
  text-transform: uppercase;
}
.post-pre-title.lg {
  font-size: 1.8em;
}

.post-title a {
  color: inherit;
  white-space: normal;
  text-decoration: none;
}
.post-title a:hover {
  text-decoration: underline;
}
.post-title h1, .post-title h2, .post-title h3, .post-title h4, .post-title h5, .post-title h6, .post-title .h1, .post-title .h2, .post-title .h3, .post-title .h4, .post-title .h5, .post-title .h6, .post-title .heading {
  margin: 0;
}
.post-title h1 br, .post-title h2 br, .post-title h3 br, .post-title h4 br, .post-title h5 br, .post-title h6 br, .post-title .h1 br, .post-title .h2 br, .post-title .h3 br, .post-title .h4 br, .post-title .h5 br, .post-title .h6 br, .post-title .heading br {
  display: none;
}
.post-title h1 br + span, .post-title h2 br + span, .post-title h3 br + span, .post-title h4 br + span, .post-title h5 br + span, .post-title h6 br + span, .post-title .h1 br + span, .post-title .h2 br + span, .post-title .h3 br + span, .post-title .h4 br + span, .post-title .h5 br + span, .post-title .h6 br + span, .post-title .heading br + span {
  display: block;
}
.post-title h1 span, .post-title h2 span, .post-title h3 span, .post-title h4 span, .post-title h5 span, .post-title h6 span, .post-title .h1 span, .post-title .h2 span, .post-title .h3 span, .post-title .h4 span, .post-title .h5 span, .post-title .h6 span, .post-title .heading span {
  display: block;
  font-size: 50%;
}
.post-title.thin h1, .post-title.thin h2, .post-title.thin h3, .post-title.thin h4, .post-title.thin h5, .post-title.thin h6, .post-title.thin .h1, .post-title.thin .h2, .post-title.thin .h3, .post-title.thin .h4, .post-title.thin .h5, .post-title.thin .h6, .post-title.thin .heading {
  font-weight: 400;
  text-transform: none;
}
.post-title.thick h1, .post-title.thick h2, .post-title.thick h3, .post-title.thick h4, .post-title.thick h5, .post-title.thick h6, .post-title.thick .h1, .post-title.thick .h2, .post-title.thick .h3, .post-title.thick .h4, .post-title.thick .h5, .post-title.thick .h6, .post-title.thick .heading {
  color: #fb4a29;
  font-weight: 700;
}
.post-title.icon {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-title.icon * {
  line-height: 1;
}
.post-title.icon img {
  margin-right: 15px;
  width: auto;
  height: 45px;
}
@media (max-width: 575.98px) {
  .post-title.icon img {
    height: 35px;
  }
}
.post-title-sm span {
  background: #323333;
  color: white;
  padding: 6px 10px;
}

.post-text a.btn, .post-text a.btn:hover {
  font-weight: 400;
  text-decoration: none;
}
.post-text ul li {
  list-style: disc;
  margin-top: 5px;
}
.post-text ol li {
  list-style: decimal;
  margin-top: 5px;
}
.post-text .gform_wrapper, .post-text .section {
  margin-top: 30px;
}

.post-btns, .btns {
  position: relative;
}
.post-btns .btn, .btns .btn {
  margin-right: 10px;
  vertical-align: middle;
}
.post-btns .btn:last-child, .btns .btn:last-child {
  margin-right: 0;
}
.post-btns .btn:not(.link) + .link, .btns .btn:not(.link) + .link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-btns .link, .btns .link {
  padding-right: 10px;
  position: relative; /* make up space for inline-block */
}
.post-btns .link:last-child, .btns .link:last-child {
  padding-right: 0;
}
.post-btns .link + .link, .btns .link + .link {
  padding-left: 15px;
}
.post-btns .link + .link::before, .btns .link + .link::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 2px;
  height: 16px;
  background: #fb4a29;
  content: "";
}
.color1 .post-btns .link + .link::before, .color1 .btns .link + .link::before {
  background: rgb(255, 255, 255);
}
.post-btns .link + .btn, .btns .link + .btn {
  margin-left: 0;
}
.post-btns.stacked .btn::before, .btns.stacked .btn::before {
  content: none;
}
.post-btns.stacked .btn.link, .btns.stacked .btn.link {
  padding: 0;
  display: block;
}

/*******************
** Extended
*******************/
.pp-extend .slick {
  margin-left: -15px;
  margin-right: -15px;
}
.pp-extend .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.pp-extend .post-details {
  background: #f1f1f1;
}
.pp-extend .post-image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.pp-extend .post-image::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: skew(-16deg);
          transform: skew(-16deg);
}
.pp-extend .post-image::after {
  content: none;
}
.pp-extend .post-image + .post-details {
  margin: 0;
  z-index: 0;
}

.pp-extend .post-image {
  width: 42%;
}
.pp-extend .post-details {
  padding: 45px;
}
.pp-extend .post-image + .post-details {
  padding-left: 45%;
}

/*******************
** Thumbnail
*******************/
.pp-thumb .post-preview .post-image {
  border: 1px solid #d2d2d2;
  background: #fff;
}
.pp-thumb .post-preview .post-image::before, .pp-thumb .post-preview .post-image::after {
  content: none;
}
.pp-thumb .post-preview .post-image + .post-details {
  padding: 20px 0 0;
  margin: 0;
  z-index: 0;
}
.pp-thumb .post-preview .post-details > :not(:first-child) {
  margin-top: 20px;
}
.pp-thumb .post-preview .post-details .post-title {
  margin: 0;
}
.pp-thumb .post-preview .post-details .post-title a {
  font-size: 1.8em;
  font-weight: 700;
}
.pp-thumb .post-preview .post-details .post-title a:hover {
  text-decoration: underline;
}
.pp-thumb .post-preview .post-details .post-excerpt * {
  line-height: 1.4;
}
.pp-thumb .post-preview:hover a {
  color: #323333;
}

/*******************
** Half Wrap
*******************/
.half-wrap img {
  display: block;
  margin: auto;
}
.half-wrap .post-image {
  padding: 0;
  width: auto;
  overflow: visible;
  border: 0;
  min-height: 100%;
}
.half-wrap .post-image::before, .half-wrap .post-image::after {
  content: none;
}
.half-wrap .post-image .background {
  padding: 0;
  width: auto;
}
.half-wrap .post-image img {
  margin: 0 auto;
  max-height: 100%;
}
.half-wrap .post-preview {
  background: none;
  margin: 0;
  width: 100%;
}
.half-wrap .post-preview .post-preview {
  display: block;
  height: auto;
}
.half-wrap.no-gutter .post-image, .half-wrap[class*=row-] .post-image {
  border: none;
}
.half-wrap.no-gutter .post-image::before, .half-wrap.no-gutter .post-image::after, .half-wrap[class*=row-] .post-image::before, .half-wrap[class*=row-] .post-image::after {
  content: none;
}
.half-wrap.no-gutter .post-details, .half-wrap[class*=row-] .post-details {
  max-width: 100%;
}
.half-wrap[class*=row-] .row > div {
  padding: 0;
}
.half-wrap[class*=row-] .post-details {
  padding: 60px;
}
.half-wrap[class*=row-] .post-details .post-details {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .half-wrap[class*=row-] .post-preview {
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .half-wrap[class*=row-] .post-preview::after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
@media screen and (min-width: 1500px) {
  .half-wrap[class*=row-] [class*=container] {
    padding-right: 15em;
    padding-left: 15em;
  }
}
@media screen and (min-width: 1200px) {
  .half-wrap.no-gutter .right .post-details {
    padding-right: 18em;
  }
}
@media screen and (min-width: 783px) {
  .half-wrap .post-preview {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .half-wrap .post-details {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .half-wrap.no-gutter .post-details {
    padding-right: 9em;
    padding-left: 9em;
  }
  .half-wrap.no-gutter.padd-xs .post-details {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .half-wrap.no-gutter.padd-sm .post-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .half-wrap.no-gutter .post-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-wrap.no-gutter.padd-md .post-details {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .half-wrap.no-gutter.padd-lg .post-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .half-wrap.no-gutter.padd-xl .post-details {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .half-wrap.no-gutter .left .post-image, .half-wrap.no-gutter .right .post-image {
    margin-left: 0;
    margin-right: 0;
  }
  .half-wrap.no-gutter .left .background::before, .half-wrap.no-gutter .right .background::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 50%;
    z-index: 10;
  }
  .half-wrap.no-gutter .left .background::before {
    left: 51%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+90,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  }
  .half-wrap.no-gutter .right .background::before {
    right: 51%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+10,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  }
  .half-wrap.no-gutter.shaded .left .background::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100&0+0,1+90,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(242, 242, 242)), to(rgb(241, 241, 241)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(242, 242, 242) 90%, rgb(241, 241, 241) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#f1f1f1",GradientType=1 ); /* IE6-9 */
  }
  .half-wrap.no-gutter.shaded .right .background::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100&1+0,1+10,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(241, 241, 241)), color-stop(10%, rgb(242, 242, 242)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgb(241, 241, 241) 0%, rgb(242, 242, 242) 10%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  }
}

/*******************
** Post Features
*******************/
.post-features[data-toggle] {
  display: none;
}
.post-features .post-image::before, .post-features .post-image::after {
  content: none;
}
.post-features .features {
  border-top: 1px solid #d2d2d2;
}
.post-features .features .heading {
  position: relative;
  z-index: 1;
  top: -1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 900;
}
.post-features .features .content li {
  margin-top: 15px;
}

/*******************
** Call To Action
*******************/
.cta {
  text-align: center;
}
.cta .post-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta .columns .post-details > * {
  margin-top: 15px;
}

/*******************
** Distributors
*******************/
.distributor .post-title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 5px;
}
.distributor .post-info {
  font-size: 1.4em;
  line-height: 1.5;
}
.distributor .post-info .info {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}
.distributor .post-info .info a {
  color: #323333;
}
.distributor .post-info .info a:hover {
  color: #fb4a29;
  text-decoration: underline;
}
.distributor .post-info .info i {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #fb4a29;
}
.distributor .post-info .location {
  margin: 0 0 30px;
}
.distributor .post-info .location a {
  display: block;
  margin-top: 5px;
}
.distributor .post-info .location i {
  font-size: 135%;
}
.distributor .post-info .location a, .distributor .post-info .email a, .distributor .post-info .website a {
  text-decoration: underline;
}
.distributor .post-info .phone i {
  font-size: 160%;
  left: 2px;
}
.distributor .post-info .fax i, .distributor .post-info .email i, .distributor .post-info .website i {
  font-size: 95%;
  top: 4px;
}
.distributor.single {
  max-width: 550px;
  margin: 0 auto;
}
.distributor.single .post-image {
  padding: 0;
  border: none;
}
.distributor.single .post-image::before, .distributor.single .post-image::after {
  content: none;
}
.distributor.single .post-image img {
  display: block;
  margin: 0 auto;
}
.distributor.single .post-image + .post-title {
  margin-top: 15px;
  padding-bottom: 30px;
}
.distributor.single .post-title {
  text-align: center;
}
.distributor.single .post-info {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}
.distributor.single .post-info .info {
  margin: 0;
}
.distributor.single .post-info .row {
  margin-top: 15px;
}
.distributor.single .post-form form {
  margin-top: 30px;
}
.distributor.single .post-form form li + li {
  margin-top: 15px;
}
.distributor.single .post-form form .submit {
  display: block;
  margin: 0 auto;
}

/*******************
** Product Categories
*******************/
.product_categories .post-image .background {
  background-size: contain;
}

/*******************
** Product Benefits
*******************/
.benefits .post-benefit {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
}
.benefits .post-benefit * {
  line-height: 1.35;
}
.benefits .post-benefit::before {
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: -30px;
  width: 15px;
  height: 15px;
  background: #fb4a29;
}
@media screen and (min-width: 783px) {
  .benefits .left::before, .benefits .right::after {
    content: "";
    position: absolute;
    top: -30px;
    right: auto;
    bottom: -30px;
    left: auto;
    width: 1px;
    margin: auto;
    background: #d2d2d2;
  }
  .benefits .left::before {
    right: 0;
  }
  .benefits .right::after {
    left: -1px;
  }
  .benefits .left .post-preview {
    padding-right: 60px;
  }
  .benefits .right .post-preview {
    padding-left: 60px;
  }
}

/*******************
** Bordered Resources
*******************/
.bordered .post-preview {
  border-bottom: 1px solid #999999;
  padding-left: 0;
  padding-right: 0;
}
.bordered .post-preview:not(.educational-class):first-child {
  padding-top: 0;
}
.bordered .post-preview:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*******************
** Educational Classes
*******************/
.js_details {
  display: none;
}

.description .status {
  color: #fb4a29;
  font-weight: 700;
}

.educational-class.post-preview:first-child {
  border-top: 4px solid #fb4a29;
}
.educational-class .post-details {
  padding-right: 360px;
}
.educational-class .post-btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 991px) {
  .educational-class .post-btns .btn {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 782px) {
  .educational-class .post-details {
    padding-right: 0;
  }
  .educational-class .post-btns {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    padding-top: 15px;
  }
  .educational-class .post-btns .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .educational-class .post-btns .btn {
    display: block;
  }
}

.educational-document .post-details {
  position: relative;
  padding-right: 60px;
}
.educational-document .post-text .read {
  float: left;
  margin-right: -100%;
  width: 100%;
}
.educational-document .post-text .read-less {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.educational-document .post-text .read-more {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.educational-document .post-text .less {
  display: none;
}
.educational-document .post-text .more {
  display: inline;
}
.educational-document .post-btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
}
.educational-document .post-btns .btn {
  padding: 20px;
  width: auto;
  height: auto;
  min-width: 0;
  border-radius: 4px;
}
.educational-document .post-btns .btn i {
  margin: 0;
}
.educational-document.js_details_open .read-less {
  opacity: 0;
}
.educational-document.js_details_open .read-more {
  opacity: 1;
}
.educational-document.js_details_open .less {
  display: inline;
}
.educational-document.js_details_open .more {
  display: none;
}
@media screen and (max-width: 782px) {
  .educational-document .post-details {
    padding-right: 60px;
  }
  .educational-document .post-btns .btn {
    padding: 15px;
  }
}

/*******************
** Background Image
*******************/
.post-details.background {
  padding: 30px;
  padding-top: 41.6666666667%;
}
.post-details.background .post-title *, .post-details.background .post-btns * {
  color: #fff;
  position: relative;
  z-index: 2;
}

/*******************
**
*******************/
.featured-details {
  text-align: center;
}
.featured-details .post-text {
  text-align: left;
}
.featured-details .post-text ul {
  padding: 0;
  margin: 0;
}
.featured-details .post-text ul li {
  position: relative;
  list-style-type: none;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 2.4em;
  margin-top: 30px;
  padding-left: 30px;
}
.featured-details .post-text ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .featured-details .post-text ul li {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 782px) {
  .featured-details .post-preview {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-details .post-text ul li {
    font-size: 1.6em;
    padding-left: 25px;
    margin-top: 15px;
  }
  .featured-details .post-text ul li::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}

/*******************
**
*******************/
.featured_content .post-image {
  border: none;
}
.featured_content .post-image .background {
  background-size: contain;
  background-color: #fff;
}

.featured-products {
  position: relative;
}
.featured-products .post-image {
  border: none;
  padding-top: 275px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+40,ffffff+100 */
  background: rgb(241, 241, 241); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(241, 241, 241)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(241, 241, 241) 40%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.featured-products .post-image::before, .featured-products .post-image::after {
  content: none;
}
.featured-products .post-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 100%;
  margin: auto;
}
.featured-products .post-image + .box {
  margin: 0;
}
.featured-products .post-details.box {
  padding-bottom: 30px !important;
  position: relative;
  z-index: 0;
}
.featured-products .post-gallery {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  margin: auto !important;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 0;
}
.featured-products .post-gallery .btn {
  min-width: 0;
  padding: 0;
  width: 38px;
  height: 38px;
}
.featured-products .post-gallery .btn i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

/*******************
** Floating button message
*******************/
.btn-msg {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
}

/*******************
** Forms
*******************/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  FORMS
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
label {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 85%;
  color: #323333;
  margin: 0 0 10px;
}

select {
  background-image: url("../images/icon-select-orange.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 17px;
  padding-right: 50px;
  background-size: 9px auto;
}

textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 200px;
  max-height: 500px;
}

input[type=hidden] {
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

select, textarea, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
  border: none;
  width: 100%;
  font-size: 1.6em;
  height: auto;
  margin: 0;
  color: #323333;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d2d2d2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
select:hover, select:active, select:focus, select:active:focus, textarea:hover, textarea:active, textarea:focus, textarea:active:focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit] {
  width: auto;
}

select::-ms-expand,
input[type=text]::-ms-clear {
  display: none;
}

form ul {
  padding: 0;
  margin: -30px -10px 0;
}
form ul li {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 10px;
}
form ul li.half {
  width: 50%;
}
form ul li.third {
  width: 33.3333%;
}
form ul li.quarter {
  width: 25%;
}
form li.error select, form li.error textarea, form li.error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #f3c9c9;
  border-color: #b89292;
  color: #000;
}

[class*=dark] label {
  color: #999999;
  font-weight: 400;
}
[class*=dark] select, [class*=dark] textarea, [class*=dark] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
}

/*******************
** Float icon over input box
*******************/
.input-icon {
  position: relative;
}
.input-icon input {
  padding: 10px 65px 10px 15px;
}
.input-icon i {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: auto;
  margin: auto;
  padding: 20px 15px;
  height: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  color: #fb4a29;
}

/*******************
** Merge button and input
*******************/
.input-form {
  position: relative;
  width: 100%;
}
.input-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 15px;
  padding-left: 30px;
  padding-right: 155px;
  width: 100%;
  height: 50px;
  font-size: 1.6em;
  border-radius: 50px;
}
.input-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
}
.input-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  padding: 10px 20px;
  width: 140px;
  font-size: 1.6em;
  border-radius: 0 50px 50px 0;
  min-width: 0;
  padding: 0;
  background: #fb4a29;
  color: white;
  border: 0;
}

/*******************
** Filters
*******************/
.filter {
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.filter.third ul li {
  width: 33.3333%;
}
@media (min-width: 1024px) {
  .filter.flex ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter.flex ul li {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .filter.flex {
    padding-top: 0;
  }
  .filter.flex li {
    margin-top: 22.5px;
  }
}
@media (max-width: 575.98px) {
  .filter.flex li.submit-wrap {
    margin-top: 0;
  }
}
.filter ul {
  position: relative;
  padding-right: 175px;
  margin: 0;
}
.filter ul li {
  float: left;
  margin: 0;
  width: 50%;
  padding: 0;
  padding-right: 15px;
}
.filter ul li.full {
  width: 100%;
}
.filter ul li select, .filter ul li textarea, .filter ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 100%;
}
.filter ul li.submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 175px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter ul li.submit-wrap a {
  display: block;
  margin: 4px 0 0;
  text-decoration: underline;
}
.filter ul li.submit-wrap label {
  width: 100%;
}

#intro.hasKeyword .filter ul {
  padding-right: 475px;
}
#intro.hasKeyword .filter .submit-wrap {
  right: 300px;
}
#intro.hasKeyword .keyword {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 300px;
  text-align: right;
  padding-left: 15px;
}
#intro.hasKeyword .keyword input {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  height: 44px;
  font-size: 1.4em;
}
#intro.hasKeyword .keyword i {
  color: #fff;
}

/*******************
** Gravity Forms
*******************/
body .gform_wrapper .gform_heading {
  display: none;
}
body .gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
body .gform_wrapper .gform_body .gform_hidden {
  margin: 0;
  padding: 0;
  font-size: 0;
}
body .gform_wrapper .gform_body .ginput_container {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body select, body .gform_wrapper .gform_body textarea, body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
  font-size: 100%;
  height: 45px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  line-height: 1;
}
body .gform_wrapper .gform_body select[disabled], body .gform_wrapper .gform_body select[disabled]:hover, body .gform_wrapper .gform_body select[disabled]:active, body .gform_wrapper .gform_body select[disabled]:focus, body .gform_wrapper .gform_body select[disabled]:active:focus, body .gform_wrapper .gform_body textarea[disabled], body .gform_wrapper .gform_body textarea[disabled]:hover, body .gform_wrapper .gform_body textarea[disabled]:active, body .gform_wrapper .gform_body textarea[disabled]:focus, body .gform_wrapper .gform_body textarea[disabled]:active:focus, body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled], body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled]:hover, body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled]:active, body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled]:focus, body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])[disabled]:active:focus {
  border: 0;
  background: #f1f1f1;
}
body .gform_wrapper .gform_body select {
  background-image: url("../images/icon-select-orange.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 17px;
  padding-right: 50px;
  background-size: 10px;
}
body .gform_wrapper .gform_body .top_label .gfield_label {
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 85%;
}
body .gform_wrapper .gform_body .top_label .small, body .gform_wrapper .gform_body .top_label .medium, body .gform_wrapper .gform_body .top_label .large {
  width: 100%;
}
body .gform_wrapper .gform_body .top_label .ginput_container {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body li.gfield.field_description_below + li.gsection.field_sublabel_below {
  display: block;
  background: #323333;
  padding: 8px 12px;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 1.6em;
  margin: 60px 0 0 !important;
}
body .gform_wrapper .gform_body li.gfield.field_description_below + li.gsection.field_sublabel_below > * {
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  width: auto;
  font-size: 100%;
  margin: 0;
}
body .gform_wrapper .gform_body li.gfield.field_description_below + li.gsection.field_sublabel_below .gsection_description {
  margin-left: 5px;
  font-size: 85%;
}
body .gform_wrapper .gform_body ul.gfield_radio li {
  margin: 15px 0 0;
}
body .gform_wrapper .gform_body ul.gfield_radio li:first-child {
  margin: 0;
}
body .gform_wrapper .gform_body ul.gfield_radio li label {
  margin: 0 0 0 30px;
  font-size: 1.4em;
}
body .gform_wrapper .gform_body ul.gfield_radio li input[type=radio] {
  margin: 0;
  top: 4px;
}
body .gform_wrapper .gform_body ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
  color: #fb4a29;
}
body .gform_wrapper .gform_body ul li.field_description_below div.ginput_container_checkbox {
  margin: 0;
}
body .gform_wrapper .gform_body ul.gfield_checkbox {
  padding: 0;
  margin: 0;
  font-size: 0;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li {
  display: inline-block;
  float: none;
  width: 33.3333%;
  margin: 15px 0 !important;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li label {
  position: relative;
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  padding-left: 35px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li label::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
}
body .gform_wrapper .gform_body ul.gfield_checkbox li label::after {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
}
body .gform_wrapper .gform_body ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li input {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li input:checked + label, body .gform_wrapper .gform_body ul.gfield_checkbox li input:checked + label:hover {
  color: #fb4a29;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li input:checked + label:before {
  border-color: #fb4a29;
}
body .gform_wrapper .gform_body ul.gfield_checkbox li input:checked + label:after {
  background: #fb4a29;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 575px) {
  body .gform_wrapper .gform_body ul.gfield_checkbox li {
    width: 100%;
  }
  body .gform_wrapper .gform_body ul.gfield_checkbox li:first-child {
    margin-top: 15px;
  }
}
body .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0 -10px !important;
}
body .gform_wrapper ul.gform_fields li.gfield {
  clear: none;
}
body .gform_wrapper ul.gform_fields::after {
  display: block;
  clear: both;
  content: "";
}
body .gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-right: 4px;
}
body .gform_wrapper .gform_footer {
  margin-top: 30px;
}
body .gform_wrapper .gform_footer .btn {
  vertical-align: middle;
}
body .gform_wrapper .gform_footer img {
  display: inline-block;
  vertical-align: middle;
}

.gform_confirmation_message {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  margin-top: 15px;
}
.gform_confirmation_message p {
  font-size: 1.8em;
}

.form-inline .gform_wrapper form {
  position: relative;
  width: 100%;
}
.form-inline .gform_wrapper form select, .form-inline .gform_wrapper form textarea, .form-inline .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
  width: 100%;
  border-radius: 50px;
  padding: 0;
  padding-left: 20.001px;
  padding-right: 140px;
}
.form-inline .gform_wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  padding: 10px;
  width: 125px;
  font-size: 1.4em;
  border-radius: 0 50px 50px 0;
  min-width: 0;
}
.form-inline .gform_wrapper form button:hover, .form-inline .gform_wrapper form button:active, .form-inline .gform_wrapper form button:focus, .form-inline .gform_wrapper form button:active:focus {
  background: #ff3333;
  border: 1px solid #ff3333;
  color: rgb(255, 255, 255);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-inline .gform_wrapper ul.gform_fields,
.form-inline .gform_wrapper ul.gform_fields li.gfield,
.form-inline .gform_wrapper .top_label div.ginput_container,
.form-inline .gform_wrapper .gform_footer, .form-inline .gform_wrapper .gform_body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.form-inline .gform_wrapper .gform_footer {
  position: static;
}
.form-inline .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 0;
  right: 140px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.form-inline .gform_wrapper .validation_error {
  display: none;
}
.form-inline .gform_wrapper .gfield_error {
  background: none;
  border: none;
}
.form-inline .gform_wrapper .validation_message {
  display: block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  color: #f74e4e;
  padding: 4px 0 0 30px;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*******************
** Slick Carousel
*******************/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  CAROUSEL
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
.slick-list {
  position: relative;
  z-index: 0;
}

.slick-slide {
  position: relative;
  display: block;
  float: left;
}
.slick-slide:focus {
  outline: none;
}

.slick-tools-wrap {
  text-align: center;
}

.arrow, .slick-arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 10;
  margin: auto;
  cursor: pointer;
  width: 5em;
  height: 5em;
  display: inline-block;
  background: url("../images/icon-arrows-orange.png") no-repeat center;
  background-size: 200%;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.arrow.prev, .arrow.slick-prev, .slick-arrow.prev, .slick-arrow.slick-prev {
  left: 2em;
  background-position: center left;
}
.arrow.next, .arrow.slick-next, .slick-arrow.next, .slick-arrow.slick-next {
  right: 2em;
  background-position: center right;
}
.arrow.disable, .slick-arrow.disable {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  position: relative;
  font-size: 0;
  padding: 30px 0 0;
}
.slick-dots li:focus, .slick-dots button:focus {
  outline: none;
}
.slick-dots li {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  width: 20px;
  height: 4px;
  background: #d2d2d2;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
.slick-dots .slick-active button {
  background: #323333;
}
@media screen and (min-width: 783px) {
  .slick-dots li {
    padding: 6px;
  }
}

.carousel .post-image .slick-list, .carousel .post-image .slick-track {
  height: 100%;
}
.carousel .customPaging .slick-dots {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 auto 60px;
  text-align: center;
}
.carousel .customPaging .slick-dots li {
  padding: 0 30px;
  font-size: 1.6em;
  border-left: 1px solid #d2d2d2;
}
.carousel .customPaging .slick-dots li:first-child {
  border: none;
}
.carousel .customPaging .slick-dots li button {
  text-transform: uppercase;
  -webkit-transform: none;
          transform: none;
  width: auto;
  height: auto;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 100%;
  background: none;
  text-indent: 0;
  color: #fb4a29;
}
.carousel .customPaging .slick-dots li:hover button {
  background: none;
  color: #ff7055;
  text-decoration: underline;
}
.carousel .customPaging .slick-dots li.slick-active button, .carousel .customPaging .slick-dots li.slick-active:hover button {
  background: none;
  color: #323333;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .carousel .customPaging .slick-dots {
    border-top: 1px solid #d2d2d2;
    background: rgb(255, 255, 255);
  }
  .carousel .customPaging .slick-dots li {
    display: block;
    padding: 0;
    text-align: center;
  }
  .carousel .customPaging .slick-dots li, .carousel .customPaging .slick-dots li:first-child {
    border: 1px solid #d2d2d2;
    border-top: none;
  }
  .carousel .customPaging .slick-dots li button {
    padding: 15px;
  }
}
.carousel .customPaging.stack .slick-dots, .carousel .customPaging.stack .slick-dots li {
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.carousel .customPaging.stack .slick-dots li + li {
  margin-top: 10px;
}
.carousel .customPaging.stack .slick-dots li button {
  padding: 0;
  text-transform: none;
}
.carousel .customPaging.stack .slick-dots li.slick-active button {
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .carousel .customPaging.stack .slick-dots {
    margin-bottom: 15px;
    border-top: 1px solid #999999;
  }
  .carousel .customPaging.stack .slick-dots li {
    border: 1px solid #999999;
    border-top: 0;
    text-align: center;
  }
  .carousel .customPaging.stack .slick-dots li + li {
    margin-top: 0;
  }
  .carousel .customPaging.stack .slick-dots li button {
    padding: 10px 15px;
  }
}
.carousel.pp-extend .slick-tools-wrap {
  padding: 30px 0 0;
}
.carousel.pp-extend .slick-tools {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.carousel.pp-extend .slick-dots {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0;
}
.carousel.pp-extend .arrow, .carousel.pp-extend .slick-arrow {
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-arrows-orange.png");
}
.carousel.pp-extend .arrow.prev, .carousel.pp-extend .slick-arrow.prev {
  right: 100%;
}
.carousel.pp-extend .arrow.next, .carousel.pp-extend .slick-arrow.next {
  left: 100%;
}
.carousel.hasTabs .slick-dots {
  padding: 0;
}
.carousel.hideNav .slick-tools-wrap {
  display: none;
}
.carousel.half-wrap .post-image {
  border: none;
}
.carousel.half-wrap .post-image::before, .carousel.half-wrap .post-image::after {
  content: none;
}
.carousel.captions .arrow.prev {
  left: auto;
  right: 100%;
}
.carousel.captions .arrow.next {
  right: auto;
  left: 100%;
}
@media screen and (min-width: 1200px) {
  .carousel.add-spacing .arrow.prev, .carousel.add-spacing .arrow.slick-prev, .carousel.add-spacing .slick-arrow.prev, .carousel.add-spacing .slick-arrow.slick-prev {
    left: 11em;
  }
  .carousel.add-spacing .arrow.next, .carousel.add-spacing .arrow.slick-next, .carousel.add-spacing .slick-arrow.next, .carousel.add-spacing .slick-arrow.slick-next {
    right: 11em;
  }
}
@media screen and (min-width: 783px) {
  .carousel.add-spacing {
    padding-right: 9em;
    padding-left: 9em;
  }
}
@media screen and (max-width: 782.98px) {
  .carousel.add-spacing .slick-dots {
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .carousel.slider *[data-mh] {
    height: auto !important;
  }
  .carousel.slider .slick > div {
    width: 100%;
  }
}

#banner .slick-tools-wrap {
  text-align: left;
  padding: 0;
  position: static;
}
#banner .arrow, #banner .slick-arrow {
  background-image: url("../images/icon-arrows-white.png");
}
#banner .slick-dots {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: auto;
  left: 90px;
  padding: 0;
}
#banner .slick-dots li {
  margin-left: 15px;
  padding: 15px 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#banner .slick-dots li:first-child {
  margin-left: 0;
}
#banner .slick-dots button {
  width: 100px;
  height: 4px;
  background: #fff;
}
#banner .slick-dots li.slick-active button {
  background: #fb4a29;
}
@media screen and (min-width: 783px) {
  #banner .slick-dots .slick-dots {
    top: 60px;
  }
}
@media screen and (min-width: 783px) {
  #banner.carousel [class*=container] {
    padding-left: 9em;
  }
  #banner.carousel .post-details {
    padding: 30px 0;
  }
}
@media screen and (max-width: 782px) {
  #banner.carousel .post-preview {
    padding-bottom: 90px;
  }
}

/*******************
** Datepicker
*******************/
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  BOOTSTRAP DATEPICKER
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* Fallback CSS
----------------------------------------
////////////////////////////////////// */
.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #aaa;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* Bootstrap Datepicker Override
----------------------------------------
////////////////////////////////////// */
#select_date {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#select_date input {
  height: 48px;
  border-radius: 0;
  font-size: 1.6em;
}

.datepicker table tr td,
.datepicker table tr th {
  font-size: inherit;
  padding: 5px;
}
.datepicker table tr td span {
  height: 30px;
  line-height: 28px;
  border-radius: 0;
}
.datepicker table tr td span.focused {
  background: none;
  border: 1px solid #fb4a29;
}
.datepicker table tr td span:hover, .datepicker table tr td span:focus, .datepicker table tr td span.focused:hover, .datepicker table tr td span.focused:focus {
  background: #fb4a29;
  color: white;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
  border: 1px solid #fb4a29 !important;
  background: #fb4a29 !important;
  cursor: default;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover, .datepicker table tr td span.disabled:focus {
  color: #d2d2d2;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  padding: 5px;
}
.datepicker .datepicker-switch:hover, .datepicker .datepicker-switch:focus, .datepicker .next:hover, .datepicker .next:focus, .datepicker .prev:hover, .datepicker .prev:focus, .datepicker tfoot tr th:hover, .datepicker tfoot tr th:focus {
  background: #d2d2d2;
}

/* 1D. Bootstrap Override
----------------------------------------
////////////////////////////////////// */
[class^=container] {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; /*padding-right: spacing(0.5)*3; padding-left: spacing(0.5)*3;*/
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

.no-gutter [class^=container] {
  padding: 0;
}
.no-gutter .row {
  margin: 0 auto;
}
.no-gutter .row > div {
  padding: 0;
}

.no-inner-gutter .row {
  margin: 0;
}
.no-inner-gutter .row > div {
  padding: 0;
}

.row {
  position: relative;
  z-index: 1;
}

.row.pull-top {
  z-index: 10;
}

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

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
02 - STYLE.CSS : LAYOUT
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
html {
  opacity: 0;
  font-size: 10px;
}
html.ready {
  opacity: 1;
}

body {
  overflow: hidden;
  overflow-y: auto;
  background-color: #f1f1f1;
}
body.thank-you {
  height: 100%;
}
body.thank-you .section {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
  z-index: 0;
  background: url("../images/bg-pattern-ruler.png") #fff repeat-y top right;
  background-size: 57px auto;
  -webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 1199px) {
  #wrapper {
    background-size: 28px auto;
  }
}
.landing #wrapper {
  background-image: none;
}

#header, #wrapper, #notification-bar {
  max-width: 2000px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

#notification-bar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
  background: #fb4a29;
  padding: 15px;
  text-align: center;
}
#notification-bar .notification-inner {
  position: relative;
}
#notification-bar .notification-text {
  position: relative;
  z-index: 0;
  padding: 0 45px;
  overflow: hidden;
}
#notification-bar .notification-text div, #notification-bar .notification-text a, #notification-bar .notification-text p, #notification-bar .notification-text li, #notification-bar .notification-text dl, #notification-bar .notification-text th, #notification-bar .notification-text td {
  color: #fff;
}
#notification-bar .notification-text a {
  text-decoration: underline;
}
#notification-bar .notification-text a:hover, #notification-bar .notification-text a:focus {
  opacity: 0.85;
}
@media (max-width: 575.98px) {
  #notification-bar .notification-text {
    text-align: left;
    padding-left: 0;
  }
  #notification-bar .notification-text p, #notification-bar .notification-text li, #notification-bar .notification-text dl, #notification-bar .notification-text th, #notification-bar .notification-text td {
    font-size: 1.8em;
  }
}
#notification-bar .notification-image {
  display: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
}
@media (min-width: 783px) {
  #notification-bar.hasImg {
    padding: 30px;
    text-align: left;
  }
  #notification-bar.hasImg .notification-text {
    padding-left: 15px;
  }
}
@media (min-width: 783px) and (min-width: 992px) {
  #notification-bar.hasImg .notification-text {
    padding-left: 45px;
  }
}
@media (min-width: 783px) {
  #notification-bar.hasImg .notification-inner {
    padding-left: 25%;
  }
  #notification-bar.hasImg .notification-image {
    display: block;
    width: 25%;
  }
}
#notification-bar .notification-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
}
#notification-bar .notification-close::after, #notification-bar .notification-close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#notification-bar .notification-close::after {
  width: 2px;
  height: 12px;
}
#notification-bar .notification-close::before {
  width: 12px;
  height: 2px;
}
#notification-bar .notification-close:hover {
  background: #fff;
}
#notification-bar .notification-close:hover::after, #notification-bar .notification-close:hover::before {
  background: #fb4a29;
}

/* 2A. Header
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  HEADER
////////////////////////////////////////////////////////////////////////////////////////////////////
// Find all variables inside 'my-mixins'
--------------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 7;
  background: rgb(255, 255, 255);
}
#header .top {
  text-align: right;
  padding-right: 10px;
}
#header .top a {
  display: inline-block;
  vertical-align: top;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.4em;
  line-height: 1.75;
  margin-left: 4px;
}
#header .top i, #header .top img {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  font-size: 145%;
  vertical-align: -4px;
}
#header .top span, #header .top i {
  vertical-align: baseline;
}
#header .top #current-location {
  text-decoration: underline;
}
#header .bot {
  position: relative;
}
#header .bot > [class^=container], #header .bot > [class^=container] > div, #header .bot > [class^=container] > .row, #header .bot > [class^=container] > .row > div {
  position: static;
}
#header .header-inner {
  position: relative;
}
#header .logo {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  width: 200px;
  height: 50px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .logo img {
  width: 100%;
}
#header .search-form .search {
  border: none;
  height: 100%;
}
#header.fixedHeight {
  height: 160px;
}
.slim-head #header.fixedHeight {
  height: 120px;
}
#header.minimal {
  text-align: right;
}
#header.minimal .logo {
  position: absolute;
  bottom: 0;
  margin: auto;
}
#header.minimal.text-center {
  text-align: center;
}
#header.minimal.text-center .logo {
  right: 0;
}
@media screen and (max-width: 782px) {
  #header.minimal {
    text-align: center;
  }
  #header.minimal .logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #header.minimal .btn {
    margin-top: 15px;
  }
}

/*******************
** Main Navigation
*******************/
.navi {
  text-align: right;
  padding-left: 200px;
}
.navi a {
  position: relative;
  z-index: 0;
}
.navi a[href="#"] {
  cursor: default;
}
.navi > ul {
  display: inline-block;
  vertical-align: middle;
}
.navi > ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  color: rgb(255, 255, 255);
  text-align: left;
  background-color: #323333;
}
.navi > ul .sub-menu::before {
  left: auto;
  right: 250px;
  background: #3a3a3a;
}
.navi > ul .sub-menu::after {
  content: none;
}
.navi > ul .sub-menu [class^=container] {
  z-index: 5;
}
.navi > ul .sub-menu .row {
  display: block;
  font-size: 0;
}
.navi > ul .sub-menu .row > div {
  display: inline-block;
  font-size: 10px;
}
.navi > ul .sub-menu [class*=list-] li {
  font-size: 1.6em;
  cursor: pointer;
}
.navi > ul .sub-menu [class*=list-] li:first-child {
  margin-top: 0;
  border: none;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children {
  position: relative;
  padding-left: 35px;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop {
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 50%;
  background: transparent;
  top: 3px;
  left: 0;
  right: auto;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop::after, .navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop::before {
  background: #999999;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop::after {
  width: 1px;
  height: 9px;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop::before {
  width: 9px;
  height: 1px;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop:hover {
  border-color: #fb4a29;
  background: #fb4a29;
  width: 30px;
  height: 30px;
  top: 0;
  left: -3px;
}
.navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop:hover::after, .navi > ul .sub-menu [class*=list-] li.menu-item-has-children .drop:hover::before {
  background: rgb(255, 255, 255);
}
.navi > ul .sub-menu [class*=list-] sup {
  color: inherit;
}
.navi > ul .sub-menu [class*=list-] a {
  color: rgb(255, 255, 255);
  line-height: 1.35;
  display: block;
  padding: 5px 0;
}
.navi > ul .sub-menu [class*=list-] a.hasArrow {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.navi > ul .sub-menu [class*=list-] a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.navi > ul .sub-menu .list-title {
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4em;
  text-transform: uppercase;
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.navi > ul .sub-menu .list-title a {
  color: rgb(255, 255, 255);
}
.navi > ul .sub-menu .list-title h1, .navi > ul .sub-menu .list-title h2, .navi > ul .sub-menu .list-title h3, .navi > ul .sub-menu .list-title h4, .navi > ul .sub-menu .list-title h5, .navi > ul .sub-menu .list-title h6, .navi > ul .sub-menu .list-title .h1, .navi > ul .sub-menu .list-title .h2, .navi > ul .sub-menu .list-title .h3, .navi > ul .sub-menu .list-title .h4, .navi > ul .sub-menu .list-title .h5, .navi > ul .sub-menu .list-title .h6, .navi > ul .sub-menu .list-title .heading {
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.navi > ul .sub-menu .list-promo {
  margin-top: 30px;
}
.navi > ul .sub-menu .back-to-sub-menu {
  width: 28px;
  height: 28px;
  background: #fb4a29;
  border-radius: 50%;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navi > ul .sub-menu .back-to-sub-menu:hover {
  width: 34px;
  height: 34px;
  margin: -3px 12px -3px -3px;
}
.navi > ul .sub-menu .list-links li {
  margin-top: 10px;
}
.navi > ul .sub-menu > .list-links {
  padding: 30px;
}
.navi > ul .sub-menu .list-btn {
  margin-top: 30px;
}
.navi > ul .sub-menu .list-btn a {
  color: rgb(255, 255, 255);
}
.navi > ul .sub-menu .list-btn a:hover {
  text-decoration: none;
}
.navi > ul .sub-menu .list-quick {
  margin-top: 60px;
}
.navi > ul .sub-menu .list-quick ul {
  text-align: left;
  margin-left: -10px;
}
.navi > ul .sub-menu .list-quick ul li {
  display: inline-block;
  border-left: 1px solid #999999;
  line-height: 1;
}
.navi > ul .sub-menu .list-quick ul li a {
  display: block;
  padding: 0 10px;
}
.navi > ul .sub-menu .post-preview {
  width: 100%;
  max-width: 250px;
}
.navi > ul .sub-menu .post-preview .post-image img {
  margin: 0;
  width: 100%;
}
.navi > ul .sub-menu .post-preview a {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.navi > ul .sub-menu .post-preview .post-title {
  font-size: 1.4em;
}
.navi > ul .sub-menu .post-preview .post-title a:hover {
  text-decoration: underline;
}
.navi > ul .sub-menu.full {
  right: 0;
  left: 0;
  max-width: 100%;
}
.navi > ul > li {
  display: inline-block;
  font-size: 100%;
}
.navi > ul > li > a {
  position: relative;
  display: block;
  color: #323333;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-size: 2em;
  font-weight: 300;
  padding: 25px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navi > ul > li > a::before {
  content: "";
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 23px;
  left: 15px;
  background: transparent;
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navi > ul > li.hover .sub-menu {
  display: inline-block;
}
.navi > ul > li.hover > a, .navi > ul > li.current-menu-item > a {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fb4a29;
}
.navi > ul > li.hover > a::before, .navi > ul > li.current-menu-item > a::before {
  background: #fb4a29;
  height: 2px;
}
.navi > ul .hover > li.current-menu-item > a {
  color: #999999;
  padding: 30px 15px;
}
.navi > ul .hover > li.current-menu-item > a::before {
  background: transparent;
  height: 0;
}
.navi > ul .hover > li.current-menu-item:hover > a {
  padding-top: 25px;
  padding-bottom: 35px;
  color: #fb4a29;
}
.navi > ul .hover > li.current-menu-item:hover > a::before {
  background: #fb4a29;
  height: 2px;
}

.list-promo {
  background: #E62605;
  color: white;
}
.list-promo h2 {
  font-size: 22px;
}
.list-promo p {
  font-size: 16px;
  margin-top: 6px;
}

.sub-sub-menu {
  display: none;
}

.sub-menu-clone {
  display: none;
}
.sub-menu-clone .list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*******************
** Open/Close Search Icons
*******************/
.search-icons {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  /**/
}
.search-icons i {
  font-size: 20px;
  color: #323333;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.search-icons i:hover {
  color: #fb4a29;
}
.search-icons .js_close_search {
  margin: 0;
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/*******************
** Search Form: Closed
*******************/
.navi .search-form {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 17px;
  left: auto;
  z-index: 1;
  width: 0;
  max-width: 650px;
  padding: 0;
  opacity: 0;
  margin: auto;
  height: 50px;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navi .search-form .search {
  padding: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
  color: #999999;
  border: none;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navi .search-form .search, .navi .search-form .search:focus, .navi .search-form .search:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*******************
** Search Form: Open
*******************/
.search_open .navi li.hover > .sub-menu {
  display: none;
}
.search_open .navi > ul > li > a {
  cursor: default;
  color: rgb(255, 255, 255);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 0;
  padding-right: 0;
}
.search_open .navi > ul > li > a:hover::before {
  height: 0;
  background: none;
}
.search_open .navi > ul > li.hover > a,
.search_open .navi > ul > li.current-menu-item > a, .search_open .navi:hover > ul > li.current-menu-item.hover > a {
  color: rgb(255, 255, 255);
}
.search_open .navi > ul > li.hover > a::before,
.search_open .navi > ul > li.current-menu-item > a::before, .search_open .navi:hover > ul > li.current-menu-item.hover > a::before {
  background: transparent;
  height: 0;
}
.search_open .search-icons .js_close_search {
  margin: 0 15px 0 5px;
  opacity: 1;
  width: 20px;
}
.search_open .search-form {
  padding: 0 70px 0 10px;
  width: 100%;
  opacity: 1;
  border-color: #d2d2d2;
}
.search_open .search-form .search {
  padding: 0 5px;
  font-size: 16px;
}

/*******************
** Mobile Button
*******************/
.mobile-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 100%;
  cursor: pointer;
}
.mobile-button .btn {
  padding: 12px;
  background: none;
  border: 1px solid #fb4a29;
  width: 100px;
  min-width: 0;
}
.mobile-button ul {
  width: 20px;
  padding: 0;
  margin: 0;
}
.mobile-button ul li {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #fb4a29;
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
          transform: translate3d(0, 0, 0) rotate(0);
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobile-button ul li.t {
  -webkit-animation-name: closeMenuTop;
          animation-name: closeMenuTop;
  border: none;
}
.mobile-button ul li.m {
  margin: 3px auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mobile-button ul li.b {
  -webkit-animation-name: closeMenuBot;
          animation-name: closeMenuBot;
  border: none;
}
.mobile-button span {
  font-size: 13px;
  margin-left: 8px;
  color: #fb4a29;
  vertical-align: middle;
}

#mobile-wrapper .mobile-button {
  right: 15px;
}
#mobile-wrapper .mobile-button ul li.t {
  -webkit-animation-name: openMenuTop;
          animation-name: openMenuTop;
}
#mobile-wrapper .mobile-button ul li.m {
  background: transparent;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#mobile-wrapper .mobile-button ul li.b {
  -webkit-animation-name: openMenuBot;
          animation-name: openMenuBot;
}

/*******************
** Mobile Wrapper
*******************/
#mobile-wrapper {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  padding: 68px 30px 30px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 10px;
}
@media (max-width: 782.98px) {
  #mobile-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#mobile-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 145%;
}
#mobile-wrapper .top {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #323333;
  width: 100%;
  height: 68px;
  padding-right: 130px;
}
#mobile-wrapper .top a.half {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
  float: left;
  background: #323333;
  text-align: center;
  border-right: 1px solid rgb(255, 255, 255);
}
#mobile-wrapper .top a.half .size {
  display: block;
  font-size: 1.6em;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
}
#mobile-wrapper .top a.half .size span {
  text-decoration: underline;
  vertical-align: baseline;
  font-size: 100%;
}
#mobile-wrapper .top a.half:hover {
  background: #999999;
}
#mobile-wrapper .top .btn {
  background: rgb(255, 255, 255);
}
#mobile-wrapper .top .location {
  padding: 15px;
}
#mobile-wrapper .top .location a {
  color: rgb(255, 255, 255);
  font-size: 1.6em;
}
#mobile-wrapper .top .location span {
  vertical-align: middle;
}
#mobile-wrapper .checkout {
  position: absolute;
  top: 68px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  background: #fb4a29;
  text-align: center;
  width: 100%;
}
#mobile-wrapper .checkout a {
  color: rgb(255, 255, 255);
  display: block;
  padding: 20px;
  font-size: 1.6em;
}
#mobile-wrapper .checkout a:hover {
  background: #ff7055;
}
#mobile-wrapper .bot {
  margin-top: 30px;
}
#mobile-wrapper .bot li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
#mobile-wrapper .bot a {
  display: block;
}
#mobile-wrapper .bot li li a {
  color: #323333;
}
#mobile-wrapper .bot > ul > li {
  font-size: 1.8em;
}
#mobile-wrapper .bot > ul > li > a {
  font-family: "Open Sans", "Verdana", sans-serif;
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
}
#mobile-wrapper .bot > ul > li.menu-item-has-children > a {
  padding-right: 60px;
}
#mobile-wrapper .bot > ul > li.menu-item-has-children > .drop {
  top: 6px;
}
#mobile-wrapper .bot > ul .sub-menu {
  display: none;
  background: #323333;
  padding: 0;
}
#mobile-wrapper .bot > ul .sub-menu::before, #mobile-wrapper .bot > ul .sub-menu::after {
  content: none;
}
#mobile-wrapper .bot > ul .sub-menu .container, #mobile-wrapper .bot > ul .sub-menu .row, #mobile-wrapper .bot > ul .sub-menu .row > div {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#mobile-wrapper .bot > ul .sub-menu li {
  border-bottom: 1px solid #3d3e3e;
}
#mobile-wrapper .bot > ul .sub-menu a {
  color: rgb(255, 255, 255);
  padding: 10px;
  padding-left: 20px;
  line-height: 1.75;
}
#mobile-wrapper .bot > ul .sub-menu a:hover {
  text-decoration: underline;
}
#mobile-wrapper .bot > ul .sub-menu li.menu-item-has-children > a {
  padding-right: 60px;
}
#mobile-wrapper .bot > ul .sub-menu li.menu-item-has-children ul {
  border-top: 1px solid #3d3e3e;
}
#mobile-wrapper .bot > ul .sub-menu li.menu-item-has-children ul a {
  padding-left: 40px;
}
#mobile-wrapper .bot > ul .sub-menu .list-title {
  display: none;
}
#mobile-wrapper .bot > ul .sub-menu .list-btn {
  display: none;
  border-bottom: 1px solid #3d3e3e;
}
#mobile-wrapper .bot > ul .sub-menu .list-btn .btn {
  border-radius: 0;
  text-align: left;
  padding-left: 30px;
  font-size: 100%;
}
#mobile-wrapper .bot > ul .sub-menu .list-btn .btn i {
  top: 0;
}
#mobile-wrapper .bot > ul .sub-menu .split-list > div ul {
  margin: 0 !important;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview {
  display: none;
  position: relative;
  border-bottom: 1px solid #3d3e3e;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview .post-image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100px;
  padding: 0;
  border: none;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview .post-image::before, #mobile-wrapper .bot > ul .sub-menu .post-preview .post-image::after {
  content: none;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview .post-details {
  margin: 0;
  padding-left: 100px;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview .post-title {
  padding: 15px;
}
#mobile-wrapper .bot > ul .sub-menu .post-preview .post-title p {
  font-size: 100%;
}
#mobile-wrapper .bot .quick-nav {
  margin-top: 45px;
}
#mobile-wrapper .bot .quick-nav .btn + .btn {
  margin: 5px 0 0;
}
#mobile-wrapper .bot .quick-nav .checkout {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
#mobile-wrapper .bot .search-form {
  display: block;
  position: relative;
  bottom: auto;
  opacity: 1;
  margin-top: 45px;
}
#mobile-wrapper .bot .search-form input {
  padding-right: 50px;
  padding: 15px;
  height: 50px;
  border: 1px solid #d2d2d2;
  font-size: 1.6em;
}
#mobile-wrapper .bot .search-form i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  font-size: 20px;
  color: #fb4a29;
  cursor: pointer;
  padding: 15px;
}

.open-menu html, .open-menu body, .open-menu #wrapper {
  overflow: hidden;
}
.open-menu #wrapper {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.open-menu #mobile-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*

#mobile-wrapper                                             { @include fixed(0,0,0,0); z-index: 10; width: 100%; height: auto; padding: 0 spacing() spacing(); background: $color-2; overflow: hidden; overflow-y: auto; transform: translate3d(100%,0,0); transition: all $speed ease, transform $speed*4 ease;

    .admin-bar &                                            { top: 32px;}

    .mobile-button                                          { position: relative; height: 70px; text-align: right; padding: 0; cursor: default;
        ul                                                  { width: 15px;}
        li.t                                                { transform: translate3d(0,5px,0) rotate(45deg);}
        li.m                                                { background: transparent; transition-delay: 0s;}
        li.b                                                { transform: translate3d(0,-5px,0) rotate(-45deg);}
    }

    .navi
    {
        ul                                                  { position: relative; top: 0; left: 0;
            li                                              { position: relative; float: none; display: block;}
            a                                               { display: block; @include fonts($font-1, 16px); color: $white; transition: all $speed ease;}
            a[href="#"]                                     { cursor: default;}

            ul                                              { display: none; padding: spacing(1/2);}
            ul a                                            { padding: 10px;}
        }

        $dropWidth: 70px;
        > ul > li                                           { border-bottom: 1px solid #a8304c; padding-right: $dropWidth;
            > a                                             { position: relative; @include fonts($font-2, 180%, 400); text-transform: uppercase; padding: spacing() 0 spacing(1/2)/3;}

            .drop                                           { @include absolute(0,0,auto,auto); z-index: 1; width: $dropWidth; height: 65px; cursor: pointer;
                &::before, &::after                         { content: ""; @include absolute(25px,0,0,0); margin: auto; background: $white; transition: all $speed ease;}
                &::after                                    { width: 4px; height: 16px;}
                &::before                                   { width: 16px; height: 4px;}
            }

            &.sub-open .drop::after                         { height: 0;}
        }
    }

    .quick-nav                                              { margin-top: spacing(3/2);
        .btn                                                { float: left; display: block; width: 49%; margin: 0 0 0 2%; padding: 16px 22px;}
        .btn:first-child                                    { margin: 0;}
    }

    .search-form                                            { display: block; position: relative; bottom: auto; opacity: 1; margin-top: spacing(3/2);
        input                                               { padding-right: 50px; padding: 15px;}
        i                                                   { @include absolute(0,0,0,auto); font-size: 20px; color: #000; cursor: pointer; padding: 15px;}
    }
}





*/
#breadcrumb {
  background: #f1f1f1;
  border-top: 2px solid #fb4a29;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
#breadcrumb p {
  display: block;
  margin-left: -10px;
  font-size: 1.2em;
}
#breadcrumb a, #breadcrumb span {
  padding: 0;
  vertical-align: baseline;
}
#breadcrumb a span {
  color: #fb4a29;
}
#breadcrumb p > span {
  padding: 0 10px;
}

/* 2B. Banner
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  BANNER
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#banner {
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#banner, #banner .background {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#banner [class*=container] {
  position: relative;
  z-index: 10;
}
#banner:not(.background) .post-title * {
  font-weight: bold;
  text-transform: uppercase;
}
#banner .post-image::before, #banner .post-image::after {
  content: none;
}
#banner .post-title *, #banner .post-text * {
  color: #fff;
}
#banner [class*=slant-] {
  padding: 1.5% 3.5%;
}
#banner .section {
  position: relative;
  overflow: hidden;
}
#banner .section .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 15px;
  left: auto;
  z-index: 0;
  width: 60%;
  height: auto;
}
#banner .section::before, #banner .section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 48%;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  background: rgba(0, 0, 0, 0.5);
}
#banner .section::after {
  right: 50%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262727+0,414242+100 */
  background: rgb(38, 39, 39); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(38, 39, 39)), to(rgb(65, 66, 66)));
  background: linear-gradient(to bottom, rgb(38, 39, 39) 0%, rgb(65, 66, 66) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#262727", endColorstr="#414242",GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width: 1200px) {
  #banner .section .post-preview {
    display: table;
    height: 300px;
  }
  #banner .section .post-details {
    display: table-cell;
    vertical-align: middle;
  }
  #banner .section .background {
    width: 650px;
    background-position: center right;
  }
  #banner .section::before {
    right: 620px;
  }
  #banner .section::after {
    right: 650px;
  }
}
#banner.add-line {
  margin-bottom: 60px;
}
#banner.add-line::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 180px;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  background: #fb4a29;
  content: "";
}
@media (max-width: 1023px) {
  #banner.add-line {
    margin-bottom: 30px;
  }
  #banner.add-line::after {
    height: 90px;
  }
}
.home #banner .section::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb5c3e+0,cc3c21+100 */
  background: rgb(251, 92, 62); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 92, 62)), to(rgb(204, 60, 33)));
  background: linear-gradient(to bottom, rgb(251, 92, 62) 0%, rgb(204, 60, 33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fb5c3e", endColorstr="#cc3c21",GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1024px) {
  .home #banner .section {
    padding-bottom: 90px;
  }
  .home #banner .section .post-details {
    padding: 15px 0 0;
  }
}
.home #banner .slick-dots li.slick-active button {
  background: #3e4545;
}
@media (max-width: 782px) {
  .home #banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home #banner .slick-dots li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home #banner .slick-dots li button {
    width: 100%;
  }
}
#banner.small {
  padding: 0;
  font-size: 100%;
  margin: 0;
}
#banner.small .background {
  padding: 27.4460431655% 0 0;
  width: 100%;
}
#banner.small .header {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  padding: 30px;
  background: rgba(50, 51, 51, 0.9);
  font-size: 100%;
  margin-left: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#banner.small .header * {
  color: rgb(255, 255, 255);
  text-transform: none;
}
#banner.small .slant-grey {
  font-size: 3em;
  padding: 1.5% 15px;
}
@media screen and (min-width: 1200px) {
  #banner.small .header {
    margin-left: 9em;
  }
  #banner.small .slant-grey {
    padding: 1.5% 3%;
    padding-left: 90px;
  }
}
@media screen and (max-width: 782px) {
  #banner.small .header {
    position: relative;
    top: -1px;
    display: block;
    font-size: 80%;
    background: #323333;
    padding: 15px;
    margin: 0;
  }
}
#banner.background {
  background-color: #323333;
  z-index: 6;
}
#banner.background .section {
  overflow: visible;
}
#banner.background .section::before, #banner.background .section::after {
  content: none;
}
#banner.background .background {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: -30px;
  left: auto;
  z-index: 2;
  width: 44%;
}
#banner.background .post-image .background {
  padding: 0;
  height: 100%;
  background-size: cover;
}
#banner.background .scrollDown {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 100px;
}
#banner.background .scrollDown img {
  width: 68px;
  margin: 0 auto;
  display: block;
}
#banner.background .scrollDown.button {
  bottom: 0;
}
#banner.background .scrollDown.button img {
  width: 48px;
}
@media screen and (min-width: 992px) {
  #banner.background .scrollDown.button {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}
#banner.background .scrollDown.stamp {
  bottom: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}
#banner.background .scrollDown.stamp img {
  width: auto;
}
#banner.background .post-text {
  max-width: 55%;
}
#banner.background .post-text.extend {
  max-width: 85%;
}
#banner.background .post-btns p {
  font-size: 2em;
}
#banner.background .post-btns .link {
  font-weight: 700;
}
#banner.background.noover {
  margin: auto;
}
#banner.background.noover .background {
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  #banner.background.add-spacing .background {
    right: -30px;
  }
}
@media screen and (max-width: 782px) {
  #banner.background.section {
    background-image: none !important;
  }
}
@media screen and (max-width: 1024px) {
  #banner h1, #banner .h1 {
    font-size: 4.4em;
    line-height: 0.9;
  }
  #banner .slick-dots {
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #banner.background .section {
    padding: 0;
  }
  #banner.background .background {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 50%;
  }
  #banner.background .scrollDown:not(.stamp) {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #banner.background .post-preview {
    padding-top: 0;
    padding-bottom: 0;
  }
  #banner.background .post-title {
    margin: 0 -15px;
  }
  #banner.background .post-title h1, #banner.background .post-title h2, #banner.background .post-title h3, #banner.background .post-title h4, #banner.background .post-title h5, #banner.background .post-title h6, #banner.background .post-title .h1, #banner.background .post-title .h2, #banner.background .post-title .h3, #banner.background .post-title .h4, #banner.background .post-title .h5, #banner.background .post-title .h6, #banner.background .post-title .heading {
    padding: 30px 15px 0;
  }
  #banner.background .post-title .block {
    padding: 15px;
    width: 100%;
    line-height: 1.15;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  #banner.background .post-title .block {
    font-size: 3.6em;
  }
}
@media screen and (max-width: 991px) {
  #banner.background .post-text {
    max-width: 100%;
  }
  #banner.background .post-btns {
    margin-top: 30px;
  }
  #banner.background [class*=slant-] {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 782px) {
  #banner {
    margin-bottom: 0;
  }
  #banner > .background {
    display: none;
  }
  #banner .section {
    padding: 0;
  }
  #banner .section::before {
    content: none;
  }
  #banner .section::after {
    right: 0;
    z-index: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  #banner .section .background {
    position: relative;
    z-index: 1;
    padding-top: 75%;
    left: 0;
    width: 100%;
  }
  #banner .post-preview {
    padding: 45px 0;
  }
  #banner .post-btns {
    margin-top: 30px;
  }
  #banner .slick-dots {
    top: auto;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 667px) {
  #banner.background [class*=slant-] {
    font-size: 3em;
  }
  #banner .post-preview {
    padding: 30px 0;
  }
}

/* 2C. Content
----------------------------------------
////////////////////////////////////// */
#content {
  position: relative;
  z-index: 0;
}
#content.grey-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 41%;
  background: #f1f1f1;
}

#form-modal, .form-modal {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 30px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#form-modal .form-modal-inner, .form-modal .form-modal-inner {
  position: relative;
  margin: 30px;
  max-width: 550px;
  text-align: left;
  background: #fff;
  padding: 45px;
  padding-top: 60px;
}
#form-modal .close, .form-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  padding: 0;
  color: white;
  cursor: pointer;
  background: #fb4a29;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
#form-modal hr, .form-modal hr {
  margin: 15px auto 30px;
}

.ao-form {
  font-size: 10px !important;
}
.ao-form .ao-block-wrapper {
  font-size: 1.6em;
}
.ao-form .ao-block-wrapper input.ao-form-error + span.ao-form-error-message {
  color: #f00;
  padding: 0 0 5px;
}
.ao-form label {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ao-form input, .ao-form select {
  height: 40px;
  font-size: inherit;
  border-radius: 2px;
}
.ao-form input[type=radio], .ao-form input[type=checkbox] {
  width: auto;
  height: auto;
}
.ao-form input[type=radio], .ao-form input[type=radio] + span, .ao-form input[type=checkbox], .ao-form input[type=checkbox] + span {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 4px;
}

.show-modal {
  overflow: hidden;
}
.show-modal #form-modal, .show-modal .form-modal {
  opacity: 1;
  pointer-events: auto;
}

#intro {
  text-align: center;
}
#intro .post-preview, #intro .filter {
  max-width: 800px;
  margin: 0 auto;
}
#intro .post-text p {
  color: #999999;
}
#intro .post-text a {
  color: #fff;
  text-decoration: underline;
}
#intro.hasKeyword .filter {
  max-width: 100%;
}

#industries .row > div {
  position: relative;
}
#industries .block {
  position: absolute;
  top: 90px;
  right: auto;
  bottom: auto;
  left: 4.5em;
  z-index: 1;
}
#industries .block ul {
  position: relative;
  font-size: 100%;
  padding: 0;
}
#industries .block ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 1;
  padding: 0;
}
#industries .block ul li i {
  font-size: 150%;
}
#industries .block ul li .tab-link {
  display: block;
  color: #fff;
  padding: 10px 16px;
}
#industries .block ul li .tab-link:hover {
  color: #fb4a29;
}
#industries .post-preview {
  margin-top: 120px;
  z-index: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 782px) {
  #industries .block {
    position: relative;
    top: 0;
    left: 0;
  }
  #industries .block ul li .tab-link {
    padding: 8px 12px;
  }
  #industries .post-preview {
    margin-top: 0;
  }
  #industries .post-details {
    padding: 30px;
    padding-bottom: 45px;
  }
}

#results {
  text-align: center;
}
#results .quantity {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
#results .clear_filters {
  display: inline-block;
  margin-left: 10px;
}
#results .clear_filters span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
#results .clear_filters i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 125%;
}

#contact .row {
  margin: 0;
  border-right: 1px solid #d2d2d2;
}
#contact .row > div {
  padding: 0;
}
#contact .post-preview:not(.color1) {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
#contact .post-preview.color1 {
  border-bottom: 1px solid #fb5c3e;
}
#contact .post-details {
  padding: 45px;
}
#contact .post-btns {
  margin-top: 45px;
}

#product-selector #filter-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  margin: auto;
}
#product-selector #filter-btn .btn {
  border-radius: 4px;
}
#product-selector .filters {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 25%;
  height: 100%;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-selector .filters .header {
  height: 10%;
  padding: 30px;
  border-bottom: 1px solid #d2d2d2;
}
#product-selector .filters .scroller {
  height: 90%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 30px;
}
#product-selector .filters .filter {
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #d2d2d2;
}
#product-selector .filters .filter:first-child {
  border-top: none;
}
#product-selector .filters .filter .title {
  position: relative;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8em;
  padding-right: 25px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-selector .filters .filter .title::before, #product-selector .filters .filter .title::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 3px;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 2px;
  background: #fb4a29;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-selector .filters .filter .title::after {
  top: -1px;
  right: 12px;
  width: 2px;
  height: 20px;
}
#product-selector .filters .filter .values {
  display: none;
  padding-top: 15px;
}
#product-selector .filters .filter .values .value {
  padding: 15px 0;
  line-height: 0;
}
#product-selector .filters .filter .values .value input {
  width: 0;
  height: 0;
  border: none;
  opacity: 0;
}
#product-selector .filters .filter .values .value label {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-selector .filters .filter .values .value label::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 26px;
  height: 26px;
  background: url("../images/icon-checkmark-white.png") no-repeat center #fff;
  background-size: 0 auto;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-selector .filters .filter .values .value label:hover {
  color: #fb4a29;
}
#product-selector .filters .filter .values .value input:checked + label::before {
  background-color: #fb4a29;
  border-color: #fb4a29;
  background-size: 15px auto;
}
#product-selector .filters .filter.open .title::before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
#product-selector .filters .filter.open .title::after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
@media screen and (max-width: 1400px) {
  #product-selector .filters .filter .header {
    height: 8%;
    padding: 15px;
  }
  #product-selector .filters .filter .scroller {
    height: 92%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #product-selector .filters .filter #filter-btn {
    display: table;
  }
  #product-selector .filters .filter .bot {
    border-left: 1px solid #d2d2d2;
  }
  #product-selector .filters .filter .filters {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  #product-selector .filters .filter .filters.open-filters {
    height: 100%;
  }
  #product-selector .filters .filter .results {
    padding: 0;
  }
}
#product-selector .results {
  position: relative;
  z-index: 0;
  padding-left: 25%;
}
#product-selector .results .post-image {
  border: none;
}

#product-detail {
  padding-left: 0;
  padding-right: 0;
}
#product-detail .post-image {
  position: relative;
  padding: 0 30px 0 0;
  border: none;
}
#product-detail .post-image::before, #product-detail .post-image::after {
  content: none;
}
#product-detail .post-image .background {
  background-size: auto 100%;
}
#product-detail .post-image .view-gallery {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 12px 16px;
  background: #fb4a29;
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#product-detail .post-image .view-gallery:hover {
  background: #ff7055;
}
#product-detail .post-image .view-gallery i {
  font-size: 100%;
  margin-right: 5px;
}
#product-detail .post-thumbs {
  font-size: 0;
  margin: 15px -1% 0;
}
#product-detail .post-thumbs a {
  display: inline-block;
  width: 25%;
  padding-top: 15%;
  margin: 0 1%;
}
#product-detail .post-details {
  padding-top: 60px;
}
#product-detail .post-details .post-tag {
  font-weight: 700;
}
#product-detail .post-details .post-tag + * {
  margin-top: 10px;
}
#product-detail .post-details .post-text * {
  color: #999999;
}
#product-detail .post-details * + .nav-link {
  margin-top: 30px;
}
#product-detail .nav-link {
  text-align: left;
}
#product-detail .nav-link a {
  background: none;
}
@media (min-width: 783px) {
  #product-detail .nav-link p {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    text-align: inherit;
  }
}

#benefits .left {
  border-right: 1px solid #fff;
}
#benefits .left .post-preview {
  padding: 30px;
  padding-left: 0;
}
#benefits .right {
  padding: 30px;
  padding-right: 0;
}
#benefits .right .row + .row {
  margin-top: 45px;
}
#benefits .right .post-preview {
  position: relative;
  padding: 0;
}
#benefits .right .post-preview::before {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
}
#benefits .right .post-text {
  padding-left: 30px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  #benefits .right {
    padding: 15px 0;
  }
  #benefits .right .row + .row {
    margin-top: 0;
  }
  #benefits .right .row > div {
    margin-top: 30px;
  }
}

#news-events .post-details > *, #news-events .post-details > [data-mh] > * {
  margin-top: 15px;
}
#news-events .post-icon img {
  max-height: 45px;
}
#news-events .post-sub-title {
  font-family: "Open Sans", "Verdana", sans-serif;
}

#hidden-search {
  z-index: 10;
  width: 100%;
  max-width: 800px;
}
#hidden-search input {
  width: 100%;
  height: 50px;
  font-size: 1.8em;
}

#quote-list .top {
  background: #323333;
}

#get-quote {
  text-align: center;
  max-width: 450px;
}
#get-quote .post-title {
  margin-top: 15px;
}
#get-quote label {
  color: #000;
  font-size: 1.4em;
  font-weight: 700;
}
#get-quote input {
  max-width: 150px;
  text-align: center;
  font-size: 1.6em;
}
#get-quote .btn {
  min-width: 0;
}

#resources .post-details > *:not(:first-child) {
  margin-top: 15px;
}
#resources .post-pre-title {
  font-size: 90%;
  font-weight: 900;
}
#resources .post-pre-title p {
  line-height: 1;
}

#featured-resource .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
}
#featured-resource .tag * {
  color: #fff;
}
#featured-resource .post-details {
  padding-top: 60px;
}
#featured-resource .canPlay::after {
  background-size: 105px;
}
@media (max-width: 575.98px) {
  #featured-resource .post-image {
    padding-top: 66.6666666667%;
  }
}

#request-a-quote {
  text-align: center;
}
#request-a-quote .post-icon {
  margin-bottom: 30px;
}
#request-a-quote p {
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 2.7em;
}
#request-a-quote form {
  text-align: left;
  margin-top: 60px;
}

#hidden-register .post-preview {
  max-width: 400px;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 4px solid #fb4a29;
}
#hidden-register form input, #hidden-register form label {
  text-align: left;
}

#load-more {
  display: block;
  width: 200px;
  margin: 0 auto;
}

#locations .header {
  border-bottom: 4px solid #fb4a29;
  padding-bottom: 15px;
}

#sidebar {
  position: relative;
}
#sidebar .header {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: -1px;
  margin: auto;
  background: #3d3e3e;
  padding: 10px;
  color: rgb(255, 255, 255);
}
#sidebar[class*=box] .post-preview.first {
  padding-top: 0;
}
#sidebar .box-sm .post-info, #sidebar .list-promo .post-info {
  font-size: 80%;
}
#sidebar .box-sm .post-info + *, #sidebar .list-promo .post-info + * {
  margin-top: 5px;
}
#sidebar.bordered {
  border: 1px solid #999999;
}
#sidebar .post-btns {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 782px) {
  #sidebar {
    margin-top: 30px;
    padding-top: 75px;
  }
  #sidebar .header {
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
  }
  #sidebar .post-preview {
    margin-top: 0;
  }
}

#savings-modal {
  display: none;
  padding: 30px;
}
#savings-modal table {
  text-align: left;
  margin: 30px 0;
  width: 100%;
  max-width: 600px;
  border-bottom: 2px solid #d2d2d2;
}
#savings-modal table th, #savings-modal table td {
  font-weight: 400;
  background: none;
  padding: 5px 15px;
  font-size: 1.4em;
}
#savings-modal table thead {
  border-bottom: 1px dotted #fb4a29;
}
#savings-modal table tr.highlight {
  background: #fb4a29;
}
#savings-modal table tr.highlight th, #savings-modal table tr.highlight td {
  color: #fff;
  padding: 2.5px 15px;
}

.fancybox-content.register {
  max-width: 1000px;
}

.eventCalendar #results, .eventCalendar .fc-toolbar.loading {
  display: none;
}

.large-banner-cta img {
  width: 100%;
}
.large-banner-cta .banner + .container {
  margin-top: 60px;
}
@media screen and (max-width: 782px) {
  .large-banner-cta .banner + .container {
    margin-top: 30px;
  }
}

.product-blocks .post-img img {
  width: 100%;
}
.product-blocks .post-details > .post-type:not(:first-child) {
  margin-top: -25px;
}

/*******************
** Element Spacing
*******************/
/*******************
** Section Spacing
*******************/
.section.padd-xs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section.padd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section.padd-md {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.padd-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section.padd-xl {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section.padd-nn {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1025px) {
  .section.plain.padd-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.plain.padd-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.plain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.plain.padd-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.plain.padd-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.plain.padd-xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section.plain.padd-nn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.plain.padd-xs:last-child {
    padding-bottom: 15px;
  }
  .section.plain.padd-sm:last-child {
    padding-bottom: 30px;
  }
  .section.plain:last-child {
    padding-bottom: 60px;
  }
  .section.plain.padd-md:last-child {
    padding-bottom: 90px;
  }
  .section.plain.padd-lg:last-child {
    padding-bottom: 120px;
  }
  .section.plain.padd-xl:last-child {
    padding-bottom: 150px;
  }
  .section.plain.padd-nn:last-child {
    padding-bottom: 0px;
  }
}
.section.plain + .section.plain {
  padding-top: 0;
}
.section.shaded + .section.shaded {
  padding-top: 0;
}
.section.half-wrap.no-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.section.shade-pattern-lite {
  padding-top: 0;
}
.section.padd-nn, .section.padd-nn.plain {
  padding-top: 0;
  padding-bottom: 0;
}
.section .row + .row:not(.columns) {
  margin-top: 45px;
}
.section.padd-sm .row + .row:not(.columns) {
  margin-top: 30px;
}
.section.padd-xs .row + .row:not(.columns) {
  margin-top: 15px;
}
.section.pull-up + .section {
  position: relative;
  padding-top: 0;
}
.section.pull-up.padd-xs {
  padding-bottom: 165px;
}
.section.pull-up.padd-xs + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-sm {
  padding-bottom: 180px;
}
.section.pull-up.padd-sm + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up {
  padding-bottom: 210px;
}
.section.pull-up + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-md {
  padding-bottom: 240px;
}
.section.pull-up.padd-md + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-lg {
  padding-bottom: 270px;
}
.section.pull-up.padd-lg + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-xl {
  padding-bottom: 300px;
}
.section.pull-up.padd-xl + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-nn {
  padding-bottom: 150px;
}
.section.pull-up.padd-nn + .section {
  top: -150px;
  margin-bottom: -150px;
}
.section.pull-up.padd-nn {
  padding-top: 75px;
  padding-bottom: 300px;
}
.section.pull-up.padd-nn + .section {
  top: -300px;
  margin-bottom: -300px;
}
.section.stamp-adjust {
  padding-top: 90px;
}
.section .section.plain:first-child {
  padding-top: 0;
}
.section .section.plain:last-child {
  padding-bottom: 0;
}
.section .section [class*=container] {
  padding: 0;
}
.section .columns {
  margin-top: 15px;
}
.section .columns:first-child {
  margin-top: -45px;
}
.section .columns .post-preview {
  margin-top: 45px !important;
}
.section .columns.sm, .section .columns.sm .post-preview {
  margin-top: 30px;
}
.section .columns.sm:first-child {
  margin-top: -30px;
}

/*******************
** Box Padding
*******************/
[class*=box]:not(.row):not([class*=fancybox]) {
  display: block;
}

.box {
  padding: 30px;
}
.box-sm, .list-promo {
  padding: 15px;
}
.box-md, .card {
  padding: 45px;
}
.box-lg {
  padding: 60px;
}

[class^=box] + [class^=box] {
  padding-top: 0;
}

/*******************
** Copy spacing
*******************/
.post-text h1, .post-text .h1, .wysiwyg h1, .wysiwyg .h1 {
  margin: 90px 0 30px;
}
.post-text h2, .post-text .h2, .wysiwyg h2, .wysiwyg .h2 {
  margin: 45px 0 24.999px;
}
.post-text h3, .post-text .h3, .wysiwyg h3, .wysiwyg .h3 {
  margin: 37.5px 0 15px;
}
.post-text h4, .post-text h5, .post-text h6,
.post-text .h4, .post-text .h5, .post-text .h6, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
.wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6 {
  margin: 30px 0;
}
.post-text .sub-head + h1, .post-text .sub-head + h2, .post-text .sub-head + .h1, .post-text .sub-head + .h2, .wysiwyg .sub-head + h1, .wysiwyg .sub-head + h2, .wysiwyg .sub-head + .h1, .wysiwyg .sub-head + .h2 {
  margin-top: 10px;
}
.post-text h1 + .sub-head, .post-text h2 + .sub-head, .wysiwyg h1 + .sub-head, .wysiwyg h2 + .sub-head {
  margin-top: -24px;
  margin-bottom: 30px;
}
.post-text ul, .post-text ol, .wysiwyg ul, .wysiwyg ol {
  padding: 0 5px 0 20px;
}
.post-text ul li, .post-text ol li, .wysiwyg ul li, .wysiwyg ol li {
  margin-top: 5px;
}
.post-text ul li:first-child, .post-text ol li:first-child, .wysiwyg ul li:first-child, .wysiwyg ol li:first-child {
  margin-top: 0 !important;
}
.post-text ul ul, .post-text ul ol, .post-text ol ul, .post-text ol ol, .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
  margin: 0;
  padding-left: 30px;
}
.post-text ul.no-list, .post-text ol.no-list, .wysiwyg ul.no-list, .wysiwyg ol.no-list {
  padding: 0;
  margin: 0;
}
.post-text blockquote, .wysiwyg blockquote {
  margin: 45px auto 30px;
}
.post-text img, .wysiwyg img {
  height: auto;
}
.post-text .blank img, .wysiwyg .blank img {
  max-height: 30px;
}
.post-text p, .post-text ul, .post-text ol, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin: 15px auto;
}
.post-text p + ul, .post-text p + ol, .wysiwyg p + ul, .wysiwyg p + ol {
  margin-top: -12.5px;
}
.post-text .split-list, .wysiwyg .split-list {
  margin: 15px -15px;
}
.post-text .split-list ul, .wysiwyg .split-list ul {
  padding-right: 0;
  margin: 0 auto;
}
.post-text > *:first-child, .wysiwyg > *:first-child {
  margin-top: 0;
}
.post-text > *:last-child, .wysiwyg > *:last-child {
  margin-bottom: 0;
}

/*******************
** Post Preview Spacing
*******************/
.post-preview.stack-sm > .post-details > *:not(:first-child) {
  margin-top: 15px;
}
.post-preview.stack-sm > .post-details > .post-tag + .post-title,
.post-preview.stack-sm > .post-details > .post-title-sm + .post-title,
.post-preview.stack-sm > .post-details > .post-title + .post-title-sm {
  margin-top: 6px;
}
.cta .post-preview.stack-sm > .post-details > .post-tag + .post-title,
.cta .post-preview.stack-sm > .post-details > .post-title-sm + .post-title,
.cta .post-preview.stack-sm > .post-details > .post-title + .post-title-sm {
  margin-top: 12px;
}
.post-preview.stack-sm > .post-details > * + .nav-link {
  margin-top: 5px;
}
.post-preview.stack-sm > .post-details > .post-btns, .post-preview.stack-sm > .post-details > .btns {
  margin: 5px -5px 0;
}
.post-preview.stack-sm > .post-details > .post-btns .btn, .post-preview.stack-sm > .post-details > .btns .btn {
  margin: 10px 5px 0;
}
.post-preview.stack-sm > .post-details > .post-btns:first-child, .post-preview.stack-sm > .post-details > .btns:first-child {
  margin-top: -10px;
}
.post-preview.stack-sm > .post-image + * {
  padding-top: 15px;
}
.results .post-preview.stack-sm .post-btns {
  margin: 0;
}

.post-preview > .post-details > *:not(:first-child) {
  margin-top: 30px;
}
.post-preview > .post-details > .post-tag + .post-title,
.post-preview > .post-details > .post-title-sm + .post-title,
.post-preview > .post-details > .post-title + .post-title-sm {
  margin-top: 12px;
}
.cta .post-preview > .post-details > .post-tag + .post-title,
.cta .post-preview > .post-details > .post-title-sm + .post-title,
.cta .post-preview > .post-details > .post-title + .post-title-sm {
  margin-top: 24px;
}
.post-preview > .post-details > * + .nav-link {
  margin-top: 20px;
}
.post-preview > .post-details > .post-btns, .post-preview > .post-details > .btns {
  margin: 20px -5px 0;
}
.post-preview > .post-details > .post-btns .btn, .post-preview > .post-details > .btns .btn {
  margin: 10px 5px 0;
}
.post-preview > .post-details > .post-btns:first-child, .post-preview > .post-details > .btns:first-child {
  margin-top: -10px;
}
.post-preview > .post-image + * {
  padding-top: 30px;
}
.results .post-preview .post-btns {
  margin: 0;
}

.post-preview.stack-lg > .post-details > *:not(:first-child) {
  margin-top: 45px;
}
.post-preview.stack-lg > .post-details > .post-tag + .post-title,
.post-preview.stack-lg > .post-details > .post-title-sm + .post-title,
.post-preview.stack-lg > .post-details > .post-title + .post-title-sm {
  margin-top: 18px;
}
.cta .post-preview.stack-lg > .post-details > .post-tag + .post-title,
.cta .post-preview.stack-lg > .post-details > .post-title-sm + .post-title,
.cta .post-preview.stack-lg > .post-details > .post-title + .post-title-sm {
  margin-top: 36px;
}
.post-preview.stack-lg > .post-details > * + .nav-link {
  margin-top: 35px;
}
.post-preview.stack-lg > .post-details > .post-btns, .post-preview.stack-lg > .post-details > .btns {
  margin: 35px -5px 0;
}
.post-preview.stack-lg > .post-details > .post-btns .btn, .post-preview.stack-lg > .post-details > .btns .btn {
  margin: 10px 5px 0;
}
.post-preview.stack-lg > .post-details > .post-btns:first-child, .post-preview.stack-lg > .post-details > .btns:first-child {
  margin-top: -10px;
}
.post-preview.stack-lg > .post-image + * {
  padding-top: 45px;
}
.results .post-preview.stack-lg .post-btns {
  margin: 0;
}

.post-heading {
  margin-bottom: 45px;
}

.post-features {
  margin-top: 45px;
}
.post-features .features {
  margin-top: 60px;
}
.post-features .features .heading {
  margin-bottom: 30px;
}

.search-item {
  padding: 30px 0;
}
.search-item .post-details > *, .search-item .post-details > [data-mh] > * {
  margin-top: 15px;
}
.search-item .post-details > :first-child, .search-item .post-details > [data-mh] > :first-child {
  margin-top: 0;
}
.search-item .post-details > .post-btns {
  margin-top: 30px;
}

#news-events .post-preview {
  margin-bottom: 0;
}
#news-events .post-btns {
  margin-top: 60px;
}

#load-more {
  margin-top: 90px;
}

#footer .top .post-details {
  padding: 45px;
}

.section.grid_with_cta_feature > div > .row {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .section.grid_with_cta_feature > div > .row {
    padding: 60px 30px;
  }
}

/* 2D. Footer
----------------------------------------
////////////////////////////////////// */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
#footer {
  color: #fff;
}
#footer a {
  color: inherit;
}
#footer .top .post-preview {
  background: #323333;
}
#footer .top .post-title {
  margin-bottom: 30px;
}
#footer .top .post-title * {
  color: #fff;
}
#footer .top .post-title img {
  height: 44px;
  width: auto;
  margin-right: 15px;
}
#footer .top .post-text p {
  color: #d2d2d2;
}
#footer .top .post-text a {
  font-weight: 700;
}
#footer .top .newsletter {
  text-align: center;
}
@media (min-width: 1024px) {
  #footer .top .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#footer .top .newsletter .heading {
  color: #fff;
}
#footer .top .newsletter .gform_wrapper {
  margin-left: 30px;
  max-width: 450px;
}
@media (min-width: 1024px) {
  #footer .top .newsletter .gform_wrapper {
    min-width: 400px;
  }
}
#footer .top .newsletter .gform_wrapper select, #footer .top .newsletter .gform_wrapper textarea, #footer .top .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
}
#footer .top .footer-links ul {
  margin: 0;
}
#footer .top .footer-links li {
  position: relative;
  padding: 0;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4em;
}
#footer .top .footer-links a {
  display: block;
  color: #fff;
  margin: 0 0 30px;
  text-decoration: none;
}
#footer .top .footer-links a:hover {
  text-decoration: underline;
}
#footer .top .footer-links li li {
  width: 100%;
  float: none;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  font-size: 100%;
  margin: 15px 0 0;
}
#footer .top .footer-links li li a {
  color: #d2d2d2;
  margin: 0;
}
@media (min-width: 1024px) {
  #footer .top .footer-links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .top .footer-links > ul > li {
    padding: 0 15px;
  }
}
#footer .top .footer-links .drop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #fb4a29;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .top .footer-links .drop:hover {
  background: #ff7055;
}
#footer .top .footer-links .drop::after, #footer .top .footer-links .drop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .top .footer-links .drop::after {
  width: 4px;
  height: 16px;
}
#footer .top .footer-links .drop::before {
  width: 16px;
  height: 4px;
}
#footer .top .footer-links .sub-open .drop::after {
  height: 0;
}
#footer .top .footer-links .sub-menu {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
#footer .top .footer-links .sub-menu::before, #footer .top .footer-links .sub-menu::after {
  content: none;
}
#footer .top .footer-links .sub-menu [class^=container], #footer .top .footer-links .sub-menu .row, #footer .top .footer-links .sub-menu .row > div {
  display: block;
  padding: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
#footer .top .footer-links .sub-menu .post-preview, #footer .top .footer-links .sub-menu [class^=list-] {
  display: none;
}
#footer .top .footer-links .sub-menu .list-links {
  display: block;
}
#footer .bot {
  background: #323333;
  padding: 30px 0;
}
#footer .copy {
  padding-right: 225px;
}
#footer .copy .logo {
  width: 150px;
  margin-right: 30px;
}
#footer .copy p {
  font-size: 1.4em;
}
#footer .copy a {
  text-decoration: underline;
}
#footer .social {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  height: 42px;
  margin: auto;
  font-size: 0;
}
#footer .social, #footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .social a {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .social a:first-child {
  margin: 0;
}
#footer .social a:hover {
  text-decoration: none;
  border-color: #fb4a29;
  background: #fb4a29;
}
#footer .social i {
  color: #fff;
  font-size: 20px;
}
#footer.minimal {
  background: #262727;
}
#footer.minimal .logo {
  margin-bottom: 30px;
}
#footer.minimal .phone {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: auto;
  left: auto;
}
#footer.minimal .phone i {
  font-size: 4em;
  margin-right: 15px;
}
#footer.minimal .phone a {
  color: rgb(255, 255, 255);
}
#footer.minimal .phone .large i {
  font-size: 5.5em;
}
#footer.minimal .phone .num p {
  font-weight: 300;
  margin-top: 5px;
  font-size: 1.4em;
}
@media (max-width: 1023px) {
  #footer {
    text-align: center;
  }
  #footer .top .post-preview {
    margin-bottom: 0;
  }
  #footer .top .post-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .top .post-title img {
    height: 34px;
    margin-right: 10px;
  }
  #footer .top .newsletter .heading {
    display: block;
  }
  #footer .top .newsletter .gform_wrapper {
    display: block;
    margin: 15px auto;
  }
  #footer .top .footer-links > ul {
    background: #323333;
    border: 1px solid #999999;
    border-top: none;
  }
  #footer .top .footer-links > ul .sub-menu {
    display: none;
  }
  #footer .top .footer-links li, #footer .top .footer-links li li, #footer .top .footer-links a {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footer .top .footer-links a {
    padding: 18px;
    min-height: 50px;
  }
  #footer .top .footer-links li {
    border-top: 1px solid #999999;
  }
  #footer .top .footer-links li li {
    background: #fff;
  }
  #footer .top .footer-links li li a {
    color: #323333;
  }
  #footer .top .footer-links .drop {
    display: block;
  }
  #footer .copy {
    padding-right: 0;
    height: auto;
  }
  #footer .copy, #footer .copy > div {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer .copy .logo {
    margin: 0 auto 15px;
  }
  #footer .social {
    position: relative;
    margin-top: 30px;
  }
  #footer.minimal .phone {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin-bottom: 30px;
  }
}

/* 2E. Internet Explorer
----------------------------------------
////////////////////////////////////// */
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
03 - MEDIAQUERIES
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/
/* 4A. High DPI
----------------------------------------
////////////////////////////////////// */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #wrapper {
    background-image: url("../images/bg-pattern-ruler@2x.png");
  }
  .shade-pattern-lite {
    background-image: url("../images/bg-pattern-grid-on-white@2x.png");
  }
  .shade-pattern-dark {
    background-image: url("../images/bg-pattern-grid-on-black@2x.png");
  }
  .canPlay::after {
    background-image: url("../images/icon-play-orange@2x.png");
  }
  select {
    background-image: url("../images/icon-select-orange@2x.png");
  }
}
/* 4B. Mobile Devices
----------------------------------------
////////////////////////////////////// */
.mobile #header .top, .mobile #header .navi {
  display: none;
}
.mobile #header .bot {
  padding: 15px 0;
}
.mobile #header .logo {
  position: relative;
  width: 150px;
  height: 38px;
}
.mobile .mobile-button {
  display: block;
}

/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  TABLE OF CONTENTS
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
03 - MEDIAQUERIES
3A   - High DPI
3B   - Above widths
3C   - Dektop
3D   - Tablets
3E   - Cellular
/* -------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
04 - MEDIAQUERIES
////////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
/* 4B. Above widths
----------------------------------------
////////////////////////////////////// */
@media screen and (min-width: 1901px) {
  body {
    font-size: 115%;
  }
  [class*=va-] > * {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 1400px) {
  .add-spacing {
    padding-right: 9em;
    padding-left: 9em;
  }
}
@media screen and (min-width: 1200px) {
  [class*=container] {
    padding-right: 9em;
    padding-left: 9em;
  }
  section [class*=container] [class*=container] {
    padding: 0;
  }
  section .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  section .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  section .row.split-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  section .row.split-list > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-features .post-image .background {
    right: 60px;
    width: auto;
  }
}
/* 4C. Dektop
----------------------------------------
////////////////////////////////////// */
/* 4D. Tablets
----------------------------------------
////////////////////////////////////// */
@media screen and (max-width: 1024px) {
  #header .top, #header .navi {
    display: none;
  }
  #header .bot {
    padding: 15px 0;
  }
  #header .logo {
    position: relative;
    width: 150px;
    height: 38px;
  }
  .mobile-button {
    display: block;
  }
  /*******************
  ** Section Spacing
  *******************/
  .section.padd-xs {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .section.padd-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.padd-md {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.padd-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.padd-xl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section.padd-nn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*******************
  ** Box Padding
  *******************/
  /*******************
  ** Copy spacing
  *******************/
  /*******************
  ** Post Preview Spacing
  *******************/
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .section.plain.padd-xs {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .section.plain.padd-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.plain {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.plain.padd-md {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.plain.padd-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.plain.padd-xl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section.plain.padd-nn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.plain.padd-xs:last-child {
    padding-bottom: 7.5px;
  }
  .section.plain.padd-sm:last-child {
    padding-bottom: 15px;
  }
  .section.plain:last-child {
    padding-bottom: 30px;
  }
  .section.plain.padd-md:last-child {
    padding-bottom: 45px;
  }
  .section.plain.padd-lg:last-child {
    padding-bottom: 60px;
  }
  .section.plain.padd-xl:last-child {
    padding-bottom: 75px;
  }
  .section.plain.padd-nn:last-child {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .section.plain + .section.plain {
    padding-top: 0;
  }
  .section.shaded + .section.shaded {
    padding-top: 0;
  }
  .section.half-wrap.no-gutter {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.shade-pattern-lite {
    padding-top: 0;
  }
  .section.padd-nn, .section.padd-nn.plain {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section .row + .row:not(.columns) {
    margin-top: 22.5px;
  }
  .section.padd-sm .row + .row:not(.columns) {
    margin-top: 15px;
  }
  .section.padd-xs .row + .row:not(.columns) {
    margin-top: 7.5px;
  }
  .section.pull-up + .section {
    position: relative;
    padding-top: 0;
  }
  .section.pull-up.padd-xs {
    padding-bottom: 82.5px;
  }
  .section.pull-up.padd-xs + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-sm {
    padding-bottom: 90px;
  }
  .section.pull-up.padd-sm + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up {
    padding-bottom: 105px;
  }
  .section.pull-up + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-md {
    padding-bottom: 120px;
  }
  .section.pull-up.padd-md + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-lg {
    padding-bottom: 135px;
  }
  .section.pull-up.padd-lg + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-xl {
    padding-bottom: 150px;
  }
  .section.pull-up.padd-xl + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-nn {
    padding-bottom: 75px;
  }
  .section.pull-up.padd-nn + .section {
    top: -75px;
    margin-bottom: -75px;
  }
  .section.pull-up.padd-nn {
    padding-top: 37.5px;
    padding-bottom: 150px;
  }
  .section.pull-up.padd-nn + .section {
    top: -150px;
    margin-bottom: -150px;
  }
  .section.stamp-adjust {
    padding-top: 45px;
  }
  .section .section.plain:first-child {
    padding-top: 0;
  }
  .section .section.plain:last-child {
    padding-bottom: 0;
  }
  .section .section [class*=container] {
    padding: 0;
  }
  .section .columns {
    margin-top: 15px;
  }
  .section .columns:first-child {
    margin-top: -37.5px;
  }
  .section .columns .post-preview {
    margin-top: 37.5px !important;
  }
  .section .columns.sm, .section .columns.sm .post-preview {
    margin-top: 30px;
  }
  .section .columns.sm:first-child {
    margin-top: -30px;
  }
  [class*=box]:not(.row):not([class*=fancybox]) {
    display: block;
  }
  .box {
    padding: 15px;
  }
  .box-sm, .list-promo {
    padding: 7.5px;
  }
  .box-md, .card {
    padding: 22.5px;
  }
  .box-lg {
    padding: 30px;
  }
  [class^=box] + [class^=box] {
    padding-top: 0;
  }
  .post-text h1, .post-text .h1, .wysiwyg h1, .wysiwyg .h1 {
    margin: 45px 0 15px;
  }
  .post-text h2, .post-text .h2, .wysiwyg h2, .wysiwyg .h2 {
    margin: 22.5px 0 12.4995px;
  }
  .post-text h3, .post-text .h3, .wysiwyg h3, .wysiwyg .h3 {
    margin: 18.75px 0 7.5px;
  }
  .post-text h4, .post-text h5, .post-text h6,
  .post-text .h4, .post-text .h5, .post-text .h6, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
  .wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6 {
    margin: 15px 0;
  }
  .post-text .sub-head + h1, .post-text .sub-head + h2, .post-text .sub-head + .h1, .post-text .sub-head + .h2, .wysiwyg .sub-head + h1, .wysiwyg .sub-head + h2, .wysiwyg .sub-head + .h1, .wysiwyg .sub-head + .h2 {
    margin-top: 5px;
  }
  .post-text h1 + .sub-head, .post-text h2 + .sub-head, .wysiwyg h1 + .sub-head, .wysiwyg h2 + .sub-head {
    margin-top: -12px;
    margin-bottom: 15px;
  }
  .post-text ul, .post-text ol, .wysiwyg ul, .wysiwyg ol {
    padding: 0 5px 0 20px;
  }
  .post-text ul li, .post-text ol li, .wysiwyg ul li, .wysiwyg ol li {
    margin-top: 5px;
  }
  .post-text ul li:first-child, .post-text ol li:first-child, .wysiwyg ul li:first-child, .wysiwyg ol li:first-child {
    margin-top: 0 !important;
  }
  .post-text ul ul, .post-text ul ol, .post-text ol ul, .post-text ol ol, .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
    margin: 0;
    padding-left: 30px;
  }
  .post-text ul.no-list, .post-text ol.no-list, .wysiwyg ul.no-list, .wysiwyg ol.no-list {
    padding: 0;
    margin: 0;
  }
  .post-text blockquote, .wysiwyg blockquote {
    margin: 22.5px auto 15px;
  }
  .post-text img, .wysiwyg img {
    height: auto;
  }
  .post-text .blank img, .wysiwyg .blank img {
    max-height: 30px;
  }
  .post-text p, .post-text ul, .post-text ol, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin: 7.5px auto;
  }
  .post-text p + ul, .post-text p + ol, .wysiwyg p + ul, .wysiwyg p + ol {
    margin-top: -6.25px;
  }
  .post-text .split-list, .wysiwyg .split-list {
    margin: 7.5px -15px;
  }
  .post-text .split-list ul, .wysiwyg .split-list ul {
    padding-right: 0;
    margin: 0 auto;
  }
  .post-text .split-list > div + div, .wysiwyg .split-list > div + div {
    margin-top: 15px;
  }
  .post-text > *:first-child, .wysiwyg > *:first-child {
    margin-top: 0;
  }
  .post-text > *:last-child, .wysiwyg > *:last-child {
    margin-bottom: 0;
  }
  .post-preview.stack-sm > .post-details > *:not(:first-child) {
    margin-top: 7.5px;
  }
  .post-preview.stack-sm > .post-details > .post-tag + .post-title,
  .post-preview.stack-sm > .post-details > .post-title-sm + .post-title,
  .post-preview.stack-sm > .post-details > .post-title + .post-title-sm {
    margin-top: 3px;
  }
  .cta .post-preview.stack-sm > .post-details > .post-tag + .post-title,
  .cta .post-preview.stack-sm > .post-details > .post-title-sm + .post-title,
  .cta .post-preview.stack-sm > .post-details > .post-title + .post-title-sm {
    margin-top: 6px;
  }
  .post-preview.stack-sm > .post-details > * + .nav-link {
    margin-top: -2.5px;
  }
  .post-preview.stack-sm > .post-details > .post-btns, .post-preview.stack-sm > .post-details > .btns {
    margin: 0 -5px 0;
  }
  .post-preview.stack-sm > .post-details > .post-btns .btn, .post-preview.stack-sm > .post-details > .btns .btn {
    margin: 10px 5px 0;
  }
  .post-preview.stack-sm > .post-details > .post-btns:first-child, .post-preview.stack-sm > .post-details > .btns:first-child {
    margin-top: -10px;
  }
  .post-preview.stack-sm > .post-image + * {
    padding-top: 7.5px;
  }
  .results .post-preview.stack-sm .post-btns {
    margin: 0;
  }
  .post-preview > .post-details > *:not(:first-child) {
    margin-top: 15px;
  }
  .post-preview > .post-details > .post-tag + .post-title,
  .post-preview > .post-details > .post-title-sm + .post-title,
  .post-preview > .post-details > .post-title + .post-title-sm {
    margin-top: 6px;
  }
  .cta .post-preview > .post-details > .post-tag + .post-title,
  .cta .post-preview > .post-details > .post-title-sm + .post-title,
  .cta .post-preview > .post-details > .post-title + .post-title-sm {
    margin-top: 12px;
  }
  .post-preview > .post-details > * + .nav-link {
    margin-top: 5px;
  }
  .post-preview > .post-details > .post-btns, .post-preview > .post-details > .btns {
    margin: 5px -5px 0;
  }
  .post-preview > .post-details > .post-btns .btn, .post-preview > .post-details > .btns .btn {
    margin: 10px 5px 0;
  }
  .post-preview > .post-details > .post-btns:first-child, .post-preview > .post-details > .btns:first-child {
    margin-top: -10px;
  }
  .post-preview > .post-image + * {
    padding-top: 15px;
  }
  .results .post-preview .post-btns {
    margin: 0;
  }
  .post-preview.stack-lg > .post-details > *:not(:first-child) {
    margin-top: 22.5px;
  }
  .post-preview.stack-lg > .post-details > .post-tag + .post-title,
  .post-preview.stack-lg > .post-details > .post-title-sm + .post-title,
  .post-preview.stack-lg > .post-details > .post-title + .post-title-sm {
    margin-top: 9px;
  }
  .cta .post-preview.stack-lg > .post-details > .post-tag + .post-title,
  .cta .post-preview.stack-lg > .post-details > .post-title-sm + .post-title,
  .cta .post-preview.stack-lg > .post-details > .post-title + .post-title-sm {
    margin-top: 18px;
  }
  .post-preview.stack-lg > .post-details > * + .nav-link {
    margin-top: 12.5px;
  }
  .post-preview.stack-lg > .post-details > .post-btns, .post-preview.stack-lg > .post-details > .btns {
    margin: 12.5px -5px 0;
  }
  .post-preview.stack-lg > .post-details > .post-btns .btn, .post-preview.stack-lg > .post-details > .btns .btn {
    margin: 10px 5px 0;
  }
  .post-preview.stack-lg > .post-details > .post-btns:first-child, .post-preview.stack-lg > .post-details > .btns:first-child {
    margin-top: -10px;
  }
  .post-preview.stack-lg > .post-image + * {
    padding-top: 22.5px;
  }
  .results .post-preview.stack-lg .post-btns {
    margin: 0;
  }
  .post-heading {
    margin-bottom: 22.5px;
  }
  .post-features {
    margin-top: 22.5px;
  }
  .post-features .features {
    margin-top: 30px;
  }
  .post-features .features .heading {
    margin-bottom: 15px;
  }
  .search-item {
    padding: 15px 0;
  }
  .search-item .post-details > *, .search-item .post-details > [data-mh] > * {
    margin-top: 7.5px;
  }
  .search-item .post-details > :first-child, .search-item .post-details > [data-mh] > :first-child {
    margin-top: 0;
  }
  .search-item .post-details > .post-btns {
    margin-top: 15px;
  }
  #news-events .post-preview {
    margin-bottom: 0;
  }
  #news-events .post-btns {
    margin-top: 30px;
  }
  #load-more {
    margin-top: 45px;
  }
  #footer .top .post-details {
    padding: 22.5px;
  }
  .half-wrap.no-gutter .post-details {
    padding-right: 45px;
    padding-left: 45px;
  }
  #contact .post-details {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .section.cta .columns:first-child {
    margin-top: 30px;
  }
  .row > [class*=col-lg]:not(:first-child) .columns {
    margin-top: 0;
  }
  .filter .submit-wrap .btn {
    width: 100%;
  }
  #intro.hasKeyword .filter ul {
    padding-right: 175px;
  }
  #intro.hasKeyword .filter .submit-wrap {
    right: 0;
  }
  #intro.hasKeyword .keyword {
    position: relative;
    margin-top: 45px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #intro.hasKeyword .keyword input {
    font-size: 1.6em;
  }
  #intro.hasKeyword .keyword p {
    display: none;
  }
  #intro.hasKeyword .keyword .btn {
    display: block;
  }
  .filter.third ul {
    padding-right: 0;
    margin: 0 -1%;
  }
  .filter.third ul li {
    padding: 0 1%;
  }
  .filter.third .submit-wrap {
    width: 100%;
    position: relative;
    right: auto;
  }
  .filter.third .submit-wrap, .filter.third .submit-wrap .btn {
    display: block;
  }
  #benefits .post-preview {
    margin: 0;
  }
  #benefits .left {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #benefits .left .post-preview {
    padding: 0 0 30px;
  }
  #benefits .right {
    padding: 45px 0 15px;
  }
}
@media screen and (max-width: 782px) {
  .no-gutter .post-preview {
    margin-top: 0;
  }
  h1, .h1 {
    font-size: 3.6em;
  }
  .hide-xs {
    display: none;
  }
  blockquote {
    font-size: 1.8em;
    max-width: 90%;
    padding-left: 15px;
  }
  .post-image .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section.background {
    background-image: none !important;
  }
  .btn {
    padding: 12px 15px;
  }
  .btn i {
    font-size: 1.2em;
  }
  .btn i:first-child {
    margin-right: 5px;
  }
  .btn i:last-child {
    margin-left: 5px;
  }
  form ul {
    margin: 0;
  }
  form ul li.half, form ul li.third, form ul li.quarter {
    width: 100%;
  }
  .gform_wrapper .gform_body ul.gfield_checkbox li {
    width: 50%;
  }
  #intro.hasKeyword .filter ul, .filter ul {
    padding-right: 0;
    margin: 0 -1%;
  }
  #intro.hasKeyword .filter ul li, .filter ul li {
    padding: 0 2%;
  }
  #intro.hasKeyword .filter ul li.submit-wrap, .filter ul li.submit-wrap {
    width: 100%;
    position: relative;
    right: auto;
  }
  #intro.hasKeyword .filter ul li.submit-wrap, #intro.hasKeyword .filter ul li.submit-wrap .btn, .filter ul li.submit-wrap, .filter ul li.submit-wrap .btn {
    display: block;
  }
  #intro.hasKeyword .filter ul li.submit-wrap a, .filter ul li.submit-wrap a {
    margin-top: 10px;
    padding: 5px;
  }
  #intro.hasKeyword .filter .keyword, .filter .keyword {
    margin-top: 30px;
  }
  .section, .section[class*=padd-] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.pull-up, .section[class*=padd-].pull-up {
    padding-bottom: 60px;
  }
  .section.pull-up + .section, .section[class*=padd-].pull-up + .section {
    top: -30px;
    margin-bottom: -30px;
  }
  .section.stamp-adjust, .section[class*=padd-].stamp-adjust {
    padding-top: 75px;
  }
  .section.padd-nn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.shade-pattern-lite {
    padding-top: 0;
  }
  .section.plain {
    margin-top: 0;
    margin-bottom: 0;
  }
  .half-wrap .row {
    margin: 0;
  }
  .half-wrap .row > div {
    padding: 0;
  }
  .half-wrap .left .post-image, .half-wrap .right .post-image {
    position: relative;
    left: auto;
    min-height: 0;
    right: auto;
    top: auto;
    bottom: auto;
    padding-top: 50%; /* margin-left: spacing(-1/2); margin-right: spacing(-1/2); */
  }
  .half-wrap .left .post-image.noBorder, .half-wrap .left .post-image.img, .half-wrap .right .post-image.noBorder, .half-wrap .right .post-image.img {
    padding: 0;
  }
  .half-wrap .left .post-image.square, .half-wrap .right .post-image.square {
    padding-top: 94%;
  }
  .half-wrap .left .post-preview, .half-wrap .right .post-preview {
    min-height: 0;
    margin: 0;
  }
  .half-wrap .left .slick .va-m > *, .half-wrap .right .slick .va-m > * {
    vertical-align: top;
  }
  .half-wrap .post-details {
    padding: 45px 15px;
  }
  .half-wrap:not(.no-gutter) .post-details {
    padding: 30px 15px;
  }
  .accordion .collapse-trigger {
    padding: 10px 18px;
    padding-right: 50px;
  }
  .accordion .status {
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
  }
  .accordion .status:before {
    width: 2px;
    height: 0px;
  }
  .accordion .status:after {
    height: 2px;
    width: 12px;
  }
  .accordion .collapsed .status:before {
    height: 12px;
  }
  .pp-extend .post-image {
    width: 32%;
  }
  .pp-extend .post-details {
    padding: 15px;
  }
  .pp-extend .post-image + .post-details {
    padding-left: 35%;
  }
  .carousel .arrow, .carousel .slick-arrow {
    display: none;
  }
  section .nav-link p {
    display: block;
    text-align: left;
    border: 1px solid #d2d2d2;
    border-top: none;
    font-size: 0;
  }
  section .nav-link a, section .nav-link span {
    display: block;
    background: #fff;
    border-top: 1px solid #d2d2d2;
    font-size: 16px;
  }
  #contact .post-preview {
    margin: 0;
  }
  #contact .post-preview.color1 {
    margin-right: -1px;
  }
  #contact .post-btns {
    margin-top: 30px;
  }
  .benefits .right .post-preview, .benefits .post-benefit {
    margin: 15px 0 0;
  }
  .benefits .post-benefit {
    padding-left: 30px;
  }
  .benefits .post-benefit::before {
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}
/* 4E. Cellular
----------------------------------------
////////////////////////////////////// */
@media screen and (max-width: 575px) {
  body {
    font-size: 85%;
  }
  [class*=va-] > * {
    font-size: 8.5px;
  }
  h1, .h1 {
    font-size: 3.2em;
  }
  .canPlay::after {
    background-size: 42px;
  }
  .filter ul li, .filter.third ul li {
    width: 100%;
    margin-top: 15px;
  }
  .filter ul li:first-child, .filter ul li.submit-wrap, .filter.third ul li:first-child, .filter.third ul li.submit-wrap {
    margin-top: 0;
  }
}