@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
:root {
  --font-thin: "ABCWhyte-Thin-Trial", sans-serif;
  --font-thin-italic: "ABCWhyte-ThinItalic-Trial", sans-serif;
  --font-regular: "ABCWhyte-Regular-Trial", sans-serif;
  --font-regular-italic: "ABCWhyte-RegularItalic-Trial", sans-serif;
  --font-medium: "ABCWhyte-Medium-Trial", sans-serif;
  --font-medium-italic: "ABCWhyte-MediumItalic-Trial", sans-serif;
  --font-bold: "ABCWhyte-Bold-Trial", sans-serif;
  --font-bold-italic: "ABCWhyte-BoldItalic-Trial", sans-serif;
  --font-black: "ABCWhyte-Black-Trial", sans-serif;
  --font-black-italic: "ABCWhyte-BlackItalic-Trial", sans-serif;
  --font-heavy: "ABCWhyte-Heavy-Trial", sans-serif;
  --font-heavy-italic: "ABCWhyte-HeavyItalic-Trial", sans-serif;
  --font-super: "ABCWhyte-Super-Trial", sans-serif;
  --font-super-italic: "ABCWhyte-SuperItalic-Trial", sans-serif;
  --font-book: "ABCWhyte-Book-Trial", sans-serif;
  --font-book-italic: "ABCWhyte-BookItalic-Trial", sans-serif;
  --font-light: "ABCWhyte-Light-Trial", sans-serif;
  --font-light-italic: "ABCWhyte-LightItalic-Trial", sans-serif;
  --font-extralight: "ABCWhyte-Extralight-Trial", sans-serif;
  --font-extralight-italic: "ABCWhyte-ExtralightItalic-Trial", sans-serif;
  --font-title-black-italic: "WhyteInktrap-BlackItalic", sans-serif;
  --font-title-bold: "Whyte Inktrap Bold", sans-serif;
  --font-title-bold-italic: "WhyteInktrap-BoldItalic", sans-serif;
  --font-title-heavy: "WhyteInktrap-Heavy", sans-serif;
  --font-title-heavy-italic: "WhyteInktrap-HeavyItalic", sans-serif;
  --font-title-medium: "WhyteInktrap-Medium", sans-serif;
  --black: #000000;
  --white: #ffffff;
  --black-alpha: rgba(2, 17, 27, 0.5);
  --primary: #3652F2;
  --secondary: #1e38df;
  --primary-bk: #3652F2;
  --body: #f5fbef;
  --slate: #e2e7dc;
  --purple: #c799fc;
  --orange: #fa9999;
  --green: #9bfab5;
  --gray-0: #f5fbef;
  --gray-10: #ced4d5;
  --gray-30: #395157;
  --gray-50: #08262D;
  --gray-70: #05111a;
  --success: #83fc69;
  --warning: #f9d430;
  --info: #71C9C1;
  --error: #f93909;
  --error-light: #ffbfbd;
  --draft: #ff9e27;
  --draft-alpha: rgba(177, 98, 0, .10);
  --sent: #4C3490;
  --sent-alpha: rgba(76, 52, 144, .10);
  --pending: #1B47B7;
  --pending-alpha: rgba(27, 71, 183, .10);
  --close: #0A7D54;
  --close-alpha: rgba(10, 125, 84, .10);
  --cancelled: #A80808;
  --cancelled-alpha: rgba(168, 8, 8, .10);
  --font-size-300: 18.75rem;
  --font-size-200: 12.5rem;
  --font-size-150: 9.375rem;
  --font-size-120: 7.5rem;
  --font-size-100: 6.25rem;
  --font-size-90: 5.625rem;
  --font-size-85: 5.313rem;
  --font-size-80: 5rem;
  --font-size-70: 4.375rem;
  --font-size-64: 4rem;
  --font-size-60: 3.75rem;
  --font-size-50: 3.125rem;
  --font-size-48: 3rem;
  --font-size-46: 2.875rem;
  --font-size-45: 2.813rem;
  --font-size-42: 2.625rem;
  --font-size-40: 2.5rem;
  --font-size-36: 2.25rem;
  --font-size-35: 2.188rem;
  --font-size-34: 2.125rem;
  --font-size-32: 2rem;
  --font-size-30: 1.875rem;
  --font-size-28: 1.75rem;
  --font-size-26: 1.625rem;
  --font-size-24: 1.5rem;
  --font-size-23: 1.4375rem;
  --font-size-22: 1.375rem;
  --font-size-20: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-15: 0.9375rem;
  --font-size-14: 0.875rem;
  --font-size-13: 0.8125rem;
  --font-size-12: 0.75rem;
  --font-size-11: 0.6875rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --xs: 576px;
  --sm: 768px;
  --md: 992px;
  --lg: 1200px;
  --xl: 1440px;
  --xxl: 1920px;
  --rounded-sm: 4px;
  --rounded-md: 8px;
  --rounded-lg: 14px;
  --rounded-xl: 32px;
}

/* MIXINS 
============================================= */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

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

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

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

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

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

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

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

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

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

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

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

.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

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

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c";
}

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

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

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
  content: "\e05d";
}

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

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

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

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

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

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

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

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

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

.fa-innosoft:before {
  content: "\e080";
}

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

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

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

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

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octopus-deploy:before {
  content: "\e082";
}

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

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

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

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

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

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

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

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

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

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

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

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

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

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

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

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

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

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

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731";
}

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

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

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

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

.fa-tiktok:before {
  content: "\e07b";
}

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

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

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

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

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a";
}

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

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

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

.fa-uncharted:before {
  content: "\e084";
}

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

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

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

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

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

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

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

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

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

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

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

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

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

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

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

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

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

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

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

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

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

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

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

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-solid-900.eot");
  src: url("../fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-regular-400.eot");
  src: url("../fonts/FontAwesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-brands-400.eot");
  src: url("../fonts/FontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "ABCWhyte-Black-Trial";
  src: url("../fonts/ABCWhyte-Black-Trial.eot"), url("../fonts/ABCWhyte-Black-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Black-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Black-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-BlackItalic-Trial";
  src: url("../fonts/ABCWhyte-BlackItalic-Trial.eot"), url("../fonts/ABCWhyte-BlackItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-BlackItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-BlackItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Bold-Trial";
  src: url("../fonts/ABCWhyte-Bold-Trial.eot"), url("../fonts/ABCWhyte-Bold-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Bold-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Bold-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-BoldItalic-Trial";
  src: url("../fonts/ABCWhyte-BoldItalic-Trial.eot"), url("../fonts/ABCWhyte-BoldItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-BoldItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-BoldItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Book-Trial";
  src: url("../fonts/ABCWhyte-Book-Trial.eot"), url("../fonts/ABCWhyte-Book-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Book-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Book-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-BookItalic-Trial";
  src: url("../fonts/ABCWhyte-BookItalic-Trial.eot"), url("../fonts/ABCWhyte-BookItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-BookItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-BookItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Extralight-Trial";
  src: url("../fonts/ABCWhyte-Extralight-Trial.eot"), url("../fonts/ABCWhyte-Extralight-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Extralight-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Extralight-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-ExtralightItalic-Trial";
  src: url("../fonts/ABCWhyte-ExtralightItalic-Trial.eot"), url("../fonts/ABCWhyte-ExtralightItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-ExtralightItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-ExtralightItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Heavy-Trial";
  src: url("../fonts/ABCWhyte-Heavy-Trial.eot"), url("../fonts/ABCWhyte-Heavy-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Heavy-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Heavy-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-HeavyItalic-Trial";
  src: url("../fonts/ABCWhyte-HeavyItalic-Trial.eot"), url("../fonts/ABCWhyte-HeavyItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-HeavyItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-HeavyItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Light-Trial";
  src: url("../fonts/ABCWhyte-Light-Trial.eot"), url("../fonts/ABCWhyte-Light-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Light-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Light-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-LightItalic-Trial";
  src: url("../fonts/ABCWhyte-LightItalic-Trial.eot"), url("../fonts/ABCWhyte-LightItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-LightItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-LightItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Medium-Trial";
  src: url("../fonts/ABCWhyte-Medium-Trial.eot"), url("../fonts/ABCWhyte-Medium-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Medium-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Medium-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-MediumItalic-Trial";
  src: url("../fonts/ABCWhyte-MediumItalic-Trial.eot"), url("../fonts/ABCWhyte-MediumItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-MediumItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-MediumItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Regular-Trial";
  src: url("../fonts/ABCWhyte-Regular-Trial.eot"), url("../fonts/ABCWhyte-Regular-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Regular-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Regular-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-RegularItalic-Trial";
  src: url("../fonts/ABCWhyte-RegularItalic-Trial.eot"), url("../fonts/ABCWhyte-RegularItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-RegularItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-RegularItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Super-Trial";
  src: url("../fonts/ABCWhyte-Super-Trial.eot"), url("../fonts/ABCWhyte-Super-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Super-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Super-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-SuperItalic-Trial";
  src: url("../fonts/ABCWhyte-SuperItalic-Trial.eot"), url("../fonts/ABCWhyte-SuperItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-SuperItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-SuperItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Thin-Trial";
  src: url("../fonts/ABCWhyte-Thin-Trial.eot"), url("../fonts/ABCWhyte-Thin-Trial.woff") format("woff"), url("../fonts/ABCWhyte-Thin-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-Thin-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-ThinItalic-Trial";
  src: url("../fonts/ABCWhyte-ThinItalic-Trial.eot"), url("../fonts/ABCWhyte-ThinItalic-Trial.woff") format("woff"), url("../fonts/ABCWhyte-ThinItalic-Trial.ttf") format("truetype"), url("../fonts/ABCWhyte-ThinItalic-Trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WhyteInktrap-BlackItalic";
  src: url("../fonts/WhyteInktrap-BlackItalic.eot"), url("../fonts/WhyteInktrap-BlackItalic.woff") format("woff"), url("../fonts/WhyteInktrap-BlackItalic.ttf") format("truetype"), url("../fonts/WhyteInktrap-BlackItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Whyte Inktrap Bold";
  src: url("../fonts/Whyte Inktrap Bold.eot"), url("../fonts/Whyte Inktrap Bold.woff") format("woff"), url("../fonts/Whyte Inktrap Bold.ttf") format("truetype"), url("../fonts/Whyte Inktrap Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WhyteInktrap-BoldItalic";
  src: url("../fonts/WhyteInktrap-BoldItalic.eot"), url("../fonts/WhyteInktrap-BoldItalic.woff") format("woff"), url("../fonts/WhyteInktrap-BoldItalic.ttf") format("truetype"), url("../fonts/WhyteInktrap-BoldItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WhyteInktrap-Heavy";
  src: url("../fonts/WhyteInktrap-Heavy.eot"), url("../fonts/WhyteInktrap-Heavy.woff") format("woff"), url("../fonts/WhyteInktrap-Heavy.ttf") format("truetype"), url("../fonts/WhyteInktrap-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WhyteInktrap-HeavyItalic";
  src: url("../fonts/WhyteInktrap-HeavyItalic.eot"), url("../fonts/WhyteInktrap-HeavyItalic.woff") format("woff"), url("../fonts/WhyteInktrap-HeavyItalic.ttf") format("truetype"), url("../fonts/WhyteInktrap-HeavyItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WhyteInktrap-Medium";
  src: url("../fonts/WhyteInktrap-Medium.eot"), url("../fonts/WhyteInktrap-Medium.woff") format("woff"), url("../fonts/WhyteInktrap-Medium.ttf") format("truetype"), url("../fonts/WhyteInktrap-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title-bold);
  margin: 0;
  line-height: 1.2;
  margin-block-start: 1rem;
  margin-block-end: 0px;
}

h1 {
  font-size: var(--font-size-40);
}

h2 {
  font-size: var(--font-size-30);
}

h3 {
  font-size: var(--font-size-20);
}

h4 {
  font-size: var(--font-size-18);
}

h5 {
  font-size: var(--font-size-16);
}

p {
  font-family: var(--font-regular);
  line-height: 1.5;
  font-size: var(--font-size-18);
  margin-block-end: 0px;
}

.bold {
  font-family: var(--font-bold);
}

.medium {
  font-family: var(--font-medium);
}

.underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  h1 {
    font-size: var(--font-size-50);
  }
  h2 {
    font-size: var(--font-size-40);
  }
  h3 {
    font-size: var(--font-size-30);
  }
  h4 {
    font-size: var(--font-size-20);
  }
  h5 {
    font-size: var(--font-size-18);
  }
}
.font-weight-unset {
  font-weight: unset;
}

.line-height-0 {
  line-height: 0px;
}

.line-height-1 {
  line-height: 1px;
}

.line-height-2 {
  line-height: 2px;
}

.line-height-3 {
  line-height: 3px;
}

.line-height-4 {
  line-height: 4px;
}

.line-height-5 {
  line-height: 5px;
}

.line-height-6 {
  line-height: 6px;
}

.line-height-7 {
  line-height: 7px;
}

.line-height-8 {
  line-height: 8px;
}

.line-height-9 {
  line-height: 9px;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-11 {
  line-height: 11px;
}

.line-height-12 {
  line-height: 12px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-14 {
  line-height: 14px;
}

.line-height-15 {
  line-height: 15px;
}

.line-height-16 {
  line-height: 16px;
}

.line-height-17 {
  line-height: 17px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-19 {
  line-height: 19px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-21 {
  line-height: 21px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-23 {
  line-height: 23px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-25 {
  line-height: 25px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-27 {
  line-height: 27px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-29 {
  line-height: 29px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-31 {
  line-height: 31px;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-33 {
  line-height: 33px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-36 {
  line-height: 36px;
}

.line-height-37 {
  line-height: 37px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-39 {
  line-height: 39px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-41 {
  line-height: 41px;
}

.line-height-42 {
  line-height: 42px;
}

.line-height-43 {
  line-height: 43px;
}

.line-height-44 {
  line-height: 44px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-46 {
  line-height: 46px;
}

.line-height-47 {
  line-height: 47px;
}

.line-height-48 {
  line-height: 48px;
}

.line-height-49 {
  line-height: 49px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-51 {
  line-height: 51px;
}

.line-height-52 {
  line-height: 52px;
}

.line-height-53 {
  line-height: 53px;
}

.line-height-54 {
  line-height: 54px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-56 {
  line-height: 56px;
}

.line-height-57 {
  line-height: 57px;
}

.line-height-58 {
  line-height: 58px;
}

.line-height-59 {
  line-height: 59px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-61 {
  line-height: 61px;
}

.line-height-62 {
  line-height: 62px;
}

.line-height-63 {
  line-height: 63px;
}

.line-height-64 {
  line-height: 64px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-66 {
  line-height: 66px;
}

.line-height-67 {
  line-height: 67px;
}

.line-height-68 {
  line-height: 68px;
}

.line-height-69 {
  line-height: 69px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-71 {
  line-height: 71px;
}

.line-height-72 {
  line-height: 72px;
}

.line-height-73 {
  line-height: 73px;
}

.line-height-74 {
  line-height: 74px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-76 {
  line-height: 76px;
}

.line-height-77 {
  line-height: 77px;
}

.line-height-78 {
  line-height: 78px;
}

.line-height-79 {
  line-height: 79px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-81 {
  line-height: 81px;
}

.line-height-82 {
  line-height: 82px;
}

.line-height-83 {
  line-height: 83px;
}

.line-height-84 {
  line-height: 84px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-86 {
  line-height: 86px;
}

.line-height-87 {
  line-height: 87px;
}

.line-height-88 {
  line-height: 88px;
}

.line-height-89 {
  line-height: 89px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-91 {
  line-height: 91px;
}

.line-height-92 {
  line-height: 92px;
}

.line-height-93 {
  line-height: 93px;
}

.line-height-94 {
  line-height: 94px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-96 {
  line-height: 96px;
}

.line-height-97 {
  line-height: 97px;
}

.line-height-98 {
  line-height: 98px;
}

.line-height-99 {
  line-height: 99px;
}

.line-height-100 {
  line-height: 100px;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-ul {
  text-decoration: underline !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

html, body {
  background: var(--body);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

figure {
  margin: 0px;
}

/* Accent color */
:root {
  accent-color: var(--primary);
}

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

::-moz-selection {
  background: var(--primary);
  color: var(--white) !important;
}

::selection {
  background: var(--primary);
  color: var(--white) !important;
}

::-moz-selection {
  background: var(--primary);
  color: var(--white) !important;
}

::-webkit-selection {
  background: var(--primary);
  color: var(--white) !important;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0px;
  font-family: var(--font-regular);
  margin: 0px;
  color: var(--gray-70);
  line-height: normal;
  overflow: overlay;
  background: var(--body);
  overflow-x: hidden;
}
body.purple .header__content--nav.extra .ppal-menu ul li a:after {
  background: var(--purple);
}
body.purple .customLabel,
body.purple .theaterBlock,
body.purple .theater-gallery-mini .swiper-wrapper .swiper-slide picture,
body.purple .box__footer .button:hover,
body.purple .salientSlider .salientBoxSlider .salientBoxSlider-next:hover,
body.purple .salientSlider .salientBoxSlider .salientBoxSlider-prev:hover,
body.purple .theater-gallery .theater-next:hover,
body.purple .theater-gallery .theater-prev:hover,
body.purple .filters__item .button:hover,
body.purple .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--purple);
}
body.purple .box__header--data-time,
body.purple .box__body--people,
body.purple .accordion__item:hover .accordion__item--title h4,
body.purple .filters__item input[type=search]:focus ~ label,
body.purple .filters__item .form-group.is-active label {
  color: var(--purple);
}
body.purple .filters__item input[type=search]:focus,
body.purple .filters__item .select2-container--default .select2-selection--single:focus {
  border-bottom: 1px solid var(--purple);
}
body.purple .button.border.light.info {
  color: var(--purple);
  border-color: var(--purple);
}
body.purple .button.border.light.info:hover {
  background: var(--purple);
  border-color: var(--purple);
  color: var(--gray-50);
}
body.orange .header__content--nav.extra .ppal-menu ul li a:after {
  background: var(--orange);
}
body.orange .customLabel,
body.orange .theaterBlock,
body.orange .theater-gallery-mini .swiper-wrapper .swiper-slide picture,
body.orange .box__footer .button:hover,
body.orange .salientSlider .salientBoxSlider .salientBoxSlider-next:hover,
body.orange .salientSlider .salientBoxSlider .salientBoxSlider-prev:hover,
body.orange .theater-gallery .theater-next:hover,
body.orange .theater-gallery .theater-prev:hover,
body.orange .filters__item .button:hover,
body.orange .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--orange);
}
body.orange .box__header--data-time,
body.orange .box__body--people,
body.orange .accordion__item:hover .accordion__item--title h4,
body.orange .filters__item input[type=search]:focus ~ label,
body.orange .filters__item .form-group.is-active label {
  color: var(--orange);
}
body.orange .filters__item input[type=search]:focus,
body.orange .filters__item .select2-container--default .select2-selection--single:focus {
  border-bottom: 1px solid var(--orange);
}
body.orange .button.border.light.info {
  color: var(--orange);
  border-color: var(--orange);
}
body.orange .button.border.light.info:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--gray-50);
}
body.green .header__content--nav.extra .ppal-menu ul li a:after {
  background: var(--green);
}
body.green .customLabel,
body.green .theaterBlock,
body.green .theater-gallery-mini .swiper-wrapper .swiper-slide picture,
body.green .box__footer .button:hover,
body.green .salientSlider .salientBoxSlider .salientBoxSlider-next:hover,
body.green .salientSlider .salientBoxSlider .salientBoxSlider-prev:hover,
body.green .theater-gallery .theater-next:hover,
body.green .theater-gallery .theater-prev:hover,
body.green .filters__item .button:hover,
body.green .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--green);
}
body.green .box__header--data-time,
body.green .box__body--people,
body.green .accordion__item:hover .accordion__item--title h4,
body.green .filters__item input[type=search]:focus ~ label,
body.green .filters__item .form-group.is-active label {
  color: var(--green);
}
body.green .filters__item input[type=search]:focus,
body.green .filters__item .select2-container--default .select2-selection--single:focus {
  border-bottom: 1px solid var(--green);
}
body.green .button.border.light.info {
  color: var(--green);
  border-color: var(--green);
}
body.green .button.border.light.info:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--gray-50);
}

pre {
  font-family: var(--font-regular);
}

strong {
  font-family: var(--font-medium);
}

.wrapper {
  min-height: calc(100vh - 245px);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  width: 100%;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--gray-30) !important;
  border-bottom: 0px !important;
}

img {
  max-width: 100%;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

ul,
menu {
  display: block;
  list-style-type: disc;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

a {
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: var(--primary);
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
a.regular-link {
  display: inline-block;
  position: relative;
  font-family: var(--font-medium);
  color: var(--gray-50);
}
a.regular-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gray-50);
  position: absolute;
  bottom: 0;
  left: 0;
}
a.regular-link:hover {
  text-decoration: none;
}
a.regular-link:hover:after {
  background: var(--secondary);
}

div {
  box-sizing: border-box;
}

.disabled {
  cursor: default;
  pointer-events: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.container.rInfinite, .container.lInfinite, .container.xInfinite {
  padding: 2rem 1rem;
}
.container.yInfinite {
  padding: 0 2rem;
}
.container.big-size {
  max-width: 1200px;
}
.container.medium-size {
  max-width: 850px;
}
.container.smmed-size {
  max-width: 750px;
}
.container.small-size {
  max-width: 500px;
}

@media (min-width: 992px) {
  .container {
    padding: 4rem;
  }
  .container.xInfinite {
    padding: 2rem 0;
  }
  .container.rInfinite {
    padding: 2rem 0 2rem 4rem;
  }
  .container.lInfinite {
    padding: 2rem 4rem 2rem 0;
  }
}
.content-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.content-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.content-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  min-height: 400px;
  position: relative;
  top: -60px;
  border: none;
  height: calc(100% + 60px);
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

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

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

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

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

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

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

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

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

.text-danger {
  display: block;
  width: 100%;
  color: var(--primary);
  text-align: right;
}

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

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

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

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

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

.color-black {
  color: var(--black);
}

.color-primary {
  color: var(--primary);
}

.color-white {
  color: var(--white);
}

.color-gray-50 {
  color: var(--gray-50);
}

.bg-gray-50 {
  background: var(--gray-50);
}
.bg-gray-50 .form-group input[type=text], .bg-gray-50 .form-group input[type=tel], .bg-gray-50 .form-group input[type=password], .bg-gray-50 .form-group input[type=number], .bg-gray-50 .form-group input[type=email], .bg-gray-50 .form-group input[type=date], .bg-gray-50 .form-group input[type=time], .bg-gray-50 .form-group input[type=url], .bg-gray-50 .form-group input[type=search], .bg-gray-50 .form-group select, .bg-gray-50 .form-group .select2-container, .bg-gray-50 .form-group textarea {
  color: var(--white);
}

.bg-gray-50 .card .form-group input[type=text], .bg-gray-50 .card .form-group input[type=tel], .bg-gray-50 .card .form-group input[type=password], .bg-gray-50 .card .form-group input[type=number], .bg-gray-50 .card .form-group input[type=email], .bg-gray-50 .card .form-group input[type=date], .bg-gray-50 .card .form-group input[type=time], .bg-gray-50 .card .form-group input[type=url], .bg-gray-50 .card .form-group input[type=search], .bg-gray-50 .card .form-group select, .bg-gray-50 .card .form-group .select2-container, .bg-gray-50 .card .form-group textarea {
  color: var(--gray-50);
}

.bg-gray-30 {
  background: var(--gray-30);
}
.bg-gray-30 .form-group input[type=text], .bg-gray-30 .form-group input[type=tel], .bg-gray-30 .form-group input[type=password], .bg-gray-30 .form-group input[type=number], .bg-gray-30 .form-group input[type=email], .bg-gray-30 .form-group input[type=date], .bg-gray-30 .form-group input[type=time], .bg-gray-30 .form-group input[type=url], .bg-gray-30 .form-group input[type=search], .bg-gray-30 .form-group select, .bg-gray-30 .form-group .select2-container, .bg-gray-30 .form-group textarea {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}
.bg-gray-30 .form-group.is-active label, .bg-gray-30 input[type=text]:focus ~ label, .bg-gray-30 input[type=tel]:focus ~ label, .bg-gray-30 input[type=password]:focus ~ label, .bg-gray-30 input[type=number]:focus ~ label, .bg-gray-30 input[type=email]:focus ~ label, .bg-gray-30 input[type=date]:focus ~ label, .bg-gray-30 input[type=time]:focus ~ label, .bg-gray-30 input[type=url]:focus ~ label, .bg-gray-30 input[type=search]:focus ~ label, .bg-gray-30 select:focus ~ label, .bg-gray-30 .select2-container--default .select2-selection--single:focus ~ label, .bg-gray-30 .select2-container--default .select2-selection--multiple:focus ~ label, .bg-gray-30 textarea:focus ~ label, .bg-gray-30 .regular-link {
  color: var(--white);
}

.bg-gray-10 {
  background: var(--gray-10);
}

.bg-gray-5 {
  background: var(--body);
}

.color-gray-60 {
  color: var(--gray-50);
}

.color-gray-70 {
  color: var(--gray-50);
}

.color-success {
  color: var(--success);
}

.bg-white {
  background: var(--white);
}

.bg-primary {
  background: var(--primary) !important;
}

.bg-gray-70 {
  background: var(--gray-70);
}

.bg-transparent {
  background: transparent;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

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

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.nopadding {
  padding: 0px !important;
}

.height-vh {
  min-height: calc(100vh - 60px);
}

.centered {
  display: table !important;
  margin: 0 auto;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-absolute.x {
  transform: translate(0%, -50%);
}
.center-absolute.y {
  transform: translate(-50%, 0%);
}

.center-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.hide-responsive {
  display: none !important;
}

.hidef-responsive {
  display: none !important;
}

.only-responsive {
  display: block !important;
}

.onlyf-responsive {
  display: flex !important;
}

@media (min-width: 992px) {
  .hide-responsive {
    display: block !important;
  }
  .hidef-responsive {
    display: flex !important;
  }
  .only-responsive, .onlyf-responsive {
    display: none !important;
  }
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.29;
}

.cursor-pointer {
  cursor: pointer;
}

.line-height-normal {
  line-height: normal;
}

@media (max-width: 768px) {
  .reverse-content {
    flex-flow: column-reverse;
  }
}
.singleAnchor {
  transform: translateY(-8rem);
}

.icon-escort {
  display: inline-block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  border: 1px solid var(--gray-50);
  margin-right: 0.5rem;
}
.icon-escort i {
  font-size: var(--font-size-14);
}
.icon-escort.reverse {
  border: 1px solid var(--gray-0);
}

.filterImage {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--rounded-md);
}
.filterImage img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--rounded-md);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}

.sticky-top {
  position: sticky;
  top: 120px;
}

.flipRow__item {
  margin-bottom: 2rem;
}
.flipRow__item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .flipRow__item {
    margin-bottom: 3rem;
  }
  .flipRow__item:last-child {
    margin-bottom: 0px;
  }
  .flipRow__item:nth-child(even) .row {
    flex-flow: row-reverse;
  }
  .filterImage {
    min-height: 500px;
    height: 100%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-11 {
  border-radius: 11px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-13 {
  border-radius: 13px;
}

.border-radius-14 {
  border-radius: 14px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-17 {
  border-radius: 17px;
}

.border-radius-18 {
  border-radius: 18px;
}

.border-radius-19 {
  border-radius: 19px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-21 {
  border-radius: 21px;
}

.border-radius-22 {
  border-radius: 22px;
}

.border-radius-23 {
  border-radius: 23px;
}

.border-radius-24 {
  border-radius: 24px;
}

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

.border-radius-26 {
  border-radius: 26px;
}

.border-radius-27 {
  border-radius: 27px;
}

.border-radius-28 {
  border-radius: 28px;
}

.border-radius-29 {
  border-radius: 29px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-31 {
  border-radius: 31px;
}

.border-radius-32 {
  border-radius: 32px;
}

.border-radius-33 {
  border-radius: 33px;
}

.border-radius-34 {
  border-radius: 34px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-radius-36 {
  border-radius: 36px;
}

.border-radius-37 {
  border-radius: 37px;
}

.border-radius-38 {
  border-radius: 38px;
}

.border-radius-39 {
  border-radius: 39px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-radius-41 {
  border-radius: 41px;
}

.border-radius-42 {
  border-radius: 42px;
}

.border-radius-43 {
  border-radius: 43px;
}

.border-radius-44 {
  border-radius: 44px;
}

.border-radius-45 {
  border-radius: 45px;
}

.border-radius-46 {
  border-radius: 46px;
}

.border-radius-47 {
  border-radius: 47px;
}

.border-radius-48 {
  border-radius: 48px;
}

.border-radius-49 {
  border-radius: 49px;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-51 {
  border-radius: 51px;
}

.border-radius-52 {
  border-radius: 52px;
}

.border-radius-53 {
  border-radius: 53px;
}

.border-radius-54 {
  border-radius: 54px;
}

.border-radius-55 {
  border-radius: 55px;
}

.border-radius-56 {
  border-radius: 56px;
}

.border-radius-57 {
  border-radius: 57px;
}

.border-radius-58 {
  border-radius: 58px;
}

.border-radius-59 {
  border-radius: 59px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-61 {
  border-radius: 61px;
}

.border-radius-62 {
  border-radius: 62px;
}

.border-radius-63 {
  border-radius: 63px;
}

.border-radius-64 {
  border-radius: 64px;
}

.border-radius-65 {
  border-radius: 65px;
}

.border-radius-66 {
  border-radius: 66px;
}

.border-radius-67 {
  border-radius: 67px;
}

.border-radius-68 {
  border-radius: 68px;
}

.border-radius-69 {
  border-radius: 69px;
}

.border-radius-70 {
  border-radius: 70px;
}

.border-radius-71 {
  border-radius: 71px;
}

.border-radius-72 {
  border-radius: 72px;
}

.border-radius-73 {
  border-radius: 73px;
}

.border-radius-74 {
  border-radius: 74px;
}

.border-radius-75 {
  border-radius: 75px;
}

.border-radius-76 {
  border-radius: 76px;
}

.border-radius-77 {
  border-radius: 77px;
}

.border-radius-78 {
  border-radius: 78px;
}

.border-radius-79 {
  border-radius: 79px;
}

.border-radius-80 {
  border-radius: 80px;
}

.border-radius-81 {
  border-radius: 81px;
}

.border-radius-82 {
  border-radius: 82px;
}

.border-radius-83 {
  border-radius: 83px;
}

.border-radius-84 {
  border-radius: 84px;
}

.border-radius-85 {
  border-radius: 85px;
}

.border-radius-86 {
  border-radius: 86px;
}

.border-radius-87 {
  border-radius: 87px;
}

.border-radius-88 {
  border-radius: 88px;
}

.border-radius-89 {
  border-radius: 89px;
}

.border-radius-90 {
  border-radius: 90px;
}

.border-radius-91 {
  border-radius: 91px;
}

.border-radius-92 {
  border-radius: 92px;
}

.border-radius-93 {
  border-radius: 93px;
}

.border-radius-94 {
  border-radius: 94px;
}

.border-radius-95 {
  border-radius: 95px;
}

.border-radius-96 {
  border-radius: 96px;
}

.border-radius-97 {
  border-radius: 97px;
}

.border-radius-98 {
  border-radius: 98px;
}

.border-radius-99 {
  border-radius: 99px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-0 {
  border: 0px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-0.border-berry {
  border-color: var(--primary);
}

.border-1 {
  border: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-1.border-berry {
  border-color: var(--primary);
}

.border-2 {
  border: 2px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-2.border-berry {
  border-color: var(--primary);
}

.border-3 {
  border: 3px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-3.border-berry {
  border-color: var(--primary);
}

.border-4 {
  border: 4px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-4.border-berry {
  border-color: var(--primary);
}

.border-5 {
  border: 5px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-5.border-berry {
  border-color: var(--primary);
}

.border-6 {
  border: 6px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-6.border-berry {
  border-color: var(--primary);
}

.border-7 {
  border: 7px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-7.border-berry {
  border-color: var(--primary);
}

.border-8 {
  border: 8px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-8.border-berry {
  border-color: var(--primary);
}

.border-9 {
  border: 9px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-9.border-berry {
  border-color: var(--primary);
}

.border-10 {
  border: 10px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-10.border-berry {
  border-color: var(--primary);
}

.border-11 {
  border: 11px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-11.border-berry {
  border-color: var(--primary);
}

.border-12 {
  border: 12px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-12.border-berry {
  border-color: var(--primary);
}

.border-13 {
  border: 13px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-13.border-berry {
  border-color: var(--primary);
}

.border-14 {
  border: 14px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-14.border-berry {
  border-color: var(--primary);
}

.border-15 {
  border: 15px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-15.border-berry {
  border-color: var(--primary);
}

.border-16 {
  border: 16px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-16.border-berry {
  border-color: var(--primary);
}

.border-17 {
  border: 17px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-17.border-berry {
  border-color: var(--primary);
}

.border-18 {
  border: 18px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-18.border-berry {
  border-color: var(--primary);
}

.border-19 {
  border: 19px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-19.border-berry {
  border-color: var(--primary);
}

.border-20 {
  border: 20px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-20.border-berry {
  border-color: var(--primary);
}

.border-21 {
  border: 21px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-21.border-berry {
  border-color: var(--primary);
}

.border-22 {
  border: 22px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-22.border-berry {
  border-color: var(--primary);
}

.border-23 {
  border: 23px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-23.border-berry {
  border-color: var(--primary);
}

.border-24 {
  border: 24px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-24.border-berry {
  border-color: var(--primary);
}

.border-25 {
  border: 25px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-25.border-berry {
  border-color: var(--primary);
}

.border-26 {
  border: 26px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-26.border-berry {
  border-color: var(--primary);
}

.border-27 {
  border: 27px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-27.border-berry {
  border-color: var(--primary);
}

.border-28 {
  border: 28px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-28.border-berry {
  border-color: var(--primary);
}

.border-29 {
  border: 29px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-29.border-berry {
  border-color: var(--primary);
}

.border-30 {
  border: 30px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-30.border-berry {
  border-color: var(--primary);
}

.border-31 {
  border: 31px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-31.border-berry {
  border-color: var(--primary);
}

.border-32 {
  border: 32px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-32.border-berry {
  border-color: var(--primary);
}

.border-33 {
  border: 33px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-33.border-berry {
  border-color: var(--primary);
}

.border-34 {
  border: 34px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-34.border-berry {
  border-color: var(--primary);
}

.border-35 {
  border: 35px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-35.border-berry {
  border-color: var(--primary);
}

.border-36 {
  border: 36px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-36.border-berry {
  border-color: var(--primary);
}

.border-37 {
  border: 37px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-37.border-berry {
  border-color: var(--primary);
}

.border-38 {
  border: 38px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-38.border-berry {
  border-color: var(--primary);
}

.border-39 {
  border: 39px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-39.border-berry {
  border-color: var(--primary);
}

.border-40 {
  border: 40px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-40.border-berry {
  border-color: var(--primary);
}

.border-41 {
  border: 41px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-41.border-berry {
  border-color: var(--primary);
}

.border-42 {
  border: 42px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-42.border-berry {
  border-color: var(--primary);
}

.border-43 {
  border: 43px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-43.border-berry {
  border-color: var(--primary);
}

.border-44 {
  border: 44px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-44.border-berry {
  border-color: var(--primary);
}

.border-45 {
  border: 45px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-45.border-berry {
  border-color: var(--primary);
}

.border-46 {
  border: 46px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-46.border-berry {
  border-color: var(--primary);
}

.border-47 {
  border: 47px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-47.border-berry {
  border-color: var(--primary);
}

.border-48 {
  border: 48px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-48.border-berry {
  border-color: var(--primary);
}

.border-49 {
  border: 49px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-49.border-berry {
  border-color: var(--primary);
}

.border-50 {
  border: 50px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-50.border-berry {
  border-color: var(--primary);
}

.border-51 {
  border: 51px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-51.border-berry {
  border-color: var(--primary);
}

.border-52 {
  border: 52px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-52.border-berry {
  border-color: var(--primary);
}

.border-53 {
  border: 53px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-53.border-berry {
  border-color: var(--primary);
}

.border-54 {
  border: 54px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-54.border-berry {
  border-color: var(--primary);
}

.border-55 {
  border: 55px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-55.border-berry {
  border-color: var(--primary);
}

.border-56 {
  border: 56px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-56.border-berry {
  border-color: var(--primary);
}

.border-57 {
  border: 57px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-57.border-berry {
  border-color: var(--primary);
}

.border-58 {
  border: 58px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-58.border-berry {
  border-color: var(--primary);
}

.border-59 {
  border: 59px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-59.border-berry {
  border-color: var(--primary);
}

.border-60 {
  border: 60px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-60.border-berry {
  border-color: var(--primary);
}

.border-61 {
  border: 61px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-61.border-berry {
  border-color: var(--primary);
}

.border-62 {
  border: 62px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-62.border-berry {
  border-color: var(--primary);
}

.border-63 {
  border: 63px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-63.border-berry {
  border-color: var(--primary);
}

.border-64 {
  border: 64px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-64.border-berry {
  border-color: var(--primary);
}

.border-65 {
  border: 65px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-65.border-berry {
  border-color: var(--primary);
}

.border-66 {
  border: 66px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-66.border-berry {
  border-color: var(--primary);
}

.border-67 {
  border: 67px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-67.border-berry {
  border-color: var(--primary);
}

.border-68 {
  border: 68px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-68.border-berry {
  border-color: var(--primary);
}

.border-69 {
  border: 69px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-69.border-berry {
  border-color: var(--primary);
}

.border-70 {
  border: 70px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-70.border-berry {
  border-color: var(--primary);
}

.border-71 {
  border: 71px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-71.border-berry {
  border-color: var(--primary);
}

.border-72 {
  border: 72px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-72.border-berry {
  border-color: var(--primary);
}

.border-73 {
  border: 73px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-73.border-berry {
  border-color: var(--primary);
}

.border-74 {
  border: 74px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-74.border-berry {
  border-color: var(--primary);
}

.border-75 {
  border: 75px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-75.border-berry {
  border-color: var(--primary);
}

.border-76 {
  border: 76px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-76.border-berry {
  border-color: var(--primary);
}

.border-77 {
  border: 77px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-77.border-berry {
  border-color: var(--primary);
}

.border-78 {
  border: 78px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-78.border-berry {
  border-color: var(--primary);
}

.border-79 {
  border: 79px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-79.border-berry {
  border-color: var(--primary);
}

.border-80 {
  border: 80px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-80.border-berry {
  border-color: var(--primary);
}

.border-81 {
  border: 81px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-81.border-berry {
  border-color: var(--primary);
}

.border-82 {
  border: 82px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-82.border-berry {
  border-color: var(--primary);
}

.border-83 {
  border: 83px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-83.border-berry {
  border-color: var(--primary);
}

.border-84 {
  border: 84px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-84.border-berry {
  border-color: var(--primary);
}

.border-85 {
  border: 85px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-85.border-berry {
  border-color: var(--primary);
}

.border-86 {
  border: 86px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-86.border-berry {
  border-color: var(--primary);
}

.border-87 {
  border: 87px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-87.border-berry {
  border-color: var(--primary);
}

.border-88 {
  border: 88px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-88.border-berry {
  border-color: var(--primary);
}

.border-89 {
  border: 89px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-89.border-berry {
  border-color: var(--primary);
}

.border-90 {
  border: 90px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-90.border-berry {
  border-color: var(--primary);
}

.border-91 {
  border: 91px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-91.border-berry {
  border-color: var(--primary);
}

.border-92 {
  border: 92px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-92.border-berry {
  border-color: var(--primary);
}

.border-93 {
  border: 93px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-93.border-berry {
  border-color: var(--primary);
}

.border-94 {
  border: 94px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-94.border-berry {
  border-color: var(--primary);
}

.border-95 {
  border: 95px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-95.border-berry {
  border-color: var(--primary);
}

.border-96 {
  border: 96px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-96.border-berry {
  border-color: var(--primary);
}

.border-97 {
  border: 97px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-97.border-berry {
  border-color: var(--primary);
}

.border-98 {
  border: 98px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-98.border-berry {
  border-color: var(--primary);
}

.border-99 {
  border: 99px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-99.border-berry {
  border-color: var(--primary);
}

.border-100 {
  border: 100px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.border-100.border-berry {
  border-color: var(--primary);
}

.button {
  display: inline-block;
  padding: 0px 2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 0px;
  font-size: var(--font-size-14);
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  color: var(--gray-0);
  background: var(--gray-50);
  font-family: var(--font-regular);
  border-radius: var(--rounded-sm);
}
.button i {
  margin-right: 0.5rem;
}
.button.big {
  height: 60px;
  line-height: 60px;
}
.button.small {
  height: 32px;
  line-height: 32px;
  padding: 0px 1rem;
  text-transform: none;
  font-size: var(--font-size-15);
}
.button.no-rounded {
  border-radius: 0px;
}
.button.rounded {
  border-radius: var(--rounded-xl);
}
.button.white {
  background: var(--gray-0);
  color: var(--gray-50);
}
.button.white:hover {
  color: var(--gray-0);
}
.button.border {
  border-color: var(--gray-50);
  color: var(--gray-50);
  border: 1px solid;
  background: transparent;
}
.button.border.light {
  color: var(--gray-0);
  border-color: var(--gray-0);
}
.button.border.light:hover, .button.border.light.is-active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--gray-0);
}
.button.border:hover, .button.border.is-active {
  background: var(--gray-50);
  border: 1px solid var(--gray-50);
  text-decoration: none;
  color: var(--gray-0);
}
.button.button-center {
  display: table;
  margin: 0 auto;
}
.button:hover, .button.is-active {
  background: var(--primary);
  color: var(--gray-0);
  text-decoration: none;
}
.button.reverse {
  background: var(--primary);
  color: var(--gray-0);
}
.button.reverse:hover {
  background: var(--secondary);
}
.button[disabled], .button.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.button svg {
  fill: var(--white);
}

.custom-checkbox {
  display: block;
  cursor: pointer;
  font-size: var(--font-size-14);
}
.custom-checkbox > input[type=checkbox] {
  display: none;
}
.custom-checkbox > input[type=checkbox] + span {
  display: flex;
  align-items: flex-end;
}
.custom-checkbox > input[type=checkbox] + span:before {
  font-family: "rotj";
  content: "\e90c";
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  width: 1em;
  color: var(--secondary);
  font-size: var(--font-size-18);
}
.custom-checkbox > input[type=checkbox]:checked + span:before {
  content: "\e90b";
}
.custom-checkbox > input[type=checkbox]:disabled + span {
  color: #999;
}
.custom-checkbox > input[type=checkbox]:disabled + span:before {
  content: "\f0c8";
  color: #999;
}

[data-title] {
  position: relative;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 3px 6px;
  border-radius: var(--rounded);
  background: var(--gray-10);
  color: var(--white);
  font-size: var(--font-size-12);
  line-height: normal;
  white-space: nowrap;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}

.divider-0 {
  padding-top: 0px !important;
  width: 100%;
}

.divider-1 {
  padding-top: 1px !important;
  width: 100%;
}

.divider-2 {
  padding-top: 2px !important;
  width: 100%;
}

.divider-3 {
  padding-top: 3px !important;
  width: 100%;
}

.divider-4 {
  padding-top: 4px !important;
  width: 100%;
}

.divider-5 {
  padding-top: 5px !important;
  width: 100%;
}

.divider-6 {
  padding-top: 6px !important;
  width: 100%;
}

.divider-7 {
  padding-top: 7px !important;
  width: 100%;
}

.divider-8 {
  padding-top: 8px !important;
  width: 100%;
}

.divider-9 {
  padding-top: 9px !important;
  width: 100%;
}

.divider-10 {
  padding-top: 10px !important;
  width: 100%;
}

.divider-11 {
  padding-top: 11px !important;
  width: 100%;
}

.divider-12 {
  padding-top: 12px !important;
  width: 100%;
}

.divider-13 {
  padding-top: 13px !important;
  width: 100%;
}

.divider-14 {
  padding-top: 14px !important;
  width: 100%;
}

.divider-15 {
  padding-top: 15px !important;
  width: 100%;
}

.divider-16 {
  padding-top: 16px !important;
  width: 100%;
}

.divider-17 {
  padding-top: 17px !important;
  width: 100%;
}

.divider-18 {
  padding-top: 18px !important;
  width: 100%;
}

.divider-19 {
  padding-top: 19px !important;
  width: 100%;
}

.divider-20 {
  padding-top: 20px !important;
  width: 100%;
}

.divider-21 {
  padding-top: 21px !important;
  width: 100%;
}

.divider-22 {
  padding-top: 22px !important;
  width: 100%;
}

.divider-23 {
  padding-top: 23px !important;
  width: 100%;
}

.divider-24 {
  padding-top: 24px !important;
  width: 100%;
}

.divider-25 {
  padding-top: 25px !important;
  width: 100%;
}

.divider-26 {
  padding-top: 26px !important;
  width: 100%;
}

.divider-27 {
  padding-top: 27px !important;
  width: 100%;
}

.divider-28 {
  padding-top: 28px !important;
  width: 100%;
}

.divider-29 {
  padding-top: 29px !important;
  width: 100%;
}

.divider-30 {
  padding-top: 30px !important;
  width: 100%;
}

.divider-31 {
  padding-top: 31px !important;
  width: 100%;
}

.divider-32 {
  padding-top: 32px !important;
  width: 100%;
}

.divider-33 {
  padding-top: 33px !important;
  width: 100%;
}

.divider-34 {
  padding-top: 34px !important;
  width: 100%;
}

.divider-35 {
  padding-top: 35px !important;
  width: 100%;
}

.divider-36 {
  padding-top: 36px !important;
  width: 100%;
}

.divider-37 {
  padding-top: 37px !important;
  width: 100%;
}

.divider-38 {
  padding-top: 38px !important;
  width: 100%;
}

.divider-39 {
  padding-top: 39px !important;
  width: 100%;
}

.divider-40 {
  padding-top: 40px !important;
  width: 100%;
}

.divider-41 {
  padding-top: 41px !important;
  width: 100%;
}

.divider-42 {
  padding-top: 42px !important;
  width: 100%;
}

.divider-43 {
  padding-top: 43px !important;
  width: 100%;
}

.divider-44 {
  padding-top: 44px !important;
  width: 100%;
}

.divider-45 {
  padding-top: 45px !important;
  width: 100%;
}

.divider-46 {
  padding-top: 46px !important;
  width: 100%;
}

.divider-47 {
  padding-top: 47px !important;
  width: 100%;
}

.divider-48 {
  padding-top: 48px !important;
  width: 100%;
}

.divider-49 {
  padding-top: 49px !important;
  width: 100%;
}

.divider-50 {
  padding-top: 50px !important;
  width: 100%;
}

.divider-51 {
  padding-top: 51px !important;
  width: 100%;
}

.divider-52 {
  padding-top: 52px !important;
  width: 100%;
}

.divider-53 {
  padding-top: 53px !important;
  width: 100%;
}

.divider-54 {
  padding-top: 54px !important;
  width: 100%;
}

.divider-55 {
  padding-top: 55px !important;
  width: 100%;
}

.divider-56 {
  padding-top: 56px !important;
  width: 100%;
}

.divider-57 {
  padding-top: 57px !important;
  width: 100%;
}

.divider-58 {
  padding-top: 58px !important;
  width: 100%;
}

.divider-59 {
  padding-top: 59px !important;
  width: 100%;
}

.divider-60 {
  padding-top: 60px !important;
  width: 100%;
}

.divider-61 {
  padding-top: 61px !important;
  width: 100%;
}

.divider-62 {
  padding-top: 62px !important;
  width: 100%;
}

.divider-63 {
  padding-top: 63px !important;
  width: 100%;
}

.divider-64 {
  padding-top: 64px !important;
  width: 100%;
}

.divider-65 {
  padding-top: 65px !important;
  width: 100%;
}

.divider-66 {
  padding-top: 66px !important;
  width: 100%;
}

.divider-67 {
  padding-top: 67px !important;
  width: 100%;
}

.divider-68 {
  padding-top: 68px !important;
  width: 100%;
}

.divider-69 {
  padding-top: 69px !important;
  width: 100%;
}

.divider-70 {
  padding-top: 70px !important;
  width: 100%;
}

.divider-71 {
  padding-top: 71px !important;
  width: 100%;
}

.divider-72 {
  padding-top: 72px !important;
  width: 100%;
}

.divider-73 {
  padding-top: 73px !important;
  width: 100%;
}

.divider-74 {
  padding-top: 74px !important;
  width: 100%;
}

.divider-75 {
  padding-top: 75px !important;
  width: 100%;
}

.divider-76 {
  padding-top: 76px !important;
  width: 100%;
}

.divider-77 {
  padding-top: 77px !important;
  width: 100%;
}

.divider-78 {
  padding-top: 78px !important;
  width: 100%;
}

.divider-79 {
  padding-top: 79px !important;
  width: 100%;
}

.divider-80 {
  padding-top: 80px !important;
  width: 100%;
}

.divider-81 {
  padding-top: 81px !important;
  width: 100%;
}

.divider-82 {
  padding-top: 82px !important;
  width: 100%;
}

.divider-83 {
  padding-top: 83px !important;
  width: 100%;
}

.divider-84 {
  padding-top: 84px !important;
  width: 100%;
}

.divider-85 {
  padding-top: 85px !important;
  width: 100%;
}

.divider-86 {
  padding-top: 86px !important;
  width: 100%;
}

.divider-87 {
  padding-top: 87px !important;
  width: 100%;
}

.divider-88 {
  padding-top: 88px !important;
  width: 100%;
}

.divider-89 {
  padding-top: 89px !important;
  width: 100%;
}

.divider-90 {
  padding-top: 90px !important;
  width: 100%;
}

.divider-91 {
  padding-top: 91px !important;
  width: 100%;
}

.divider-92 {
  padding-top: 92px !important;
  width: 100%;
}

.divider-93 {
  padding-top: 93px !important;
  width: 100%;
}

.divider-94 {
  padding-top: 94px !important;
  width: 100%;
}

.divider-95 {
  padding-top: 95px !important;
  width: 100%;
}

.divider-96 {
  padding-top: 96px !important;
  width: 100%;
}

.divider-97 {
  padding-top: 97px !important;
  width: 100%;
}

.divider-98 {
  padding-top: 98px !important;
  width: 100%;
}

.divider-99 {
  padding-top: 99px !important;
  width: 100%;
}

.divider-100 {
  padding-top: 100px !important;
  width: 100%;
}

.divider-101 {
  padding-top: 101px !important;
  width: 100%;
}

.divider-102 {
  padding-top: 102px !important;
  width: 100%;
}

.divider-103 {
  padding-top: 103px !important;
  width: 100%;
}

.divider-104 {
  padding-top: 104px !important;
  width: 100%;
}

.divider-105 {
  padding-top: 105px !important;
  width: 100%;
}

.divider-106 {
  padding-top: 106px !important;
  width: 100%;
}

.divider-107 {
  padding-top: 107px !important;
  width: 100%;
}

.divider-108 {
  padding-top: 108px !important;
  width: 100%;
}

.divider-109 {
  padding-top: 109px !important;
  width: 100%;
}

.divider-110 {
  padding-top: 110px !important;
  width: 100%;
}

.divider-111 {
  padding-top: 111px !important;
  width: 100%;
}

.divider-112 {
  padding-top: 112px !important;
  width: 100%;
}

.divider-113 {
  padding-top: 113px !important;
  width: 100%;
}

.divider-114 {
  padding-top: 114px !important;
  width: 100%;
}

.divider-115 {
  padding-top: 115px !important;
  width: 100%;
}

.divider-116 {
  padding-top: 116px !important;
  width: 100%;
}

.divider-117 {
  padding-top: 117px !important;
  width: 100%;
}

.divider-118 {
  padding-top: 118px !important;
  width: 100%;
}

.divider-119 {
  padding-top: 119px !important;
  width: 100%;
}

.divider-120 {
  padding-top: 120px !important;
  width: 100%;
}

.divider-121 {
  padding-top: 121px !important;
  width: 100%;
}

.divider-122 {
  padding-top: 122px !important;
  width: 100%;
}

.divider-123 {
  padding-top: 123px !important;
  width: 100%;
}

.divider-124 {
  padding-top: 124px !important;
  width: 100%;
}

.divider-125 {
  padding-top: 125px !important;
  width: 100%;
}

.divider-126 {
  padding-top: 126px !important;
  width: 100%;
}

.divider-127 {
  padding-top: 127px !important;
  width: 100%;
}

.divider-128 {
  padding-top: 128px !important;
  width: 100%;
}

.divider-129 {
  padding-top: 129px !important;
  width: 100%;
}

.divider-130 {
  padding-top: 130px !important;
  width: 100%;
}

.divider-131 {
  padding-top: 131px !important;
  width: 100%;
}

.divider-132 {
  padding-top: 132px !important;
  width: 100%;
}

.divider-133 {
  padding-top: 133px !important;
  width: 100%;
}

.divider-134 {
  padding-top: 134px !important;
  width: 100%;
}

.divider-135 {
  padding-top: 135px !important;
  width: 100%;
}

.divider-136 {
  padding-top: 136px !important;
  width: 100%;
}

.divider-137 {
  padding-top: 137px !important;
  width: 100%;
}

.divider-138 {
  padding-top: 138px !important;
  width: 100%;
}

.divider-139 {
  padding-top: 139px !important;
  width: 100%;
}

.divider-140 {
  padding-top: 140px !important;
  width: 100%;
}

.divider-141 {
  padding-top: 141px !important;
  width: 100%;
}

.divider-142 {
  padding-top: 142px !important;
  width: 100%;
}

.divider-143 {
  padding-top: 143px !important;
  width: 100%;
}

.divider-144 {
  padding-top: 144px !important;
  width: 100%;
}

.divider-145 {
  padding-top: 145px !important;
  width: 100%;
}

.divider-146 {
  padding-top: 146px !important;
  width: 100%;
}

.divider-147 {
  padding-top: 147px !important;
  width: 100%;
}

.divider-148 {
  padding-top: 148px !important;
  width: 100%;
}

.divider-149 {
  padding-top: 149px !important;
  width: 100%;
}

.divider-150 {
  padding-top: 150px !important;
  width: 100%;
}

.divider-151 {
  padding-top: 151px !important;
  width: 100%;
}

.divider-152 {
  padding-top: 152px !important;
  width: 100%;
}

.divider-153 {
  padding-top: 153px !important;
  width: 100%;
}

.divider-154 {
  padding-top: 154px !important;
  width: 100%;
}

.divider-155 {
  padding-top: 155px !important;
  width: 100%;
}

.divider-156 {
  padding-top: 156px !important;
  width: 100%;
}

.divider-157 {
  padding-top: 157px !important;
  width: 100%;
}

.divider-158 {
  padding-top: 158px !important;
  width: 100%;
}

.divider-159 {
  padding-top: 159px !important;
  width: 100%;
}

.divider-160 {
  padding-top: 160px !important;
  width: 100%;
}

.divider-161 {
  padding-top: 161px !important;
  width: 100%;
}

.divider-162 {
  padding-top: 162px !important;
  width: 100%;
}

.divider-163 {
  padding-top: 163px !important;
  width: 100%;
}

.divider-164 {
  padding-top: 164px !important;
  width: 100%;
}

.divider-165 {
  padding-top: 165px !important;
  width: 100%;
}

.divider-166 {
  padding-top: 166px !important;
  width: 100%;
}

.divider-167 {
  padding-top: 167px !important;
  width: 100%;
}

.divider-168 {
  padding-top: 168px !important;
  width: 100%;
}

.divider-169 {
  padding-top: 169px !important;
  width: 100%;
}

.divider-170 {
  padding-top: 170px !important;
  width: 100%;
}

.divider-171 {
  padding-top: 171px !important;
  width: 100%;
}

.divider-172 {
  padding-top: 172px !important;
  width: 100%;
}

.divider-173 {
  padding-top: 173px !important;
  width: 100%;
}

.divider-174 {
  padding-top: 174px !important;
  width: 100%;
}

.divider-175 {
  padding-top: 175px !important;
  width: 100%;
}

.divider-176 {
  padding-top: 176px !important;
  width: 100%;
}

.divider-177 {
  padding-top: 177px !important;
  width: 100%;
}

.divider-178 {
  padding-top: 178px !important;
  width: 100%;
}

.divider-179 {
  padding-top: 179px !important;
  width: 100%;
}

.divider-180 {
  padding-top: 180px !important;
  width: 100%;
}

.divider-181 {
  padding-top: 181px !important;
  width: 100%;
}

.divider-182 {
  padding-top: 182px !important;
  width: 100%;
}

.divider-183 {
  padding-top: 183px !important;
  width: 100%;
}

.divider-184 {
  padding-top: 184px !important;
  width: 100%;
}

.divider-185 {
  padding-top: 185px !important;
  width: 100%;
}

.divider-186 {
  padding-top: 186px !important;
  width: 100%;
}

.divider-187 {
  padding-top: 187px !important;
  width: 100%;
}

.divider-188 {
  padding-top: 188px !important;
  width: 100%;
}

.divider-189 {
  padding-top: 189px !important;
  width: 100%;
}

.divider-190 {
  padding-top: 190px !important;
  width: 100%;
}

.divider-191 {
  padding-top: 191px !important;
  width: 100%;
}

.divider-192 {
  padding-top: 192px !important;
  width: 100%;
}

.divider-193 {
  padding-top: 193px !important;
  width: 100%;
}

.divider-194 {
  padding-top: 194px !important;
  width: 100%;
}

.divider-195 {
  padding-top: 195px !important;
  width: 100%;
}

.divider-196 {
  padding-top: 196px !important;
  width: 100%;
}

.divider-197 {
  padding-top: 197px !important;
  width: 100%;
}

.divider-198 {
  padding-top: 198px !important;
  width: 100%;
}

.divider-199 {
  padding-top: 199px !important;
  width: 100%;
}

.divider-200 {
  padding-top: 200px !important;
  width: 100%;
}

.divider-common {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .divider-common {
    padding-top: 100px;
  }
}
/* FLEX
============================================= */
.d-flex {
  display: flex;
}
.d-flex.flex-row {
  flex-direction: row;
}
.d-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.d-flex.flex-column {
  flex-direction: column;
}
.d-flex.flex-column-reverse {
  flex-direction: column-reverse;
}

.d-flex {
  display: flex;
}
.d-flex.flex-rowrap {
  flex-flow: row wrap;
}
.d-flex.flex-rowrap.right {
  justify-content: flex-end;
}
.d-flex.flex-rowrap.right button {
  margin: 0 0 0 1rem;
}
.d-flex.flex-rowrap.center {
  justify-content: center;
}
.d-flex.flex-rowrap.center button {
  margin: 0 0.5rem 0 0.5rem;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.align-content-auto {
  align-self: auto;
}

.align-content-start {
  align-self: flex-start;
}

.align-content-end {
  align-self: flex-end;
}

.align-content-center {
  align-self: center;
}

.align-content-baseline {
  align-self: baseline;
}

.align-content-stretch {
  align-self: stretch;
}

.flex-float {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
}
.flex-float__item {
  margin: 8px;
}

.gap-0 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.flex-1 {
  width: 100%;
}

.flex-2 {
  width: 100%;
}

.flex-3 {
  width: 100%;
}

.flex-4 {
  width: 100%;
}

.flex-5 {
  width: 100%;
}

.flex-6 {
  width: 100%;
}

.flex-7 {
  width: 100%;
}

.flex-8 {
  width: 100%;
}

.flex-9 {
  width: 100%;
}

.flex-10 {
  width: 100%;
}

.flex-11 {
  width: 100%;
}

.flex-12 {
  width: 100%;
}

@media (min-width: 970px) {
  .flex-1 {
    width: calc(8.3333333333% - 16px);
  }
  .flex-2 {
    width: calc(16.6666666667% - 16px);
  }
  .flex-3 {
    width: calc(25% - 16px);
  }
  .flex-4 {
    width: calc(33.3333333333% - 16px);
  }
  .flex-5 {
    width: calc(41.6666666667% - 16px);
  }
  .flex-6 {
    width: calc(50% - 16px);
  }
  .flex-7 {
    width: calc(58.3333333333% - 16px);
  }
  .flex-8 {
    width: calc(66.6666666667% - 16px);
  }
  .flex-9 {
    width: calc(75% - 16px);
  }
  .flex-10 {
    width: calc(83.3333333333% - 16px);
  }
  .flex-11 {
    width: calc(91.6666666667% - 16px);
  }
  .flex-12 {
    width: calc(100% - 16px);
  }
}
.flex-12 {
  width: 100%;
}

.font-size-0 {
  font-size: 0rem !important;
}

.font-size-1 {
  font-size: 0.0625rem !important;
}

.font-size-2 {
  font-size: 0.125rem !important;
}

.font-size-3 {
  font-size: 0.1875rem !important;
}

.font-size-4 {
  font-size: 0.25rem !important;
}

.font-size-5 {
  font-size: 0.3125rem !important;
}

.font-size-6 {
  font-size: 0.375rem !important;
}

.font-size-7 {
  font-size: 0.4375rem !important;
}

.font-size-8 {
  font-size: 0.5rem !important;
}

.font-size-9 {
  font-size: 0.5625rem !important;
}

.font-size-10 {
  font-size: 0.625rem !important;
}

.font-size-11 {
  font-size: 0.6875rem !important;
}

.font-size-12 {
  font-size: 0.75rem !important;
}

.font-size-13 {
  font-size: 0.8125rem !important;
}

.font-size-14 {
  font-size: 0.875rem !important;
}

.font-size-15 {
  font-size: 0.9375rem !important;
}

.font-size-16 {
  font-size: 1rem !important;
}

.font-size-17 {
  font-size: 1.0625rem !important;
}

.font-size-18 {
  font-size: 1.125rem !important;
}

.font-size-19 {
  font-size: 1.1875rem !important;
}

.font-size-20 {
  font-size: 1.25rem !important;
}

.font-size-21 {
  font-size: 1.3125rem !important;
}

.font-size-22 {
  font-size: 1.375rem !important;
}

.font-size-23 {
  font-size: 1.4375rem !important;
}

.font-size-24 {
  font-size: 1.5rem !important;
}

.font-size-25 {
  font-size: 1.5625rem !important;
}

.font-size-26 {
  font-size: 1.625rem !important;
}

.font-size-27 {
  font-size: 1.6875rem !important;
}

.font-size-28 {
  font-size: 1.75rem !important;
}

.font-size-29 {
  font-size: 1.8125rem !important;
}

.font-size-30 {
  font-size: 1.875rem !important;
}

.font-size-31 {
  font-size: 1.9375rem !important;
}

.font-size-32 {
  font-size: 2rem !important;
}

.font-size-33 {
  font-size: 2.0625rem !important;
}

.font-size-34 {
  font-size: 2.125rem !important;
}

.font-size-35 {
  font-size: 2.1875rem !important;
}

.font-size-36 {
  font-size: 2.25rem !important;
}

.font-size-37 {
  font-size: 2.3125rem !important;
}

.font-size-38 {
  font-size: 2.375rem !important;
}

.font-size-39 {
  font-size: 2.4375rem !important;
}

.font-size-40 {
  font-size: 2.5rem !important;
}

.font-size-41 {
  font-size: 2.5625rem !important;
}

.font-size-42 {
  font-size: 2.625rem !important;
}

.font-size-43 {
  font-size: 2.6875rem !important;
}

.font-size-44 {
  font-size: 2.75rem !important;
}

.font-size-45 {
  font-size: 2.8125rem !important;
}

.font-size-46 {
  font-size: 2.875rem !important;
}

.font-size-47 {
  font-size: 2.9375rem !important;
}

.font-size-48 {
  font-size: 3rem !important;
}

.font-size-49 {
  font-size: 3.0625rem !important;
}

.font-size-50 {
  font-size: 3.125rem !important;
}

.font-size-51 {
  font-size: 3.1875rem !important;
}

.font-size-52 {
  font-size: 3.25rem !important;
}

.font-size-53 {
  font-size: 3.3125rem !important;
}

.font-size-54 {
  font-size: 3.375rem !important;
}

.font-size-55 {
  font-size: 3.4375rem !important;
}

.font-size-56 {
  font-size: 3.5rem !important;
}

.font-size-57 {
  font-size: 3.5625rem !important;
}

.font-size-58 {
  font-size: 3.625rem !important;
}

.font-size-59 {
  font-size: 3.6875rem !important;
}

.font-size-60 {
  font-size: 3.75rem !important;
}

.font-size-61 {
  font-size: 3.8125rem !important;
}

.font-size-62 {
  font-size: 3.875rem !important;
}

.font-size-63 {
  font-size: 3.9375rem !important;
}

.font-size-64 {
  font-size: 4rem !important;
}

.font-size-65 {
  font-size: 4.0625rem !important;
}

.font-size-66 {
  font-size: 4.125rem !important;
}

.font-size-67 {
  font-size: 4.1875rem !important;
}

.font-size-68 {
  font-size: 4.25rem !important;
}

.font-size-69 {
  font-size: 4.3125rem !important;
}

.font-size-70 {
  font-size: 4.375rem !important;
}

.font-size-71 {
  font-size: 4.4375rem !important;
}

.font-size-72 {
  font-size: 4.5rem !important;
}

.font-size-73 {
  font-size: 4.5625rem !important;
}

.font-size-74 {
  font-size: 4.625rem !important;
}

.font-size-75 {
  font-size: 4.6875rem !important;
}

.font-size-76 {
  font-size: 4.75rem !important;
}

.font-size-77 {
  font-size: 4.8125rem !important;
}

.font-size-78 {
  font-size: 4.875rem !important;
}

.font-size-79 {
  font-size: 4.9375rem !important;
}

.font-size-80 {
  font-size: 5rem !important;
}

.font-size-81 {
  font-size: 5.0625rem !important;
}

.font-size-82 {
  font-size: 5.125rem !important;
}

.font-size-83 {
  font-size: 5.1875rem !important;
}

.font-size-84 {
  font-size: 5.25rem !important;
}

.font-size-85 {
  font-size: 5.3125rem !important;
}

.font-size-86 {
  font-size: 5.375rem !important;
}

.font-size-87 {
  font-size: 5.4375rem !important;
}

.font-size-88 {
  font-size: 5.5rem !important;
}

.font-size-89 {
  font-size: 5.5625rem !important;
}

.font-size-90 {
  font-size: 5.625rem !important;
}

.font-size-91 {
  font-size: 5.6875rem !important;
}

.font-size-92 {
  font-size: 5.75rem !important;
}

.font-size-93 {
  font-size: 5.8125rem !important;
}

.font-size-94 {
  font-size: 5.875rem !important;
}

.font-size-95 {
  font-size: 5.9375rem !important;
}

.font-size-96 {
  font-size: 6rem !important;
}

.font-size-97 {
  font-size: 6.0625rem !important;
}

.font-size-98 {
  font-size: 6.125rem !important;
}

.font-size-99 {
  font-size: 6.1875rem !important;
}

.font-size-100 {
  font-size: 6.25rem !important;
}

@media (max-width: 1200px) {
  .font-size-xl-0 {
    font-size: 0rem !important;
  }
  .font-size-xl-1 {
    font-size: 0.0625rem !important;
  }
  .font-size-xl-2 {
    font-size: 0.125rem !important;
  }
  .font-size-xl-3 {
    font-size: 0.1875rem !important;
  }
  .font-size-xl-4 {
    font-size: 0.25rem !important;
  }
  .font-size-xl-5 {
    font-size: 0.3125rem !important;
  }
  .font-size-xl-6 {
    font-size: 0.375rem !important;
  }
  .font-size-xl-7 {
    font-size: 0.4375rem !important;
  }
  .font-size-xl-8 {
    font-size: 0.5rem !important;
  }
  .font-size-xl-9 {
    font-size: 0.5625rem !important;
  }
  .font-size-xl-10 {
    font-size: 0.625rem !important;
  }
  .font-size-xl-11 {
    font-size: 0.6875rem !important;
  }
  .font-size-xl-12 {
    font-size: 0.75rem !important;
  }
  .font-size-xl-13 {
    font-size: 0.8125rem !important;
  }
  .font-size-xl-14 {
    font-size: 0.875rem !important;
  }
  .font-size-xl-15 {
    font-size: 0.9375rem !important;
  }
  .font-size-xl-16 {
    font-size: 1rem !important;
  }
  .font-size-xl-17 {
    font-size: 1.0625rem !important;
  }
  .font-size-xl-18 {
    font-size: 1.125rem !important;
  }
  .font-size-xl-19 {
    font-size: 1.1875rem !important;
  }
  .font-size-xl-20 {
    font-size: 1.25rem !important;
  }
  .font-size-xl-21 {
    font-size: 1.3125rem !important;
  }
  .font-size-xl-22 {
    font-size: 1.375rem !important;
  }
  .font-size-xl-23 {
    font-size: 1.4375rem !important;
  }
  .font-size-xl-24 {
    font-size: 1.5rem !important;
  }
  .font-size-xl-25 {
    font-size: 1.5625rem !important;
  }
  .font-size-xl-26 {
    font-size: 1.625rem !important;
  }
  .font-size-xl-27 {
    font-size: 1.6875rem !important;
  }
  .font-size-xl-28 {
    font-size: 1.75rem !important;
  }
  .font-size-xl-29 {
    font-size: 1.8125rem !important;
  }
  .font-size-xl-30 {
    font-size: 1.875rem !important;
  }
  .font-size-xl-31 {
    font-size: 1.9375rem !important;
  }
  .font-size-xl-32 {
    font-size: 2rem !important;
  }
  .font-size-xl-33 {
    font-size: 2.0625rem !important;
  }
  .font-size-xl-34 {
    font-size: 2.125rem !important;
  }
  .font-size-xl-35 {
    font-size: 2.1875rem !important;
  }
  .font-size-xl-36 {
    font-size: 2.25rem !important;
  }
  .font-size-xl-37 {
    font-size: 2.3125rem !important;
  }
  .font-size-xl-38 {
    font-size: 2.375rem !important;
  }
  .font-size-xl-39 {
    font-size: 2.4375rem !important;
  }
  .font-size-xl-40 {
    font-size: 2.5rem !important;
  }
  .font-size-xl-41 {
    font-size: 2.5625rem !important;
  }
  .font-size-xl-42 {
    font-size: 2.625rem !important;
  }
  .font-size-xl-43 {
    font-size: 2.6875rem !important;
  }
  .font-size-xl-44 {
    font-size: 2.75rem !important;
  }
  .font-size-xl-45 {
    font-size: 2.8125rem !important;
  }
  .font-size-xl-46 {
    font-size: 2.875rem !important;
  }
  .font-size-xl-47 {
    font-size: 2.9375rem !important;
  }
  .font-size-xl-48 {
    font-size: 3rem !important;
  }
  .font-size-xl-49 {
    font-size: 3.0625rem !important;
  }
  .font-size-xl-50 {
    font-size: 3.125rem !important;
  }
  .font-size-xl-51 {
    font-size: 3.1875rem !important;
  }
  .font-size-xl-52 {
    font-size: 3.25rem !important;
  }
  .font-size-xl-53 {
    font-size: 3.3125rem !important;
  }
  .font-size-xl-54 {
    font-size: 3.375rem !important;
  }
  .font-size-xl-55 {
    font-size: 3.4375rem !important;
  }
  .font-size-xl-56 {
    font-size: 3.5rem !important;
  }
  .font-size-xl-57 {
    font-size: 3.5625rem !important;
  }
  .font-size-xl-58 {
    font-size: 3.625rem !important;
  }
  .font-size-xl-59 {
    font-size: 3.6875rem !important;
  }
  .font-size-xl-60 {
    font-size: 3.75rem !important;
  }
  .font-size-xl-61 {
    font-size: 3.8125rem !important;
  }
  .font-size-xl-62 {
    font-size: 3.875rem !important;
  }
  .font-size-xl-63 {
    font-size: 3.9375rem !important;
  }
  .font-size-xl-64 {
    font-size: 4rem !important;
  }
  .font-size-xl-65 {
    font-size: 4.0625rem !important;
  }
  .font-size-xl-66 {
    font-size: 4.125rem !important;
  }
  .font-size-xl-67 {
    font-size: 4.1875rem !important;
  }
  .font-size-xl-68 {
    font-size: 4.25rem !important;
  }
  .font-size-xl-69 {
    font-size: 4.3125rem !important;
  }
  .font-size-xl-70 {
    font-size: 4.375rem !important;
  }
  .font-size-xl-71 {
    font-size: 4.4375rem !important;
  }
  .font-size-xl-72 {
    font-size: 4.5rem !important;
  }
  .font-size-xl-73 {
    font-size: 4.5625rem !important;
  }
  .font-size-xl-74 {
    font-size: 4.625rem !important;
  }
  .font-size-xl-75 {
    font-size: 4.6875rem !important;
  }
  .font-size-xl-76 {
    font-size: 4.75rem !important;
  }
  .font-size-xl-77 {
    font-size: 4.8125rem !important;
  }
  .font-size-xl-78 {
    font-size: 4.875rem !important;
  }
  .font-size-xl-79 {
    font-size: 4.9375rem !important;
  }
  .font-size-xl-80 {
    font-size: 5rem !important;
  }
  .font-size-xl-81 {
    font-size: 5.0625rem !important;
  }
  .font-size-xl-82 {
    font-size: 5.125rem !important;
  }
  .font-size-xl-83 {
    font-size: 5.1875rem !important;
  }
  .font-size-xl-84 {
    font-size: 5.25rem !important;
  }
  .font-size-xl-85 {
    font-size: 5.3125rem !important;
  }
  .font-size-xl-86 {
    font-size: 5.375rem !important;
  }
  .font-size-xl-87 {
    font-size: 5.4375rem !important;
  }
  .font-size-xl-88 {
    font-size: 5.5rem !important;
  }
  .font-size-xl-89 {
    font-size: 5.5625rem !important;
  }
  .font-size-xl-90 {
    font-size: 5.625rem !important;
  }
  .font-size-xl-91 {
    font-size: 5.6875rem !important;
  }
  .font-size-xl-92 {
    font-size: 5.75rem !important;
  }
  .font-size-xl-93 {
    font-size: 5.8125rem !important;
  }
  .font-size-xl-94 {
    font-size: 5.875rem !important;
  }
  .font-size-xl-95 {
    font-size: 5.9375rem !important;
  }
  .font-size-xl-96 {
    font-size: 6rem !important;
  }
  .font-size-xl-97 {
    font-size: 6.0625rem !important;
  }
  .font-size-xl-98 {
    font-size: 6.125rem !important;
  }
  .font-size-xl-99 {
    font-size: 6.1875rem !important;
  }
  .font-size-xl-100 {
    font-size: 6.25rem !important;
  }
}
@media (max-width: 992px) {
  .font-size-lg-0 {
    font-size: 0rem !important;
  }
  .font-size-lg-1 {
    font-size: 0.0625rem !important;
  }
  .font-size-lg-2 {
    font-size: 0.125rem !important;
  }
  .font-size-lg-3 {
    font-size: 0.1875rem !important;
  }
  .font-size-lg-4 {
    font-size: 0.25rem !important;
  }
  .font-size-lg-5 {
    font-size: 0.3125rem !important;
  }
  .font-size-lg-6 {
    font-size: 0.375rem !important;
  }
  .font-size-lg-7 {
    font-size: 0.4375rem !important;
  }
  .font-size-lg-8 {
    font-size: 0.5rem !important;
  }
  .font-size-lg-9 {
    font-size: 0.5625rem !important;
  }
  .font-size-lg-10 {
    font-size: 0.625rem !important;
  }
  .font-size-lg-11 {
    font-size: 0.6875rem !important;
  }
  .font-size-lg-12 {
    font-size: 0.75rem !important;
  }
  .font-size-lg-13 {
    font-size: 0.8125rem !important;
  }
  .font-size-lg-14 {
    font-size: 0.875rem !important;
  }
  .font-size-lg-15 {
    font-size: 0.9375rem !important;
  }
  .font-size-lg-16 {
    font-size: 1rem !important;
  }
  .font-size-lg-17 {
    font-size: 1.0625rem !important;
  }
  .font-size-lg-18 {
    font-size: 1.125rem !important;
  }
  .font-size-lg-19 {
    font-size: 1.1875rem !important;
  }
  .font-size-lg-20 {
    font-size: 1.25rem !important;
  }
  .font-size-lg-21 {
    font-size: 1.3125rem !important;
  }
  .font-size-lg-22 {
    font-size: 1.375rem !important;
  }
  .font-size-lg-23 {
    font-size: 1.4375rem !important;
  }
  .font-size-lg-24 {
    font-size: 1.5rem !important;
  }
  .font-size-lg-25 {
    font-size: 1.5625rem !important;
  }
  .font-size-lg-26 {
    font-size: 1.625rem !important;
  }
  .font-size-lg-27 {
    font-size: 1.6875rem !important;
  }
  .font-size-lg-28 {
    font-size: 1.75rem !important;
  }
  .font-size-lg-29 {
    font-size: 1.8125rem !important;
  }
  .font-size-lg-30 {
    font-size: 1.875rem !important;
  }
  .font-size-lg-31 {
    font-size: 1.9375rem !important;
  }
  .font-size-lg-32 {
    font-size: 2rem !important;
  }
  .font-size-lg-33 {
    font-size: 2.0625rem !important;
  }
  .font-size-lg-34 {
    font-size: 2.125rem !important;
  }
  .font-size-lg-35 {
    font-size: 2.1875rem !important;
  }
  .font-size-lg-36 {
    font-size: 2.25rem !important;
  }
  .font-size-lg-37 {
    font-size: 2.3125rem !important;
  }
  .font-size-lg-38 {
    font-size: 2.375rem !important;
  }
  .font-size-lg-39 {
    font-size: 2.4375rem !important;
  }
  .font-size-lg-40 {
    font-size: 2.5rem !important;
  }
  .font-size-lg-41 {
    font-size: 2.5625rem !important;
  }
  .font-size-lg-42 {
    font-size: 2.625rem !important;
  }
  .font-size-lg-43 {
    font-size: 2.6875rem !important;
  }
  .font-size-lg-44 {
    font-size: 2.75rem !important;
  }
  .font-size-lg-45 {
    font-size: 2.8125rem !important;
  }
  .font-size-lg-46 {
    font-size: 2.875rem !important;
  }
  .font-size-lg-47 {
    font-size: 2.9375rem !important;
  }
  .font-size-lg-48 {
    font-size: 3rem !important;
  }
  .font-size-lg-49 {
    font-size: 3.0625rem !important;
  }
  .font-size-lg-50 {
    font-size: 3.125rem !important;
  }
  .font-size-lg-51 {
    font-size: 3.1875rem !important;
  }
  .font-size-lg-52 {
    font-size: 3.25rem !important;
  }
  .font-size-lg-53 {
    font-size: 3.3125rem !important;
  }
  .font-size-lg-54 {
    font-size: 3.375rem !important;
  }
  .font-size-lg-55 {
    font-size: 3.4375rem !important;
  }
  .font-size-lg-56 {
    font-size: 3.5rem !important;
  }
  .font-size-lg-57 {
    font-size: 3.5625rem !important;
  }
  .font-size-lg-58 {
    font-size: 3.625rem !important;
  }
  .font-size-lg-59 {
    font-size: 3.6875rem !important;
  }
  .font-size-lg-60 {
    font-size: 3.75rem !important;
  }
  .font-size-lg-61 {
    font-size: 3.8125rem !important;
  }
  .font-size-lg-62 {
    font-size: 3.875rem !important;
  }
  .font-size-lg-63 {
    font-size: 3.9375rem !important;
  }
  .font-size-lg-64 {
    font-size: 4rem !important;
  }
  .font-size-lg-65 {
    font-size: 4.0625rem !important;
  }
  .font-size-lg-66 {
    font-size: 4.125rem !important;
  }
  .font-size-lg-67 {
    font-size: 4.1875rem !important;
  }
  .font-size-lg-68 {
    font-size: 4.25rem !important;
  }
  .font-size-lg-69 {
    font-size: 4.3125rem !important;
  }
  .font-size-lg-70 {
    font-size: 4.375rem !important;
  }
  .font-size-lg-71 {
    font-size: 4.4375rem !important;
  }
  .font-size-lg-72 {
    font-size: 4.5rem !important;
  }
  .font-size-lg-73 {
    font-size: 4.5625rem !important;
  }
  .font-size-lg-74 {
    font-size: 4.625rem !important;
  }
  .font-size-lg-75 {
    font-size: 4.6875rem !important;
  }
  .font-size-lg-76 {
    font-size: 4.75rem !important;
  }
  .font-size-lg-77 {
    font-size: 4.8125rem !important;
  }
  .font-size-lg-78 {
    font-size: 4.875rem !important;
  }
  .font-size-lg-79 {
    font-size: 4.9375rem !important;
  }
  .font-size-lg-80 {
    font-size: 5rem !important;
  }
  .font-size-lg-81 {
    font-size: 5.0625rem !important;
  }
  .font-size-lg-82 {
    font-size: 5.125rem !important;
  }
  .font-size-lg-83 {
    font-size: 5.1875rem !important;
  }
  .font-size-lg-84 {
    font-size: 5.25rem !important;
  }
  .font-size-lg-85 {
    font-size: 5.3125rem !important;
  }
  .font-size-lg-86 {
    font-size: 5.375rem !important;
  }
  .font-size-lg-87 {
    font-size: 5.4375rem !important;
  }
  .font-size-lg-88 {
    font-size: 5.5rem !important;
  }
  .font-size-lg-89 {
    font-size: 5.5625rem !important;
  }
  .font-size-lg-90 {
    font-size: 5.625rem !important;
  }
  .font-size-lg-91 {
    font-size: 5.6875rem !important;
  }
  .font-size-lg-92 {
    font-size: 5.75rem !important;
  }
  .font-size-lg-93 {
    font-size: 5.8125rem !important;
  }
  .font-size-lg-94 {
    font-size: 5.875rem !important;
  }
  .font-size-lg-95 {
    font-size: 5.9375rem !important;
  }
  .font-size-lg-96 {
    font-size: 6rem !important;
  }
  .font-size-lg-97 {
    font-size: 6.0625rem !important;
  }
  .font-size-lg-98 {
    font-size: 6.125rem !important;
  }
  .font-size-lg-99 {
    font-size: 6.1875rem !important;
  }
  .font-size-lg-100 {
    font-size: 6.25rem !important;
  }
}
@media (max-width: 768px) {
  .font-size-md-0 {
    font-size: 0rem !important;
  }
  .font-size-md-1 {
    font-size: 0.0625rem !important;
  }
  .font-size-md-2 {
    font-size: 0.125rem !important;
  }
  .font-size-md-3 {
    font-size: 0.1875rem !important;
  }
  .font-size-md-4 {
    font-size: 0.25rem !important;
  }
  .font-size-md-5 {
    font-size: 0.3125rem !important;
  }
  .font-size-md-6 {
    font-size: 0.375rem !important;
  }
  .font-size-md-7 {
    font-size: 0.4375rem !important;
  }
  .font-size-md-8 {
    font-size: 0.5rem !important;
  }
  .font-size-md-9 {
    font-size: 0.5625rem !important;
  }
  .font-size-md-10 {
    font-size: 0.625rem !important;
  }
  .font-size-md-11 {
    font-size: 0.6875rem !important;
  }
  .font-size-md-12 {
    font-size: 0.75rem !important;
  }
  .font-size-md-13 {
    font-size: 0.8125rem !important;
  }
  .font-size-md-14 {
    font-size: 0.875rem !important;
  }
  .font-size-md-15 {
    font-size: 0.9375rem !important;
  }
  .font-size-md-16 {
    font-size: 1rem !important;
  }
  .font-size-md-17 {
    font-size: 1.0625rem !important;
  }
  .font-size-md-18 {
    font-size: 1.125rem !important;
  }
  .font-size-md-19 {
    font-size: 1.1875rem !important;
  }
  .font-size-md-20 {
    font-size: 1.25rem !important;
  }
  .font-size-md-21 {
    font-size: 1.3125rem !important;
  }
  .font-size-md-22 {
    font-size: 1.375rem !important;
  }
  .font-size-md-23 {
    font-size: 1.4375rem !important;
  }
  .font-size-md-24 {
    font-size: 1.5rem !important;
  }
  .font-size-md-25 {
    font-size: 1.5625rem !important;
  }
  .font-size-md-26 {
    font-size: 1.625rem !important;
  }
  .font-size-md-27 {
    font-size: 1.6875rem !important;
  }
  .font-size-md-28 {
    font-size: 1.75rem !important;
  }
  .font-size-md-29 {
    font-size: 1.8125rem !important;
  }
  .font-size-md-30 {
    font-size: 1.875rem !important;
  }
  .font-size-md-31 {
    font-size: 1.9375rem !important;
  }
  .font-size-md-32 {
    font-size: 2rem !important;
  }
  .font-size-md-33 {
    font-size: 2.0625rem !important;
  }
  .font-size-md-34 {
    font-size: 2.125rem !important;
  }
  .font-size-md-35 {
    font-size: 2.1875rem !important;
  }
  .font-size-md-36 {
    font-size: 2.25rem !important;
  }
  .font-size-md-37 {
    font-size: 2.3125rem !important;
  }
  .font-size-md-38 {
    font-size: 2.375rem !important;
  }
  .font-size-md-39 {
    font-size: 2.4375rem !important;
  }
  .font-size-md-40 {
    font-size: 2.5rem !important;
  }
  .font-size-md-41 {
    font-size: 2.5625rem !important;
  }
  .font-size-md-42 {
    font-size: 2.625rem !important;
  }
  .font-size-md-43 {
    font-size: 2.6875rem !important;
  }
  .font-size-md-44 {
    font-size: 2.75rem !important;
  }
  .font-size-md-45 {
    font-size: 2.8125rem !important;
  }
  .font-size-md-46 {
    font-size: 2.875rem !important;
  }
  .font-size-md-47 {
    font-size: 2.9375rem !important;
  }
  .font-size-md-48 {
    font-size: 3rem !important;
  }
  .font-size-md-49 {
    font-size: 3.0625rem !important;
  }
  .font-size-md-50 {
    font-size: 3.125rem !important;
  }
  .font-size-md-51 {
    font-size: 3.1875rem !important;
  }
  .font-size-md-52 {
    font-size: 3.25rem !important;
  }
  .font-size-md-53 {
    font-size: 3.3125rem !important;
  }
  .font-size-md-54 {
    font-size: 3.375rem !important;
  }
  .font-size-md-55 {
    font-size: 3.4375rem !important;
  }
  .font-size-md-56 {
    font-size: 3.5rem !important;
  }
  .font-size-md-57 {
    font-size: 3.5625rem !important;
  }
  .font-size-md-58 {
    font-size: 3.625rem !important;
  }
  .font-size-md-59 {
    font-size: 3.6875rem !important;
  }
  .font-size-md-60 {
    font-size: 3.75rem !important;
  }
  .font-size-md-61 {
    font-size: 3.8125rem !important;
  }
  .font-size-md-62 {
    font-size: 3.875rem !important;
  }
  .font-size-md-63 {
    font-size: 3.9375rem !important;
  }
  .font-size-md-64 {
    font-size: 4rem !important;
  }
  .font-size-md-65 {
    font-size: 4.0625rem !important;
  }
  .font-size-md-66 {
    font-size: 4.125rem !important;
  }
  .font-size-md-67 {
    font-size: 4.1875rem !important;
  }
  .font-size-md-68 {
    font-size: 4.25rem !important;
  }
  .font-size-md-69 {
    font-size: 4.3125rem !important;
  }
  .font-size-md-70 {
    font-size: 4.375rem !important;
  }
  .font-size-md-71 {
    font-size: 4.4375rem !important;
  }
  .font-size-md-72 {
    font-size: 4.5rem !important;
  }
  .font-size-md-73 {
    font-size: 4.5625rem !important;
  }
  .font-size-md-74 {
    font-size: 4.625rem !important;
  }
  .font-size-md-75 {
    font-size: 4.6875rem !important;
  }
  .font-size-md-76 {
    font-size: 4.75rem !important;
  }
  .font-size-md-77 {
    font-size: 4.8125rem !important;
  }
  .font-size-md-78 {
    font-size: 4.875rem !important;
  }
  .font-size-md-79 {
    font-size: 4.9375rem !important;
  }
  .font-size-md-80 {
    font-size: 5rem !important;
  }
  .font-size-md-81 {
    font-size: 5.0625rem !important;
  }
  .font-size-md-82 {
    font-size: 5.125rem !important;
  }
  .font-size-md-83 {
    font-size: 5.1875rem !important;
  }
  .font-size-md-84 {
    font-size: 5.25rem !important;
  }
  .font-size-md-85 {
    font-size: 5.3125rem !important;
  }
  .font-size-md-86 {
    font-size: 5.375rem !important;
  }
  .font-size-md-87 {
    font-size: 5.4375rem !important;
  }
  .font-size-md-88 {
    font-size: 5.5rem !important;
  }
  .font-size-md-89 {
    font-size: 5.5625rem !important;
  }
  .font-size-md-90 {
    font-size: 5.625rem !important;
  }
  .font-size-md-91 {
    font-size: 5.6875rem !important;
  }
  .font-size-md-92 {
    font-size: 5.75rem !important;
  }
  .font-size-md-93 {
    font-size: 5.8125rem !important;
  }
  .font-size-md-94 {
    font-size: 5.875rem !important;
  }
  .font-size-md-95 {
    font-size: 5.9375rem !important;
  }
  .font-size-md-96 {
    font-size: 6rem !important;
  }
  .font-size-md-97 {
    font-size: 6.0625rem !important;
  }
  .font-size-md-98 {
    font-size: 6.125rem !important;
  }
  .font-size-md-99 {
    font-size: 6.1875rem !important;
  }
  .font-size-md-100 {
    font-size: 6.25rem !important;
  }
}
@media (max-width: 576px) {
  .font-size-sm-0 {
    font-size: 0rem !important;
  }
  .font-size-sm-1 {
    font-size: 0.0625rem !important;
  }
  .font-size-sm-2 {
    font-size: 0.125rem !important;
  }
  .font-size-sm-3 {
    font-size: 0.1875rem !important;
  }
  .font-size-sm-4 {
    font-size: 0.25rem !important;
  }
  .font-size-sm-5 {
    font-size: 0.3125rem !important;
  }
  .font-size-sm-6 {
    font-size: 0.375rem !important;
  }
  .font-size-sm-7 {
    font-size: 0.4375rem !important;
  }
  .font-size-sm-8 {
    font-size: 0.5rem !important;
  }
  .font-size-sm-9 {
    font-size: 0.5625rem !important;
  }
  .font-size-sm-10 {
    font-size: 0.625rem !important;
  }
  .font-size-sm-11 {
    font-size: 0.6875rem !important;
  }
  .font-size-sm-12 {
    font-size: 0.75rem !important;
  }
  .font-size-sm-13 {
    font-size: 0.8125rem !important;
  }
  .font-size-sm-14 {
    font-size: 0.875rem !important;
  }
  .font-size-sm-15 {
    font-size: 0.9375rem !important;
  }
  .font-size-sm-16 {
    font-size: 1rem !important;
  }
  .font-size-sm-17 {
    font-size: 1.0625rem !important;
  }
  .font-size-sm-18 {
    font-size: 1.125rem !important;
  }
  .font-size-sm-19 {
    font-size: 1.1875rem !important;
  }
  .font-size-sm-20 {
    font-size: 1.25rem !important;
  }
  .font-size-sm-21 {
    font-size: 1.3125rem !important;
  }
  .font-size-sm-22 {
    font-size: 1.375rem !important;
  }
  .font-size-sm-23 {
    font-size: 1.4375rem !important;
  }
  .font-size-sm-24 {
    font-size: 1.5rem !important;
  }
  .font-size-sm-25 {
    font-size: 1.5625rem !important;
  }
  .font-size-sm-26 {
    font-size: 1.625rem !important;
  }
  .font-size-sm-27 {
    font-size: 1.6875rem !important;
  }
  .font-size-sm-28 {
    font-size: 1.75rem !important;
  }
  .font-size-sm-29 {
    font-size: 1.8125rem !important;
  }
  .font-size-sm-30 {
    font-size: 1.875rem !important;
  }
  .font-size-sm-31 {
    font-size: 1.9375rem !important;
  }
  .font-size-sm-32 {
    font-size: 2rem !important;
  }
  .font-size-sm-33 {
    font-size: 2.0625rem !important;
  }
  .font-size-sm-34 {
    font-size: 2.125rem !important;
  }
  .font-size-sm-35 {
    font-size: 2.1875rem !important;
  }
  .font-size-sm-36 {
    font-size: 2.25rem !important;
  }
  .font-size-sm-37 {
    font-size: 2.3125rem !important;
  }
  .font-size-sm-38 {
    font-size: 2.375rem !important;
  }
  .font-size-sm-39 {
    font-size: 2.4375rem !important;
  }
  .font-size-sm-40 {
    font-size: 2.5rem !important;
  }
  .font-size-sm-41 {
    font-size: 2.5625rem !important;
  }
  .font-size-sm-42 {
    font-size: 2.625rem !important;
  }
  .font-size-sm-43 {
    font-size: 2.6875rem !important;
  }
  .font-size-sm-44 {
    font-size: 2.75rem !important;
  }
  .font-size-sm-45 {
    font-size: 2.8125rem !important;
  }
  .font-size-sm-46 {
    font-size: 2.875rem !important;
  }
  .font-size-sm-47 {
    font-size: 2.9375rem !important;
  }
  .font-size-sm-48 {
    font-size: 3rem !important;
  }
  .font-size-sm-49 {
    font-size: 3.0625rem !important;
  }
  .font-size-sm-50 {
    font-size: 3.125rem !important;
  }
  .font-size-sm-51 {
    font-size: 3.1875rem !important;
  }
  .font-size-sm-52 {
    font-size: 3.25rem !important;
  }
  .font-size-sm-53 {
    font-size: 3.3125rem !important;
  }
  .font-size-sm-54 {
    font-size: 3.375rem !important;
  }
  .font-size-sm-55 {
    font-size: 3.4375rem !important;
  }
  .font-size-sm-56 {
    font-size: 3.5rem !important;
  }
  .font-size-sm-57 {
    font-size: 3.5625rem !important;
  }
  .font-size-sm-58 {
    font-size: 3.625rem !important;
  }
  .font-size-sm-59 {
    font-size: 3.6875rem !important;
  }
  .font-size-sm-60 {
    font-size: 3.75rem !important;
  }
  .font-size-sm-61 {
    font-size: 3.8125rem !important;
  }
  .font-size-sm-62 {
    font-size: 3.875rem !important;
  }
  .font-size-sm-63 {
    font-size: 3.9375rem !important;
  }
  .font-size-sm-64 {
    font-size: 4rem !important;
  }
  .font-size-sm-65 {
    font-size: 4.0625rem !important;
  }
  .font-size-sm-66 {
    font-size: 4.125rem !important;
  }
  .font-size-sm-67 {
    font-size: 4.1875rem !important;
  }
  .font-size-sm-68 {
    font-size: 4.25rem !important;
  }
  .font-size-sm-69 {
    font-size: 4.3125rem !important;
  }
  .font-size-sm-70 {
    font-size: 4.375rem !important;
  }
  .font-size-sm-71 {
    font-size: 4.4375rem !important;
  }
  .font-size-sm-72 {
    font-size: 4.5rem !important;
  }
  .font-size-sm-73 {
    font-size: 4.5625rem !important;
  }
  .font-size-sm-74 {
    font-size: 4.625rem !important;
  }
  .font-size-sm-75 {
    font-size: 4.6875rem !important;
  }
  .font-size-sm-76 {
    font-size: 4.75rem !important;
  }
  .font-size-sm-77 {
    font-size: 4.8125rem !important;
  }
  .font-size-sm-78 {
    font-size: 4.875rem !important;
  }
  .font-size-sm-79 {
    font-size: 4.9375rem !important;
  }
  .font-size-sm-80 {
    font-size: 5rem !important;
  }
  .font-size-sm-81 {
    font-size: 5.0625rem !important;
  }
  .font-size-sm-82 {
    font-size: 5.125rem !important;
  }
  .font-size-sm-83 {
    font-size: 5.1875rem !important;
  }
  .font-size-sm-84 {
    font-size: 5.25rem !important;
  }
  .font-size-sm-85 {
    font-size: 5.3125rem !important;
  }
  .font-size-sm-86 {
    font-size: 5.375rem !important;
  }
  .font-size-sm-87 {
    font-size: 5.4375rem !important;
  }
  .font-size-sm-88 {
    font-size: 5.5rem !important;
  }
  .font-size-sm-89 {
    font-size: 5.5625rem !important;
  }
  .font-size-sm-90 {
    font-size: 5.625rem !important;
  }
  .font-size-sm-91 {
    font-size: 5.6875rem !important;
  }
  .font-size-sm-92 {
    font-size: 5.75rem !important;
  }
  .font-size-sm-93 {
    font-size: 5.8125rem !important;
  }
  .font-size-sm-94 {
    font-size: 5.875rem !important;
  }
  .font-size-sm-95 {
    font-size: 5.9375rem !important;
  }
  .font-size-sm-96 {
    font-size: 6rem !important;
  }
  .font-size-sm-97 {
    font-size: 6.0625rem !important;
  }
  .font-size-sm-98 {
    font-size: 6.125rem !important;
  }
  .font-size-sm-99 {
    font-size: 6.1875rem !important;
  }
  .font-size-sm-100 {
    font-size: 6.25rem !important;
  }
}
input,
select,
textarea {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  font-family: var(--font-regular);
  font-size: var(--font-size-16);
}

.form-group {
  position: relative;
  margin: 1rem 0;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=email],
.form-group input[type=date],
.form-group input[type=time],
.form-group input[type=url],
.form-group input[type=search],
.form-group select,
.form-group .select2-container,
.form-group textarea {
  position: absolute;
  left: 0;
}
.form-group i {
  position: absolute;
  right: 1rem;
  top: 14px;
  color: var(--gray-0);
  pointer-events: none;
}
.form-group.field_icon {
  padding-right: 2rem;
}
.form-group.is-active label {
  transform: translateY(-32px);
  font-size: var(--font-size-14);
  color: var(--secondary);
}
.form-group label {
  display: block;
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 14px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  pointer-events: none;
  font-size: var(--font-size-16);
  transform: translateY(0px);
  color: var(--gray-0);
  text-align: left;
}
.form-group .toggle-password {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  color: var(--gray-0);
}
.form-group.dark input[type=text],
.form-group.dark input[type=tel],
.form-group.dark input[type=password],
.form-group.dark input[type=number],
.form-group.dark input[type=email],
.form-group.dark input[type=date],
.form-group.dark input[type=time],
.form-group.dark input[type=url],
.form-group.dark input[type=search],
.form-group.dark select,
.form-group.dark textarea {
  color: var(--white) !important;
}
.form-group.dark input[type=text]:focus ~ label,
.form-group.dark input[type=tel]:focus ~ label,
.form-group.dark input[type=password]:focus ~ label,
.form-group.dark input[type=number]:focus ~ label,
.form-group.dark input[type=email]:focus ~ label,
.form-group.dark input[type=date]:focus ~ label,
.form-group.dark input[type=time]:focus ~ label,
.form-group.dark input[type=url]:focus ~ label,
.form-group.dark input[type=search]:focus ~ label,
.form-group.dark select:focus ~ label,
.form-group.dark textarea:focus ~ label {
  color: var(--primary);
}
.form-group.dark input:-webkit-autofill,
.form-group.dark input:-webkit-autofill:hover,
.form-group.dark input:-webkit-autofill:focus,
.form-group.dark input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--gray-50) inset !important;
  -webkit-text-fill-color: var(--white) !important;
}
.form-group.dark.is-active label {
  color: var(--primary);
}
.form-group.dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--gray-0) transparent transparent transparent;
}
.form-group.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--white);
}
.form-group.dark i, .form-group.dark .toggle-password {
  color: var(--gray-0);
}
.form-group.light label {
  color: var(--gray-50);
}

.light-form .form-group label {
  color: var(--gray-50);
}

.customCheckbox {
  position: relative;
  display: flex;
  align-items: center;
}
.customCheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.customCheckbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid var(--gray-50);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.customCheckbox input:checked + label:before {
  background: var(--secondary);
  border: 2px solid var(--secondary);
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
}
.customCheckbox label:before {
  content: "";
  -webkit-appearance: none;
  background: var(--gray-0);
  border: 2px solid var(--gray-50);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: var(--rounded-sm);
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=search],
select,
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  width: 100%;
  border: 0px;
  min-height: 45px;
  border-bottom: solid 1px var(--gray-30);
  background: transparent;
  padding: 0px 14px;
  font-size: var(--font-size-14);
  color: var(--gray-50);
  border-radius: 0px;
}
input[type=text]::placeholder, input[type=text]::-ms-value,
input[type=tel]::placeholder,
input[type=tel]::-ms-value,
input[type=password]::placeholder,
input[type=password]::-ms-value,
input[type=number]::placeholder,
input[type=number]::-ms-value,
input[type=email]::placeholder,
input[type=email]::-ms-value,
input[type=date]::placeholder,
input[type=date]::-ms-value,
input[type=time]::placeholder,
input[type=time]::-ms-value,
input[type=url]::placeholder,
input[type=url]::-ms-value,
input[type=search]::placeholder,
input[type=search]::-ms-value,
select::placeholder,
select::-ms-value,
.select2-container--default .select2-selection--single::placeholder,
.select2-container--default .select2-selection--single::-ms-value,
.select2-container .select2-selection--single::placeholder,
.select2-container .select2-selection--single::-ms-value,
.select2-container--default.select2-container--focus .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--single::-ms-value,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::-ms-value,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-value {
  color: var(--gray-50);
}

input[type=text],
input[type=tel],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=search] {
  height: 45px;
  line-height: 45px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary);
  color: var(--white);
  border: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  color: var(--gray-50);
  border-right: 1px solid var(--gray-50);
  border-left: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: var(--secondary);
  color: var(--white);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: var(--white);
}

.select2-search {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--gray-50) transparent transparent transparent;
  margin-top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-50);
}

input[type=date]::-webkit-calendar-picker-indicator {
  padding: 0.5rem;
  cursor: pointer;
  filter: invert(1);
  opacity: 0;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=search]:focus,
select:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus,
textarea:focus {
  border-bottom: solid 1px var(--primary);
}
input[type=text]:focus ~ label,
input[type=tel]:focus ~ label,
input[type=password]:focus ~ label,
input[type=number]:focus ~ label,
input[type=email]:focus ~ label,
input[type=date]:focus ~ label,
input[type=time]:focus ~ label,
input[type=url]:focus ~ label,
input[type=search]:focus ~ label,
select:focus ~ label,
.select2-container--default .select2-selection--single:focus ~ label,
.select2-container--default .select2-selection--multiple:focus ~ label,
textarea:focus ~ label {
  transform: translateY(-32px);
  font-size: var(--font-size-14);
  color: var(--primary);
}

input[type=text].is-invalid,
input[type=tel].is-invalid,
input[type=password].is-invalid,
input[type=number].is-invalid,
input[type=email].is-invalid,
input[type=date].is-invalid,
input[type=time].is-invalid,
input[type=url].is-invalid,
input[type=search].is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-bottom: solid 1px var(--error);
}

input[type=text].is-disabled,
input[type=tel].is-disabled,
input[type=password].is-disabled,
input[type=number].is-disabled,
input[type=email].is-disabled,
input[type=date].is-disabled,
input[type=time].is-disabled,
input[type=url].is-disabled,
input[type=search].is-disabled,
select.is-disabled {
  background: var(--gray-10);
  border-bottom: solid 1px var(--gray-10);
  color: var(--black);
  pointer-events: none;
}
input[type=text].is-disabled + .filter-group,
input[type=tel].is-disabled + .filter-group,
input[type=password].is-disabled + .filter-group,
input[type=number].is-disabled + .filter-group,
input[type=email].is-disabled + .filter-group,
input[type=date].is-disabled + .filter-group,
input[type=time].is-disabled + .filter-group,
input[type=url].is-disabled + .filter-group,
input[type=search].is-disabled + .filter-group,
select.is-disabled + .filter-group {
  background: var(--gray-10);
  color: var(--black);
  pointer-events: none;
  opacity: 0.5;
  cursor: auto;
}

input[type=color] {
  display: block;
  width: 40px;
  height: 40px;
  border: 0px;
  padding: 0px;
  overflow: hidden;
  background: transparent;
}

input[type=time] {
  position: relative;
  font-size: var(--font-size-16) !important;
}

input[type=time]::-ms-clear {
  display: none;
  -webkit-appearance: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:focus {
  outline: none;
}

textarea {
  display: block;
  line-height: 1.5;
  min-height: 60px;
  border: 0px;
  border-bottom: solid 1px var(--gray-30);
  margin: 3px 0 0;
  padding: 10px 14px;
  font-size: var(--font-size-14);
  resize: none;
  width: 100%;
  max-height: 80px;
  background: transparent;
}
textarea::placeholder, textarea::-ms-value {
  color: var(--gray-30);
}

.genForm label {
  font-size: var(--font-size-18);
}
.genForm p {
  margin: 0px;
}
.genForm br {
  display: none;
}
.genForm .form-down-label {
  display: block;
  font-size: var(--font-size-13);
  margin-top: 0.4rem;
  color: var(--gray-30);
}
.genForm .wpcf7-not-valid-tip {
  color: var(--primary);
  text-align: right;
  font-size: var(--font-size-13);
  margin-top: 0.2rem;
}

.wpcf7 form .wpcf7-response-output {
  border: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: var(--primary);
  color: var(--white);
}

.invalid-feedback {
  display: block;
  color: var(--error);
  font-size: var(--font-size-14);
  text-align: right;
  margin-top: 0.3rem;
  position: relative;
}

.invalid-feedback-banner {
  padding: 0.5rem 1rem;
  color: var(--error);
  border-radius: var(--rounded-sm);
  font-size: var(--font-size-14);
  background: var(--error-light);
}
.invalid-feedback-banner i {
  margin-right: 0.5rem;
}

.valid-feedback {
  padding: 0.5rem 1rem;
  border-radius: var(--rounded-sm);
  font-size: var(--font-size-14);
  background: var(--success);
  color: var(--black);
}
.valid-feedback i {
  margin-right: 0.5rem;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-31 {
  gap: 31px;
}

.gap-32 {
  gap: 32px;
}

.gap-33 {
  gap: 33px;
}

.gap-34 {
  gap: 34px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-38 {
  gap: 38px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-41 {
  gap: 41px;
}

.gap-42 {
  gap: 42px;
}

.gap-43 {
  gap: 43px;
}

.gap-44 {
  gap: 44px;
}

.gap-45 {
  gap: 45px;
}

.gap-46 {
  gap: 46px;
}

.gap-47 {
  gap: 47px;
}

.gap-48 {
  gap: 48px;
}

.gap-49 {
  gap: 49px;
}

.gap-50 {
  gap: 50px;
}

.gap-51 {
  gap: 51px;
}

.gap-52 {
  gap: 52px;
}

.gap-53 {
  gap: 53px;
}

.gap-54 {
  gap: 54px;
}

.gap-55 {
  gap: 55px;
}

.gap-56 {
  gap: 56px;
}

.gap-57 {
  gap: 57px;
}

.gap-58 {
  gap: 58px;
}

.gap-59 {
  gap: 59px;
}

.gap-60 {
  gap: 60px;
}

.gap-61 {
  gap: 61px;
}

.gap-62 {
  gap: 62px;
}

.gap-63 {
  gap: 63px;
}

.gap-64 {
  gap: 64px;
}

.gap-65 {
  gap: 65px;
}

.gap-66 {
  gap: 66px;
}

.gap-67 {
  gap: 67px;
}

.gap-68 {
  gap: 68px;
}

.gap-69 {
  gap: 69px;
}

.gap-70 {
  gap: 70px;
}

.gap-71 {
  gap: 71px;
}

.gap-72 {
  gap: 72px;
}

.gap-73 {
  gap: 73px;
}

.gap-74 {
  gap: 74px;
}

.gap-75 {
  gap: 75px;
}

.gap-76 {
  gap: 76px;
}

.gap-77 {
  gap: 77px;
}

.gap-78 {
  gap: 78px;
}

.gap-79 {
  gap: 79px;
}

.gap-80 {
  gap: 80px;
}

.gap-81 {
  gap: 81px;
}

.gap-82 {
  gap: 82px;
}

.gap-83 {
  gap: 83px;
}

.gap-84 {
  gap: 84px;
}

.gap-85 {
  gap: 85px;
}

.gap-86 {
  gap: 86px;
}

.gap-87 {
  gap: 87px;
}

.gap-88 {
  gap: 88px;
}

.gap-89 {
  gap: 89px;
}

.gap-90 {
  gap: 90px;
}

.gap-91 {
  gap: 91px;
}

.gap-92 {
  gap: 92px;
}

.gap-93 {
  gap: 93px;
}

.gap-94 {
  gap: 94px;
}

.gap-95 {
  gap: 95px;
}

.gap-96 {
  gap: 96px;
}

.gap-97 {
  gap: 97px;
}

.gap-98 {
  gap: 98px;
}

.gap-99 {
  gap: 99px;
}

.gap-100 {
  gap: 100px;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.align-items-start {
  align-items: flex-start;
}
.row.align-items-center {
  align-items: center;
}
.row.align-items-end {
  align-items: flex-end;
}
.row:after {
  display: block;
  clear: both;
  content: "";
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row .col {
  -ms-flex-preferred-size: 0;
  flex-grow: 1;
  position: relative;
  min-height: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 15px;
  padding-left: 15px;
}
.row .col.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.row .col.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.row .col.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .col.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row .col.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.row .col.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.row .col.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.row .col.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .col.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.row .col.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.row .col.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .col.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

@media (max-width: 1440px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row .col.col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row .col.col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row .col.col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row .col.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row .col.col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row .col.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row .col.col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row .col.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row .col.col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row .col.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row .col.col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row .col.col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row .col.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row .col.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row .col.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row .col.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row .col.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row .col.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row .col.col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row .col.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row .col.col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row .col.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row .col.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row .col.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row .col.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row .col.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row .col.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row .col.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row .col.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row .col.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row .col.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row .col.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row .col.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row .col.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row .col.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row .col.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row .col.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row .col.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row .col.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row .col.col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row .col.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  line-height: 1.5;
}

.list li {
  margin: 0.3rem 0;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  font-size: var(--font-size-18);
}
.list li:last-child {
  margin-bottom: 0px !important;
}
.list.spacing li {
  margin: 0.6rem 0;
}

.order-list {
  list-style: none;
  counter-reset: item;
}
.order-list > li {
  margin-bottom: 2rem;
  position: relative;
}
.order-list > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  text-align: left;
  margin-right: 0.5rem;
  font-family: var(--font-bold);
  font-size: var(--font-size-20);
}
.order-list > li .order-list {
  list-style: none;
  counter-reset: item;
}
.order-list > li .order-list > li:before {
  font-size: var(--font-size-16);
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1440px) {
  .order-xl-0 {
    order: 0;
  }
}
.order-1 {
  order: 1;
}

@media (min-width: 576px) {
  .order-xs-1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .order-lg-1 {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .order-xl-1 {
    order: 1;
  }
}
.order-2 {
  order: 2;
}

@media (min-width: 576px) {
  .order-xs-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 1440px) {
  .order-xl-2 {
    order: 2;
  }
}
.order-3 {
  order: 3;
}

@media (min-width: 576px) {
  .order-xs-3 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .order-md-3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .order-lg-3 {
    order: 3;
  }
}
@media (min-width: 1440px) {
  .order-xl-3 {
    order: 3;
  }
}
.order-4 {
  order: 4;
}

@media (min-width: 576px) {
  .order-xs-4 {
    order: 4;
  }
}
@media (min-width: 992px) {
  .order-md-4 {
    order: 4;
  }
}
@media (min-width: 1200px) {
  .order-lg-4 {
    order: 4;
  }
}
@media (min-width: 1440px) {
  .order-xl-4 {
    order: 4;
  }
}
.order-5 {
  order: 5;
}

@media (min-width: 576px) {
  .order-xs-5 {
    order: 5;
  }
}
@media (min-width: 992px) {
  .order-md-5 {
    order: 5;
  }
}
@media (min-width: 1200px) {
  .order-lg-5 {
    order: 5;
  }
}
@media (min-width: 1440px) {
  .order-xl-5 {
    order: 5;
  }
}
.order-6 {
  order: 6;
}

@media (min-width: 576px) {
  .order-xs-6 {
    order: 6;
  }
}
@media (min-width: 992px) {
  .order-md-6 {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .order-lg-6 {
    order: 6;
  }
}
@media (min-width: 1440px) {
  .order-xl-6 {
    order: 6;
  }
}
.order-7 {
  order: 7;
}

@media (min-width: 576px) {
  .order-xs-7 {
    order: 7;
  }
}
@media (min-width: 992px) {
  .order-md-7 {
    order: 7;
  }
}
@media (min-width: 1200px) {
  .order-lg-7 {
    order: 7;
  }
}
@media (min-width: 1440px) {
  .order-xl-7 {
    order: 7;
  }
}
.order-8 {
  order: 8;
}

@media (min-width: 576px) {
  .order-xs-8 {
    order: 8;
  }
}
@media (min-width: 992px) {
  .order-md-8 {
    order: 8;
  }
}
@media (min-width: 1200px) {
  .order-lg-8 {
    order: 8;
  }
}
@media (min-width: 1440px) {
  .order-xl-8 {
    order: 8;
  }
}
.order-9 {
  order: 9;
}

@media (min-width: 576px) {
  .order-xs-9 {
    order: 9;
  }
}
@media (min-width: 992px) {
  .order-md-9 {
    order: 9;
  }
}
@media (min-width: 1200px) {
  .order-lg-9 {
    order: 9;
  }
}
@media (min-width: 1440px) {
  .order-xl-9 {
    order: 9;
  }
}
.order-10 {
  order: 10;
}

@media (min-width: 576px) {
  .order-xs-10 {
    order: 10;
  }
}
@media (min-width: 992px) {
  .order-md-10 {
    order: 10;
  }
}
@media (min-width: 1200px) {
  .order-lg-10 {
    order: 10;
  }
}
@media (min-width: 1440px) {
  .order-xl-10 {
    order: 10;
  }
}
.order-11 {
  order: 11;
}

@media (min-width: 576px) {
  .order-xs-11 {
    order: 11;
  }
}
@media (min-width: 992px) {
  .order-md-11 {
    order: 11;
  }
}
@media (min-width: 1200px) {
  .order-lg-11 {
    order: 11;
  }
}
@media (min-width: 1440px) {
  .order-xl-11 {
    order: 11;
  }
}
.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1440px) {
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 992px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
@media (min-width: 1440px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
}
/* PLACEHOLDER 
============================================= */
.custom-radio {
  display: block;
  cursor: pointer;
  font-size: var(--font-size-15);
}
.custom-radio > input[type=radio] {
  display: none;
}
.custom-radio > input[type=radio] + span {
  display: flex;
  align-items: end;
}
.custom-radio > input[type=radio] + span:before {
  font-family: "rotj";
  content: "\e931";
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  width: 1em;
  color: var(--secondary);
  font-size: var(--font-size-18);
}
.custom-radio > input[type=radio]:checked + span:before {
  content: "\e930";
}
.custom-radio > input[type=radio]:disabled + span {
  color: #999;
}
.custom-radio > input[type=radio]:disabled + span:before {
  content: "\f0c8";
  color: #999;
}

.custom-select {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 40px;
  line-height: 40px;
}
.custom-select .selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: var(--rounded);
  border: solid 1px var(--gray-10);
  padding: 0 2rem 0 1rem;
  font-size: var(--font-size-15);
  background: var(--gray-0);
}
.custom-select .selected.disabled {
  background: var(--gray-10);
}
.custom-select .selected:after {
  position: absolute;
  content: "▶";
  top: 3px;
  right: 1em;
  transform: rotate(90deg);
  color: var(--primary);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.custom-select .selected.open {
  border: 1px solid var(--secondary);
  border-radius: var(--rounded);
}
.custom-select .selected.open:after {
  right: 0.6rem;
  transform: rotate(-90deg);
}
.custom-select .items {
  border-radius: var(--rounded);
  border: 1px solid var(--gray-10);
  font-size: var(--font-size-15);
  background: var(--gray-0);
  padding: 0.5rem;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  overflow: auto;
  max-height: 210px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  top: calc(100% + 10px);
}
.custom-select .items::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
}
.custom-select .items::-webkit-scrollbar-track {
  background: var(--gray-0);
}
.custom-select .items::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
.custom-select .items::-webkit-scrollbar-corner {
  background: var(--gray-0);
}
.custom-select .items div {
  padding: 0 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select .items div:hover {
  background: var(--gray-10);
}

.selectHide {
  display: none;
}

@media (max-width: 576px) {
  .w-sm-0 {
    width: 0% !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
  .max-w-sm-0 {
    max-width: 0% !important;
  }
  .min-w-sm-0 {
    min-width: 0% !important;
  }
  .max-h-sm-0 {
    max-height: 0% !important;
  }
  .min-h-sm-0 {
    min-height: 0% !important;
  }
  .min-sm-vw-0 {
    min-width: 0vw !important;
  }
  .min-sm-vh-0 {
    min-height: 0vh !important;
  }
  .vw-sm-0 {
    width: 0vw !important;
  }
  .vh-sm-0 {
    height: 0vh !important;
  }
  .width-sm-0 {
    width: 0px !important;
  }
  .height-sm-0 {
    height: 0px !important;
  }
  .max-width-sm-0 {
    max-width: 0px !important;
  }
  .min-width-sm-0 {
    min-width: 0px !important;
  }
  .max-height-sm-0 {
    max-height: 0px !important;
  }
  .min-height-sm-0 {
    min-height: 0px !important;
  }
}
@media (max-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .max-w-md-0 {
    max-width: 0% !important;
  }
  .min-w-md-0 {
    min-width: 0% !important;
  }
  .max-h-md-0 {
    max-height: 0% !important;
  }
  .min-h-md-0 {
    min-height: 0% !important;
  }
  .min-md-vw-0 {
    min-width: 0vw !important;
  }
  .min-md-vh-0 {
    min-height: 0vh !important;
  }
  .vw-md-0 {
    width: 0vw !important;
  }
  .vh-md-0 {
    height: 0vh !important;
  }
  .width-md-0 {
    width: 0px !important;
  }
  .height-md-0 {
    height: 0px !important;
  }
  .max-width-md-0 {
    max-width: 0px !important;
  }
  .min-width-md-0 {
    min-width: 0px !important;
  }
  .max-height-md-0 {
    max-height: 0px !important;
  }
  .min-height-md-0 {
    min-height: 0px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-0 {
    width: 0% !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .max-w-lg-0 {
    max-width: 0% !important;
  }
  .min-w-lg-0 {
    min-width: 0% !important;
  }
  .max-h-lg-0 {
    max-height: 0% !important;
  }
  .min-h-lg-0 {
    min-height: 0% !important;
  }
  .min-lg-vw-0 {
    min-width: 0vw !important;
  }
  .min-lg-vh-0 {
    min-height: 0vh !important;
  }
  .vw-lg-0 {
    width: 0vw !important;
  }
  .vh-lg-0 {
    height: 0vh !important;
  }
  .width-lg-0 {
    width: 0px !important;
  }
  .height-lg-0 {
    height: 0px !important;
  }
  .max-width-lg-0 {
    max-width: 0px !important;
  }
  .min-width-lg-0 {
    min-width: 0px !important;
  }
  .max-height-lg-0 {
    max-height: 0px !important;
  }
  .min-height-lg-0 {
    min-height: 0px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-0 {
    width: 0% !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
  .max-w-xl-0 {
    max-width: 0% !important;
  }
  .min-w-xl-0 {
    min-width: 0% !important;
  }
  .max-h-xl-0 {
    max-height: 0% !important;
  }
  .min-h-xl-0 {
    min-height: 0% !important;
  }
  .min-xl-vw-0 {
    min-width: 0vw !important;
  }
  .min-xl-vh-0 {
    min-height: 0vh !important;
  }
  .vw-xl-0 {
    width: 0vw !important;
  }
  .vh-xl-0 {
    height: 0vh !important;
  }
  .width-xl-0 {
    width: 0px !important;
  }
  .height-xl-0 {
    height: 0px !important;
  }
  .max-width-xl-0 {
    max-width: 0px !important;
  }
  .min-width-xl-0 {
    min-width: 0px !important;
  }
  .max-height-xl-0 {
    max-height: 0px !important;
  }
  .min-height-xl-0 {
    min-height: 0px !important;
  }
}
.w-0 {
  width: 0% !important;
}

.h-0 {
  height: 0% !important;
}

.max-w-0 {
  max-width: 0% !important;
}

.min-w-0 {
  min-width: 0% !important;
}

.max-h-0 {
  max-height: 0% !important;
}

.min-h-0 {
  min-height: 0% !important;
}

.min-vw-0 {
  min-width: 0vw !important;
}

.min-vh-0 {
  min-height: 0vh !important;
}

.vw-0 {
  width: 0vw !important;
}

.vh-0 {
  height: 0vh !important;
}

.width-0 {
  width: 0px !important;
}

.height-0 {
  height: 0px !important;
}

.max-width-0 {
  max-width: 0px !important;
}

.min-width-0 {
  min-width: 0px !important;
}

.max-height-0 {
  max-height: 0px !important;
}

.min-height-0 {
  min-height: 0px !important;
}

@media (max-width: 576px) {
  .w-sm-1 {
    width: 1% !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
  .max-w-sm-1 {
    max-width: 1% !important;
  }
  .min-w-sm-1 {
    min-width: 1% !important;
  }
  .max-h-sm-1 {
    max-height: 1% !important;
  }
  .min-h-sm-1 {
    min-height: 1% !important;
  }
  .min-sm-vw-1 {
    min-width: 1vw !important;
  }
  .min-sm-vh-1 {
    min-height: 1vh !important;
  }
  .vw-sm-1 {
    width: 1vw !important;
  }
  .vh-sm-1 {
    height: 1vh !important;
  }
  .width-sm-1 {
    width: 1px !important;
  }
  .height-sm-1 {
    height: 1px !important;
  }
  .max-width-sm-1 {
    max-width: 1px !important;
  }
  .min-width-sm-1 {
    min-width: 1px !important;
  }
  .max-height-sm-1 {
    max-height: 1px !important;
  }
  .min-height-sm-1 {
    min-height: 1px !important;
  }
}
@media (max-width: 768px) {
  .w-md-1 {
    width: 1% !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .max-w-md-1 {
    max-width: 1% !important;
  }
  .min-w-md-1 {
    min-width: 1% !important;
  }
  .max-h-md-1 {
    max-height: 1% !important;
  }
  .min-h-md-1 {
    min-height: 1% !important;
  }
  .min-md-vw-1 {
    min-width: 1vw !important;
  }
  .min-md-vh-1 {
    min-height: 1vh !important;
  }
  .vw-md-1 {
    width: 1vw !important;
  }
  .vh-md-1 {
    height: 1vh !important;
  }
  .width-md-1 {
    width: 1px !important;
  }
  .height-md-1 {
    height: 1px !important;
  }
  .max-width-md-1 {
    max-width: 1px !important;
  }
  .min-width-md-1 {
    min-width: 1px !important;
  }
  .max-height-md-1 {
    max-height: 1px !important;
  }
  .min-height-md-1 {
    min-height: 1px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-1 {
    width: 1% !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .max-w-lg-1 {
    max-width: 1% !important;
  }
  .min-w-lg-1 {
    min-width: 1% !important;
  }
  .max-h-lg-1 {
    max-height: 1% !important;
  }
  .min-h-lg-1 {
    min-height: 1% !important;
  }
  .min-lg-vw-1 {
    min-width: 1vw !important;
  }
  .min-lg-vh-1 {
    min-height: 1vh !important;
  }
  .vw-lg-1 {
    width: 1vw !important;
  }
  .vh-lg-1 {
    height: 1vh !important;
  }
  .width-lg-1 {
    width: 1px !important;
  }
  .height-lg-1 {
    height: 1px !important;
  }
  .max-width-lg-1 {
    max-width: 1px !important;
  }
  .min-width-lg-1 {
    min-width: 1px !important;
  }
  .max-height-lg-1 {
    max-height: 1px !important;
  }
  .min-height-lg-1 {
    min-height: 1px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-1 {
    width: 1% !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
  .max-w-xl-1 {
    max-width: 1% !important;
  }
  .min-w-xl-1 {
    min-width: 1% !important;
  }
  .max-h-xl-1 {
    max-height: 1% !important;
  }
  .min-h-xl-1 {
    min-height: 1% !important;
  }
  .min-xl-vw-1 {
    min-width: 1vw !important;
  }
  .min-xl-vh-1 {
    min-height: 1vh !important;
  }
  .vw-xl-1 {
    width: 1vw !important;
  }
  .vh-xl-1 {
    height: 1vh !important;
  }
  .width-xl-1 {
    width: 1px !important;
  }
  .height-xl-1 {
    height: 1px !important;
  }
  .max-width-xl-1 {
    max-width: 1px !important;
  }
  .min-width-xl-1 {
    min-width: 1px !important;
  }
  .max-height-xl-1 {
    max-height: 1px !important;
  }
  .min-height-xl-1 {
    min-height: 1px !important;
  }
}
.w-1 {
  width: 1% !important;
}

.h-1 {
  height: 1% !important;
}

.max-w-1 {
  max-width: 1% !important;
}

.min-w-1 {
  min-width: 1% !important;
}

.max-h-1 {
  max-height: 1% !important;
}

.min-h-1 {
  min-height: 1% !important;
}

.min-vw-1 {
  min-width: 1vw !important;
}

.min-vh-1 {
  min-height: 1vh !important;
}

.vw-1 {
  width: 1vw !important;
}

.vh-1 {
  height: 1vh !important;
}

.width-1 {
  width: 1px !important;
}

.height-1 {
  height: 1px !important;
}

.max-width-1 {
  max-width: 1px !important;
}

.min-width-1 {
  min-width: 1px !important;
}

.max-height-1 {
  max-height: 1px !important;
}

.min-height-1 {
  min-height: 1px !important;
}

@media (max-width: 576px) {
  .w-sm-2 {
    width: 2% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .max-w-sm-2 {
    max-width: 2% !important;
  }
  .min-w-sm-2 {
    min-width: 2% !important;
  }
  .max-h-sm-2 {
    max-height: 2% !important;
  }
  .min-h-sm-2 {
    min-height: 2% !important;
  }
  .min-sm-vw-2 {
    min-width: 2vw !important;
  }
  .min-sm-vh-2 {
    min-height: 2vh !important;
  }
  .vw-sm-2 {
    width: 2vw !important;
  }
  .vh-sm-2 {
    height: 2vh !important;
  }
  .width-sm-2 {
    width: 2px !important;
  }
  .height-sm-2 {
    height: 2px !important;
  }
  .max-width-sm-2 {
    max-width: 2px !important;
  }
  .min-width-sm-2 {
    min-width: 2px !important;
  }
  .max-height-sm-2 {
    max-height: 2px !important;
  }
  .min-height-sm-2 {
    min-height: 2px !important;
  }
}
@media (max-width: 768px) {
  .w-md-2 {
    width: 2% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .max-w-md-2 {
    max-width: 2% !important;
  }
  .min-w-md-2 {
    min-width: 2% !important;
  }
  .max-h-md-2 {
    max-height: 2% !important;
  }
  .min-h-md-2 {
    min-height: 2% !important;
  }
  .min-md-vw-2 {
    min-width: 2vw !important;
  }
  .min-md-vh-2 {
    min-height: 2vh !important;
  }
  .vw-md-2 {
    width: 2vw !important;
  }
  .vh-md-2 {
    height: 2vh !important;
  }
  .width-md-2 {
    width: 2px !important;
  }
  .height-md-2 {
    height: 2px !important;
  }
  .max-width-md-2 {
    max-width: 2px !important;
  }
  .min-width-md-2 {
    min-width: 2px !important;
  }
  .max-height-md-2 {
    max-height: 2px !important;
  }
  .min-height-md-2 {
    min-height: 2px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-2 {
    width: 2% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .max-w-lg-2 {
    max-width: 2% !important;
  }
  .min-w-lg-2 {
    min-width: 2% !important;
  }
  .max-h-lg-2 {
    max-height: 2% !important;
  }
  .min-h-lg-2 {
    min-height: 2% !important;
  }
  .min-lg-vw-2 {
    min-width: 2vw !important;
  }
  .min-lg-vh-2 {
    min-height: 2vh !important;
  }
  .vw-lg-2 {
    width: 2vw !important;
  }
  .vh-lg-2 {
    height: 2vh !important;
  }
  .width-lg-2 {
    width: 2px !important;
  }
  .height-lg-2 {
    height: 2px !important;
  }
  .max-width-lg-2 {
    max-width: 2px !important;
  }
  .min-width-lg-2 {
    min-width: 2px !important;
  }
  .max-height-lg-2 {
    max-height: 2px !important;
  }
  .min-height-lg-2 {
    min-height: 2px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-2 {
    width: 2% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .max-w-xl-2 {
    max-width: 2% !important;
  }
  .min-w-xl-2 {
    min-width: 2% !important;
  }
  .max-h-xl-2 {
    max-height: 2% !important;
  }
  .min-h-xl-2 {
    min-height: 2% !important;
  }
  .min-xl-vw-2 {
    min-width: 2vw !important;
  }
  .min-xl-vh-2 {
    min-height: 2vh !important;
  }
  .vw-xl-2 {
    width: 2vw !important;
  }
  .vh-xl-2 {
    height: 2vh !important;
  }
  .width-xl-2 {
    width: 2px !important;
  }
  .height-xl-2 {
    height: 2px !important;
  }
  .max-width-xl-2 {
    max-width: 2px !important;
  }
  .min-width-xl-2 {
    min-width: 2px !important;
  }
  .max-height-xl-2 {
    max-height: 2px !important;
  }
  .min-height-xl-2 {
    min-height: 2px !important;
  }
}
.w-2 {
  width: 2% !important;
}

.h-2 {
  height: 2% !important;
}

.max-w-2 {
  max-width: 2% !important;
}

.min-w-2 {
  min-width: 2% !important;
}

.max-h-2 {
  max-height: 2% !important;
}

.min-h-2 {
  min-height: 2% !important;
}

.min-vw-2 {
  min-width: 2vw !important;
}

.min-vh-2 {
  min-height: 2vh !important;
}

.vw-2 {
  width: 2vw !important;
}

.vh-2 {
  height: 2vh !important;
}

.width-2 {
  width: 2px !important;
}

.height-2 {
  height: 2px !important;
}

.max-width-2 {
  max-width: 2px !important;
}

.min-width-2 {
  min-width: 2px !important;
}

.max-height-2 {
  max-height: 2px !important;
}

.min-height-2 {
  min-height: 2px !important;
}

@media (max-width: 576px) {
  .w-sm-3 {
    width: 3% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
  .max-w-sm-3 {
    max-width: 3% !important;
  }
  .min-w-sm-3 {
    min-width: 3% !important;
  }
  .max-h-sm-3 {
    max-height: 3% !important;
  }
  .min-h-sm-3 {
    min-height: 3% !important;
  }
  .min-sm-vw-3 {
    min-width: 3vw !important;
  }
  .min-sm-vh-3 {
    min-height: 3vh !important;
  }
  .vw-sm-3 {
    width: 3vw !important;
  }
  .vh-sm-3 {
    height: 3vh !important;
  }
  .width-sm-3 {
    width: 3px !important;
  }
  .height-sm-3 {
    height: 3px !important;
  }
  .max-width-sm-3 {
    max-width: 3px !important;
  }
  .min-width-sm-3 {
    min-width: 3px !important;
  }
  .max-height-sm-3 {
    max-height: 3px !important;
  }
  .min-height-sm-3 {
    min-height: 3px !important;
  }
}
@media (max-width: 768px) {
  .w-md-3 {
    width: 3% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .max-w-md-3 {
    max-width: 3% !important;
  }
  .min-w-md-3 {
    min-width: 3% !important;
  }
  .max-h-md-3 {
    max-height: 3% !important;
  }
  .min-h-md-3 {
    min-height: 3% !important;
  }
  .min-md-vw-3 {
    min-width: 3vw !important;
  }
  .min-md-vh-3 {
    min-height: 3vh !important;
  }
  .vw-md-3 {
    width: 3vw !important;
  }
  .vh-md-3 {
    height: 3vh !important;
  }
  .width-md-3 {
    width: 3px !important;
  }
  .height-md-3 {
    height: 3px !important;
  }
  .max-width-md-3 {
    max-width: 3px !important;
  }
  .min-width-md-3 {
    min-width: 3px !important;
  }
  .max-height-md-3 {
    max-height: 3px !important;
  }
  .min-height-md-3 {
    min-height: 3px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-3 {
    width: 3% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .max-w-lg-3 {
    max-width: 3% !important;
  }
  .min-w-lg-3 {
    min-width: 3% !important;
  }
  .max-h-lg-3 {
    max-height: 3% !important;
  }
  .min-h-lg-3 {
    min-height: 3% !important;
  }
  .min-lg-vw-3 {
    min-width: 3vw !important;
  }
  .min-lg-vh-3 {
    min-height: 3vh !important;
  }
  .vw-lg-3 {
    width: 3vw !important;
  }
  .vh-lg-3 {
    height: 3vh !important;
  }
  .width-lg-3 {
    width: 3px !important;
  }
  .height-lg-3 {
    height: 3px !important;
  }
  .max-width-lg-3 {
    max-width: 3px !important;
  }
  .min-width-lg-3 {
    min-width: 3px !important;
  }
  .max-height-lg-3 {
    max-height: 3px !important;
  }
  .min-height-lg-3 {
    min-height: 3px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-3 {
    width: 3% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
  .max-w-xl-3 {
    max-width: 3% !important;
  }
  .min-w-xl-3 {
    min-width: 3% !important;
  }
  .max-h-xl-3 {
    max-height: 3% !important;
  }
  .min-h-xl-3 {
    min-height: 3% !important;
  }
  .min-xl-vw-3 {
    min-width: 3vw !important;
  }
  .min-xl-vh-3 {
    min-height: 3vh !important;
  }
  .vw-xl-3 {
    width: 3vw !important;
  }
  .vh-xl-3 {
    height: 3vh !important;
  }
  .width-xl-3 {
    width: 3px !important;
  }
  .height-xl-3 {
    height: 3px !important;
  }
  .max-width-xl-3 {
    max-width: 3px !important;
  }
  .min-width-xl-3 {
    min-width: 3px !important;
  }
  .max-height-xl-3 {
    max-height: 3px !important;
  }
  .min-height-xl-3 {
    min-height: 3px !important;
  }
}
.w-3 {
  width: 3% !important;
}

.h-3 {
  height: 3% !important;
}

.max-w-3 {
  max-width: 3% !important;
}

.min-w-3 {
  min-width: 3% !important;
}

.max-h-3 {
  max-height: 3% !important;
}

.min-h-3 {
  min-height: 3% !important;
}

.min-vw-3 {
  min-width: 3vw !important;
}

.min-vh-3 {
  min-height: 3vh !important;
}

.vw-3 {
  width: 3vw !important;
}

.vh-3 {
  height: 3vh !important;
}

.width-3 {
  width: 3px !important;
}

.height-3 {
  height: 3px !important;
}

.max-width-3 {
  max-width: 3px !important;
}

.min-width-3 {
  min-width: 3px !important;
}

.max-height-3 {
  max-height: 3px !important;
}

.min-height-3 {
  min-height: 3px !important;
}

@media (max-width: 576px) {
  .w-sm-4 {
    width: 4% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .max-w-sm-4 {
    max-width: 4% !important;
  }
  .min-w-sm-4 {
    min-width: 4% !important;
  }
  .max-h-sm-4 {
    max-height: 4% !important;
  }
  .min-h-sm-4 {
    min-height: 4% !important;
  }
  .min-sm-vw-4 {
    min-width: 4vw !important;
  }
  .min-sm-vh-4 {
    min-height: 4vh !important;
  }
  .vw-sm-4 {
    width: 4vw !important;
  }
  .vh-sm-4 {
    height: 4vh !important;
  }
  .width-sm-4 {
    width: 4px !important;
  }
  .height-sm-4 {
    height: 4px !important;
  }
  .max-width-sm-4 {
    max-width: 4px !important;
  }
  .min-width-sm-4 {
    min-width: 4px !important;
  }
  .max-height-sm-4 {
    max-height: 4px !important;
  }
  .min-height-sm-4 {
    min-height: 4px !important;
  }
}
@media (max-width: 768px) {
  .w-md-4 {
    width: 4% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .max-w-md-4 {
    max-width: 4% !important;
  }
  .min-w-md-4 {
    min-width: 4% !important;
  }
  .max-h-md-4 {
    max-height: 4% !important;
  }
  .min-h-md-4 {
    min-height: 4% !important;
  }
  .min-md-vw-4 {
    min-width: 4vw !important;
  }
  .min-md-vh-4 {
    min-height: 4vh !important;
  }
  .vw-md-4 {
    width: 4vw !important;
  }
  .vh-md-4 {
    height: 4vh !important;
  }
  .width-md-4 {
    width: 4px !important;
  }
  .height-md-4 {
    height: 4px !important;
  }
  .max-width-md-4 {
    max-width: 4px !important;
  }
  .min-width-md-4 {
    min-width: 4px !important;
  }
  .max-height-md-4 {
    max-height: 4px !important;
  }
  .min-height-md-4 {
    min-height: 4px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-4 {
    width: 4% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .max-w-lg-4 {
    max-width: 4% !important;
  }
  .min-w-lg-4 {
    min-width: 4% !important;
  }
  .max-h-lg-4 {
    max-height: 4% !important;
  }
  .min-h-lg-4 {
    min-height: 4% !important;
  }
  .min-lg-vw-4 {
    min-width: 4vw !important;
  }
  .min-lg-vh-4 {
    min-height: 4vh !important;
  }
  .vw-lg-4 {
    width: 4vw !important;
  }
  .vh-lg-4 {
    height: 4vh !important;
  }
  .width-lg-4 {
    width: 4px !important;
  }
  .height-lg-4 {
    height: 4px !important;
  }
  .max-width-lg-4 {
    max-width: 4px !important;
  }
  .min-width-lg-4 {
    min-width: 4px !important;
  }
  .max-height-lg-4 {
    max-height: 4px !important;
  }
  .min-height-lg-4 {
    min-height: 4px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-4 {
    width: 4% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .max-w-xl-4 {
    max-width: 4% !important;
  }
  .min-w-xl-4 {
    min-width: 4% !important;
  }
  .max-h-xl-4 {
    max-height: 4% !important;
  }
  .min-h-xl-4 {
    min-height: 4% !important;
  }
  .min-xl-vw-4 {
    min-width: 4vw !important;
  }
  .min-xl-vh-4 {
    min-height: 4vh !important;
  }
  .vw-xl-4 {
    width: 4vw !important;
  }
  .vh-xl-4 {
    height: 4vh !important;
  }
  .width-xl-4 {
    width: 4px !important;
  }
  .height-xl-4 {
    height: 4px !important;
  }
  .max-width-xl-4 {
    max-width: 4px !important;
  }
  .min-width-xl-4 {
    min-width: 4px !important;
  }
  .max-height-xl-4 {
    max-height: 4px !important;
  }
  .min-height-xl-4 {
    min-height: 4px !important;
  }
}
.w-4 {
  width: 4% !important;
}

.h-4 {
  height: 4% !important;
}

.max-w-4 {
  max-width: 4% !important;
}

.min-w-4 {
  min-width: 4% !important;
}

.max-h-4 {
  max-height: 4% !important;
}

.min-h-4 {
  min-height: 4% !important;
}

.min-vw-4 {
  min-width: 4vw !important;
}

.min-vh-4 {
  min-height: 4vh !important;
}

.vw-4 {
  width: 4vw !important;
}

.vh-4 {
  height: 4vh !important;
}

.width-4 {
  width: 4px !important;
}

.height-4 {
  height: 4px !important;
}

.max-width-4 {
  max-width: 4px !important;
}

.min-width-4 {
  min-width: 4px !important;
}

.max-height-4 {
  max-height: 4px !important;
}

.min-height-4 {
  min-height: 4px !important;
}

@media (max-width: 576px) {
  .w-sm-5 {
    width: 5% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .max-w-sm-5 {
    max-width: 5% !important;
  }
  .min-w-sm-5 {
    min-width: 5% !important;
  }
  .max-h-sm-5 {
    max-height: 5% !important;
  }
  .min-h-sm-5 {
    min-height: 5% !important;
  }
  .min-sm-vw-5 {
    min-width: 5vw !important;
  }
  .min-sm-vh-5 {
    min-height: 5vh !important;
  }
  .vw-sm-5 {
    width: 5vw !important;
  }
  .vh-sm-5 {
    height: 5vh !important;
  }
  .width-sm-5 {
    width: 5px !important;
  }
  .height-sm-5 {
    height: 5px !important;
  }
  .max-width-sm-5 {
    max-width: 5px !important;
  }
  .min-width-sm-5 {
    min-width: 5px !important;
  }
  .max-height-sm-5 {
    max-height: 5px !important;
  }
  .min-height-sm-5 {
    min-height: 5px !important;
  }
}
@media (max-width: 768px) {
  .w-md-5 {
    width: 5% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .max-w-md-5 {
    max-width: 5% !important;
  }
  .min-w-md-5 {
    min-width: 5% !important;
  }
  .max-h-md-5 {
    max-height: 5% !important;
  }
  .min-h-md-5 {
    min-height: 5% !important;
  }
  .min-md-vw-5 {
    min-width: 5vw !important;
  }
  .min-md-vh-5 {
    min-height: 5vh !important;
  }
  .vw-md-5 {
    width: 5vw !important;
  }
  .vh-md-5 {
    height: 5vh !important;
  }
  .width-md-5 {
    width: 5px !important;
  }
  .height-md-5 {
    height: 5px !important;
  }
  .max-width-md-5 {
    max-width: 5px !important;
  }
  .min-width-md-5 {
    min-width: 5px !important;
  }
  .max-height-md-5 {
    max-height: 5px !important;
  }
  .min-height-md-5 {
    min-height: 5px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-5 {
    width: 5% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .max-w-lg-5 {
    max-width: 5% !important;
  }
  .min-w-lg-5 {
    min-width: 5% !important;
  }
  .max-h-lg-5 {
    max-height: 5% !important;
  }
  .min-h-lg-5 {
    min-height: 5% !important;
  }
  .min-lg-vw-5 {
    min-width: 5vw !important;
  }
  .min-lg-vh-5 {
    min-height: 5vh !important;
  }
  .vw-lg-5 {
    width: 5vw !important;
  }
  .vh-lg-5 {
    height: 5vh !important;
  }
  .width-lg-5 {
    width: 5px !important;
  }
  .height-lg-5 {
    height: 5px !important;
  }
  .max-width-lg-5 {
    max-width: 5px !important;
  }
  .min-width-lg-5 {
    min-width: 5px !important;
  }
  .max-height-lg-5 {
    max-height: 5px !important;
  }
  .min-height-lg-5 {
    min-height: 5px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-5 {
    width: 5% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .max-w-xl-5 {
    max-width: 5% !important;
  }
  .min-w-xl-5 {
    min-width: 5% !important;
  }
  .max-h-xl-5 {
    max-height: 5% !important;
  }
  .min-h-xl-5 {
    min-height: 5% !important;
  }
  .min-xl-vw-5 {
    min-width: 5vw !important;
  }
  .min-xl-vh-5 {
    min-height: 5vh !important;
  }
  .vw-xl-5 {
    width: 5vw !important;
  }
  .vh-xl-5 {
    height: 5vh !important;
  }
  .width-xl-5 {
    width: 5px !important;
  }
  .height-xl-5 {
    height: 5px !important;
  }
  .max-width-xl-5 {
    max-width: 5px !important;
  }
  .min-width-xl-5 {
    min-width: 5px !important;
  }
  .max-height-xl-5 {
    max-height: 5px !important;
  }
  .min-height-xl-5 {
    min-height: 5px !important;
  }
}
.w-5 {
  width: 5% !important;
}

.h-5 {
  height: 5% !important;
}

.max-w-5 {
  max-width: 5% !important;
}

.min-w-5 {
  min-width: 5% !important;
}

.max-h-5 {
  max-height: 5% !important;
}

.min-h-5 {
  min-height: 5% !important;
}

.min-vw-5 {
  min-width: 5vw !important;
}

.min-vh-5 {
  min-height: 5vh !important;
}

.vw-5 {
  width: 5vw !important;
}

.vh-5 {
  height: 5vh !important;
}

.width-5 {
  width: 5px !important;
}

.height-5 {
  height: 5px !important;
}

.max-width-5 {
  max-width: 5px !important;
}

.min-width-5 {
  min-width: 5px !important;
}

.max-height-5 {
  max-height: 5px !important;
}

.min-height-5 {
  min-height: 5px !important;
}

@media (max-width: 576px) {
  .w-sm-6 {
    width: 6% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .max-w-sm-6 {
    max-width: 6% !important;
  }
  .min-w-sm-6 {
    min-width: 6% !important;
  }
  .max-h-sm-6 {
    max-height: 6% !important;
  }
  .min-h-sm-6 {
    min-height: 6% !important;
  }
  .min-sm-vw-6 {
    min-width: 6vw !important;
  }
  .min-sm-vh-6 {
    min-height: 6vh !important;
  }
  .vw-sm-6 {
    width: 6vw !important;
  }
  .vh-sm-6 {
    height: 6vh !important;
  }
  .width-sm-6 {
    width: 6px !important;
  }
  .height-sm-6 {
    height: 6px !important;
  }
  .max-width-sm-6 {
    max-width: 6px !important;
  }
  .min-width-sm-6 {
    min-width: 6px !important;
  }
  .max-height-sm-6 {
    max-height: 6px !important;
  }
  .min-height-sm-6 {
    min-height: 6px !important;
  }
}
@media (max-width: 768px) {
  .w-md-6 {
    width: 6% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .max-w-md-6 {
    max-width: 6% !important;
  }
  .min-w-md-6 {
    min-width: 6% !important;
  }
  .max-h-md-6 {
    max-height: 6% !important;
  }
  .min-h-md-6 {
    min-height: 6% !important;
  }
  .min-md-vw-6 {
    min-width: 6vw !important;
  }
  .min-md-vh-6 {
    min-height: 6vh !important;
  }
  .vw-md-6 {
    width: 6vw !important;
  }
  .vh-md-6 {
    height: 6vh !important;
  }
  .width-md-6 {
    width: 6px !important;
  }
  .height-md-6 {
    height: 6px !important;
  }
  .max-width-md-6 {
    max-width: 6px !important;
  }
  .min-width-md-6 {
    min-width: 6px !important;
  }
  .max-height-md-6 {
    max-height: 6px !important;
  }
  .min-height-md-6 {
    min-height: 6px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-6 {
    width: 6% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .max-w-lg-6 {
    max-width: 6% !important;
  }
  .min-w-lg-6 {
    min-width: 6% !important;
  }
  .max-h-lg-6 {
    max-height: 6% !important;
  }
  .min-h-lg-6 {
    min-height: 6% !important;
  }
  .min-lg-vw-6 {
    min-width: 6vw !important;
  }
  .min-lg-vh-6 {
    min-height: 6vh !important;
  }
  .vw-lg-6 {
    width: 6vw !important;
  }
  .vh-lg-6 {
    height: 6vh !important;
  }
  .width-lg-6 {
    width: 6px !important;
  }
  .height-lg-6 {
    height: 6px !important;
  }
  .max-width-lg-6 {
    max-width: 6px !important;
  }
  .min-width-lg-6 {
    min-width: 6px !important;
  }
  .max-height-lg-6 {
    max-height: 6px !important;
  }
  .min-height-lg-6 {
    min-height: 6px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-6 {
    width: 6% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .max-w-xl-6 {
    max-width: 6% !important;
  }
  .min-w-xl-6 {
    min-width: 6% !important;
  }
  .max-h-xl-6 {
    max-height: 6% !important;
  }
  .min-h-xl-6 {
    min-height: 6% !important;
  }
  .min-xl-vw-6 {
    min-width: 6vw !important;
  }
  .min-xl-vh-6 {
    min-height: 6vh !important;
  }
  .vw-xl-6 {
    width: 6vw !important;
  }
  .vh-xl-6 {
    height: 6vh !important;
  }
  .width-xl-6 {
    width: 6px !important;
  }
  .height-xl-6 {
    height: 6px !important;
  }
  .max-width-xl-6 {
    max-width: 6px !important;
  }
  .min-width-xl-6 {
    min-width: 6px !important;
  }
  .max-height-xl-6 {
    max-height: 6px !important;
  }
  .min-height-xl-6 {
    min-height: 6px !important;
  }
}
.w-6 {
  width: 6% !important;
}

.h-6 {
  height: 6% !important;
}

.max-w-6 {
  max-width: 6% !important;
}

.min-w-6 {
  min-width: 6% !important;
}

.max-h-6 {
  max-height: 6% !important;
}

.min-h-6 {
  min-height: 6% !important;
}

.min-vw-6 {
  min-width: 6vw !important;
}

.min-vh-6 {
  min-height: 6vh !important;
}

.vw-6 {
  width: 6vw !important;
}

.vh-6 {
  height: 6vh !important;
}

.width-6 {
  width: 6px !important;
}

.height-6 {
  height: 6px !important;
}

.max-width-6 {
  max-width: 6px !important;
}

.min-width-6 {
  min-width: 6px !important;
}

.max-height-6 {
  max-height: 6px !important;
}

.min-height-6 {
  min-height: 6px !important;
}

@media (max-width: 576px) {
  .w-sm-7 {
    width: 7% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
  .max-w-sm-7 {
    max-width: 7% !important;
  }
  .min-w-sm-7 {
    min-width: 7% !important;
  }
  .max-h-sm-7 {
    max-height: 7% !important;
  }
  .min-h-sm-7 {
    min-height: 7% !important;
  }
  .min-sm-vw-7 {
    min-width: 7vw !important;
  }
  .min-sm-vh-7 {
    min-height: 7vh !important;
  }
  .vw-sm-7 {
    width: 7vw !important;
  }
  .vh-sm-7 {
    height: 7vh !important;
  }
  .width-sm-7 {
    width: 7px !important;
  }
  .height-sm-7 {
    height: 7px !important;
  }
  .max-width-sm-7 {
    max-width: 7px !important;
  }
  .min-width-sm-7 {
    min-width: 7px !important;
  }
  .max-height-sm-7 {
    max-height: 7px !important;
  }
  .min-height-sm-7 {
    min-height: 7px !important;
  }
}
@media (max-width: 768px) {
  .w-md-7 {
    width: 7% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .max-w-md-7 {
    max-width: 7% !important;
  }
  .min-w-md-7 {
    min-width: 7% !important;
  }
  .max-h-md-7 {
    max-height: 7% !important;
  }
  .min-h-md-7 {
    min-height: 7% !important;
  }
  .min-md-vw-7 {
    min-width: 7vw !important;
  }
  .min-md-vh-7 {
    min-height: 7vh !important;
  }
  .vw-md-7 {
    width: 7vw !important;
  }
  .vh-md-7 {
    height: 7vh !important;
  }
  .width-md-7 {
    width: 7px !important;
  }
  .height-md-7 {
    height: 7px !important;
  }
  .max-width-md-7 {
    max-width: 7px !important;
  }
  .min-width-md-7 {
    min-width: 7px !important;
  }
  .max-height-md-7 {
    max-height: 7px !important;
  }
  .min-height-md-7 {
    min-height: 7px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-7 {
    width: 7% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .max-w-lg-7 {
    max-width: 7% !important;
  }
  .min-w-lg-7 {
    min-width: 7% !important;
  }
  .max-h-lg-7 {
    max-height: 7% !important;
  }
  .min-h-lg-7 {
    min-height: 7% !important;
  }
  .min-lg-vw-7 {
    min-width: 7vw !important;
  }
  .min-lg-vh-7 {
    min-height: 7vh !important;
  }
  .vw-lg-7 {
    width: 7vw !important;
  }
  .vh-lg-7 {
    height: 7vh !important;
  }
  .width-lg-7 {
    width: 7px !important;
  }
  .height-lg-7 {
    height: 7px !important;
  }
  .max-width-lg-7 {
    max-width: 7px !important;
  }
  .min-width-lg-7 {
    min-width: 7px !important;
  }
  .max-height-lg-7 {
    max-height: 7px !important;
  }
  .min-height-lg-7 {
    min-height: 7px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-7 {
    width: 7% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
  .max-w-xl-7 {
    max-width: 7% !important;
  }
  .min-w-xl-7 {
    min-width: 7% !important;
  }
  .max-h-xl-7 {
    max-height: 7% !important;
  }
  .min-h-xl-7 {
    min-height: 7% !important;
  }
  .min-xl-vw-7 {
    min-width: 7vw !important;
  }
  .min-xl-vh-7 {
    min-height: 7vh !important;
  }
  .vw-xl-7 {
    width: 7vw !important;
  }
  .vh-xl-7 {
    height: 7vh !important;
  }
  .width-xl-7 {
    width: 7px !important;
  }
  .height-xl-7 {
    height: 7px !important;
  }
  .max-width-xl-7 {
    max-width: 7px !important;
  }
  .min-width-xl-7 {
    min-width: 7px !important;
  }
  .max-height-xl-7 {
    max-height: 7px !important;
  }
  .min-height-xl-7 {
    min-height: 7px !important;
  }
}
.w-7 {
  width: 7% !important;
}

.h-7 {
  height: 7% !important;
}

.max-w-7 {
  max-width: 7% !important;
}

.min-w-7 {
  min-width: 7% !important;
}

.max-h-7 {
  max-height: 7% !important;
}

.min-h-7 {
  min-height: 7% !important;
}

.min-vw-7 {
  min-width: 7vw !important;
}

.min-vh-7 {
  min-height: 7vh !important;
}

.vw-7 {
  width: 7vw !important;
}

.vh-7 {
  height: 7vh !important;
}

.width-7 {
  width: 7px !important;
}

.height-7 {
  height: 7px !important;
}

.max-width-7 {
  max-width: 7px !important;
}

.min-width-7 {
  min-width: 7px !important;
}

.max-height-7 {
  max-height: 7px !important;
}

.min-height-7 {
  min-height: 7px !important;
}

@media (max-width: 576px) {
  .w-sm-8 {
    width: 8% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .max-w-sm-8 {
    max-width: 8% !important;
  }
  .min-w-sm-8 {
    min-width: 8% !important;
  }
  .max-h-sm-8 {
    max-height: 8% !important;
  }
  .min-h-sm-8 {
    min-height: 8% !important;
  }
  .min-sm-vw-8 {
    min-width: 8vw !important;
  }
  .min-sm-vh-8 {
    min-height: 8vh !important;
  }
  .vw-sm-8 {
    width: 8vw !important;
  }
  .vh-sm-8 {
    height: 8vh !important;
  }
  .width-sm-8 {
    width: 8px !important;
  }
  .height-sm-8 {
    height: 8px !important;
  }
  .max-width-sm-8 {
    max-width: 8px !important;
  }
  .min-width-sm-8 {
    min-width: 8px !important;
  }
  .max-height-sm-8 {
    max-height: 8px !important;
  }
  .min-height-sm-8 {
    min-height: 8px !important;
  }
}
@media (max-width: 768px) {
  .w-md-8 {
    width: 8% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .max-w-md-8 {
    max-width: 8% !important;
  }
  .min-w-md-8 {
    min-width: 8% !important;
  }
  .max-h-md-8 {
    max-height: 8% !important;
  }
  .min-h-md-8 {
    min-height: 8% !important;
  }
  .min-md-vw-8 {
    min-width: 8vw !important;
  }
  .min-md-vh-8 {
    min-height: 8vh !important;
  }
  .vw-md-8 {
    width: 8vw !important;
  }
  .vh-md-8 {
    height: 8vh !important;
  }
  .width-md-8 {
    width: 8px !important;
  }
  .height-md-8 {
    height: 8px !important;
  }
  .max-width-md-8 {
    max-width: 8px !important;
  }
  .min-width-md-8 {
    min-width: 8px !important;
  }
  .max-height-md-8 {
    max-height: 8px !important;
  }
  .min-height-md-8 {
    min-height: 8px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-8 {
    width: 8% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .max-w-lg-8 {
    max-width: 8% !important;
  }
  .min-w-lg-8 {
    min-width: 8% !important;
  }
  .max-h-lg-8 {
    max-height: 8% !important;
  }
  .min-h-lg-8 {
    min-height: 8% !important;
  }
  .min-lg-vw-8 {
    min-width: 8vw !important;
  }
  .min-lg-vh-8 {
    min-height: 8vh !important;
  }
  .vw-lg-8 {
    width: 8vw !important;
  }
  .vh-lg-8 {
    height: 8vh !important;
  }
  .width-lg-8 {
    width: 8px !important;
  }
  .height-lg-8 {
    height: 8px !important;
  }
  .max-width-lg-8 {
    max-width: 8px !important;
  }
  .min-width-lg-8 {
    min-width: 8px !important;
  }
  .max-height-lg-8 {
    max-height: 8px !important;
  }
  .min-height-lg-8 {
    min-height: 8px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-8 {
    width: 8% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .max-w-xl-8 {
    max-width: 8% !important;
  }
  .min-w-xl-8 {
    min-width: 8% !important;
  }
  .max-h-xl-8 {
    max-height: 8% !important;
  }
  .min-h-xl-8 {
    min-height: 8% !important;
  }
  .min-xl-vw-8 {
    min-width: 8vw !important;
  }
  .min-xl-vh-8 {
    min-height: 8vh !important;
  }
  .vw-xl-8 {
    width: 8vw !important;
  }
  .vh-xl-8 {
    height: 8vh !important;
  }
  .width-xl-8 {
    width: 8px !important;
  }
  .height-xl-8 {
    height: 8px !important;
  }
  .max-width-xl-8 {
    max-width: 8px !important;
  }
  .min-width-xl-8 {
    min-width: 8px !important;
  }
  .max-height-xl-8 {
    max-height: 8px !important;
  }
  .min-height-xl-8 {
    min-height: 8px !important;
  }
}
.w-8 {
  width: 8% !important;
}

.h-8 {
  height: 8% !important;
}

.max-w-8 {
  max-width: 8% !important;
}

.min-w-8 {
  min-width: 8% !important;
}

.max-h-8 {
  max-height: 8% !important;
}

.min-h-8 {
  min-height: 8% !important;
}

.min-vw-8 {
  min-width: 8vw !important;
}

.min-vh-8 {
  min-height: 8vh !important;
}

.vw-8 {
  width: 8vw !important;
}

.vh-8 {
  height: 8vh !important;
}

.width-8 {
  width: 8px !important;
}

.height-8 {
  height: 8px !important;
}

.max-width-8 {
  max-width: 8px !important;
}

.min-width-8 {
  min-width: 8px !important;
}

.max-height-8 {
  max-height: 8px !important;
}

.min-height-8 {
  min-height: 8px !important;
}

@media (max-width: 576px) {
  .w-sm-9 {
    width: 9% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
  .max-w-sm-9 {
    max-width: 9% !important;
  }
  .min-w-sm-9 {
    min-width: 9% !important;
  }
  .max-h-sm-9 {
    max-height: 9% !important;
  }
  .min-h-sm-9 {
    min-height: 9% !important;
  }
  .min-sm-vw-9 {
    min-width: 9vw !important;
  }
  .min-sm-vh-9 {
    min-height: 9vh !important;
  }
  .vw-sm-9 {
    width: 9vw !important;
  }
  .vh-sm-9 {
    height: 9vh !important;
  }
  .width-sm-9 {
    width: 9px !important;
  }
  .height-sm-9 {
    height: 9px !important;
  }
  .max-width-sm-9 {
    max-width: 9px !important;
  }
  .min-width-sm-9 {
    min-width: 9px !important;
  }
  .max-height-sm-9 {
    max-height: 9px !important;
  }
  .min-height-sm-9 {
    min-height: 9px !important;
  }
}
@media (max-width: 768px) {
  .w-md-9 {
    width: 9% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .max-w-md-9 {
    max-width: 9% !important;
  }
  .min-w-md-9 {
    min-width: 9% !important;
  }
  .max-h-md-9 {
    max-height: 9% !important;
  }
  .min-h-md-9 {
    min-height: 9% !important;
  }
  .min-md-vw-9 {
    min-width: 9vw !important;
  }
  .min-md-vh-9 {
    min-height: 9vh !important;
  }
  .vw-md-9 {
    width: 9vw !important;
  }
  .vh-md-9 {
    height: 9vh !important;
  }
  .width-md-9 {
    width: 9px !important;
  }
  .height-md-9 {
    height: 9px !important;
  }
  .max-width-md-9 {
    max-width: 9px !important;
  }
  .min-width-md-9 {
    min-width: 9px !important;
  }
  .max-height-md-9 {
    max-height: 9px !important;
  }
  .min-height-md-9 {
    min-height: 9px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-9 {
    width: 9% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .max-w-lg-9 {
    max-width: 9% !important;
  }
  .min-w-lg-9 {
    min-width: 9% !important;
  }
  .max-h-lg-9 {
    max-height: 9% !important;
  }
  .min-h-lg-9 {
    min-height: 9% !important;
  }
  .min-lg-vw-9 {
    min-width: 9vw !important;
  }
  .min-lg-vh-9 {
    min-height: 9vh !important;
  }
  .vw-lg-9 {
    width: 9vw !important;
  }
  .vh-lg-9 {
    height: 9vh !important;
  }
  .width-lg-9 {
    width: 9px !important;
  }
  .height-lg-9 {
    height: 9px !important;
  }
  .max-width-lg-9 {
    max-width: 9px !important;
  }
  .min-width-lg-9 {
    min-width: 9px !important;
  }
  .max-height-lg-9 {
    max-height: 9px !important;
  }
  .min-height-lg-9 {
    min-height: 9px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-9 {
    width: 9% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
  .max-w-xl-9 {
    max-width: 9% !important;
  }
  .min-w-xl-9 {
    min-width: 9% !important;
  }
  .max-h-xl-9 {
    max-height: 9% !important;
  }
  .min-h-xl-9 {
    min-height: 9% !important;
  }
  .min-xl-vw-9 {
    min-width: 9vw !important;
  }
  .min-xl-vh-9 {
    min-height: 9vh !important;
  }
  .vw-xl-9 {
    width: 9vw !important;
  }
  .vh-xl-9 {
    height: 9vh !important;
  }
  .width-xl-9 {
    width: 9px !important;
  }
  .height-xl-9 {
    height: 9px !important;
  }
  .max-width-xl-9 {
    max-width: 9px !important;
  }
  .min-width-xl-9 {
    min-width: 9px !important;
  }
  .max-height-xl-9 {
    max-height: 9px !important;
  }
  .min-height-xl-9 {
    min-height: 9px !important;
  }
}
.w-9 {
  width: 9% !important;
}

.h-9 {
  height: 9% !important;
}

.max-w-9 {
  max-width: 9% !important;
}

.min-w-9 {
  min-width: 9% !important;
}

.max-h-9 {
  max-height: 9% !important;
}

.min-h-9 {
  min-height: 9% !important;
}

.min-vw-9 {
  min-width: 9vw !important;
}

.min-vh-9 {
  min-height: 9vh !important;
}

.vw-9 {
  width: 9vw !important;
}

.vh-9 {
  height: 9vh !important;
}

.width-9 {
  width: 9px !important;
}

.height-9 {
  height: 9px !important;
}

.max-width-9 {
  max-width: 9px !important;
}

.min-width-9 {
  min-width: 9px !important;
}

.max-height-9 {
  max-height: 9px !important;
}

.min-height-9 {
  min-height: 9px !important;
}

@media (max-width: 576px) {
  .w-sm-10 {
    width: 10% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .max-w-sm-10 {
    max-width: 10% !important;
  }
  .min-w-sm-10 {
    min-width: 10% !important;
  }
  .max-h-sm-10 {
    max-height: 10% !important;
  }
  .min-h-sm-10 {
    min-height: 10% !important;
  }
  .min-sm-vw-10 {
    min-width: 10vw !important;
  }
  .min-sm-vh-10 {
    min-height: 10vh !important;
  }
  .vw-sm-10 {
    width: 10vw !important;
  }
  .vh-sm-10 {
    height: 10vh !important;
  }
  .width-sm-10 {
    width: 10px !important;
  }
  .height-sm-10 {
    height: 10px !important;
  }
  .max-width-sm-10 {
    max-width: 10px !important;
  }
  .min-width-sm-10 {
    min-width: 10px !important;
  }
  .max-height-sm-10 {
    max-height: 10px !important;
  }
  .min-height-sm-10 {
    min-height: 10px !important;
  }
}
@media (max-width: 768px) {
  .w-md-10 {
    width: 10% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .max-w-md-10 {
    max-width: 10% !important;
  }
  .min-w-md-10 {
    min-width: 10% !important;
  }
  .max-h-md-10 {
    max-height: 10% !important;
  }
  .min-h-md-10 {
    min-height: 10% !important;
  }
  .min-md-vw-10 {
    min-width: 10vw !important;
  }
  .min-md-vh-10 {
    min-height: 10vh !important;
  }
  .vw-md-10 {
    width: 10vw !important;
  }
  .vh-md-10 {
    height: 10vh !important;
  }
  .width-md-10 {
    width: 10px !important;
  }
  .height-md-10 {
    height: 10px !important;
  }
  .max-width-md-10 {
    max-width: 10px !important;
  }
  .min-width-md-10 {
    min-width: 10px !important;
  }
  .max-height-md-10 {
    max-height: 10px !important;
  }
  .min-height-md-10 {
    min-height: 10px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-10 {
    width: 10% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .max-w-lg-10 {
    max-width: 10% !important;
  }
  .min-w-lg-10 {
    min-width: 10% !important;
  }
  .max-h-lg-10 {
    max-height: 10% !important;
  }
  .min-h-lg-10 {
    min-height: 10% !important;
  }
  .min-lg-vw-10 {
    min-width: 10vw !important;
  }
  .min-lg-vh-10 {
    min-height: 10vh !important;
  }
  .vw-lg-10 {
    width: 10vw !important;
  }
  .vh-lg-10 {
    height: 10vh !important;
  }
  .width-lg-10 {
    width: 10px !important;
  }
  .height-lg-10 {
    height: 10px !important;
  }
  .max-width-lg-10 {
    max-width: 10px !important;
  }
  .min-width-lg-10 {
    min-width: 10px !important;
  }
  .max-height-lg-10 {
    max-height: 10px !important;
  }
  .min-height-lg-10 {
    min-height: 10px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-10 {
    width: 10% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .max-w-xl-10 {
    max-width: 10% !important;
  }
  .min-w-xl-10 {
    min-width: 10% !important;
  }
  .max-h-xl-10 {
    max-height: 10% !important;
  }
  .min-h-xl-10 {
    min-height: 10% !important;
  }
  .min-xl-vw-10 {
    min-width: 10vw !important;
  }
  .min-xl-vh-10 {
    min-height: 10vh !important;
  }
  .vw-xl-10 {
    width: 10vw !important;
  }
  .vh-xl-10 {
    height: 10vh !important;
  }
  .width-xl-10 {
    width: 10px !important;
  }
  .height-xl-10 {
    height: 10px !important;
  }
  .max-width-xl-10 {
    max-width: 10px !important;
  }
  .min-width-xl-10 {
    min-width: 10px !important;
  }
  .max-height-xl-10 {
    max-height: 10px !important;
  }
  .min-height-xl-10 {
    min-height: 10px !important;
  }
}
.w-10 {
  width: 10% !important;
}

.h-10 {
  height: 10% !important;
}

.max-w-10 {
  max-width: 10% !important;
}

.min-w-10 {
  min-width: 10% !important;
}

.max-h-10 {
  max-height: 10% !important;
}

.min-h-10 {
  min-height: 10% !important;
}

.min-vw-10 {
  min-width: 10vw !important;
}

.min-vh-10 {
  min-height: 10vh !important;
}

.vw-10 {
  width: 10vw !important;
}

.vh-10 {
  height: 10vh !important;
}

.width-10 {
  width: 10px !important;
}

.height-10 {
  height: 10px !important;
}

.max-width-10 {
  max-width: 10px !important;
}

.min-width-10 {
  min-width: 10px !important;
}

.max-height-10 {
  max-height: 10px !important;
}

.min-height-10 {
  min-height: 10px !important;
}

@media (max-width: 576px) {
  .w-sm-11 {
    width: 11% !important;
  }
  .h-sm-11 {
    height: 11% !important;
  }
  .max-w-sm-11 {
    max-width: 11% !important;
  }
  .min-w-sm-11 {
    min-width: 11% !important;
  }
  .max-h-sm-11 {
    max-height: 11% !important;
  }
  .min-h-sm-11 {
    min-height: 11% !important;
  }
  .min-sm-vw-11 {
    min-width: 11vw !important;
  }
  .min-sm-vh-11 {
    min-height: 11vh !important;
  }
  .vw-sm-11 {
    width: 11vw !important;
  }
  .vh-sm-11 {
    height: 11vh !important;
  }
  .width-sm-11 {
    width: 11px !important;
  }
  .height-sm-11 {
    height: 11px !important;
  }
  .max-width-sm-11 {
    max-width: 11px !important;
  }
  .min-width-sm-11 {
    min-width: 11px !important;
  }
  .max-height-sm-11 {
    max-height: 11px !important;
  }
  .min-height-sm-11 {
    min-height: 11px !important;
  }
}
@media (max-width: 768px) {
  .w-md-11 {
    width: 11% !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
  .max-w-md-11 {
    max-width: 11% !important;
  }
  .min-w-md-11 {
    min-width: 11% !important;
  }
  .max-h-md-11 {
    max-height: 11% !important;
  }
  .min-h-md-11 {
    min-height: 11% !important;
  }
  .min-md-vw-11 {
    min-width: 11vw !important;
  }
  .min-md-vh-11 {
    min-height: 11vh !important;
  }
  .vw-md-11 {
    width: 11vw !important;
  }
  .vh-md-11 {
    height: 11vh !important;
  }
  .width-md-11 {
    width: 11px !important;
  }
  .height-md-11 {
    height: 11px !important;
  }
  .max-width-md-11 {
    max-width: 11px !important;
  }
  .min-width-md-11 {
    min-width: 11px !important;
  }
  .max-height-md-11 {
    max-height: 11px !important;
  }
  .min-height-md-11 {
    min-height: 11px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-11 {
    width: 11% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
  .max-w-lg-11 {
    max-width: 11% !important;
  }
  .min-w-lg-11 {
    min-width: 11% !important;
  }
  .max-h-lg-11 {
    max-height: 11% !important;
  }
  .min-h-lg-11 {
    min-height: 11% !important;
  }
  .min-lg-vw-11 {
    min-width: 11vw !important;
  }
  .min-lg-vh-11 {
    min-height: 11vh !important;
  }
  .vw-lg-11 {
    width: 11vw !important;
  }
  .vh-lg-11 {
    height: 11vh !important;
  }
  .width-lg-11 {
    width: 11px !important;
  }
  .height-lg-11 {
    height: 11px !important;
  }
  .max-width-lg-11 {
    max-width: 11px !important;
  }
  .min-width-lg-11 {
    min-width: 11px !important;
  }
  .max-height-lg-11 {
    max-height: 11px !important;
  }
  .min-height-lg-11 {
    min-height: 11px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-11 {
    width: 11% !important;
  }
  .h-xl-11 {
    height: 11% !important;
  }
  .max-w-xl-11 {
    max-width: 11% !important;
  }
  .min-w-xl-11 {
    min-width: 11% !important;
  }
  .max-h-xl-11 {
    max-height: 11% !important;
  }
  .min-h-xl-11 {
    min-height: 11% !important;
  }
  .min-xl-vw-11 {
    min-width: 11vw !important;
  }
  .min-xl-vh-11 {
    min-height: 11vh !important;
  }
  .vw-xl-11 {
    width: 11vw !important;
  }
  .vh-xl-11 {
    height: 11vh !important;
  }
  .width-xl-11 {
    width: 11px !important;
  }
  .height-xl-11 {
    height: 11px !important;
  }
  .max-width-xl-11 {
    max-width: 11px !important;
  }
  .min-width-xl-11 {
    min-width: 11px !important;
  }
  .max-height-xl-11 {
    max-height: 11px !important;
  }
  .min-height-xl-11 {
    min-height: 11px !important;
  }
}
.w-11 {
  width: 11% !important;
}

.h-11 {
  height: 11% !important;
}

.max-w-11 {
  max-width: 11% !important;
}

.min-w-11 {
  min-width: 11% !important;
}

.max-h-11 {
  max-height: 11% !important;
}

.min-h-11 {
  min-height: 11% !important;
}

.min-vw-11 {
  min-width: 11vw !important;
}

.min-vh-11 {
  min-height: 11vh !important;
}

.vw-11 {
  width: 11vw !important;
}

.vh-11 {
  height: 11vh !important;
}

.width-11 {
  width: 11px !important;
}

.height-11 {
  height: 11px !important;
}

.max-width-11 {
  max-width: 11px !important;
}

.min-width-11 {
  min-width: 11px !important;
}

.max-height-11 {
  max-height: 11px !important;
}

.min-height-11 {
  min-height: 11px !important;
}

@media (max-width: 576px) {
  .w-sm-12 {
    width: 12% !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
  .max-w-sm-12 {
    max-width: 12% !important;
  }
  .min-w-sm-12 {
    min-width: 12% !important;
  }
  .max-h-sm-12 {
    max-height: 12% !important;
  }
  .min-h-sm-12 {
    min-height: 12% !important;
  }
  .min-sm-vw-12 {
    min-width: 12vw !important;
  }
  .min-sm-vh-12 {
    min-height: 12vh !important;
  }
  .vw-sm-12 {
    width: 12vw !important;
  }
  .vh-sm-12 {
    height: 12vh !important;
  }
  .width-sm-12 {
    width: 12px !important;
  }
  .height-sm-12 {
    height: 12px !important;
  }
  .max-width-sm-12 {
    max-width: 12px !important;
  }
  .min-width-sm-12 {
    min-width: 12px !important;
  }
  .max-height-sm-12 {
    max-height: 12px !important;
  }
  .min-height-sm-12 {
    min-height: 12px !important;
  }
}
@media (max-width: 768px) {
  .w-md-12 {
    width: 12% !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .max-w-md-12 {
    max-width: 12% !important;
  }
  .min-w-md-12 {
    min-width: 12% !important;
  }
  .max-h-md-12 {
    max-height: 12% !important;
  }
  .min-h-md-12 {
    min-height: 12% !important;
  }
  .min-md-vw-12 {
    min-width: 12vw !important;
  }
  .min-md-vh-12 {
    min-height: 12vh !important;
  }
  .vw-md-12 {
    width: 12vw !important;
  }
  .vh-md-12 {
    height: 12vh !important;
  }
  .width-md-12 {
    width: 12px !important;
  }
  .height-md-12 {
    height: 12px !important;
  }
  .max-width-md-12 {
    max-width: 12px !important;
  }
  .min-width-md-12 {
    min-width: 12px !important;
  }
  .max-height-md-12 {
    max-height: 12px !important;
  }
  .min-height-md-12 {
    min-height: 12px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-12 {
    width: 12% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .max-w-lg-12 {
    max-width: 12% !important;
  }
  .min-w-lg-12 {
    min-width: 12% !important;
  }
  .max-h-lg-12 {
    max-height: 12% !important;
  }
  .min-h-lg-12 {
    min-height: 12% !important;
  }
  .min-lg-vw-12 {
    min-width: 12vw !important;
  }
  .min-lg-vh-12 {
    min-height: 12vh !important;
  }
  .vw-lg-12 {
    width: 12vw !important;
  }
  .vh-lg-12 {
    height: 12vh !important;
  }
  .width-lg-12 {
    width: 12px !important;
  }
  .height-lg-12 {
    height: 12px !important;
  }
  .max-width-lg-12 {
    max-width: 12px !important;
  }
  .min-width-lg-12 {
    min-width: 12px !important;
  }
  .max-height-lg-12 {
    max-height: 12px !important;
  }
  .min-height-lg-12 {
    min-height: 12px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-12 {
    width: 12% !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
  .max-w-xl-12 {
    max-width: 12% !important;
  }
  .min-w-xl-12 {
    min-width: 12% !important;
  }
  .max-h-xl-12 {
    max-height: 12% !important;
  }
  .min-h-xl-12 {
    min-height: 12% !important;
  }
  .min-xl-vw-12 {
    min-width: 12vw !important;
  }
  .min-xl-vh-12 {
    min-height: 12vh !important;
  }
  .vw-xl-12 {
    width: 12vw !important;
  }
  .vh-xl-12 {
    height: 12vh !important;
  }
  .width-xl-12 {
    width: 12px !important;
  }
  .height-xl-12 {
    height: 12px !important;
  }
  .max-width-xl-12 {
    max-width: 12px !important;
  }
  .min-width-xl-12 {
    min-width: 12px !important;
  }
  .max-height-xl-12 {
    max-height: 12px !important;
  }
  .min-height-xl-12 {
    min-height: 12px !important;
  }
}
.w-12 {
  width: 12% !important;
}

.h-12 {
  height: 12% !important;
}

.max-w-12 {
  max-width: 12% !important;
}

.min-w-12 {
  min-width: 12% !important;
}

.max-h-12 {
  max-height: 12% !important;
}

.min-h-12 {
  min-height: 12% !important;
}

.min-vw-12 {
  min-width: 12vw !important;
}

.min-vh-12 {
  min-height: 12vh !important;
}

.vw-12 {
  width: 12vw !important;
}

.vh-12 {
  height: 12vh !important;
}

.width-12 {
  width: 12px !important;
}

.height-12 {
  height: 12px !important;
}

.max-width-12 {
  max-width: 12px !important;
}

.min-width-12 {
  min-width: 12px !important;
}

.max-height-12 {
  max-height: 12px !important;
}

.min-height-12 {
  min-height: 12px !important;
}

@media (max-width: 576px) {
  .w-sm-13 {
    width: 13% !important;
  }
  .h-sm-13 {
    height: 13% !important;
  }
  .max-w-sm-13 {
    max-width: 13% !important;
  }
  .min-w-sm-13 {
    min-width: 13% !important;
  }
  .max-h-sm-13 {
    max-height: 13% !important;
  }
  .min-h-sm-13 {
    min-height: 13% !important;
  }
  .min-sm-vw-13 {
    min-width: 13vw !important;
  }
  .min-sm-vh-13 {
    min-height: 13vh !important;
  }
  .vw-sm-13 {
    width: 13vw !important;
  }
  .vh-sm-13 {
    height: 13vh !important;
  }
  .width-sm-13 {
    width: 13px !important;
  }
  .height-sm-13 {
    height: 13px !important;
  }
  .max-width-sm-13 {
    max-width: 13px !important;
  }
  .min-width-sm-13 {
    min-width: 13px !important;
  }
  .max-height-sm-13 {
    max-height: 13px !important;
  }
  .min-height-sm-13 {
    min-height: 13px !important;
  }
}
@media (max-width: 768px) {
  .w-md-13 {
    width: 13% !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
  .max-w-md-13 {
    max-width: 13% !important;
  }
  .min-w-md-13 {
    min-width: 13% !important;
  }
  .max-h-md-13 {
    max-height: 13% !important;
  }
  .min-h-md-13 {
    min-height: 13% !important;
  }
  .min-md-vw-13 {
    min-width: 13vw !important;
  }
  .min-md-vh-13 {
    min-height: 13vh !important;
  }
  .vw-md-13 {
    width: 13vw !important;
  }
  .vh-md-13 {
    height: 13vh !important;
  }
  .width-md-13 {
    width: 13px !important;
  }
  .height-md-13 {
    height: 13px !important;
  }
  .max-width-md-13 {
    max-width: 13px !important;
  }
  .min-width-md-13 {
    min-width: 13px !important;
  }
  .max-height-md-13 {
    max-height: 13px !important;
  }
  .min-height-md-13 {
    min-height: 13px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-13 {
    width: 13% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
  .max-w-lg-13 {
    max-width: 13% !important;
  }
  .min-w-lg-13 {
    min-width: 13% !important;
  }
  .max-h-lg-13 {
    max-height: 13% !important;
  }
  .min-h-lg-13 {
    min-height: 13% !important;
  }
  .min-lg-vw-13 {
    min-width: 13vw !important;
  }
  .min-lg-vh-13 {
    min-height: 13vh !important;
  }
  .vw-lg-13 {
    width: 13vw !important;
  }
  .vh-lg-13 {
    height: 13vh !important;
  }
  .width-lg-13 {
    width: 13px !important;
  }
  .height-lg-13 {
    height: 13px !important;
  }
  .max-width-lg-13 {
    max-width: 13px !important;
  }
  .min-width-lg-13 {
    min-width: 13px !important;
  }
  .max-height-lg-13 {
    max-height: 13px !important;
  }
  .min-height-lg-13 {
    min-height: 13px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-13 {
    width: 13% !important;
  }
  .h-xl-13 {
    height: 13% !important;
  }
  .max-w-xl-13 {
    max-width: 13% !important;
  }
  .min-w-xl-13 {
    min-width: 13% !important;
  }
  .max-h-xl-13 {
    max-height: 13% !important;
  }
  .min-h-xl-13 {
    min-height: 13% !important;
  }
  .min-xl-vw-13 {
    min-width: 13vw !important;
  }
  .min-xl-vh-13 {
    min-height: 13vh !important;
  }
  .vw-xl-13 {
    width: 13vw !important;
  }
  .vh-xl-13 {
    height: 13vh !important;
  }
  .width-xl-13 {
    width: 13px !important;
  }
  .height-xl-13 {
    height: 13px !important;
  }
  .max-width-xl-13 {
    max-width: 13px !important;
  }
  .min-width-xl-13 {
    min-width: 13px !important;
  }
  .max-height-xl-13 {
    max-height: 13px !important;
  }
  .min-height-xl-13 {
    min-height: 13px !important;
  }
}
.w-13 {
  width: 13% !important;
}

.h-13 {
  height: 13% !important;
}

.max-w-13 {
  max-width: 13% !important;
}

.min-w-13 {
  min-width: 13% !important;
}

.max-h-13 {
  max-height: 13% !important;
}

.min-h-13 {
  min-height: 13% !important;
}

.min-vw-13 {
  min-width: 13vw !important;
}

.min-vh-13 {
  min-height: 13vh !important;
}

.vw-13 {
  width: 13vw !important;
}

.vh-13 {
  height: 13vh !important;
}

.width-13 {
  width: 13px !important;
}

.height-13 {
  height: 13px !important;
}

.max-width-13 {
  max-width: 13px !important;
}

.min-width-13 {
  min-width: 13px !important;
}

.max-height-13 {
  max-height: 13px !important;
}

.min-height-13 {
  min-height: 13px !important;
}

@media (max-width: 576px) {
  .w-sm-14 {
    width: 14% !important;
  }
  .h-sm-14 {
    height: 14% !important;
  }
  .max-w-sm-14 {
    max-width: 14% !important;
  }
  .min-w-sm-14 {
    min-width: 14% !important;
  }
  .max-h-sm-14 {
    max-height: 14% !important;
  }
  .min-h-sm-14 {
    min-height: 14% !important;
  }
  .min-sm-vw-14 {
    min-width: 14vw !important;
  }
  .min-sm-vh-14 {
    min-height: 14vh !important;
  }
  .vw-sm-14 {
    width: 14vw !important;
  }
  .vh-sm-14 {
    height: 14vh !important;
  }
  .width-sm-14 {
    width: 14px !important;
  }
  .height-sm-14 {
    height: 14px !important;
  }
  .max-width-sm-14 {
    max-width: 14px !important;
  }
  .min-width-sm-14 {
    min-width: 14px !important;
  }
  .max-height-sm-14 {
    max-height: 14px !important;
  }
  .min-height-sm-14 {
    min-height: 14px !important;
  }
}
@media (max-width: 768px) {
  .w-md-14 {
    width: 14% !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
  .max-w-md-14 {
    max-width: 14% !important;
  }
  .min-w-md-14 {
    min-width: 14% !important;
  }
  .max-h-md-14 {
    max-height: 14% !important;
  }
  .min-h-md-14 {
    min-height: 14% !important;
  }
  .min-md-vw-14 {
    min-width: 14vw !important;
  }
  .min-md-vh-14 {
    min-height: 14vh !important;
  }
  .vw-md-14 {
    width: 14vw !important;
  }
  .vh-md-14 {
    height: 14vh !important;
  }
  .width-md-14 {
    width: 14px !important;
  }
  .height-md-14 {
    height: 14px !important;
  }
  .max-width-md-14 {
    max-width: 14px !important;
  }
  .min-width-md-14 {
    min-width: 14px !important;
  }
  .max-height-md-14 {
    max-height: 14px !important;
  }
  .min-height-md-14 {
    min-height: 14px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-14 {
    width: 14% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
  .max-w-lg-14 {
    max-width: 14% !important;
  }
  .min-w-lg-14 {
    min-width: 14% !important;
  }
  .max-h-lg-14 {
    max-height: 14% !important;
  }
  .min-h-lg-14 {
    min-height: 14% !important;
  }
  .min-lg-vw-14 {
    min-width: 14vw !important;
  }
  .min-lg-vh-14 {
    min-height: 14vh !important;
  }
  .vw-lg-14 {
    width: 14vw !important;
  }
  .vh-lg-14 {
    height: 14vh !important;
  }
  .width-lg-14 {
    width: 14px !important;
  }
  .height-lg-14 {
    height: 14px !important;
  }
  .max-width-lg-14 {
    max-width: 14px !important;
  }
  .min-width-lg-14 {
    min-width: 14px !important;
  }
  .max-height-lg-14 {
    max-height: 14px !important;
  }
  .min-height-lg-14 {
    min-height: 14px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-14 {
    width: 14% !important;
  }
  .h-xl-14 {
    height: 14% !important;
  }
  .max-w-xl-14 {
    max-width: 14% !important;
  }
  .min-w-xl-14 {
    min-width: 14% !important;
  }
  .max-h-xl-14 {
    max-height: 14% !important;
  }
  .min-h-xl-14 {
    min-height: 14% !important;
  }
  .min-xl-vw-14 {
    min-width: 14vw !important;
  }
  .min-xl-vh-14 {
    min-height: 14vh !important;
  }
  .vw-xl-14 {
    width: 14vw !important;
  }
  .vh-xl-14 {
    height: 14vh !important;
  }
  .width-xl-14 {
    width: 14px !important;
  }
  .height-xl-14 {
    height: 14px !important;
  }
  .max-width-xl-14 {
    max-width: 14px !important;
  }
  .min-width-xl-14 {
    min-width: 14px !important;
  }
  .max-height-xl-14 {
    max-height: 14px !important;
  }
  .min-height-xl-14 {
    min-height: 14px !important;
  }
}
.w-14 {
  width: 14% !important;
}

.h-14 {
  height: 14% !important;
}

.max-w-14 {
  max-width: 14% !important;
}

.min-w-14 {
  min-width: 14% !important;
}

.max-h-14 {
  max-height: 14% !important;
}

.min-h-14 {
  min-height: 14% !important;
}

.min-vw-14 {
  min-width: 14vw !important;
}

.min-vh-14 {
  min-height: 14vh !important;
}

.vw-14 {
  width: 14vw !important;
}

.vh-14 {
  height: 14vh !important;
}

.width-14 {
  width: 14px !important;
}

.height-14 {
  height: 14px !important;
}

.max-width-14 {
  max-width: 14px !important;
}

.min-width-14 {
  min-width: 14px !important;
}

.max-height-14 {
  max-height: 14px !important;
}

.min-height-14 {
  min-height: 14px !important;
}

@media (max-width: 576px) {
  .w-sm-15 {
    width: 15% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .max-w-sm-15 {
    max-width: 15% !important;
  }
  .min-w-sm-15 {
    min-width: 15% !important;
  }
  .max-h-sm-15 {
    max-height: 15% !important;
  }
  .min-h-sm-15 {
    min-height: 15% !important;
  }
  .min-sm-vw-15 {
    min-width: 15vw !important;
  }
  .min-sm-vh-15 {
    min-height: 15vh !important;
  }
  .vw-sm-15 {
    width: 15vw !important;
  }
  .vh-sm-15 {
    height: 15vh !important;
  }
  .width-sm-15 {
    width: 15px !important;
  }
  .height-sm-15 {
    height: 15px !important;
  }
  .max-width-sm-15 {
    max-width: 15px !important;
  }
  .min-width-sm-15 {
    min-width: 15px !important;
  }
  .max-height-sm-15 {
    max-height: 15px !important;
  }
  .min-height-sm-15 {
    min-height: 15px !important;
  }
}
@media (max-width: 768px) {
  .w-md-15 {
    width: 15% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .max-w-md-15 {
    max-width: 15% !important;
  }
  .min-w-md-15 {
    min-width: 15% !important;
  }
  .max-h-md-15 {
    max-height: 15% !important;
  }
  .min-h-md-15 {
    min-height: 15% !important;
  }
  .min-md-vw-15 {
    min-width: 15vw !important;
  }
  .min-md-vh-15 {
    min-height: 15vh !important;
  }
  .vw-md-15 {
    width: 15vw !important;
  }
  .vh-md-15 {
    height: 15vh !important;
  }
  .width-md-15 {
    width: 15px !important;
  }
  .height-md-15 {
    height: 15px !important;
  }
  .max-width-md-15 {
    max-width: 15px !important;
  }
  .min-width-md-15 {
    min-width: 15px !important;
  }
  .max-height-md-15 {
    max-height: 15px !important;
  }
  .min-height-md-15 {
    min-height: 15px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-15 {
    width: 15% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .max-w-lg-15 {
    max-width: 15% !important;
  }
  .min-w-lg-15 {
    min-width: 15% !important;
  }
  .max-h-lg-15 {
    max-height: 15% !important;
  }
  .min-h-lg-15 {
    min-height: 15% !important;
  }
  .min-lg-vw-15 {
    min-width: 15vw !important;
  }
  .min-lg-vh-15 {
    min-height: 15vh !important;
  }
  .vw-lg-15 {
    width: 15vw !important;
  }
  .vh-lg-15 {
    height: 15vh !important;
  }
  .width-lg-15 {
    width: 15px !important;
  }
  .height-lg-15 {
    height: 15px !important;
  }
  .max-width-lg-15 {
    max-width: 15px !important;
  }
  .min-width-lg-15 {
    min-width: 15px !important;
  }
  .max-height-lg-15 {
    max-height: 15px !important;
  }
  .min-height-lg-15 {
    min-height: 15px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-15 {
    width: 15% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .max-w-xl-15 {
    max-width: 15% !important;
  }
  .min-w-xl-15 {
    min-width: 15% !important;
  }
  .max-h-xl-15 {
    max-height: 15% !important;
  }
  .min-h-xl-15 {
    min-height: 15% !important;
  }
  .min-xl-vw-15 {
    min-width: 15vw !important;
  }
  .min-xl-vh-15 {
    min-height: 15vh !important;
  }
  .vw-xl-15 {
    width: 15vw !important;
  }
  .vh-xl-15 {
    height: 15vh !important;
  }
  .width-xl-15 {
    width: 15px !important;
  }
  .height-xl-15 {
    height: 15px !important;
  }
  .max-width-xl-15 {
    max-width: 15px !important;
  }
  .min-width-xl-15 {
    min-width: 15px !important;
  }
  .max-height-xl-15 {
    max-height: 15px !important;
  }
  .min-height-xl-15 {
    min-height: 15px !important;
  }
}
.w-15 {
  width: 15% !important;
}

.h-15 {
  height: 15% !important;
}

.max-w-15 {
  max-width: 15% !important;
}

.min-w-15 {
  min-width: 15% !important;
}

.max-h-15 {
  max-height: 15% !important;
}

.min-h-15 {
  min-height: 15% !important;
}

.min-vw-15 {
  min-width: 15vw !important;
}

.min-vh-15 {
  min-height: 15vh !important;
}

.vw-15 {
  width: 15vw !important;
}

.vh-15 {
  height: 15vh !important;
}

.width-15 {
  width: 15px !important;
}

.height-15 {
  height: 15px !important;
}

.max-width-15 {
  max-width: 15px !important;
}

.min-width-15 {
  min-width: 15px !important;
}

.max-height-15 {
  max-height: 15px !important;
}

.min-height-15 {
  min-height: 15px !important;
}

@media (max-width: 576px) {
  .w-sm-16 {
    width: 16% !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
  .max-w-sm-16 {
    max-width: 16% !important;
  }
  .min-w-sm-16 {
    min-width: 16% !important;
  }
  .max-h-sm-16 {
    max-height: 16% !important;
  }
  .min-h-sm-16 {
    min-height: 16% !important;
  }
  .min-sm-vw-16 {
    min-width: 16vw !important;
  }
  .min-sm-vh-16 {
    min-height: 16vh !important;
  }
  .vw-sm-16 {
    width: 16vw !important;
  }
  .vh-sm-16 {
    height: 16vh !important;
  }
  .width-sm-16 {
    width: 16px !important;
  }
  .height-sm-16 {
    height: 16px !important;
  }
  .max-width-sm-16 {
    max-width: 16px !important;
  }
  .min-width-sm-16 {
    min-width: 16px !important;
  }
  .max-height-sm-16 {
    max-height: 16px !important;
  }
  .min-height-sm-16 {
    min-height: 16px !important;
  }
}
@media (max-width: 768px) {
  .w-md-16 {
    width: 16% !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .max-w-md-16 {
    max-width: 16% !important;
  }
  .min-w-md-16 {
    min-width: 16% !important;
  }
  .max-h-md-16 {
    max-height: 16% !important;
  }
  .min-h-md-16 {
    min-height: 16% !important;
  }
  .min-md-vw-16 {
    min-width: 16vw !important;
  }
  .min-md-vh-16 {
    min-height: 16vh !important;
  }
  .vw-md-16 {
    width: 16vw !important;
  }
  .vh-md-16 {
    height: 16vh !important;
  }
  .width-md-16 {
    width: 16px !important;
  }
  .height-md-16 {
    height: 16px !important;
  }
  .max-width-md-16 {
    max-width: 16px !important;
  }
  .min-width-md-16 {
    min-width: 16px !important;
  }
  .max-height-md-16 {
    max-height: 16px !important;
  }
  .min-height-md-16 {
    min-height: 16px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-16 {
    width: 16% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .max-w-lg-16 {
    max-width: 16% !important;
  }
  .min-w-lg-16 {
    min-width: 16% !important;
  }
  .max-h-lg-16 {
    max-height: 16% !important;
  }
  .min-h-lg-16 {
    min-height: 16% !important;
  }
  .min-lg-vw-16 {
    min-width: 16vw !important;
  }
  .min-lg-vh-16 {
    min-height: 16vh !important;
  }
  .vw-lg-16 {
    width: 16vw !important;
  }
  .vh-lg-16 {
    height: 16vh !important;
  }
  .width-lg-16 {
    width: 16px !important;
  }
  .height-lg-16 {
    height: 16px !important;
  }
  .max-width-lg-16 {
    max-width: 16px !important;
  }
  .min-width-lg-16 {
    min-width: 16px !important;
  }
  .max-height-lg-16 {
    max-height: 16px !important;
  }
  .min-height-lg-16 {
    min-height: 16px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-16 {
    width: 16% !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
  .max-w-xl-16 {
    max-width: 16% !important;
  }
  .min-w-xl-16 {
    min-width: 16% !important;
  }
  .max-h-xl-16 {
    max-height: 16% !important;
  }
  .min-h-xl-16 {
    min-height: 16% !important;
  }
  .min-xl-vw-16 {
    min-width: 16vw !important;
  }
  .min-xl-vh-16 {
    min-height: 16vh !important;
  }
  .vw-xl-16 {
    width: 16vw !important;
  }
  .vh-xl-16 {
    height: 16vh !important;
  }
  .width-xl-16 {
    width: 16px !important;
  }
  .height-xl-16 {
    height: 16px !important;
  }
  .max-width-xl-16 {
    max-width: 16px !important;
  }
  .min-width-xl-16 {
    min-width: 16px !important;
  }
  .max-height-xl-16 {
    max-height: 16px !important;
  }
  .min-height-xl-16 {
    min-height: 16px !important;
  }
}
.w-16 {
  width: 16% !important;
}

.h-16 {
  height: 16% !important;
}

.max-w-16 {
  max-width: 16% !important;
}

.min-w-16 {
  min-width: 16% !important;
}

.max-h-16 {
  max-height: 16% !important;
}

.min-h-16 {
  min-height: 16% !important;
}

.min-vw-16 {
  min-width: 16vw !important;
}

.min-vh-16 {
  min-height: 16vh !important;
}

.vw-16 {
  width: 16vw !important;
}

.vh-16 {
  height: 16vh !important;
}

.width-16 {
  width: 16px !important;
}

.height-16 {
  height: 16px !important;
}

.max-width-16 {
  max-width: 16px !important;
}

.min-width-16 {
  min-width: 16px !important;
}

.max-height-16 {
  max-height: 16px !important;
}

.min-height-16 {
  min-height: 16px !important;
}

@media (max-width: 576px) {
  .w-sm-17 {
    width: 17% !important;
  }
  .h-sm-17 {
    height: 17% !important;
  }
  .max-w-sm-17 {
    max-width: 17% !important;
  }
  .min-w-sm-17 {
    min-width: 17% !important;
  }
  .max-h-sm-17 {
    max-height: 17% !important;
  }
  .min-h-sm-17 {
    min-height: 17% !important;
  }
  .min-sm-vw-17 {
    min-width: 17vw !important;
  }
  .min-sm-vh-17 {
    min-height: 17vh !important;
  }
  .vw-sm-17 {
    width: 17vw !important;
  }
  .vh-sm-17 {
    height: 17vh !important;
  }
  .width-sm-17 {
    width: 17px !important;
  }
  .height-sm-17 {
    height: 17px !important;
  }
  .max-width-sm-17 {
    max-width: 17px !important;
  }
  .min-width-sm-17 {
    min-width: 17px !important;
  }
  .max-height-sm-17 {
    max-height: 17px !important;
  }
  .min-height-sm-17 {
    min-height: 17px !important;
  }
}
@media (max-width: 768px) {
  .w-md-17 {
    width: 17% !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
  .max-w-md-17 {
    max-width: 17% !important;
  }
  .min-w-md-17 {
    min-width: 17% !important;
  }
  .max-h-md-17 {
    max-height: 17% !important;
  }
  .min-h-md-17 {
    min-height: 17% !important;
  }
  .min-md-vw-17 {
    min-width: 17vw !important;
  }
  .min-md-vh-17 {
    min-height: 17vh !important;
  }
  .vw-md-17 {
    width: 17vw !important;
  }
  .vh-md-17 {
    height: 17vh !important;
  }
  .width-md-17 {
    width: 17px !important;
  }
  .height-md-17 {
    height: 17px !important;
  }
  .max-width-md-17 {
    max-width: 17px !important;
  }
  .min-width-md-17 {
    min-width: 17px !important;
  }
  .max-height-md-17 {
    max-height: 17px !important;
  }
  .min-height-md-17 {
    min-height: 17px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-17 {
    width: 17% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
  .max-w-lg-17 {
    max-width: 17% !important;
  }
  .min-w-lg-17 {
    min-width: 17% !important;
  }
  .max-h-lg-17 {
    max-height: 17% !important;
  }
  .min-h-lg-17 {
    min-height: 17% !important;
  }
  .min-lg-vw-17 {
    min-width: 17vw !important;
  }
  .min-lg-vh-17 {
    min-height: 17vh !important;
  }
  .vw-lg-17 {
    width: 17vw !important;
  }
  .vh-lg-17 {
    height: 17vh !important;
  }
  .width-lg-17 {
    width: 17px !important;
  }
  .height-lg-17 {
    height: 17px !important;
  }
  .max-width-lg-17 {
    max-width: 17px !important;
  }
  .min-width-lg-17 {
    min-width: 17px !important;
  }
  .max-height-lg-17 {
    max-height: 17px !important;
  }
  .min-height-lg-17 {
    min-height: 17px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-17 {
    width: 17% !important;
  }
  .h-xl-17 {
    height: 17% !important;
  }
  .max-w-xl-17 {
    max-width: 17% !important;
  }
  .min-w-xl-17 {
    min-width: 17% !important;
  }
  .max-h-xl-17 {
    max-height: 17% !important;
  }
  .min-h-xl-17 {
    min-height: 17% !important;
  }
  .min-xl-vw-17 {
    min-width: 17vw !important;
  }
  .min-xl-vh-17 {
    min-height: 17vh !important;
  }
  .vw-xl-17 {
    width: 17vw !important;
  }
  .vh-xl-17 {
    height: 17vh !important;
  }
  .width-xl-17 {
    width: 17px !important;
  }
  .height-xl-17 {
    height: 17px !important;
  }
  .max-width-xl-17 {
    max-width: 17px !important;
  }
  .min-width-xl-17 {
    min-width: 17px !important;
  }
  .max-height-xl-17 {
    max-height: 17px !important;
  }
  .min-height-xl-17 {
    min-height: 17px !important;
  }
}
.w-17 {
  width: 17% !important;
}

.h-17 {
  height: 17% !important;
}

.max-w-17 {
  max-width: 17% !important;
}

.min-w-17 {
  min-width: 17% !important;
}

.max-h-17 {
  max-height: 17% !important;
}

.min-h-17 {
  min-height: 17% !important;
}

.min-vw-17 {
  min-width: 17vw !important;
}

.min-vh-17 {
  min-height: 17vh !important;
}

.vw-17 {
  width: 17vw !important;
}

.vh-17 {
  height: 17vh !important;
}

.width-17 {
  width: 17px !important;
}

.height-17 {
  height: 17px !important;
}

.max-width-17 {
  max-width: 17px !important;
}

.min-width-17 {
  min-width: 17px !important;
}

.max-height-17 {
  max-height: 17px !important;
}

.min-height-17 {
  min-height: 17px !important;
}

@media (max-width: 576px) {
  .w-sm-18 {
    width: 18% !important;
  }
  .h-sm-18 {
    height: 18% !important;
  }
  .max-w-sm-18 {
    max-width: 18% !important;
  }
  .min-w-sm-18 {
    min-width: 18% !important;
  }
  .max-h-sm-18 {
    max-height: 18% !important;
  }
  .min-h-sm-18 {
    min-height: 18% !important;
  }
  .min-sm-vw-18 {
    min-width: 18vw !important;
  }
  .min-sm-vh-18 {
    min-height: 18vh !important;
  }
  .vw-sm-18 {
    width: 18vw !important;
  }
  .vh-sm-18 {
    height: 18vh !important;
  }
  .width-sm-18 {
    width: 18px !important;
  }
  .height-sm-18 {
    height: 18px !important;
  }
  .max-width-sm-18 {
    max-width: 18px !important;
  }
  .min-width-sm-18 {
    min-width: 18px !important;
  }
  .max-height-sm-18 {
    max-height: 18px !important;
  }
  .min-height-sm-18 {
    min-height: 18px !important;
  }
}
@media (max-width: 768px) {
  .w-md-18 {
    width: 18% !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
  .max-w-md-18 {
    max-width: 18% !important;
  }
  .min-w-md-18 {
    min-width: 18% !important;
  }
  .max-h-md-18 {
    max-height: 18% !important;
  }
  .min-h-md-18 {
    min-height: 18% !important;
  }
  .min-md-vw-18 {
    min-width: 18vw !important;
  }
  .min-md-vh-18 {
    min-height: 18vh !important;
  }
  .vw-md-18 {
    width: 18vw !important;
  }
  .vh-md-18 {
    height: 18vh !important;
  }
  .width-md-18 {
    width: 18px !important;
  }
  .height-md-18 {
    height: 18px !important;
  }
  .max-width-md-18 {
    max-width: 18px !important;
  }
  .min-width-md-18 {
    min-width: 18px !important;
  }
  .max-height-md-18 {
    max-height: 18px !important;
  }
  .min-height-md-18 {
    min-height: 18px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-18 {
    width: 18% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
  .max-w-lg-18 {
    max-width: 18% !important;
  }
  .min-w-lg-18 {
    min-width: 18% !important;
  }
  .max-h-lg-18 {
    max-height: 18% !important;
  }
  .min-h-lg-18 {
    min-height: 18% !important;
  }
  .min-lg-vw-18 {
    min-width: 18vw !important;
  }
  .min-lg-vh-18 {
    min-height: 18vh !important;
  }
  .vw-lg-18 {
    width: 18vw !important;
  }
  .vh-lg-18 {
    height: 18vh !important;
  }
  .width-lg-18 {
    width: 18px !important;
  }
  .height-lg-18 {
    height: 18px !important;
  }
  .max-width-lg-18 {
    max-width: 18px !important;
  }
  .min-width-lg-18 {
    min-width: 18px !important;
  }
  .max-height-lg-18 {
    max-height: 18px !important;
  }
  .min-height-lg-18 {
    min-height: 18px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-18 {
    width: 18% !important;
  }
  .h-xl-18 {
    height: 18% !important;
  }
  .max-w-xl-18 {
    max-width: 18% !important;
  }
  .min-w-xl-18 {
    min-width: 18% !important;
  }
  .max-h-xl-18 {
    max-height: 18% !important;
  }
  .min-h-xl-18 {
    min-height: 18% !important;
  }
  .min-xl-vw-18 {
    min-width: 18vw !important;
  }
  .min-xl-vh-18 {
    min-height: 18vh !important;
  }
  .vw-xl-18 {
    width: 18vw !important;
  }
  .vh-xl-18 {
    height: 18vh !important;
  }
  .width-xl-18 {
    width: 18px !important;
  }
  .height-xl-18 {
    height: 18px !important;
  }
  .max-width-xl-18 {
    max-width: 18px !important;
  }
  .min-width-xl-18 {
    min-width: 18px !important;
  }
  .max-height-xl-18 {
    max-height: 18px !important;
  }
  .min-height-xl-18 {
    min-height: 18px !important;
  }
}
.w-18 {
  width: 18% !important;
}

.h-18 {
  height: 18% !important;
}

.max-w-18 {
  max-width: 18% !important;
}

.min-w-18 {
  min-width: 18% !important;
}

.max-h-18 {
  max-height: 18% !important;
}

.min-h-18 {
  min-height: 18% !important;
}

.min-vw-18 {
  min-width: 18vw !important;
}

.min-vh-18 {
  min-height: 18vh !important;
}

.vw-18 {
  width: 18vw !important;
}

.vh-18 {
  height: 18vh !important;
}

.width-18 {
  width: 18px !important;
}

.height-18 {
  height: 18px !important;
}

.max-width-18 {
  max-width: 18px !important;
}

.min-width-18 {
  min-width: 18px !important;
}

.max-height-18 {
  max-height: 18px !important;
}

.min-height-18 {
  min-height: 18px !important;
}

@media (max-width: 576px) {
  .w-sm-19 {
    width: 19% !important;
  }
  .h-sm-19 {
    height: 19% !important;
  }
  .max-w-sm-19 {
    max-width: 19% !important;
  }
  .min-w-sm-19 {
    min-width: 19% !important;
  }
  .max-h-sm-19 {
    max-height: 19% !important;
  }
  .min-h-sm-19 {
    min-height: 19% !important;
  }
  .min-sm-vw-19 {
    min-width: 19vw !important;
  }
  .min-sm-vh-19 {
    min-height: 19vh !important;
  }
  .vw-sm-19 {
    width: 19vw !important;
  }
  .vh-sm-19 {
    height: 19vh !important;
  }
  .width-sm-19 {
    width: 19px !important;
  }
  .height-sm-19 {
    height: 19px !important;
  }
  .max-width-sm-19 {
    max-width: 19px !important;
  }
  .min-width-sm-19 {
    min-width: 19px !important;
  }
  .max-height-sm-19 {
    max-height: 19px !important;
  }
  .min-height-sm-19 {
    min-height: 19px !important;
  }
}
@media (max-width: 768px) {
  .w-md-19 {
    width: 19% !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
  .max-w-md-19 {
    max-width: 19% !important;
  }
  .min-w-md-19 {
    min-width: 19% !important;
  }
  .max-h-md-19 {
    max-height: 19% !important;
  }
  .min-h-md-19 {
    min-height: 19% !important;
  }
  .min-md-vw-19 {
    min-width: 19vw !important;
  }
  .min-md-vh-19 {
    min-height: 19vh !important;
  }
  .vw-md-19 {
    width: 19vw !important;
  }
  .vh-md-19 {
    height: 19vh !important;
  }
  .width-md-19 {
    width: 19px !important;
  }
  .height-md-19 {
    height: 19px !important;
  }
  .max-width-md-19 {
    max-width: 19px !important;
  }
  .min-width-md-19 {
    min-width: 19px !important;
  }
  .max-height-md-19 {
    max-height: 19px !important;
  }
  .min-height-md-19 {
    min-height: 19px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-19 {
    width: 19% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
  .max-w-lg-19 {
    max-width: 19% !important;
  }
  .min-w-lg-19 {
    min-width: 19% !important;
  }
  .max-h-lg-19 {
    max-height: 19% !important;
  }
  .min-h-lg-19 {
    min-height: 19% !important;
  }
  .min-lg-vw-19 {
    min-width: 19vw !important;
  }
  .min-lg-vh-19 {
    min-height: 19vh !important;
  }
  .vw-lg-19 {
    width: 19vw !important;
  }
  .vh-lg-19 {
    height: 19vh !important;
  }
  .width-lg-19 {
    width: 19px !important;
  }
  .height-lg-19 {
    height: 19px !important;
  }
  .max-width-lg-19 {
    max-width: 19px !important;
  }
  .min-width-lg-19 {
    min-width: 19px !important;
  }
  .max-height-lg-19 {
    max-height: 19px !important;
  }
  .min-height-lg-19 {
    min-height: 19px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-19 {
    width: 19% !important;
  }
  .h-xl-19 {
    height: 19% !important;
  }
  .max-w-xl-19 {
    max-width: 19% !important;
  }
  .min-w-xl-19 {
    min-width: 19% !important;
  }
  .max-h-xl-19 {
    max-height: 19% !important;
  }
  .min-h-xl-19 {
    min-height: 19% !important;
  }
  .min-xl-vw-19 {
    min-width: 19vw !important;
  }
  .min-xl-vh-19 {
    min-height: 19vh !important;
  }
  .vw-xl-19 {
    width: 19vw !important;
  }
  .vh-xl-19 {
    height: 19vh !important;
  }
  .width-xl-19 {
    width: 19px !important;
  }
  .height-xl-19 {
    height: 19px !important;
  }
  .max-width-xl-19 {
    max-width: 19px !important;
  }
  .min-width-xl-19 {
    min-width: 19px !important;
  }
  .max-height-xl-19 {
    max-height: 19px !important;
  }
  .min-height-xl-19 {
    min-height: 19px !important;
  }
}
.w-19 {
  width: 19% !important;
}

.h-19 {
  height: 19% !important;
}

.max-w-19 {
  max-width: 19% !important;
}

.min-w-19 {
  min-width: 19% !important;
}

.max-h-19 {
  max-height: 19% !important;
}

.min-h-19 {
  min-height: 19% !important;
}

.min-vw-19 {
  min-width: 19vw !important;
}

.min-vh-19 {
  min-height: 19vh !important;
}

.vw-19 {
  width: 19vw !important;
}

.vh-19 {
  height: 19vh !important;
}

.width-19 {
  width: 19px !important;
}

.height-19 {
  height: 19px !important;
}

.max-width-19 {
  max-width: 19px !important;
}

.min-width-19 {
  min-width: 19px !important;
}

.max-height-19 {
  max-height: 19px !important;
}

.min-height-19 {
  min-height: 19px !important;
}

@media (max-width: 576px) {
  .w-sm-20 {
    width: 20% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .max-w-sm-20 {
    max-width: 20% !important;
  }
  .min-w-sm-20 {
    min-width: 20% !important;
  }
  .max-h-sm-20 {
    max-height: 20% !important;
  }
  .min-h-sm-20 {
    min-height: 20% !important;
  }
  .min-sm-vw-20 {
    min-width: 20vw !important;
  }
  .min-sm-vh-20 {
    min-height: 20vh !important;
  }
  .vw-sm-20 {
    width: 20vw !important;
  }
  .vh-sm-20 {
    height: 20vh !important;
  }
  .width-sm-20 {
    width: 20px !important;
  }
  .height-sm-20 {
    height: 20px !important;
  }
  .max-width-sm-20 {
    max-width: 20px !important;
  }
  .min-width-sm-20 {
    min-width: 20px !important;
  }
  .max-height-sm-20 {
    max-height: 20px !important;
  }
  .min-height-sm-20 {
    min-height: 20px !important;
  }
}
@media (max-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .max-w-md-20 {
    max-width: 20% !important;
  }
  .min-w-md-20 {
    min-width: 20% !important;
  }
  .max-h-md-20 {
    max-height: 20% !important;
  }
  .min-h-md-20 {
    min-height: 20% !important;
  }
  .min-md-vw-20 {
    min-width: 20vw !important;
  }
  .min-md-vh-20 {
    min-height: 20vh !important;
  }
  .vw-md-20 {
    width: 20vw !important;
  }
  .vh-md-20 {
    height: 20vh !important;
  }
  .width-md-20 {
    width: 20px !important;
  }
  .height-md-20 {
    height: 20px !important;
  }
  .max-width-md-20 {
    max-width: 20px !important;
  }
  .min-width-md-20 {
    min-width: 20px !important;
  }
  .max-height-md-20 {
    max-height: 20px !important;
  }
  .min-height-md-20 {
    min-height: 20px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .max-w-lg-20 {
    max-width: 20% !important;
  }
  .min-w-lg-20 {
    min-width: 20% !important;
  }
  .max-h-lg-20 {
    max-height: 20% !important;
  }
  .min-h-lg-20 {
    min-height: 20% !important;
  }
  .min-lg-vw-20 {
    min-width: 20vw !important;
  }
  .min-lg-vh-20 {
    min-height: 20vh !important;
  }
  .vw-lg-20 {
    width: 20vw !important;
  }
  .vh-lg-20 {
    height: 20vh !important;
  }
  .width-lg-20 {
    width: 20px !important;
  }
  .height-lg-20 {
    height: 20px !important;
  }
  .max-width-lg-20 {
    max-width: 20px !important;
  }
  .min-width-lg-20 {
    min-width: 20px !important;
  }
  .max-height-lg-20 {
    max-height: 20px !important;
  }
  .min-height-lg-20 {
    min-height: 20px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-20 {
    width: 20% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .max-w-xl-20 {
    max-width: 20% !important;
  }
  .min-w-xl-20 {
    min-width: 20% !important;
  }
  .max-h-xl-20 {
    max-height: 20% !important;
  }
  .min-h-xl-20 {
    min-height: 20% !important;
  }
  .min-xl-vw-20 {
    min-width: 20vw !important;
  }
  .min-xl-vh-20 {
    min-height: 20vh !important;
  }
  .vw-xl-20 {
    width: 20vw !important;
  }
  .vh-xl-20 {
    height: 20vh !important;
  }
  .width-xl-20 {
    width: 20px !important;
  }
  .height-xl-20 {
    height: 20px !important;
  }
  .max-width-xl-20 {
    max-width: 20px !important;
  }
  .min-width-xl-20 {
    min-width: 20px !important;
  }
  .max-height-xl-20 {
    max-height: 20px !important;
  }
  .min-height-xl-20 {
    min-height: 20px !important;
  }
}
.w-20 {
  width: 20% !important;
}

.h-20 {
  height: 20% !important;
}

.max-w-20 {
  max-width: 20% !important;
}

.min-w-20 {
  min-width: 20% !important;
}

.max-h-20 {
  max-height: 20% !important;
}

.min-h-20 {
  min-height: 20% !important;
}

.min-vw-20 {
  min-width: 20vw !important;
}

.min-vh-20 {
  min-height: 20vh !important;
}

.vw-20 {
  width: 20vw !important;
}

.vh-20 {
  height: 20vh !important;
}

.width-20 {
  width: 20px !important;
}

.height-20 {
  height: 20px !important;
}

.max-width-20 {
  max-width: 20px !important;
}

.min-width-20 {
  min-width: 20px !important;
}

.max-height-20 {
  max-height: 20px !important;
}

.min-height-20 {
  min-height: 20px !important;
}

@media (max-width: 576px) {
  .w-sm-21 {
    width: 21% !important;
  }
  .h-sm-21 {
    height: 21% !important;
  }
  .max-w-sm-21 {
    max-width: 21% !important;
  }
  .min-w-sm-21 {
    min-width: 21% !important;
  }
  .max-h-sm-21 {
    max-height: 21% !important;
  }
  .min-h-sm-21 {
    min-height: 21% !important;
  }
  .min-sm-vw-21 {
    min-width: 21vw !important;
  }
  .min-sm-vh-21 {
    min-height: 21vh !important;
  }
  .vw-sm-21 {
    width: 21vw !important;
  }
  .vh-sm-21 {
    height: 21vh !important;
  }
  .width-sm-21 {
    width: 21px !important;
  }
  .height-sm-21 {
    height: 21px !important;
  }
  .max-width-sm-21 {
    max-width: 21px !important;
  }
  .min-width-sm-21 {
    min-width: 21px !important;
  }
  .max-height-sm-21 {
    max-height: 21px !important;
  }
  .min-height-sm-21 {
    min-height: 21px !important;
  }
}
@media (max-width: 768px) {
  .w-md-21 {
    width: 21% !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
  .max-w-md-21 {
    max-width: 21% !important;
  }
  .min-w-md-21 {
    min-width: 21% !important;
  }
  .max-h-md-21 {
    max-height: 21% !important;
  }
  .min-h-md-21 {
    min-height: 21% !important;
  }
  .min-md-vw-21 {
    min-width: 21vw !important;
  }
  .min-md-vh-21 {
    min-height: 21vh !important;
  }
  .vw-md-21 {
    width: 21vw !important;
  }
  .vh-md-21 {
    height: 21vh !important;
  }
  .width-md-21 {
    width: 21px !important;
  }
  .height-md-21 {
    height: 21px !important;
  }
  .max-width-md-21 {
    max-width: 21px !important;
  }
  .min-width-md-21 {
    min-width: 21px !important;
  }
  .max-height-md-21 {
    max-height: 21px !important;
  }
  .min-height-md-21 {
    min-height: 21px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-21 {
    width: 21% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
  .max-w-lg-21 {
    max-width: 21% !important;
  }
  .min-w-lg-21 {
    min-width: 21% !important;
  }
  .max-h-lg-21 {
    max-height: 21% !important;
  }
  .min-h-lg-21 {
    min-height: 21% !important;
  }
  .min-lg-vw-21 {
    min-width: 21vw !important;
  }
  .min-lg-vh-21 {
    min-height: 21vh !important;
  }
  .vw-lg-21 {
    width: 21vw !important;
  }
  .vh-lg-21 {
    height: 21vh !important;
  }
  .width-lg-21 {
    width: 21px !important;
  }
  .height-lg-21 {
    height: 21px !important;
  }
  .max-width-lg-21 {
    max-width: 21px !important;
  }
  .min-width-lg-21 {
    min-width: 21px !important;
  }
  .max-height-lg-21 {
    max-height: 21px !important;
  }
  .min-height-lg-21 {
    min-height: 21px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-21 {
    width: 21% !important;
  }
  .h-xl-21 {
    height: 21% !important;
  }
  .max-w-xl-21 {
    max-width: 21% !important;
  }
  .min-w-xl-21 {
    min-width: 21% !important;
  }
  .max-h-xl-21 {
    max-height: 21% !important;
  }
  .min-h-xl-21 {
    min-height: 21% !important;
  }
  .min-xl-vw-21 {
    min-width: 21vw !important;
  }
  .min-xl-vh-21 {
    min-height: 21vh !important;
  }
  .vw-xl-21 {
    width: 21vw !important;
  }
  .vh-xl-21 {
    height: 21vh !important;
  }
  .width-xl-21 {
    width: 21px !important;
  }
  .height-xl-21 {
    height: 21px !important;
  }
  .max-width-xl-21 {
    max-width: 21px !important;
  }
  .min-width-xl-21 {
    min-width: 21px !important;
  }
  .max-height-xl-21 {
    max-height: 21px !important;
  }
  .min-height-xl-21 {
    min-height: 21px !important;
  }
}
.w-21 {
  width: 21% !important;
}

.h-21 {
  height: 21% !important;
}

.max-w-21 {
  max-width: 21% !important;
}

.min-w-21 {
  min-width: 21% !important;
}

.max-h-21 {
  max-height: 21% !important;
}

.min-h-21 {
  min-height: 21% !important;
}

.min-vw-21 {
  min-width: 21vw !important;
}

.min-vh-21 {
  min-height: 21vh !important;
}

.vw-21 {
  width: 21vw !important;
}

.vh-21 {
  height: 21vh !important;
}

.width-21 {
  width: 21px !important;
}

.height-21 {
  height: 21px !important;
}

.max-width-21 {
  max-width: 21px !important;
}

.min-width-21 {
  min-width: 21px !important;
}

.max-height-21 {
  max-height: 21px !important;
}

.min-height-21 {
  min-height: 21px !important;
}

@media (max-width: 576px) {
  .w-sm-22 {
    width: 22% !important;
  }
  .h-sm-22 {
    height: 22% !important;
  }
  .max-w-sm-22 {
    max-width: 22% !important;
  }
  .min-w-sm-22 {
    min-width: 22% !important;
  }
  .max-h-sm-22 {
    max-height: 22% !important;
  }
  .min-h-sm-22 {
    min-height: 22% !important;
  }
  .min-sm-vw-22 {
    min-width: 22vw !important;
  }
  .min-sm-vh-22 {
    min-height: 22vh !important;
  }
  .vw-sm-22 {
    width: 22vw !important;
  }
  .vh-sm-22 {
    height: 22vh !important;
  }
  .width-sm-22 {
    width: 22px !important;
  }
  .height-sm-22 {
    height: 22px !important;
  }
  .max-width-sm-22 {
    max-width: 22px !important;
  }
  .min-width-sm-22 {
    min-width: 22px !important;
  }
  .max-height-sm-22 {
    max-height: 22px !important;
  }
  .min-height-sm-22 {
    min-height: 22px !important;
  }
}
@media (max-width: 768px) {
  .w-md-22 {
    width: 22% !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
  .max-w-md-22 {
    max-width: 22% !important;
  }
  .min-w-md-22 {
    min-width: 22% !important;
  }
  .max-h-md-22 {
    max-height: 22% !important;
  }
  .min-h-md-22 {
    min-height: 22% !important;
  }
  .min-md-vw-22 {
    min-width: 22vw !important;
  }
  .min-md-vh-22 {
    min-height: 22vh !important;
  }
  .vw-md-22 {
    width: 22vw !important;
  }
  .vh-md-22 {
    height: 22vh !important;
  }
  .width-md-22 {
    width: 22px !important;
  }
  .height-md-22 {
    height: 22px !important;
  }
  .max-width-md-22 {
    max-width: 22px !important;
  }
  .min-width-md-22 {
    min-width: 22px !important;
  }
  .max-height-md-22 {
    max-height: 22px !important;
  }
  .min-height-md-22 {
    min-height: 22px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-22 {
    width: 22% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
  .max-w-lg-22 {
    max-width: 22% !important;
  }
  .min-w-lg-22 {
    min-width: 22% !important;
  }
  .max-h-lg-22 {
    max-height: 22% !important;
  }
  .min-h-lg-22 {
    min-height: 22% !important;
  }
  .min-lg-vw-22 {
    min-width: 22vw !important;
  }
  .min-lg-vh-22 {
    min-height: 22vh !important;
  }
  .vw-lg-22 {
    width: 22vw !important;
  }
  .vh-lg-22 {
    height: 22vh !important;
  }
  .width-lg-22 {
    width: 22px !important;
  }
  .height-lg-22 {
    height: 22px !important;
  }
  .max-width-lg-22 {
    max-width: 22px !important;
  }
  .min-width-lg-22 {
    min-width: 22px !important;
  }
  .max-height-lg-22 {
    max-height: 22px !important;
  }
  .min-height-lg-22 {
    min-height: 22px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-22 {
    width: 22% !important;
  }
  .h-xl-22 {
    height: 22% !important;
  }
  .max-w-xl-22 {
    max-width: 22% !important;
  }
  .min-w-xl-22 {
    min-width: 22% !important;
  }
  .max-h-xl-22 {
    max-height: 22% !important;
  }
  .min-h-xl-22 {
    min-height: 22% !important;
  }
  .min-xl-vw-22 {
    min-width: 22vw !important;
  }
  .min-xl-vh-22 {
    min-height: 22vh !important;
  }
  .vw-xl-22 {
    width: 22vw !important;
  }
  .vh-xl-22 {
    height: 22vh !important;
  }
  .width-xl-22 {
    width: 22px !important;
  }
  .height-xl-22 {
    height: 22px !important;
  }
  .max-width-xl-22 {
    max-width: 22px !important;
  }
  .min-width-xl-22 {
    min-width: 22px !important;
  }
  .max-height-xl-22 {
    max-height: 22px !important;
  }
  .min-height-xl-22 {
    min-height: 22px !important;
  }
}
.w-22 {
  width: 22% !important;
}

.h-22 {
  height: 22% !important;
}

.max-w-22 {
  max-width: 22% !important;
}

.min-w-22 {
  min-width: 22% !important;
}

.max-h-22 {
  max-height: 22% !important;
}

.min-h-22 {
  min-height: 22% !important;
}

.min-vw-22 {
  min-width: 22vw !important;
}

.min-vh-22 {
  min-height: 22vh !important;
}

.vw-22 {
  width: 22vw !important;
}

.vh-22 {
  height: 22vh !important;
}

.width-22 {
  width: 22px !important;
}

.height-22 {
  height: 22px !important;
}

.max-width-22 {
  max-width: 22px !important;
}

.min-width-22 {
  min-width: 22px !important;
}

.max-height-22 {
  max-height: 22px !important;
}

.min-height-22 {
  min-height: 22px !important;
}

@media (max-width: 576px) {
  .w-sm-23 {
    width: 23% !important;
  }
  .h-sm-23 {
    height: 23% !important;
  }
  .max-w-sm-23 {
    max-width: 23% !important;
  }
  .min-w-sm-23 {
    min-width: 23% !important;
  }
  .max-h-sm-23 {
    max-height: 23% !important;
  }
  .min-h-sm-23 {
    min-height: 23% !important;
  }
  .min-sm-vw-23 {
    min-width: 23vw !important;
  }
  .min-sm-vh-23 {
    min-height: 23vh !important;
  }
  .vw-sm-23 {
    width: 23vw !important;
  }
  .vh-sm-23 {
    height: 23vh !important;
  }
  .width-sm-23 {
    width: 23px !important;
  }
  .height-sm-23 {
    height: 23px !important;
  }
  .max-width-sm-23 {
    max-width: 23px !important;
  }
  .min-width-sm-23 {
    min-width: 23px !important;
  }
  .max-height-sm-23 {
    max-height: 23px !important;
  }
  .min-height-sm-23 {
    min-height: 23px !important;
  }
}
@media (max-width: 768px) {
  .w-md-23 {
    width: 23% !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
  .max-w-md-23 {
    max-width: 23% !important;
  }
  .min-w-md-23 {
    min-width: 23% !important;
  }
  .max-h-md-23 {
    max-height: 23% !important;
  }
  .min-h-md-23 {
    min-height: 23% !important;
  }
  .min-md-vw-23 {
    min-width: 23vw !important;
  }
  .min-md-vh-23 {
    min-height: 23vh !important;
  }
  .vw-md-23 {
    width: 23vw !important;
  }
  .vh-md-23 {
    height: 23vh !important;
  }
  .width-md-23 {
    width: 23px !important;
  }
  .height-md-23 {
    height: 23px !important;
  }
  .max-width-md-23 {
    max-width: 23px !important;
  }
  .min-width-md-23 {
    min-width: 23px !important;
  }
  .max-height-md-23 {
    max-height: 23px !important;
  }
  .min-height-md-23 {
    min-height: 23px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-23 {
    width: 23% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
  .max-w-lg-23 {
    max-width: 23% !important;
  }
  .min-w-lg-23 {
    min-width: 23% !important;
  }
  .max-h-lg-23 {
    max-height: 23% !important;
  }
  .min-h-lg-23 {
    min-height: 23% !important;
  }
  .min-lg-vw-23 {
    min-width: 23vw !important;
  }
  .min-lg-vh-23 {
    min-height: 23vh !important;
  }
  .vw-lg-23 {
    width: 23vw !important;
  }
  .vh-lg-23 {
    height: 23vh !important;
  }
  .width-lg-23 {
    width: 23px !important;
  }
  .height-lg-23 {
    height: 23px !important;
  }
  .max-width-lg-23 {
    max-width: 23px !important;
  }
  .min-width-lg-23 {
    min-width: 23px !important;
  }
  .max-height-lg-23 {
    max-height: 23px !important;
  }
  .min-height-lg-23 {
    min-height: 23px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-23 {
    width: 23% !important;
  }
  .h-xl-23 {
    height: 23% !important;
  }
  .max-w-xl-23 {
    max-width: 23% !important;
  }
  .min-w-xl-23 {
    min-width: 23% !important;
  }
  .max-h-xl-23 {
    max-height: 23% !important;
  }
  .min-h-xl-23 {
    min-height: 23% !important;
  }
  .min-xl-vw-23 {
    min-width: 23vw !important;
  }
  .min-xl-vh-23 {
    min-height: 23vh !important;
  }
  .vw-xl-23 {
    width: 23vw !important;
  }
  .vh-xl-23 {
    height: 23vh !important;
  }
  .width-xl-23 {
    width: 23px !important;
  }
  .height-xl-23 {
    height: 23px !important;
  }
  .max-width-xl-23 {
    max-width: 23px !important;
  }
  .min-width-xl-23 {
    min-width: 23px !important;
  }
  .max-height-xl-23 {
    max-height: 23px !important;
  }
  .min-height-xl-23 {
    min-height: 23px !important;
  }
}
.w-23 {
  width: 23% !important;
}

.h-23 {
  height: 23% !important;
}

.max-w-23 {
  max-width: 23% !important;
}

.min-w-23 {
  min-width: 23% !important;
}

.max-h-23 {
  max-height: 23% !important;
}

.min-h-23 {
  min-height: 23% !important;
}

.min-vw-23 {
  min-width: 23vw !important;
}

.min-vh-23 {
  min-height: 23vh !important;
}

.vw-23 {
  width: 23vw !important;
}

.vh-23 {
  height: 23vh !important;
}

.width-23 {
  width: 23px !important;
}

.height-23 {
  height: 23px !important;
}

.max-width-23 {
  max-width: 23px !important;
}

.min-width-23 {
  min-width: 23px !important;
}

.max-height-23 {
  max-height: 23px !important;
}

.min-height-23 {
  min-height: 23px !important;
}

@media (max-width: 576px) {
  .w-sm-24 {
    width: 24% !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
  .max-w-sm-24 {
    max-width: 24% !important;
  }
  .min-w-sm-24 {
    min-width: 24% !important;
  }
  .max-h-sm-24 {
    max-height: 24% !important;
  }
  .min-h-sm-24 {
    min-height: 24% !important;
  }
  .min-sm-vw-24 {
    min-width: 24vw !important;
  }
  .min-sm-vh-24 {
    min-height: 24vh !important;
  }
  .vw-sm-24 {
    width: 24vw !important;
  }
  .vh-sm-24 {
    height: 24vh !important;
  }
  .width-sm-24 {
    width: 24px !important;
  }
  .height-sm-24 {
    height: 24px !important;
  }
  .max-width-sm-24 {
    max-width: 24px !important;
  }
  .min-width-sm-24 {
    min-width: 24px !important;
  }
  .max-height-sm-24 {
    max-height: 24px !important;
  }
  .min-height-sm-24 {
    min-height: 24px !important;
  }
}
@media (max-width: 768px) {
  .w-md-24 {
    width: 24% !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .max-w-md-24 {
    max-width: 24% !important;
  }
  .min-w-md-24 {
    min-width: 24% !important;
  }
  .max-h-md-24 {
    max-height: 24% !important;
  }
  .min-h-md-24 {
    min-height: 24% !important;
  }
  .min-md-vw-24 {
    min-width: 24vw !important;
  }
  .min-md-vh-24 {
    min-height: 24vh !important;
  }
  .vw-md-24 {
    width: 24vw !important;
  }
  .vh-md-24 {
    height: 24vh !important;
  }
  .width-md-24 {
    width: 24px !important;
  }
  .height-md-24 {
    height: 24px !important;
  }
  .max-width-md-24 {
    max-width: 24px !important;
  }
  .min-width-md-24 {
    min-width: 24px !important;
  }
  .max-height-md-24 {
    max-height: 24px !important;
  }
  .min-height-md-24 {
    min-height: 24px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-24 {
    width: 24% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .max-w-lg-24 {
    max-width: 24% !important;
  }
  .min-w-lg-24 {
    min-width: 24% !important;
  }
  .max-h-lg-24 {
    max-height: 24% !important;
  }
  .min-h-lg-24 {
    min-height: 24% !important;
  }
  .min-lg-vw-24 {
    min-width: 24vw !important;
  }
  .min-lg-vh-24 {
    min-height: 24vh !important;
  }
  .vw-lg-24 {
    width: 24vw !important;
  }
  .vh-lg-24 {
    height: 24vh !important;
  }
  .width-lg-24 {
    width: 24px !important;
  }
  .height-lg-24 {
    height: 24px !important;
  }
  .max-width-lg-24 {
    max-width: 24px !important;
  }
  .min-width-lg-24 {
    min-width: 24px !important;
  }
  .max-height-lg-24 {
    max-height: 24px !important;
  }
  .min-height-lg-24 {
    min-height: 24px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-24 {
    width: 24% !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
  .max-w-xl-24 {
    max-width: 24% !important;
  }
  .min-w-xl-24 {
    min-width: 24% !important;
  }
  .max-h-xl-24 {
    max-height: 24% !important;
  }
  .min-h-xl-24 {
    min-height: 24% !important;
  }
  .min-xl-vw-24 {
    min-width: 24vw !important;
  }
  .min-xl-vh-24 {
    min-height: 24vh !important;
  }
  .vw-xl-24 {
    width: 24vw !important;
  }
  .vh-xl-24 {
    height: 24vh !important;
  }
  .width-xl-24 {
    width: 24px !important;
  }
  .height-xl-24 {
    height: 24px !important;
  }
  .max-width-xl-24 {
    max-width: 24px !important;
  }
  .min-width-xl-24 {
    min-width: 24px !important;
  }
  .max-height-xl-24 {
    max-height: 24px !important;
  }
  .min-height-xl-24 {
    min-height: 24px !important;
  }
}
.w-24 {
  width: 24% !important;
}

.h-24 {
  height: 24% !important;
}

.max-w-24 {
  max-width: 24% !important;
}

.min-w-24 {
  min-width: 24% !important;
}

.max-h-24 {
  max-height: 24% !important;
}

.min-h-24 {
  min-height: 24% !important;
}

.min-vw-24 {
  min-width: 24vw !important;
}

.min-vh-24 {
  min-height: 24vh !important;
}

.vw-24 {
  width: 24vw !important;
}

.vh-24 {
  height: 24vh !important;
}

.width-24 {
  width: 24px !important;
}

.height-24 {
  height: 24px !important;
}

.max-width-24 {
  max-width: 24px !important;
}

.min-width-24 {
  min-width: 24px !important;
}

.max-height-24 {
  max-height: 24px !important;
}

.min-height-24 {
  min-height: 24px !important;
}

@media (max-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .max-w-sm-25 {
    max-width: 25% !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .max-h-sm-25 {
    max-height: 25% !important;
  }
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  .min-sm-vw-25 {
    min-width: 25vw !important;
  }
  .min-sm-vh-25 {
    min-height: 25vh !important;
  }
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .width-sm-25 {
    width: 25px !important;
  }
  .height-sm-25 {
    height: 25px !important;
  }
  .max-width-sm-25 {
    max-width: 25px !important;
  }
  .min-width-sm-25 {
    min-width: 25px !important;
  }
  .max-height-sm-25 {
    max-height: 25px !important;
  }
  .min-height-sm-25 {
    min-height: 25px !important;
  }
}
@media (max-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .max-w-md-25 {
    max-width: 25% !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .max-h-md-25 {
    max-height: 25% !important;
  }
  .min-h-md-25 {
    min-height: 25% !important;
  }
  .min-md-vw-25 {
    min-width: 25vw !important;
  }
  .min-md-vh-25 {
    min-height: 25vh !important;
  }
  .vw-md-25 {
    width: 25vw !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .width-md-25 {
    width: 25px !important;
  }
  .height-md-25 {
    height: 25px !important;
  }
  .max-width-md-25 {
    max-width: 25px !important;
  }
  .min-width-md-25 {
    min-width: 25px !important;
  }
  .max-height-md-25 {
    max-height: 25px !important;
  }
  .min-height-md-25 {
    min-height: 25px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .max-w-lg-25 {
    max-width: 25% !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .max-h-lg-25 {
    max-height: 25% !important;
  }
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  .min-lg-vw-25 {
    min-width: 25vw !important;
  }
  .min-lg-vh-25 {
    min-height: 25vh !important;
  }
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .width-lg-25 {
    width: 25px !important;
  }
  .height-lg-25 {
    height: 25px !important;
  }
  .max-width-lg-25 {
    max-width: 25px !important;
  }
  .min-width-lg-25 {
    min-width: 25px !important;
  }
  .max-height-lg-25 {
    max-height: 25px !important;
  }
  .min-height-lg-25 {
    min-height: 25px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .max-w-xl-25 {
    max-width: 25% !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .max-h-xl-25 {
    max-height: 25% !important;
  }
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  .min-xl-vw-25 {
    min-width: 25vw !important;
  }
  .min-xl-vh-25 {
    min-height: 25vh !important;
  }
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .width-xl-25 {
    width: 25px !important;
  }
  .height-xl-25 {
    height: 25px !important;
  }
  .max-width-xl-25 {
    max-width: 25px !important;
  }
  .min-width-xl-25 {
    min-width: 25px !important;
  }
  .max-height-xl-25 {
    max-height: 25px !important;
  }
  .min-height-xl-25 {
    min-height: 25px !important;
  }
}
.w-25 {
  width: 25% !important;
}

.h-25 {
  height: 25% !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.min-vw-25 {
  min-width: 25vw !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.vw-25 {
  width: 25vw !important;
}

.vh-25 {
  height: 25vh !important;
}

.width-25 {
  width: 25px !important;
}

.height-25 {
  height: 25px !important;
}

.max-width-25 {
  max-width: 25px !important;
}

.min-width-25 {
  min-width: 25px !important;
}

.max-height-25 {
  max-height: 25px !important;
}

.min-height-25 {
  min-height: 25px !important;
}

@media (max-width: 576px) {
  .w-sm-26 {
    width: 26% !important;
  }
  .h-sm-26 {
    height: 26% !important;
  }
  .max-w-sm-26 {
    max-width: 26% !important;
  }
  .min-w-sm-26 {
    min-width: 26% !important;
  }
  .max-h-sm-26 {
    max-height: 26% !important;
  }
  .min-h-sm-26 {
    min-height: 26% !important;
  }
  .min-sm-vw-26 {
    min-width: 26vw !important;
  }
  .min-sm-vh-26 {
    min-height: 26vh !important;
  }
  .vw-sm-26 {
    width: 26vw !important;
  }
  .vh-sm-26 {
    height: 26vh !important;
  }
  .width-sm-26 {
    width: 26px !important;
  }
  .height-sm-26 {
    height: 26px !important;
  }
  .max-width-sm-26 {
    max-width: 26px !important;
  }
  .min-width-sm-26 {
    min-width: 26px !important;
  }
  .max-height-sm-26 {
    max-height: 26px !important;
  }
  .min-height-sm-26 {
    min-height: 26px !important;
  }
}
@media (max-width: 768px) {
  .w-md-26 {
    width: 26% !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
  .max-w-md-26 {
    max-width: 26% !important;
  }
  .min-w-md-26 {
    min-width: 26% !important;
  }
  .max-h-md-26 {
    max-height: 26% !important;
  }
  .min-h-md-26 {
    min-height: 26% !important;
  }
  .min-md-vw-26 {
    min-width: 26vw !important;
  }
  .min-md-vh-26 {
    min-height: 26vh !important;
  }
  .vw-md-26 {
    width: 26vw !important;
  }
  .vh-md-26 {
    height: 26vh !important;
  }
  .width-md-26 {
    width: 26px !important;
  }
  .height-md-26 {
    height: 26px !important;
  }
  .max-width-md-26 {
    max-width: 26px !important;
  }
  .min-width-md-26 {
    min-width: 26px !important;
  }
  .max-height-md-26 {
    max-height: 26px !important;
  }
  .min-height-md-26 {
    min-height: 26px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-26 {
    width: 26% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
  .max-w-lg-26 {
    max-width: 26% !important;
  }
  .min-w-lg-26 {
    min-width: 26% !important;
  }
  .max-h-lg-26 {
    max-height: 26% !important;
  }
  .min-h-lg-26 {
    min-height: 26% !important;
  }
  .min-lg-vw-26 {
    min-width: 26vw !important;
  }
  .min-lg-vh-26 {
    min-height: 26vh !important;
  }
  .vw-lg-26 {
    width: 26vw !important;
  }
  .vh-lg-26 {
    height: 26vh !important;
  }
  .width-lg-26 {
    width: 26px !important;
  }
  .height-lg-26 {
    height: 26px !important;
  }
  .max-width-lg-26 {
    max-width: 26px !important;
  }
  .min-width-lg-26 {
    min-width: 26px !important;
  }
  .max-height-lg-26 {
    max-height: 26px !important;
  }
  .min-height-lg-26 {
    min-height: 26px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-26 {
    width: 26% !important;
  }
  .h-xl-26 {
    height: 26% !important;
  }
  .max-w-xl-26 {
    max-width: 26% !important;
  }
  .min-w-xl-26 {
    min-width: 26% !important;
  }
  .max-h-xl-26 {
    max-height: 26% !important;
  }
  .min-h-xl-26 {
    min-height: 26% !important;
  }
  .min-xl-vw-26 {
    min-width: 26vw !important;
  }
  .min-xl-vh-26 {
    min-height: 26vh !important;
  }
  .vw-xl-26 {
    width: 26vw !important;
  }
  .vh-xl-26 {
    height: 26vh !important;
  }
  .width-xl-26 {
    width: 26px !important;
  }
  .height-xl-26 {
    height: 26px !important;
  }
  .max-width-xl-26 {
    max-width: 26px !important;
  }
  .min-width-xl-26 {
    min-width: 26px !important;
  }
  .max-height-xl-26 {
    max-height: 26px !important;
  }
  .min-height-xl-26 {
    min-height: 26px !important;
  }
}
.w-26 {
  width: 26% !important;
}

.h-26 {
  height: 26% !important;
}

.max-w-26 {
  max-width: 26% !important;
}

.min-w-26 {
  min-width: 26% !important;
}

.max-h-26 {
  max-height: 26% !important;
}

.min-h-26 {
  min-height: 26% !important;
}

.min-vw-26 {
  min-width: 26vw !important;
}

.min-vh-26 {
  min-height: 26vh !important;
}

.vw-26 {
  width: 26vw !important;
}

.vh-26 {
  height: 26vh !important;
}

.width-26 {
  width: 26px !important;
}

.height-26 {
  height: 26px !important;
}

.max-width-26 {
  max-width: 26px !important;
}

.min-width-26 {
  min-width: 26px !important;
}

.max-height-26 {
  max-height: 26px !important;
}

.min-height-26 {
  min-height: 26px !important;
}

@media (max-width: 576px) {
  .w-sm-27 {
    width: 27% !important;
  }
  .h-sm-27 {
    height: 27% !important;
  }
  .max-w-sm-27 {
    max-width: 27% !important;
  }
  .min-w-sm-27 {
    min-width: 27% !important;
  }
  .max-h-sm-27 {
    max-height: 27% !important;
  }
  .min-h-sm-27 {
    min-height: 27% !important;
  }
  .min-sm-vw-27 {
    min-width: 27vw !important;
  }
  .min-sm-vh-27 {
    min-height: 27vh !important;
  }
  .vw-sm-27 {
    width: 27vw !important;
  }
  .vh-sm-27 {
    height: 27vh !important;
  }
  .width-sm-27 {
    width: 27px !important;
  }
  .height-sm-27 {
    height: 27px !important;
  }
  .max-width-sm-27 {
    max-width: 27px !important;
  }
  .min-width-sm-27 {
    min-width: 27px !important;
  }
  .max-height-sm-27 {
    max-height: 27px !important;
  }
  .min-height-sm-27 {
    min-height: 27px !important;
  }
}
@media (max-width: 768px) {
  .w-md-27 {
    width: 27% !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
  .max-w-md-27 {
    max-width: 27% !important;
  }
  .min-w-md-27 {
    min-width: 27% !important;
  }
  .max-h-md-27 {
    max-height: 27% !important;
  }
  .min-h-md-27 {
    min-height: 27% !important;
  }
  .min-md-vw-27 {
    min-width: 27vw !important;
  }
  .min-md-vh-27 {
    min-height: 27vh !important;
  }
  .vw-md-27 {
    width: 27vw !important;
  }
  .vh-md-27 {
    height: 27vh !important;
  }
  .width-md-27 {
    width: 27px !important;
  }
  .height-md-27 {
    height: 27px !important;
  }
  .max-width-md-27 {
    max-width: 27px !important;
  }
  .min-width-md-27 {
    min-width: 27px !important;
  }
  .max-height-md-27 {
    max-height: 27px !important;
  }
  .min-height-md-27 {
    min-height: 27px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-27 {
    width: 27% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
  .max-w-lg-27 {
    max-width: 27% !important;
  }
  .min-w-lg-27 {
    min-width: 27% !important;
  }
  .max-h-lg-27 {
    max-height: 27% !important;
  }
  .min-h-lg-27 {
    min-height: 27% !important;
  }
  .min-lg-vw-27 {
    min-width: 27vw !important;
  }
  .min-lg-vh-27 {
    min-height: 27vh !important;
  }
  .vw-lg-27 {
    width: 27vw !important;
  }
  .vh-lg-27 {
    height: 27vh !important;
  }
  .width-lg-27 {
    width: 27px !important;
  }
  .height-lg-27 {
    height: 27px !important;
  }
  .max-width-lg-27 {
    max-width: 27px !important;
  }
  .min-width-lg-27 {
    min-width: 27px !important;
  }
  .max-height-lg-27 {
    max-height: 27px !important;
  }
  .min-height-lg-27 {
    min-height: 27px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-27 {
    width: 27% !important;
  }
  .h-xl-27 {
    height: 27% !important;
  }
  .max-w-xl-27 {
    max-width: 27% !important;
  }
  .min-w-xl-27 {
    min-width: 27% !important;
  }
  .max-h-xl-27 {
    max-height: 27% !important;
  }
  .min-h-xl-27 {
    min-height: 27% !important;
  }
  .min-xl-vw-27 {
    min-width: 27vw !important;
  }
  .min-xl-vh-27 {
    min-height: 27vh !important;
  }
  .vw-xl-27 {
    width: 27vw !important;
  }
  .vh-xl-27 {
    height: 27vh !important;
  }
  .width-xl-27 {
    width: 27px !important;
  }
  .height-xl-27 {
    height: 27px !important;
  }
  .max-width-xl-27 {
    max-width: 27px !important;
  }
  .min-width-xl-27 {
    min-width: 27px !important;
  }
  .max-height-xl-27 {
    max-height: 27px !important;
  }
  .min-height-xl-27 {
    min-height: 27px !important;
  }
}
.w-27 {
  width: 27% !important;
}

.h-27 {
  height: 27% !important;
}

.max-w-27 {
  max-width: 27% !important;
}

.min-w-27 {
  min-width: 27% !important;
}

.max-h-27 {
  max-height: 27% !important;
}

.min-h-27 {
  min-height: 27% !important;
}

.min-vw-27 {
  min-width: 27vw !important;
}

.min-vh-27 {
  min-height: 27vh !important;
}

.vw-27 {
  width: 27vw !important;
}

.vh-27 {
  height: 27vh !important;
}

.width-27 {
  width: 27px !important;
}

.height-27 {
  height: 27px !important;
}

.max-width-27 {
  max-width: 27px !important;
}

.min-width-27 {
  min-width: 27px !important;
}

.max-height-27 {
  max-height: 27px !important;
}

.min-height-27 {
  min-height: 27px !important;
}

@media (max-width: 576px) {
  .w-sm-28 {
    width: 28% !important;
  }
  .h-sm-28 {
    height: 28% !important;
  }
  .max-w-sm-28 {
    max-width: 28% !important;
  }
  .min-w-sm-28 {
    min-width: 28% !important;
  }
  .max-h-sm-28 {
    max-height: 28% !important;
  }
  .min-h-sm-28 {
    min-height: 28% !important;
  }
  .min-sm-vw-28 {
    min-width: 28vw !important;
  }
  .min-sm-vh-28 {
    min-height: 28vh !important;
  }
  .vw-sm-28 {
    width: 28vw !important;
  }
  .vh-sm-28 {
    height: 28vh !important;
  }
  .width-sm-28 {
    width: 28px !important;
  }
  .height-sm-28 {
    height: 28px !important;
  }
  .max-width-sm-28 {
    max-width: 28px !important;
  }
  .min-width-sm-28 {
    min-width: 28px !important;
  }
  .max-height-sm-28 {
    max-height: 28px !important;
  }
  .min-height-sm-28 {
    min-height: 28px !important;
  }
}
@media (max-width: 768px) {
  .w-md-28 {
    width: 28% !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
  .max-w-md-28 {
    max-width: 28% !important;
  }
  .min-w-md-28 {
    min-width: 28% !important;
  }
  .max-h-md-28 {
    max-height: 28% !important;
  }
  .min-h-md-28 {
    min-height: 28% !important;
  }
  .min-md-vw-28 {
    min-width: 28vw !important;
  }
  .min-md-vh-28 {
    min-height: 28vh !important;
  }
  .vw-md-28 {
    width: 28vw !important;
  }
  .vh-md-28 {
    height: 28vh !important;
  }
  .width-md-28 {
    width: 28px !important;
  }
  .height-md-28 {
    height: 28px !important;
  }
  .max-width-md-28 {
    max-width: 28px !important;
  }
  .min-width-md-28 {
    min-width: 28px !important;
  }
  .max-height-md-28 {
    max-height: 28px !important;
  }
  .min-height-md-28 {
    min-height: 28px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-28 {
    width: 28% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
  .max-w-lg-28 {
    max-width: 28% !important;
  }
  .min-w-lg-28 {
    min-width: 28% !important;
  }
  .max-h-lg-28 {
    max-height: 28% !important;
  }
  .min-h-lg-28 {
    min-height: 28% !important;
  }
  .min-lg-vw-28 {
    min-width: 28vw !important;
  }
  .min-lg-vh-28 {
    min-height: 28vh !important;
  }
  .vw-lg-28 {
    width: 28vw !important;
  }
  .vh-lg-28 {
    height: 28vh !important;
  }
  .width-lg-28 {
    width: 28px !important;
  }
  .height-lg-28 {
    height: 28px !important;
  }
  .max-width-lg-28 {
    max-width: 28px !important;
  }
  .min-width-lg-28 {
    min-width: 28px !important;
  }
  .max-height-lg-28 {
    max-height: 28px !important;
  }
  .min-height-lg-28 {
    min-height: 28px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-28 {
    width: 28% !important;
  }
  .h-xl-28 {
    height: 28% !important;
  }
  .max-w-xl-28 {
    max-width: 28% !important;
  }
  .min-w-xl-28 {
    min-width: 28% !important;
  }
  .max-h-xl-28 {
    max-height: 28% !important;
  }
  .min-h-xl-28 {
    min-height: 28% !important;
  }
  .min-xl-vw-28 {
    min-width: 28vw !important;
  }
  .min-xl-vh-28 {
    min-height: 28vh !important;
  }
  .vw-xl-28 {
    width: 28vw !important;
  }
  .vh-xl-28 {
    height: 28vh !important;
  }
  .width-xl-28 {
    width: 28px !important;
  }
  .height-xl-28 {
    height: 28px !important;
  }
  .max-width-xl-28 {
    max-width: 28px !important;
  }
  .min-width-xl-28 {
    min-width: 28px !important;
  }
  .max-height-xl-28 {
    max-height: 28px !important;
  }
  .min-height-xl-28 {
    min-height: 28px !important;
  }
}
.w-28 {
  width: 28% !important;
}

.h-28 {
  height: 28% !important;
}

.max-w-28 {
  max-width: 28% !important;
}

.min-w-28 {
  min-width: 28% !important;
}

.max-h-28 {
  max-height: 28% !important;
}

.min-h-28 {
  min-height: 28% !important;
}

.min-vw-28 {
  min-width: 28vw !important;
}

.min-vh-28 {
  min-height: 28vh !important;
}

.vw-28 {
  width: 28vw !important;
}

.vh-28 {
  height: 28vh !important;
}

.width-28 {
  width: 28px !important;
}

.height-28 {
  height: 28px !important;
}

.max-width-28 {
  max-width: 28px !important;
}

.min-width-28 {
  min-width: 28px !important;
}

.max-height-28 {
  max-height: 28px !important;
}

.min-height-28 {
  min-height: 28px !important;
}

@media (max-width: 576px) {
  .w-sm-29 {
    width: 29% !important;
  }
  .h-sm-29 {
    height: 29% !important;
  }
  .max-w-sm-29 {
    max-width: 29% !important;
  }
  .min-w-sm-29 {
    min-width: 29% !important;
  }
  .max-h-sm-29 {
    max-height: 29% !important;
  }
  .min-h-sm-29 {
    min-height: 29% !important;
  }
  .min-sm-vw-29 {
    min-width: 29vw !important;
  }
  .min-sm-vh-29 {
    min-height: 29vh !important;
  }
  .vw-sm-29 {
    width: 29vw !important;
  }
  .vh-sm-29 {
    height: 29vh !important;
  }
  .width-sm-29 {
    width: 29px !important;
  }
  .height-sm-29 {
    height: 29px !important;
  }
  .max-width-sm-29 {
    max-width: 29px !important;
  }
  .min-width-sm-29 {
    min-width: 29px !important;
  }
  .max-height-sm-29 {
    max-height: 29px !important;
  }
  .min-height-sm-29 {
    min-height: 29px !important;
  }
}
@media (max-width: 768px) {
  .w-md-29 {
    width: 29% !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
  .max-w-md-29 {
    max-width: 29% !important;
  }
  .min-w-md-29 {
    min-width: 29% !important;
  }
  .max-h-md-29 {
    max-height: 29% !important;
  }
  .min-h-md-29 {
    min-height: 29% !important;
  }
  .min-md-vw-29 {
    min-width: 29vw !important;
  }
  .min-md-vh-29 {
    min-height: 29vh !important;
  }
  .vw-md-29 {
    width: 29vw !important;
  }
  .vh-md-29 {
    height: 29vh !important;
  }
  .width-md-29 {
    width: 29px !important;
  }
  .height-md-29 {
    height: 29px !important;
  }
  .max-width-md-29 {
    max-width: 29px !important;
  }
  .min-width-md-29 {
    min-width: 29px !important;
  }
  .max-height-md-29 {
    max-height: 29px !important;
  }
  .min-height-md-29 {
    min-height: 29px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-29 {
    width: 29% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
  .max-w-lg-29 {
    max-width: 29% !important;
  }
  .min-w-lg-29 {
    min-width: 29% !important;
  }
  .max-h-lg-29 {
    max-height: 29% !important;
  }
  .min-h-lg-29 {
    min-height: 29% !important;
  }
  .min-lg-vw-29 {
    min-width: 29vw !important;
  }
  .min-lg-vh-29 {
    min-height: 29vh !important;
  }
  .vw-lg-29 {
    width: 29vw !important;
  }
  .vh-lg-29 {
    height: 29vh !important;
  }
  .width-lg-29 {
    width: 29px !important;
  }
  .height-lg-29 {
    height: 29px !important;
  }
  .max-width-lg-29 {
    max-width: 29px !important;
  }
  .min-width-lg-29 {
    min-width: 29px !important;
  }
  .max-height-lg-29 {
    max-height: 29px !important;
  }
  .min-height-lg-29 {
    min-height: 29px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-29 {
    width: 29% !important;
  }
  .h-xl-29 {
    height: 29% !important;
  }
  .max-w-xl-29 {
    max-width: 29% !important;
  }
  .min-w-xl-29 {
    min-width: 29% !important;
  }
  .max-h-xl-29 {
    max-height: 29% !important;
  }
  .min-h-xl-29 {
    min-height: 29% !important;
  }
  .min-xl-vw-29 {
    min-width: 29vw !important;
  }
  .min-xl-vh-29 {
    min-height: 29vh !important;
  }
  .vw-xl-29 {
    width: 29vw !important;
  }
  .vh-xl-29 {
    height: 29vh !important;
  }
  .width-xl-29 {
    width: 29px !important;
  }
  .height-xl-29 {
    height: 29px !important;
  }
  .max-width-xl-29 {
    max-width: 29px !important;
  }
  .min-width-xl-29 {
    min-width: 29px !important;
  }
  .max-height-xl-29 {
    max-height: 29px !important;
  }
  .min-height-xl-29 {
    min-height: 29px !important;
  }
}
.w-29 {
  width: 29% !important;
}

.h-29 {
  height: 29% !important;
}

.max-w-29 {
  max-width: 29% !important;
}

.min-w-29 {
  min-width: 29% !important;
}

.max-h-29 {
  max-height: 29% !important;
}

.min-h-29 {
  min-height: 29% !important;
}

.min-vw-29 {
  min-width: 29vw !important;
}

.min-vh-29 {
  min-height: 29vh !important;
}

.vw-29 {
  width: 29vw !important;
}

.vh-29 {
  height: 29vh !important;
}

.width-29 {
  width: 29px !important;
}

.height-29 {
  height: 29px !important;
}

.max-width-29 {
  max-width: 29px !important;
}

.min-width-29 {
  min-width: 29px !important;
}

.max-height-29 {
  max-height: 29px !important;
}

.min-height-29 {
  min-height: 29px !important;
}

@media (max-width: 576px) {
  .w-sm-30 {
    width: 30% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .max-w-sm-30 {
    max-width: 30% !important;
  }
  .min-w-sm-30 {
    min-width: 30% !important;
  }
  .max-h-sm-30 {
    max-height: 30% !important;
  }
  .min-h-sm-30 {
    min-height: 30% !important;
  }
  .min-sm-vw-30 {
    min-width: 30vw !important;
  }
  .min-sm-vh-30 {
    min-height: 30vh !important;
  }
  .vw-sm-30 {
    width: 30vw !important;
  }
  .vh-sm-30 {
    height: 30vh !important;
  }
  .width-sm-30 {
    width: 30px !important;
  }
  .height-sm-30 {
    height: 30px !important;
  }
  .max-width-sm-30 {
    max-width: 30px !important;
  }
  .min-width-sm-30 {
    min-width: 30px !important;
  }
  .max-height-sm-30 {
    max-height: 30px !important;
  }
  .min-height-sm-30 {
    min-height: 30px !important;
  }
}
@media (max-width: 768px) {
  .w-md-30 {
    width: 30% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .max-w-md-30 {
    max-width: 30% !important;
  }
  .min-w-md-30 {
    min-width: 30% !important;
  }
  .max-h-md-30 {
    max-height: 30% !important;
  }
  .min-h-md-30 {
    min-height: 30% !important;
  }
  .min-md-vw-30 {
    min-width: 30vw !important;
  }
  .min-md-vh-30 {
    min-height: 30vh !important;
  }
  .vw-md-30 {
    width: 30vw !important;
  }
  .vh-md-30 {
    height: 30vh !important;
  }
  .width-md-30 {
    width: 30px !important;
  }
  .height-md-30 {
    height: 30px !important;
  }
  .max-width-md-30 {
    max-width: 30px !important;
  }
  .min-width-md-30 {
    min-width: 30px !important;
  }
  .max-height-md-30 {
    max-height: 30px !important;
  }
  .min-height-md-30 {
    min-height: 30px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-30 {
    width: 30% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .max-w-lg-30 {
    max-width: 30% !important;
  }
  .min-w-lg-30 {
    min-width: 30% !important;
  }
  .max-h-lg-30 {
    max-height: 30% !important;
  }
  .min-h-lg-30 {
    min-height: 30% !important;
  }
  .min-lg-vw-30 {
    min-width: 30vw !important;
  }
  .min-lg-vh-30 {
    min-height: 30vh !important;
  }
  .vw-lg-30 {
    width: 30vw !important;
  }
  .vh-lg-30 {
    height: 30vh !important;
  }
  .width-lg-30 {
    width: 30px !important;
  }
  .height-lg-30 {
    height: 30px !important;
  }
  .max-width-lg-30 {
    max-width: 30px !important;
  }
  .min-width-lg-30 {
    min-width: 30px !important;
  }
  .max-height-lg-30 {
    max-height: 30px !important;
  }
  .min-height-lg-30 {
    min-height: 30px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-30 {
    width: 30% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .max-w-xl-30 {
    max-width: 30% !important;
  }
  .min-w-xl-30 {
    min-width: 30% !important;
  }
  .max-h-xl-30 {
    max-height: 30% !important;
  }
  .min-h-xl-30 {
    min-height: 30% !important;
  }
  .min-xl-vw-30 {
    min-width: 30vw !important;
  }
  .min-xl-vh-30 {
    min-height: 30vh !important;
  }
  .vw-xl-30 {
    width: 30vw !important;
  }
  .vh-xl-30 {
    height: 30vh !important;
  }
  .width-xl-30 {
    width: 30px !important;
  }
  .height-xl-30 {
    height: 30px !important;
  }
  .max-width-xl-30 {
    max-width: 30px !important;
  }
  .min-width-xl-30 {
    min-width: 30px !important;
  }
  .max-height-xl-30 {
    max-height: 30px !important;
  }
  .min-height-xl-30 {
    min-height: 30px !important;
  }
}
.w-30 {
  width: 30% !important;
}

.h-30 {
  height: 30% !important;
}

.max-w-30 {
  max-width: 30% !important;
}

.min-w-30 {
  min-width: 30% !important;
}

.max-h-30 {
  max-height: 30% !important;
}

.min-h-30 {
  min-height: 30% !important;
}

.min-vw-30 {
  min-width: 30vw !important;
}

.min-vh-30 {
  min-height: 30vh !important;
}

.vw-30 {
  width: 30vw !important;
}

.vh-30 {
  height: 30vh !important;
}

.width-30 {
  width: 30px !important;
}

.height-30 {
  height: 30px !important;
}

.max-width-30 {
  max-width: 30px !important;
}

.min-width-30 {
  min-width: 30px !important;
}

.max-height-30 {
  max-height: 30px !important;
}

.min-height-30 {
  min-height: 30px !important;
}

@media (max-width: 576px) {
  .w-sm-31 {
    width: 31% !important;
  }
  .h-sm-31 {
    height: 31% !important;
  }
  .max-w-sm-31 {
    max-width: 31% !important;
  }
  .min-w-sm-31 {
    min-width: 31% !important;
  }
  .max-h-sm-31 {
    max-height: 31% !important;
  }
  .min-h-sm-31 {
    min-height: 31% !important;
  }
  .min-sm-vw-31 {
    min-width: 31vw !important;
  }
  .min-sm-vh-31 {
    min-height: 31vh !important;
  }
  .vw-sm-31 {
    width: 31vw !important;
  }
  .vh-sm-31 {
    height: 31vh !important;
  }
  .width-sm-31 {
    width: 31px !important;
  }
  .height-sm-31 {
    height: 31px !important;
  }
  .max-width-sm-31 {
    max-width: 31px !important;
  }
  .min-width-sm-31 {
    min-width: 31px !important;
  }
  .max-height-sm-31 {
    max-height: 31px !important;
  }
  .min-height-sm-31 {
    min-height: 31px !important;
  }
}
@media (max-width: 768px) {
  .w-md-31 {
    width: 31% !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
  .max-w-md-31 {
    max-width: 31% !important;
  }
  .min-w-md-31 {
    min-width: 31% !important;
  }
  .max-h-md-31 {
    max-height: 31% !important;
  }
  .min-h-md-31 {
    min-height: 31% !important;
  }
  .min-md-vw-31 {
    min-width: 31vw !important;
  }
  .min-md-vh-31 {
    min-height: 31vh !important;
  }
  .vw-md-31 {
    width: 31vw !important;
  }
  .vh-md-31 {
    height: 31vh !important;
  }
  .width-md-31 {
    width: 31px !important;
  }
  .height-md-31 {
    height: 31px !important;
  }
  .max-width-md-31 {
    max-width: 31px !important;
  }
  .min-width-md-31 {
    min-width: 31px !important;
  }
  .max-height-md-31 {
    max-height: 31px !important;
  }
  .min-height-md-31 {
    min-height: 31px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-31 {
    width: 31% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
  .max-w-lg-31 {
    max-width: 31% !important;
  }
  .min-w-lg-31 {
    min-width: 31% !important;
  }
  .max-h-lg-31 {
    max-height: 31% !important;
  }
  .min-h-lg-31 {
    min-height: 31% !important;
  }
  .min-lg-vw-31 {
    min-width: 31vw !important;
  }
  .min-lg-vh-31 {
    min-height: 31vh !important;
  }
  .vw-lg-31 {
    width: 31vw !important;
  }
  .vh-lg-31 {
    height: 31vh !important;
  }
  .width-lg-31 {
    width: 31px !important;
  }
  .height-lg-31 {
    height: 31px !important;
  }
  .max-width-lg-31 {
    max-width: 31px !important;
  }
  .min-width-lg-31 {
    min-width: 31px !important;
  }
  .max-height-lg-31 {
    max-height: 31px !important;
  }
  .min-height-lg-31 {
    min-height: 31px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-31 {
    width: 31% !important;
  }
  .h-xl-31 {
    height: 31% !important;
  }
  .max-w-xl-31 {
    max-width: 31% !important;
  }
  .min-w-xl-31 {
    min-width: 31% !important;
  }
  .max-h-xl-31 {
    max-height: 31% !important;
  }
  .min-h-xl-31 {
    min-height: 31% !important;
  }
  .min-xl-vw-31 {
    min-width: 31vw !important;
  }
  .min-xl-vh-31 {
    min-height: 31vh !important;
  }
  .vw-xl-31 {
    width: 31vw !important;
  }
  .vh-xl-31 {
    height: 31vh !important;
  }
  .width-xl-31 {
    width: 31px !important;
  }
  .height-xl-31 {
    height: 31px !important;
  }
  .max-width-xl-31 {
    max-width: 31px !important;
  }
  .min-width-xl-31 {
    min-width: 31px !important;
  }
  .max-height-xl-31 {
    max-height: 31px !important;
  }
  .min-height-xl-31 {
    min-height: 31px !important;
  }
}
.w-31 {
  width: 31% !important;
}

.h-31 {
  height: 31% !important;
}

.max-w-31 {
  max-width: 31% !important;
}

.min-w-31 {
  min-width: 31% !important;
}

.max-h-31 {
  max-height: 31% !important;
}

.min-h-31 {
  min-height: 31% !important;
}

.min-vw-31 {
  min-width: 31vw !important;
}

.min-vh-31 {
  min-height: 31vh !important;
}

.vw-31 {
  width: 31vw !important;
}

.vh-31 {
  height: 31vh !important;
}

.width-31 {
  width: 31px !important;
}

.height-31 {
  height: 31px !important;
}

.max-width-31 {
  max-width: 31px !important;
}

.min-width-31 {
  min-width: 31px !important;
}

.max-height-31 {
  max-height: 31px !important;
}

.min-height-31 {
  min-height: 31px !important;
}

@media (max-width: 576px) {
  .w-sm-32 {
    width: 32% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .max-w-sm-32 {
    max-width: 32% !important;
  }
  .min-w-sm-32 {
    min-width: 32% !important;
  }
  .max-h-sm-32 {
    max-height: 32% !important;
  }
  .min-h-sm-32 {
    min-height: 32% !important;
  }
  .min-sm-vw-32 {
    min-width: 32vw !important;
  }
  .min-sm-vh-32 {
    min-height: 32vh !important;
  }
  .vw-sm-32 {
    width: 32vw !important;
  }
  .vh-sm-32 {
    height: 32vh !important;
  }
  .width-sm-32 {
    width: 32px !important;
  }
  .height-sm-32 {
    height: 32px !important;
  }
  .max-width-sm-32 {
    max-width: 32px !important;
  }
  .min-width-sm-32 {
    min-width: 32px !important;
  }
  .max-height-sm-32 {
    max-height: 32px !important;
  }
  .min-height-sm-32 {
    min-height: 32px !important;
  }
}
@media (max-width: 768px) {
  .w-md-32 {
    width: 32% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .max-w-md-32 {
    max-width: 32% !important;
  }
  .min-w-md-32 {
    min-width: 32% !important;
  }
  .max-h-md-32 {
    max-height: 32% !important;
  }
  .min-h-md-32 {
    min-height: 32% !important;
  }
  .min-md-vw-32 {
    min-width: 32vw !important;
  }
  .min-md-vh-32 {
    min-height: 32vh !important;
  }
  .vw-md-32 {
    width: 32vw !important;
  }
  .vh-md-32 {
    height: 32vh !important;
  }
  .width-md-32 {
    width: 32px !important;
  }
  .height-md-32 {
    height: 32px !important;
  }
  .max-width-md-32 {
    max-width: 32px !important;
  }
  .min-width-md-32 {
    min-width: 32px !important;
  }
  .max-height-md-32 {
    max-height: 32px !important;
  }
  .min-height-md-32 {
    min-height: 32px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-32 {
    width: 32% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .max-w-lg-32 {
    max-width: 32% !important;
  }
  .min-w-lg-32 {
    min-width: 32% !important;
  }
  .max-h-lg-32 {
    max-height: 32% !important;
  }
  .min-h-lg-32 {
    min-height: 32% !important;
  }
  .min-lg-vw-32 {
    min-width: 32vw !important;
  }
  .min-lg-vh-32 {
    min-height: 32vh !important;
  }
  .vw-lg-32 {
    width: 32vw !important;
  }
  .vh-lg-32 {
    height: 32vh !important;
  }
  .width-lg-32 {
    width: 32px !important;
  }
  .height-lg-32 {
    height: 32px !important;
  }
  .max-width-lg-32 {
    max-width: 32px !important;
  }
  .min-width-lg-32 {
    min-width: 32px !important;
  }
  .max-height-lg-32 {
    max-height: 32px !important;
  }
  .min-height-lg-32 {
    min-height: 32px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-32 {
    width: 32% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .max-w-xl-32 {
    max-width: 32% !important;
  }
  .min-w-xl-32 {
    min-width: 32% !important;
  }
  .max-h-xl-32 {
    max-height: 32% !important;
  }
  .min-h-xl-32 {
    min-height: 32% !important;
  }
  .min-xl-vw-32 {
    min-width: 32vw !important;
  }
  .min-xl-vh-32 {
    min-height: 32vh !important;
  }
  .vw-xl-32 {
    width: 32vw !important;
  }
  .vh-xl-32 {
    height: 32vh !important;
  }
  .width-xl-32 {
    width: 32px !important;
  }
  .height-xl-32 {
    height: 32px !important;
  }
  .max-width-xl-32 {
    max-width: 32px !important;
  }
  .min-width-xl-32 {
    min-width: 32px !important;
  }
  .max-height-xl-32 {
    max-height: 32px !important;
  }
  .min-height-xl-32 {
    min-height: 32px !important;
  }
}
.w-32 {
  width: 32% !important;
}

.h-32 {
  height: 32% !important;
}

.max-w-32 {
  max-width: 32% !important;
}

.min-w-32 {
  min-width: 32% !important;
}

.max-h-32 {
  max-height: 32% !important;
}

.min-h-32 {
  min-height: 32% !important;
}

.min-vw-32 {
  min-width: 32vw !important;
}

.min-vh-32 {
  min-height: 32vh !important;
}

.vw-32 {
  width: 32vw !important;
}

.vh-32 {
  height: 32vh !important;
}

.width-32 {
  width: 32px !important;
}

.height-32 {
  height: 32px !important;
}

.max-width-32 {
  max-width: 32px !important;
}

.min-width-32 {
  min-width: 32px !important;
}

.max-height-32 {
  max-height: 32px !important;
}

.min-height-32 {
  min-height: 32px !important;
}

@media (max-width: 576px) {
  .w-sm-33 {
    width: 33% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .max-w-sm-33 {
    max-width: 33% !important;
  }
  .min-w-sm-33 {
    min-width: 33% !important;
  }
  .max-h-sm-33 {
    max-height: 33% !important;
  }
  .min-h-sm-33 {
    min-height: 33% !important;
  }
  .min-sm-vw-33 {
    min-width: 33vw !important;
  }
  .min-sm-vh-33 {
    min-height: 33vh !important;
  }
  .vw-sm-33 {
    width: 33vw !important;
  }
  .vh-sm-33 {
    height: 33vh !important;
  }
  .width-sm-33 {
    width: 33px !important;
  }
  .height-sm-33 {
    height: 33px !important;
  }
  .max-width-sm-33 {
    max-width: 33px !important;
  }
  .min-width-sm-33 {
    min-width: 33px !important;
  }
  .max-height-sm-33 {
    max-height: 33px !important;
  }
  .min-height-sm-33 {
    min-height: 33px !important;
  }
}
@media (max-width: 768px) {
  .w-md-33 {
    width: 33% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .max-w-md-33 {
    max-width: 33% !important;
  }
  .min-w-md-33 {
    min-width: 33% !important;
  }
  .max-h-md-33 {
    max-height: 33% !important;
  }
  .min-h-md-33 {
    min-height: 33% !important;
  }
  .min-md-vw-33 {
    min-width: 33vw !important;
  }
  .min-md-vh-33 {
    min-height: 33vh !important;
  }
  .vw-md-33 {
    width: 33vw !important;
  }
  .vh-md-33 {
    height: 33vh !important;
  }
  .width-md-33 {
    width: 33px !important;
  }
  .height-md-33 {
    height: 33px !important;
  }
  .max-width-md-33 {
    max-width: 33px !important;
  }
  .min-width-md-33 {
    min-width: 33px !important;
  }
  .max-height-md-33 {
    max-height: 33px !important;
  }
  .min-height-md-33 {
    min-height: 33px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-33 {
    width: 33% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .max-w-lg-33 {
    max-width: 33% !important;
  }
  .min-w-lg-33 {
    min-width: 33% !important;
  }
  .max-h-lg-33 {
    max-height: 33% !important;
  }
  .min-h-lg-33 {
    min-height: 33% !important;
  }
  .min-lg-vw-33 {
    min-width: 33vw !important;
  }
  .min-lg-vh-33 {
    min-height: 33vh !important;
  }
  .vw-lg-33 {
    width: 33vw !important;
  }
  .vh-lg-33 {
    height: 33vh !important;
  }
  .width-lg-33 {
    width: 33px !important;
  }
  .height-lg-33 {
    height: 33px !important;
  }
  .max-width-lg-33 {
    max-width: 33px !important;
  }
  .min-width-lg-33 {
    min-width: 33px !important;
  }
  .max-height-lg-33 {
    max-height: 33px !important;
  }
  .min-height-lg-33 {
    min-height: 33px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-33 {
    width: 33% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .max-w-xl-33 {
    max-width: 33% !important;
  }
  .min-w-xl-33 {
    min-width: 33% !important;
  }
  .max-h-xl-33 {
    max-height: 33% !important;
  }
  .min-h-xl-33 {
    min-height: 33% !important;
  }
  .min-xl-vw-33 {
    min-width: 33vw !important;
  }
  .min-xl-vh-33 {
    min-height: 33vh !important;
  }
  .vw-xl-33 {
    width: 33vw !important;
  }
  .vh-xl-33 {
    height: 33vh !important;
  }
  .width-xl-33 {
    width: 33px !important;
  }
  .height-xl-33 {
    height: 33px !important;
  }
  .max-width-xl-33 {
    max-width: 33px !important;
  }
  .min-width-xl-33 {
    min-width: 33px !important;
  }
  .max-height-xl-33 {
    max-height: 33px !important;
  }
  .min-height-xl-33 {
    min-height: 33px !important;
  }
}
.w-33 {
  width: 33% !important;
}

.h-33 {
  height: 33% !important;
}

.max-w-33 {
  max-width: 33% !important;
}

.min-w-33 {
  min-width: 33% !important;
}

.max-h-33 {
  max-height: 33% !important;
}

.min-h-33 {
  min-height: 33% !important;
}

.min-vw-33 {
  min-width: 33vw !important;
}

.min-vh-33 {
  min-height: 33vh !important;
}

.vw-33 {
  width: 33vw !important;
}

.vh-33 {
  height: 33vh !important;
}

.width-33 {
  width: 33px !important;
}

.height-33 {
  height: 33px !important;
}

.max-width-33 {
  max-width: 33px !important;
}

.min-width-33 {
  min-width: 33px !important;
}

.max-height-33 {
  max-height: 33px !important;
}

.min-height-33 {
  min-height: 33px !important;
}

@media (max-width: 576px) {
  .w-sm-34 {
    width: 34% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .max-w-sm-34 {
    max-width: 34% !important;
  }
  .min-w-sm-34 {
    min-width: 34% !important;
  }
  .max-h-sm-34 {
    max-height: 34% !important;
  }
  .min-h-sm-34 {
    min-height: 34% !important;
  }
  .min-sm-vw-34 {
    min-width: 34vw !important;
  }
  .min-sm-vh-34 {
    min-height: 34vh !important;
  }
  .vw-sm-34 {
    width: 34vw !important;
  }
  .vh-sm-34 {
    height: 34vh !important;
  }
  .width-sm-34 {
    width: 34px !important;
  }
  .height-sm-34 {
    height: 34px !important;
  }
  .max-width-sm-34 {
    max-width: 34px !important;
  }
  .min-width-sm-34 {
    min-width: 34px !important;
  }
  .max-height-sm-34 {
    max-height: 34px !important;
  }
  .min-height-sm-34 {
    min-height: 34px !important;
  }
}
@media (max-width: 768px) {
  .w-md-34 {
    width: 34% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .max-w-md-34 {
    max-width: 34% !important;
  }
  .min-w-md-34 {
    min-width: 34% !important;
  }
  .max-h-md-34 {
    max-height: 34% !important;
  }
  .min-h-md-34 {
    min-height: 34% !important;
  }
  .min-md-vw-34 {
    min-width: 34vw !important;
  }
  .min-md-vh-34 {
    min-height: 34vh !important;
  }
  .vw-md-34 {
    width: 34vw !important;
  }
  .vh-md-34 {
    height: 34vh !important;
  }
  .width-md-34 {
    width: 34px !important;
  }
  .height-md-34 {
    height: 34px !important;
  }
  .max-width-md-34 {
    max-width: 34px !important;
  }
  .min-width-md-34 {
    min-width: 34px !important;
  }
  .max-height-md-34 {
    max-height: 34px !important;
  }
  .min-height-md-34 {
    min-height: 34px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-34 {
    width: 34% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .max-w-lg-34 {
    max-width: 34% !important;
  }
  .min-w-lg-34 {
    min-width: 34% !important;
  }
  .max-h-lg-34 {
    max-height: 34% !important;
  }
  .min-h-lg-34 {
    min-height: 34% !important;
  }
  .min-lg-vw-34 {
    min-width: 34vw !important;
  }
  .min-lg-vh-34 {
    min-height: 34vh !important;
  }
  .vw-lg-34 {
    width: 34vw !important;
  }
  .vh-lg-34 {
    height: 34vh !important;
  }
  .width-lg-34 {
    width: 34px !important;
  }
  .height-lg-34 {
    height: 34px !important;
  }
  .max-width-lg-34 {
    max-width: 34px !important;
  }
  .min-width-lg-34 {
    min-width: 34px !important;
  }
  .max-height-lg-34 {
    max-height: 34px !important;
  }
  .min-height-lg-34 {
    min-height: 34px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-34 {
    width: 34% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .max-w-xl-34 {
    max-width: 34% !important;
  }
  .min-w-xl-34 {
    min-width: 34% !important;
  }
  .max-h-xl-34 {
    max-height: 34% !important;
  }
  .min-h-xl-34 {
    min-height: 34% !important;
  }
  .min-xl-vw-34 {
    min-width: 34vw !important;
  }
  .min-xl-vh-34 {
    min-height: 34vh !important;
  }
  .vw-xl-34 {
    width: 34vw !important;
  }
  .vh-xl-34 {
    height: 34vh !important;
  }
  .width-xl-34 {
    width: 34px !important;
  }
  .height-xl-34 {
    height: 34px !important;
  }
  .max-width-xl-34 {
    max-width: 34px !important;
  }
  .min-width-xl-34 {
    min-width: 34px !important;
  }
  .max-height-xl-34 {
    max-height: 34px !important;
  }
  .min-height-xl-34 {
    min-height: 34px !important;
  }
}
.w-34 {
  width: 34% !important;
}

.h-34 {
  height: 34% !important;
}

.max-w-34 {
  max-width: 34% !important;
}

.min-w-34 {
  min-width: 34% !important;
}

.max-h-34 {
  max-height: 34% !important;
}

.min-h-34 {
  min-height: 34% !important;
}

.min-vw-34 {
  min-width: 34vw !important;
}

.min-vh-34 {
  min-height: 34vh !important;
}

.vw-34 {
  width: 34vw !important;
}

.vh-34 {
  height: 34vh !important;
}

.width-34 {
  width: 34px !important;
}

.height-34 {
  height: 34px !important;
}

.max-width-34 {
  max-width: 34px !important;
}

.min-width-34 {
  min-width: 34px !important;
}

.max-height-34 {
  max-height: 34px !important;
}

.min-height-34 {
  min-height: 34px !important;
}

@media (max-width: 576px) {
  .w-sm-35 {
    width: 35% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .max-w-sm-35 {
    max-width: 35% !important;
  }
  .min-w-sm-35 {
    min-width: 35% !important;
  }
  .max-h-sm-35 {
    max-height: 35% !important;
  }
  .min-h-sm-35 {
    min-height: 35% !important;
  }
  .min-sm-vw-35 {
    min-width: 35vw !important;
  }
  .min-sm-vh-35 {
    min-height: 35vh !important;
  }
  .vw-sm-35 {
    width: 35vw !important;
  }
  .vh-sm-35 {
    height: 35vh !important;
  }
  .width-sm-35 {
    width: 35px !important;
  }
  .height-sm-35 {
    height: 35px !important;
  }
  .max-width-sm-35 {
    max-width: 35px !important;
  }
  .min-width-sm-35 {
    min-width: 35px !important;
  }
  .max-height-sm-35 {
    max-height: 35px !important;
  }
  .min-height-sm-35 {
    min-height: 35px !important;
  }
}
@media (max-width: 768px) {
  .w-md-35 {
    width: 35% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .max-w-md-35 {
    max-width: 35% !important;
  }
  .min-w-md-35 {
    min-width: 35% !important;
  }
  .max-h-md-35 {
    max-height: 35% !important;
  }
  .min-h-md-35 {
    min-height: 35% !important;
  }
  .min-md-vw-35 {
    min-width: 35vw !important;
  }
  .min-md-vh-35 {
    min-height: 35vh !important;
  }
  .vw-md-35 {
    width: 35vw !important;
  }
  .vh-md-35 {
    height: 35vh !important;
  }
  .width-md-35 {
    width: 35px !important;
  }
  .height-md-35 {
    height: 35px !important;
  }
  .max-width-md-35 {
    max-width: 35px !important;
  }
  .min-width-md-35 {
    min-width: 35px !important;
  }
  .max-height-md-35 {
    max-height: 35px !important;
  }
  .min-height-md-35 {
    min-height: 35px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-35 {
    width: 35% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .max-w-lg-35 {
    max-width: 35% !important;
  }
  .min-w-lg-35 {
    min-width: 35% !important;
  }
  .max-h-lg-35 {
    max-height: 35% !important;
  }
  .min-h-lg-35 {
    min-height: 35% !important;
  }
  .min-lg-vw-35 {
    min-width: 35vw !important;
  }
  .min-lg-vh-35 {
    min-height: 35vh !important;
  }
  .vw-lg-35 {
    width: 35vw !important;
  }
  .vh-lg-35 {
    height: 35vh !important;
  }
  .width-lg-35 {
    width: 35px !important;
  }
  .height-lg-35 {
    height: 35px !important;
  }
  .max-width-lg-35 {
    max-width: 35px !important;
  }
  .min-width-lg-35 {
    min-width: 35px !important;
  }
  .max-height-lg-35 {
    max-height: 35px !important;
  }
  .min-height-lg-35 {
    min-height: 35px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-35 {
    width: 35% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .max-w-xl-35 {
    max-width: 35% !important;
  }
  .min-w-xl-35 {
    min-width: 35% !important;
  }
  .max-h-xl-35 {
    max-height: 35% !important;
  }
  .min-h-xl-35 {
    min-height: 35% !important;
  }
  .min-xl-vw-35 {
    min-width: 35vw !important;
  }
  .min-xl-vh-35 {
    min-height: 35vh !important;
  }
  .vw-xl-35 {
    width: 35vw !important;
  }
  .vh-xl-35 {
    height: 35vh !important;
  }
  .width-xl-35 {
    width: 35px !important;
  }
  .height-xl-35 {
    height: 35px !important;
  }
  .max-width-xl-35 {
    max-width: 35px !important;
  }
  .min-width-xl-35 {
    min-width: 35px !important;
  }
  .max-height-xl-35 {
    max-height: 35px !important;
  }
  .min-height-xl-35 {
    min-height: 35px !important;
  }
}
.w-35 {
  width: 35% !important;
}

.h-35 {
  height: 35% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

.min-w-35 {
  min-width: 35% !important;
}

.max-h-35 {
  max-height: 35% !important;
}

.min-h-35 {
  min-height: 35% !important;
}

.min-vw-35 {
  min-width: 35vw !important;
}

.min-vh-35 {
  min-height: 35vh !important;
}

.vw-35 {
  width: 35vw !important;
}

.vh-35 {
  height: 35vh !important;
}

.width-35 {
  width: 35px !important;
}

.height-35 {
  height: 35px !important;
}

.max-width-35 {
  max-width: 35px !important;
}

.min-width-35 {
  min-width: 35px !important;
}

.max-height-35 {
  max-height: 35px !important;
}

.min-height-35 {
  min-height: 35px !important;
}

@media (max-width: 576px) {
  .w-sm-36 {
    width: 36% !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
  .max-w-sm-36 {
    max-width: 36% !important;
  }
  .min-w-sm-36 {
    min-width: 36% !important;
  }
  .max-h-sm-36 {
    max-height: 36% !important;
  }
  .min-h-sm-36 {
    min-height: 36% !important;
  }
  .min-sm-vw-36 {
    min-width: 36vw !important;
  }
  .min-sm-vh-36 {
    min-height: 36vh !important;
  }
  .vw-sm-36 {
    width: 36vw !important;
  }
  .vh-sm-36 {
    height: 36vh !important;
  }
  .width-sm-36 {
    width: 36px !important;
  }
  .height-sm-36 {
    height: 36px !important;
  }
  .max-width-sm-36 {
    max-width: 36px !important;
  }
  .min-width-sm-36 {
    min-width: 36px !important;
  }
  .max-height-sm-36 {
    max-height: 36px !important;
  }
  .min-height-sm-36 {
    min-height: 36px !important;
  }
}
@media (max-width: 768px) {
  .w-md-36 {
    width: 36% !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .max-w-md-36 {
    max-width: 36% !important;
  }
  .min-w-md-36 {
    min-width: 36% !important;
  }
  .max-h-md-36 {
    max-height: 36% !important;
  }
  .min-h-md-36 {
    min-height: 36% !important;
  }
  .min-md-vw-36 {
    min-width: 36vw !important;
  }
  .min-md-vh-36 {
    min-height: 36vh !important;
  }
  .vw-md-36 {
    width: 36vw !important;
  }
  .vh-md-36 {
    height: 36vh !important;
  }
  .width-md-36 {
    width: 36px !important;
  }
  .height-md-36 {
    height: 36px !important;
  }
  .max-width-md-36 {
    max-width: 36px !important;
  }
  .min-width-md-36 {
    min-width: 36px !important;
  }
  .max-height-md-36 {
    max-height: 36px !important;
  }
  .min-height-md-36 {
    min-height: 36px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-36 {
    width: 36% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .max-w-lg-36 {
    max-width: 36% !important;
  }
  .min-w-lg-36 {
    min-width: 36% !important;
  }
  .max-h-lg-36 {
    max-height: 36% !important;
  }
  .min-h-lg-36 {
    min-height: 36% !important;
  }
  .min-lg-vw-36 {
    min-width: 36vw !important;
  }
  .min-lg-vh-36 {
    min-height: 36vh !important;
  }
  .vw-lg-36 {
    width: 36vw !important;
  }
  .vh-lg-36 {
    height: 36vh !important;
  }
  .width-lg-36 {
    width: 36px !important;
  }
  .height-lg-36 {
    height: 36px !important;
  }
  .max-width-lg-36 {
    max-width: 36px !important;
  }
  .min-width-lg-36 {
    min-width: 36px !important;
  }
  .max-height-lg-36 {
    max-height: 36px !important;
  }
  .min-height-lg-36 {
    min-height: 36px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-36 {
    width: 36% !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
  .max-w-xl-36 {
    max-width: 36% !important;
  }
  .min-w-xl-36 {
    min-width: 36% !important;
  }
  .max-h-xl-36 {
    max-height: 36% !important;
  }
  .min-h-xl-36 {
    min-height: 36% !important;
  }
  .min-xl-vw-36 {
    min-width: 36vw !important;
  }
  .min-xl-vh-36 {
    min-height: 36vh !important;
  }
  .vw-xl-36 {
    width: 36vw !important;
  }
  .vh-xl-36 {
    height: 36vh !important;
  }
  .width-xl-36 {
    width: 36px !important;
  }
  .height-xl-36 {
    height: 36px !important;
  }
  .max-width-xl-36 {
    max-width: 36px !important;
  }
  .min-width-xl-36 {
    min-width: 36px !important;
  }
  .max-height-xl-36 {
    max-height: 36px !important;
  }
  .min-height-xl-36 {
    min-height: 36px !important;
  }
}
.w-36 {
  width: 36% !important;
}

.h-36 {
  height: 36% !important;
}

.max-w-36 {
  max-width: 36% !important;
}

.min-w-36 {
  min-width: 36% !important;
}

.max-h-36 {
  max-height: 36% !important;
}

.min-h-36 {
  min-height: 36% !important;
}

.min-vw-36 {
  min-width: 36vw !important;
}

.min-vh-36 {
  min-height: 36vh !important;
}

.vw-36 {
  width: 36vw !important;
}

.vh-36 {
  height: 36vh !important;
}

.width-36 {
  width: 36px !important;
}

.height-36 {
  height: 36px !important;
}

.max-width-36 {
  max-width: 36px !important;
}

.min-width-36 {
  min-width: 36px !important;
}

.max-height-36 {
  max-height: 36px !important;
}

.min-height-36 {
  min-height: 36px !important;
}

@media (max-width: 576px) {
  .w-sm-37 {
    width: 37% !important;
  }
  .h-sm-37 {
    height: 37% !important;
  }
  .max-w-sm-37 {
    max-width: 37% !important;
  }
  .min-w-sm-37 {
    min-width: 37% !important;
  }
  .max-h-sm-37 {
    max-height: 37% !important;
  }
  .min-h-sm-37 {
    min-height: 37% !important;
  }
  .min-sm-vw-37 {
    min-width: 37vw !important;
  }
  .min-sm-vh-37 {
    min-height: 37vh !important;
  }
  .vw-sm-37 {
    width: 37vw !important;
  }
  .vh-sm-37 {
    height: 37vh !important;
  }
  .width-sm-37 {
    width: 37px !important;
  }
  .height-sm-37 {
    height: 37px !important;
  }
  .max-width-sm-37 {
    max-width: 37px !important;
  }
  .min-width-sm-37 {
    min-width: 37px !important;
  }
  .max-height-sm-37 {
    max-height: 37px !important;
  }
  .min-height-sm-37 {
    min-height: 37px !important;
  }
}
@media (max-width: 768px) {
  .w-md-37 {
    width: 37% !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
  .max-w-md-37 {
    max-width: 37% !important;
  }
  .min-w-md-37 {
    min-width: 37% !important;
  }
  .max-h-md-37 {
    max-height: 37% !important;
  }
  .min-h-md-37 {
    min-height: 37% !important;
  }
  .min-md-vw-37 {
    min-width: 37vw !important;
  }
  .min-md-vh-37 {
    min-height: 37vh !important;
  }
  .vw-md-37 {
    width: 37vw !important;
  }
  .vh-md-37 {
    height: 37vh !important;
  }
  .width-md-37 {
    width: 37px !important;
  }
  .height-md-37 {
    height: 37px !important;
  }
  .max-width-md-37 {
    max-width: 37px !important;
  }
  .min-width-md-37 {
    min-width: 37px !important;
  }
  .max-height-md-37 {
    max-height: 37px !important;
  }
  .min-height-md-37 {
    min-height: 37px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-37 {
    width: 37% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
  .max-w-lg-37 {
    max-width: 37% !important;
  }
  .min-w-lg-37 {
    min-width: 37% !important;
  }
  .max-h-lg-37 {
    max-height: 37% !important;
  }
  .min-h-lg-37 {
    min-height: 37% !important;
  }
  .min-lg-vw-37 {
    min-width: 37vw !important;
  }
  .min-lg-vh-37 {
    min-height: 37vh !important;
  }
  .vw-lg-37 {
    width: 37vw !important;
  }
  .vh-lg-37 {
    height: 37vh !important;
  }
  .width-lg-37 {
    width: 37px !important;
  }
  .height-lg-37 {
    height: 37px !important;
  }
  .max-width-lg-37 {
    max-width: 37px !important;
  }
  .min-width-lg-37 {
    min-width: 37px !important;
  }
  .max-height-lg-37 {
    max-height: 37px !important;
  }
  .min-height-lg-37 {
    min-height: 37px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-37 {
    width: 37% !important;
  }
  .h-xl-37 {
    height: 37% !important;
  }
  .max-w-xl-37 {
    max-width: 37% !important;
  }
  .min-w-xl-37 {
    min-width: 37% !important;
  }
  .max-h-xl-37 {
    max-height: 37% !important;
  }
  .min-h-xl-37 {
    min-height: 37% !important;
  }
  .min-xl-vw-37 {
    min-width: 37vw !important;
  }
  .min-xl-vh-37 {
    min-height: 37vh !important;
  }
  .vw-xl-37 {
    width: 37vw !important;
  }
  .vh-xl-37 {
    height: 37vh !important;
  }
  .width-xl-37 {
    width: 37px !important;
  }
  .height-xl-37 {
    height: 37px !important;
  }
  .max-width-xl-37 {
    max-width: 37px !important;
  }
  .min-width-xl-37 {
    min-width: 37px !important;
  }
  .max-height-xl-37 {
    max-height: 37px !important;
  }
  .min-height-xl-37 {
    min-height: 37px !important;
  }
}
.w-37 {
  width: 37% !important;
}

.h-37 {
  height: 37% !important;
}

.max-w-37 {
  max-width: 37% !important;
}

.min-w-37 {
  min-width: 37% !important;
}

.max-h-37 {
  max-height: 37% !important;
}

.min-h-37 {
  min-height: 37% !important;
}

.min-vw-37 {
  min-width: 37vw !important;
}

.min-vh-37 {
  min-height: 37vh !important;
}

.vw-37 {
  width: 37vw !important;
}

.vh-37 {
  height: 37vh !important;
}

.width-37 {
  width: 37px !important;
}

.height-37 {
  height: 37px !important;
}

.max-width-37 {
  max-width: 37px !important;
}

.min-width-37 {
  min-width: 37px !important;
}

.max-height-37 {
  max-height: 37px !important;
}

.min-height-37 {
  min-height: 37px !important;
}

@media (max-width: 576px) {
  .w-sm-38 {
    width: 38% !important;
  }
  .h-sm-38 {
    height: 38% !important;
  }
  .max-w-sm-38 {
    max-width: 38% !important;
  }
  .min-w-sm-38 {
    min-width: 38% !important;
  }
  .max-h-sm-38 {
    max-height: 38% !important;
  }
  .min-h-sm-38 {
    min-height: 38% !important;
  }
  .min-sm-vw-38 {
    min-width: 38vw !important;
  }
  .min-sm-vh-38 {
    min-height: 38vh !important;
  }
  .vw-sm-38 {
    width: 38vw !important;
  }
  .vh-sm-38 {
    height: 38vh !important;
  }
  .width-sm-38 {
    width: 38px !important;
  }
  .height-sm-38 {
    height: 38px !important;
  }
  .max-width-sm-38 {
    max-width: 38px !important;
  }
  .min-width-sm-38 {
    min-width: 38px !important;
  }
  .max-height-sm-38 {
    max-height: 38px !important;
  }
  .min-height-sm-38 {
    min-height: 38px !important;
  }
}
@media (max-width: 768px) {
  .w-md-38 {
    width: 38% !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
  .max-w-md-38 {
    max-width: 38% !important;
  }
  .min-w-md-38 {
    min-width: 38% !important;
  }
  .max-h-md-38 {
    max-height: 38% !important;
  }
  .min-h-md-38 {
    min-height: 38% !important;
  }
  .min-md-vw-38 {
    min-width: 38vw !important;
  }
  .min-md-vh-38 {
    min-height: 38vh !important;
  }
  .vw-md-38 {
    width: 38vw !important;
  }
  .vh-md-38 {
    height: 38vh !important;
  }
  .width-md-38 {
    width: 38px !important;
  }
  .height-md-38 {
    height: 38px !important;
  }
  .max-width-md-38 {
    max-width: 38px !important;
  }
  .min-width-md-38 {
    min-width: 38px !important;
  }
  .max-height-md-38 {
    max-height: 38px !important;
  }
  .min-height-md-38 {
    min-height: 38px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-38 {
    width: 38% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
  .max-w-lg-38 {
    max-width: 38% !important;
  }
  .min-w-lg-38 {
    min-width: 38% !important;
  }
  .max-h-lg-38 {
    max-height: 38% !important;
  }
  .min-h-lg-38 {
    min-height: 38% !important;
  }
  .min-lg-vw-38 {
    min-width: 38vw !important;
  }
  .min-lg-vh-38 {
    min-height: 38vh !important;
  }
  .vw-lg-38 {
    width: 38vw !important;
  }
  .vh-lg-38 {
    height: 38vh !important;
  }
  .width-lg-38 {
    width: 38px !important;
  }
  .height-lg-38 {
    height: 38px !important;
  }
  .max-width-lg-38 {
    max-width: 38px !important;
  }
  .min-width-lg-38 {
    min-width: 38px !important;
  }
  .max-height-lg-38 {
    max-height: 38px !important;
  }
  .min-height-lg-38 {
    min-height: 38px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-38 {
    width: 38% !important;
  }
  .h-xl-38 {
    height: 38% !important;
  }
  .max-w-xl-38 {
    max-width: 38% !important;
  }
  .min-w-xl-38 {
    min-width: 38% !important;
  }
  .max-h-xl-38 {
    max-height: 38% !important;
  }
  .min-h-xl-38 {
    min-height: 38% !important;
  }
  .min-xl-vw-38 {
    min-width: 38vw !important;
  }
  .min-xl-vh-38 {
    min-height: 38vh !important;
  }
  .vw-xl-38 {
    width: 38vw !important;
  }
  .vh-xl-38 {
    height: 38vh !important;
  }
  .width-xl-38 {
    width: 38px !important;
  }
  .height-xl-38 {
    height: 38px !important;
  }
  .max-width-xl-38 {
    max-width: 38px !important;
  }
  .min-width-xl-38 {
    min-width: 38px !important;
  }
  .max-height-xl-38 {
    max-height: 38px !important;
  }
  .min-height-xl-38 {
    min-height: 38px !important;
  }
}
.w-38 {
  width: 38% !important;
}

.h-38 {
  height: 38% !important;
}

.max-w-38 {
  max-width: 38% !important;
}

.min-w-38 {
  min-width: 38% !important;
}

.max-h-38 {
  max-height: 38% !important;
}

.min-h-38 {
  min-height: 38% !important;
}

.min-vw-38 {
  min-width: 38vw !important;
}

.min-vh-38 {
  min-height: 38vh !important;
}

.vw-38 {
  width: 38vw !important;
}

.vh-38 {
  height: 38vh !important;
}

.width-38 {
  width: 38px !important;
}

.height-38 {
  height: 38px !important;
}

.max-width-38 {
  max-width: 38px !important;
}

.min-width-38 {
  min-width: 38px !important;
}

.max-height-38 {
  max-height: 38px !important;
}

.min-height-38 {
  min-height: 38px !important;
}

@media (max-width: 576px) {
  .w-sm-39 {
    width: 39% !important;
  }
  .h-sm-39 {
    height: 39% !important;
  }
  .max-w-sm-39 {
    max-width: 39% !important;
  }
  .min-w-sm-39 {
    min-width: 39% !important;
  }
  .max-h-sm-39 {
    max-height: 39% !important;
  }
  .min-h-sm-39 {
    min-height: 39% !important;
  }
  .min-sm-vw-39 {
    min-width: 39vw !important;
  }
  .min-sm-vh-39 {
    min-height: 39vh !important;
  }
  .vw-sm-39 {
    width: 39vw !important;
  }
  .vh-sm-39 {
    height: 39vh !important;
  }
  .width-sm-39 {
    width: 39px !important;
  }
  .height-sm-39 {
    height: 39px !important;
  }
  .max-width-sm-39 {
    max-width: 39px !important;
  }
  .min-width-sm-39 {
    min-width: 39px !important;
  }
  .max-height-sm-39 {
    max-height: 39px !important;
  }
  .min-height-sm-39 {
    min-height: 39px !important;
  }
}
@media (max-width: 768px) {
  .w-md-39 {
    width: 39% !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
  .max-w-md-39 {
    max-width: 39% !important;
  }
  .min-w-md-39 {
    min-width: 39% !important;
  }
  .max-h-md-39 {
    max-height: 39% !important;
  }
  .min-h-md-39 {
    min-height: 39% !important;
  }
  .min-md-vw-39 {
    min-width: 39vw !important;
  }
  .min-md-vh-39 {
    min-height: 39vh !important;
  }
  .vw-md-39 {
    width: 39vw !important;
  }
  .vh-md-39 {
    height: 39vh !important;
  }
  .width-md-39 {
    width: 39px !important;
  }
  .height-md-39 {
    height: 39px !important;
  }
  .max-width-md-39 {
    max-width: 39px !important;
  }
  .min-width-md-39 {
    min-width: 39px !important;
  }
  .max-height-md-39 {
    max-height: 39px !important;
  }
  .min-height-md-39 {
    min-height: 39px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-39 {
    width: 39% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
  .max-w-lg-39 {
    max-width: 39% !important;
  }
  .min-w-lg-39 {
    min-width: 39% !important;
  }
  .max-h-lg-39 {
    max-height: 39% !important;
  }
  .min-h-lg-39 {
    min-height: 39% !important;
  }
  .min-lg-vw-39 {
    min-width: 39vw !important;
  }
  .min-lg-vh-39 {
    min-height: 39vh !important;
  }
  .vw-lg-39 {
    width: 39vw !important;
  }
  .vh-lg-39 {
    height: 39vh !important;
  }
  .width-lg-39 {
    width: 39px !important;
  }
  .height-lg-39 {
    height: 39px !important;
  }
  .max-width-lg-39 {
    max-width: 39px !important;
  }
  .min-width-lg-39 {
    min-width: 39px !important;
  }
  .max-height-lg-39 {
    max-height: 39px !important;
  }
  .min-height-lg-39 {
    min-height: 39px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-39 {
    width: 39% !important;
  }
  .h-xl-39 {
    height: 39% !important;
  }
  .max-w-xl-39 {
    max-width: 39% !important;
  }
  .min-w-xl-39 {
    min-width: 39% !important;
  }
  .max-h-xl-39 {
    max-height: 39% !important;
  }
  .min-h-xl-39 {
    min-height: 39% !important;
  }
  .min-xl-vw-39 {
    min-width: 39vw !important;
  }
  .min-xl-vh-39 {
    min-height: 39vh !important;
  }
  .vw-xl-39 {
    width: 39vw !important;
  }
  .vh-xl-39 {
    height: 39vh !important;
  }
  .width-xl-39 {
    width: 39px !important;
  }
  .height-xl-39 {
    height: 39px !important;
  }
  .max-width-xl-39 {
    max-width: 39px !important;
  }
  .min-width-xl-39 {
    min-width: 39px !important;
  }
  .max-height-xl-39 {
    max-height: 39px !important;
  }
  .min-height-xl-39 {
    min-height: 39px !important;
  }
}
.w-39 {
  width: 39% !important;
}

.h-39 {
  height: 39% !important;
}

.max-w-39 {
  max-width: 39% !important;
}

.min-w-39 {
  min-width: 39% !important;
}

.max-h-39 {
  max-height: 39% !important;
}

.min-h-39 {
  min-height: 39% !important;
}

.min-vw-39 {
  min-width: 39vw !important;
}

.min-vh-39 {
  min-height: 39vh !important;
}

.vw-39 {
  width: 39vw !important;
}

.vh-39 {
  height: 39vh !important;
}

.width-39 {
  width: 39px !important;
}

.height-39 {
  height: 39px !important;
}

.max-width-39 {
  max-width: 39px !important;
}

.min-width-39 {
  min-width: 39px !important;
}

.max-height-39 {
  max-height: 39px !important;
}

.min-height-39 {
  min-height: 39px !important;
}

@media (max-width: 576px) {
  .w-sm-40 {
    width: 40% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .max-w-sm-40 {
    max-width: 40% !important;
  }
  .min-w-sm-40 {
    min-width: 40% !important;
  }
  .max-h-sm-40 {
    max-height: 40% !important;
  }
  .min-h-sm-40 {
    min-height: 40% !important;
  }
  .min-sm-vw-40 {
    min-width: 40vw !important;
  }
  .min-sm-vh-40 {
    min-height: 40vh !important;
  }
  .vw-sm-40 {
    width: 40vw !important;
  }
  .vh-sm-40 {
    height: 40vh !important;
  }
  .width-sm-40 {
    width: 40px !important;
  }
  .height-sm-40 {
    height: 40px !important;
  }
  .max-width-sm-40 {
    max-width: 40px !important;
  }
  .min-width-sm-40 {
    min-width: 40px !important;
  }
  .max-height-sm-40 {
    max-height: 40px !important;
  }
  .min-height-sm-40 {
    min-height: 40px !important;
  }
}
@media (max-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .max-w-md-40 {
    max-width: 40% !important;
  }
  .min-w-md-40 {
    min-width: 40% !important;
  }
  .max-h-md-40 {
    max-height: 40% !important;
  }
  .min-h-md-40 {
    min-height: 40% !important;
  }
  .min-md-vw-40 {
    min-width: 40vw !important;
  }
  .min-md-vh-40 {
    min-height: 40vh !important;
  }
  .vw-md-40 {
    width: 40vw !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .width-md-40 {
    width: 40px !important;
  }
  .height-md-40 {
    height: 40px !important;
  }
  .max-width-md-40 {
    max-width: 40px !important;
  }
  .min-width-md-40 {
    min-width: 40px !important;
  }
  .max-height-md-40 {
    max-height: 40px !important;
  }
  .min-height-md-40 {
    min-height: 40px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .max-w-lg-40 {
    max-width: 40% !important;
  }
  .min-w-lg-40 {
    min-width: 40% !important;
  }
  .max-h-lg-40 {
    max-height: 40% !important;
  }
  .min-h-lg-40 {
    min-height: 40% !important;
  }
  .min-lg-vw-40 {
    min-width: 40vw !important;
  }
  .min-lg-vh-40 {
    min-height: 40vh !important;
  }
  .vw-lg-40 {
    width: 40vw !important;
  }
  .vh-lg-40 {
    height: 40vh !important;
  }
  .width-lg-40 {
    width: 40px !important;
  }
  .height-lg-40 {
    height: 40px !important;
  }
  .max-width-lg-40 {
    max-width: 40px !important;
  }
  .min-width-lg-40 {
    min-width: 40px !important;
  }
  .max-height-lg-40 {
    max-height: 40px !important;
  }
  .min-height-lg-40 {
    min-height: 40px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-40 {
    width: 40% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .max-w-xl-40 {
    max-width: 40% !important;
  }
  .min-w-xl-40 {
    min-width: 40% !important;
  }
  .max-h-xl-40 {
    max-height: 40% !important;
  }
  .min-h-xl-40 {
    min-height: 40% !important;
  }
  .min-xl-vw-40 {
    min-width: 40vw !important;
  }
  .min-xl-vh-40 {
    min-height: 40vh !important;
  }
  .vw-xl-40 {
    width: 40vw !important;
  }
  .vh-xl-40 {
    height: 40vh !important;
  }
  .width-xl-40 {
    width: 40px !important;
  }
  .height-xl-40 {
    height: 40px !important;
  }
  .max-width-xl-40 {
    max-width: 40px !important;
  }
  .min-width-xl-40 {
    min-width: 40px !important;
  }
  .max-height-xl-40 {
    max-height: 40px !important;
  }
  .min-height-xl-40 {
    min-height: 40px !important;
  }
}
.w-40 {
  width: 40% !important;
}

.h-40 {
  height: 40% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.min-w-40 {
  min-width: 40% !important;
}

.max-h-40 {
  max-height: 40% !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.min-vw-40 {
  min-width: 40vw !important;
}

.min-vh-40 {
  min-height: 40vh !important;
}

.vw-40 {
  width: 40vw !important;
}

.vh-40 {
  height: 40vh !important;
}

.width-40 {
  width: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.max-width-40 {
  max-width: 40px !important;
}

.min-width-40 {
  min-width: 40px !important;
}

.max-height-40 {
  max-height: 40px !important;
}

.min-height-40 {
  min-height: 40px !important;
}

@media (max-width: 576px) {
  .w-sm-41 {
    width: 41% !important;
  }
  .h-sm-41 {
    height: 41% !important;
  }
  .max-w-sm-41 {
    max-width: 41% !important;
  }
  .min-w-sm-41 {
    min-width: 41% !important;
  }
  .max-h-sm-41 {
    max-height: 41% !important;
  }
  .min-h-sm-41 {
    min-height: 41% !important;
  }
  .min-sm-vw-41 {
    min-width: 41vw !important;
  }
  .min-sm-vh-41 {
    min-height: 41vh !important;
  }
  .vw-sm-41 {
    width: 41vw !important;
  }
  .vh-sm-41 {
    height: 41vh !important;
  }
  .width-sm-41 {
    width: 41px !important;
  }
  .height-sm-41 {
    height: 41px !important;
  }
  .max-width-sm-41 {
    max-width: 41px !important;
  }
  .min-width-sm-41 {
    min-width: 41px !important;
  }
  .max-height-sm-41 {
    max-height: 41px !important;
  }
  .min-height-sm-41 {
    min-height: 41px !important;
  }
}
@media (max-width: 768px) {
  .w-md-41 {
    width: 41% !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
  .max-w-md-41 {
    max-width: 41% !important;
  }
  .min-w-md-41 {
    min-width: 41% !important;
  }
  .max-h-md-41 {
    max-height: 41% !important;
  }
  .min-h-md-41 {
    min-height: 41% !important;
  }
  .min-md-vw-41 {
    min-width: 41vw !important;
  }
  .min-md-vh-41 {
    min-height: 41vh !important;
  }
  .vw-md-41 {
    width: 41vw !important;
  }
  .vh-md-41 {
    height: 41vh !important;
  }
  .width-md-41 {
    width: 41px !important;
  }
  .height-md-41 {
    height: 41px !important;
  }
  .max-width-md-41 {
    max-width: 41px !important;
  }
  .min-width-md-41 {
    min-width: 41px !important;
  }
  .max-height-md-41 {
    max-height: 41px !important;
  }
  .min-height-md-41 {
    min-height: 41px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-41 {
    width: 41% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
  .max-w-lg-41 {
    max-width: 41% !important;
  }
  .min-w-lg-41 {
    min-width: 41% !important;
  }
  .max-h-lg-41 {
    max-height: 41% !important;
  }
  .min-h-lg-41 {
    min-height: 41% !important;
  }
  .min-lg-vw-41 {
    min-width: 41vw !important;
  }
  .min-lg-vh-41 {
    min-height: 41vh !important;
  }
  .vw-lg-41 {
    width: 41vw !important;
  }
  .vh-lg-41 {
    height: 41vh !important;
  }
  .width-lg-41 {
    width: 41px !important;
  }
  .height-lg-41 {
    height: 41px !important;
  }
  .max-width-lg-41 {
    max-width: 41px !important;
  }
  .min-width-lg-41 {
    min-width: 41px !important;
  }
  .max-height-lg-41 {
    max-height: 41px !important;
  }
  .min-height-lg-41 {
    min-height: 41px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-41 {
    width: 41% !important;
  }
  .h-xl-41 {
    height: 41% !important;
  }
  .max-w-xl-41 {
    max-width: 41% !important;
  }
  .min-w-xl-41 {
    min-width: 41% !important;
  }
  .max-h-xl-41 {
    max-height: 41% !important;
  }
  .min-h-xl-41 {
    min-height: 41% !important;
  }
  .min-xl-vw-41 {
    min-width: 41vw !important;
  }
  .min-xl-vh-41 {
    min-height: 41vh !important;
  }
  .vw-xl-41 {
    width: 41vw !important;
  }
  .vh-xl-41 {
    height: 41vh !important;
  }
  .width-xl-41 {
    width: 41px !important;
  }
  .height-xl-41 {
    height: 41px !important;
  }
  .max-width-xl-41 {
    max-width: 41px !important;
  }
  .min-width-xl-41 {
    min-width: 41px !important;
  }
  .max-height-xl-41 {
    max-height: 41px !important;
  }
  .min-height-xl-41 {
    min-height: 41px !important;
  }
}
.w-41 {
  width: 41% !important;
}

.h-41 {
  height: 41% !important;
}

.max-w-41 {
  max-width: 41% !important;
}

.min-w-41 {
  min-width: 41% !important;
}

.max-h-41 {
  max-height: 41% !important;
}

.min-h-41 {
  min-height: 41% !important;
}

.min-vw-41 {
  min-width: 41vw !important;
}

.min-vh-41 {
  min-height: 41vh !important;
}

.vw-41 {
  width: 41vw !important;
}

.vh-41 {
  height: 41vh !important;
}

.width-41 {
  width: 41px !important;
}

.height-41 {
  height: 41px !important;
}

.max-width-41 {
  max-width: 41px !important;
}

.min-width-41 {
  min-width: 41px !important;
}

.max-height-41 {
  max-height: 41px !important;
}

.min-height-41 {
  min-height: 41px !important;
}

@media (max-width: 576px) {
  .w-sm-42 {
    width: 42% !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
  .max-w-sm-42 {
    max-width: 42% !important;
  }
  .min-w-sm-42 {
    min-width: 42% !important;
  }
  .max-h-sm-42 {
    max-height: 42% !important;
  }
  .min-h-sm-42 {
    min-height: 42% !important;
  }
  .min-sm-vw-42 {
    min-width: 42vw !important;
  }
  .min-sm-vh-42 {
    min-height: 42vh !important;
  }
  .vw-sm-42 {
    width: 42vw !important;
  }
  .vh-sm-42 {
    height: 42vh !important;
  }
  .width-sm-42 {
    width: 42px !important;
  }
  .height-sm-42 {
    height: 42px !important;
  }
  .max-width-sm-42 {
    max-width: 42px !important;
  }
  .min-width-sm-42 {
    min-width: 42px !important;
  }
  .max-height-sm-42 {
    max-height: 42px !important;
  }
  .min-height-sm-42 {
    min-height: 42px !important;
  }
}
@media (max-width: 768px) {
  .w-md-42 {
    width: 42% !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .max-w-md-42 {
    max-width: 42% !important;
  }
  .min-w-md-42 {
    min-width: 42% !important;
  }
  .max-h-md-42 {
    max-height: 42% !important;
  }
  .min-h-md-42 {
    min-height: 42% !important;
  }
  .min-md-vw-42 {
    min-width: 42vw !important;
  }
  .min-md-vh-42 {
    min-height: 42vh !important;
  }
  .vw-md-42 {
    width: 42vw !important;
  }
  .vh-md-42 {
    height: 42vh !important;
  }
  .width-md-42 {
    width: 42px !important;
  }
  .height-md-42 {
    height: 42px !important;
  }
  .max-width-md-42 {
    max-width: 42px !important;
  }
  .min-width-md-42 {
    min-width: 42px !important;
  }
  .max-height-md-42 {
    max-height: 42px !important;
  }
  .min-height-md-42 {
    min-height: 42px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-42 {
    width: 42% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .max-w-lg-42 {
    max-width: 42% !important;
  }
  .min-w-lg-42 {
    min-width: 42% !important;
  }
  .max-h-lg-42 {
    max-height: 42% !important;
  }
  .min-h-lg-42 {
    min-height: 42% !important;
  }
  .min-lg-vw-42 {
    min-width: 42vw !important;
  }
  .min-lg-vh-42 {
    min-height: 42vh !important;
  }
  .vw-lg-42 {
    width: 42vw !important;
  }
  .vh-lg-42 {
    height: 42vh !important;
  }
  .width-lg-42 {
    width: 42px !important;
  }
  .height-lg-42 {
    height: 42px !important;
  }
  .max-width-lg-42 {
    max-width: 42px !important;
  }
  .min-width-lg-42 {
    min-width: 42px !important;
  }
  .max-height-lg-42 {
    max-height: 42px !important;
  }
  .min-height-lg-42 {
    min-height: 42px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-42 {
    width: 42% !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
  .max-w-xl-42 {
    max-width: 42% !important;
  }
  .min-w-xl-42 {
    min-width: 42% !important;
  }
  .max-h-xl-42 {
    max-height: 42% !important;
  }
  .min-h-xl-42 {
    min-height: 42% !important;
  }
  .min-xl-vw-42 {
    min-width: 42vw !important;
  }
  .min-xl-vh-42 {
    min-height: 42vh !important;
  }
  .vw-xl-42 {
    width: 42vw !important;
  }
  .vh-xl-42 {
    height: 42vh !important;
  }
  .width-xl-42 {
    width: 42px !important;
  }
  .height-xl-42 {
    height: 42px !important;
  }
  .max-width-xl-42 {
    max-width: 42px !important;
  }
  .min-width-xl-42 {
    min-width: 42px !important;
  }
  .max-height-xl-42 {
    max-height: 42px !important;
  }
  .min-height-xl-42 {
    min-height: 42px !important;
  }
}
.w-42 {
  width: 42% !important;
}

.h-42 {
  height: 42% !important;
}

.max-w-42 {
  max-width: 42% !important;
}

.min-w-42 {
  min-width: 42% !important;
}

.max-h-42 {
  max-height: 42% !important;
}

.min-h-42 {
  min-height: 42% !important;
}

.min-vw-42 {
  min-width: 42vw !important;
}

.min-vh-42 {
  min-height: 42vh !important;
}

.vw-42 {
  width: 42vw !important;
}

.vh-42 {
  height: 42vh !important;
}

.width-42 {
  width: 42px !important;
}

.height-42 {
  height: 42px !important;
}

.max-width-42 {
  max-width: 42px !important;
}

.min-width-42 {
  min-width: 42px !important;
}

.max-height-42 {
  max-height: 42px !important;
}

.min-height-42 {
  min-height: 42px !important;
}

@media (max-width: 576px) {
  .w-sm-43 {
    width: 43% !important;
  }
  .h-sm-43 {
    height: 43% !important;
  }
  .max-w-sm-43 {
    max-width: 43% !important;
  }
  .min-w-sm-43 {
    min-width: 43% !important;
  }
  .max-h-sm-43 {
    max-height: 43% !important;
  }
  .min-h-sm-43 {
    min-height: 43% !important;
  }
  .min-sm-vw-43 {
    min-width: 43vw !important;
  }
  .min-sm-vh-43 {
    min-height: 43vh !important;
  }
  .vw-sm-43 {
    width: 43vw !important;
  }
  .vh-sm-43 {
    height: 43vh !important;
  }
  .width-sm-43 {
    width: 43px !important;
  }
  .height-sm-43 {
    height: 43px !important;
  }
  .max-width-sm-43 {
    max-width: 43px !important;
  }
  .min-width-sm-43 {
    min-width: 43px !important;
  }
  .max-height-sm-43 {
    max-height: 43px !important;
  }
  .min-height-sm-43 {
    min-height: 43px !important;
  }
}
@media (max-width: 768px) {
  .w-md-43 {
    width: 43% !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
  .max-w-md-43 {
    max-width: 43% !important;
  }
  .min-w-md-43 {
    min-width: 43% !important;
  }
  .max-h-md-43 {
    max-height: 43% !important;
  }
  .min-h-md-43 {
    min-height: 43% !important;
  }
  .min-md-vw-43 {
    min-width: 43vw !important;
  }
  .min-md-vh-43 {
    min-height: 43vh !important;
  }
  .vw-md-43 {
    width: 43vw !important;
  }
  .vh-md-43 {
    height: 43vh !important;
  }
  .width-md-43 {
    width: 43px !important;
  }
  .height-md-43 {
    height: 43px !important;
  }
  .max-width-md-43 {
    max-width: 43px !important;
  }
  .min-width-md-43 {
    min-width: 43px !important;
  }
  .max-height-md-43 {
    max-height: 43px !important;
  }
  .min-height-md-43 {
    min-height: 43px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-43 {
    width: 43% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
  .max-w-lg-43 {
    max-width: 43% !important;
  }
  .min-w-lg-43 {
    min-width: 43% !important;
  }
  .max-h-lg-43 {
    max-height: 43% !important;
  }
  .min-h-lg-43 {
    min-height: 43% !important;
  }
  .min-lg-vw-43 {
    min-width: 43vw !important;
  }
  .min-lg-vh-43 {
    min-height: 43vh !important;
  }
  .vw-lg-43 {
    width: 43vw !important;
  }
  .vh-lg-43 {
    height: 43vh !important;
  }
  .width-lg-43 {
    width: 43px !important;
  }
  .height-lg-43 {
    height: 43px !important;
  }
  .max-width-lg-43 {
    max-width: 43px !important;
  }
  .min-width-lg-43 {
    min-width: 43px !important;
  }
  .max-height-lg-43 {
    max-height: 43px !important;
  }
  .min-height-lg-43 {
    min-height: 43px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-43 {
    width: 43% !important;
  }
  .h-xl-43 {
    height: 43% !important;
  }
  .max-w-xl-43 {
    max-width: 43% !important;
  }
  .min-w-xl-43 {
    min-width: 43% !important;
  }
  .max-h-xl-43 {
    max-height: 43% !important;
  }
  .min-h-xl-43 {
    min-height: 43% !important;
  }
  .min-xl-vw-43 {
    min-width: 43vw !important;
  }
  .min-xl-vh-43 {
    min-height: 43vh !important;
  }
  .vw-xl-43 {
    width: 43vw !important;
  }
  .vh-xl-43 {
    height: 43vh !important;
  }
  .width-xl-43 {
    width: 43px !important;
  }
  .height-xl-43 {
    height: 43px !important;
  }
  .max-width-xl-43 {
    max-width: 43px !important;
  }
  .min-width-xl-43 {
    min-width: 43px !important;
  }
  .max-height-xl-43 {
    max-height: 43px !important;
  }
  .min-height-xl-43 {
    min-height: 43px !important;
  }
}
.w-43 {
  width: 43% !important;
}

.h-43 {
  height: 43% !important;
}

.max-w-43 {
  max-width: 43% !important;
}

.min-w-43 {
  min-width: 43% !important;
}

.max-h-43 {
  max-height: 43% !important;
}

.min-h-43 {
  min-height: 43% !important;
}

.min-vw-43 {
  min-width: 43vw !important;
}

.min-vh-43 {
  min-height: 43vh !important;
}

.vw-43 {
  width: 43vw !important;
}

.vh-43 {
  height: 43vh !important;
}

.width-43 {
  width: 43px !important;
}

.height-43 {
  height: 43px !important;
}

.max-width-43 {
  max-width: 43px !important;
}

.min-width-43 {
  min-width: 43px !important;
}

.max-height-43 {
  max-height: 43px !important;
}

.min-height-43 {
  min-height: 43px !important;
}

@media (max-width: 576px) {
  .w-sm-44 {
    width: 44% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
  .max-w-sm-44 {
    max-width: 44% !important;
  }
  .min-w-sm-44 {
    min-width: 44% !important;
  }
  .max-h-sm-44 {
    max-height: 44% !important;
  }
  .min-h-sm-44 {
    min-height: 44% !important;
  }
  .min-sm-vw-44 {
    min-width: 44vw !important;
  }
  .min-sm-vh-44 {
    min-height: 44vh !important;
  }
  .vw-sm-44 {
    width: 44vw !important;
  }
  .vh-sm-44 {
    height: 44vh !important;
  }
  .width-sm-44 {
    width: 44px !important;
  }
  .height-sm-44 {
    height: 44px !important;
  }
  .max-width-sm-44 {
    max-width: 44px !important;
  }
  .min-width-sm-44 {
    min-width: 44px !important;
  }
  .max-height-sm-44 {
    max-height: 44px !important;
  }
  .min-height-sm-44 {
    min-height: 44px !important;
  }
}
@media (max-width: 768px) {
  .w-md-44 {
    width: 44% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .max-w-md-44 {
    max-width: 44% !important;
  }
  .min-w-md-44 {
    min-width: 44% !important;
  }
  .max-h-md-44 {
    max-height: 44% !important;
  }
  .min-h-md-44 {
    min-height: 44% !important;
  }
  .min-md-vw-44 {
    min-width: 44vw !important;
  }
  .min-md-vh-44 {
    min-height: 44vh !important;
  }
  .vw-md-44 {
    width: 44vw !important;
  }
  .vh-md-44 {
    height: 44vh !important;
  }
  .width-md-44 {
    width: 44px !important;
  }
  .height-md-44 {
    height: 44px !important;
  }
  .max-width-md-44 {
    max-width: 44px !important;
  }
  .min-width-md-44 {
    min-width: 44px !important;
  }
  .max-height-md-44 {
    max-height: 44px !important;
  }
  .min-height-md-44 {
    min-height: 44px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-44 {
    width: 44% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .max-w-lg-44 {
    max-width: 44% !important;
  }
  .min-w-lg-44 {
    min-width: 44% !important;
  }
  .max-h-lg-44 {
    max-height: 44% !important;
  }
  .min-h-lg-44 {
    min-height: 44% !important;
  }
  .min-lg-vw-44 {
    min-width: 44vw !important;
  }
  .min-lg-vh-44 {
    min-height: 44vh !important;
  }
  .vw-lg-44 {
    width: 44vw !important;
  }
  .vh-lg-44 {
    height: 44vh !important;
  }
  .width-lg-44 {
    width: 44px !important;
  }
  .height-lg-44 {
    height: 44px !important;
  }
  .max-width-lg-44 {
    max-width: 44px !important;
  }
  .min-width-lg-44 {
    min-width: 44px !important;
  }
  .max-height-lg-44 {
    max-height: 44px !important;
  }
  .min-height-lg-44 {
    min-height: 44px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-44 {
    width: 44% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
  .max-w-xl-44 {
    max-width: 44% !important;
  }
  .min-w-xl-44 {
    min-width: 44% !important;
  }
  .max-h-xl-44 {
    max-height: 44% !important;
  }
  .min-h-xl-44 {
    min-height: 44% !important;
  }
  .min-xl-vw-44 {
    min-width: 44vw !important;
  }
  .min-xl-vh-44 {
    min-height: 44vh !important;
  }
  .vw-xl-44 {
    width: 44vw !important;
  }
  .vh-xl-44 {
    height: 44vh !important;
  }
  .width-xl-44 {
    width: 44px !important;
  }
  .height-xl-44 {
    height: 44px !important;
  }
  .max-width-xl-44 {
    max-width: 44px !important;
  }
  .min-width-xl-44 {
    min-width: 44px !important;
  }
  .max-height-xl-44 {
    max-height: 44px !important;
  }
  .min-height-xl-44 {
    min-height: 44px !important;
  }
}
.w-44 {
  width: 44% !important;
}

.h-44 {
  height: 44% !important;
}

.max-w-44 {
  max-width: 44% !important;
}

.min-w-44 {
  min-width: 44% !important;
}

.max-h-44 {
  max-height: 44% !important;
}

.min-h-44 {
  min-height: 44% !important;
}

.min-vw-44 {
  min-width: 44vw !important;
}

.min-vh-44 {
  min-height: 44vh !important;
}

.vw-44 {
  width: 44vw !important;
}

.vh-44 {
  height: 44vh !important;
}

.width-44 {
  width: 44px !important;
}

.height-44 {
  height: 44px !important;
}

.max-width-44 {
  max-width: 44px !important;
}

.min-width-44 {
  min-width: 44px !important;
}

.max-height-44 {
  max-height: 44px !important;
}

.min-height-44 {
  min-height: 44px !important;
}

@media (max-width: 576px) {
  .w-sm-45 {
    width: 45% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .max-w-sm-45 {
    max-width: 45% !important;
  }
  .min-w-sm-45 {
    min-width: 45% !important;
  }
  .max-h-sm-45 {
    max-height: 45% !important;
  }
  .min-h-sm-45 {
    min-height: 45% !important;
  }
  .min-sm-vw-45 {
    min-width: 45vw !important;
  }
  .min-sm-vh-45 {
    min-height: 45vh !important;
  }
  .vw-sm-45 {
    width: 45vw !important;
  }
  .vh-sm-45 {
    height: 45vh !important;
  }
  .width-sm-45 {
    width: 45px !important;
  }
  .height-sm-45 {
    height: 45px !important;
  }
  .max-width-sm-45 {
    max-width: 45px !important;
  }
  .min-width-sm-45 {
    min-width: 45px !important;
  }
  .max-height-sm-45 {
    max-height: 45px !important;
  }
  .min-height-sm-45 {
    min-height: 45px !important;
  }
}
@media (max-width: 768px) {
  .w-md-45 {
    width: 45% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .max-w-md-45 {
    max-width: 45% !important;
  }
  .min-w-md-45 {
    min-width: 45% !important;
  }
  .max-h-md-45 {
    max-height: 45% !important;
  }
  .min-h-md-45 {
    min-height: 45% !important;
  }
  .min-md-vw-45 {
    min-width: 45vw !important;
  }
  .min-md-vh-45 {
    min-height: 45vh !important;
  }
  .vw-md-45 {
    width: 45vw !important;
  }
  .vh-md-45 {
    height: 45vh !important;
  }
  .width-md-45 {
    width: 45px !important;
  }
  .height-md-45 {
    height: 45px !important;
  }
  .max-width-md-45 {
    max-width: 45px !important;
  }
  .min-width-md-45 {
    min-width: 45px !important;
  }
  .max-height-md-45 {
    max-height: 45px !important;
  }
  .min-height-md-45 {
    min-height: 45px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-45 {
    width: 45% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .max-w-lg-45 {
    max-width: 45% !important;
  }
  .min-w-lg-45 {
    min-width: 45% !important;
  }
  .max-h-lg-45 {
    max-height: 45% !important;
  }
  .min-h-lg-45 {
    min-height: 45% !important;
  }
  .min-lg-vw-45 {
    min-width: 45vw !important;
  }
  .min-lg-vh-45 {
    min-height: 45vh !important;
  }
  .vw-lg-45 {
    width: 45vw !important;
  }
  .vh-lg-45 {
    height: 45vh !important;
  }
  .width-lg-45 {
    width: 45px !important;
  }
  .height-lg-45 {
    height: 45px !important;
  }
  .max-width-lg-45 {
    max-width: 45px !important;
  }
  .min-width-lg-45 {
    min-width: 45px !important;
  }
  .max-height-lg-45 {
    max-height: 45px !important;
  }
  .min-height-lg-45 {
    min-height: 45px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-45 {
    width: 45% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .max-w-xl-45 {
    max-width: 45% !important;
  }
  .min-w-xl-45 {
    min-width: 45% !important;
  }
  .max-h-xl-45 {
    max-height: 45% !important;
  }
  .min-h-xl-45 {
    min-height: 45% !important;
  }
  .min-xl-vw-45 {
    min-width: 45vw !important;
  }
  .min-xl-vh-45 {
    min-height: 45vh !important;
  }
  .vw-xl-45 {
    width: 45vw !important;
  }
  .vh-xl-45 {
    height: 45vh !important;
  }
  .width-xl-45 {
    width: 45px !important;
  }
  .height-xl-45 {
    height: 45px !important;
  }
  .max-width-xl-45 {
    max-width: 45px !important;
  }
  .min-width-xl-45 {
    min-width: 45px !important;
  }
  .max-height-xl-45 {
    max-height: 45px !important;
  }
  .min-height-xl-45 {
    min-height: 45px !important;
  }
}
.w-45 {
  width: 45% !important;
}

.h-45 {
  height: 45% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

.min-w-45 {
  min-width: 45% !important;
}

.max-h-45 {
  max-height: 45% !important;
}

.min-h-45 {
  min-height: 45% !important;
}

.min-vw-45 {
  min-width: 45vw !important;
}

.min-vh-45 {
  min-height: 45vh !important;
}

.vw-45 {
  width: 45vw !important;
}

.vh-45 {
  height: 45vh !important;
}

.width-45 {
  width: 45px !important;
}

.height-45 {
  height: 45px !important;
}

.max-width-45 {
  max-width: 45px !important;
}

.min-width-45 {
  min-width: 45px !important;
}

.max-height-45 {
  max-height: 45px !important;
}

.min-height-45 {
  min-height: 45px !important;
}

@media (max-width: 576px) {
  .w-sm-46 {
    width: 46% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .max-w-sm-46 {
    max-width: 46% !important;
  }
  .min-w-sm-46 {
    min-width: 46% !important;
  }
  .max-h-sm-46 {
    max-height: 46% !important;
  }
  .min-h-sm-46 {
    min-height: 46% !important;
  }
  .min-sm-vw-46 {
    min-width: 46vw !important;
  }
  .min-sm-vh-46 {
    min-height: 46vh !important;
  }
  .vw-sm-46 {
    width: 46vw !important;
  }
  .vh-sm-46 {
    height: 46vh !important;
  }
  .width-sm-46 {
    width: 46px !important;
  }
  .height-sm-46 {
    height: 46px !important;
  }
  .max-width-sm-46 {
    max-width: 46px !important;
  }
  .min-width-sm-46 {
    min-width: 46px !important;
  }
  .max-height-sm-46 {
    max-height: 46px !important;
  }
  .min-height-sm-46 {
    min-height: 46px !important;
  }
}
@media (max-width: 768px) {
  .w-md-46 {
    width: 46% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .max-w-md-46 {
    max-width: 46% !important;
  }
  .min-w-md-46 {
    min-width: 46% !important;
  }
  .max-h-md-46 {
    max-height: 46% !important;
  }
  .min-h-md-46 {
    min-height: 46% !important;
  }
  .min-md-vw-46 {
    min-width: 46vw !important;
  }
  .min-md-vh-46 {
    min-height: 46vh !important;
  }
  .vw-md-46 {
    width: 46vw !important;
  }
  .vh-md-46 {
    height: 46vh !important;
  }
  .width-md-46 {
    width: 46px !important;
  }
  .height-md-46 {
    height: 46px !important;
  }
  .max-width-md-46 {
    max-width: 46px !important;
  }
  .min-width-md-46 {
    min-width: 46px !important;
  }
  .max-height-md-46 {
    max-height: 46px !important;
  }
  .min-height-md-46 {
    min-height: 46px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-46 {
    width: 46% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .max-w-lg-46 {
    max-width: 46% !important;
  }
  .min-w-lg-46 {
    min-width: 46% !important;
  }
  .max-h-lg-46 {
    max-height: 46% !important;
  }
  .min-h-lg-46 {
    min-height: 46% !important;
  }
  .min-lg-vw-46 {
    min-width: 46vw !important;
  }
  .min-lg-vh-46 {
    min-height: 46vh !important;
  }
  .vw-lg-46 {
    width: 46vw !important;
  }
  .vh-lg-46 {
    height: 46vh !important;
  }
  .width-lg-46 {
    width: 46px !important;
  }
  .height-lg-46 {
    height: 46px !important;
  }
  .max-width-lg-46 {
    max-width: 46px !important;
  }
  .min-width-lg-46 {
    min-width: 46px !important;
  }
  .max-height-lg-46 {
    max-height: 46px !important;
  }
  .min-height-lg-46 {
    min-height: 46px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-46 {
    width: 46% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .max-w-xl-46 {
    max-width: 46% !important;
  }
  .min-w-xl-46 {
    min-width: 46% !important;
  }
  .max-h-xl-46 {
    max-height: 46% !important;
  }
  .min-h-xl-46 {
    min-height: 46% !important;
  }
  .min-xl-vw-46 {
    min-width: 46vw !important;
  }
  .min-xl-vh-46 {
    min-height: 46vh !important;
  }
  .vw-xl-46 {
    width: 46vw !important;
  }
  .vh-xl-46 {
    height: 46vh !important;
  }
  .width-xl-46 {
    width: 46px !important;
  }
  .height-xl-46 {
    height: 46px !important;
  }
  .max-width-xl-46 {
    max-width: 46px !important;
  }
  .min-width-xl-46 {
    min-width: 46px !important;
  }
  .max-height-xl-46 {
    max-height: 46px !important;
  }
  .min-height-xl-46 {
    min-height: 46px !important;
  }
}
.w-46 {
  width: 46% !important;
}

.h-46 {
  height: 46% !important;
}

.max-w-46 {
  max-width: 46% !important;
}

.min-w-46 {
  min-width: 46% !important;
}

.max-h-46 {
  max-height: 46% !important;
}

.min-h-46 {
  min-height: 46% !important;
}

.min-vw-46 {
  min-width: 46vw !important;
}

.min-vh-46 {
  min-height: 46vh !important;
}

.vw-46 {
  width: 46vw !important;
}

.vh-46 {
  height: 46vh !important;
}

.width-46 {
  width: 46px !important;
}

.height-46 {
  height: 46px !important;
}

.max-width-46 {
  max-width: 46px !important;
}

.min-width-46 {
  min-width: 46px !important;
}

.max-height-46 {
  max-height: 46px !important;
}

.min-height-46 {
  min-height: 46px !important;
}

@media (max-width: 576px) {
  .w-sm-47 {
    width: 47% !important;
  }
  .h-sm-47 {
    height: 47% !important;
  }
  .max-w-sm-47 {
    max-width: 47% !important;
  }
  .min-w-sm-47 {
    min-width: 47% !important;
  }
  .max-h-sm-47 {
    max-height: 47% !important;
  }
  .min-h-sm-47 {
    min-height: 47% !important;
  }
  .min-sm-vw-47 {
    min-width: 47vw !important;
  }
  .min-sm-vh-47 {
    min-height: 47vh !important;
  }
  .vw-sm-47 {
    width: 47vw !important;
  }
  .vh-sm-47 {
    height: 47vh !important;
  }
  .width-sm-47 {
    width: 47px !important;
  }
  .height-sm-47 {
    height: 47px !important;
  }
  .max-width-sm-47 {
    max-width: 47px !important;
  }
  .min-width-sm-47 {
    min-width: 47px !important;
  }
  .max-height-sm-47 {
    max-height: 47px !important;
  }
  .min-height-sm-47 {
    min-height: 47px !important;
  }
}
@media (max-width: 768px) {
  .w-md-47 {
    width: 47% !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
  .max-w-md-47 {
    max-width: 47% !important;
  }
  .min-w-md-47 {
    min-width: 47% !important;
  }
  .max-h-md-47 {
    max-height: 47% !important;
  }
  .min-h-md-47 {
    min-height: 47% !important;
  }
  .min-md-vw-47 {
    min-width: 47vw !important;
  }
  .min-md-vh-47 {
    min-height: 47vh !important;
  }
  .vw-md-47 {
    width: 47vw !important;
  }
  .vh-md-47 {
    height: 47vh !important;
  }
  .width-md-47 {
    width: 47px !important;
  }
  .height-md-47 {
    height: 47px !important;
  }
  .max-width-md-47 {
    max-width: 47px !important;
  }
  .min-width-md-47 {
    min-width: 47px !important;
  }
  .max-height-md-47 {
    max-height: 47px !important;
  }
  .min-height-md-47 {
    min-height: 47px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-47 {
    width: 47% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
  .max-w-lg-47 {
    max-width: 47% !important;
  }
  .min-w-lg-47 {
    min-width: 47% !important;
  }
  .max-h-lg-47 {
    max-height: 47% !important;
  }
  .min-h-lg-47 {
    min-height: 47% !important;
  }
  .min-lg-vw-47 {
    min-width: 47vw !important;
  }
  .min-lg-vh-47 {
    min-height: 47vh !important;
  }
  .vw-lg-47 {
    width: 47vw !important;
  }
  .vh-lg-47 {
    height: 47vh !important;
  }
  .width-lg-47 {
    width: 47px !important;
  }
  .height-lg-47 {
    height: 47px !important;
  }
  .max-width-lg-47 {
    max-width: 47px !important;
  }
  .min-width-lg-47 {
    min-width: 47px !important;
  }
  .max-height-lg-47 {
    max-height: 47px !important;
  }
  .min-height-lg-47 {
    min-height: 47px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-47 {
    width: 47% !important;
  }
  .h-xl-47 {
    height: 47% !important;
  }
  .max-w-xl-47 {
    max-width: 47% !important;
  }
  .min-w-xl-47 {
    min-width: 47% !important;
  }
  .max-h-xl-47 {
    max-height: 47% !important;
  }
  .min-h-xl-47 {
    min-height: 47% !important;
  }
  .min-xl-vw-47 {
    min-width: 47vw !important;
  }
  .min-xl-vh-47 {
    min-height: 47vh !important;
  }
  .vw-xl-47 {
    width: 47vw !important;
  }
  .vh-xl-47 {
    height: 47vh !important;
  }
  .width-xl-47 {
    width: 47px !important;
  }
  .height-xl-47 {
    height: 47px !important;
  }
  .max-width-xl-47 {
    max-width: 47px !important;
  }
  .min-width-xl-47 {
    min-width: 47px !important;
  }
  .max-height-xl-47 {
    max-height: 47px !important;
  }
  .min-height-xl-47 {
    min-height: 47px !important;
  }
}
.w-47 {
  width: 47% !important;
}

.h-47 {
  height: 47% !important;
}

.max-w-47 {
  max-width: 47% !important;
}

.min-w-47 {
  min-width: 47% !important;
}

.max-h-47 {
  max-height: 47% !important;
}

.min-h-47 {
  min-height: 47% !important;
}

.min-vw-47 {
  min-width: 47vw !important;
}

.min-vh-47 {
  min-height: 47vh !important;
}

.vw-47 {
  width: 47vw !important;
}

.vh-47 {
  height: 47vh !important;
}

.width-47 {
  width: 47px !important;
}

.height-47 {
  height: 47px !important;
}

.max-width-47 {
  max-width: 47px !important;
}

.min-width-47 {
  min-width: 47px !important;
}

.max-height-47 {
  max-height: 47px !important;
}

.min-height-47 {
  min-height: 47px !important;
}

@media (max-width: 576px) {
  .w-sm-48 {
    width: 48% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .max-w-sm-48 {
    max-width: 48% !important;
  }
  .min-w-sm-48 {
    min-width: 48% !important;
  }
  .max-h-sm-48 {
    max-height: 48% !important;
  }
  .min-h-sm-48 {
    min-height: 48% !important;
  }
  .min-sm-vw-48 {
    min-width: 48vw !important;
  }
  .min-sm-vh-48 {
    min-height: 48vh !important;
  }
  .vw-sm-48 {
    width: 48vw !important;
  }
  .vh-sm-48 {
    height: 48vh !important;
  }
  .width-sm-48 {
    width: 48px !important;
  }
  .height-sm-48 {
    height: 48px !important;
  }
  .max-width-sm-48 {
    max-width: 48px !important;
  }
  .min-width-sm-48 {
    min-width: 48px !important;
  }
  .max-height-sm-48 {
    max-height: 48px !important;
  }
  .min-height-sm-48 {
    min-height: 48px !important;
  }
}
@media (max-width: 768px) {
  .w-md-48 {
    width: 48% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .max-w-md-48 {
    max-width: 48% !important;
  }
  .min-w-md-48 {
    min-width: 48% !important;
  }
  .max-h-md-48 {
    max-height: 48% !important;
  }
  .min-h-md-48 {
    min-height: 48% !important;
  }
  .min-md-vw-48 {
    min-width: 48vw !important;
  }
  .min-md-vh-48 {
    min-height: 48vh !important;
  }
  .vw-md-48 {
    width: 48vw !important;
  }
  .vh-md-48 {
    height: 48vh !important;
  }
  .width-md-48 {
    width: 48px !important;
  }
  .height-md-48 {
    height: 48px !important;
  }
  .max-width-md-48 {
    max-width: 48px !important;
  }
  .min-width-md-48 {
    min-width: 48px !important;
  }
  .max-height-md-48 {
    max-height: 48px !important;
  }
  .min-height-md-48 {
    min-height: 48px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-48 {
    width: 48% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .max-w-lg-48 {
    max-width: 48% !important;
  }
  .min-w-lg-48 {
    min-width: 48% !important;
  }
  .max-h-lg-48 {
    max-height: 48% !important;
  }
  .min-h-lg-48 {
    min-height: 48% !important;
  }
  .min-lg-vw-48 {
    min-width: 48vw !important;
  }
  .min-lg-vh-48 {
    min-height: 48vh !important;
  }
  .vw-lg-48 {
    width: 48vw !important;
  }
  .vh-lg-48 {
    height: 48vh !important;
  }
  .width-lg-48 {
    width: 48px !important;
  }
  .height-lg-48 {
    height: 48px !important;
  }
  .max-width-lg-48 {
    max-width: 48px !important;
  }
  .min-width-lg-48 {
    min-width: 48px !important;
  }
  .max-height-lg-48 {
    max-height: 48px !important;
  }
  .min-height-lg-48 {
    min-height: 48px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-48 {
    width: 48% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .max-w-xl-48 {
    max-width: 48% !important;
  }
  .min-w-xl-48 {
    min-width: 48% !important;
  }
  .max-h-xl-48 {
    max-height: 48% !important;
  }
  .min-h-xl-48 {
    min-height: 48% !important;
  }
  .min-xl-vw-48 {
    min-width: 48vw !important;
  }
  .min-xl-vh-48 {
    min-height: 48vh !important;
  }
  .vw-xl-48 {
    width: 48vw !important;
  }
  .vh-xl-48 {
    height: 48vh !important;
  }
  .width-xl-48 {
    width: 48px !important;
  }
  .height-xl-48 {
    height: 48px !important;
  }
  .max-width-xl-48 {
    max-width: 48px !important;
  }
  .min-width-xl-48 {
    min-width: 48px !important;
  }
  .max-height-xl-48 {
    max-height: 48px !important;
  }
  .min-height-xl-48 {
    min-height: 48px !important;
  }
}
.w-48 {
  width: 48% !important;
}

.h-48 {
  height: 48% !important;
}

.max-w-48 {
  max-width: 48% !important;
}

.min-w-48 {
  min-width: 48% !important;
}

.max-h-48 {
  max-height: 48% !important;
}

.min-h-48 {
  min-height: 48% !important;
}

.min-vw-48 {
  min-width: 48vw !important;
}

.min-vh-48 {
  min-height: 48vh !important;
}

.vw-48 {
  width: 48vw !important;
}

.vh-48 {
  height: 48vh !important;
}

.width-48 {
  width: 48px !important;
}

.height-48 {
  height: 48px !important;
}

.max-width-48 {
  max-width: 48px !important;
}

.min-width-48 {
  min-width: 48px !important;
}

.max-height-48 {
  max-height: 48px !important;
}

.min-height-48 {
  min-height: 48px !important;
}

@media (max-width: 576px) {
  .w-sm-49 {
    width: 49% !important;
  }
  .h-sm-49 {
    height: 49% !important;
  }
  .max-w-sm-49 {
    max-width: 49% !important;
  }
  .min-w-sm-49 {
    min-width: 49% !important;
  }
  .max-h-sm-49 {
    max-height: 49% !important;
  }
  .min-h-sm-49 {
    min-height: 49% !important;
  }
  .min-sm-vw-49 {
    min-width: 49vw !important;
  }
  .min-sm-vh-49 {
    min-height: 49vh !important;
  }
  .vw-sm-49 {
    width: 49vw !important;
  }
  .vh-sm-49 {
    height: 49vh !important;
  }
  .width-sm-49 {
    width: 49px !important;
  }
  .height-sm-49 {
    height: 49px !important;
  }
  .max-width-sm-49 {
    max-width: 49px !important;
  }
  .min-width-sm-49 {
    min-width: 49px !important;
  }
  .max-height-sm-49 {
    max-height: 49px !important;
  }
  .min-height-sm-49 {
    min-height: 49px !important;
  }
}
@media (max-width: 768px) {
  .w-md-49 {
    width: 49% !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
  .max-w-md-49 {
    max-width: 49% !important;
  }
  .min-w-md-49 {
    min-width: 49% !important;
  }
  .max-h-md-49 {
    max-height: 49% !important;
  }
  .min-h-md-49 {
    min-height: 49% !important;
  }
  .min-md-vw-49 {
    min-width: 49vw !important;
  }
  .min-md-vh-49 {
    min-height: 49vh !important;
  }
  .vw-md-49 {
    width: 49vw !important;
  }
  .vh-md-49 {
    height: 49vh !important;
  }
  .width-md-49 {
    width: 49px !important;
  }
  .height-md-49 {
    height: 49px !important;
  }
  .max-width-md-49 {
    max-width: 49px !important;
  }
  .min-width-md-49 {
    min-width: 49px !important;
  }
  .max-height-md-49 {
    max-height: 49px !important;
  }
  .min-height-md-49 {
    min-height: 49px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-49 {
    width: 49% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
  .max-w-lg-49 {
    max-width: 49% !important;
  }
  .min-w-lg-49 {
    min-width: 49% !important;
  }
  .max-h-lg-49 {
    max-height: 49% !important;
  }
  .min-h-lg-49 {
    min-height: 49% !important;
  }
  .min-lg-vw-49 {
    min-width: 49vw !important;
  }
  .min-lg-vh-49 {
    min-height: 49vh !important;
  }
  .vw-lg-49 {
    width: 49vw !important;
  }
  .vh-lg-49 {
    height: 49vh !important;
  }
  .width-lg-49 {
    width: 49px !important;
  }
  .height-lg-49 {
    height: 49px !important;
  }
  .max-width-lg-49 {
    max-width: 49px !important;
  }
  .min-width-lg-49 {
    min-width: 49px !important;
  }
  .max-height-lg-49 {
    max-height: 49px !important;
  }
  .min-height-lg-49 {
    min-height: 49px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-49 {
    width: 49% !important;
  }
  .h-xl-49 {
    height: 49% !important;
  }
  .max-w-xl-49 {
    max-width: 49% !important;
  }
  .min-w-xl-49 {
    min-width: 49% !important;
  }
  .max-h-xl-49 {
    max-height: 49% !important;
  }
  .min-h-xl-49 {
    min-height: 49% !important;
  }
  .min-xl-vw-49 {
    min-width: 49vw !important;
  }
  .min-xl-vh-49 {
    min-height: 49vh !important;
  }
  .vw-xl-49 {
    width: 49vw !important;
  }
  .vh-xl-49 {
    height: 49vh !important;
  }
  .width-xl-49 {
    width: 49px !important;
  }
  .height-xl-49 {
    height: 49px !important;
  }
  .max-width-xl-49 {
    max-width: 49px !important;
  }
  .min-width-xl-49 {
    min-width: 49px !important;
  }
  .max-height-xl-49 {
    max-height: 49px !important;
  }
  .min-height-xl-49 {
    min-height: 49px !important;
  }
}
.w-49 {
  width: 49% !important;
}

.h-49 {
  height: 49% !important;
}

.max-w-49 {
  max-width: 49% !important;
}

.min-w-49 {
  min-width: 49% !important;
}

.max-h-49 {
  max-height: 49% !important;
}

.min-h-49 {
  min-height: 49% !important;
}

.min-vw-49 {
  min-width: 49vw !important;
}

.min-vh-49 {
  min-height: 49vh !important;
}

.vw-49 {
  width: 49vw !important;
}

.vh-49 {
  height: 49vh !important;
}

.width-49 {
  width: 49px !important;
}

.height-49 {
  height: 49px !important;
}

.max-width-49 {
  max-width: 49px !important;
}

.min-width-49 {
  min-width: 49px !important;
}

.max-height-49 {
  max-height: 49px !important;
}

.min-height-49 {
  min-height: 49px !important;
}

@media (max-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .max-w-sm-50 {
    max-width: 50% !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .max-h-sm-50 {
    max-height: 50% !important;
  }
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  .min-sm-vw-50 {
    min-width: 50vw !important;
  }
  .min-sm-vh-50 {
    min-height: 50vh !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .width-sm-50 {
    width: 50px !important;
  }
  .height-sm-50 {
    height: 50px !important;
  }
  .max-width-sm-50 {
    max-width: 50px !important;
  }
  .min-width-sm-50 {
    min-width: 50px !important;
  }
  .max-height-sm-50 {
    max-height: 50px !important;
  }
  .min-height-sm-50 {
    min-height: 50px !important;
  }
}
@media (max-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .max-w-md-50 {
    max-width: 50% !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .max-h-md-50 {
    max-height: 50% !important;
  }
  .min-h-md-50 {
    min-height: 50% !important;
  }
  .min-md-vw-50 {
    min-width: 50vw !important;
  }
  .min-md-vh-50 {
    min-height: 50vh !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .width-md-50 {
    width: 50px !important;
  }
  .height-md-50 {
    height: 50px !important;
  }
  .max-width-md-50 {
    max-width: 50px !important;
  }
  .min-width-md-50 {
    min-width: 50px !important;
  }
  .max-height-md-50 {
    max-height: 50px !important;
  }
  .min-height-md-50 {
    min-height: 50px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .max-w-lg-50 {
    max-width: 50% !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .max-h-lg-50 {
    max-height: 50% !important;
  }
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  .min-lg-vw-50 {
    min-width: 50vw !important;
  }
  .min-lg-vh-50 {
    min-height: 50vh !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .width-lg-50 {
    width: 50px !important;
  }
  .height-lg-50 {
    height: 50px !important;
  }
  .max-width-lg-50 {
    max-width: 50px !important;
  }
  .min-width-lg-50 {
    min-width: 50px !important;
  }
  .max-height-lg-50 {
    max-height: 50px !important;
  }
  .min-height-lg-50 {
    min-height: 50px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .max-w-xl-50 {
    max-width: 50% !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .max-h-xl-50 {
    max-height: 50% !important;
  }
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  .min-xl-vw-50 {
    min-width: 50vw !important;
  }
  .min-xl-vh-50 {
    min-height: 50vh !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .width-xl-50 {
    width: 50px !important;
  }
  .height-xl-50 {
    height: 50px !important;
  }
  .max-width-xl-50 {
    max-width: 50px !important;
  }
  .min-width-xl-50 {
    min-width: 50px !important;
  }
  .max-height-xl-50 {
    max-height: 50px !important;
  }
  .min-height-xl-50 {
    min-height: 50px !important;
  }
}
.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-vw-50 {
  min-width: 50vw !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.vw-50 {
  width: 50vw !important;
}

.vh-50 {
  height: 50vh !important;
}

.width-50 {
  width: 50px !important;
}

.height-50 {
  height: 50px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.max-height-50 {
  max-height: 50px !important;
}

.min-height-50 {
  min-height: 50px !important;
}

@media (max-width: 576px) {
  .w-sm-51 {
    width: 51% !important;
  }
  .h-sm-51 {
    height: 51% !important;
  }
  .max-w-sm-51 {
    max-width: 51% !important;
  }
  .min-w-sm-51 {
    min-width: 51% !important;
  }
  .max-h-sm-51 {
    max-height: 51% !important;
  }
  .min-h-sm-51 {
    min-height: 51% !important;
  }
  .min-sm-vw-51 {
    min-width: 51vw !important;
  }
  .min-sm-vh-51 {
    min-height: 51vh !important;
  }
  .vw-sm-51 {
    width: 51vw !important;
  }
  .vh-sm-51 {
    height: 51vh !important;
  }
  .width-sm-51 {
    width: 51px !important;
  }
  .height-sm-51 {
    height: 51px !important;
  }
  .max-width-sm-51 {
    max-width: 51px !important;
  }
  .min-width-sm-51 {
    min-width: 51px !important;
  }
  .max-height-sm-51 {
    max-height: 51px !important;
  }
  .min-height-sm-51 {
    min-height: 51px !important;
  }
}
@media (max-width: 768px) {
  .w-md-51 {
    width: 51% !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
  .max-w-md-51 {
    max-width: 51% !important;
  }
  .min-w-md-51 {
    min-width: 51% !important;
  }
  .max-h-md-51 {
    max-height: 51% !important;
  }
  .min-h-md-51 {
    min-height: 51% !important;
  }
  .min-md-vw-51 {
    min-width: 51vw !important;
  }
  .min-md-vh-51 {
    min-height: 51vh !important;
  }
  .vw-md-51 {
    width: 51vw !important;
  }
  .vh-md-51 {
    height: 51vh !important;
  }
  .width-md-51 {
    width: 51px !important;
  }
  .height-md-51 {
    height: 51px !important;
  }
  .max-width-md-51 {
    max-width: 51px !important;
  }
  .min-width-md-51 {
    min-width: 51px !important;
  }
  .max-height-md-51 {
    max-height: 51px !important;
  }
  .min-height-md-51 {
    min-height: 51px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-51 {
    width: 51% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
  .max-w-lg-51 {
    max-width: 51% !important;
  }
  .min-w-lg-51 {
    min-width: 51% !important;
  }
  .max-h-lg-51 {
    max-height: 51% !important;
  }
  .min-h-lg-51 {
    min-height: 51% !important;
  }
  .min-lg-vw-51 {
    min-width: 51vw !important;
  }
  .min-lg-vh-51 {
    min-height: 51vh !important;
  }
  .vw-lg-51 {
    width: 51vw !important;
  }
  .vh-lg-51 {
    height: 51vh !important;
  }
  .width-lg-51 {
    width: 51px !important;
  }
  .height-lg-51 {
    height: 51px !important;
  }
  .max-width-lg-51 {
    max-width: 51px !important;
  }
  .min-width-lg-51 {
    min-width: 51px !important;
  }
  .max-height-lg-51 {
    max-height: 51px !important;
  }
  .min-height-lg-51 {
    min-height: 51px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-51 {
    width: 51% !important;
  }
  .h-xl-51 {
    height: 51% !important;
  }
  .max-w-xl-51 {
    max-width: 51% !important;
  }
  .min-w-xl-51 {
    min-width: 51% !important;
  }
  .max-h-xl-51 {
    max-height: 51% !important;
  }
  .min-h-xl-51 {
    min-height: 51% !important;
  }
  .min-xl-vw-51 {
    min-width: 51vw !important;
  }
  .min-xl-vh-51 {
    min-height: 51vh !important;
  }
  .vw-xl-51 {
    width: 51vw !important;
  }
  .vh-xl-51 {
    height: 51vh !important;
  }
  .width-xl-51 {
    width: 51px !important;
  }
  .height-xl-51 {
    height: 51px !important;
  }
  .max-width-xl-51 {
    max-width: 51px !important;
  }
  .min-width-xl-51 {
    min-width: 51px !important;
  }
  .max-height-xl-51 {
    max-height: 51px !important;
  }
  .min-height-xl-51 {
    min-height: 51px !important;
  }
}
.w-51 {
  width: 51% !important;
}

.h-51 {
  height: 51% !important;
}

.max-w-51 {
  max-width: 51% !important;
}

.min-w-51 {
  min-width: 51% !important;
}

.max-h-51 {
  max-height: 51% !important;
}

.min-h-51 {
  min-height: 51% !important;
}

.min-vw-51 {
  min-width: 51vw !important;
}

.min-vh-51 {
  min-height: 51vh !important;
}

.vw-51 {
  width: 51vw !important;
}

.vh-51 {
  height: 51vh !important;
}

.width-51 {
  width: 51px !important;
}

.height-51 {
  height: 51px !important;
}

.max-width-51 {
  max-width: 51px !important;
}

.min-width-51 {
  min-width: 51px !important;
}

.max-height-51 {
  max-height: 51px !important;
}

.min-height-51 {
  min-height: 51px !important;
}

@media (max-width: 576px) {
  .w-sm-52 {
    width: 52% !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
  .max-w-sm-52 {
    max-width: 52% !important;
  }
  .min-w-sm-52 {
    min-width: 52% !important;
  }
  .max-h-sm-52 {
    max-height: 52% !important;
  }
  .min-h-sm-52 {
    min-height: 52% !important;
  }
  .min-sm-vw-52 {
    min-width: 52vw !important;
  }
  .min-sm-vh-52 {
    min-height: 52vh !important;
  }
  .vw-sm-52 {
    width: 52vw !important;
  }
  .vh-sm-52 {
    height: 52vh !important;
  }
  .width-sm-52 {
    width: 52px !important;
  }
  .height-sm-52 {
    height: 52px !important;
  }
  .max-width-sm-52 {
    max-width: 52px !important;
  }
  .min-width-sm-52 {
    min-width: 52px !important;
  }
  .max-height-sm-52 {
    max-height: 52px !important;
  }
  .min-height-sm-52 {
    min-height: 52px !important;
  }
}
@media (max-width: 768px) {
  .w-md-52 {
    width: 52% !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .max-w-md-52 {
    max-width: 52% !important;
  }
  .min-w-md-52 {
    min-width: 52% !important;
  }
  .max-h-md-52 {
    max-height: 52% !important;
  }
  .min-h-md-52 {
    min-height: 52% !important;
  }
  .min-md-vw-52 {
    min-width: 52vw !important;
  }
  .min-md-vh-52 {
    min-height: 52vh !important;
  }
  .vw-md-52 {
    width: 52vw !important;
  }
  .vh-md-52 {
    height: 52vh !important;
  }
  .width-md-52 {
    width: 52px !important;
  }
  .height-md-52 {
    height: 52px !important;
  }
  .max-width-md-52 {
    max-width: 52px !important;
  }
  .min-width-md-52 {
    min-width: 52px !important;
  }
  .max-height-md-52 {
    max-height: 52px !important;
  }
  .min-height-md-52 {
    min-height: 52px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-52 {
    width: 52% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .max-w-lg-52 {
    max-width: 52% !important;
  }
  .min-w-lg-52 {
    min-width: 52% !important;
  }
  .max-h-lg-52 {
    max-height: 52% !important;
  }
  .min-h-lg-52 {
    min-height: 52% !important;
  }
  .min-lg-vw-52 {
    min-width: 52vw !important;
  }
  .min-lg-vh-52 {
    min-height: 52vh !important;
  }
  .vw-lg-52 {
    width: 52vw !important;
  }
  .vh-lg-52 {
    height: 52vh !important;
  }
  .width-lg-52 {
    width: 52px !important;
  }
  .height-lg-52 {
    height: 52px !important;
  }
  .max-width-lg-52 {
    max-width: 52px !important;
  }
  .min-width-lg-52 {
    min-width: 52px !important;
  }
  .max-height-lg-52 {
    max-height: 52px !important;
  }
  .min-height-lg-52 {
    min-height: 52px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-52 {
    width: 52% !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
  .max-w-xl-52 {
    max-width: 52% !important;
  }
  .min-w-xl-52 {
    min-width: 52% !important;
  }
  .max-h-xl-52 {
    max-height: 52% !important;
  }
  .min-h-xl-52 {
    min-height: 52% !important;
  }
  .min-xl-vw-52 {
    min-width: 52vw !important;
  }
  .min-xl-vh-52 {
    min-height: 52vh !important;
  }
  .vw-xl-52 {
    width: 52vw !important;
  }
  .vh-xl-52 {
    height: 52vh !important;
  }
  .width-xl-52 {
    width: 52px !important;
  }
  .height-xl-52 {
    height: 52px !important;
  }
  .max-width-xl-52 {
    max-width: 52px !important;
  }
  .min-width-xl-52 {
    min-width: 52px !important;
  }
  .max-height-xl-52 {
    max-height: 52px !important;
  }
  .min-height-xl-52 {
    min-height: 52px !important;
  }
}
.w-52 {
  width: 52% !important;
}

.h-52 {
  height: 52% !important;
}

.max-w-52 {
  max-width: 52% !important;
}

.min-w-52 {
  min-width: 52% !important;
}

.max-h-52 {
  max-height: 52% !important;
}

.min-h-52 {
  min-height: 52% !important;
}

.min-vw-52 {
  min-width: 52vw !important;
}

.min-vh-52 {
  min-height: 52vh !important;
}

.vw-52 {
  width: 52vw !important;
}

.vh-52 {
  height: 52vh !important;
}

.width-52 {
  width: 52px !important;
}

.height-52 {
  height: 52px !important;
}

.max-width-52 {
  max-width: 52px !important;
}

.min-width-52 {
  min-width: 52px !important;
}

.max-height-52 {
  max-height: 52px !important;
}

.min-height-52 {
  min-height: 52px !important;
}

@media (max-width: 576px) {
  .w-sm-53 {
    width: 53% !important;
  }
  .h-sm-53 {
    height: 53% !important;
  }
  .max-w-sm-53 {
    max-width: 53% !important;
  }
  .min-w-sm-53 {
    min-width: 53% !important;
  }
  .max-h-sm-53 {
    max-height: 53% !important;
  }
  .min-h-sm-53 {
    min-height: 53% !important;
  }
  .min-sm-vw-53 {
    min-width: 53vw !important;
  }
  .min-sm-vh-53 {
    min-height: 53vh !important;
  }
  .vw-sm-53 {
    width: 53vw !important;
  }
  .vh-sm-53 {
    height: 53vh !important;
  }
  .width-sm-53 {
    width: 53px !important;
  }
  .height-sm-53 {
    height: 53px !important;
  }
  .max-width-sm-53 {
    max-width: 53px !important;
  }
  .min-width-sm-53 {
    min-width: 53px !important;
  }
  .max-height-sm-53 {
    max-height: 53px !important;
  }
  .min-height-sm-53 {
    min-height: 53px !important;
  }
}
@media (max-width: 768px) {
  .w-md-53 {
    width: 53% !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
  .max-w-md-53 {
    max-width: 53% !important;
  }
  .min-w-md-53 {
    min-width: 53% !important;
  }
  .max-h-md-53 {
    max-height: 53% !important;
  }
  .min-h-md-53 {
    min-height: 53% !important;
  }
  .min-md-vw-53 {
    min-width: 53vw !important;
  }
  .min-md-vh-53 {
    min-height: 53vh !important;
  }
  .vw-md-53 {
    width: 53vw !important;
  }
  .vh-md-53 {
    height: 53vh !important;
  }
  .width-md-53 {
    width: 53px !important;
  }
  .height-md-53 {
    height: 53px !important;
  }
  .max-width-md-53 {
    max-width: 53px !important;
  }
  .min-width-md-53 {
    min-width: 53px !important;
  }
  .max-height-md-53 {
    max-height: 53px !important;
  }
  .min-height-md-53 {
    min-height: 53px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-53 {
    width: 53% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
  .max-w-lg-53 {
    max-width: 53% !important;
  }
  .min-w-lg-53 {
    min-width: 53% !important;
  }
  .max-h-lg-53 {
    max-height: 53% !important;
  }
  .min-h-lg-53 {
    min-height: 53% !important;
  }
  .min-lg-vw-53 {
    min-width: 53vw !important;
  }
  .min-lg-vh-53 {
    min-height: 53vh !important;
  }
  .vw-lg-53 {
    width: 53vw !important;
  }
  .vh-lg-53 {
    height: 53vh !important;
  }
  .width-lg-53 {
    width: 53px !important;
  }
  .height-lg-53 {
    height: 53px !important;
  }
  .max-width-lg-53 {
    max-width: 53px !important;
  }
  .min-width-lg-53 {
    min-width: 53px !important;
  }
  .max-height-lg-53 {
    max-height: 53px !important;
  }
  .min-height-lg-53 {
    min-height: 53px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-53 {
    width: 53% !important;
  }
  .h-xl-53 {
    height: 53% !important;
  }
  .max-w-xl-53 {
    max-width: 53% !important;
  }
  .min-w-xl-53 {
    min-width: 53% !important;
  }
  .max-h-xl-53 {
    max-height: 53% !important;
  }
  .min-h-xl-53 {
    min-height: 53% !important;
  }
  .min-xl-vw-53 {
    min-width: 53vw !important;
  }
  .min-xl-vh-53 {
    min-height: 53vh !important;
  }
  .vw-xl-53 {
    width: 53vw !important;
  }
  .vh-xl-53 {
    height: 53vh !important;
  }
  .width-xl-53 {
    width: 53px !important;
  }
  .height-xl-53 {
    height: 53px !important;
  }
  .max-width-xl-53 {
    max-width: 53px !important;
  }
  .min-width-xl-53 {
    min-width: 53px !important;
  }
  .max-height-xl-53 {
    max-height: 53px !important;
  }
  .min-height-xl-53 {
    min-height: 53px !important;
  }
}
.w-53 {
  width: 53% !important;
}

.h-53 {
  height: 53% !important;
}

.max-w-53 {
  max-width: 53% !important;
}

.min-w-53 {
  min-width: 53% !important;
}

.max-h-53 {
  max-height: 53% !important;
}

.min-h-53 {
  min-height: 53% !important;
}

.min-vw-53 {
  min-width: 53vw !important;
}

.min-vh-53 {
  min-height: 53vh !important;
}

.vw-53 {
  width: 53vw !important;
}

.vh-53 {
  height: 53vh !important;
}

.width-53 {
  width: 53px !important;
}

.height-53 {
  height: 53px !important;
}

.max-width-53 {
  max-width: 53px !important;
}

.min-width-53 {
  min-width: 53px !important;
}

.max-height-53 {
  max-height: 53px !important;
}

.min-height-53 {
  min-height: 53px !important;
}

@media (max-width: 576px) {
  .w-sm-54 {
    width: 54% !important;
  }
  .h-sm-54 {
    height: 54% !important;
  }
  .max-w-sm-54 {
    max-width: 54% !important;
  }
  .min-w-sm-54 {
    min-width: 54% !important;
  }
  .max-h-sm-54 {
    max-height: 54% !important;
  }
  .min-h-sm-54 {
    min-height: 54% !important;
  }
  .min-sm-vw-54 {
    min-width: 54vw !important;
  }
  .min-sm-vh-54 {
    min-height: 54vh !important;
  }
  .vw-sm-54 {
    width: 54vw !important;
  }
  .vh-sm-54 {
    height: 54vh !important;
  }
  .width-sm-54 {
    width: 54px !important;
  }
  .height-sm-54 {
    height: 54px !important;
  }
  .max-width-sm-54 {
    max-width: 54px !important;
  }
  .min-width-sm-54 {
    min-width: 54px !important;
  }
  .max-height-sm-54 {
    max-height: 54px !important;
  }
  .min-height-sm-54 {
    min-height: 54px !important;
  }
}
@media (max-width: 768px) {
  .w-md-54 {
    width: 54% !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
  .max-w-md-54 {
    max-width: 54% !important;
  }
  .min-w-md-54 {
    min-width: 54% !important;
  }
  .max-h-md-54 {
    max-height: 54% !important;
  }
  .min-h-md-54 {
    min-height: 54% !important;
  }
  .min-md-vw-54 {
    min-width: 54vw !important;
  }
  .min-md-vh-54 {
    min-height: 54vh !important;
  }
  .vw-md-54 {
    width: 54vw !important;
  }
  .vh-md-54 {
    height: 54vh !important;
  }
  .width-md-54 {
    width: 54px !important;
  }
  .height-md-54 {
    height: 54px !important;
  }
  .max-width-md-54 {
    max-width: 54px !important;
  }
  .min-width-md-54 {
    min-width: 54px !important;
  }
  .max-height-md-54 {
    max-height: 54px !important;
  }
  .min-height-md-54 {
    min-height: 54px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-54 {
    width: 54% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
  .max-w-lg-54 {
    max-width: 54% !important;
  }
  .min-w-lg-54 {
    min-width: 54% !important;
  }
  .max-h-lg-54 {
    max-height: 54% !important;
  }
  .min-h-lg-54 {
    min-height: 54% !important;
  }
  .min-lg-vw-54 {
    min-width: 54vw !important;
  }
  .min-lg-vh-54 {
    min-height: 54vh !important;
  }
  .vw-lg-54 {
    width: 54vw !important;
  }
  .vh-lg-54 {
    height: 54vh !important;
  }
  .width-lg-54 {
    width: 54px !important;
  }
  .height-lg-54 {
    height: 54px !important;
  }
  .max-width-lg-54 {
    max-width: 54px !important;
  }
  .min-width-lg-54 {
    min-width: 54px !important;
  }
  .max-height-lg-54 {
    max-height: 54px !important;
  }
  .min-height-lg-54 {
    min-height: 54px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-54 {
    width: 54% !important;
  }
  .h-xl-54 {
    height: 54% !important;
  }
  .max-w-xl-54 {
    max-width: 54% !important;
  }
  .min-w-xl-54 {
    min-width: 54% !important;
  }
  .max-h-xl-54 {
    max-height: 54% !important;
  }
  .min-h-xl-54 {
    min-height: 54% !important;
  }
  .min-xl-vw-54 {
    min-width: 54vw !important;
  }
  .min-xl-vh-54 {
    min-height: 54vh !important;
  }
  .vw-xl-54 {
    width: 54vw !important;
  }
  .vh-xl-54 {
    height: 54vh !important;
  }
  .width-xl-54 {
    width: 54px !important;
  }
  .height-xl-54 {
    height: 54px !important;
  }
  .max-width-xl-54 {
    max-width: 54px !important;
  }
  .min-width-xl-54 {
    min-width: 54px !important;
  }
  .max-height-xl-54 {
    max-height: 54px !important;
  }
  .min-height-xl-54 {
    min-height: 54px !important;
  }
}
.w-54 {
  width: 54% !important;
}

.h-54 {
  height: 54% !important;
}

.max-w-54 {
  max-width: 54% !important;
}

.min-w-54 {
  min-width: 54% !important;
}

.max-h-54 {
  max-height: 54% !important;
}

.min-h-54 {
  min-height: 54% !important;
}

.min-vw-54 {
  min-width: 54vw !important;
}

.min-vh-54 {
  min-height: 54vh !important;
}

.vw-54 {
  width: 54vw !important;
}

.vh-54 {
  height: 54vh !important;
}

.width-54 {
  width: 54px !important;
}

.height-54 {
  height: 54px !important;
}

.max-width-54 {
  max-width: 54px !important;
}

.min-width-54 {
  min-width: 54px !important;
}

.max-height-54 {
  max-height: 54px !important;
}

.min-height-54 {
  min-height: 54px !important;
}

@media (max-width: 576px) {
  .w-sm-55 {
    width: 55% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .max-w-sm-55 {
    max-width: 55% !important;
  }
  .min-w-sm-55 {
    min-width: 55% !important;
  }
  .max-h-sm-55 {
    max-height: 55% !important;
  }
  .min-h-sm-55 {
    min-height: 55% !important;
  }
  .min-sm-vw-55 {
    min-width: 55vw !important;
  }
  .min-sm-vh-55 {
    min-height: 55vh !important;
  }
  .vw-sm-55 {
    width: 55vw !important;
  }
  .vh-sm-55 {
    height: 55vh !important;
  }
  .width-sm-55 {
    width: 55px !important;
  }
  .height-sm-55 {
    height: 55px !important;
  }
  .max-width-sm-55 {
    max-width: 55px !important;
  }
  .min-width-sm-55 {
    min-width: 55px !important;
  }
  .max-height-sm-55 {
    max-height: 55px !important;
  }
  .min-height-sm-55 {
    min-height: 55px !important;
  }
}
@media (max-width: 768px) {
  .w-md-55 {
    width: 55% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .max-w-md-55 {
    max-width: 55% !important;
  }
  .min-w-md-55 {
    min-width: 55% !important;
  }
  .max-h-md-55 {
    max-height: 55% !important;
  }
  .min-h-md-55 {
    min-height: 55% !important;
  }
  .min-md-vw-55 {
    min-width: 55vw !important;
  }
  .min-md-vh-55 {
    min-height: 55vh !important;
  }
  .vw-md-55 {
    width: 55vw !important;
  }
  .vh-md-55 {
    height: 55vh !important;
  }
  .width-md-55 {
    width: 55px !important;
  }
  .height-md-55 {
    height: 55px !important;
  }
  .max-width-md-55 {
    max-width: 55px !important;
  }
  .min-width-md-55 {
    min-width: 55px !important;
  }
  .max-height-md-55 {
    max-height: 55px !important;
  }
  .min-height-md-55 {
    min-height: 55px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-55 {
    width: 55% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .max-w-lg-55 {
    max-width: 55% !important;
  }
  .min-w-lg-55 {
    min-width: 55% !important;
  }
  .max-h-lg-55 {
    max-height: 55% !important;
  }
  .min-h-lg-55 {
    min-height: 55% !important;
  }
  .min-lg-vw-55 {
    min-width: 55vw !important;
  }
  .min-lg-vh-55 {
    min-height: 55vh !important;
  }
  .vw-lg-55 {
    width: 55vw !important;
  }
  .vh-lg-55 {
    height: 55vh !important;
  }
  .width-lg-55 {
    width: 55px !important;
  }
  .height-lg-55 {
    height: 55px !important;
  }
  .max-width-lg-55 {
    max-width: 55px !important;
  }
  .min-width-lg-55 {
    min-width: 55px !important;
  }
  .max-height-lg-55 {
    max-height: 55px !important;
  }
  .min-height-lg-55 {
    min-height: 55px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-55 {
    width: 55% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .max-w-xl-55 {
    max-width: 55% !important;
  }
  .min-w-xl-55 {
    min-width: 55% !important;
  }
  .max-h-xl-55 {
    max-height: 55% !important;
  }
  .min-h-xl-55 {
    min-height: 55% !important;
  }
  .min-xl-vw-55 {
    min-width: 55vw !important;
  }
  .min-xl-vh-55 {
    min-height: 55vh !important;
  }
  .vw-xl-55 {
    width: 55vw !important;
  }
  .vh-xl-55 {
    height: 55vh !important;
  }
  .width-xl-55 {
    width: 55px !important;
  }
  .height-xl-55 {
    height: 55px !important;
  }
  .max-width-xl-55 {
    max-width: 55px !important;
  }
  .min-width-xl-55 {
    min-width: 55px !important;
  }
  .max-height-xl-55 {
    max-height: 55px !important;
  }
  .min-height-xl-55 {
    min-height: 55px !important;
  }
}
.w-55 {
  width: 55% !important;
}

.h-55 {
  height: 55% !important;
}

.max-w-55 {
  max-width: 55% !important;
}

.min-w-55 {
  min-width: 55% !important;
}

.max-h-55 {
  max-height: 55% !important;
}

.min-h-55 {
  min-height: 55% !important;
}

.min-vw-55 {
  min-width: 55vw !important;
}

.min-vh-55 {
  min-height: 55vh !important;
}

.vw-55 {
  width: 55vw !important;
}

.vh-55 {
  height: 55vh !important;
}

.width-55 {
  width: 55px !important;
}

.height-55 {
  height: 55px !important;
}

.max-width-55 {
  max-width: 55px !important;
}

.min-width-55 {
  min-width: 55px !important;
}

.max-height-55 {
  max-height: 55px !important;
}

.min-height-55 {
  min-height: 55px !important;
}

@media (max-width: 576px) {
  .w-sm-56 {
    width: 56% !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
  .max-w-sm-56 {
    max-width: 56% !important;
  }
  .min-w-sm-56 {
    min-width: 56% !important;
  }
  .max-h-sm-56 {
    max-height: 56% !important;
  }
  .min-h-sm-56 {
    min-height: 56% !important;
  }
  .min-sm-vw-56 {
    min-width: 56vw !important;
  }
  .min-sm-vh-56 {
    min-height: 56vh !important;
  }
  .vw-sm-56 {
    width: 56vw !important;
  }
  .vh-sm-56 {
    height: 56vh !important;
  }
  .width-sm-56 {
    width: 56px !important;
  }
  .height-sm-56 {
    height: 56px !important;
  }
  .max-width-sm-56 {
    max-width: 56px !important;
  }
  .min-width-sm-56 {
    min-width: 56px !important;
  }
  .max-height-sm-56 {
    max-height: 56px !important;
  }
  .min-height-sm-56 {
    min-height: 56px !important;
  }
}
@media (max-width: 768px) {
  .w-md-56 {
    width: 56% !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .max-w-md-56 {
    max-width: 56% !important;
  }
  .min-w-md-56 {
    min-width: 56% !important;
  }
  .max-h-md-56 {
    max-height: 56% !important;
  }
  .min-h-md-56 {
    min-height: 56% !important;
  }
  .min-md-vw-56 {
    min-width: 56vw !important;
  }
  .min-md-vh-56 {
    min-height: 56vh !important;
  }
  .vw-md-56 {
    width: 56vw !important;
  }
  .vh-md-56 {
    height: 56vh !important;
  }
  .width-md-56 {
    width: 56px !important;
  }
  .height-md-56 {
    height: 56px !important;
  }
  .max-width-md-56 {
    max-width: 56px !important;
  }
  .min-width-md-56 {
    min-width: 56px !important;
  }
  .max-height-md-56 {
    max-height: 56px !important;
  }
  .min-height-md-56 {
    min-height: 56px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-56 {
    width: 56% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .max-w-lg-56 {
    max-width: 56% !important;
  }
  .min-w-lg-56 {
    min-width: 56% !important;
  }
  .max-h-lg-56 {
    max-height: 56% !important;
  }
  .min-h-lg-56 {
    min-height: 56% !important;
  }
  .min-lg-vw-56 {
    min-width: 56vw !important;
  }
  .min-lg-vh-56 {
    min-height: 56vh !important;
  }
  .vw-lg-56 {
    width: 56vw !important;
  }
  .vh-lg-56 {
    height: 56vh !important;
  }
  .width-lg-56 {
    width: 56px !important;
  }
  .height-lg-56 {
    height: 56px !important;
  }
  .max-width-lg-56 {
    max-width: 56px !important;
  }
  .min-width-lg-56 {
    min-width: 56px !important;
  }
  .max-height-lg-56 {
    max-height: 56px !important;
  }
  .min-height-lg-56 {
    min-height: 56px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-56 {
    width: 56% !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
  .max-w-xl-56 {
    max-width: 56% !important;
  }
  .min-w-xl-56 {
    min-width: 56% !important;
  }
  .max-h-xl-56 {
    max-height: 56% !important;
  }
  .min-h-xl-56 {
    min-height: 56% !important;
  }
  .min-xl-vw-56 {
    min-width: 56vw !important;
  }
  .min-xl-vh-56 {
    min-height: 56vh !important;
  }
  .vw-xl-56 {
    width: 56vw !important;
  }
  .vh-xl-56 {
    height: 56vh !important;
  }
  .width-xl-56 {
    width: 56px !important;
  }
  .height-xl-56 {
    height: 56px !important;
  }
  .max-width-xl-56 {
    max-width: 56px !important;
  }
  .min-width-xl-56 {
    min-width: 56px !important;
  }
  .max-height-xl-56 {
    max-height: 56px !important;
  }
  .min-height-xl-56 {
    min-height: 56px !important;
  }
}
.w-56 {
  width: 56% !important;
}

.h-56 {
  height: 56% !important;
}

.max-w-56 {
  max-width: 56% !important;
}

.min-w-56 {
  min-width: 56% !important;
}

.max-h-56 {
  max-height: 56% !important;
}

.min-h-56 {
  min-height: 56% !important;
}

.min-vw-56 {
  min-width: 56vw !important;
}

.min-vh-56 {
  min-height: 56vh !important;
}

.vw-56 {
  width: 56vw !important;
}

.vh-56 {
  height: 56vh !important;
}

.width-56 {
  width: 56px !important;
}

.height-56 {
  height: 56px !important;
}

.max-width-56 {
  max-width: 56px !important;
}

.min-width-56 {
  min-width: 56px !important;
}

.max-height-56 {
  max-height: 56px !important;
}

.min-height-56 {
  min-height: 56px !important;
}

@media (max-width: 576px) {
  .w-sm-57 {
    width: 57% !important;
  }
  .h-sm-57 {
    height: 57% !important;
  }
  .max-w-sm-57 {
    max-width: 57% !important;
  }
  .min-w-sm-57 {
    min-width: 57% !important;
  }
  .max-h-sm-57 {
    max-height: 57% !important;
  }
  .min-h-sm-57 {
    min-height: 57% !important;
  }
  .min-sm-vw-57 {
    min-width: 57vw !important;
  }
  .min-sm-vh-57 {
    min-height: 57vh !important;
  }
  .vw-sm-57 {
    width: 57vw !important;
  }
  .vh-sm-57 {
    height: 57vh !important;
  }
  .width-sm-57 {
    width: 57px !important;
  }
  .height-sm-57 {
    height: 57px !important;
  }
  .max-width-sm-57 {
    max-width: 57px !important;
  }
  .min-width-sm-57 {
    min-width: 57px !important;
  }
  .max-height-sm-57 {
    max-height: 57px !important;
  }
  .min-height-sm-57 {
    min-height: 57px !important;
  }
}
@media (max-width: 768px) {
  .w-md-57 {
    width: 57% !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
  .max-w-md-57 {
    max-width: 57% !important;
  }
  .min-w-md-57 {
    min-width: 57% !important;
  }
  .max-h-md-57 {
    max-height: 57% !important;
  }
  .min-h-md-57 {
    min-height: 57% !important;
  }
  .min-md-vw-57 {
    min-width: 57vw !important;
  }
  .min-md-vh-57 {
    min-height: 57vh !important;
  }
  .vw-md-57 {
    width: 57vw !important;
  }
  .vh-md-57 {
    height: 57vh !important;
  }
  .width-md-57 {
    width: 57px !important;
  }
  .height-md-57 {
    height: 57px !important;
  }
  .max-width-md-57 {
    max-width: 57px !important;
  }
  .min-width-md-57 {
    min-width: 57px !important;
  }
  .max-height-md-57 {
    max-height: 57px !important;
  }
  .min-height-md-57 {
    min-height: 57px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-57 {
    width: 57% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
  .max-w-lg-57 {
    max-width: 57% !important;
  }
  .min-w-lg-57 {
    min-width: 57% !important;
  }
  .max-h-lg-57 {
    max-height: 57% !important;
  }
  .min-h-lg-57 {
    min-height: 57% !important;
  }
  .min-lg-vw-57 {
    min-width: 57vw !important;
  }
  .min-lg-vh-57 {
    min-height: 57vh !important;
  }
  .vw-lg-57 {
    width: 57vw !important;
  }
  .vh-lg-57 {
    height: 57vh !important;
  }
  .width-lg-57 {
    width: 57px !important;
  }
  .height-lg-57 {
    height: 57px !important;
  }
  .max-width-lg-57 {
    max-width: 57px !important;
  }
  .min-width-lg-57 {
    min-width: 57px !important;
  }
  .max-height-lg-57 {
    max-height: 57px !important;
  }
  .min-height-lg-57 {
    min-height: 57px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-57 {
    width: 57% !important;
  }
  .h-xl-57 {
    height: 57% !important;
  }
  .max-w-xl-57 {
    max-width: 57% !important;
  }
  .min-w-xl-57 {
    min-width: 57% !important;
  }
  .max-h-xl-57 {
    max-height: 57% !important;
  }
  .min-h-xl-57 {
    min-height: 57% !important;
  }
  .min-xl-vw-57 {
    min-width: 57vw !important;
  }
  .min-xl-vh-57 {
    min-height: 57vh !important;
  }
  .vw-xl-57 {
    width: 57vw !important;
  }
  .vh-xl-57 {
    height: 57vh !important;
  }
  .width-xl-57 {
    width: 57px !important;
  }
  .height-xl-57 {
    height: 57px !important;
  }
  .max-width-xl-57 {
    max-width: 57px !important;
  }
  .min-width-xl-57 {
    min-width: 57px !important;
  }
  .max-height-xl-57 {
    max-height: 57px !important;
  }
  .min-height-xl-57 {
    min-height: 57px !important;
  }
}
.w-57 {
  width: 57% !important;
}

.h-57 {
  height: 57% !important;
}

.max-w-57 {
  max-width: 57% !important;
}

.min-w-57 {
  min-width: 57% !important;
}

.max-h-57 {
  max-height: 57% !important;
}

.min-h-57 {
  min-height: 57% !important;
}

.min-vw-57 {
  min-width: 57vw !important;
}

.min-vh-57 {
  min-height: 57vh !important;
}

.vw-57 {
  width: 57vw !important;
}

.vh-57 {
  height: 57vh !important;
}

.width-57 {
  width: 57px !important;
}

.height-57 {
  height: 57px !important;
}

.max-width-57 {
  max-width: 57px !important;
}

.min-width-57 {
  min-width: 57px !important;
}

.max-height-57 {
  max-height: 57px !important;
}

.min-height-57 {
  min-height: 57px !important;
}

@media (max-width: 576px) {
  .w-sm-58 {
    width: 58% !important;
  }
  .h-sm-58 {
    height: 58% !important;
  }
  .max-w-sm-58 {
    max-width: 58% !important;
  }
  .min-w-sm-58 {
    min-width: 58% !important;
  }
  .max-h-sm-58 {
    max-height: 58% !important;
  }
  .min-h-sm-58 {
    min-height: 58% !important;
  }
  .min-sm-vw-58 {
    min-width: 58vw !important;
  }
  .min-sm-vh-58 {
    min-height: 58vh !important;
  }
  .vw-sm-58 {
    width: 58vw !important;
  }
  .vh-sm-58 {
    height: 58vh !important;
  }
  .width-sm-58 {
    width: 58px !important;
  }
  .height-sm-58 {
    height: 58px !important;
  }
  .max-width-sm-58 {
    max-width: 58px !important;
  }
  .min-width-sm-58 {
    min-width: 58px !important;
  }
  .max-height-sm-58 {
    max-height: 58px !important;
  }
  .min-height-sm-58 {
    min-height: 58px !important;
  }
}
@media (max-width: 768px) {
  .w-md-58 {
    width: 58% !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
  .max-w-md-58 {
    max-width: 58% !important;
  }
  .min-w-md-58 {
    min-width: 58% !important;
  }
  .max-h-md-58 {
    max-height: 58% !important;
  }
  .min-h-md-58 {
    min-height: 58% !important;
  }
  .min-md-vw-58 {
    min-width: 58vw !important;
  }
  .min-md-vh-58 {
    min-height: 58vh !important;
  }
  .vw-md-58 {
    width: 58vw !important;
  }
  .vh-md-58 {
    height: 58vh !important;
  }
  .width-md-58 {
    width: 58px !important;
  }
  .height-md-58 {
    height: 58px !important;
  }
  .max-width-md-58 {
    max-width: 58px !important;
  }
  .min-width-md-58 {
    min-width: 58px !important;
  }
  .max-height-md-58 {
    max-height: 58px !important;
  }
  .min-height-md-58 {
    min-height: 58px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-58 {
    width: 58% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
  .max-w-lg-58 {
    max-width: 58% !important;
  }
  .min-w-lg-58 {
    min-width: 58% !important;
  }
  .max-h-lg-58 {
    max-height: 58% !important;
  }
  .min-h-lg-58 {
    min-height: 58% !important;
  }
  .min-lg-vw-58 {
    min-width: 58vw !important;
  }
  .min-lg-vh-58 {
    min-height: 58vh !important;
  }
  .vw-lg-58 {
    width: 58vw !important;
  }
  .vh-lg-58 {
    height: 58vh !important;
  }
  .width-lg-58 {
    width: 58px !important;
  }
  .height-lg-58 {
    height: 58px !important;
  }
  .max-width-lg-58 {
    max-width: 58px !important;
  }
  .min-width-lg-58 {
    min-width: 58px !important;
  }
  .max-height-lg-58 {
    max-height: 58px !important;
  }
  .min-height-lg-58 {
    min-height: 58px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-58 {
    width: 58% !important;
  }
  .h-xl-58 {
    height: 58% !important;
  }
  .max-w-xl-58 {
    max-width: 58% !important;
  }
  .min-w-xl-58 {
    min-width: 58% !important;
  }
  .max-h-xl-58 {
    max-height: 58% !important;
  }
  .min-h-xl-58 {
    min-height: 58% !important;
  }
  .min-xl-vw-58 {
    min-width: 58vw !important;
  }
  .min-xl-vh-58 {
    min-height: 58vh !important;
  }
  .vw-xl-58 {
    width: 58vw !important;
  }
  .vh-xl-58 {
    height: 58vh !important;
  }
  .width-xl-58 {
    width: 58px !important;
  }
  .height-xl-58 {
    height: 58px !important;
  }
  .max-width-xl-58 {
    max-width: 58px !important;
  }
  .min-width-xl-58 {
    min-width: 58px !important;
  }
  .max-height-xl-58 {
    max-height: 58px !important;
  }
  .min-height-xl-58 {
    min-height: 58px !important;
  }
}
.w-58 {
  width: 58% !important;
}

.h-58 {
  height: 58% !important;
}

.max-w-58 {
  max-width: 58% !important;
}

.min-w-58 {
  min-width: 58% !important;
}

.max-h-58 {
  max-height: 58% !important;
}

.min-h-58 {
  min-height: 58% !important;
}

.min-vw-58 {
  min-width: 58vw !important;
}

.min-vh-58 {
  min-height: 58vh !important;
}

.vw-58 {
  width: 58vw !important;
}

.vh-58 {
  height: 58vh !important;
}

.width-58 {
  width: 58px !important;
}

.height-58 {
  height: 58px !important;
}

.max-width-58 {
  max-width: 58px !important;
}

.min-width-58 {
  min-width: 58px !important;
}

.max-height-58 {
  max-height: 58px !important;
}

.min-height-58 {
  min-height: 58px !important;
}

@media (max-width: 576px) {
  .w-sm-59 {
    width: 59% !important;
  }
  .h-sm-59 {
    height: 59% !important;
  }
  .max-w-sm-59 {
    max-width: 59% !important;
  }
  .min-w-sm-59 {
    min-width: 59% !important;
  }
  .max-h-sm-59 {
    max-height: 59% !important;
  }
  .min-h-sm-59 {
    min-height: 59% !important;
  }
  .min-sm-vw-59 {
    min-width: 59vw !important;
  }
  .min-sm-vh-59 {
    min-height: 59vh !important;
  }
  .vw-sm-59 {
    width: 59vw !important;
  }
  .vh-sm-59 {
    height: 59vh !important;
  }
  .width-sm-59 {
    width: 59px !important;
  }
  .height-sm-59 {
    height: 59px !important;
  }
  .max-width-sm-59 {
    max-width: 59px !important;
  }
  .min-width-sm-59 {
    min-width: 59px !important;
  }
  .max-height-sm-59 {
    max-height: 59px !important;
  }
  .min-height-sm-59 {
    min-height: 59px !important;
  }
}
@media (max-width: 768px) {
  .w-md-59 {
    width: 59% !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
  .max-w-md-59 {
    max-width: 59% !important;
  }
  .min-w-md-59 {
    min-width: 59% !important;
  }
  .max-h-md-59 {
    max-height: 59% !important;
  }
  .min-h-md-59 {
    min-height: 59% !important;
  }
  .min-md-vw-59 {
    min-width: 59vw !important;
  }
  .min-md-vh-59 {
    min-height: 59vh !important;
  }
  .vw-md-59 {
    width: 59vw !important;
  }
  .vh-md-59 {
    height: 59vh !important;
  }
  .width-md-59 {
    width: 59px !important;
  }
  .height-md-59 {
    height: 59px !important;
  }
  .max-width-md-59 {
    max-width: 59px !important;
  }
  .min-width-md-59 {
    min-width: 59px !important;
  }
  .max-height-md-59 {
    max-height: 59px !important;
  }
  .min-height-md-59 {
    min-height: 59px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-59 {
    width: 59% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
  .max-w-lg-59 {
    max-width: 59% !important;
  }
  .min-w-lg-59 {
    min-width: 59% !important;
  }
  .max-h-lg-59 {
    max-height: 59% !important;
  }
  .min-h-lg-59 {
    min-height: 59% !important;
  }
  .min-lg-vw-59 {
    min-width: 59vw !important;
  }
  .min-lg-vh-59 {
    min-height: 59vh !important;
  }
  .vw-lg-59 {
    width: 59vw !important;
  }
  .vh-lg-59 {
    height: 59vh !important;
  }
  .width-lg-59 {
    width: 59px !important;
  }
  .height-lg-59 {
    height: 59px !important;
  }
  .max-width-lg-59 {
    max-width: 59px !important;
  }
  .min-width-lg-59 {
    min-width: 59px !important;
  }
  .max-height-lg-59 {
    max-height: 59px !important;
  }
  .min-height-lg-59 {
    min-height: 59px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-59 {
    width: 59% !important;
  }
  .h-xl-59 {
    height: 59% !important;
  }
  .max-w-xl-59 {
    max-width: 59% !important;
  }
  .min-w-xl-59 {
    min-width: 59% !important;
  }
  .max-h-xl-59 {
    max-height: 59% !important;
  }
  .min-h-xl-59 {
    min-height: 59% !important;
  }
  .min-xl-vw-59 {
    min-width: 59vw !important;
  }
  .min-xl-vh-59 {
    min-height: 59vh !important;
  }
  .vw-xl-59 {
    width: 59vw !important;
  }
  .vh-xl-59 {
    height: 59vh !important;
  }
  .width-xl-59 {
    width: 59px !important;
  }
  .height-xl-59 {
    height: 59px !important;
  }
  .max-width-xl-59 {
    max-width: 59px !important;
  }
  .min-width-xl-59 {
    min-width: 59px !important;
  }
  .max-height-xl-59 {
    max-height: 59px !important;
  }
  .min-height-xl-59 {
    min-height: 59px !important;
  }
}
.w-59 {
  width: 59% !important;
}

.h-59 {
  height: 59% !important;
}

.max-w-59 {
  max-width: 59% !important;
}

.min-w-59 {
  min-width: 59% !important;
}

.max-h-59 {
  max-height: 59% !important;
}

.min-h-59 {
  min-height: 59% !important;
}

.min-vw-59 {
  min-width: 59vw !important;
}

.min-vh-59 {
  min-height: 59vh !important;
}

.vw-59 {
  width: 59vw !important;
}

.vh-59 {
  height: 59vh !important;
}

.width-59 {
  width: 59px !important;
}

.height-59 {
  height: 59px !important;
}

.max-width-59 {
  max-width: 59px !important;
}

.min-width-59 {
  min-width: 59px !important;
}

.max-height-59 {
  max-height: 59px !important;
}

.min-height-59 {
  min-height: 59px !important;
}

@media (max-width: 576px) {
  .w-sm-60 {
    width: 60% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .max-w-sm-60 {
    max-width: 60% !important;
  }
  .min-w-sm-60 {
    min-width: 60% !important;
  }
  .max-h-sm-60 {
    max-height: 60% !important;
  }
  .min-h-sm-60 {
    min-height: 60% !important;
  }
  .min-sm-vw-60 {
    min-width: 60vw !important;
  }
  .min-sm-vh-60 {
    min-height: 60vh !important;
  }
  .vw-sm-60 {
    width: 60vw !important;
  }
  .vh-sm-60 {
    height: 60vh !important;
  }
  .width-sm-60 {
    width: 60px !important;
  }
  .height-sm-60 {
    height: 60px !important;
  }
  .max-width-sm-60 {
    max-width: 60px !important;
  }
  .min-width-sm-60 {
    min-width: 60px !important;
  }
  .max-height-sm-60 {
    max-height: 60px !important;
  }
  .min-height-sm-60 {
    min-height: 60px !important;
  }
}
@media (max-width: 768px) {
  .w-md-60 {
    width: 60% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .max-w-md-60 {
    max-width: 60% !important;
  }
  .min-w-md-60 {
    min-width: 60% !important;
  }
  .max-h-md-60 {
    max-height: 60% !important;
  }
  .min-h-md-60 {
    min-height: 60% !important;
  }
  .min-md-vw-60 {
    min-width: 60vw !important;
  }
  .min-md-vh-60 {
    min-height: 60vh !important;
  }
  .vw-md-60 {
    width: 60vw !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .width-md-60 {
    width: 60px !important;
  }
  .height-md-60 {
    height: 60px !important;
  }
  .max-width-md-60 {
    max-width: 60px !important;
  }
  .min-width-md-60 {
    min-width: 60px !important;
  }
  .max-height-md-60 {
    max-height: 60px !important;
  }
  .min-height-md-60 {
    min-height: 60px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-60 {
    width: 60% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .max-w-lg-60 {
    max-width: 60% !important;
  }
  .min-w-lg-60 {
    min-width: 60% !important;
  }
  .max-h-lg-60 {
    max-height: 60% !important;
  }
  .min-h-lg-60 {
    min-height: 60% !important;
  }
  .min-lg-vw-60 {
    min-width: 60vw !important;
  }
  .min-lg-vh-60 {
    min-height: 60vh !important;
  }
  .vw-lg-60 {
    width: 60vw !important;
  }
  .vh-lg-60 {
    height: 60vh !important;
  }
  .width-lg-60 {
    width: 60px !important;
  }
  .height-lg-60 {
    height: 60px !important;
  }
  .max-width-lg-60 {
    max-width: 60px !important;
  }
  .min-width-lg-60 {
    min-width: 60px !important;
  }
  .max-height-lg-60 {
    max-height: 60px !important;
  }
  .min-height-lg-60 {
    min-height: 60px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-60 {
    width: 60% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .max-w-xl-60 {
    max-width: 60% !important;
  }
  .min-w-xl-60 {
    min-width: 60% !important;
  }
  .max-h-xl-60 {
    max-height: 60% !important;
  }
  .min-h-xl-60 {
    min-height: 60% !important;
  }
  .min-xl-vw-60 {
    min-width: 60vw !important;
  }
  .min-xl-vh-60 {
    min-height: 60vh !important;
  }
  .vw-xl-60 {
    width: 60vw !important;
  }
  .vh-xl-60 {
    height: 60vh !important;
  }
  .width-xl-60 {
    width: 60px !important;
  }
  .height-xl-60 {
    height: 60px !important;
  }
  .max-width-xl-60 {
    max-width: 60px !important;
  }
  .min-width-xl-60 {
    min-width: 60px !important;
  }
  .max-height-xl-60 {
    max-height: 60px !important;
  }
  .min-height-xl-60 {
    min-height: 60px !important;
  }
}
.w-60 {
  width: 60% !important;
}

.h-60 {
  height: 60% !important;
}

.max-w-60 {
  max-width: 60% !important;
}

.min-w-60 {
  min-width: 60% !important;
}

.max-h-60 {
  max-height: 60% !important;
}

.min-h-60 {
  min-height: 60% !important;
}

.min-vw-60 {
  min-width: 60vw !important;
}

.min-vh-60 {
  min-height: 60vh !important;
}

.vw-60 {
  width: 60vw !important;
}

.vh-60 {
  height: 60vh !important;
}

.width-60 {
  width: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.min-width-60 {
  min-width: 60px !important;
}

.max-height-60 {
  max-height: 60px !important;
}

.min-height-60 {
  min-height: 60px !important;
}

@media (max-width: 576px) {
  .w-sm-61 {
    width: 61% !important;
  }
  .h-sm-61 {
    height: 61% !important;
  }
  .max-w-sm-61 {
    max-width: 61% !important;
  }
  .min-w-sm-61 {
    min-width: 61% !important;
  }
  .max-h-sm-61 {
    max-height: 61% !important;
  }
  .min-h-sm-61 {
    min-height: 61% !important;
  }
  .min-sm-vw-61 {
    min-width: 61vw !important;
  }
  .min-sm-vh-61 {
    min-height: 61vh !important;
  }
  .vw-sm-61 {
    width: 61vw !important;
  }
  .vh-sm-61 {
    height: 61vh !important;
  }
  .width-sm-61 {
    width: 61px !important;
  }
  .height-sm-61 {
    height: 61px !important;
  }
  .max-width-sm-61 {
    max-width: 61px !important;
  }
  .min-width-sm-61 {
    min-width: 61px !important;
  }
  .max-height-sm-61 {
    max-height: 61px !important;
  }
  .min-height-sm-61 {
    min-height: 61px !important;
  }
}
@media (max-width: 768px) {
  .w-md-61 {
    width: 61% !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
  .max-w-md-61 {
    max-width: 61% !important;
  }
  .min-w-md-61 {
    min-width: 61% !important;
  }
  .max-h-md-61 {
    max-height: 61% !important;
  }
  .min-h-md-61 {
    min-height: 61% !important;
  }
  .min-md-vw-61 {
    min-width: 61vw !important;
  }
  .min-md-vh-61 {
    min-height: 61vh !important;
  }
  .vw-md-61 {
    width: 61vw !important;
  }
  .vh-md-61 {
    height: 61vh !important;
  }
  .width-md-61 {
    width: 61px !important;
  }
  .height-md-61 {
    height: 61px !important;
  }
  .max-width-md-61 {
    max-width: 61px !important;
  }
  .min-width-md-61 {
    min-width: 61px !important;
  }
  .max-height-md-61 {
    max-height: 61px !important;
  }
  .min-height-md-61 {
    min-height: 61px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-61 {
    width: 61% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
  .max-w-lg-61 {
    max-width: 61% !important;
  }
  .min-w-lg-61 {
    min-width: 61% !important;
  }
  .max-h-lg-61 {
    max-height: 61% !important;
  }
  .min-h-lg-61 {
    min-height: 61% !important;
  }
  .min-lg-vw-61 {
    min-width: 61vw !important;
  }
  .min-lg-vh-61 {
    min-height: 61vh !important;
  }
  .vw-lg-61 {
    width: 61vw !important;
  }
  .vh-lg-61 {
    height: 61vh !important;
  }
  .width-lg-61 {
    width: 61px !important;
  }
  .height-lg-61 {
    height: 61px !important;
  }
  .max-width-lg-61 {
    max-width: 61px !important;
  }
  .min-width-lg-61 {
    min-width: 61px !important;
  }
  .max-height-lg-61 {
    max-height: 61px !important;
  }
  .min-height-lg-61 {
    min-height: 61px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-61 {
    width: 61% !important;
  }
  .h-xl-61 {
    height: 61% !important;
  }
  .max-w-xl-61 {
    max-width: 61% !important;
  }
  .min-w-xl-61 {
    min-width: 61% !important;
  }
  .max-h-xl-61 {
    max-height: 61% !important;
  }
  .min-h-xl-61 {
    min-height: 61% !important;
  }
  .min-xl-vw-61 {
    min-width: 61vw !important;
  }
  .min-xl-vh-61 {
    min-height: 61vh !important;
  }
  .vw-xl-61 {
    width: 61vw !important;
  }
  .vh-xl-61 {
    height: 61vh !important;
  }
  .width-xl-61 {
    width: 61px !important;
  }
  .height-xl-61 {
    height: 61px !important;
  }
  .max-width-xl-61 {
    max-width: 61px !important;
  }
  .min-width-xl-61 {
    min-width: 61px !important;
  }
  .max-height-xl-61 {
    max-height: 61px !important;
  }
  .min-height-xl-61 {
    min-height: 61px !important;
  }
}
.w-61 {
  width: 61% !important;
}

.h-61 {
  height: 61% !important;
}

.max-w-61 {
  max-width: 61% !important;
}

.min-w-61 {
  min-width: 61% !important;
}

.max-h-61 {
  max-height: 61% !important;
}

.min-h-61 {
  min-height: 61% !important;
}

.min-vw-61 {
  min-width: 61vw !important;
}

.min-vh-61 {
  min-height: 61vh !important;
}

.vw-61 {
  width: 61vw !important;
}

.vh-61 {
  height: 61vh !important;
}

.width-61 {
  width: 61px !important;
}

.height-61 {
  height: 61px !important;
}

.max-width-61 {
  max-width: 61px !important;
}

.min-width-61 {
  min-width: 61px !important;
}

.max-height-61 {
  max-height: 61px !important;
}

.min-height-61 {
  min-height: 61px !important;
}

@media (max-width: 576px) {
  .w-sm-62 {
    width: 62% !important;
  }
  .h-sm-62 {
    height: 62% !important;
  }
  .max-w-sm-62 {
    max-width: 62% !important;
  }
  .min-w-sm-62 {
    min-width: 62% !important;
  }
  .max-h-sm-62 {
    max-height: 62% !important;
  }
  .min-h-sm-62 {
    min-height: 62% !important;
  }
  .min-sm-vw-62 {
    min-width: 62vw !important;
  }
  .min-sm-vh-62 {
    min-height: 62vh !important;
  }
  .vw-sm-62 {
    width: 62vw !important;
  }
  .vh-sm-62 {
    height: 62vh !important;
  }
  .width-sm-62 {
    width: 62px !important;
  }
  .height-sm-62 {
    height: 62px !important;
  }
  .max-width-sm-62 {
    max-width: 62px !important;
  }
  .min-width-sm-62 {
    min-width: 62px !important;
  }
  .max-height-sm-62 {
    max-height: 62px !important;
  }
  .min-height-sm-62 {
    min-height: 62px !important;
  }
}
@media (max-width: 768px) {
  .w-md-62 {
    width: 62% !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
  .max-w-md-62 {
    max-width: 62% !important;
  }
  .min-w-md-62 {
    min-width: 62% !important;
  }
  .max-h-md-62 {
    max-height: 62% !important;
  }
  .min-h-md-62 {
    min-height: 62% !important;
  }
  .min-md-vw-62 {
    min-width: 62vw !important;
  }
  .min-md-vh-62 {
    min-height: 62vh !important;
  }
  .vw-md-62 {
    width: 62vw !important;
  }
  .vh-md-62 {
    height: 62vh !important;
  }
  .width-md-62 {
    width: 62px !important;
  }
  .height-md-62 {
    height: 62px !important;
  }
  .max-width-md-62 {
    max-width: 62px !important;
  }
  .min-width-md-62 {
    min-width: 62px !important;
  }
  .max-height-md-62 {
    max-height: 62px !important;
  }
  .min-height-md-62 {
    min-height: 62px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-62 {
    width: 62% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
  .max-w-lg-62 {
    max-width: 62% !important;
  }
  .min-w-lg-62 {
    min-width: 62% !important;
  }
  .max-h-lg-62 {
    max-height: 62% !important;
  }
  .min-h-lg-62 {
    min-height: 62% !important;
  }
  .min-lg-vw-62 {
    min-width: 62vw !important;
  }
  .min-lg-vh-62 {
    min-height: 62vh !important;
  }
  .vw-lg-62 {
    width: 62vw !important;
  }
  .vh-lg-62 {
    height: 62vh !important;
  }
  .width-lg-62 {
    width: 62px !important;
  }
  .height-lg-62 {
    height: 62px !important;
  }
  .max-width-lg-62 {
    max-width: 62px !important;
  }
  .min-width-lg-62 {
    min-width: 62px !important;
  }
  .max-height-lg-62 {
    max-height: 62px !important;
  }
  .min-height-lg-62 {
    min-height: 62px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-62 {
    width: 62% !important;
  }
  .h-xl-62 {
    height: 62% !important;
  }
  .max-w-xl-62 {
    max-width: 62% !important;
  }
  .min-w-xl-62 {
    min-width: 62% !important;
  }
  .max-h-xl-62 {
    max-height: 62% !important;
  }
  .min-h-xl-62 {
    min-height: 62% !important;
  }
  .min-xl-vw-62 {
    min-width: 62vw !important;
  }
  .min-xl-vh-62 {
    min-height: 62vh !important;
  }
  .vw-xl-62 {
    width: 62vw !important;
  }
  .vh-xl-62 {
    height: 62vh !important;
  }
  .width-xl-62 {
    width: 62px !important;
  }
  .height-xl-62 {
    height: 62px !important;
  }
  .max-width-xl-62 {
    max-width: 62px !important;
  }
  .min-width-xl-62 {
    min-width: 62px !important;
  }
  .max-height-xl-62 {
    max-height: 62px !important;
  }
  .min-height-xl-62 {
    min-height: 62px !important;
  }
}
.w-62 {
  width: 62% !important;
}

.h-62 {
  height: 62% !important;
}

.max-w-62 {
  max-width: 62% !important;
}

.min-w-62 {
  min-width: 62% !important;
}

.max-h-62 {
  max-height: 62% !important;
}

.min-h-62 {
  min-height: 62% !important;
}

.min-vw-62 {
  min-width: 62vw !important;
}

.min-vh-62 {
  min-height: 62vh !important;
}

.vw-62 {
  width: 62vw !important;
}

.vh-62 {
  height: 62vh !important;
}

.width-62 {
  width: 62px !important;
}

.height-62 {
  height: 62px !important;
}

.max-width-62 {
  max-width: 62px !important;
}

.min-width-62 {
  min-width: 62px !important;
}

.max-height-62 {
  max-height: 62px !important;
}

.min-height-62 {
  min-height: 62px !important;
}

@media (max-width: 576px) {
  .w-sm-63 {
    width: 63% !important;
  }
  .h-sm-63 {
    height: 63% !important;
  }
  .max-w-sm-63 {
    max-width: 63% !important;
  }
  .min-w-sm-63 {
    min-width: 63% !important;
  }
  .max-h-sm-63 {
    max-height: 63% !important;
  }
  .min-h-sm-63 {
    min-height: 63% !important;
  }
  .min-sm-vw-63 {
    min-width: 63vw !important;
  }
  .min-sm-vh-63 {
    min-height: 63vh !important;
  }
  .vw-sm-63 {
    width: 63vw !important;
  }
  .vh-sm-63 {
    height: 63vh !important;
  }
  .width-sm-63 {
    width: 63px !important;
  }
  .height-sm-63 {
    height: 63px !important;
  }
  .max-width-sm-63 {
    max-width: 63px !important;
  }
  .min-width-sm-63 {
    min-width: 63px !important;
  }
  .max-height-sm-63 {
    max-height: 63px !important;
  }
  .min-height-sm-63 {
    min-height: 63px !important;
  }
}
@media (max-width: 768px) {
  .w-md-63 {
    width: 63% !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
  .max-w-md-63 {
    max-width: 63% !important;
  }
  .min-w-md-63 {
    min-width: 63% !important;
  }
  .max-h-md-63 {
    max-height: 63% !important;
  }
  .min-h-md-63 {
    min-height: 63% !important;
  }
  .min-md-vw-63 {
    min-width: 63vw !important;
  }
  .min-md-vh-63 {
    min-height: 63vh !important;
  }
  .vw-md-63 {
    width: 63vw !important;
  }
  .vh-md-63 {
    height: 63vh !important;
  }
  .width-md-63 {
    width: 63px !important;
  }
  .height-md-63 {
    height: 63px !important;
  }
  .max-width-md-63 {
    max-width: 63px !important;
  }
  .min-width-md-63 {
    min-width: 63px !important;
  }
  .max-height-md-63 {
    max-height: 63px !important;
  }
  .min-height-md-63 {
    min-height: 63px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-63 {
    width: 63% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
  .max-w-lg-63 {
    max-width: 63% !important;
  }
  .min-w-lg-63 {
    min-width: 63% !important;
  }
  .max-h-lg-63 {
    max-height: 63% !important;
  }
  .min-h-lg-63 {
    min-height: 63% !important;
  }
  .min-lg-vw-63 {
    min-width: 63vw !important;
  }
  .min-lg-vh-63 {
    min-height: 63vh !important;
  }
  .vw-lg-63 {
    width: 63vw !important;
  }
  .vh-lg-63 {
    height: 63vh !important;
  }
  .width-lg-63 {
    width: 63px !important;
  }
  .height-lg-63 {
    height: 63px !important;
  }
  .max-width-lg-63 {
    max-width: 63px !important;
  }
  .min-width-lg-63 {
    min-width: 63px !important;
  }
  .max-height-lg-63 {
    max-height: 63px !important;
  }
  .min-height-lg-63 {
    min-height: 63px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-63 {
    width: 63% !important;
  }
  .h-xl-63 {
    height: 63% !important;
  }
  .max-w-xl-63 {
    max-width: 63% !important;
  }
  .min-w-xl-63 {
    min-width: 63% !important;
  }
  .max-h-xl-63 {
    max-height: 63% !important;
  }
  .min-h-xl-63 {
    min-height: 63% !important;
  }
  .min-xl-vw-63 {
    min-width: 63vw !important;
  }
  .min-xl-vh-63 {
    min-height: 63vh !important;
  }
  .vw-xl-63 {
    width: 63vw !important;
  }
  .vh-xl-63 {
    height: 63vh !important;
  }
  .width-xl-63 {
    width: 63px !important;
  }
  .height-xl-63 {
    height: 63px !important;
  }
  .max-width-xl-63 {
    max-width: 63px !important;
  }
  .min-width-xl-63 {
    min-width: 63px !important;
  }
  .max-height-xl-63 {
    max-height: 63px !important;
  }
  .min-height-xl-63 {
    min-height: 63px !important;
  }
}
.w-63 {
  width: 63% !important;
}

.h-63 {
  height: 63% !important;
}

.max-w-63 {
  max-width: 63% !important;
}

.min-w-63 {
  min-width: 63% !important;
}

.max-h-63 {
  max-height: 63% !important;
}

.min-h-63 {
  min-height: 63% !important;
}

.min-vw-63 {
  min-width: 63vw !important;
}

.min-vh-63 {
  min-height: 63vh !important;
}

.vw-63 {
  width: 63vw !important;
}

.vh-63 {
  height: 63vh !important;
}

.width-63 {
  width: 63px !important;
}

.height-63 {
  height: 63px !important;
}

.max-width-63 {
  max-width: 63px !important;
}

.min-width-63 {
  min-width: 63px !important;
}

.max-height-63 {
  max-height: 63px !important;
}

.min-height-63 {
  min-height: 63px !important;
}

@media (max-width: 576px) {
  .w-sm-64 {
    width: 64% !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
  .max-w-sm-64 {
    max-width: 64% !important;
  }
  .min-w-sm-64 {
    min-width: 64% !important;
  }
  .max-h-sm-64 {
    max-height: 64% !important;
  }
  .min-h-sm-64 {
    min-height: 64% !important;
  }
  .min-sm-vw-64 {
    min-width: 64vw !important;
  }
  .min-sm-vh-64 {
    min-height: 64vh !important;
  }
  .vw-sm-64 {
    width: 64vw !important;
  }
  .vh-sm-64 {
    height: 64vh !important;
  }
  .width-sm-64 {
    width: 64px !important;
  }
  .height-sm-64 {
    height: 64px !important;
  }
  .max-width-sm-64 {
    max-width: 64px !important;
  }
  .min-width-sm-64 {
    min-width: 64px !important;
  }
  .max-height-sm-64 {
    max-height: 64px !important;
  }
  .min-height-sm-64 {
    min-height: 64px !important;
  }
}
@media (max-width: 768px) {
  .w-md-64 {
    width: 64% !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .max-w-md-64 {
    max-width: 64% !important;
  }
  .min-w-md-64 {
    min-width: 64% !important;
  }
  .max-h-md-64 {
    max-height: 64% !important;
  }
  .min-h-md-64 {
    min-height: 64% !important;
  }
  .min-md-vw-64 {
    min-width: 64vw !important;
  }
  .min-md-vh-64 {
    min-height: 64vh !important;
  }
  .vw-md-64 {
    width: 64vw !important;
  }
  .vh-md-64 {
    height: 64vh !important;
  }
  .width-md-64 {
    width: 64px !important;
  }
  .height-md-64 {
    height: 64px !important;
  }
  .max-width-md-64 {
    max-width: 64px !important;
  }
  .min-width-md-64 {
    min-width: 64px !important;
  }
  .max-height-md-64 {
    max-height: 64px !important;
  }
  .min-height-md-64 {
    min-height: 64px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-64 {
    width: 64% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .max-w-lg-64 {
    max-width: 64% !important;
  }
  .min-w-lg-64 {
    min-width: 64% !important;
  }
  .max-h-lg-64 {
    max-height: 64% !important;
  }
  .min-h-lg-64 {
    min-height: 64% !important;
  }
  .min-lg-vw-64 {
    min-width: 64vw !important;
  }
  .min-lg-vh-64 {
    min-height: 64vh !important;
  }
  .vw-lg-64 {
    width: 64vw !important;
  }
  .vh-lg-64 {
    height: 64vh !important;
  }
  .width-lg-64 {
    width: 64px !important;
  }
  .height-lg-64 {
    height: 64px !important;
  }
  .max-width-lg-64 {
    max-width: 64px !important;
  }
  .min-width-lg-64 {
    min-width: 64px !important;
  }
  .max-height-lg-64 {
    max-height: 64px !important;
  }
  .min-height-lg-64 {
    min-height: 64px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-64 {
    width: 64% !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
  .max-w-xl-64 {
    max-width: 64% !important;
  }
  .min-w-xl-64 {
    min-width: 64% !important;
  }
  .max-h-xl-64 {
    max-height: 64% !important;
  }
  .min-h-xl-64 {
    min-height: 64% !important;
  }
  .min-xl-vw-64 {
    min-width: 64vw !important;
  }
  .min-xl-vh-64 {
    min-height: 64vh !important;
  }
  .vw-xl-64 {
    width: 64vw !important;
  }
  .vh-xl-64 {
    height: 64vh !important;
  }
  .width-xl-64 {
    width: 64px !important;
  }
  .height-xl-64 {
    height: 64px !important;
  }
  .max-width-xl-64 {
    max-width: 64px !important;
  }
  .min-width-xl-64 {
    min-width: 64px !important;
  }
  .max-height-xl-64 {
    max-height: 64px !important;
  }
  .min-height-xl-64 {
    min-height: 64px !important;
  }
}
.w-64 {
  width: 64% !important;
}

.h-64 {
  height: 64% !important;
}

.max-w-64 {
  max-width: 64% !important;
}

.min-w-64 {
  min-width: 64% !important;
}

.max-h-64 {
  max-height: 64% !important;
}

.min-h-64 {
  min-height: 64% !important;
}

.min-vw-64 {
  min-width: 64vw !important;
}

.min-vh-64 {
  min-height: 64vh !important;
}

.vw-64 {
  width: 64vw !important;
}

.vh-64 {
  height: 64vh !important;
}

.width-64 {
  width: 64px !important;
}

.height-64 {
  height: 64px !important;
}

.max-width-64 {
  max-width: 64px !important;
}

.min-width-64 {
  min-width: 64px !important;
}

.max-height-64 {
  max-height: 64px !important;
}

.min-height-64 {
  min-height: 64px !important;
}

@media (max-width: 576px) {
  .w-sm-65 {
    width: 65% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .max-w-sm-65 {
    max-width: 65% !important;
  }
  .min-w-sm-65 {
    min-width: 65% !important;
  }
  .max-h-sm-65 {
    max-height: 65% !important;
  }
  .min-h-sm-65 {
    min-height: 65% !important;
  }
  .min-sm-vw-65 {
    min-width: 65vw !important;
  }
  .min-sm-vh-65 {
    min-height: 65vh !important;
  }
  .vw-sm-65 {
    width: 65vw !important;
  }
  .vh-sm-65 {
    height: 65vh !important;
  }
  .width-sm-65 {
    width: 65px !important;
  }
  .height-sm-65 {
    height: 65px !important;
  }
  .max-width-sm-65 {
    max-width: 65px !important;
  }
  .min-width-sm-65 {
    min-width: 65px !important;
  }
  .max-height-sm-65 {
    max-height: 65px !important;
  }
  .min-height-sm-65 {
    min-height: 65px !important;
  }
}
@media (max-width: 768px) {
  .w-md-65 {
    width: 65% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .max-w-md-65 {
    max-width: 65% !important;
  }
  .min-w-md-65 {
    min-width: 65% !important;
  }
  .max-h-md-65 {
    max-height: 65% !important;
  }
  .min-h-md-65 {
    min-height: 65% !important;
  }
  .min-md-vw-65 {
    min-width: 65vw !important;
  }
  .min-md-vh-65 {
    min-height: 65vh !important;
  }
  .vw-md-65 {
    width: 65vw !important;
  }
  .vh-md-65 {
    height: 65vh !important;
  }
  .width-md-65 {
    width: 65px !important;
  }
  .height-md-65 {
    height: 65px !important;
  }
  .max-width-md-65 {
    max-width: 65px !important;
  }
  .min-width-md-65 {
    min-width: 65px !important;
  }
  .max-height-md-65 {
    max-height: 65px !important;
  }
  .min-height-md-65 {
    min-height: 65px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-65 {
    width: 65% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .max-w-lg-65 {
    max-width: 65% !important;
  }
  .min-w-lg-65 {
    min-width: 65% !important;
  }
  .max-h-lg-65 {
    max-height: 65% !important;
  }
  .min-h-lg-65 {
    min-height: 65% !important;
  }
  .min-lg-vw-65 {
    min-width: 65vw !important;
  }
  .min-lg-vh-65 {
    min-height: 65vh !important;
  }
  .vw-lg-65 {
    width: 65vw !important;
  }
  .vh-lg-65 {
    height: 65vh !important;
  }
  .width-lg-65 {
    width: 65px !important;
  }
  .height-lg-65 {
    height: 65px !important;
  }
  .max-width-lg-65 {
    max-width: 65px !important;
  }
  .min-width-lg-65 {
    min-width: 65px !important;
  }
  .max-height-lg-65 {
    max-height: 65px !important;
  }
  .min-height-lg-65 {
    min-height: 65px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-65 {
    width: 65% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .max-w-xl-65 {
    max-width: 65% !important;
  }
  .min-w-xl-65 {
    min-width: 65% !important;
  }
  .max-h-xl-65 {
    max-height: 65% !important;
  }
  .min-h-xl-65 {
    min-height: 65% !important;
  }
  .min-xl-vw-65 {
    min-width: 65vw !important;
  }
  .min-xl-vh-65 {
    min-height: 65vh !important;
  }
  .vw-xl-65 {
    width: 65vw !important;
  }
  .vh-xl-65 {
    height: 65vh !important;
  }
  .width-xl-65 {
    width: 65px !important;
  }
  .height-xl-65 {
    height: 65px !important;
  }
  .max-width-xl-65 {
    max-width: 65px !important;
  }
  .min-width-xl-65 {
    min-width: 65px !important;
  }
  .max-height-xl-65 {
    max-height: 65px !important;
  }
  .min-height-xl-65 {
    min-height: 65px !important;
  }
}
.w-65 {
  width: 65% !important;
}

.h-65 {
  height: 65% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

.min-w-65 {
  min-width: 65% !important;
}

.max-h-65 {
  max-height: 65% !important;
}

.min-h-65 {
  min-height: 65% !important;
}

.min-vw-65 {
  min-width: 65vw !important;
}

.min-vh-65 {
  min-height: 65vh !important;
}

.vw-65 {
  width: 65vw !important;
}

.vh-65 {
  height: 65vh !important;
}

.width-65 {
  width: 65px !important;
}

.height-65 {
  height: 65px !important;
}

.max-width-65 {
  max-width: 65px !important;
}

.min-width-65 {
  min-width: 65px !important;
}

.max-height-65 {
  max-height: 65px !important;
}

.min-height-65 {
  min-height: 65px !important;
}

@media (max-width: 576px) {
  .w-sm-66 {
    width: 66% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
  .max-w-sm-66 {
    max-width: 66% !important;
  }
  .min-w-sm-66 {
    min-width: 66% !important;
  }
  .max-h-sm-66 {
    max-height: 66% !important;
  }
  .min-h-sm-66 {
    min-height: 66% !important;
  }
  .min-sm-vw-66 {
    min-width: 66vw !important;
  }
  .min-sm-vh-66 {
    min-height: 66vh !important;
  }
  .vw-sm-66 {
    width: 66vw !important;
  }
  .vh-sm-66 {
    height: 66vh !important;
  }
  .width-sm-66 {
    width: 66px !important;
  }
  .height-sm-66 {
    height: 66px !important;
  }
  .max-width-sm-66 {
    max-width: 66px !important;
  }
  .min-width-sm-66 {
    min-width: 66px !important;
  }
  .max-height-sm-66 {
    max-height: 66px !important;
  }
  .min-height-sm-66 {
    min-height: 66px !important;
  }
}
@media (max-width: 768px) {
  .w-md-66 {
    width: 66% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .max-w-md-66 {
    max-width: 66% !important;
  }
  .min-w-md-66 {
    min-width: 66% !important;
  }
  .max-h-md-66 {
    max-height: 66% !important;
  }
  .min-h-md-66 {
    min-height: 66% !important;
  }
  .min-md-vw-66 {
    min-width: 66vw !important;
  }
  .min-md-vh-66 {
    min-height: 66vh !important;
  }
  .vw-md-66 {
    width: 66vw !important;
  }
  .vh-md-66 {
    height: 66vh !important;
  }
  .width-md-66 {
    width: 66px !important;
  }
  .height-md-66 {
    height: 66px !important;
  }
  .max-width-md-66 {
    max-width: 66px !important;
  }
  .min-width-md-66 {
    min-width: 66px !important;
  }
  .max-height-md-66 {
    max-height: 66px !important;
  }
  .min-height-md-66 {
    min-height: 66px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-66 {
    width: 66% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .max-w-lg-66 {
    max-width: 66% !important;
  }
  .min-w-lg-66 {
    min-width: 66% !important;
  }
  .max-h-lg-66 {
    max-height: 66% !important;
  }
  .min-h-lg-66 {
    min-height: 66% !important;
  }
  .min-lg-vw-66 {
    min-width: 66vw !important;
  }
  .min-lg-vh-66 {
    min-height: 66vh !important;
  }
  .vw-lg-66 {
    width: 66vw !important;
  }
  .vh-lg-66 {
    height: 66vh !important;
  }
  .width-lg-66 {
    width: 66px !important;
  }
  .height-lg-66 {
    height: 66px !important;
  }
  .max-width-lg-66 {
    max-width: 66px !important;
  }
  .min-width-lg-66 {
    min-width: 66px !important;
  }
  .max-height-lg-66 {
    max-height: 66px !important;
  }
  .min-height-lg-66 {
    min-height: 66px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-66 {
    width: 66% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
  .max-w-xl-66 {
    max-width: 66% !important;
  }
  .min-w-xl-66 {
    min-width: 66% !important;
  }
  .max-h-xl-66 {
    max-height: 66% !important;
  }
  .min-h-xl-66 {
    min-height: 66% !important;
  }
  .min-xl-vw-66 {
    min-width: 66vw !important;
  }
  .min-xl-vh-66 {
    min-height: 66vh !important;
  }
  .vw-xl-66 {
    width: 66vw !important;
  }
  .vh-xl-66 {
    height: 66vh !important;
  }
  .width-xl-66 {
    width: 66px !important;
  }
  .height-xl-66 {
    height: 66px !important;
  }
  .max-width-xl-66 {
    max-width: 66px !important;
  }
  .min-width-xl-66 {
    min-width: 66px !important;
  }
  .max-height-xl-66 {
    max-height: 66px !important;
  }
  .min-height-xl-66 {
    min-height: 66px !important;
  }
}
.w-66 {
  width: 66% !important;
}

.h-66 {
  height: 66% !important;
}

.max-w-66 {
  max-width: 66% !important;
}

.min-w-66 {
  min-width: 66% !important;
}

.max-h-66 {
  max-height: 66% !important;
}

.min-h-66 {
  min-height: 66% !important;
}

.min-vw-66 {
  min-width: 66vw !important;
}

.min-vh-66 {
  min-height: 66vh !important;
}

.vw-66 {
  width: 66vw !important;
}

.vh-66 {
  height: 66vh !important;
}

.width-66 {
  width: 66px !important;
}

.height-66 {
  height: 66px !important;
}

.max-width-66 {
  max-width: 66px !important;
}

.min-width-66 {
  min-width: 66px !important;
}

.max-height-66 {
  max-height: 66px !important;
}

.min-height-66 {
  min-height: 66px !important;
}

@media (max-width: 576px) {
  .w-sm-67 {
    width: 67% !important;
  }
  .h-sm-67 {
    height: 67% !important;
  }
  .max-w-sm-67 {
    max-width: 67% !important;
  }
  .min-w-sm-67 {
    min-width: 67% !important;
  }
  .max-h-sm-67 {
    max-height: 67% !important;
  }
  .min-h-sm-67 {
    min-height: 67% !important;
  }
  .min-sm-vw-67 {
    min-width: 67vw !important;
  }
  .min-sm-vh-67 {
    min-height: 67vh !important;
  }
  .vw-sm-67 {
    width: 67vw !important;
  }
  .vh-sm-67 {
    height: 67vh !important;
  }
  .width-sm-67 {
    width: 67px !important;
  }
  .height-sm-67 {
    height: 67px !important;
  }
  .max-width-sm-67 {
    max-width: 67px !important;
  }
  .min-width-sm-67 {
    min-width: 67px !important;
  }
  .max-height-sm-67 {
    max-height: 67px !important;
  }
  .min-height-sm-67 {
    min-height: 67px !important;
  }
}
@media (max-width: 768px) {
  .w-md-67 {
    width: 67% !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
  .max-w-md-67 {
    max-width: 67% !important;
  }
  .min-w-md-67 {
    min-width: 67% !important;
  }
  .max-h-md-67 {
    max-height: 67% !important;
  }
  .min-h-md-67 {
    min-height: 67% !important;
  }
  .min-md-vw-67 {
    min-width: 67vw !important;
  }
  .min-md-vh-67 {
    min-height: 67vh !important;
  }
  .vw-md-67 {
    width: 67vw !important;
  }
  .vh-md-67 {
    height: 67vh !important;
  }
  .width-md-67 {
    width: 67px !important;
  }
  .height-md-67 {
    height: 67px !important;
  }
  .max-width-md-67 {
    max-width: 67px !important;
  }
  .min-width-md-67 {
    min-width: 67px !important;
  }
  .max-height-md-67 {
    max-height: 67px !important;
  }
  .min-height-md-67 {
    min-height: 67px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-67 {
    width: 67% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
  .max-w-lg-67 {
    max-width: 67% !important;
  }
  .min-w-lg-67 {
    min-width: 67% !important;
  }
  .max-h-lg-67 {
    max-height: 67% !important;
  }
  .min-h-lg-67 {
    min-height: 67% !important;
  }
  .min-lg-vw-67 {
    min-width: 67vw !important;
  }
  .min-lg-vh-67 {
    min-height: 67vh !important;
  }
  .vw-lg-67 {
    width: 67vw !important;
  }
  .vh-lg-67 {
    height: 67vh !important;
  }
  .width-lg-67 {
    width: 67px !important;
  }
  .height-lg-67 {
    height: 67px !important;
  }
  .max-width-lg-67 {
    max-width: 67px !important;
  }
  .min-width-lg-67 {
    min-width: 67px !important;
  }
  .max-height-lg-67 {
    max-height: 67px !important;
  }
  .min-height-lg-67 {
    min-height: 67px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-67 {
    width: 67% !important;
  }
  .h-xl-67 {
    height: 67% !important;
  }
  .max-w-xl-67 {
    max-width: 67% !important;
  }
  .min-w-xl-67 {
    min-width: 67% !important;
  }
  .max-h-xl-67 {
    max-height: 67% !important;
  }
  .min-h-xl-67 {
    min-height: 67% !important;
  }
  .min-xl-vw-67 {
    min-width: 67vw !important;
  }
  .min-xl-vh-67 {
    min-height: 67vh !important;
  }
  .vw-xl-67 {
    width: 67vw !important;
  }
  .vh-xl-67 {
    height: 67vh !important;
  }
  .width-xl-67 {
    width: 67px !important;
  }
  .height-xl-67 {
    height: 67px !important;
  }
  .max-width-xl-67 {
    max-width: 67px !important;
  }
  .min-width-xl-67 {
    min-width: 67px !important;
  }
  .max-height-xl-67 {
    max-height: 67px !important;
  }
  .min-height-xl-67 {
    min-height: 67px !important;
  }
}
.w-67 {
  width: 67% !important;
}

.h-67 {
  height: 67% !important;
}

.max-w-67 {
  max-width: 67% !important;
}

.min-w-67 {
  min-width: 67% !important;
}

.max-h-67 {
  max-height: 67% !important;
}

.min-h-67 {
  min-height: 67% !important;
}

.min-vw-67 {
  min-width: 67vw !important;
}

.min-vh-67 {
  min-height: 67vh !important;
}

.vw-67 {
  width: 67vw !important;
}

.vh-67 {
  height: 67vh !important;
}

.width-67 {
  width: 67px !important;
}

.height-67 {
  height: 67px !important;
}

.max-width-67 {
  max-width: 67px !important;
}

.min-width-67 {
  min-width: 67px !important;
}

.max-height-67 {
  max-height: 67px !important;
}

.min-height-67 {
  min-height: 67px !important;
}

@media (max-width: 576px) {
  .w-sm-68 {
    width: 68% !important;
  }
  .h-sm-68 {
    height: 68% !important;
  }
  .max-w-sm-68 {
    max-width: 68% !important;
  }
  .min-w-sm-68 {
    min-width: 68% !important;
  }
  .max-h-sm-68 {
    max-height: 68% !important;
  }
  .min-h-sm-68 {
    min-height: 68% !important;
  }
  .min-sm-vw-68 {
    min-width: 68vw !important;
  }
  .min-sm-vh-68 {
    min-height: 68vh !important;
  }
  .vw-sm-68 {
    width: 68vw !important;
  }
  .vh-sm-68 {
    height: 68vh !important;
  }
  .width-sm-68 {
    width: 68px !important;
  }
  .height-sm-68 {
    height: 68px !important;
  }
  .max-width-sm-68 {
    max-width: 68px !important;
  }
  .min-width-sm-68 {
    min-width: 68px !important;
  }
  .max-height-sm-68 {
    max-height: 68px !important;
  }
  .min-height-sm-68 {
    min-height: 68px !important;
  }
}
@media (max-width: 768px) {
  .w-md-68 {
    width: 68% !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
  .max-w-md-68 {
    max-width: 68% !important;
  }
  .min-w-md-68 {
    min-width: 68% !important;
  }
  .max-h-md-68 {
    max-height: 68% !important;
  }
  .min-h-md-68 {
    min-height: 68% !important;
  }
  .min-md-vw-68 {
    min-width: 68vw !important;
  }
  .min-md-vh-68 {
    min-height: 68vh !important;
  }
  .vw-md-68 {
    width: 68vw !important;
  }
  .vh-md-68 {
    height: 68vh !important;
  }
  .width-md-68 {
    width: 68px !important;
  }
  .height-md-68 {
    height: 68px !important;
  }
  .max-width-md-68 {
    max-width: 68px !important;
  }
  .min-width-md-68 {
    min-width: 68px !important;
  }
  .max-height-md-68 {
    max-height: 68px !important;
  }
  .min-height-md-68 {
    min-height: 68px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-68 {
    width: 68% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
  .max-w-lg-68 {
    max-width: 68% !important;
  }
  .min-w-lg-68 {
    min-width: 68% !important;
  }
  .max-h-lg-68 {
    max-height: 68% !important;
  }
  .min-h-lg-68 {
    min-height: 68% !important;
  }
  .min-lg-vw-68 {
    min-width: 68vw !important;
  }
  .min-lg-vh-68 {
    min-height: 68vh !important;
  }
  .vw-lg-68 {
    width: 68vw !important;
  }
  .vh-lg-68 {
    height: 68vh !important;
  }
  .width-lg-68 {
    width: 68px !important;
  }
  .height-lg-68 {
    height: 68px !important;
  }
  .max-width-lg-68 {
    max-width: 68px !important;
  }
  .min-width-lg-68 {
    min-width: 68px !important;
  }
  .max-height-lg-68 {
    max-height: 68px !important;
  }
  .min-height-lg-68 {
    min-height: 68px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-68 {
    width: 68% !important;
  }
  .h-xl-68 {
    height: 68% !important;
  }
  .max-w-xl-68 {
    max-width: 68% !important;
  }
  .min-w-xl-68 {
    min-width: 68% !important;
  }
  .max-h-xl-68 {
    max-height: 68% !important;
  }
  .min-h-xl-68 {
    min-height: 68% !important;
  }
  .min-xl-vw-68 {
    min-width: 68vw !important;
  }
  .min-xl-vh-68 {
    min-height: 68vh !important;
  }
  .vw-xl-68 {
    width: 68vw !important;
  }
  .vh-xl-68 {
    height: 68vh !important;
  }
  .width-xl-68 {
    width: 68px !important;
  }
  .height-xl-68 {
    height: 68px !important;
  }
  .max-width-xl-68 {
    max-width: 68px !important;
  }
  .min-width-xl-68 {
    min-width: 68px !important;
  }
  .max-height-xl-68 {
    max-height: 68px !important;
  }
  .min-height-xl-68 {
    min-height: 68px !important;
  }
}
.w-68 {
  width: 68% !important;
}

.h-68 {
  height: 68% !important;
}

.max-w-68 {
  max-width: 68% !important;
}

.min-w-68 {
  min-width: 68% !important;
}

.max-h-68 {
  max-height: 68% !important;
}

.min-h-68 {
  min-height: 68% !important;
}

.min-vw-68 {
  min-width: 68vw !important;
}

.min-vh-68 {
  min-height: 68vh !important;
}

.vw-68 {
  width: 68vw !important;
}

.vh-68 {
  height: 68vh !important;
}

.width-68 {
  width: 68px !important;
}

.height-68 {
  height: 68px !important;
}

.max-width-68 {
  max-width: 68px !important;
}

.min-width-68 {
  min-width: 68px !important;
}

.max-height-68 {
  max-height: 68px !important;
}

.min-height-68 {
  min-height: 68px !important;
}

@media (max-width: 576px) {
  .w-sm-69 {
    width: 69% !important;
  }
  .h-sm-69 {
    height: 69% !important;
  }
  .max-w-sm-69 {
    max-width: 69% !important;
  }
  .min-w-sm-69 {
    min-width: 69% !important;
  }
  .max-h-sm-69 {
    max-height: 69% !important;
  }
  .min-h-sm-69 {
    min-height: 69% !important;
  }
  .min-sm-vw-69 {
    min-width: 69vw !important;
  }
  .min-sm-vh-69 {
    min-height: 69vh !important;
  }
  .vw-sm-69 {
    width: 69vw !important;
  }
  .vh-sm-69 {
    height: 69vh !important;
  }
  .width-sm-69 {
    width: 69px !important;
  }
  .height-sm-69 {
    height: 69px !important;
  }
  .max-width-sm-69 {
    max-width: 69px !important;
  }
  .min-width-sm-69 {
    min-width: 69px !important;
  }
  .max-height-sm-69 {
    max-height: 69px !important;
  }
  .min-height-sm-69 {
    min-height: 69px !important;
  }
}
@media (max-width: 768px) {
  .w-md-69 {
    width: 69% !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
  .max-w-md-69 {
    max-width: 69% !important;
  }
  .min-w-md-69 {
    min-width: 69% !important;
  }
  .max-h-md-69 {
    max-height: 69% !important;
  }
  .min-h-md-69 {
    min-height: 69% !important;
  }
  .min-md-vw-69 {
    min-width: 69vw !important;
  }
  .min-md-vh-69 {
    min-height: 69vh !important;
  }
  .vw-md-69 {
    width: 69vw !important;
  }
  .vh-md-69 {
    height: 69vh !important;
  }
  .width-md-69 {
    width: 69px !important;
  }
  .height-md-69 {
    height: 69px !important;
  }
  .max-width-md-69 {
    max-width: 69px !important;
  }
  .min-width-md-69 {
    min-width: 69px !important;
  }
  .max-height-md-69 {
    max-height: 69px !important;
  }
  .min-height-md-69 {
    min-height: 69px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-69 {
    width: 69% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
  .max-w-lg-69 {
    max-width: 69% !important;
  }
  .min-w-lg-69 {
    min-width: 69% !important;
  }
  .max-h-lg-69 {
    max-height: 69% !important;
  }
  .min-h-lg-69 {
    min-height: 69% !important;
  }
  .min-lg-vw-69 {
    min-width: 69vw !important;
  }
  .min-lg-vh-69 {
    min-height: 69vh !important;
  }
  .vw-lg-69 {
    width: 69vw !important;
  }
  .vh-lg-69 {
    height: 69vh !important;
  }
  .width-lg-69 {
    width: 69px !important;
  }
  .height-lg-69 {
    height: 69px !important;
  }
  .max-width-lg-69 {
    max-width: 69px !important;
  }
  .min-width-lg-69 {
    min-width: 69px !important;
  }
  .max-height-lg-69 {
    max-height: 69px !important;
  }
  .min-height-lg-69 {
    min-height: 69px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-69 {
    width: 69% !important;
  }
  .h-xl-69 {
    height: 69% !important;
  }
  .max-w-xl-69 {
    max-width: 69% !important;
  }
  .min-w-xl-69 {
    min-width: 69% !important;
  }
  .max-h-xl-69 {
    max-height: 69% !important;
  }
  .min-h-xl-69 {
    min-height: 69% !important;
  }
  .min-xl-vw-69 {
    min-width: 69vw !important;
  }
  .min-xl-vh-69 {
    min-height: 69vh !important;
  }
  .vw-xl-69 {
    width: 69vw !important;
  }
  .vh-xl-69 {
    height: 69vh !important;
  }
  .width-xl-69 {
    width: 69px !important;
  }
  .height-xl-69 {
    height: 69px !important;
  }
  .max-width-xl-69 {
    max-width: 69px !important;
  }
  .min-width-xl-69 {
    min-width: 69px !important;
  }
  .max-height-xl-69 {
    max-height: 69px !important;
  }
  .min-height-xl-69 {
    min-height: 69px !important;
  }
}
.w-69 {
  width: 69% !important;
}

.h-69 {
  height: 69% !important;
}

.max-w-69 {
  max-width: 69% !important;
}

.min-w-69 {
  min-width: 69% !important;
}

.max-h-69 {
  max-height: 69% !important;
}

.min-h-69 {
  min-height: 69% !important;
}

.min-vw-69 {
  min-width: 69vw !important;
}

.min-vh-69 {
  min-height: 69vh !important;
}

.vw-69 {
  width: 69vw !important;
}

.vh-69 {
  height: 69vh !important;
}

.width-69 {
  width: 69px !important;
}

.height-69 {
  height: 69px !important;
}

.max-width-69 {
  max-width: 69px !important;
}

.min-width-69 {
  min-width: 69px !important;
}

.max-height-69 {
  max-height: 69px !important;
}

.min-height-69 {
  min-height: 69px !important;
}

@media (max-width: 576px) {
  .w-sm-70 {
    width: 70% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .max-w-sm-70 {
    max-width: 70% !important;
  }
  .min-w-sm-70 {
    min-width: 70% !important;
  }
  .max-h-sm-70 {
    max-height: 70% !important;
  }
  .min-h-sm-70 {
    min-height: 70% !important;
  }
  .min-sm-vw-70 {
    min-width: 70vw !important;
  }
  .min-sm-vh-70 {
    min-height: 70vh !important;
  }
  .vw-sm-70 {
    width: 70vw !important;
  }
  .vh-sm-70 {
    height: 70vh !important;
  }
  .width-sm-70 {
    width: 70px !important;
  }
  .height-sm-70 {
    height: 70px !important;
  }
  .max-width-sm-70 {
    max-width: 70px !important;
  }
  .min-width-sm-70 {
    min-width: 70px !important;
  }
  .max-height-sm-70 {
    max-height: 70px !important;
  }
  .min-height-sm-70 {
    min-height: 70px !important;
  }
}
@media (max-width: 768px) {
  .w-md-70 {
    width: 70% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .max-w-md-70 {
    max-width: 70% !important;
  }
  .min-w-md-70 {
    min-width: 70% !important;
  }
  .max-h-md-70 {
    max-height: 70% !important;
  }
  .min-h-md-70 {
    min-height: 70% !important;
  }
  .min-md-vw-70 {
    min-width: 70vw !important;
  }
  .min-md-vh-70 {
    min-height: 70vh !important;
  }
  .vw-md-70 {
    width: 70vw !important;
  }
  .vh-md-70 {
    height: 70vh !important;
  }
  .width-md-70 {
    width: 70px !important;
  }
  .height-md-70 {
    height: 70px !important;
  }
  .max-width-md-70 {
    max-width: 70px !important;
  }
  .min-width-md-70 {
    min-width: 70px !important;
  }
  .max-height-md-70 {
    max-height: 70px !important;
  }
  .min-height-md-70 {
    min-height: 70px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-70 {
    width: 70% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .max-w-lg-70 {
    max-width: 70% !important;
  }
  .min-w-lg-70 {
    min-width: 70% !important;
  }
  .max-h-lg-70 {
    max-height: 70% !important;
  }
  .min-h-lg-70 {
    min-height: 70% !important;
  }
  .min-lg-vw-70 {
    min-width: 70vw !important;
  }
  .min-lg-vh-70 {
    min-height: 70vh !important;
  }
  .vw-lg-70 {
    width: 70vw !important;
  }
  .vh-lg-70 {
    height: 70vh !important;
  }
  .width-lg-70 {
    width: 70px !important;
  }
  .height-lg-70 {
    height: 70px !important;
  }
  .max-width-lg-70 {
    max-width: 70px !important;
  }
  .min-width-lg-70 {
    min-width: 70px !important;
  }
  .max-height-lg-70 {
    max-height: 70px !important;
  }
  .min-height-lg-70 {
    min-height: 70px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-70 {
    width: 70% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .max-w-xl-70 {
    max-width: 70% !important;
  }
  .min-w-xl-70 {
    min-width: 70% !important;
  }
  .max-h-xl-70 {
    max-height: 70% !important;
  }
  .min-h-xl-70 {
    min-height: 70% !important;
  }
  .min-xl-vw-70 {
    min-width: 70vw !important;
  }
  .min-xl-vh-70 {
    min-height: 70vh !important;
  }
  .vw-xl-70 {
    width: 70vw !important;
  }
  .vh-xl-70 {
    height: 70vh !important;
  }
  .width-xl-70 {
    width: 70px !important;
  }
  .height-xl-70 {
    height: 70px !important;
  }
  .max-width-xl-70 {
    max-width: 70px !important;
  }
  .min-width-xl-70 {
    min-width: 70px !important;
  }
  .max-height-xl-70 {
    max-height: 70px !important;
  }
  .min-height-xl-70 {
    min-height: 70px !important;
  }
}
.w-70 {
  width: 70% !important;
}

.h-70 {
  height: 70% !important;
}

.max-w-70 {
  max-width: 70% !important;
}

.min-w-70 {
  min-width: 70% !important;
}

.max-h-70 {
  max-height: 70% !important;
}

.min-h-70 {
  min-height: 70% !important;
}

.min-vw-70 {
  min-width: 70vw !important;
}

.min-vh-70 {
  min-height: 70vh !important;
}

.vw-70 {
  width: 70vw !important;
}

.vh-70 {
  height: 70vh !important;
}

.width-70 {
  width: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.max-width-70 {
  max-width: 70px !important;
}

.min-width-70 {
  min-width: 70px !important;
}

.max-height-70 {
  max-height: 70px !important;
}

.min-height-70 {
  min-height: 70px !important;
}

@media (max-width: 576px) {
  .w-sm-71 {
    width: 71% !important;
  }
  .h-sm-71 {
    height: 71% !important;
  }
  .max-w-sm-71 {
    max-width: 71% !important;
  }
  .min-w-sm-71 {
    min-width: 71% !important;
  }
  .max-h-sm-71 {
    max-height: 71% !important;
  }
  .min-h-sm-71 {
    min-height: 71% !important;
  }
  .min-sm-vw-71 {
    min-width: 71vw !important;
  }
  .min-sm-vh-71 {
    min-height: 71vh !important;
  }
  .vw-sm-71 {
    width: 71vw !important;
  }
  .vh-sm-71 {
    height: 71vh !important;
  }
  .width-sm-71 {
    width: 71px !important;
  }
  .height-sm-71 {
    height: 71px !important;
  }
  .max-width-sm-71 {
    max-width: 71px !important;
  }
  .min-width-sm-71 {
    min-width: 71px !important;
  }
  .max-height-sm-71 {
    max-height: 71px !important;
  }
  .min-height-sm-71 {
    min-height: 71px !important;
  }
}
@media (max-width: 768px) {
  .w-md-71 {
    width: 71% !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
  .max-w-md-71 {
    max-width: 71% !important;
  }
  .min-w-md-71 {
    min-width: 71% !important;
  }
  .max-h-md-71 {
    max-height: 71% !important;
  }
  .min-h-md-71 {
    min-height: 71% !important;
  }
  .min-md-vw-71 {
    min-width: 71vw !important;
  }
  .min-md-vh-71 {
    min-height: 71vh !important;
  }
  .vw-md-71 {
    width: 71vw !important;
  }
  .vh-md-71 {
    height: 71vh !important;
  }
  .width-md-71 {
    width: 71px !important;
  }
  .height-md-71 {
    height: 71px !important;
  }
  .max-width-md-71 {
    max-width: 71px !important;
  }
  .min-width-md-71 {
    min-width: 71px !important;
  }
  .max-height-md-71 {
    max-height: 71px !important;
  }
  .min-height-md-71 {
    min-height: 71px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-71 {
    width: 71% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
  .max-w-lg-71 {
    max-width: 71% !important;
  }
  .min-w-lg-71 {
    min-width: 71% !important;
  }
  .max-h-lg-71 {
    max-height: 71% !important;
  }
  .min-h-lg-71 {
    min-height: 71% !important;
  }
  .min-lg-vw-71 {
    min-width: 71vw !important;
  }
  .min-lg-vh-71 {
    min-height: 71vh !important;
  }
  .vw-lg-71 {
    width: 71vw !important;
  }
  .vh-lg-71 {
    height: 71vh !important;
  }
  .width-lg-71 {
    width: 71px !important;
  }
  .height-lg-71 {
    height: 71px !important;
  }
  .max-width-lg-71 {
    max-width: 71px !important;
  }
  .min-width-lg-71 {
    min-width: 71px !important;
  }
  .max-height-lg-71 {
    max-height: 71px !important;
  }
  .min-height-lg-71 {
    min-height: 71px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-71 {
    width: 71% !important;
  }
  .h-xl-71 {
    height: 71% !important;
  }
  .max-w-xl-71 {
    max-width: 71% !important;
  }
  .min-w-xl-71 {
    min-width: 71% !important;
  }
  .max-h-xl-71 {
    max-height: 71% !important;
  }
  .min-h-xl-71 {
    min-height: 71% !important;
  }
  .min-xl-vw-71 {
    min-width: 71vw !important;
  }
  .min-xl-vh-71 {
    min-height: 71vh !important;
  }
  .vw-xl-71 {
    width: 71vw !important;
  }
  .vh-xl-71 {
    height: 71vh !important;
  }
  .width-xl-71 {
    width: 71px !important;
  }
  .height-xl-71 {
    height: 71px !important;
  }
  .max-width-xl-71 {
    max-width: 71px !important;
  }
  .min-width-xl-71 {
    min-width: 71px !important;
  }
  .max-height-xl-71 {
    max-height: 71px !important;
  }
  .min-height-xl-71 {
    min-height: 71px !important;
  }
}
.w-71 {
  width: 71% !important;
}

.h-71 {
  height: 71% !important;
}

.max-w-71 {
  max-width: 71% !important;
}

.min-w-71 {
  min-width: 71% !important;
}

.max-h-71 {
  max-height: 71% !important;
}

.min-h-71 {
  min-height: 71% !important;
}

.min-vw-71 {
  min-width: 71vw !important;
}

.min-vh-71 {
  min-height: 71vh !important;
}

.vw-71 {
  width: 71vw !important;
}

.vh-71 {
  height: 71vh !important;
}

.width-71 {
  width: 71px !important;
}

.height-71 {
  height: 71px !important;
}

.max-width-71 {
  max-width: 71px !important;
}

.min-width-71 {
  min-width: 71px !important;
}

.max-height-71 {
  max-height: 71px !important;
}

.min-height-71 {
  min-height: 71px !important;
}

@media (max-width: 576px) {
  .w-sm-72 {
    width: 72% !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .max-w-sm-72 {
    max-width: 72% !important;
  }
  .min-w-sm-72 {
    min-width: 72% !important;
  }
  .max-h-sm-72 {
    max-height: 72% !important;
  }
  .min-h-sm-72 {
    min-height: 72% !important;
  }
  .min-sm-vw-72 {
    min-width: 72vw !important;
  }
  .min-sm-vh-72 {
    min-height: 72vh !important;
  }
  .vw-sm-72 {
    width: 72vw !important;
  }
  .vh-sm-72 {
    height: 72vh !important;
  }
  .width-sm-72 {
    width: 72px !important;
  }
  .height-sm-72 {
    height: 72px !important;
  }
  .max-width-sm-72 {
    max-width: 72px !important;
  }
  .min-width-sm-72 {
    min-width: 72px !important;
  }
  .max-height-sm-72 {
    max-height: 72px !important;
  }
  .min-height-sm-72 {
    min-height: 72px !important;
  }
}
@media (max-width: 768px) {
  .w-md-72 {
    width: 72% !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .max-w-md-72 {
    max-width: 72% !important;
  }
  .min-w-md-72 {
    min-width: 72% !important;
  }
  .max-h-md-72 {
    max-height: 72% !important;
  }
  .min-h-md-72 {
    min-height: 72% !important;
  }
  .min-md-vw-72 {
    min-width: 72vw !important;
  }
  .min-md-vh-72 {
    min-height: 72vh !important;
  }
  .vw-md-72 {
    width: 72vw !important;
  }
  .vh-md-72 {
    height: 72vh !important;
  }
  .width-md-72 {
    width: 72px !important;
  }
  .height-md-72 {
    height: 72px !important;
  }
  .max-width-md-72 {
    max-width: 72px !important;
  }
  .min-width-md-72 {
    min-width: 72px !important;
  }
  .max-height-md-72 {
    max-height: 72px !important;
  }
  .min-height-md-72 {
    min-height: 72px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-72 {
    width: 72% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .max-w-lg-72 {
    max-width: 72% !important;
  }
  .min-w-lg-72 {
    min-width: 72% !important;
  }
  .max-h-lg-72 {
    max-height: 72% !important;
  }
  .min-h-lg-72 {
    min-height: 72% !important;
  }
  .min-lg-vw-72 {
    min-width: 72vw !important;
  }
  .min-lg-vh-72 {
    min-height: 72vh !important;
  }
  .vw-lg-72 {
    width: 72vw !important;
  }
  .vh-lg-72 {
    height: 72vh !important;
  }
  .width-lg-72 {
    width: 72px !important;
  }
  .height-lg-72 {
    height: 72px !important;
  }
  .max-width-lg-72 {
    max-width: 72px !important;
  }
  .min-width-lg-72 {
    min-width: 72px !important;
  }
  .max-height-lg-72 {
    max-height: 72px !important;
  }
  .min-height-lg-72 {
    min-height: 72px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-72 {
    width: 72% !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .max-w-xl-72 {
    max-width: 72% !important;
  }
  .min-w-xl-72 {
    min-width: 72% !important;
  }
  .max-h-xl-72 {
    max-height: 72% !important;
  }
  .min-h-xl-72 {
    min-height: 72% !important;
  }
  .min-xl-vw-72 {
    min-width: 72vw !important;
  }
  .min-xl-vh-72 {
    min-height: 72vh !important;
  }
  .vw-xl-72 {
    width: 72vw !important;
  }
  .vh-xl-72 {
    height: 72vh !important;
  }
  .width-xl-72 {
    width: 72px !important;
  }
  .height-xl-72 {
    height: 72px !important;
  }
  .max-width-xl-72 {
    max-width: 72px !important;
  }
  .min-width-xl-72 {
    min-width: 72px !important;
  }
  .max-height-xl-72 {
    max-height: 72px !important;
  }
  .min-height-xl-72 {
    min-height: 72px !important;
  }
}
.w-72 {
  width: 72% !important;
}

.h-72 {
  height: 72% !important;
}

.max-w-72 {
  max-width: 72% !important;
}

.min-w-72 {
  min-width: 72% !important;
}

.max-h-72 {
  max-height: 72% !important;
}

.min-h-72 {
  min-height: 72% !important;
}

.min-vw-72 {
  min-width: 72vw !important;
}

.min-vh-72 {
  min-height: 72vh !important;
}

.vw-72 {
  width: 72vw !important;
}

.vh-72 {
  height: 72vh !important;
}

.width-72 {
  width: 72px !important;
}

.height-72 {
  height: 72px !important;
}

.max-width-72 {
  max-width: 72px !important;
}

.min-width-72 {
  min-width: 72px !important;
}

.max-height-72 {
  max-height: 72px !important;
}

.min-height-72 {
  min-height: 72px !important;
}

@media (max-width: 576px) {
  .w-sm-73 {
    width: 73% !important;
  }
  .h-sm-73 {
    height: 73% !important;
  }
  .max-w-sm-73 {
    max-width: 73% !important;
  }
  .min-w-sm-73 {
    min-width: 73% !important;
  }
  .max-h-sm-73 {
    max-height: 73% !important;
  }
  .min-h-sm-73 {
    min-height: 73% !important;
  }
  .min-sm-vw-73 {
    min-width: 73vw !important;
  }
  .min-sm-vh-73 {
    min-height: 73vh !important;
  }
  .vw-sm-73 {
    width: 73vw !important;
  }
  .vh-sm-73 {
    height: 73vh !important;
  }
  .width-sm-73 {
    width: 73px !important;
  }
  .height-sm-73 {
    height: 73px !important;
  }
  .max-width-sm-73 {
    max-width: 73px !important;
  }
  .min-width-sm-73 {
    min-width: 73px !important;
  }
  .max-height-sm-73 {
    max-height: 73px !important;
  }
  .min-height-sm-73 {
    min-height: 73px !important;
  }
}
@media (max-width: 768px) {
  .w-md-73 {
    width: 73% !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
  .max-w-md-73 {
    max-width: 73% !important;
  }
  .min-w-md-73 {
    min-width: 73% !important;
  }
  .max-h-md-73 {
    max-height: 73% !important;
  }
  .min-h-md-73 {
    min-height: 73% !important;
  }
  .min-md-vw-73 {
    min-width: 73vw !important;
  }
  .min-md-vh-73 {
    min-height: 73vh !important;
  }
  .vw-md-73 {
    width: 73vw !important;
  }
  .vh-md-73 {
    height: 73vh !important;
  }
  .width-md-73 {
    width: 73px !important;
  }
  .height-md-73 {
    height: 73px !important;
  }
  .max-width-md-73 {
    max-width: 73px !important;
  }
  .min-width-md-73 {
    min-width: 73px !important;
  }
  .max-height-md-73 {
    max-height: 73px !important;
  }
  .min-height-md-73 {
    min-height: 73px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-73 {
    width: 73% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
  .max-w-lg-73 {
    max-width: 73% !important;
  }
  .min-w-lg-73 {
    min-width: 73% !important;
  }
  .max-h-lg-73 {
    max-height: 73% !important;
  }
  .min-h-lg-73 {
    min-height: 73% !important;
  }
  .min-lg-vw-73 {
    min-width: 73vw !important;
  }
  .min-lg-vh-73 {
    min-height: 73vh !important;
  }
  .vw-lg-73 {
    width: 73vw !important;
  }
  .vh-lg-73 {
    height: 73vh !important;
  }
  .width-lg-73 {
    width: 73px !important;
  }
  .height-lg-73 {
    height: 73px !important;
  }
  .max-width-lg-73 {
    max-width: 73px !important;
  }
  .min-width-lg-73 {
    min-width: 73px !important;
  }
  .max-height-lg-73 {
    max-height: 73px !important;
  }
  .min-height-lg-73 {
    min-height: 73px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-73 {
    width: 73% !important;
  }
  .h-xl-73 {
    height: 73% !important;
  }
  .max-w-xl-73 {
    max-width: 73% !important;
  }
  .min-w-xl-73 {
    min-width: 73% !important;
  }
  .max-h-xl-73 {
    max-height: 73% !important;
  }
  .min-h-xl-73 {
    min-height: 73% !important;
  }
  .min-xl-vw-73 {
    min-width: 73vw !important;
  }
  .min-xl-vh-73 {
    min-height: 73vh !important;
  }
  .vw-xl-73 {
    width: 73vw !important;
  }
  .vh-xl-73 {
    height: 73vh !important;
  }
  .width-xl-73 {
    width: 73px !important;
  }
  .height-xl-73 {
    height: 73px !important;
  }
  .max-width-xl-73 {
    max-width: 73px !important;
  }
  .min-width-xl-73 {
    min-width: 73px !important;
  }
  .max-height-xl-73 {
    max-height: 73px !important;
  }
  .min-height-xl-73 {
    min-height: 73px !important;
  }
}
.w-73 {
  width: 73% !important;
}

.h-73 {
  height: 73% !important;
}

.max-w-73 {
  max-width: 73% !important;
}

.min-w-73 {
  min-width: 73% !important;
}

.max-h-73 {
  max-height: 73% !important;
}

.min-h-73 {
  min-height: 73% !important;
}

.min-vw-73 {
  min-width: 73vw !important;
}

.min-vh-73 {
  min-height: 73vh !important;
}

.vw-73 {
  width: 73vw !important;
}

.vh-73 {
  height: 73vh !important;
}

.width-73 {
  width: 73px !important;
}

.height-73 {
  height: 73px !important;
}

.max-width-73 {
  max-width: 73px !important;
}

.min-width-73 {
  min-width: 73px !important;
}

.max-height-73 {
  max-height: 73px !important;
}

.min-height-73 {
  min-height: 73px !important;
}

@media (max-width: 576px) {
  .w-sm-74 {
    width: 74% !important;
  }
  .h-sm-74 {
    height: 74% !important;
  }
  .max-w-sm-74 {
    max-width: 74% !important;
  }
  .min-w-sm-74 {
    min-width: 74% !important;
  }
  .max-h-sm-74 {
    max-height: 74% !important;
  }
  .min-h-sm-74 {
    min-height: 74% !important;
  }
  .min-sm-vw-74 {
    min-width: 74vw !important;
  }
  .min-sm-vh-74 {
    min-height: 74vh !important;
  }
  .vw-sm-74 {
    width: 74vw !important;
  }
  .vh-sm-74 {
    height: 74vh !important;
  }
  .width-sm-74 {
    width: 74px !important;
  }
  .height-sm-74 {
    height: 74px !important;
  }
  .max-width-sm-74 {
    max-width: 74px !important;
  }
  .min-width-sm-74 {
    min-width: 74px !important;
  }
  .max-height-sm-74 {
    max-height: 74px !important;
  }
  .min-height-sm-74 {
    min-height: 74px !important;
  }
}
@media (max-width: 768px) {
  .w-md-74 {
    width: 74% !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
  .max-w-md-74 {
    max-width: 74% !important;
  }
  .min-w-md-74 {
    min-width: 74% !important;
  }
  .max-h-md-74 {
    max-height: 74% !important;
  }
  .min-h-md-74 {
    min-height: 74% !important;
  }
  .min-md-vw-74 {
    min-width: 74vw !important;
  }
  .min-md-vh-74 {
    min-height: 74vh !important;
  }
  .vw-md-74 {
    width: 74vw !important;
  }
  .vh-md-74 {
    height: 74vh !important;
  }
  .width-md-74 {
    width: 74px !important;
  }
  .height-md-74 {
    height: 74px !important;
  }
  .max-width-md-74 {
    max-width: 74px !important;
  }
  .min-width-md-74 {
    min-width: 74px !important;
  }
  .max-height-md-74 {
    max-height: 74px !important;
  }
  .min-height-md-74 {
    min-height: 74px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-74 {
    width: 74% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
  .max-w-lg-74 {
    max-width: 74% !important;
  }
  .min-w-lg-74 {
    min-width: 74% !important;
  }
  .max-h-lg-74 {
    max-height: 74% !important;
  }
  .min-h-lg-74 {
    min-height: 74% !important;
  }
  .min-lg-vw-74 {
    min-width: 74vw !important;
  }
  .min-lg-vh-74 {
    min-height: 74vh !important;
  }
  .vw-lg-74 {
    width: 74vw !important;
  }
  .vh-lg-74 {
    height: 74vh !important;
  }
  .width-lg-74 {
    width: 74px !important;
  }
  .height-lg-74 {
    height: 74px !important;
  }
  .max-width-lg-74 {
    max-width: 74px !important;
  }
  .min-width-lg-74 {
    min-width: 74px !important;
  }
  .max-height-lg-74 {
    max-height: 74px !important;
  }
  .min-height-lg-74 {
    min-height: 74px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-74 {
    width: 74% !important;
  }
  .h-xl-74 {
    height: 74% !important;
  }
  .max-w-xl-74 {
    max-width: 74% !important;
  }
  .min-w-xl-74 {
    min-width: 74% !important;
  }
  .max-h-xl-74 {
    max-height: 74% !important;
  }
  .min-h-xl-74 {
    min-height: 74% !important;
  }
  .min-xl-vw-74 {
    min-width: 74vw !important;
  }
  .min-xl-vh-74 {
    min-height: 74vh !important;
  }
  .vw-xl-74 {
    width: 74vw !important;
  }
  .vh-xl-74 {
    height: 74vh !important;
  }
  .width-xl-74 {
    width: 74px !important;
  }
  .height-xl-74 {
    height: 74px !important;
  }
  .max-width-xl-74 {
    max-width: 74px !important;
  }
  .min-width-xl-74 {
    min-width: 74px !important;
  }
  .max-height-xl-74 {
    max-height: 74px !important;
  }
  .min-height-xl-74 {
    min-height: 74px !important;
  }
}
.w-74 {
  width: 74% !important;
}

.h-74 {
  height: 74% !important;
}

.max-w-74 {
  max-width: 74% !important;
}

.min-w-74 {
  min-width: 74% !important;
}

.max-h-74 {
  max-height: 74% !important;
}

.min-h-74 {
  min-height: 74% !important;
}

.min-vw-74 {
  min-width: 74vw !important;
}

.min-vh-74 {
  min-height: 74vh !important;
}

.vw-74 {
  width: 74vw !important;
}

.vh-74 {
  height: 74vh !important;
}

.width-74 {
  width: 74px !important;
}

.height-74 {
  height: 74px !important;
}

.max-width-74 {
  max-width: 74px !important;
}

.min-width-74 {
  min-width: 74px !important;
}

.max-height-74 {
  max-height: 74px !important;
}

.min-height-74 {
  min-height: 74px !important;
}

@media (max-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .max-w-sm-75 {
    max-width: 75% !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .max-h-sm-75 {
    max-height: 75% !important;
  }
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  .min-sm-vw-75 {
    min-width: 75vw !important;
  }
  .min-sm-vh-75 {
    min-height: 75vh !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .width-sm-75 {
    width: 75px !important;
  }
  .height-sm-75 {
    height: 75px !important;
  }
  .max-width-sm-75 {
    max-width: 75px !important;
  }
  .min-width-sm-75 {
    min-width: 75px !important;
  }
  .max-height-sm-75 {
    max-height: 75px !important;
  }
  .min-height-sm-75 {
    min-height: 75px !important;
  }
}
@media (max-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .max-w-md-75 {
    max-width: 75% !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .max-h-md-75 {
    max-height: 75% !important;
  }
  .min-h-md-75 {
    min-height: 75% !important;
  }
  .min-md-vw-75 {
    min-width: 75vw !important;
  }
  .min-md-vh-75 {
    min-height: 75vh !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .width-md-75 {
    width: 75px !important;
  }
  .height-md-75 {
    height: 75px !important;
  }
  .max-width-md-75 {
    max-width: 75px !important;
  }
  .min-width-md-75 {
    min-width: 75px !important;
  }
  .max-height-md-75 {
    max-height: 75px !important;
  }
  .min-height-md-75 {
    min-height: 75px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .max-w-lg-75 {
    max-width: 75% !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .max-h-lg-75 {
    max-height: 75% !important;
  }
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  .min-lg-vw-75 {
    min-width: 75vw !important;
  }
  .min-lg-vh-75 {
    min-height: 75vh !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .width-lg-75 {
    width: 75px !important;
  }
  .height-lg-75 {
    height: 75px !important;
  }
  .max-width-lg-75 {
    max-width: 75px !important;
  }
  .min-width-lg-75 {
    min-width: 75px !important;
  }
  .max-height-lg-75 {
    max-height: 75px !important;
  }
  .min-height-lg-75 {
    min-height: 75px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .max-w-xl-75 {
    max-width: 75% !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .max-h-xl-75 {
    max-height: 75% !important;
  }
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  .min-xl-vw-75 {
    min-width: 75vw !important;
  }
  .min-xl-vh-75 {
    min-height: 75vh !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .width-xl-75 {
    width: 75px !important;
  }
  .height-xl-75 {
    height: 75px !important;
  }
  .max-width-xl-75 {
    max-width: 75px !important;
  }
  .min-width-xl-75 {
    min-width: 75px !important;
  }
  .max-height-xl-75 {
    max-height: 75px !important;
  }
  .min-height-xl-75 {
    min-height: 75px !important;
  }
}
.w-75 {
  width: 75% !important;
}

.h-75 {
  height: 75% !important;
}

.max-w-75 {
  max-width: 75% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.max-h-75 {
  max-height: 75% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.min-vw-75 {
  min-width: 75vw !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.vw-75 {
  width: 75vw !important;
}

.vh-75 {
  height: 75vh !important;
}

.width-75 {
  width: 75px !important;
}

.height-75 {
  height: 75px !important;
}

.max-width-75 {
  max-width: 75px !important;
}

.min-width-75 {
  min-width: 75px !important;
}

.max-height-75 {
  max-height: 75px !important;
}

.min-height-75 {
  min-height: 75px !important;
}

@media (max-width: 576px) {
  .w-sm-76 {
    width: 76% !important;
  }
  .h-sm-76 {
    height: 76% !important;
  }
  .max-w-sm-76 {
    max-width: 76% !important;
  }
  .min-w-sm-76 {
    min-width: 76% !important;
  }
  .max-h-sm-76 {
    max-height: 76% !important;
  }
  .min-h-sm-76 {
    min-height: 76% !important;
  }
  .min-sm-vw-76 {
    min-width: 76vw !important;
  }
  .min-sm-vh-76 {
    min-height: 76vh !important;
  }
  .vw-sm-76 {
    width: 76vw !important;
  }
  .vh-sm-76 {
    height: 76vh !important;
  }
  .width-sm-76 {
    width: 76px !important;
  }
  .height-sm-76 {
    height: 76px !important;
  }
  .max-width-sm-76 {
    max-width: 76px !important;
  }
  .min-width-sm-76 {
    min-width: 76px !important;
  }
  .max-height-sm-76 {
    max-height: 76px !important;
  }
  .min-height-sm-76 {
    min-height: 76px !important;
  }
}
@media (max-width: 768px) {
  .w-md-76 {
    width: 76% !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
  .max-w-md-76 {
    max-width: 76% !important;
  }
  .min-w-md-76 {
    min-width: 76% !important;
  }
  .max-h-md-76 {
    max-height: 76% !important;
  }
  .min-h-md-76 {
    min-height: 76% !important;
  }
  .min-md-vw-76 {
    min-width: 76vw !important;
  }
  .min-md-vh-76 {
    min-height: 76vh !important;
  }
  .vw-md-76 {
    width: 76vw !important;
  }
  .vh-md-76 {
    height: 76vh !important;
  }
  .width-md-76 {
    width: 76px !important;
  }
  .height-md-76 {
    height: 76px !important;
  }
  .max-width-md-76 {
    max-width: 76px !important;
  }
  .min-width-md-76 {
    min-width: 76px !important;
  }
  .max-height-md-76 {
    max-height: 76px !important;
  }
  .min-height-md-76 {
    min-height: 76px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-76 {
    width: 76% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
  .max-w-lg-76 {
    max-width: 76% !important;
  }
  .min-w-lg-76 {
    min-width: 76% !important;
  }
  .max-h-lg-76 {
    max-height: 76% !important;
  }
  .min-h-lg-76 {
    min-height: 76% !important;
  }
  .min-lg-vw-76 {
    min-width: 76vw !important;
  }
  .min-lg-vh-76 {
    min-height: 76vh !important;
  }
  .vw-lg-76 {
    width: 76vw !important;
  }
  .vh-lg-76 {
    height: 76vh !important;
  }
  .width-lg-76 {
    width: 76px !important;
  }
  .height-lg-76 {
    height: 76px !important;
  }
  .max-width-lg-76 {
    max-width: 76px !important;
  }
  .min-width-lg-76 {
    min-width: 76px !important;
  }
  .max-height-lg-76 {
    max-height: 76px !important;
  }
  .min-height-lg-76 {
    min-height: 76px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-76 {
    width: 76% !important;
  }
  .h-xl-76 {
    height: 76% !important;
  }
  .max-w-xl-76 {
    max-width: 76% !important;
  }
  .min-w-xl-76 {
    min-width: 76% !important;
  }
  .max-h-xl-76 {
    max-height: 76% !important;
  }
  .min-h-xl-76 {
    min-height: 76% !important;
  }
  .min-xl-vw-76 {
    min-width: 76vw !important;
  }
  .min-xl-vh-76 {
    min-height: 76vh !important;
  }
  .vw-xl-76 {
    width: 76vw !important;
  }
  .vh-xl-76 {
    height: 76vh !important;
  }
  .width-xl-76 {
    width: 76px !important;
  }
  .height-xl-76 {
    height: 76px !important;
  }
  .max-width-xl-76 {
    max-width: 76px !important;
  }
  .min-width-xl-76 {
    min-width: 76px !important;
  }
  .max-height-xl-76 {
    max-height: 76px !important;
  }
  .min-height-xl-76 {
    min-height: 76px !important;
  }
}
.w-76 {
  width: 76% !important;
}

.h-76 {
  height: 76% !important;
}

.max-w-76 {
  max-width: 76% !important;
}

.min-w-76 {
  min-width: 76% !important;
}

.max-h-76 {
  max-height: 76% !important;
}

.min-h-76 {
  min-height: 76% !important;
}

.min-vw-76 {
  min-width: 76vw !important;
}

.min-vh-76 {
  min-height: 76vh !important;
}

.vw-76 {
  width: 76vw !important;
}

.vh-76 {
  height: 76vh !important;
}

.width-76 {
  width: 76px !important;
}

.height-76 {
  height: 76px !important;
}

.max-width-76 {
  max-width: 76px !important;
}

.min-width-76 {
  min-width: 76px !important;
}

.max-height-76 {
  max-height: 76px !important;
}

.min-height-76 {
  min-height: 76px !important;
}

@media (max-width: 576px) {
  .w-sm-77 {
    width: 77% !important;
  }
  .h-sm-77 {
    height: 77% !important;
  }
  .max-w-sm-77 {
    max-width: 77% !important;
  }
  .min-w-sm-77 {
    min-width: 77% !important;
  }
  .max-h-sm-77 {
    max-height: 77% !important;
  }
  .min-h-sm-77 {
    min-height: 77% !important;
  }
  .min-sm-vw-77 {
    min-width: 77vw !important;
  }
  .min-sm-vh-77 {
    min-height: 77vh !important;
  }
  .vw-sm-77 {
    width: 77vw !important;
  }
  .vh-sm-77 {
    height: 77vh !important;
  }
  .width-sm-77 {
    width: 77px !important;
  }
  .height-sm-77 {
    height: 77px !important;
  }
  .max-width-sm-77 {
    max-width: 77px !important;
  }
  .min-width-sm-77 {
    min-width: 77px !important;
  }
  .max-height-sm-77 {
    max-height: 77px !important;
  }
  .min-height-sm-77 {
    min-height: 77px !important;
  }
}
@media (max-width: 768px) {
  .w-md-77 {
    width: 77% !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
  .max-w-md-77 {
    max-width: 77% !important;
  }
  .min-w-md-77 {
    min-width: 77% !important;
  }
  .max-h-md-77 {
    max-height: 77% !important;
  }
  .min-h-md-77 {
    min-height: 77% !important;
  }
  .min-md-vw-77 {
    min-width: 77vw !important;
  }
  .min-md-vh-77 {
    min-height: 77vh !important;
  }
  .vw-md-77 {
    width: 77vw !important;
  }
  .vh-md-77 {
    height: 77vh !important;
  }
  .width-md-77 {
    width: 77px !important;
  }
  .height-md-77 {
    height: 77px !important;
  }
  .max-width-md-77 {
    max-width: 77px !important;
  }
  .min-width-md-77 {
    min-width: 77px !important;
  }
  .max-height-md-77 {
    max-height: 77px !important;
  }
  .min-height-md-77 {
    min-height: 77px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-77 {
    width: 77% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
  .max-w-lg-77 {
    max-width: 77% !important;
  }
  .min-w-lg-77 {
    min-width: 77% !important;
  }
  .max-h-lg-77 {
    max-height: 77% !important;
  }
  .min-h-lg-77 {
    min-height: 77% !important;
  }
  .min-lg-vw-77 {
    min-width: 77vw !important;
  }
  .min-lg-vh-77 {
    min-height: 77vh !important;
  }
  .vw-lg-77 {
    width: 77vw !important;
  }
  .vh-lg-77 {
    height: 77vh !important;
  }
  .width-lg-77 {
    width: 77px !important;
  }
  .height-lg-77 {
    height: 77px !important;
  }
  .max-width-lg-77 {
    max-width: 77px !important;
  }
  .min-width-lg-77 {
    min-width: 77px !important;
  }
  .max-height-lg-77 {
    max-height: 77px !important;
  }
  .min-height-lg-77 {
    min-height: 77px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-77 {
    width: 77% !important;
  }
  .h-xl-77 {
    height: 77% !important;
  }
  .max-w-xl-77 {
    max-width: 77% !important;
  }
  .min-w-xl-77 {
    min-width: 77% !important;
  }
  .max-h-xl-77 {
    max-height: 77% !important;
  }
  .min-h-xl-77 {
    min-height: 77% !important;
  }
  .min-xl-vw-77 {
    min-width: 77vw !important;
  }
  .min-xl-vh-77 {
    min-height: 77vh !important;
  }
  .vw-xl-77 {
    width: 77vw !important;
  }
  .vh-xl-77 {
    height: 77vh !important;
  }
  .width-xl-77 {
    width: 77px !important;
  }
  .height-xl-77 {
    height: 77px !important;
  }
  .max-width-xl-77 {
    max-width: 77px !important;
  }
  .min-width-xl-77 {
    min-width: 77px !important;
  }
  .max-height-xl-77 {
    max-height: 77px !important;
  }
  .min-height-xl-77 {
    min-height: 77px !important;
  }
}
.w-77 {
  width: 77% !important;
}

.h-77 {
  height: 77% !important;
}

.max-w-77 {
  max-width: 77% !important;
}

.min-w-77 {
  min-width: 77% !important;
}

.max-h-77 {
  max-height: 77% !important;
}

.min-h-77 {
  min-height: 77% !important;
}

.min-vw-77 {
  min-width: 77vw !important;
}

.min-vh-77 {
  min-height: 77vh !important;
}

.vw-77 {
  width: 77vw !important;
}

.vh-77 {
  height: 77vh !important;
}

.width-77 {
  width: 77px !important;
}

.height-77 {
  height: 77px !important;
}

.max-width-77 {
  max-width: 77px !important;
}

.min-width-77 {
  min-width: 77px !important;
}

.max-height-77 {
  max-height: 77px !important;
}

.min-height-77 {
  min-height: 77px !important;
}

@media (max-width: 576px) {
  .w-sm-78 {
    width: 78% !important;
  }
  .h-sm-78 {
    height: 78% !important;
  }
  .max-w-sm-78 {
    max-width: 78% !important;
  }
  .min-w-sm-78 {
    min-width: 78% !important;
  }
  .max-h-sm-78 {
    max-height: 78% !important;
  }
  .min-h-sm-78 {
    min-height: 78% !important;
  }
  .min-sm-vw-78 {
    min-width: 78vw !important;
  }
  .min-sm-vh-78 {
    min-height: 78vh !important;
  }
  .vw-sm-78 {
    width: 78vw !important;
  }
  .vh-sm-78 {
    height: 78vh !important;
  }
  .width-sm-78 {
    width: 78px !important;
  }
  .height-sm-78 {
    height: 78px !important;
  }
  .max-width-sm-78 {
    max-width: 78px !important;
  }
  .min-width-sm-78 {
    min-width: 78px !important;
  }
  .max-height-sm-78 {
    max-height: 78px !important;
  }
  .min-height-sm-78 {
    min-height: 78px !important;
  }
}
@media (max-width: 768px) {
  .w-md-78 {
    width: 78% !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
  .max-w-md-78 {
    max-width: 78% !important;
  }
  .min-w-md-78 {
    min-width: 78% !important;
  }
  .max-h-md-78 {
    max-height: 78% !important;
  }
  .min-h-md-78 {
    min-height: 78% !important;
  }
  .min-md-vw-78 {
    min-width: 78vw !important;
  }
  .min-md-vh-78 {
    min-height: 78vh !important;
  }
  .vw-md-78 {
    width: 78vw !important;
  }
  .vh-md-78 {
    height: 78vh !important;
  }
  .width-md-78 {
    width: 78px !important;
  }
  .height-md-78 {
    height: 78px !important;
  }
  .max-width-md-78 {
    max-width: 78px !important;
  }
  .min-width-md-78 {
    min-width: 78px !important;
  }
  .max-height-md-78 {
    max-height: 78px !important;
  }
  .min-height-md-78 {
    min-height: 78px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-78 {
    width: 78% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
  .max-w-lg-78 {
    max-width: 78% !important;
  }
  .min-w-lg-78 {
    min-width: 78% !important;
  }
  .max-h-lg-78 {
    max-height: 78% !important;
  }
  .min-h-lg-78 {
    min-height: 78% !important;
  }
  .min-lg-vw-78 {
    min-width: 78vw !important;
  }
  .min-lg-vh-78 {
    min-height: 78vh !important;
  }
  .vw-lg-78 {
    width: 78vw !important;
  }
  .vh-lg-78 {
    height: 78vh !important;
  }
  .width-lg-78 {
    width: 78px !important;
  }
  .height-lg-78 {
    height: 78px !important;
  }
  .max-width-lg-78 {
    max-width: 78px !important;
  }
  .min-width-lg-78 {
    min-width: 78px !important;
  }
  .max-height-lg-78 {
    max-height: 78px !important;
  }
  .min-height-lg-78 {
    min-height: 78px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-78 {
    width: 78% !important;
  }
  .h-xl-78 {
    height: 78% !important;
  }
  .max-w-xl-78 {
    max-width: 78% !important;
  }
  .min-w-xl-78 {
    min-width: 78% !important;
  }
  .max-h-xl-78 {
    max-height: 78% !important;
  }
  .min-h-xl-78 {
    min-height: 78% !important;
  }
  .min-xl-vw-78 {
    min-width: 78vw !important;
  }
  .min-xl-vh-78 {
    min-height: 78vh !important;
  }
  .vw-xl-78 {
    width: 78vw !important;
  }
  .vh-xl-78 {
    height: 78vh !important;
  }
  .width-xl-78 {
    width: 78px !important;
  }
  .height-xl-78 {
    height: 78px !important;
  }
  .max-width-xl-78 {
    max-width: 78px !important;
  }
  .min-width-xl-78 {
    min-width: 78px !important;
  }
  .max-height-xl-78 {
    max-height: 78px !important;
  }
  .min-height-xl-78 {
    min-height: 78px !important;
  }
}
.w-78 {
  width: 78% !important;
}

.h-78 {
  height: 78% !important;
}

.max-w-78 {
  max-width: 78% !important;
}

.min-w-78 {
  min-width: 78% !important;
}

.max-h-78 {
  max-height: 78% !important;
}

.min-h-78 {
  min-height: 78% !important;
}

.min-vw-78 {
  min-width: 78vw !important;
}

.min-vh-78 {
  min-height: 78vh !important;
}

.vw-78 {
  width: 78vw !important;
}

.vh-78 {
  height: 78vh !important;
}

.width-78 {
  width: 78px !important;
}

.height-78 {
  height: 78px !important;
}

.max-width-78 {
  max-width: 78px !important;
}

.min-width-78 {
  min-width: 78px !important;
}

.max-height-78 {
  max-height: 78px !important;
}

.min-height-78 {
  min-height: 78px !important;
}

@media (max-width: 576px) {
  .w-sm-79 {
    width: 79% !important;
  }
  .h-sm-79 {
    height: 79% !important;
  }
  .max-w-sm-79 {
    max-width: 79% !important;
  }
  .min-w-sm-79 {
    min-width: 79% !important;
  }
  .max-h-sm-79 {
    max-height: 79% !important;
  }
  .min-h-sm-79 {
    min-height: 79% !important;
  }
  .min-sm-vw-79 {
    min-width: 79vw !important;
  }
  .min-sm-vh-79 {
    min-height: 79vh !important;
  }
  .vw-sm-79 {
    width: 79vw !important;
  }
  .vh-sm-79 {
    height: 79vh !important;
  }
  .width-sm-79 {
    width: 79px !important;
  }
  .height-sm-79 {
    height: 79px !important;
  }
  .max-width-sm-79 {
    max-width: 79px !important;
  }
  .min-width-sm-79 {
    min-width: 79px !important;
  }
  .max-height-sm-79 {
    max-height: 79px !important;
  }
  .min-height-sm-79 {
    min-height: 79px !important;
  }
}
@media (max-width: 768px) {
  .w-md-79 {
    width: 79% !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
  .max-w-md-79 {
    max-width: 79% !important;
  }
  .min-w-md-79 {
    min-width: 79% !important;
  }
  .max-h-md-79 {
    max-height: 79% !important;
  }
  .min-h-md-79 {
    min-height: 79% !important;
  }
  .min-md-vw-79 {
    min-width: 79vw !important;
  }
  .min-md-vh-79 {
    min-height: 79vh !important;
  }
  .vw-md-79 {
    width: 79vw !important;
  }
  .vh-md-79 {
    height: 79vh !important;
  }
  .width-md-79 {
    width: 79px !important;
  }
  .height-md-79 {
    height: 79px !important;
  }
  .max-width-md-79 {
    max-width: 79px !important;
  }
  .min-width-md-79 {
    min-width: 79px !important;
  }
  .max-height-md-79 {
    max-height: 79px !important;
  }
  .min-height-md-79 {
    min-height: 79px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-79 {
    width: 79% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
  .max-w-lg-79 {
    max-width: 79% !important;
  }
  .min-w-lg-79 {
    min-width: 79% !important;
  }
  .max-h-lg-79 {
    max-height: 79% !important;
  }
  .min-h-lg-79 {
    min-height: 79% !important;
  }
  .min-lg-vw-79 {
    min-width: 79vw !important;
  }
  .min-lg-vh-79 {
    min-height: 79vh !important;
  }
  .vw-lg-79 {
    width: 79vw !important;
  }
  .vh-lg-79 {
    height: 79vh !important;
  }
  .width-lg-79 {
    width: 79px !important;
  }
  .height-lg-79 {
    height: 79px !important;
  }
  .max-width-lg-79 {
    max-width: 79px !important;
  }
  .min-width-lg-79 {
    min-width: 79px !important;
  }
  .max-height-lg-79 {
    max-height: 79px !important;
  }
  .min-height-lg-79 {
    min-height: 79px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-79 {
    width: 79% !important;
  }
  .h-xl-79 {
    height: 79% !important;
  }
  .max-w-xl-79 {
    max-width: 79% !important;
  }
  .min-w-xl-79 {
    min-width: 79% !important;
  }
  .max-h-xl-79 {
    max-height: 79% !important;
  }
  .min-h-xl-79 {
    min-height: 79% !important;
  }
  .min-xl-vw-79 {
    min-width: 79vw !important;
  }
  .min-xl-vh-79 {
    min-height: 79vh !important;
  }
  .vw-xl-79 {
    width: 79vw !important;
  }
  .vh-xl-79 {
    height: 79vh !important;
  }
  .width-xl-79 {
    width: 79px !important;
  }
  .height-xl-79 {
    height: 79px !important;
  }
  .max-width-xl-79 {
    max-width: 79px !important;
  }
  .min-width-xl-79 {
    min-width: 79px !important;
  }
  .max-height-xl-79 {
    max-height: 79px !important;
  }
  .min-height-xl-79 {
    min-height: 79px !important;
  }
}
.w-79 {
  width: 79% !important;
}

.h-79 {
  height: 79% !important;
}

.max-w-79 {
  max-width: 79% !important;
}

.min-w-79 {
  min-width: 79% !important;
}

.max-h-79 {
  max-height: 79% !important;
}

.min-h-79 {
  min-height: 79% !important;
}

.min-vw-79 {
  min-width: 79vw !important;
}

.min-vh-79 {
  min-height: 79vh !important;
}

.vw-79 {
  width: 79vw !important;
}

.vh-79 {
  height: 79vh !important;
}

.width-79 {
  width: 79px !important;
}

.height-79 {
  height: 79px !important;
}

.max-width-79 {
  max-width: 79px !important;
}

.min-width-79 {
  min-width: 79px !important;
}

.max-height-79 {
  max-height: 79px !important;
}

.min-height-79 {
  min-height: 79px !important;
}

@media (max-width: 576px) {
  .w-sm-80 {
    width: 80% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .max-w-sm-80 {
    max-width: 80% !important;
  }
  .min-w-sm-80 {
    min-width: 80% !important;
  }
  .max-h-sm-80 {
    max-height: 80% !important;
  }
  .min-h-sm-80 {
    min-height: 80% !important;
  }
  .min-sm-vw-80 {
    min-width: 80vw !important;
  }
  .min-sm-vh-80 {
    min-height: 80vh !important;
  }
  .vw-sm-80 {
    width: 80vw !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .width-sm-80 {
    width: 80px !important;
  }
  .height-sm-80 {
    height: 80px !important;
  }
  .max-width-sm-80 {
    max-width: 80px !important;
  }
  .min-width-sm-80 {
    min-width: 80px !important;
  }
  .max-height-sm-80 {
    max-height: 80px !important;
  }
  .min-height-sm-80 {
    min-height: 80px !important;
  }
}
@media (max-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .max-w-md-80 {
    max-width: 80% !important;
  }
  .min-w-md-80 {
    min-width: 80% !important;
  }
  .max-h-md-80 {
    max-height: 80% !important;
  }
  .min-h-md-80 {
    min-height: 80% !important;
  }
  .min-md-vw-80 {
    min-width: 80vw !important;
  }
  .min-md-vh-80 {
    min-height: 80vh !important;
  }
  .vw-md-80 {
    width: 80vw !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .width-md-80 {
    width: 80px !important;
  }
  .height-md-80 {
    height: 80px !important;
  }
  .max-width-md-80 {
    max-width: 80px !important;
  }
  .min-width-md-80 {
    min-width: 80px !important;
  }
  .max-height-md-80 {
    max-height: 80px !important;
  }
  .min-height-md-80 {
    min-height: 80px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .max-w-lg-80 {
    max-width: 80% !important;
  }
  .min-w-lg-80 {
    min-width: 80% !important;
  }
  .max-h-lg-80 {
    max-height: 80% !important;
  }
  .min-h-lg-80 {
    min-height: 80% !important;
  }
  .min-lg-vw-80 {
    min-width: 80vw !important;
  }
  .min-lg-vh-80 {
    min-height: 80vh !important;
  }
  .vw-lg-80 {
    width: 80vw !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .width-lg-80 {
    width: 80px !important;
  }
  .height-lg-80 {
    height: 80px !important;
  }
  .max-width-lg-80 {
    max-width: 80px !important;
  }
  .min-width-lg-80 {
    min-width: 80px !important;
  }
  .max-height-lg-80 {
    max-height: 80px !important;
  }
  .min-height-lg-80 {
    min-height: 80px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-80 {
    width: 80% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .max-w-xl-80 {
    max-width: 80% !important;
  }
  .min-w-xl-80 {
    min-width: 80% !important;
  }
  .max-h-xl-80 {
    max-height: 80% !important;
  }
  .min-h-xl-80 {
    min-height: 80% !important;
  }
  .min-xl-vw-80 {
    min-width: 80vw !important;
  }
  .min-xl-vh-80 {
    min-height: 80vh !important;
  }
  .vw-xl-80 {
    width: 80vw !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .width-xl-80 {
    width: 80px !important;
  }
  .height-xl-80 {
    height: 80px !important;
  }
  .max-width-xl-80 {
    max-width: 80px !important;
  }
  .min-width-xl-80 {
    min-width: 80px !important;
  }
  .max-height-xl-80 {
    max-height: 80px !important;
  }
  .min-height-xl-80 {
    min-height: 80px !important;
  }
}
.w-80 {
  width: 80% !important;
}

.h-80 {
  height: 80% !important;
}

.max-w-80 {
  max-width: 80% !important;
}

.min-w-80 {
  min-width: 80% !important;
}

.max-h-80 {
  max-height: 80% !important;
}

.min-h-80 {
  min-height: 80% !important;
}

.min-vw-80 {
  min-width: 80vw !important;
}

.min-vh-80 {
  min-height: 80vh !important;
}

.vw-80 {
  width: 80vw !important;
}

.vh-80 {
  height: 80vh !important;
}

.width-80 {
  width: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.min-width-80 {
  min-width: 80px !important;
}

.max-height-80 {
  max-height: 80px !important;
}

.min-height-80 {
  min-height: 80px !important;
}

@media (max-width: 576px) {
  .w-sm-81 {
    width: 81% !important;
  }
  .h-sm-81 {
    height: 81% !important;
  }
  .max-w-sm-81 {
    max-width: 81% !important;
  }
  .min-w-sm-81 {
    min-width: 81% !important;
  }
  .max-h-sm-81 {
    max-height: 81% !important;
  }
  .min-h-sm-81 {
    min-height: 81% !important;
  }
  .min-sm-vw-81 {
    min-width: 81vw !important;
  }
  .min-sm-vh-81 {
    min-height: 81vh !important;
  }
  .vw-sm-81 {
    width: 81vw !important;
  }
  .vh-sm-81 {
    height: 81vh !important;
  }
  .width-sm-81 {
    width: 81px !important;
  }
  .height-sm-81 {
    height: 81px !important;
  }
  .max-width-sm-81 {
    max-width: 81px !important;
  }
  .min-width-sm-81 {
    min-width: 81px !important;
  }
  .max-height-sm-81 {
    max-height: 81px !important;
  }
  .min-height-sm-81 {
    min-height: 81px !important;
  }
}
@media (max-width: 768px) {
  .w-md-81 {
    width: 81% !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
  .max-w-md-81 {
    max-width: 81% !important;
  }
  .min-w-md-81 {
    min-width: 81% !important;
  }
  .max-h-md-81 {
    max-height: 81% !important;
  }
  .min-h-md-81 {
    min-height: 81% !important;
  }
  .min-md-vw-81 {
    min-width: 81vw !important;
  }
  .min-md-vh-81 {
    min-height: 81vh !important;
  }
  .vw-md-81 {
    width: 81vw !important;
  }
  .vh-md-81 {
    height: 81vh !important;
  }
  .width-md-81 {
    width: 81px !important;
  }
  .height-md-81 {
    height: 81px !important;
  }
  .max-width-md-81 {
    max-width: 81px !important;
  }
  .min-width-md-81 {
    min-width: 81px !important;
  }
  .max-height-md-81 {
    max-height: 81px !important;
  }
  .min-height-md-81 {
    min-height: 81px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-81 {
    width: 81% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
  .max-w-lg-81 {
    max-width: 81% !important;
  }
  .min-w-lg-81 {
    min-width: 81% !important;
  }
  .max-h-lg-81 {
    max-height: 81% !important;
  }
  .min-h-lg-81 {
    min-height: 81% !important;
  }
  .min-lg-vw-81 {
    min-width: 81vw !important;
  }
  .min-lg-vh-81 {
    min-height: 81vh !important;
  }
  .vw-lg-81 {
    width: 81vw !important;
  }
  .vh-lg-81 {
    height: 81vh !important;
  }
  .width-lg-81 {
    width: 81px !important;
  }
  .height-lg-81 {
    height: 81px !important;
  }
  .max-width-lg-81 {
    max-width: 81px !important;
  }
  .min-width-lg-81 {
    min-width: 81px !important;
  }
  .max-height-lg-81 {
    max-height: 81px !important;
  }
  .min-height-lg-81 {
    min-height: 81px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-81 {
    width: 81% !important;
  }
  .h-xl-81 {
    height: 81% !important;
  }
  .max-w-xl-81 {
    max-width: 81% !important;
  }
  .min-w-xl-81 {
    min-width: 81% !important;
  }
  .max-h-xl-81 {
    max-height: 81% !important;
  }
  .min-h-xl-81 {
    min-height: 81% !important;
  }
  .min-xl-vw-81 {
    min-width: 81vw !important;
  }
  .min-xl-vh-81 {
    min-height: 81vh !important;
  }
  .vw-xl-81 {
    width: 81vw !important;
  }
  .vh-xl-81 {
    height: 81vh !important;
  }
  .width-xl-81 {
    width: 81px !important;
  }
  .height-xl-81 {
    height: 81px !important;
  }
  .max-width-xl-81 {
    max-width: 81px !important;
  }
  .min-width-xl-81 {
    min-width: 81px !important;
  }
  .max-height-xl-81 {
    max-height: 81px !important;
  }
  .min-height-xl-81 {
    min-height: 81px !important;
  }
}
.w-81 {
  width: 81% !important;
}

.h-81 {
  height: 81% !important;
}

.max-w-81 {
  max-width: 81% !important;
}

.min-w-81 {
  min-width: 81% !important;
}

.max-h-81 {
  max-height: 81% !important;
}

.min-h-81 {
  min-height: 81% !important;
}

.min-vw-81 {
  min-width: 81vw !important;
}

.min-vh-81 {
  min-height: 81vh !important;
}

.vw-81 {
  width: 81vw !important;
}

.vh-81 {
  height: 81vh !important;
}

.width-81 {
  width: 81px !important;
}

.height-81 {
  height: 81px !important;
}

.max-width-81 {
  max-width: 81px !important;
}

.min-width-81 {
  min-width: 81px !important;
}

.max-height-81 {
  max-height: 81px !important;
}

.min-height-81 {
  min-height: 81px !important;
}

@media (max-width: 576px) {
  .w-sm-82 {
    width: 82% !important;
  }
  .h-sm-82 {
    height: 82% !important;
  }
  .max-w-sm-82 {
    max-width: 82% !important;
  }
  .min-w-sm-82 {
    min-width: 82% !important;
  }
  .max-h-sm-82 {
    max-height: 82% !important;
  }
  .min-h-sm-82 {
    min-height: 82% !important;
  }
  .min-sm-vw-82 {
    min-width: 82vw !important;
  }
  .min-sm-vh-82 {
    min-height: 82vh !important;
  }
  .vw-sm-82 {
    width: 82vw !important;
  }
  .vh-sm-82 {
    height: 82vh !important;
  }
  .width-sm-82 {
    width: 82px !important;
  }
  .height-sm-82 {
    height: 82px !important;
  }
  .max-width-sm-82 {
    max-width: 82px !important;
  }
  .min-width-sm-82 {
    min-width: 82px !important;
  }
  .max-height-sm-82 {
    max-height: 82px !important;
  }
  .min-height-sm-82 {
    min-height: 82px !important;
  }
}
@media (max-width: 768px) {
  .w-md-82 {
    width: 82% !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
  .max-w-md-82 {
    max-width: 82% !important;
  }
  .min-w-md-82 {
    min-width: 82% !important;
  }
  .max-h-md-82 {
    max-height: 82% !important;
  }
  .min-h-md-82 {
    min-height: 82% !important;
  }
  .min-md-vw-82 {
    min-width: 82vw !important;
  }
  .min-md-vh-82 {
    min-height: 82vh !important;
  }
  .vw-md-82 {
    width: 82vw !important;
  }
  .vh-md-82 {
    height: 82vh !important;
  }
  .width-md-82 {
    width: 82px !important;
  }
  .height-md-82 {
    height: 82px !important;
  }
  .max-width-md-82 {
    max-width: 82px !important;
  }
  .min-width-md-82 {
    min-width: 82px !important;
  }
  .max-height-md-82 {
    max-height: 82px !important;
  }
  .min-height-md-82 {
    min-height: 82px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-82 {
    width: 82% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
  .max-w-lg-82 {
    max-width: 82% !important;
  }
  .min-w-lg-82 {
    min-width: 82% !important;
  }
  .max-h-lg-82 {
    max-height: 82% !important;
  }
  .min-h-lg-82 {
    min-height: 82% !important;
  }
  .min-lg-vw-82 {
    min-width: 82vw !important;
  }
  .min-lg-vh-82 {
    min-height: 82vh !important;
  }
  .vw-lg-82 {
    width: 82vw !important;
  }
  .vh-lg-82 {
    height: 82vh !important;
  }
  .width-lg-82 {
    width: 82px !important;
  }
  .height-lg-82 {
    height: 82px !important;
  }
  .max-width-lg-82 {
    max-width: 82px !important;
  }
  .min-width-lg-82 {
    min-width: 82px !important;
  }
  .max-height-lg-82 {
    max-height: 82px !important;
  }
  .min-height-lg-82 {
    min-height: 82px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-82 {
    width: 82% !important;
  }
  .h-xl-82 {
    height: 82% !important;
  }
  .max-w-xl-82 {
    max-width: 82% !important;
  }
  .min-w-xl-82 {
    min-width: 82% !important;
  }
  .max-h-xl-82 {
    max-height: 82% !important;
  }
  .min-h-xl-82 {
    min-height: 82% !important;
  }
  .min-xl-vw-82 {
    min-width: 82vw !important;
  }
  .min-xl-vh-82 {
    min-height: 82vh !important;
  }
  .vw-xl-82 {
    width: 82vw !important;
  }
  .vh-xl-82 {
    height: 82vh !important;
  }
  .width-xl-82 {
    width: 82px !important;
  }
  .height-xl-82 {
    height: 82px !important;
  }
  .max-width-xl-82 {
    max-width: 82px !important;
  }
  .min-width-xl-82 {
    min-width: 82px !important;
  }
  .max-height-xl-82 {
    max-height: 82px !important;
  }
  .min-height-xl-82 {
    min-height: 82px !important;
  }
}
.w-82 {
  width: 82% !important;
}

.h-82 {
  height: 82% !important;
}

.max-w-82 {
  max-width: 82% !important;
}

.min-w-82 {
  min-width: 82% !important;
}

.max-h-82 {
  max-height: 82% !important;
}

.min-h-82 {
  min-height: 82% !important;
}

.min-vw-82 {
  min-width: 82vw !important;
}

.min-vh-82 {
  min-height: 82vh !important;
}

.vw-82 {
  width: 82vw !important;
}

.vh-82 {
  height: 82vh !important;
}

.width-82 {
  width: 82px !important;
}

.height-82 {
  height: 82px !important;
}

.max-width-82 {
  max-width: 82px !important;
}

.min-width-82 {
  min-width: 82px !important;
}

.max-height-82 {
  max-height: 82px !important;
}

.min-height-82 {
  min-height: 82px !important;
}

@media (max-width: 576px) {
  .w-sm-83 {
    width: 83% !important;
  }
  .h-sm-83 {
    height: 83% !important;
  }
  .max-w-sm-83 {
    max-width: 83% !important;
  }
  .min-w-sm-83 {
    min-width: 83% !important;
  }
  .max-h-sm-83 {
    max-height: 83% !important;
  }
  .min-h-sm-83 {
    min-height: 83% !important;
  }
  .min-sm-vw-83 {
    min-width: 83vw !important;
  }
  .min-sm-vh-83 {
    min-height: 83vh !important;
  }
  .vw-sm-83 {
    width: 83vw !important;
  }
  .vh-sm-83 {
    height: 83vh !important;
  }
  .width-sm-83 {
    width: 83px !important;
  }
  .height-sm-83 {
    height: 83px !important;
  }
  .max-width-sm-83 {
    max-width: 83px !important;
  }
  .min-width-sm-83 {
    min-width: 83px !important;
  }
  .max-height-sm-83 {
    max-height: 83px !important;
  }
  .min-height-sm-83 {
    min-height: 83px !important;
  }
}
@media (max-width: 768px) {
  .w-md-83 {
    width: 83% !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
  .max-w-md-83 {
    max-width: 83% !important;
  }
  .min-w-md-83 {
    min-width: 83% !important;
  }
  .max-h-md-83 {
    max-height: 83% !important;
  }
  .min-h-md-83 {
    min-height: 83% !important;
  }
  .min-md-vw-83 {
    min-width: 83vw !important;
  }
  .min-md-vh-83 {
    min-height: 83vh !important;
  }
  .vw-md-83 {
    width: 83vw !important;
  }
  .vh-md-83 {
    height: 83vh !important;
  }
  .width-md-83 {
    width: 83px !important;
  }
  .height-md-83 {
    height: 83px !important;
  }
  .max-width-md-83 {
    max-width: 83px !important;
  }
  .min-width-md-83 {
    min-width: 83px !important;
  }
  .max-height-md-83 {
    max-height: 83px !important;
  }
  .min-height-md-83 {
    min-height: 83px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-83 {
    width: 83% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
  .max-w-lg-83 {
    max-width: 83% !important;
  }
  .min-w-lg-83 {
    min-width: 83% !important;
  }
  .max-h-lg-83 {
    max-height: 83% !important;
  }
  .min-h-lg-83 {
    min-height: 83% !important;
  }
  .min-lg-vw-83 {
    min-width: 83vw !important;
  }
  .min-lg-vh-83 {
    min-height: 83vh !important;
  }
  .vw-lg-83 {
    width: 83vw !important;
  }
  .vh-lg-83 {
    height: 83vh !important;
  }
  .width-lg-83 {
    width: 83px !important;
  }
  .height-lg-83 {
    height: 83px !important;
  }
  .max-width-lg-83 {
    max-width: 83px !important;
  }
  .min-width-lg-83 {
    min-width: 83px !important;
  }
  .max-height-lg-83 {
    max-height: 83px !important;
  }
  .min-height-lg-83 {
    min-height: 83px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-83 {
    width: 83% !important;
  }
  .h-xl-83 {
    height: 83% !important;
  }
  .max-w-xl-83 {
    max-width: 83% !important;
  }
  .min-w-xl-83 {
    min-width: 83% !important;
  }
  .max-h-xl-83 {
    max-height: 83% !important;
  }
  .min-h-xl-83 {
    min-height: 83% !important;
  }
  .min-xl-vw-83 {
    min-width: 83vw !important;
  }
  .min-xl-vh-83 {
    min-height: 83vh !important;
  }
  .vw-xl-83 {
    width: 83vw !important;
  }
  .vh-xl-83 {
    height: 83vh !important;
  }
  .width-xl-83 {
    width: 83px !important;
  }
  .height-xl-83 {
    height: 83px !important;
  }
  .max-width-xl-83 {
    max-width: 83px !important;
  }
  .min-width-xl-83 {
    min-width: 83px !important;
  }
  .max-height-xl-83 {
    max-height: 83px !important;
  }
  .min-height-xl-83 {
    min-height: 83px !important;
  }
}
.w-83 {
  width: 83% !important;
}

.h-83 {
  height: 83% !important;
}

.max-w-83 {
  max-width: 83% !important;
}

.min-w-83 {
  min-width: 83% !important;
}

.max-h-83 {
  max-height: 83% !important;
}

.min-h-83 {
  min-height: 83% !important;
}

.min-vw-83 {
  min-width: 83vw !important;
}

.min-vh-83 {
  min-height: 83vh !important;
}

.vw-83 {
  width: 83vw !important;
}

.vh-83 {
  height: 83vh !important;
}

.width-83 {
  width: 83px !important;
}

.height-83 {
  height: 83px !important;
}

.max-width-83 {
  max-width: 83px !important;
}

.min-width-83 {
  min-width: 83px !important;
}

.max-height-83 {
  max-height: 83px !important;
}

.min-height-83 {
  min-height: 83px !important;
}

@media (max-width: 576px) {
  .w-sm-84 {
    width: 84% !important;
  }
  .h-sm-84 {
    height: 84% !important;
  }
  .max-w-sm-84 {
    max-width: 84% !important;
  }
  .min-w-sm-84 {
    min-width: 84% !important;
  }
  .max-h-sm-84 {
    max-height: 84% !important;
  }
  .min-h-sm-84 {
    min-height: 84% !important;
  }
  .min-sm-vw-84 {
    min-width: 84vw !important;
  }
  .min-sm-vh-84 {
    min-height: 84vh !important;
  }
  .vw-sm-84 {
    width: 84vw !important;
  }
  .vh-sm-84 {
    height: 84vh !important;
  }
  .width-sm-84 {
    width: 84px !important;
  }
  .height-sm-84 {
    height: 84px !important;
  }
  .max-width-sm-84 {
    max-width: 84px !important;
  }
  .min-width-sm-84 {
    min-width: 84px !important;
  }
  .max-height-sm-84 {
    max-height: 84px !important;
  }
  .min-height-sm-84 {
    min-height: 84px !important;
  }
}
@media (max-width: 768px) {
  .w-md-84 {
    width: 84% !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
  .max-w-md-84 {
    max-width: 84% !important;
  }
  .min-w-md-84 {
    min-width: 84% !important;
  }
  .max-h-md-84 {
    max-height: 84% !important;
  }
  .min-h-md-84 {
    min-height: 84% !important;
  }
  .min-md-vw-84 {
    min-width: 84vw !important;
  }
  .min-md-vh-84 {
    min-height: 84vh !important;
  }
  .vw-md-84 {
    width: 84vw !important;
  }
  .vh-md-84 {
    height: 84vh !important;
  }
  .width-md-84 {
    width: 84px !important;
  }
  .height-md-84 {
    height: 84px !important;
  }
  .max-width-md-84 {
    max-width: 84px !important;
  }
  .min-width-md-84 {
    min-width: 84px !important;
  }
  .max-height-md-84 {
    max-height: 84px !important;
  }
  .min-height-md-84 {
    min-height: 84px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-84 {
    width: 84% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
  .max-w-lg-84 {
    max-width: 84% !important;
  }
  .min-w-lg-84 {
    min-width: 84% !important;
  }
  .max-h-lg-84 {
    max-height: 84% !important;
  }
  .min-h-lg-84 {
    min-height: 84% !important;
  }
  .min-lg-vw-84 {
    min-width: 84vw !important;
  }
  .min-lg-vh-84 {
    min-height: 84vh !important;
  }
  .vw-lg-84 {
    width: 84vw !important;
  }
  .vh-lg-84 {
    height: 84vh !important;
  }
  .width-lg-84 {
    width: 84px !important;
  }
  .height-lg-84 {
    height: 84px !important;
  }
  .max-width-lg-84 {
    max-width: 84px !important;
  }
  .min-width-lg-84 {
    min-width: 84px !important;
  }
  .max-height-lg-84 {
    max-height: 84px !important;
  }
  .min-height-lg-84 {
    min-height: 84px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-84 {
    width: 84% !important;
  }
  .h-xl-84 {
    height: 84% !important;
  }
  .max-w-xl-84 {
    max-width: 84% !important;
  }
  .min-w-xl-84 {
    min-width: 84% !important;
  }
  .max-h-xl-84 {
    max-height: 84% !important;
  }
  .min-h-xl-84 {
    min-height: 84% !important;
  }
  .min-xl-vw-84 {
    min-width: 84vw !important;
  }
  .min-xl-vh-84 {
    min-height: 84vh !important;
  }
  .vw-xl-84 {
    width: 84vw !important;
  }
  .vh-xl-84 {
    height: 84vh !important;
  }
  .width-xl-84 {
    width: 84px !important;
  }
  .height-xl-84 {
    height: 84px !important;
  }
  .max-width-xl-84 {
    max-width: 84px !important;
  }
  .min-width-xl-84 {
    min-width: 84px !important;
  }
  .max-height-xl-84 {
    max-height: 84px !important;
  }
  .min-height-xl-84 {
    min-height: 84px !important;
  }
}
.w-84 {
  width: 84% !important;
}

.h-84 {
  height: 84% !important;
}

.max-w-84 {
  max-width: 84% !important;
}

.min-w-84 {
  min-width: 84% !important;
}

.max-h-84 {
  max-height: 84% !important;
}

.min-h-84 {
  min-height: 84% !important;
}

.min-vw-84 {
  min-width: 84vw !important;
}

.min-vh-84 {
  min-height: 84vh !important;
}

.vw-84 {
  width: 84vw !important;
}

.vh-84 {
  height: 84vh !important;
}

.width-84 {
  width: 84px !important;
}

.height-84 {
  height: 84px !important;
}

.max-width-84 {
  max-width: 84px !important;
}

.min-width-84 {
  min-width: 84px !important;
}

.max-height-84 {
  max-height: 84px !important;
}

.min-height-84 {
  min-height: 84px !important;
}

@media (max-width: 576px) {
  .w-sm-85 {
    width: 85% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .max-w-sm-85 {
    max-width: 85% !important;
  }
  .min-w-sm-85 {
    min-width: 85% !important;
  }
  .max-h-sm-85 {
    max-height: 85% !important;
  }
  .min-h-sm-85 {
    min-height: 85% !important;
  }
  .min-sm-vw-85 {
    min-width: 85vw !important;
  }
  .min-sm-vh-85 {
    min-height: 85vh !important;
  }
  .vw-sm-85 {
    width: 85vw !important;
  }
  .vh-sm-85 {
    height: 85vh !important;
  }
  .width-sm-85 {
    width: 85px !important;
  }
  .height-sm-85 {
    height: 85px !important;
  }
  .max-width-sm-85 {
    max-width: 85px !important;
  }
  .min-width-sm-85 {
    min-width: 85px !important;
  }
  .max-height-sm-85 {
    max-height: 85px !important;
  }
  .min-height-sm-85 {
    min-height: 85px !important;
  }
}
@media (max-width: 768px) {
  .w-md-85 {
    width: 85% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .max-w-md-85 {
    max-width: 85% !important;
  }
  .min-w-md-85 {
    min-width: 85% !important;
  }
  .max-h-md-85 {
    max-height: 85% !important;
  }
  .min-h-md-85 {
    min-height: 85% !important;
  }
  .min-md-vw-85 {
    min-width: 85vw !important;
  }
  .min-md-vh-85 {
    min-height: 85vh !important;
  }
  .vw-md-85 {
    width: 85vw !important;
  }
  .vh-md-85 {
    height: 85vh !important;
  }
  .width-md-85 {
    width: 85px !important;
  }
  .height-md-85 {
    height: 85px !important;
  }
  .max-width-md-85 {
    max-width: 85px !important;
  }
  .min-width-md-85 {
    min-width: 85px !important;
  }
  .max-height-md-85 {
    max-height: 85px !important;
  }
  .min-height-md-85 {
    min-height: 85px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-85 {
    width: 85% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .max-w-lg-85 {
    max-width: 85% !important;
  }
  .min-w-lg-85 {
    min-width: 85% !important;
  }
  .max-h-lg-85 {
    max-height: 85% !important;
  }
  .min-h-lg-85 {
    min-height: 85% !important;
  }
  .min-lg-vw-85 {
    min-width: 85vw !important;
  }
  .min-lg-vh-85 {
    min-height: 85vh !important;
  }
  .vw-lg-85 {
    width: 85vw !important;
  }
  .vh-lg-85 {
    height: 85vh !important;
  }
  .width-lg-85 {
    width: 85px !important;
  }
  .height-lg-85 {
    height: 85px !important;
  }
  .max-width-lg-85 {
    max-width: 85px !important;
  }
  .min-width-lg-85 {
    min-width: 85px !important;
  }
  .max-height-lg-85 {
    max-height: 85px !important;
  }
  .min-height-lg-85 {
    min-height: 85px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-85 {
    width: 85% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .max-w-xl-85 {
    max-width: 85% !important;
  }
  .min-w-xl-85 {
    min-width: 85% !important;
  }
  .max-h-xl-85 {
    max-height: 85% !important;
  }
  .min-h-xl-85 {
    min-height: 85% !important;
  }
  .min-xl-vw-85 {
    min-width: 85vw !important;
  }
  .min-xl-vh-85 {
    min-height: 85vh !important;
  }
  .vw-xl-85 {
    width: 85vw !important;
  }
  .vh-xl-85 {
    height: 85vh !important;
  }
  .width-xl-85 {
    width: 85px !important;
  }
  .height-xl-85 {
    height: 85px !important;
  }
  .max-width-xl-85 {
    max-width: 85px !important;
  }
  .min-width-xl-85 {
    min-width: 85px !important;
  }
  .max-height-xl-85 {
    max-height: 85px !important;
  }
  .min-height-xl-85 {
    min-height: 85px !important;
  }
}
.w-85 {
  width: 85% !important;
}

.h-85 {
  height: 85% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

.min-w-85 {
  min-width: 85% !important;
}

.max-h-85 {
  max-height: 85% !important;
}

.min-h-85 {
  min-height: 85% !important;
}

.min-vw-85 {
  min-width: 85vw !important;
}

.min-vh-85 {
  min-height: 85vh !important;
}

.vw-85 {
  width: 85vw !important;
}

.vh-85 {
  height: 85vh !important;
}

.width-85 {
  width: 85px !important;
}

.height-85 {
  height: 85px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.min-width-85 {
  min-width: 85px !important;
}

.max-height-85 {
  max-height: 85px !important;
}

.min-height-85 {
  min-height: 85px !important;
}

@media (max-width: 576px) {
  .w-sm-86 {
    width: 86% !important;
  }
  .h-sm-86 {
    height: 86% !important;
  }
  .max-w-sm-86 {
    max-width: 86% !important;
  }
  .min-w-sm-86 {
    min-width: 86% !important;
  }
  .max-h-sm-86 {
    max-height: 86% !important;
  }
  .min-h-sm-86 {
    min-height: 86% !important;
  }
  .min-sm-vw-86 {
    min-width: 86vw !important;
  }
  .min-sm-vh-86 {
    min-height: 86vh !important;
  }
  .vw-sm-86 {
    width: 86vw !important;
  }
  .vh-sm-86 {
    height: 86vh !important;
  }
  .width-sm-86 {
    width: 86px !important;
  }
  .height-sm-86 {
    height: 86px !important;
  }
  .max-width-sm-86 {
    max-width: 86px !important;
  }
  .min-width-sm-86 {
    min-width: 86px !important;
  }
  .max-height-sm-86 {
    max-height: 86px !important;
  }
  .min-height-sm-86 {
    min-height: 86px !important;
  }
}
@media (max-width: 768px) {
  .w-md-86 {
    width: 86% !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
  .max-w-md-86 {
    max-width: 86% !important;
  }
  .min-w-md-86 {
    min-width: 86% !important;
  }
  .max-h-md-86 {
    max-height: 86% !important;
  }
  .min-h-md-86 {
    min-height: 86% !important;
  }
  .min-md-vw-86 {
    min-width: 86vw !important;
  }
  .min-md-vh-86 {
    min-height: 86vh !important;
  }
  .vw-md-86 {
    width: 86vw !important;
  }
  .vh-md-86 {
    height: 86vh !important;
  }
  .width-md-86 {
    width: 86px !important;
  }
  .height-md-86 {
    height: 86px !important;
  }
  .max-width-md-86 {
    max-width: 86px !important;
  }
  .min-width-md-86 {
    min-width: 86px !important;
  }
  .max-height-md-86 {
    max-height: 86px !important;
  }
  .min-height-md-86 {
    min-height: 86px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-86 {
    width: 86% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
  .max-w-lg-86 {
    max-width: 86% !important;
  }
  .min-w-lg-86 {
    min-width: 86% !important;
  }
  .max-h-lg-86 {
    max-height: 86% !important;
  }
  .min-h-lg-86 {
    min-height: 86% !important;
  }
  .min-lg-vw-86 {
    min-width: 86vw !important;
  }
  .min-lg-vh-86 {
    min-height: 86vh !important;
  }
  .vw-lg-86 {
    width: 86vw !important;
  }
  .vh-lg-86 {
    height: 86vh !important;
  }
  .width-lg-86 {
    width: 86px !important;
  }
  .height-lg-86 {
    height: 86px !important;
  }
  .max-width-lg-86 {
    max-width: 86px !important;
  }
  .min-width-lg-86 {
    min-width: 86px !important;
  }
  .max-height-lg-86 {
    max-height: 86px !important;
  }
  .min-height-lg-86 {
    min-height: 86px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-86 {
    width: 86% !important;
  }
  .h-xl-86 {
    height: 86% !important;
  }
  .max-w-xl-86 {
    max-width: 86% !important;
  }
  .min-w-xl-86 {
    min-width: 86% !important;
  }
  .max-h-xl-86 {
    max-height: 86% !important;
  }
  .min-h-xl-86 {
    min-height: 86% !important;
  }
  .min-xl-vw-86 {
    min-width: 86vw !important;
  }
  .min-xl-vh-86 {
    min-height: 86vh !important;
  }
  .vw-xl-86 {
    width: 86vw !important;
  }
  .vh-xl-86 {
    height: 86vh !important;
  }
  .width-xl-86 {
    width: 86px !important;
  }
  .height-xl-86 {
    height: 86px !important;
  }
  .max-width-xl-86 {
    max-width: 86px !important;
  }
  .min-width-xl-86 {
    min-width: 86px !important;
  }
  .max-height-xl-86 {
    max-height: 86px !important;
  }
  .min-height-xl-86 {
    min-height: 86px !important;
  }
}
.w-86 {
  width: 86% !important;
}

.h-86 {
  height: 86% !important;
}

.max-w-86 {
  max-width: 86% !important;
}

.min-w-86 {
  min-width: 86% !important;
}

.max-h-86 {
  max-height: 86% !important;
}

.min-h-86 {
  min-height: 86% !important;
}

.min-vw-86 {
  min-width: 86vw !important;
}

.min-vh-86 {
  min-height: 86vh !important;
}

.vw-86 {
  width: 86vw !important;
}

.vh-86 {
  height: 86vh !important;
}

.width-86 {
  width: 86px !important;
}

.height-86 {
  height: 86px !important;
}

.max-width-86 {
  max-width: 86px !important;
}

.min-width-86 {
  min-width: 86px !important;
}

.max-height-86 {
  max-height: 86px !important;
}

.min-height-86 {
  min-height: 86px !important;
}

@media (max-width: 576px) {
  .w-sm-87 {
    width: 87% !important;
  }
  .h-sm-87 {
    height: 87% !important;
  }
  .max-w-sm-87 {
    max-width: 87% !important;
  }
  .min-w-sm-87 {
    min-width: 87% !important;
  }
  .max-h-sm-87 {
    max-height: 87% !important;
  }
  .min-h-sm-87 {
    min-height: 87% !important;
  }
  .min-sm-vw-87 {
    min-width: 87vw !important;
  }
  .min-sm-vh-87 {
    min-height: 87vh !important;
  }
  .vw-sm-87 {
    width: 87vw !important;
  }
  .vh-sm-87 {
    height: 87vh !important;
  }
  .width-sm-87 {
    width: 87px !important;
  }
  .height-sm-87 {
    height: 87px !important;
  }
  .max-width-sm-87 {
    max-width: 87px !important;
  }
  .min-width-sm-87 {
    min-width: 87px !important;
  }
  .max-height-sm-87 {
    max-height: 87px !important;
  }
  .min-height-sm-87 {
    min-height: 87px !important;
  }
}
@media (max-width: 768px) {
  .w-md-87 {
    width: 87% !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
  .max-w-md-87 {
    max-width: 87% !important;
  }
  .min-w-md-87 {
    min-width: 87% !important;
  }
  .max-h-md-87 {
    max-height: 87% !important;
  }
  .min-h-md-87 {
    min-height: 87% !important;
  }
  .min-md-vw-87 {
    min-width: 87vw !important;
  }
  .min-md-vh-87 {
    min-height: 87vh !important;
  }
  .vw-md-87 {
    width: 87vw !important;
  }
  .vh-md-87 {
    height: 87vh !important;
  }
  .width-md-87 {
    width: 87px !important;
  }
  .height-md-87 {
    height: 87px !important;
  }
  .max-width-md-87 {
    max-width: 87px !important;
  }
  .min-width-md-87 {
    min-width: 87px !important;
  }
  .max-height-md-87 {
    max-height: 87px !important;
  }
  .min-height-md-87 {
    min-height: 87px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-87 {
    width: 87% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
  .max-w-lg-87 {
    max-width: 87% !important;
  }
  .min-w-lg-87 {
    min-width: 87% !important;
  }
  .max-h-lg-87 {
    max-height: 87% !important;
  }
  .min-h-lg-87 {
    min-height: 87% !important;
  }
  .min-lg-vw-87 {
    min-width: 87vw !important;
  }
  .min-lg-vh-87 {
    min-height: 87vh !important;
  }
  .vw-lg-87 {
    width: 87vw !important;
  }
  .vh-lg-87 {
    height: 87vh !important;
  }
  .width-lg-87 {
    width: 87px !important;
  }
  .height-lg-87 {
    height: 87px !important;
  }
  .max-width-lg-87 {
    max-width: 87px !important;
  }
  .min-width-lg-87 {
    min-width: 87px !important;
  }
  .max-height-lg-87 {
    max-height: 87px !important;
  }
  .min-height-lg-87 {
    min-height: 87px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-87 {
    width: 87% !important;
  }
  .h-xl-87 {
    height: 87% !important;
  }
  .max-w-xl-87 {
    max-width: 87% !important;
  }
  .min-w-xl-87 {
    min-width: 87% !important;
  }
  .max-h-xl-87 {
    max-height: 87% !important;
  }
  .min-h-xl-87 {
    min-height: 87% !important;
  }
  .min-xl-vw-87 {
    min-width: 87vw !important;
  }
  .min-xl-vh-87 {
    min-height: 87vh !important;
  }
  .vw-xl-87 {
    width: 87vw !important;
  }
  .vh-xl-87 {
    height: 87vh !important;
  }
  .width-xl-87 {
    width: 87px !important;
  }
  .height-xl-87 {
    height: 87px !important;
  }
  .max-width-xl-87 {
    max-width: 87px !important;
  }
  .min-width-xl-87 {
    min-width: 87px !important;
  }
  .max-height-xl-87 {
    max-height: 87px !important;
  }
  .min-height-xl-87 {
    min-height: 87px !important;
  }
}
.w-87 {
  width: 87% !important;
}

.h-87 {
  height: 87% !important;
}

.max-w-87 {
  max-width: 87% !important;
}

.min-w-87 {
  min-width: 87% !important;
}

.max-h-87 {
  max-height: 87% !important;
}

.min-h-87 {
  min-height: 87% !important;
}

.min-vw-87 {
  min-width: 87vw !important;
}

.min-vh-87 {
  min-height: 87vh !important;
}

.vw-87 {
  width: 87vw !important;
}

.vh-87 {
  height: 87vh !important;
}

.width-87 {
  width: 87px !important;
}

.height-87 {
  height: 87px !important;
}

.max-width-87 {
  max-width: 87px !important;
}

.min-width-87 {
  min-width: 87px !important;
}

.max-height-87 {
  max-height: 87px !important;
}

.min-height-87 {
  min-height: 87px !important;
}

@media (max-width: 576px) {
  .w-sm-88 {
    width: 88% !important;
  }
  .h-sm-88 {
    height: 88% !important;
  }
  .max-w-sm-88 {
    max-width: 88% !important;
  }
  .min-w-sm-88 {
    min-width: 88% !important;
  }
  .max-h-sm-88 {
    max-height: 88% !important;
  }
  .min-h-sm-88 {
    min-height: 88% !important;
  }
  .min-sm-vw-88 {
    min-width: 88vw !important;
  }
  .min-sm-vh-88 {
    min-height: 88vh !important;
  }
  .vw-sm-88 {
    width: 88vw !important;
  }
  .vh-sm-88 {
    height: 88vh !important;
  }
  .width-sm-88 {
    width: 88px !important;
  }
  .height-sm-88 {
    height: 88px !important;
  }
  .max-width-sm-88 {
    max-width: 88px !important;
  }
  .min-width-sm-88 {
    min-width: 88px !important;
  }
  .max-height-sm-88 {
    max-height: 88px !important;
  }
  .min-height-sm-88 {
    min-height: 88px !important;
  }
}
@media (max-width: 768px) {
  .w-md-88 {
    width: 88% !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
  .max-w-md-88 {
    max-width: 88% !important;
  }
  .min-w-md-88 {
    min-width: 88% !important;
  }
  .max-h-md-88 {
    max-height: 88% !important;
  }
  .min-h-md-88 {
    min-height: 88% !important;
  }
  .min-md-vw-88 {
    min-width: 88vw !important;
  }
  .min-md-vh-88 {
    min-height: 88vh !important;
  }
  .vw-md-88 {
    width: 88vw !important;
  }
  .vh-md-88 {
    height: 88vh !important;
  }
  .width-md-88 {
    width: 88px !important;
  }
  .height-md-88 {
    height: 88px !important;
  }
  .max-width-md-88 {
    max-width: 88px !important;
  }
  .min-width-md-88 {
    min-width: 88px !important;
  }
  .max-height-md-88 {
    max-height: 88px !important;
  }
  .min-height-md-88 {
    min-height: 88px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-88 {
    width: 88% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
  .max-w-lg-88 {
    max-width: 88% !important;
  }
  .min-w-lg-88 {
    min-width: 88% !important;
  }
  .max-h-lg-88 {
    max-height: 88% !important;
  }
  .min-h-lg-88 {
    min-height: 88% !important;
  }
  .min-lg-vw-88 {
    min-width: 88vw !important;
  }
  .min-lg-vh-88 {
    min-height: 88vh !important;
  }
  .vw-lg-88 {
    width: 88vw !important;
  }
  .vh-lg-88 {
    height: 88vh !important;
  }
  .width-lg-88 {
    width: 88px !important;
  }
  .height-lg-88 {
    height: 88px !important;
  }
  .max-width-lg-88 {
    max-width: 88px !important;
  }
  .min-width-lg-88 {
    min-width: 88px !important;
  }
  .max-height-lg-88 {
    max-height: 88px !important;
  }
  .min-height-lg-88 {
    min-height: 88px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-88 {
    width: 88% !important;
  }
  .h-xl-88 {
    height: 88% !important;
  }
  .max-w-xl-88 {
    max-width: 88% !important;
  }
  .min-w-xl-88 {
    min-width: 88% !important;
  }
  .max-h-xl-88 {
    max-height: 88% !important;
  }
  .min-h-xl-88 {
    min-height: 88% !important;
  }
  .min-xl-vw-88 {
    min-width: 88vw !important;
  }
  .min-xl-vh-88 {
    min-height: 88vh !important;
  }
  .vw-xl-88 {
    width: 88vw !important;
  }
  .vh-xl-88 {
    height: 88vh !important;
  }
  .width-xl-88 {
    width: 88px !important;
  }
  .height-xl-88 {
    height: 88px !important;
  }
  .max-width-xl-88 {
    max-width: 88px !important;
  }
  .min-width-xl-88 {
    min-width: 88px !important;
  }
  .max-height-xl-88 {
    max-height: 88px !important;
  }
  .min-height-xl-88 {
    min-height: 88px !important;
  }
}
.w-88 {
  width: 88% !important;
}

.h-88 {
  height: 88% !important;
}

.max-w-88 {
  max-width: 88% !important;
}

.min-w-88 {
  min-width: 88% !important;
}

.max-h-88 {
  max-height: 88% !important;
}

.min-h-88 {
  min-height: 88% !important;
}

.min-vw-88 {
  min-width: 88vw !important;
}

.min-vh-88 {
  min-height: 88vh !important;
}

.vw-88 {
  width: 88vw !important;
}

.vh-88 {
  height: 88vh !important;
}

.width-88 {
  width: 88px !important;
}

.height-88 {
  height: 88px !important;
}

.max-width-88 {
  max-width: 88px !important;
}

.min-width-88 {
  min-width: 88px !important;
}

.max-height-88 {
  max-height: 88px !important;
}

.min-height-88 {
  min-height: 88px !important;
}

@media (max-width: 576px) {
  .w-sm-89 {
    width: 89% !important;
  }
  .h-sm-89 {
    height: 89% !important;
  }
  .max-w-sm-89 {
    max-width: 89% !important;
  }
  .min-w-sm-89 {
    min-width: 89% !important;
  }
  .max-h-sm-89 {
    max-height: 89% !important;
  }
  .min-h-sm-89 {
    min-height: 89% !important;
  }
  .min-sm-vw-89 {
    min-width: 89vw !important;
  }
  .min-sm-vh-89 {
    min-height: 89vh !important;
  }
  .vw-sm-89 {
    width: 89vw !important;
  }
  .vh-sm-89 {
    height: 89vh !important;
  }
  .width-sm-89 {
    width: 89px !important;
  }
  .height-sm-89 {
    height: 89px !important;
  }
  .max-width-sm-89 {
    max-width: 89px !important;
  }
  .min-width-sm-89 {
    min-width: 89px !important;
  }
  .max-height-sm-89 {
    max-height: 89px !important;
  }
  .min-height-sm-89 {
    min-height: 89px !important;
  }
}
@media (max-width: 768px) {
  .w-md-89 {
    width: 89% !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
  .max-w-md-89 {
    max-width: 89% !important;
  }
  .min-w-md-89 {
    min-width: 89% !important;
  }
  .max-h-md-89 {
    max-height: 89% !important;
  }
  .min-h-md-89 {
    min-height: 89% !important;
  }
  .min-md-vw-89 {
    min-width: 89vw !important;
  }
  .min-md-vh-89 {
    min-height: 89vh !important;
  }
  .vw-md-89 {
    width: 89vw !important;
  }
  .vh-md-89 {
    height: 89vh !important;
  }
  .width-md-89 {
    width: 89px !important;
  }
  .height-md-89 {
    height: 89px !important;
  }
  .max-width-md-89 {
    max-width: 89px !important;
  }
  .min-width-md-89 {
    min-width: 89px !important;
  }
  .max-height-md-89 {
    max-height: 89px !important;
  }
  .min-height-md-89 {
    min-height: 89px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-89 {
    width: 89% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
  .max-w-lg-89 {
    max-width: 89% !important;
  }
  .min-w-lg-89 {
    min-width: 89% !important;
  }
  .max-h-lg-89 {
    max-height: 89% !important;
  }
  .min-h-lg-89 {
    min-height: 89% !important;
  }
  .min-lg-vw-89 {
    min-width: 89vw !important;
  }
  .min-lg-vh-89 {
    min-height: 89vh !important;
  }
  .vw-lg-89 {
    width: 89vw !important;
  }
  .vh-lg-89 {
    height: 89vh !important;
  }
  .width-lg-89 {
    width: 89px !important;
  }
  .height-lg-89 {
    height: 89px !important;
  }
  .max-width-lg-89 {
    max-width: 89px !important;
  }
  .min-width-lg-89 {
    min-width: 89px !important;
  }
  .max-height-lg-89 {
    max-height: 89px !important;
  }
  .min-height-lg-89 {
    min-height: 89px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-89 {
    width: 89% !important;
  }
  .h-xl-89 {
    height: 89% !important;
  }
  .max-w-xl-89 {
    max-width: 89% !important;
  }
  .min-w-xl-89 {
    min-width: 89% !important;
  }
  .max-h-xl-89 {
    max-height: 89% !important;
  }
  .min-h-xl-89 {
    min-height: 89% !important;
  }
  .min-xl-vw-89 {
    min-width: 89vw !important;
  }
  .min-xl-vh-89 {
    min-height: 89vh !important;
  }
  .vw-xl-89 {
    width: 89vw !important;
  }
  .vh-xl-89 {
    height: 89vh !important;
  }
  .width-xl-89 {
    width: 89px !important;
  }
  .height-xl-89 {
    height: 89px !important;
  }
  .max-width-xl-89 {
    max-width: 89px !important;
  }
  .min-width-xl-89 {
    min-width: 89px !important;
  }
  .max-height-xl-89 {
    max-height: 89px !important;
  }
  .min-height-xl-89 {
    min-height: 89px !important;
  }
}
.w-89 {
  width: 89% !important;
}

.h-89 {
  height: 89% !important;
}

.max-w-89 {
  max-width: 89% !important;
}

.min-w-89 {
  min-width: 89% !important;
}

.max-h-89 {
  max-height: 89% !important;
}

.min-h-89 {
  min-height: 89% !important;
}

.min-vw-89 {
  min-width: 89vw !important;
}

.min-vh-89 {
  min-height: 89vh !important;
}

.vw-89 {
  width: 89vw !important;
}

.vh-89 {
  height: 89vh !important;
}

.width-89 {
  width: 89px !important;
}

.height-89 {
  height: 89px !important;
}

.max-width-89 {
  max-width: 89px !important;
}

.min-width-89 {
  min-width: 89px !important;
}

.max-height-89 {
  max-height: 89px !important;
}

.min-height-89 {
  min-height: 89px !important;
}

@media (max-width: 576px) {
  .w-sm-90 {
    width: 90% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .max-w-sm-90 {
    max-width: 90% !important;
  }
  .min-w-sm-90 {
    min-width: 90% !important;
  }
  .max-h-sm-90 {
    max-height: 90% !important;
  }
  .min-h-sm-90 {
    min-height: 90% !important;
  }
  .min-sm-vw-90 {
    min-width: 90vw !important;
  }
  .min-sm-vh-90 {
    min-height: 90vh !important;
  }
  .vw-sm-90 {
    width: 90vw !important;
  }
  .vh-sm-90 {
    height: 90vh !important;
  }
  .width-sm-90 {
    width: 90px !important;
  }
  .height-sm-90 {
    height: 90px !important;
  }
  .max-width-sm-90 {
    max-width: 90px !important;
  }
  .min-width-sm-90 {
    min-width: 90px !important;
  }
  .max-height-sm-90 {
    max-height: 90px !important;
  }
  .min-height-sm-90 {
    min-height: 90px !important;
  }
}
@media (max-width: 768px) {
  .w-md-90 {
    width: 90% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .max-w-md-90 {
    max-width: 90% !important;
  }
  .min-w-md-90 {
    min-width: 90% !important;
  }
  .max-h-md-90 {
    max-height: 90% !important;
  }
  .min-h-md-90 {
    min-height: 90% !important;
  }
  .min-md-vw-90 {
    min-width: 90vw !important;
  }
  .min-md-vh-90 {
    min-height: 90vh !important;
  }
  .vw-md-90 {
    width: 90vw !important;
  }
  .vh-md-90 {
    height: 90vh !important;
  }
  .width-md-90 {
    width: 90px !important;
  }
  .height-md-90 {
    height: 90px !important;
  }
  .max-width-md-90 {
    max-width: 90px !important;
  }
  .min-width-md-90 {
    min-width: 90px !important;
  }
  .max-height-md-90 {
    max-height: 90px !important;
  }
  .min-height-md-90 {
    min-height: 90px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .max-w-lg-90 {
    max-width: 90% !important;
  }
  .min-w-lg-90 {
    min-width: 90% !important;
  }
  .max-h-lg-90 {
    max-height: 90% !important;
  }
  .min-h-lg-90 {
    min-height: 90% !important;
  }
  .min-lg-vw-90 {
    min-width: 90vw !important;
  }
  .min-lg-vh-90 {
    min-height: 90vh !important;
  }
  .vw-lg-90 {
    width: 90vw !important;
  }
  .vh-lg-90 {
    height: 90vh !important;
  }
  .width-lg-90 {
    width: 90px !important;
  }
  .height-lg-90 {
    height: 90px !important;
  }
  .max-width-lg-90 {
    max-width: 90px !important;
  }
  .min-width-lg-90 {
    min-width: 90px !important;
  }
  .max-height-lg-90 {
    max-height: 90px !important;
  }
  .min-height-lg-90 {
    min-height: 90px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-90 {
    width: 90% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .max-w-xl-90 {
    max-width: 90% !important;
  }
  .min-w-xl-90 {
    min-width: 90% !important;
  }
  .max-h-xl-90 {
    max-height: 90% !important;
  }
  .min-h-xl-90 {
    min-height: 90% !important;
  }
  .min-xl-vw-90 {
    min-width: 90vw !important;
  }
  .min-xl-vh-90 {
    min-height: 90vh !important;
  }
  .vw-xl-90 {
    width: 90vw !important;
  }
  .vh-xl-90 {
    height: 90vh !important;
  }
  .width-xl-90 {
    width: 90px !important;
  }
  .height-xl-90 {
    height: 90px !important;
  }
  .max-width-xl-90 {
    max-width: 90px !important;
  }
  .min-width-xl-90 {
    min-width: 90px !important;
  }
  .max-height-xl-90 {
    max-height: 90px !important;
  }
  .min-height-xl-90 {
    min-height: 90px !important;
  }
}
.w-90 {
  width: 90% !important;
}

.h-90 {
  height: 90% !important;
}

.max-w-90 {
  max-width: 90% !important;
}

.min-w-90 {
  min-width: 90% !important;
}

.max-h-90 {
  max-height: 90% !important;
}

.min-h-90 {
  min-height: 90% !important;
}

.min-vw-90 {
  min-width: 90vw !important;
}

.min-vh-90 {
  min-height: 90vh !important;
}

.vw-90 {
  width: 90vw !important;
}

.vh-90 {
  height: 90vh !important;
}

.width-90 {
  width: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.max-width-90 {
  max-width: 90px !important;
}

.min-width-90 {
  min-width: 90px !important;
}

.max-height-90 {
  max-height: 90px !important;
}

.min-height-90 {
  min-height: 90px !important;
}

@media (max-width: 576px) {
  .w-sm-91 {
    width: 91% !important;
  }
  .h-sm-91 {
    height: 91% !important;
  }
  .max-w-sm-91 {
    max-width: 91% !important;
  }
  .min-w-sm-91 {
    min-width: 91% !important;
  }
  .max-h-sm-91 {
    max-height: 91% !important;
  }
  .min-h-sm-91 {
    min-height: 91% !important;
  }
  .min-sm-vw-91 {
    min-width: 91vw !important;
  }
  .min-sm-vh-91 {
    min-height: 91vh !important;
  }
  .vw-sm-91 {
    width: 91vw !important;
  }
  .vh-sm-91 {
    height: 91vh !important;
  }
  .width-sm-91 {
    width: 91px !important;
  }
  .height-sm-91 {
    height: 91px !important;
  }
  .max-width-sm-91 {
    max-width: 91px !important;
  }
  .min-width-sm-91 {
    min-width: 91px !important;
  }
  .max-height-sm-91 {
    max-height: 91px !important;
  }
  .min-height-sm-91 {
    min-height: 91px !important;
  }
}
@media (max-width: 768px) {
  .w-md-91 {
    width: 91% !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
  .max-w-md-91 {
    max-width: 91% !important;
  }
  .min-w-md-91 {
    min-width: 91% !important;
  }
  .max-h-md-91 {
    max-height: 91% !important;
  }
  .min-h-md-91 {
    min-height: 91% !important;
  }
  .min-md-vw-91 {
    min-width: 91vw !important;
  }
  .min-md-vh-91 {
    min-height: 91vh !important;
  }
  .vw-md-91 {
    width: 91vw !important;
  }
  .vh-md-91 {
    height: 91vh !important;
  }
  .width-md-91 {
    width: 91px !important;
  }
  .height-md-91 {
    height: 91px !important;
  }
  .max-width-md-91 {
    max-width: 91px !important;
  }
  .min-width-md-91 {
    min-width: 91px !important;
  }
  .max-height-md-91 {
    max-height: 91px !important;
  }
  .min-height-md-91 {
    min-height: 91px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-91 {
    width: 91% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
  .max-w-lg-91 {
    max-width: 91% !important;
  }
  .min-w-lg-91 {
    min-width: 91% !important;
  }
  .max-h-lg-91 {
    max-height: 91% !important;
  }
  .min-h-lg-91 {
    min-height: 91% !important;
  }
  .min-lg-vw-91 {
    min-width: 91vw !important;
  }
  .min-lg-vh-91 {
    min-height: 91vh !important;
  }
  .vw-lg-91 {
    width: 91vw !important;
  }
  .vh-lg-91 {
    height: 91vh !important;
  }
  .width-lg-91 {
    width: 91px !important;
  }
  .height-lg-91 {
    height: 91px !important;
  }
  .max-width-lg-91 {
    max-width: 91px !important;
  }
  .min-width-lg-91 {
    min-width: 91px !important;
  }
  .max-height-lg-91 {
    max-height: 91px !important;
  }
  .min-height-lg-91 {
    min-height: 91px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-91 {
    width: 91% !important;
  }
  .h-xl-91 {
    height: 91% !important;
  }
  .max-w-xl-91 {
    max-width: 91% !important;
  }
  .min-w-xl-91 {
    min-width: 91% !important;
  }
  .max-h-xl-91 {
    max-height: 91% !important;
  }
  .min-h-xl-91 {
    min-height: 91% !important;
  }
  .min-xl-vw-91 {
    min-width: 91vw !important;
  }
  .min-xl-vh-91 {
    min-height: 91vh !important;
  }
  .vw-xl-91 {
    width: 91vw !important;
  }
  .vh-xl-91 {
    height: 91vh !important;
  }
  .width-xl-91 {
    width: 91px !important;
  }
  .height-xl-91 {
    height: 91px !important;
  }
  .max-width-xl-91 {
    max-width: 91px !important;
  }
  .min-width-xl-91 {
    min-width: 91px !important;
  }
  .max-height-xl-91 {
    max-height: 91px !important;
  }
  .min-height-xl-91 {
    min-height: 91px !important;
  }
}
.w-91 {
  width: 91% !important;
}

.h-91 {
  height: 91% !important;
}

.max-w-91 {
  max-width: 91% !important;
}

.min-w-91 {
  min-width: 91% !important;
}

.max-h-91 {
  max-height: 91% !important;
}

.min-h-91 {
  min-height: 91% !important;
}

.min-vw-91 {
  min-width: 91vw !important;
}

.min-vh-91 {
  min-height: 91vh !important;
}

.vw-91 {
  width: 91vw !important;
}

.vh-91 {
  height: 91vh !important;
}

.width-91 {
  width: 91px !important;
}

.height-91 {
  height: 91px !important;
}

.max-width-91 {
  max-width: 91px !important;
}

.min-width-91 {
  min-width: 91px !important;
}

.max-height-91 {
  max-height: 91px !important;
}

.min-height-91 {
  min-height: 91px !important;
}

@media (max-width: 576px) {
  .w-sm-92 {
    width: 92% !important;
  }
  .h-sm-92 {
    height: 92% !important;
  }
  .max-w-sm-92 {
    max-width: 92% !important;
  }
  .min-w-sm-92 {
    min-width: 92% !important;
  }
  .max-h-sm-92 {
    max-height: 92% !important;
  }
  .min-h-sm-92 {
    min-height: 92% !important;
  }
  .min-sm-vw-92 {
    min-width: 92vw !important;
  }
  .min-sm-vh-92 {
    min-height: 92vh !important;
  }
  .vw-sm-92 {
    width: 92vw !important;
  }
  .vh-sm-92 {
    height: 92vh !important;
  }
  .width-sm-92 {
    width: 92px !important;
  }
  .height-sm-92 {
    height: 92px !important;
  }
  .max-width-sm-92 {
    max-width: 92px !important;
  }
  .min-width-sm-92 {
    min-width: 92px !important;
  }
  .max-height-sm-92 {
    max-height: 92px !important;
  }
  .min-height-sm-92 {
    min-height: 92px !important;
  }
}
@media (max-width: 768px) {
  .w-md-92 {
    width: 92% !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
  .max-w-md-92 {
    max-width: 92% !important;
  }
  .min-w-md-92 {
    min-width: 92% !important;
  }
  .max-h-md-92 {
    max-height: 92% !important;
  }
  .min-h-md-92 {
    min-height: 92% !important;
  }
  .min-md-vw-92 {
    min-width: 92vw !important;
  }
  .min-md-vh-92 {
    min-height: 92vh !important;
  }
  .vw-md-92 {
    width: 92vw !important;
  }
  .vh-md-92 {
    height: 92vh !important;
  }
  .width-md-92 {
    width: 92px !important;
  }
  .height-md-92 {
    height: 92px !important;
  }
  .max-width-md-92 {
    max-width: 92px !important;
  }
  .min-width-md-92 {
    min-width: 92px !important;
  }
  .max-height-md-92 {
    max-height: 92px !important;
  }
  .min-height-md-92 {
    min-height: 92px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-92 {
    width: 92% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
  .max-w-lg-92 {
    max-width: 92% !important;
  }
  .min-w-lg-92 {
    min-width: 92% !important;
  }
  .max-h-lg-92 {
    max-height: 92% !important;
  }
  .min-h-lg-92 {
    min-height: 92% !important;
  }
  .min-lg-vw-92 {
    min-width: 92vw !important;
  }
  .min-lg-vh-92 {
    min-height: 92vh !important;
  }
  .vw-lg-92 {
    width: 92vw !important;
  }
  .vh-lg-92 {
    height: 92vh !important;
  }
  .width-lg-92 {
    width: 92px !important;
  }
  .height-lg-92 {
    height: 92px !important;
  }
  .max-width-lg-92 {
    max-width: 92px !important;
  }
  .min-width-lg-92 {
    min-width: 92px !important;
  }
  .max-height-lg-92 {
    max-height: 92px !important;
  }
  .min-height-lg-92 {
    min-height: 92px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-92 {
    width: 92% !important;
  }
  .h-xl-92 {
    height: 92% !important;
  }
  .max-w-xl-92 {
    max-width: 92% !important;
  }
  .min-w-xl-92 {
    min-width: 92% !important;
  }
  .max-h-xl-92 {
    max-height: 92% !important;
  }
  .min-h-xl-92 {
    min-height: 92% !important;
  }
  .min-xl-vw-92 {
    min-width: 92vw !important;
  }
  .min-xl-vh-92 {
    min-height: 92vh !important;
  }
  .vw-xl-92 {
    width: 92vw !important;
  }
  .vh-xl-92 {
    height: 92vh !important;
  }
  .width-xl-92 {
    width: 92px !important;
  }
  .height-xl-92 {
    height: 92px !important;
  }
  .max-width-xl-92 {
    max-width: 92px !important;
  }
  .min-width-xl-92 {
    min-width: 92px !important;
  }
  .max-height-xl-92 {
    max-height: 92px !important;
  }
  .min-height-xl-92 {
    min-height: 92px !important;
  }
}
.w-92 {
  width: 92% !important;
}

.h-92 {
  height: 92% !important;
}

.max-w-92 {
  max-width: 92% !important;
}

.min-w-92 {
  min-width: 92% !important;
}

.max-h-92 {
  max-height: 92% !important;
}

.min-h-92 {
  min-height: 92% !important;
}

.min-vw-92 {
  min-width: 92vw !important;
}

.min-vh-92 {
  min-height: 92vh !important;
}

.vw-92 {
  width: 92vw !important;
}

.vh-92 {
  height: 92vh !important;
}

.width-92 {
  width: 92px !important;
}

.height-92 {
  height: 92px !important;
}

.max-width-92 {
  max-width: 92px !important;
}

.min-width-92 {
  min-width: 92px !important;
}

.max-height-92 {
  max-height: 92px !important;
}

.min-height-92 {
  min-height: 92px !important;
}

@media (max-width: 576px) {
  .w-sm-93 {
    width: 93% !important;
  }
  .h-sm-93 {
    height: 93% !important;
  }
  .max-w-sm-93 {
    max-width: 93% !important;
  }
  .min-w-sm-93 {
    min-width: 93% !important;
  }
  .max-h-sm-93 {
    max-height: 93% !important;
  }
  .min-h-sm-93 {
    min-height: 93% !important;
  }
  .min-sm-vw-93 {
    min-width: 93vw !important;
  }
  .min-sm-vh-93 {
    min-height: 93vh !important;
  }
  .vw-sm-93 {
    width: 93vw !important;
  }
  .vh-sm-93 {
    height: 93vh !important;
  }
  .width-sm-93 {
    width: 93px !important;
  }
  .height-sm-93 {
    height: 93px !important;
  }
  .max-width-sm-93 {
    max-width: 93px !important;
  }
  .min-width-sm-93 {
    min-width: 93px !important;
  }
  .max-height-sm-93 {
    max-height: 93px !important;
  }
  .min-height-sm-93 {
    min-height: 93px !important;
  }
}
@media (max-width: 768px) {
  .w-md-93 {
    width: 93% !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
  .max-w-md-93 {
    max-width: 93% !important;
  }
  .min-w-md-93 {
    min-width: 93% !important;
  }
  .max-h-md-93 {
    max-height: 93% !important;
  }
  .min-h-md-93 {
    min-height: 93% !important;
  }
  .min-md-vw-93 {
    min-width: 93vw !important;
  }
  .min-md-vh-93 {
    min-height: 93vh !important;
  }
  .vw-md-93 {
    width: 93vw !important;
  }
  .vh-md-93 {
    height: 93vh !important;
  }
  .width-md-93 {
    width: 93px !important;
  }
  .height-md-93 {
    height: 93px !important;
  }
  .max-width-md-93 {
    max-width: 93px !important;
  }
  .min-width-md-93 {
    min-width: 93px !important;
  }
  .max-height-md-93 {
    max-height: 93px !important;
  }
  .min-height-md-93 {
    min-height: 93px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-93 {
    width: 93% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
  .max-w-lg-93 {
    max-width: 93% !important;
  }
  .min-w-lg-93 {
    min-width: 93% !important;
  }
  .max-h-lg-93 {
    max-height: 93% !important;
  }
  .min-h-lg-93 {
    min-height: 93% !important;
  }
  .min-lg-vw-93 {
    min-width: 93vw !important;
  }
  .min-lg-vh-93 {
    min-height: 93vh !important;
  }
  .vw-lg-93 {
    width: 93vw !important;
  }
  .vh-lg-93 {
    height: 93vh !important;
  }
  .width-lg-93 {
    width: 93px !important;
  }
  .height-lg-93 {
    height: 93px !important;
  }
  .max-width-lg-93 {
    max-width: 93px !important;
  }
  .min-width-lg-93 {
    min-width: 93px !important;
  }
  .max-height-lg-93 {
    max-height: 93px !important;
  }
  .min-height-lg-93 {
    min-height: 93px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-93 {
    width: 93% !important;
  }
  .h-xl-93 {
    height: 93% !important;
  }
  .max-w-xl-93 {
    max-width: 93% !important;
  }
  .min-w-xl-93 {
    min-width: 93% !important;
  }
  .max-h-xl-93 {
    max-height: 93% !important;
  }
  .min-h-xl-93 {
    min-height: 93% !important;
  }
  .min-xl-vw-93 {
    min-width: 93vw !important;
  }
  .min-xl-vh-93 {
    min-height: 93vh !important;
  }
  .vw-xl-93 {
    width: 93vw !important;
  }
  .vh-xl-93 {
    height: 93vh !important;
  }
  .width-xl-93 {
    width: 93px !important;
  }
  .height-xl-93 {
    height: 93px !important;
  }
  .max-width-xl-93 {
    max-width: 93px !important;
  }
  .min-width-xl-93 {
    min-width: 93px !important;
  }
  .max-height-xl-93 {
    max-height: 93px !important;
  }
  .min-height-xl-93 {
    min-height: 93px !important;
  }
}
.w-93 {
  width: 93% !important;
}

.h-93 {
  height: 93% !important;
}

.max-w-93 {
  max-width: 93% !important;
}

.min-w-93 {
  min-width: 93% !important;
}

.max-h-93 {
  max-height: 93% !important;
}

.min-h-93 {
  min-height: 93% !important;
}

.min-vw-93 {
  min-width: 93vw !important;
}

.min-vh-93 {
  min-height: 93vh !important;
}

.vw-93 {
  width: 93vw !important;
}

.vh-93 {
  height: 93vh !important;
}

.width-93 {
  width: 93px !important;
}

.height-93 {
  height: 93px !important;
}

.max-width-93 {
  max-width: 93px !important;
}

.min-width-93 {
  min-width: 93px !important;
}

.max-height-93 {
  max-height: 93px !important;
}

.min-height-93 {
  min-height: 93px !important;
}

@media (max-width: 576px) {
  .w-sm-94 {
    width: 94% !important;
  }
  .h-sm-94 {
    height: 94% !important;
  }
  .max-w-sm-94 {
    max-width: 94% !important;
  }
  .min-w-sm-94 {
    min-width: 94% !important;
  }
  .max-h-sm-94 {
    max-height: 94% !important;
  }
  .min-h-sm-94 {
    min-height: 94% !important;
  }
  .min-sm-vw-94 {
    min-width: 94vw !important;
  }
  .min-sm-vh-94 {
    min-height: 94vh !important;
  }
  .vw-sm-94 {
    width: 94vw !important;
  }
  .vh-sm-94 {
    height: 94vh !important;
  }
  .width-sm-94 {
    width: 94px !important;
  }
  .height-sm-94 {
    height: 94px !important;
  }
  .max-width-sm-94 {
    max-width: 94px !important;
  }
  .min-width-sm-94 {
    min-width: 94px !important;
  }
  .max-height-sm-94 {
    max-height: 94px !important;
  }
  .min-height-sm-94 {
    min-height: 94px !important;
  }
}
@media (max-width: 768px) {
  .w-md-94 {
    width: 94% !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
  .max-w-md-94 {
    max-width: 94% !important;
  }
  .min-w-md-94 {
    min-width: 94% !important;
  }
  .max-h-md-94 {
    max-height: 94% !important;
  }
  .min-h-md-94 {
    min-height: 94% !important;
  }
  .min-md-vw-94 {
    min-width: 94vw !important;
  }
  .min-md-vh-94 {
    min-height: 94vh !important;
  }
  .vw-md-94 {
    width: 94vw !important;
  }
  .vh-md-94 {
    height: 94vh !important;
  }
  .width-md-94 {
    width: 94px !important;
  }
  .height-md-94 {
    height: 94px !important;
  }
  .max-width-md-94 {
    max-width: 94px !important;
  }
  .min-width-md-94 {
    min-width: 94px !important;
  }
  .max-height-md-94 {
    max-height: 94px !important;
  }
  .min-height-md-94 {
    min-height: 94px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-94 {
    width: 94% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
  .max-w-lg-94 {
    max-width: 94% !important;
  }
  .min-w-lg-94 {
    min-width: 94% !important;
  }
  .max-h-lg-94 {
    max-height: 94% !important;
  }
  .min-h-lg-94 {
    min-height: 94% !important;
  }
  .min-lg-vw-94 {
    min-width: 94vw !important;
  }
  .min-lg-vh-94 {
    min-height: 94vh !important;
  }
  .vw-lg-94 {
    width: 94vw !important;
  }
  .vh-lg-94 {
    height: 94vh !important;
  }
  .width-lg-94 {
    width: 94px !important;
  }
  .height-lg-94 {
    height: 94px !important;
  }
  .max-width-lg-94 {
    max-width: 94px !important;
  }
  .min-width-lg-94 {
    min-width: 94px !important;
  }
  .max-height-lg-94 {
    max-height: 94px !important;
  }
  .min-height-lg-94 {
    min-height: 94px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-94 {
    width: 94% !important;
  }
  .h-xl-94 {
    height: 94% !important;
  }
  .max-w-xl-94 {
    max-width: 94% !important;
  }
  .min-w-xl-94 {
    min-width: 94% !important;
  }
  .max-h-xl-94 {
    max-height: 94% !important;
  }
  .min-h-xl-94 {
    min-height: 94% !important;
  }
  .min-xl-vw-94 {
    min-width: 94vw !important;
  }
  .min-xl-vh-94 {
    min-height: 94vh !important;
  }
  .vw-xl-94 {
    width: 94vw !important;
  }
  .vh-xl-94 {
    height: 94vh !important;
  }
  .width-xl-94 {
    width: 94px !important;
  }
  .height-xl-94 {
    height: 94px !important;
  }
  .max-width-xl-94 {
    max-width: 94px !important;
  }
  .min-width-xl-94 {
    min-width: 94px !important;
  }
  .max-height-xl-94 {
    max-height: 94px !important;
  }
  .min-height-xl-94 {
    min-height: 94px !important;
  }
}
.w-94 {
  width: 94% !important;
}

.h-94 {
  height: 94% !important;
}

.max-w-94 {
  max-width: 94% !important;
}

.min-w-94 {
  min-width: 94% !important;
}

.max-h-94 {
  max-height: 94% !important;
}

.min-h-94 {
  min-height: 94% !important;
}

.min-vw-94 {
  min-width: 94vw !important;
}

.min-vh-94 {
  min-height: 94vh !important;
}

.vw-94 {
  width: 94vw !important;
}

.vh-94 {
  height: 94vh !important;
}

.width-94 {
  width: 94px !important;
}

.height-94 {
  height: 94px !important;
}

.max-width-94 {
  max-width: 94px !important;
}

.min-width-94 {
  min-width: 94px !important;
}

.max-height-94 {
  max-height: 94px !important;
}

.min-height-94 {
  min-height: 94px !important;
}

@media (max-width: 576px) {
  .w-sm-95 {
    width: 95% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .max-w-sm-95 {
    max-width: 95% !important;
  }
  .min-w-sm-95 {
    min-width: 95% !important;
  }
  .max-h-sm-95 {
    max-height: 95% !important;
  }
  .min-h-sm-95 {
    min-height: 95% !important;
  }
  .min-sm-vw-95 {
    min-width: 95vw !important;
  }
  .min-sm-vh-95 {
    min-height: 95vh !important;
  }
  .vw-sm-95 {
    width: 95vw !important;
  }
  .vh-sm-95 {
    height: 95vh !important;
  }
  .width-sm-95 {
    width: 95px !important;
  }
  .height-sm-95 {
    height: 95px !important;
  }
  .max-width-sm-95 {
    max-width: 95px !important;
  }
  .min-width-sm-95 {
    min-width: 95px !important;
  }
  .max-height-sm-95 {
    max-height: 95px !important;
  }
  .min-height-sm-95 {
    min-height: 95px !important;
  }
}
@media (max-width: 768px) {
  .w-md-95 {
    width: 95% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .max-w-md-95 {
    max-width: 95% !important;
  }
  .min-w-md-95 {
    min-width: 95% !important;
  }
  .max-h-md-95 {
    max-height: 95% !important;
  }
  .min-h-md-95 {
    min-height: 95% !important;
  }
  .min-md-vw-95 {
    min-width: 95vw !important;
  }
  .min-md-vh-95 {
    min-height: 95vh !important;
  }
  .vw-md-95 {
    width: 95vw !important;
  }
  .vh-md-95 {
    height: 95vh !important;
  }
  .width-md-95 {
    width: 95px !important;
  }
  .height-md-95 {
    height: 95px !important;
  }
  .max-width-md-95 {
    max-width: 95px !important;
  }
  .min-width-md-95 {
    min-width: 95px !important;
  }
  .max-height-md-95 {
    max-height: 95px !important;
  }
  .min-height-md-95 {
    min-height: 95px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-95 {
    width: 95% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .max-w-lg-95 {
    max-width: 95% !important;
  }
  .min-w-lg-95 {
    min-width: 95% !important;
  }
  .max-h-lg-95 {
    max-height: 95% !important;
  }
  .min-h-lg-95 {
    min-height: 95% !important;
  }
  .min-lg-vw-95 {
    min-width: 95vw !important;
  }
  .min-lg-vh-95 {
    min-height: 95vh !important;
  }
  .vw-lg-95 {
    width: 95vw !important;
  }
  .vh-lg-95 {
    height: 95vh !important;
  }
  .width-lg-95 {
    width: 95px !important;
  }
  .height-lg-95 {
    height: 95px !important;
  }
  .max-width-lg-95 {
    max-width: 95px !important;
  }
  .min-width-lg-95 {
    min-width: 95px !important;
  }
  .max-height-lg-95 {
    max-height: 95px !important;
  }
  .min-height-lg-95 {
    min-height: 95px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-95 {
    width: 95% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .max-w-xl-95 {
    max-width: 95% !important;
  }
  .min-w-xl-95 {
    min-width: 95% !important;
  }
  .max-h-xl-95 {
    max-height: 95% !important;
  }
  .min-h-xl-95 {
    min-height: 95% !important;
  }
  .min-xl-vw-95 {
    min-width: 95vw !important;
  }
  .min-xl-vh-95 {
    min-height: 95vh !important;
  }
  .vw-xl-95 {
    width: 95vw !important;
  }
  .vh-xl-95 {
    height: 95vh !important;
  }
  .width-xl-95 {
    width: 95px !important;
  }
  .height-xl-95 {
    height: 95px !important;
  }
  .max-width-xl-95 {
    max-width: 95px !important;
  }
  .min-width-xl-95 {
    min-width: 95px !important;
  }
  .max-height-xl-95 {
    max-height: 95px !important;
  }
  .min-height-xl-95 {
    min-height: 95px !important;
  }
}
.w-95 {
  width: 95% !important;
}

.h-95 {
  height: 95% !important;
}

.max-w-95 {
  max-width: 95% !important;
}

.min-w-95 {
  min-width: 95% !important;
}

.max-h-95 {
  max-height: 95% !important;
}

.min-h-95 {
  min-height: 95% !important;
}

.min-vw-95 {
  min-width: 95vw !important;
}

.min-vh-95 {
  min-height: 95vh !important;
}

.vw-95 {
  width: 95vw !important;
}

.vh-95 {
  height: 95vh !important;
}

.width-95 {
  width: 95px !important;
}

.height-95 {
  height: 95px !important;
}

.max-width-95 {
  max-width: 95px !important;
}

.min-width-95 {
  min-width: 95px !important;
}

.max-height-95 {
  max-height: 95px !important;
}

.min-height-95 {
  min-height: 95px !important;
}

@media (max-width: 576px) {
  .w-sm-96 {
    width: 96% !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
  .max-w-sm-96 {
    max-width: 96% !important;
  }
  .min-w-sm-96 {
    min-width: 96% !important;
  }
  .max-h-sm-96 {
    max-height: 96% !important;
  }
  .min-h-sm-96 {
    min-height: 96% !important;
  }
  .min-sm-vw-96 {
    min-width: 96vw !important;
  }
  .min-sm-vh-96 {
    min-height: 96vh !important;
  }
  .vw-sm-96 {
    width: 96vw !important;
  }
  .vh-sm-96 {
    height: 96vh !important;
  }
  .width-sm-96 {
    width: 96px !important;
  }
  .height-sm-96 {
    height: 96px !important;
  }
  .max-width-sm-96 {
    max-width: 96px !important;
  }
  .min-width-sm-96 {
    min-width: 96px !important;
  }
  .max-height-sm-96 {
    max-height: 96px !important;
  }
  .min-height-sm-96 {
    min-height: 96px !important;
  }
}
@media (max-width: 768px) {
  .w-md-96 {
    width: 96% !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .max-w-md-96 {
    max-width: 96% !important;
  }
  .min-w-md-96 {
    min-width: 96% !important;
  }
  .max-h-md-96 {
    max-height: 96% !important;
  }
  .min-h-md-96 {
    min-height: 96% !important;
  }
  .min-md-vw-96 {
    min-width: 96vw !important;
  }
  .min-md-vh-96 {
    min-height: 96vh !important;
  }
  .vw-md-96 {
    width: 96vw !important;
  }
  .vh-md-96 {
    height: 96vh !important;
  }
  .width-md-96 {
    width: 96px !important;
  }
  .height-md-96 {
    height: 96px !important;
  }
  .max-width-md-96 {
    max-width: 96px !important;
  }
  .min-width-md-96 {
    min-width: 96px !important;
  }
  .max-height-md-96 {
    max-height: 96px !important;
  }
  .min-height-md-96 {
    min-height: 96px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-96 {
    width: 96% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .max-w-lg-96 {
    max-width: 96% !important;
  }
  .min-w-lg-96 {
    min-width: 96% !important;
  }
  .max-h-lg-96 {
    max-height: 96% !important;
  }
  .min-h-lg-96 {
    min-height: 96% !important;
  }
  .min-lg-vw-96 {
    min-width: 96vw !important;
  }
  .min-lg-vh-96 {
    min-height: 96vh !important;
  }
  .vw-lg-96 {
    width: 96vw !important;
  }
  .vh-lg-96 {
    height: 96vh !important;
  }
  .width-lg-96 {
    width: 96px !important;
  }
  .height-lg-96 {
    height: 96px !important;
  }
  .max-width-lg-96 {
    max-width: 96px !important;
  }
  .min-width-lg-96 {
    min-width: 96px !important;
  }
  .max-height-lg-96 {
    max-height: 96px !important;
  }
  .min-height-lg-96 {
    min-height: 96px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-96 {
    width: 96% !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
  .max-w-xl-96 {
    max-width: 96% !important;
  }
  .min-w-xl-96 {
    min-width: 96% !important;
  }
  .max-h-xl-96 {
    max-height: 96% !important;
  }
  .min-h-xl-96 {
    min-height: 96% !important;
  }
  .min-xl-vw-96 {
    min-width: 96vw !important;
  }
  .min-xl-vh-96 {
    min-height: 96vh !important;
  }
  .vw-xl-96 {
    width: 96vw !important;
  }
  .vh-xl-96 {
    height: 96vh !important;
  }
  .width-xl-96 {
    width: 96px !important;
  }
  .height-xl-96 {
    height: 96px !important;
  }
  .max-width-xl-96 {
    max-width: 96px !important;
  }
  .min-width-xl-96 {
    min-width: 96px !important;
  }
  .max-height-xl-96 {
    max-height: 96px !important;
  }
  .min-height-xl-96 {
    min-height: 96px !important;
  }
}
.w-96 {
  width: 96% !important;
}

.h-96 {
  height: 96% !important;
}

.max-w-96 {
  max-width: 96% !important;
}

.min-w-96 {
  min-width: 96% !important;
}

.max-h-96 {
  max-height: 96% !important;
}

.min-h-96 {
  min-height: 96% !important;
}

.min-vw-96 {
  min-width: 96vw !important;
}

.min-vh-96 {
  min-height: 96vh !important;
}

.vw-96 {
  width: 96vw !important;
}

.vh-96 {
  height: 96vh !important;
}

.width-96 {
  width: 96px !important;
}

.height-96 {
  height: 96px !important;
}

.max-width-96 {
  max-width: 96px !important;
}

.min-width-96 {
  min-width: 96px !important;
}

.max-height-96 {
  max-height: 96px !important;
}

.min-height-96 {
  min-height: 96px !important;
}

@media (max-width: 576px) {
  .w-sm-97 {
    width: 97% !important;
  }
  .h-sm-97 {
    height: 97% !important;
  }
  .max-w-sm-97 {
    max-width: 97% !important;
  }
  .min-w-sm-97 {
    min-width: 97% !important;
  }
  .max-h-sm-97 {
    max-height: 97% !important;
  }
  .min-h-sm-97 {
    min-height: 97% !important;
  }
  .min-sm-vw-97 {
    min-width: 97vw !important;
  }
  .min-sm-vh-97 {
    min-height: 97vh !important;
  }
  .vw-sm-97 {
    width: 97vw !important;
  }
  .vh-sm-97 {
    height: 97vh !important;
  }
  .width-sm-97 {
    width: 97px !important;
  }
  .height-sm-97 {
    height: 97px !important;
  }
  .max-width-sm-97 {
    max-width: 97px !important;
  }
  .min-width-sm-97 {
    min-width: 97px !important;
  }
  .max-height-sm-97 {
    max-height: 97px !important;
  }
  .min-height-sm-97 {
    min-height: 97px !important;
  }
}
@media (max-width: 768px) {
  .w-md-97 {
    width: 97% !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
  .max-w-md-97 {
    max-width: 97% !important;
  }
  .min-w-md-97 {
    min-width: 97% !important;
  }
  .max-h-md-97 {
    max-height: 97% !important;
  }
  .min-h-md-97 {
    min-height: 97% !important;
  }
  .min-md-vw-97 {
    min-width: 97vw !important;
  }
  .min-md-vh-97 {
    min-height: 97vh !important;
  }
  .vw-md-97 {
    width: 97vw !important;
  }
  .vh-md-97 {
    height: 97vh !important;
  }
  .width-md-97 {
    width: 97px !important;
  }
  .height-md-97 {
    height: 97px !important;
  }
  .max-width-md-97 {
    max-width: 97px !important;
  }
  .min-width-md-97 {
    min-width: 97px !important;
  }
  .max-height-md-97 {
    max-height: 97px !important;
  }
  .min-height-md-97 {
    min-height: 97px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-97 {
    width: 97% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
  .max-w-lg-97 {
    max-width: 97% !important;
  }
  .min-w-lg-97 {
    min-width: 97% !important;
  }
  .max-h-lg-97 {
    max-height: 97% !important;
  }
  .min-h-lg-97 {
    min-height: 97% !important;
  }
  .min-lg-vw-97 {
    min-width: 97vw !important;
  }
  .min-lg-vh-97 {
    min-height: 97vh !important;
  }
  .vw-lg-97 {
    width: 97vw !important;
  }
  .vh-lg-97 {
    height: 97vh !important;
  }
  .width-lg-97 {
    width: 97px !important;
  }
  .height-lg-97 {
    height: 97px !important;
  }
  .max-width-lg-97 {
    max-width: 97px !important;
  }
  .min-width-lg-97 {
    min-width: 97px !important;
  }
  .max-height-lg-97 {
    max-height: 97px !important;
  }
  .min-height-lg-97 {
    min-height: 97px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-97 {
    width: 97% !important;
  }
  .h-xl-97 {
    height: 97% !important;
  }
  .max-w-xl-97 {
    max-width: 97% !important;
  }
  .min-w-xl-97 {
    min-width: 97% !important;
  }
  .max-h-xl-97 {
    max-height: 97% !important;
  }
  .min-h-xl-97 {
    min-height: 97% !important;
  }
  .min-xl-vw-97 {
    min-width: 97vw !important;
  }
  .min-xl-vh-97 {
    min-height: 97vh !important;
  }
  .vw-xl-97 {
    width: 97vw !important;
  }
  .vh-xl-97 {
    height: 97vh !important;
  }
  .width-xl-97 {
    width: 97px !important;
  }
  .height-xl-97 {
    height: 97px !important;
  }
  .max-width-xl-97 {
    max-width: 97px !important;
  }
  .min-width-xl-97 {
    min-width: 97px !important;
  }
  .max-height-xl-97 {
    max-height: 97px !important;
  }
  .min-height-xl-97 {
    min-height: 97px !important;
  }
}
.w-97 {
  width: 97% !important;
}

.h-97 {
  height: 97% !important;
}

.max-w-97 {
  max-width: 97% !important;
}

.min-w-97 {
  min-width: 97% !important;
}

.max-h-97 {
  max-height: 97% !important;
}

.min-h-97 {
  min-height: 97% !important;
}

.min-vw-97 {
  min-width: 97vw !important;
}

.min-vh-97 {
  min-height: 97vh !important;
}

.vw-97 {
  width: 97vw !important;
}

.vh-97 {
  height: 97vh !important;
}

.width-97 {
  width: 97px !important;
}

.height-97 {
  height: 97px !important;
}

.max-width-97 {
  max-width: 97px !important;
}

.min-width-97 {
  min-width: 97px !important;
}

.max-height-97 {
  max-height: 97px !important;
}

.min-height-97 {
  min-height: 97px !important;
}

@media (max-width: 576px) {
  .w-sm-98 {
    width: 98% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .max-w-sm-98 {
    max-width: 98% !important;
  }
  .min-w-sm-98 {
    min-width: 98% !important;
  }
  .max-h-sm-98 {
    max-height: 98% !important;
  }
  .min-h-sm-98 {
    min-height: 98% !important;
  }
  .min-sm-vw-98 {
    min-width: 98vw !important;
  }
  .min-sm-vh-98 {
    min-height: 98vh !important;
  }
  .vw-sm-98 {
    width: 98vw !important;
  }
  .vh-sm-98 {
    height: 98vh !important;
  }
  .width-sm-98 {
    width: 98px !important;
  }
  .height-sm-98 {
    height: 98px !important;
  }
  .max-width-sm-98 {
    max-width: 98px !important;
  }
  .min-width-sm-98 {
    min-width: 98px !important;
  }
  .max-height-sm-98 {
    max-height: 98px !important;
  }
  .min-height-sm-98 {
    min-height: 98px !important;
  }
}
@media (max-width: 768px) {
  .w-md-98 {
    width: 98% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .max-w-md-98 {
    max-width: 98% !important;
  }
  .min-w-md-98 {
    min-width: 98% !important;
  }
  .max-h-md-98 {
    max-height: 98% !important;
  }
  .min-h-md-98 {
    min-height: 98% !important;
  }
  .min-md-vw-98 {
    min-width: 98vw !important;
  }
  .min-md-vh-98 {
    min-height: 98vh !important;
  }
  .vw-md-98 {
    width: 98vw !important;
  }
  .vh-md-98 {
    height: 98vh !important;
  }
  .width-md-98 {
    width: 98px !important;
  }
  .height-md-98 {
    height: 98px !important;
  }
  .max-width-md-98 {
    max-width: 98px !important;
  }
  .min-width-md-98 {
    min-width: 98px !important;
  }
  .max-height-md-98 {
    max-height: 98px !important;
  }
  .min-height-md-98 {
    min-height: 98px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-98 {
    width: 98% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .max-w-lg-98 {
    max-width: 98% !important;
  }
  .min-w-lg-98 {
    min-width: 98% !important;
  }
  .max-h-lg-98 {
    max-height: 98% !important;
  }
  .min-h-lg-98 {
    min-height: 98% !important;
  }
  .min-lg-vw-98 {
    min-width: 98vw !important;
  }
  .min-lg-vh-98 {
    min-height: 98vh !important;
  }
  .vw-lg-98 {
    width: 98vw !important;
  }
  .vh-lg-98 {
    height: 98vh !important;
  }
  .width-lg-98 {
    width: 98px !important;
  }
  .height-lg-98 {
    height: 98px !important;
  }
  .max-width-lg-98 {
    max-width: 98px !important;
  }
  .min-width-lg-98 {
    min-width: 98px !important;
  }
  .max-height-lg-98 {
    max-height: 98px !important;
  }
  .min-height-lg-98 {
    min-height: 98px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-98 {
    width: 98% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
  .max-w-xl-98 {
    max-width: 98% !important;
  }
  .min-w-xl-98 {
    min-width: 98% !important;
  }
  .max-h-xl-98 {
    max-height: 98% !important;
  }
  .min-h-xl-98 {
    min-height: 98% !important;
  }
  .min-xl-vw-98 {
    min-width: 98vw !important;
  }
  .min-xl-vh-98 {
    min-height: 98vh !important;
  }
  .vw-xl-98 {
    width: 98vw !important;
  }
  .vh-xl-98 {
    height: 98vh !important;
  }
  .width-xl-98 {
    width: 98px !important;
  }
  .height-xl-98 {
    height: 98px !important;
  }
  .max-width-xl-98 {
    max-width: 98px !important;
  }
  .min-width-xl-98 {
    min-width: 98px !important;
  }
  .max-height-xl-98 {
    max-height: 98px !important;
  }
  .min-height-xl-98 {
    min-height: 98px !important;
  }
}
.w-98 {
  width: 98% !important;
}

.h-98 {
  height: 98% !important;
}

.max-w-98 {
  max-width: 98% !important;
}

.min-w-98 {
  min-width: 98% !important;
}

.max-h-98 {
  max-height: 98% !important;
}

.min-h-98 {
  min-height: 98% !important;
}

.min-vw-98 {
  min-width: 98vw !important;
}

.min-vh-98 {
  min-height: 98vh !important;
}

.vw-98 {
  width: 98vw !important;
}

.vh-98 {
  height: 98vh !important;
}

.width-98 {
  width: 98px !important;
}

.height-98 {
  height: 98px !important;
}

.max-width-98 {
  max-width: 98px !important;
}

.min-width-98 {
  min-width: 98px !important;
}

.max-height-98 {
  max-height: 98px !important;
}

.min-height-98 {
  min-height: 98px !important;
}

@media (max-width: 576px) {
  .w-sm-99 {
    width: 99% !important;
  }
  .h-sm-99 {
    height: 99% !important;
  }
  .max-w-sm-99 {
    max-width: 99% !important;
  }
  .min-w-sm-99 {
    min-width: 99% !important;
  }
  .max-h-sm-99 {
    max-height: 99% !important;
  }
  .min-h-sm-99 {
    min-height: 99% !important;
  }
  .min-sm-vw-99 {
    min-width: 99vw !important;
  }
  .min-sm-vh-99 {
    min-height: 99vh !important;
  }
  .vw-sm-99 {
    width: 99vw !important;
  }
  .vh-sm-99 {
    height: 99vh !important;
  }
  .width-sm-99 {
    width: 99px !important;
  }
  .height-sm-99 {
    height: 99px !important;
  }
  .max-width-sm-99 {
    max-width: 99px !important;
  }
  .min-width-sm-99 {
    min-width: 99px !important;
  }
  .max-height-sm-99 {
    max-height: 99px !important;
  }
  .min-height-sm-99 {
    min-height: 99px !important;
  }
}
@media (max-width: 768px) {
  .w-md-99 {
    width: 99% !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
  .max-w-md-99 {
    max-width: 99% !important;
  }
  .min-w-md-99 {
    min-width: 99% !important;
  }
  .max-h-md-99 {
    max-height: 99% !important;
  }
  .min-h-md-99 {
    min-height: 99% !important;
  }
  .min-md-vw-99 {
    min-width: 99vw !important;
  }
  .min-md-vh-99 {
    min-height: 99vh !important;
  }
  .vw-md-99 {
    width: 99vw !important;
  }
  .vh-md-99 {
    height: 99vh !important;
  }
  .width-md-99 {
    width: 99px !important;
  }
  .height-md-99 {
    height: 99px !important;
  }
  .max-width-md-99 {
    max-width: 99px !important;
  }
  .min-width-md-99 {
    min-width: 99px !important;
  }
  .max-height-md-99 {
    max-height: 99px !important;
  }
  .min-height-md-99 {
    min-height: 99px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-99 {
    width: 99% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
  .max-w-lg-99 {
    max-width: 99% !important;
  }
  .min-w-lg-99 {
    min-width: 99% !important;
  }
  .max-h-lg-99 {
    max-height: 99% !important;
  }
  .min-h-lg-99 {
    min-height: 99% !important;
  }
  .min-lg-vw-99 {
    min-width: 99vw !important;
  }
  .min-lg-vh-99 {
    min-height: 99vh !important;
  }
  .vw-lg-99 {
    width: 99vw !important;
  }
  .vh-lg-99 {
    height: 99vh !important;
  }
  .width-lg-99 {
    width: 99px !important;
  }
  .height-lg-99 {
    height: 99px !important;
  }
  .max-width-lg-99 {
    max-width: 99px !important;
  }
  .min-width-lg-99 {
    min-width: 99px !important;
  }
  .max-height-lg-99 {
    max-height: 99px !important;
  }
  .min-height-lg-99 {
    min-height: 99px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-99 {
    width: 99% !important;
  }
  .h-xl-99 {
    height: 99% !important;
  }
  .max-w-xl-99 {
    max-width: 99% !important;
  }
  .min-w-xl-99 {
    min-width: 99% !important;
  }
  .max-h-xl-99 {
    max-height: 99% !important;
  }
  .min-h-xl-99 {
    min-height: 99% !important;
  }
  .min-xl-vw-99 {
    min-width: 99vw !important;
  }
  .min-xl-vh-99 {
    min-height: 99vh !important;
  }
  .vw-xl-99 {
    width: 99vw !important;
  }
  .vh-xl-99 {
    height: 99vh !important;
  }
  .width-xl-99 {
    width: 99px !important;
  }
  .height-xl-99 {
    height: 99px !important;
  }
  .max-width-xl-99 {
    max-width: 99px !important;
  }
  .min-width-xl-99 {
    min-width: 99px !important;
  }
  .max-height-xl-99 {
    max-height: 99px !important;
  }
  .min-height-xl-99 {
    min-height: 99px !important;
  }
}
.w-99 {
  width: 99% !important;
}

.h-99 {
  height: 99% !important;
}

.max-w-99 {
  max-width: 99% !important;
}

.min-w-99 {
  min-width: 99% !important;
}

.max-h-99 {
  max-height: 99% !important;
}

.min-h-99 {
  min-height: 99% !important;
}

.min-vw-99 {
  min-width: 99vw !important;
}

.min-vh-99 {
  min-height: 99vh !important;
}

.vw-99 {
  width: 99vw !important;
}

.vh-99 {
  height: 99vh !important;
}

.width-99 {
  width: 99px !important;
}

.height-99 {
  height: 99px !important;
}

.max-width-99 {
  max-width: 99px !important;
}

.min-width-99 {
  min-width: 99px !important;
}

.max-height-99 {
  max-height: 99px !important;
}

.min-height-99 {
  min-height: 99px !important;
}

@media (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .max-h-sm-100 {
    max-height: 100% !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .min-sm-vw-100 {
    min-width: 100vw !important;
  }
  .min-sm-vh-100 {
    min-height: 100vh !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .width-sm-100 {
    width: 100px !important;
  }
  .height-sm-100 {
    height: 100px !important;
  }
  .max-width-sm-100 {
    max-width: 100px !important;
  }
  .min-width-sm-100 {
    min-width: 100px !important;
  }
  .max-height-sm-100 {
    max-height: 100px !important;
  }
  .min-height-sm-100 {
    min-height: 100px !important;
  }
}
@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .max-h-md-100 {
    max-height: 100% !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .min-md-vw-100 {
    min-width: 100vw !important;
  }
  .min-md-vh-100 {
    min-height: 100vh !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .width-md-100 {
    width: 100px !important;
  }
  .height-md-100 {
    height: 100px !important;
  }
  .max-width-md-100 {
    max-width: 100px !important;
  }
  .min-width-md-100 {
    min-width: 100px !important;
  }
  .max-height-md-100 {
    max-height: 100px !important;
  }
  .min-height-md-100 {
    min-height: 100px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .max-h-lg-100 {
    max-height: 100% !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .min-lg-vw-100 {
    min-width: 100vw !important;
  }
  .min-lg-vh-100 {
    min-height: 100vh !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .width-lg-100 {
    width: 100px !important;
  }
  .height-lg-100 {
    height: 100px !important;
  }
  .max-width-lg-100 {
    max-width: 100px !important;
  }
  .min-width-lg-100 {
    min-width: 100px !important;
  }
  .max-height-lg-100 {
    max-height: 100px !important;
  }
  .min-height-lg-100 {
    min-height: 100px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .max-h-xl-100 {
    max-height: 100% !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .min-xl-vw-100 {
    min-width: 100vw !important;
  }
  .min-xl-vh-100 {
    min-height: 100vh !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .width-xl-100 {
    width: 100px !important;
  }
  .height-xl-100 {
    height: 100px !important;
  }
  .max-width-xl-100 {
    max-width: 100px !important;
  }
  .min-width-xl-100 {
    min-width: 100px !important;
  }
  .max-height-xl-100 {
    max-height: 100px !important;
  }
  .min-height-xl-100 {
    min-height: 100px !important;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.width-100 {
  width: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.max-height-100 {
  max-height: 100px !important;
}

.min-height-100 {
  min-height: 100px !important;
}

@media (max-width: 576px) {
  .w-sm-101 {
    width: 101% !important;
  }
  .h-sm-101 {
    height: 101% !important;
  }
  .max-w-sm-101 {
    max-width: 101% !important;
  }
  .min-w-sm-101 {
    min-width: 101% !important;
  }
  .max-h-sm-101 {
    max-height: 101% !important;
  }
  .min-h-sm-101 {
    min-height: 101% !important;
  }
  .min-sm-vw-101 {
    min-width: 101vw !important;
  }
  .min-sm-vh-101 {
    min-height: 101vh !important;
  }
  .vw-sm-101 {
    width: 101vw !important;
  }
  .vh-sm-101 {
    height: 101vh !important;
  }
  .width-sm-101 {
    width: 101px !important;
  }
  .height-sm-101 {
    height: 101px !important;
  }
  .max-width-sm-101 {
    max-width: 101px !important;
  }
  .min-width-sm-101 {
    min-width: 101px !important;
  }
  .max-height-sm-101 {
    max-height: 101px !important;
  }
  .min-height-sm-101 {
    min-height: 101px !important;
  }
}
@media (max-width: 768px) {
  .w-md-101 {
    width: 101% !important;
  }
  .h-md-101 {
    height: 101% !important;
  }
  .max-w-md-101 {
    max-width: 101% !important;
  }
  .min-w-md-101 {
    min-width: 101% !important;
  }
  .max-h-md-101 {
    max-height: 101% !important;
  }
  .min-h-md-101 {
    min-height: 101% !important;
  }
  .min-md-vw-101 {
    min-width: 101vw !important;
  }
  .min-md-vh-101 {
    min-height: 101vh !important;
  }
  .vw-md-101 {
    width: 101vw !important;
  }
  .vh-md-101 {
    height: 101vh !important;
  }
  .width-md-101 {
    width: 101px !important;
  }
  .height-md-101 {
    height: 101px !important;
  }
  .max-width-md-101 {
    max-width: 101px !important;
  }
  .min-width-md-101 {
    min-width: 101px !important;
  }
  .max-height-md-101 {
    max-height: 101px !important;
  }
  .min-height-md-101 {
    min-height: 101px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-101 {
    width: 101% !important;
  }
  .h-lg-101 {
    height: 101% !important;
  }
  .max-w-lg-101 {
    max-width: 101% !important;
  }
  .min-w-lg-101 {
    min-width: 101% !important;
  }
  .max-h-lg-101 {
    max-height: 101% !important;
  }
  .min-h-lg-101 {
    min-height: 101% !important;
  }
  .min-lg-vw-101 {
    min-width: 101vw !important;
  }
  .min-lg-vh-101 {
    min-height: 101vh !important;
  }
  .vw-lg-101 {
    width: 101vw !important;
  }
  .vh-lg-101 {
    height: 101vh !important;
  }
  .width-lg-101 {
    width: 101px !important;
  }
  .height-lg-101 {
    height: 101px !important;
  }
  .max-width-lg-101 {
    max-width: 101px !important;
  }
  .min-width-lg-101 {
    min-width: 101px !important;
  }
  .max-height-lg-101 {
    max-height: 101px !important;
  }
  .min-height-lg-101 {
    min-height: 101px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-101 {
    width: 101% !important;
  }
  .h-xl-101 {
    height: 101% !important;
  }
  .max-w-xl-101 {
    max-width: 101% !important;
  }
  .min-w-xl-101 {
    min-width: 101% !important;
  }
  .max-h-xl-101 {
    max-height: 101% !important;
  }
  .min-h-xl-101 {
    min-height: 101% !important;
  }
  .min-xl-vw-101 {
    min-width: 101vw !important;
  }
  .min-xl-vh-101 {
    min-height: 101vh !important;
  }
  .vw-xl-101 {
    width: 101vw !important;
  }
  .vh-xl-101 {
    height: 101vh !important;
  }
  .width-xl-101 {
    width: 101px !important;
  }
  .height-xl-101 {
    height: 101px !important;
  }
  .max-width-xl-101 {
    max-width: 101px !important;
  }
  .min-width-xl-101 {
    min-width: 101px !important;
  }
  .max-height-xl-101 {
    max-height: 101px !important;
  }
  .min-height-xl-101 {
    min-height: 101px !important;
  }
}
.w-101 {
  width: 101% !important;
}

.h-101 {
  height: 101% !important;
}

.max-w-101 {
  max-width: 101% !important;
}

.min-w-101 {
  min-width: 101% !important;
}

.max-h-101 {
  max-height: 101% !important;
}

.min-h-101 {
  min-height: 101% !important;
}

.min-vw-101 {
  min-width: 101vw !important;
}

.min-vh-101 {
  min-height: 101vh !important;
}

.vw-101 {
  width: 101vw !important;
}

.vh-101 {
  height: 101vh !important;
}

.width-101 {
  width: 101px !important;
}

.height-101 {
  height: 101px !important;
}

.max-width-101 {
  max-width: 101px !important;
}

.min-width-101 {
  min-width: 101px !important;
}

.max-height-101 {
  max-height: 101px !important;
}

.min-height-101 {
  min-height: 101px !important;
}

@media (max-width: 576px) {
  .w-sm-102 {
    width: 102% !important;
  }
  .h-sm-102 {
    height: 102% !important;
  }
  .max-w-sm-102 {
    max-width: 102% !important;
  }
  .min-w-sm-102 {
    min-width: 102% !important;
  }
  .max-h-sm-102 {
    max-height: 102% !important;
  }
  .min-h-sm-102 {
    min-height: 102% !important;
  }
  .min-sm-vw-102 {
    min-width: 102vw !important;
  }
  .min-sm-vh-102 {
    min-height: 102vh !important;
  }
  .vw-sm-102 {
    width: 102vw !important;
  }
  .vh-sm-102 {
    height: 102vh !important;
  }
  .width-sm-102 {
    width: 102px !important;
  }
  .height-sm-102 {
    height: 102px !important;
  }
  .max-width-sm-102 {
    max-width: 102px !important;
  }
  .min-width-sm-102 {
    min-width: 102px !important;
  }
  .max-height-sm-102 {
    max-height: 102px !important;
  }
  .min-height-sm-102 {
    min-height: 102px !important;
  }
}
@media (max-width: 768px) {
  .w-md-102 {
    width: 102% !important;
  }
  .h-md-102 {
    height: 102% !important;
  }
  .max-w-md-102 {
    max-width: 102% !important;
  }
  .min-w-md-102 {
    min-width: 102% !important;
  }
  .max-h-md-102 {
    max-height: 102% !important;
  }
  .min-h-md-102 {
    min-height: 102% !important;
  }
  .min-md-vw-102 {
    min-width: 102vw !important;
  }
  .min-md-vh-102 {
    min-height: 102vh !important;
  }
  .vw-md-102 {
    width: 102vw !important;
  }
  .vh-md-102 {
    height: 102vh !important;
  }
  .width-md-102 {
    width: 102px !important;
  }
  .height-md-102 {
    height: 102px !important;
  }
  .max-width-md-102 {
    max-width: 102px !important;
  }
  .min-width-md-102 {
    min-width: 102px !important;
  }
  .max-height-md-102 {
    max-height: 102px !important;
  }
  .min-height-md-102 {
    min-height: 102px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-102 {
    width: 102% !important;
  }
  .h-lg-102 {
    height: 102% !important;
  }
  .max-w-lg-102 {
    max-width: 102% !important;
  }
  .min-w-lg-102 {
    min-width: 102% !important;
  }
  .max-h-lg-102 {
    max-height: 102% !important;
  }
  .min-h-lg-102 {
    min-height: 102% !important;
  }
  .min-lg-vw-102 {
    min-width: 102vw !important;
  }
  .min-lg-vh-102 {
    min-height: 102vh !important;
  }
  .vw-lg-102 {
    width: 102vw !important;
  }
  .vh-lg-102 {
    height: 102vh !important;
  }
  .width-lg-102 {
    width: 102px !important;
  }
  .height-lg-102 {
    height: 102px !important;
  }
  .max-width-lg-102 {
    max-width: 102px !important;
  }
  .min-width-lg-102 {
    min-width: 102px !important;
  }
  .max-height-lg-102 {
    max-height: 102px !important;
  }
  .min-height-lg-102 {
    min-height: 102px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-102 {
    width: 102% !important;
  }
  .h-xl-102 {
    height: 102% !important;
  }
  .max-w-xl-102 {
    max-width: 102% !important;
  }
  .min-w-xl-102 {
    min-width: 102% !important;
  }
  .max-h-xl-102 {
    max-height: 102% !important;
  }
  .min-h-xl-102 {
    min-height: 102% !important;
  }
  .min-xl-vw-102 {
    min-width: 102vw !important;
  }
  .min-xl-vh-102 {
    min-height: 102vh !important;
  }
  .vw-xl-102 {
    width: 102vw !important;
  }
  .vh-xl-102 {
    height: 102vh !important;
  }
  .width-xl-102 {
    width: 102px !important;
  }
  .height-xl-102 {
    height: 102px !important;
  }
  .max-width-xl-102 {
    max-width: 102px !important;
  }
  .min-width-xl-102 {
    min-width: 102px !important;
  }
  .max-height-xl-102 {
    max-height: 102px !important;
  }
  .min-height-xl-102 {
    min-height: 102px !important;
  }
}
.w-102 {
  width: 102% !important;
}

.h-102 {
  height: 102% !important;
}

.max-w-102 {
  max-width: 102% !important;
}

.min-w-102 {
  min-width: 102% !important;
}

.max-h-102 {
  max-height: 102% !important;
}

.min-h-102 {
  min-height: 102% !important;
}

.min-vw-102 {
  min-width: 102vw !important;
}

.min-vh-102 {
  min-height: 102vh !important;
}

.vw-102 {
  width: 102vw !important;
}

.vh-102 {
  height: 102vh !important;
}

.width-102 {
  width: 102px !important;
}

.height-102 {
  height: 102px !important;
}

.max-width-102 {
  max-width: 102px !important;
}

.min-width-102 {
  min-width: 102px !important;
}

.max-height-102 {
  max-height: 102px !important;
}

.min-height-102 {
  min-height: 102px !important;
}

@media (max-width: 576px) {
  .w-sm-103 {
    width: 103% !important;
  }
  .h-sm-103 {
    height: 103% !important;
  }
  .max-w-sm-103 {
    max-width: 103% !important;
  }
  .min-w-sm-103 {
    min-width: 103% !important;
  }
  .max-h-sm-103 {
    max-height: 103% !important;
  }
  .min-h-sm-103 {
    min-height: 103% !important;
  }
  .min-sm-vw-103 {
    min-width: 103vw !important;
  }
  .min-sm-vh-103 {
    min-height: 103vh !important;
  }
  .vw-sm-103 {
    width: 103vw !important;
  }
  .vh-sm-103 {
    height: 103vh !important;
  }
  .width-sm-103 {
    width: 103px !important;
  }
  .height-sm-103 {
    height: 103px !important;
  }
  .max-width-sm-103 {
    max-width: 103px !important;
  }
  .min-width-sm-103 {
    min-width: 103px !important;
  }
  .max-height-sm-103 {
    max-height: 103px !important;
  }
  .min-height-sm-103 {
    min-height: 103px !important;
  }
}
@media (max-width: 768px) {
  .w-md-103 {
    width: 103% !important;
  }
  .h-md-103 {
    height: 103% !important;
  }
  .max-w-md-103 {
    max-width: 103% !important;
  }
  .min-w-md-103 {
    min-width: 103% !important;
  }
  .max-h-md-103 {
    max-height: 103% !important;
  }
  .min-h-md-103 {
    min-height: 103% !important;
  }
  .min-md-vw-103 {
    min-width: 103vw !important;
  }
  .min-md-vh-103 {
    min-height: 103vh !important;
  }
  .vw-md-103 {
    width: 103vw !important;
  }
  .vh-md-103 {
    height: 103vh !important;
  }
  .width-md-103 {
    width: 103px !important;
  }
  .height-md-103 {
    height: 103px !important;
  }
  .max-width-md-103 {
    max-width: 103px !important;
  }
  .min-width-md-103 {
    min-width: 103px !important;
  }
  .max-height-md-103 {
    max-height: 103px !important;
  }
  .min-height-md-103 {
    min-height: 103px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-103 {
    width: 103% !important;
  }
  .h-lg-103 {
    height: 103% !important;
  }
  .max-w-lg-103 {
    max-width: 103% !important;
  }
  .min-w-lg-103 {
    min-width: 103% !important;
  }
  .max-h-lg-103 {
    max-height: 103% !important;
  }
  .min-h-lg-103 {
    min-height: 103% !important;
  }
  .min-lg-vw-103 {
    min-width: 103vw !important;
  }
  .min-lg-vh-103 {
    min-height: 103vh !important;
  }
  .vw-lg-103 {
    width: 103vw !important;
  }
  .vh-lg-103 {
    height: 103vh !important;
  }
  .width-lg-103 {
    width: 103px !important;
  }
  .height-lg-103 {
    height: 103px !important;
  }
  .max-width-lg-103 {
    max-width: 103px !important;
  }
  .min-width-lg-103 {
    min-width: 103px !important;
  }
  .max-height-lg-103 {
    max-height: 103px !important;
  }
  .min-height-lg-103 {
    min-height: 103px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-103 {
    width: 103% !important;
  }
  .h-xl-103 {
    height: 103% !important;
  }
  .max-w-xl-103 {
    max-width: 103% !important;
  }
  .min-w-xl-103 {
    min-width: 103% !important;
  }
  .max-h-xl-103 {
    max-height: 103% !important;
  }
  .min-h-xl-103 {
    min-height: 103% !important;
  }
  .min-xl-vw-103 {
    min-width: 103vw !important;
  }
  .min-xl-vh-103 {
    min-height: 103vh !important;
  }
  .vw-xl-103 {
    width: 103vw !important;
  }
  .vh-xl-103 {
    height: 103vh !important;
  }
  .width-xl-103 {
    width: 103px !important;
  }
  .height-xl-103 {
    height: 103px !important;
  }
  .max-width-xl-103 {
    max-width: 103px !important;
  }
  .min-width-xl-103 {
    min-width: 103px !important;
  }
  .max-height-xl-103 {
    max-height: 103px !important;
  }
  .min-height-xl-103 {
    min-height: 103px !important;
  }
}
.w-103 {
  width: 103% !important;
}

.h-103 {
  height: 103% !important;
}

.max-w-103 {
  max-width: 103% !important;
}

.min-w-103 {
  min-width: 103% !important;
}

.max-h-103 {
  max-height: 103% !important;
}

.min-h-103 {
  min-height: 103% !important;
}

.min-vw-103 {
  min-width: 103vw !important;
}

.min-vh-103 {
  min-height: 103vh !important;
}

.vw-103 {
  width: 103vw !important;
}

.vh-103 {
  height: 103vh !important;
}

.width-103 {
  width: 103px !important;
}

.height-103 {
  height: 103px !important;
}

.max-width-103 {
  max-width: 103px !important;
}

.min-width-103 {
  min-width: 103px !important;
}

.max-height-103 {
  max-height: 103px !important;
}

.min-height-103 {
  min-height: 103px !important;
}

@media (max-width: 576px) {
  .w-sm-104 {
    width: 104% !important;
  }
  .h-sm-104 {
    height: 104% !important;
  }
  .max-w-sm-104 {
    max-width: 104% !important;
  }
  .min-w-sm-104 {
    min-width: 104% !important;
  }
  .max-h-sm-104 {
    max-height: 104% !important;
  }
  .min-h-sm-104 {
    min-height: 104% !important;
  }
  .min-sm-vw-104 {
    min-width: 104vw !important;
  }
  .min-sm-vh-104 {
    min-height: 104vh !important;
  }
  .vw-sm-104 {
    width: 104vw !important;
  }
  .vh-sm-104 {
    height: 104vh !important;
  }
  .width-sm-104 {
    width: 104px !important;
  }
  .height-sm-104 {
    height: 104px !important;
  }
  .max-width-sm-104 {
    max-width: 104px !important;
  }
  .min-width-sm-104 {
    min-width: 104px !important;
  }
  .max-height-sm-104 {
    max-height: 104px !important;
  }
  .min-height-sm-104 {
    min-height: 104px !important;
  }
}
@media (max-width: 768px) {
  .w-md-104 {
    width: 104% !important;
  }
  .h-md-104 {
    height: 104% !important;
  }
  .max-w-md-104 {
    max-width: 104% !important;
  }
  .min-w-md-104 {
    min-width: 104% !important;
  }
  .max-h-md-104 {
    max-height: 104% !important;
  }
  .min-h-md-104 {
    min-height: 104% !important;
  }
  .min-md-vw-104 {
    min-width: 104vw !important;
  }
  .min-md-vh-104 {
    min-height: 104vh !important;
  }
  .vw-md-104 {
    width: 104vw !important;
  }
  .vh-md-104 {
    height: 104vh !important;
  }
  .width-md-104 {
    width: 104px !important;
  }
  .height-md-104 {
    height: 104px !important;
  }
  .max-width-md-104 {
    max-width: 104px !important;
  }
  .min-width-md-104 {
    min-width: 104px !important;
  }
  .max-height-md-104 {
    max-height: 104px !important;
  }
  .min-height-md-104 {
    min-height: 104px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-104 {
    width: 104% !important;
  }
  .h-lg-104 {
    height: 104% !important;
  }
  .max-w-lg-104 {
    max-width: 104% !important;
  }
  .min-w-lg-104 {
    min-width: 104% !important;
  }
  .max-h-lg-104 {
    max-height: 104% !important;
  }
  .min-h-lg-104 {
    min-height: 104% !important;
  }
  .min-lg-vw-104 {
    min-width: 104vw !important;
  }
  .min-lg-vh-104 {
    min-height: 104vh !important;
  }
  .vw-lg-104 {
    width: 104vw !important;
  }
  .vh-lg-104 {
    height: 104vh !important;
  }
  .width-lg-104 {
    width: 104px !important;
  }
  .height-lg-104 {
    height: 104px !important;
  }
  .max-width-lg-104 {
    max-width: 104px !important;
  }
  .min-width-lg-104 {
    min-width: 104px !important;
  }
  .max-height-lg-104 {
    max-height: 104px !important;
  }
  .min-height-lg-104 {
    min-height: 104px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-104 {
    width: 104% !important;
  }
  .h-xl-104 {
    height: 104% !important;
  }
  .max-w-xl-104 {
    max-width: 104% !important;
  }
  .min-w-xl-104 {
    min-width: 104% !important;
  }
  .max-h-xl-104 {
    max-height: 104% !important;
  }
  .min-h-xl-104 {
    min-height: 104% !important;
  }
  .min-xl-vw-104 {
    min-width: 104vw !important;
  }
  .min-xl-vh-104 {
    min-height: 104vh !important;
  }
  .vw-xl-104 {
    width: 104vw !important;
  }
  .vh-xl-104 {
    height: 104vh !important;
  }
  .width-xl-104 {
    width: 104px !important;
  }
  .height-xl-104 {
    height: 104px !important;
  }
  .max-width-xl-104 {
    max-width: 104px !important;
  }
  .min-width-xl-104 {
    min-width: 104px !important;
  }
  .max-height-xl-104 {
    max-height: 104px !important;
  }
  .min-height-xl-104 {
    min-height: 104px !important;
  }
}
.w-104 {
  width: 104% !important;
}

.h-104 {
  height: 104% !important;
}

.max-w-104 {
  max-width: 104% !important;
}

.min-w-104 {
  min-width: 104% !important;
}

.max-h-104 {
  max-height: 104% !important;
}

.min-h-104 {
  min-height: 104% !important;
}

.min-vw-104 {
  min-width: 104vw !important;
}

.min-vh-104 {
  min-height: 104vh !important;
}

.vw-104 {
  width: 104vw !important;
}

.vh-104 {
  height: 104vh !important;
}

.width-104 {
  width: 104px !important;
}

.height-104 {
  height: 104px !important;
}

.max-width-104 {
  max-width: 104px !important;
}

.min-width-104 {
  min-width: 104px !important;
}

.max-height-104 {
  max-height: 104px !important;
}

.min-height-104 {
  min-height: 104px !important;
}

@media (max-width: 576px) {
  .w-sm-105 {
    width: 105% !important;
  }
  .h-sm-105 {
    height: 105% !important;
  }
  .max-w-sm-105 {
    max-width: 105% !important;
  }
  .min-w-sm-105 {
    min-width: 105% !important;
  }
  .max-h-sm-105 {
    max-height: 105% !important;
  }
  .min-h-sm-105 {
    min-height: 105% !important;
  }
  .min-sm-vw-105 {
    min-width: 105vw !important;
  }
  .min-sm-vh-105 {
    min-height: 105vh !important;
  }
  .vw-sm-105 {
    width: 105vw !important;
  }
  .vh-sm-105 {
    height: 105vh !important;
  }
  .width-sm-105 {
    width: 105px !important;
  }
  .height-sm-105 {
    height: 105px !important;
  }
  .max-width-sm-105 {
    max-width: 105px !important;
  }
  .min-width-sm-105 {
    min-width: 105px !important;
  }
  .max-height-sm-105 {
    max-height: 105px !important;
  }
  .min-height-sm-105 {
    min-height: 105px !important;
  }
}
@media (max-width: 768px) {
  .w-md-105 {
    width: 105% !important;
  }
  .h-md-105 {
    height: 105% !important;
  }
  .max-w-md-105 {
    max-width: 105% !important;
  }
  .min-w-md-105 {
    min-width: 105% !important;
  }
  .max-h-md-105 {
    max-height: 105% !important;
  }
  .min-h-md-105 {
    min-height: 105% !important;
  }
  .min-md-vw-105 {
    min-width: 105vw !important;
  }
  .min-md-vh-105 {
    min-height: 105vh !important;
  }
  .vw-md-105 {
    width: 105vw !important;
  }
  .vh-md-105 {
    height: 105vh !important;
  }
  .width-md-105 {
    width: 105px !important;
  }
  .height-md-105 {
    height: 105px !important;
  }
  .max-width-md-105 {
    max-width: 105px !important;
  }
  .min-width-md-105 {
    min-width: 105px !important;
  }
  .max-height-md-105 {
    max-height: 105px !important;
  }
  .min-height-md-105 {
    min-height: 105px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-105 {
    width: 105% !important;
  }
  .h-lg-105 {
    height: 105% !important;
  }
  .max-w-lg-105 {
    max-width: 105% !important;
  }
  .min-w-lg-105 {
    min-width: 105% !important;
  }
  .max-h-lg-105 {
    max-height: 105% !important;
  }
  .min-h-lg-105 {
    min-height: 105% !important;
  }
  .min-lg-vw-105 {
    min-width: 105vw !important;
  }
  .min-lg-vh-105 {
    min-height: 105vh !important;
  }
  .vw-lg-105 {
    width: 105vw !important;
  }
  .vh-lg-105 {
    height: 105vh !important;
  }
  .width-lg-105 {
    width: 105px !important;
  }
  .height-lg-105 {
    height: 105px !important;
  }
  .max-width-lg-105 {
    max-width: 105px !important;
  }
  .min-width-lg-105 {
    min-width: 105px !important;
  }
  .max-height-lg-105 {
    max-height: 105px !important;
  }
  .min-height-lg-105 {
    min-height: 105px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-105 {
    width: 105% !important;
  }
  .h-xl-105 {
    height: 105% !important;
  }
  .max-w-xl-105 {
    max-width: 105% !important;
  }
  .min-w-xl-105 {
    min-width: 105% !important;
  }
  .max-h-xl-105 {
    max-height: 105% !important;
  }
  .min-h-xl-105 {
    min-height: 105% !important;
  }
  .min-xl-vw-105 {
    min-width: 105vw !important;
  }
  .min-xl-vh-105 {
    min-height: 105vh !important;
  }
  .vw-xl-105 {
    width: 105vw !important;
  }
  .vh-xl-105 {
    height: 105vh !important;
  }
  .width-xl-105 {
    width: 105px !important;
  }
  .height-xl-105 {
    height: 105px !important;
  }
  .max-width-xl-105 {
    max-width: 105px !important;
  }
  .min-width-xl-105 {
    min-width: 105px !important;
  }
  .max-height-xl-105 {
    max-height: 105px !important;
  }
  .min-height-xl-105 {
    min-height: 105px !important;
  }
}
.w-105 {
  width: 105% !important;
}

.h-105 {
  height: 105% !important;
}

.max-w-105 {
  max-width: 105% !important;
}

.min-w-105 {
  min-width: 105% !important;
}

.max-h-105 {
  max-height: 105% !important;
}

.min-h-105 {
  min-height: 105% !important;
}

.min-vw-105 {
  min-width: 105vw !important;
}

.min-vh-105 {
  min-height: 105vh !important;
}

.vw-105 {
  width: 105vw !important;
}

.vh-105 {
  height: 105vh !important;
}

.width-105 {
  width: 105px !important;
}

.height-105 {
  height: 105px !important;
}

.max-width-105 {
  max-width: 105px !important;
}

.min-width-105 {
  min-width: 105px !important;
}

.max-height-105 {
  max-height: 105px !important;
}

.min-height-105 {
  min-height: 105px !important;
}

@media (max-width: 576px) {
  .w-sm-106 {
    width: 106% !important;
  }
  .h-sm-106 {
    height: 106% !important;
  }
  .max-w-sm-106 {
    max-width: 106% !important;
  }
  .min-w-sm-106 {
    min-width: 106% !important;
  }
  .max-h-sm-106 {
    max-height: 106% !important;
  }
  .min-h-sm-106 {
    min-height: 106% !important;
  }
  .min-sm-vw-106 {
    min-width: 106vw !important;
  }
  .min-sm-vh-106 {
    min-height: 106vh !important;
  }
  .vw-sm-106 {
    width: 106vw !important;
  }
  .vh-sm-106 {
    height: 106vh !important;
  }
  .width-sm-106 {
    width: 106px !important;
  }
  .height-sm-106 {
    height: 106px !important;
  }
  .max-width-sm-106 {
    max-width: 106px !important;
  }
  .min-width-sm-106 {
    min-width: 106px !important;
  }
  .max-height-sm-106 {
    max-height: 106px !important;
  }
  .min-height-sm-106 {
    min-height: 106px !important;
  }
}
@media (max-width: 768px) {
  .w-md-106 {
    width: 106% !important;
  }
  .h-md-106 {
    height: 106% !important;
  }
  .max-w-md-106 {
    max-width: 106% !important;
  }
  .min-w-md-106 {
    min-width: 106% !important;
  }
  .max-h-md-106 {
    max-height: 106% !important;
  }
  .min-h-md-106 {
    min-height: 106% !important;
  }
  .min-md-vw-106 {
    min-width: 106vw !important;
  }
  .min-md-vh-106 {
    min-height: 106vh !important;
  }
  .vw-md-106 {
    width: 106vw !important;
  }
  .vh-md-106 {
    height: 106vh !important;
  }
  .width-md-106 {
    width: 106px !important;
  }
  .height-md-106 {
    height: 106px !important;
  }
  .max-width-md-106 {
    max-width: 106px !important;
  }
  .min-width-md-106 {
    min-width: 106px !important;
  }
  .max-height-md-106 {
    max-height: 106px !important;
  }
  .min-height-md-106 {
    min-height: 106px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-106 {
    width: 106% !important;
  }
  .h-lg-106 {
    height: 106% !important;
  }
  .max-w-lg-106 {
    max-width: 106% !important;
  }
  .min-w-lg-106 {
    min-width: 106% !important;
  }
  .max-h-lg-106 {
    max-height: 106% !important;
  }
  .min-h-lg-106 {
    min-height: 106% !important;
  }
  .min-lg-vw-106 {
    min-width: 106vw !important;
  }
  .min-lg-vh-106 {
    min-height: 106vh !important;
  }
  .vw-lg-106 {
    width: 106vw !important;
  }
  .vh-lg-106 {
    height: 106vh !important;
  }
  .width-lg-106 {
    width: 106px !important;
  }
  .height-lg-106 {
    height: 106px !important;
  }
  .max-width-lg-106 {
    max-width: 106px !important;
  }
  .min-width-lg-106 {
    min-width: 106px !important;
  }
  .max-height-lg-106 {
    max-height: 106px !important;
  }
  .min-height-lg-106 {
    min-height: 106px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-106 {
    width: 106% !important;
  }
  .h-xl-106 {
    height: 106% !important;
  }
  .max-w-xl-106 {
    max-width: 106% !important;
  }
  .min-w-xl-106 {
    min-width: 106% !important;
  }
  .max-h-xl-106 {
    max-height: 106% !important;
  }
  .min-h-xl-106 {
    min-height: 106% !important;
  }
  .min-xl-vw-106 {
    min-width: 106vw !important;
  }
  .min-xl-vh-106 {
    min-height: 106vh !important;
  }
  .vw-xl-106 {
    width: 106vw !important;
  }
  .vh-xl-106 {
    height: 106vh !important;
  }
  .width-xl-106 {
    width: 106px !important;
  }
  .height-xl-106 {
    height: 106px !important;
  }
  .max-width-xl-106 {
    max-width: 106px !important;
  }
  .min-width-xl-106 {
    min-width: 106px !important;
  }
  .max-height-xl-106 {
    max-height: 106px !important;
  }
  .min-height-xl-106 {
    min-height: 106px !important;
  }
}
.w-106 {
  width: 106% !important;
}

.h-106 {
  height: 106% !important;
}

.max-w-106 {
  max-width: 106% !important;
}

.min-w-106 {
  min-width: 106% !important;
}

.max-h-106 {
  max-height: 106% !important;
}

.min-h-106 {
  min-height: 106% !important;
}

.min-vw-106 {
  min-width: 106vw !important;
}

.min-vh-106 {
  min-height: 106vh !important;
}

.vw-106 {
  width: 106vw !important;
}

.vh-106 {
  height: 106vh !important;
}

.width-106 {
  width: 106px !important;
}

.height-106 {
  height: 106px !important;
}

.max-width-106 {
  max-width: 106px !important;
}

.min-width-106 {
  min-width: 106px !important;
}

.max-height-106 {
  max-height: 106px !important;
}

.min-height-106 {
  min-height: 106px !important;
}

@media (max-width: 576px) {
  .w-sm-107 {
    width: 107% !important;
  }
  .h-sm-107 {
    height: 107% !important;
  }
  .max-w-sm-107 {
    max-width: 107% !important;
  }
  .min-w-sm-107 {
    min-width: 107% !important;
  }
  .max-h-sm-107 {
    max-height: 107% !important;
  }
  .min-h-sm-107 {
    min-height: 107% !important;
  }
  .min-sm-vw-107 {
    min-width: 107vw !important;
  }
  .min-sm-vh-107 {
    min-height: 107vh !important;
  }
  .vw-sm-107 {
    width: 107vw !important;
  }
  .vh-sm-107 {
    height: 107vh !important;
  }
  .width-sm-107 {
    width: 107px !important;
  }
  .height-sm-107 {
    height: 107px !important;
  }
  .max-width-sm-107 {
    max-width: 107px !important;
  }
  .min-width-sm-107 {
    min-width: 107px !important;
  }
  .max-height-sm-107 {
    max-height: 107px !important;
  }
  .min-height-sm-107 {
    min-height: 107px !important;
  }
}
@media (max-width: 768px) {
  .w-md-107 {
    width: 107% !important;
  }
  .h-md-107 {
    height: 107% !important;
  }
  .max-w-md-107 {
    max-width: 107% !important;
  }
  .min-w-md-107 {
    min-width: 107% !important;
  }
  .max-h-md-107 {
    max-height: 107% !important;
  }
  .min-h-md-107 {
    min-height: 107% !important;
  }
  .min-md-vw-107 {
    min-width: 107vw !important;
  }
  .min-md-vh-107 {
    min-height: 107vh !important;
  }
  .vw-md-107 {
    width: 107vw !important;
  }
  .vh-md-107 {
    height: 107vh !important;
  }
  .width-md-107 {
    width: 107px !important;
  }
  .height-md-107 {
    height: 107px !important;
  }
  .max-width-md-107 {
    max-width: 107px !important;
  }
  .min-width-md-107 {
    min-width: 107px !important;
  }
  .max-height-md-107 {
    max-height: 107px !important;
  }
  .min-height-md-107 {
    min-height: 107px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-107 {
    width: 107% !important;
  }
  .h-lg-107 {
    height: 107% !important;
  }
  .max-w-lg-107 {
    max-width: 107% !important;
  }
  .min-w-lg-107 {
    min-width: 107% !important;
  }
  .max-h-lg-107 {
    max-height: 107% !important;
  }
  .min-h-lg-107 {
    min-height: 107% !important;
  }
  .min-lg-vw-107 {
    min-width: 107vw !important;
  }
  .min-lg-vh-107 {
    min-height: 107vh !important;
  }
  .vw-lg-107 {
    width: 107vw !important;
  }
  .vh-lg-107 {
    height: 107vh !important;
  }
  .width-lg-107 {
    width: 107px !important;
  }
  .height-lg-107 {
    height: 107px !important;
  }
  .max-width-lg-107 {
    max-width: 107px !important;
  }
  .min-width-lg-107 {
    min-width: 107px !important;
  }
  .max-height-lg-107 {
    max-height: 107px !important;
  }
  .min-height-lg-107 {
    min-height: 107px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-107 {
    width: 107% !important;
  }
  .h-xl-107 {
    height: 107% !important;
  }
  .max-w-xl-107 {
    max-width: 107% !important;
  }
  .min-w-xl-107 {
    min-width: 107% !important;
  }
  .max-h-xl-107 {
    max-height: 107% !important;
  }
  .min-h-xl-107 {
    min-height: 107% !important;
  }
  .min-xl-vw-107 {
    min-width: 107vw !important;
  }
  .min-xl-vh-107 {
    min-height: 107vh !important;
  }
  .vw-xl-107 {
    width: 107vw !important;
  }
  .vh-xl-107 {
    height: 107vh !important;
  }
  .width-xl-107 {
    width: 107px !important;
  }
  .height-xl-107 {
    height: 107px !important;
  }
  .max-width-xl-107 {
    max-width: 107px !important;
  }
  .min-width-xl-107 {
    min-width: 107px !important;
  }
  .max-height-xl-107 {
    max-height: 107px !important;
  }
  .min-height-xl-107 {
    min-height: 107px !important;
  }
}
.w-107 {
  width: 107% !important;
}

.h-107 {
  height: 107% !important;
}

.max-w-107 {
  max-width: 107% !important;
}

.min-w-107 {
  min-width: 107% !important;
}

.max-h-107 {
  max-height: 107% !important;
}

.min-h-107 {
  min-height: 107% !important;
}

.min-vw-107 {
  min-width: 107vw !important;
}

.min-vh-107 {
  min-height: 107vh !important;
}

.vw-107 {
  width: 107vw !important;
}

.vh-107 {
  height: 107vh !important;
}

.width-107 {
  width: 107px !important;
}

.height-107 {
  height: 107px !important;
}

.max-width-107 {
  max-width: 107px !important;
}

.min-width-107 {
  min-width: 107px !important;
}

.max-height-107 {
  max-height: 107px !important;
}

.min-height-107 {
  min-height: 107px !important;
}

@media (max-width: 576px) {
  .w-sm-108 {
    width: 108% !important;
  }
  .h-sm-108 {
    height: 108% !important;
  }
  .max-w-sm-108 {
    max-width: 108% !important;
  }
  .min-w-sm-108 {
    min-width: 108% !important;
  }
  .max-h-sm-108 {
    max-height: 108% !important;
  }
  .min-h-sm-108 {
    min-height: 108% !important;
  }
  .min-sm-vw-108 {
    min-width: 108vw !important;
  }
  .min-sm-vh-108 {
    min-height: 108vh !important;
  }
  .vw-sm-108 {
    width: 108vw !important;
  }
  .vh-sm-108 {
    height: 108vh !important;
  }
  .width-sm-108 {
    width: 108px !important;
  }
  .height-sm-108 {
    height: 108px !important;
  }
  .max-width-sm-108 {
    max-width: 108px !important;
  }
  .min-width-sm-108 {
    min-width: 108px !important;
  }
  .max-height-sm-108 {
    max-height: 108px !important;
  }
  .min-height-sm-108 {
    min-height: 108px !important;
  }
}
@media (max-width: 768px) {
  .w-md-108 {
    width: 108% !important;
  }
  .h-md-108 {
    height: 108% !important;
  }
  .max-w-md-108 {
    max-width: 108% !important;
  }
  .min-w-md-108 {
    min-width: 108% !important;
  }
  .max-h-md-108 {
    max-height: 108% !important;
  }
  .min-h-md-108 {
    min-height: 108% !important;
  }
  .min-md-vw-108 {
    min-width: 108vw !important;
  }
  .min-md-vh-108 {
    min-height: 108vh !important;
  }
  .vw-md-108 {
    width: 108vw !important;
  }
  .vh-md-108 {
    height: 108vh !important;
  }
  .width-md-108 {
    width: 108px !important;
  }
  .height-md-108 {
    height: 108px !important;
  }
  .max-width-md-108 {
    max-width: 108px !important;
  }
  .min-width-md-108 {
    min-width: 108px !important;
  }
  .max-height-md-108 {
    max-height: 108px !important;
  }
  .min-height-md-108 {
    min-height: 108px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-108 {
    width: 108% !important;
  }
  .h-lg-108 {
    height: 108% !important;
  }
  .max-w-lg-108 {
    max-width: 108% !important;
  }
  .min-w-lg-108 {
    min-width: 108% !important;
  }
  .max-h-lg-108 {
    max-height: 108% !important;
  }
  .min-h-lg-108 {
    min-height: 108% !important;
  }
  .min-lg-vw-108 {
    min-width: 108vw !important;
  }
  .min-lg-vh-108 {
    min-height: 108vh !important;
  }
  .vw-lg-108 {
    width: 108vw !important;
  }
  .vh-lg-108 {
    height: 108vh !important;
  }
  .width-lg-108 {
    width: 108px !important;
  }
  .height-lg-108 {
    height: 108px !important;
  }
  .max-width-lg-108 {
    max-width: 108px !important;
  }
  .min-width-lg-108 {
    min-width: 108px !important;
  }
  .max-height-lg-108 {
    max-height: 108px !important;
  }
  .min-height-lg-108 {
    min-height: 108px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-108 {
    width: 108% !important;
  }
  .h-xl-108 {
    height: 108% !important;
  }
  .max-w-xl-108 {
    max-width: 108% !important;
  }
  .min-w-xl-108 {
    min-width: 108% !important;
  }
  .max-h-xl-108 {
    max-height: 108% !important;
  }
  .min-h-xl-108 {
    min-height: 108% !important;
  }
  .min-xl-vw-108 {
    min-width: 108vw !important;
  }
  .min-xl-vh-108 {
    min-height: 108vh !important;
  }
  .vw-xl-108 {
    width: 108vw !important;
  }
  .vh-xl-108 {
    height: 108vh !important;
  }
  .width-xl-108 {
    width: 108px !important;
  }
  .height-xl-108 {
    height: 108px !important;
  }
  .max-width-xl-108 {
    max-width: 108px !important;
  }
  .min-width-xl-108 {
    min-width: 108px !important;
  }
  .max-height-xl-108 {
    max-height: 108px !important;
  }
  .min-height-xl-108 {
    min-height: 108px !important;
  }
}
.w-108 {
  width: 108% !important;
}

.h-108 {
  height: 108% !important;
}

.max-w-108 {
  max-width: 108% !important;
}

.min-w-108 {
  min-width: 108% !important;
}

.max-h-108 {
  max-height: 108% !important;
}

.min-h-108 {
  min-height: 108% !important;
}

.min-vw-108 {
  min-width: 108vw !important;
}

.min-vh-108 {
  min-height: 108vh !important;
}

.vw-108 {
  width: 108vw !important;
}

.vh-108 {
  height: 108vh !important;
}

.width-108 {
  width: 108px !important;
}

.height-108 {
  height: 108px !important;
}

.max-width-108 {
  max-width: 108px !important;
}

.min-width-108 {
  min-width: 108px !important;
}

.max-height-108 {
  max-height: 108px !important;
}

.min-height-108 {
  min-height: 108px !important;
}

@media (max-width: 576px) {
  .w-sm-109 {
    width: 109% !important;
  }
  .h-sm-109 {
    height: 109% !important;
  }
  .max-w-sm-109 {
    max-width: 109% !important;
  }
  .min-w-sm-109 {
    min-width: 109% !important;
  }
  .max-h-sm-109 {
    max-height: 109% !important;
  }
  .min-h-sm-109 {
    min-height: 109% !important;
  }
  .min-sm-vw-109 {
    min-width: 109vw !important;
  }
  .min-sm-vh-109 {
    min-height: 109vh !important;
  }
  .vw-sm-109 {
    width: 109vw !important;
  }
  .vh-sm-109 {
    height: 109vh !important;
  }
  .width-sm-109 {
    width: 109px !important;
  }
  .height-sm-109 {
    height: 109px !important;
  }
  .max-width-sm-109 {
    max-width: 109px !important;
  }
  .min-width-sm-109 {
    min-width: 109px !important;
  }
  .max-height-sm-109 {
    max-height: 109px !important;
  }
  .min-height-sm-109 {
    min-height: 109px !important;
  }
}
@media (max-width: 768px) {
  .w-md-109 {
    width: 109% !important;
  }
  .h-md-109 {
    height: 109% !important;
  }
  .max-w-md-109 {
    max-width: 109% !important;
  }
  .min-w-md-109 {
    min-width: 109% !important;
  }
  .max-h-md-109 {
    max-height: 109% !important;
  }
  .min-h-md-109 {
    min-height: 109% !important;
  }
  .min-md-vw-109 {
    min-width: 109vw !important;
  }
  .min-md-vh-109 {
    min-height: 109vh !important;
  }
  .vw-md-109 {
    width: 109vw !important;
  }
  .vh-md-109 {
    height: 109vh !important;
  }
  .width-md-109 {
    width: 109px !important;
  }
  .height-md-109 {
    height: 109px !important;
  }
  .max-width-md-109 {
    max-width: 109px !important;
  }
  .min-width-md-109 {
    min-width: 109px !important;
  }
  .max-height-md-109 {
    max-height: 109px !important;
  }
  .min-height-md-109 {
    min-height: 109px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-109 {
    width: 109% !important;
  }
  .h-lg-109 {
    height: 109% !important;
  }
  .max-w-lg-109 {
    max-width: 109% !important;
  }
  .min-w-lg-109 {
    min-width: 109% !important;
  }
  .max-h-lg-109 {
    max-height: 109% !important;
  }
  .min-h-lg-109 {
    min-height: 109% !important;
  }
  .min-lg-vw-109 {
    min-width: 109vw !important;
  }
  .min-lg-vh-109 {
    min-height: 109vh !important;
  }
  .vw-lg-109 {
    width: 109vw !important;
  }
  .vh-lg-109 {
    height: 109vh !important;
  }
  .width-lg-109 {
    width: 109px !important;
  }
  .height-lg-109 {
    height: 109px !important;
  }
  .max-width-lg-109 {
    max-width: 109px !important;
  }
  .min-width-lg-109 {
    min-width: 109px !important;
  }
  .max-height-lg-109 {
    max-height: 109px !important;
  }
  .min-height-lg-109 {
    min-height: 109px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-109 {
    width: 109% !important;
  }
  .h-xl-109 {
    height: 109% !important;
  }
  .max-w-xl-109 {
    max-width: 109% !important;
  }
  .min-w-xl-109 {
    min-width: 109% !important;
  }
  .max-h-xl-109 {
    max-height: 109% !important;
  }
  .min-h-xl-109 {
    min-height: 109% !important;
  }
  .min-xl-vw-109 {
    min-width: 109vw !important;
  }
  .min-xl-vh-109 {
    min-height: 109vh !important;
  }
  .vw-xl-109 {
    width: 109vw !important;
  }
  .vh-xl-109 {
    height: 109vh !important;
  }
  .width-xl-109 {
    width: 109px !important;
  }
  .height-xl-109 {
    height: 109px !important;
  }
  .max-width-xl-109 {
    max-width: 109px !important;
  }
  .min-width-xl-109 {
    min-width: 109px !important;
  }
  .max-height-xl-109 {
    max-height: 109px !important;
  }
  .min-height-xl-109 {
    min-height: 109px !important;
  }
}
.w-109 {
  width: 109% !important;
}

.h-109 {
  height: 109% !important;
}

.max-w-109 {
  max-width: 109% !important;
}

.min-w-109 {
  min-width: 109% !important;
}

.max-h-109 {
  max-height: 109% !important;
}

.min-h-109 {
  min-height: 109% !important;
}

.min-vw-109 {
  min-width: 109vw !important;
}

.min-vh-109 {
  min-height: 109vh !important;
}

.vw-109 {
  width: 109vw !important;
}

.vh-109 {
  height: 109vh !important;
}

.width-109 {
  width: 109px !important;
}

.height-109 {
  height: 109px !important;
}

.max-width-109 {
  max-width: 109px !important;
}

.min-width-109 {
  min-width: 109px !important;
}

.max-height-109 {
  max-height: 109px !important;
}

.min-height-109 {
  min-height: 109px !important;
}

@media (max-width: 576px) {
  .w-sm-110 {
    width: 110% !important;
  }
  .h-sm-110 {
    height: 110% !important;
  }
  .max-w-sm-110 {
    max-width: 110% !important;
  }
  .min-w-sm-110 {
    min-width: 110% !important;
  }
  .max-h-sm-110 {
    max-height: 110% !important;
  }
  .min-h-sm-110 {
    min-height: 110% !important;
  }
  .min-sm-vw-110 {
    min-width: 110vw !important;
  }
  .min-sm-vh-110 {
    min-height: 110vh !important;
  }
  .vw-sm-110 {
    width: 110vw !important;
  }
  .vh-sm-110 {
    height: 110vh !important;
  }
  .width-sm-110 {
    width: 110px !important;
  }
  .height-sm-110 {
    height: 110px !important;
  }
  .max-width-sm-110 {
    max-width: 110px !important;
  }
  .min-width-sm-110 {
    min-width: 110px !important;
  }
  .max-height-sm-110 {
    max-height: 110px !important;
  }
  .min-height-sm-110 {
    min-height: 110px !important;
  }
}
@media (max-width: 768px) {
  .w-md-110 {
    width: 110% !important;
  }
  .h-md-110 {
    height: 110% !important;
  }
  .max-w-md-110 {
    max-width: 110% !important;
  }
  .min-w-md-110 {
    min-width: 110% !important;
  }
  .max-h-md-110 {
    max-height: 110% !important;
  }
  .min-h-md-110 {
    min-height: 110% !important;
  }
  .min-md-vw-110 {
    min-width: 110vw !important;
  }
  .min-md-vh-110 {
    min-height: 110vh !important;
  }
  .vw-md-110 {
    width: 110vw !important;
  }
  .vh-md-110 {
    height: 110vh !important;
  }
  .width-md-110 {
    width: 110px !important;
  }
  .height-md-110 {
    height: 110px !important;
  }
  .max-width-md-110 {
    max-width: 110px !important;
  }
  .min-width-md-110 {
    min-width: 110px !important;
  }
  .max-height-md-110 {
    max-height: 110px !important;
  }
  .min-height-md-110 {
    min-height: 110px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-110 {
    width: 110% !important;
  }
  .h-lg-110 {
    height: 110% !important;
  }
  .max-w-lg-110 {
    max-width: 110% !important;
  }
  .min-w-lg-110 {
    min-width: 110% !important;
  }
  .max-h-lg-110 {
    max-height: 110% !important;
  }
  .min-h-lg-110 {
    min-height: 110% !important;
  }
  .min-lg-vw-110 {
    min-width: 110vw !important;
  }
  .min-lg-vh-110 {
    min-height: 110vh !important;
  }
  .vw-lg-110 {
    width: 110vw !important;
  }
  .vh-lg-110 {
    height: 110vh !important;
  }
  .width-lg-110 {
    width: 110px !important;
  }
  .height-lg-110 {
    height: 110px !important;
  }
  .max-width-lg-110 {
    max-width: 110px !important;
  }
  .min-width-lg-110 {
    min-width: 110px !important;
  }
  .max-height-lg-110 {
    max-height: 110px !important;
  }
  .min-height-lg-110 {
    min-height: 110px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-110 {
    width: 110% !important;
  }
  .h-xl-110 {
    height: 110% !important;
  }
  .max-w-xl-110 {
    max-width: 110% !important;
  }
  .min-w-xl-110 {
    min-width: 110% !important;
  }
  .max-h-xl-110 {
    max-height: 110% !important;
  }
  .min-h-xl-110 {
    min-height: 110% !important;
  }
  .min-xl-vw-110 {
    min-width: 110vw !important;
  }
  .min-xl-vh-110 {
    min-height: 110vh !important;
  }
  .vw-xl-110 {
    width: 110vw !important;
  }
  .vh-xl-110 {
    height: 110vh !important;
  }
  .width-xl-110 {
    width: 110px !important;
  }
  .height-xl-110 {
    height: 110px !important;
  }
  .max-width-xl-110 {
    max-width: 110px !important;
  }
  .min-width-xl-110 {
    min-width: 110px !important;
  }
  .max-height-xl-110 {
    max-height: 110px !important;
  }
  .min-height-xl-110 {
    min-height: 110px !important;
  }
}
.w-110 {
  width: 110% !important;
}

.h-110 {
  height: 110% !important;
}

.max-w-110 {
  max-width: 110% !important;
}

.min-w-110 {
  min-width: 110% !important;
}

.max-h-110 {
  max-height: 110% !important;
}

.min-h-110 {
  min-height: 110% !important;
}

.min-vw-110 {
  min-width: 110vw !important;
}

.min-vh-110 {
  min-height: 110vh !important;
}

.vw-110 {
  width: 110vw !important;
}

.vh-110 {
  height: 110vh !important;
}

.width-110 {
  width: 110px !important;
}

.height-110 {
  height: 110px !important;
}

.max-width-110 {
  max-width: 110px !important;
}

.min-width-110 {
  min-width: 110px !important;
}

.max-height-110 {
  max-height: 110px !important;
}

.min-height-110 {
  min-height: 110px !important;
}

@media (max-width: 576px) {
  .w-sm-111 {
    width: 111% !important;
  }
  .h-sm-111 {
    height: 111% !important;
  }
  .max-w-sm-111 {
    max-width: 111% !important;
  }
  .min-w-sm-111 {
    min-width: 111% !important;
  }
  .max-h-sm-111 {
    max-height: 111% !important;
  }
  .min-h-sm-111 {
    min-height: 111% !important;
  }
  .min-sm-vw-111 {
    min-width: 111vw !important;
  }
  .min-sm-vh-111 {
    min-height: 111vh !important;
  }
  .vw-sm-111 {
    width: 111vw !important;
  }
  .vh-sm-111 {
    height: 111vh !important;
  }
  .width-sm-111 {
    width: 111px !important;
  }
  .height-sm-111 {
    height: 111px !important;
  }
  .max-width-sm-111 {
    max-width: 111px !important;
  }
  .min-width-sm-111 {
    min-width: 111px !important;
  }
  .max-height-sm-111 {
    max-height: 111px !important;
  }
  .min-height-sm-111 {
    min-height: 111px !important;
  }
}
@media (max-width: 768px) {
  .w-md-111 {
    width: 111% !important;
  }
  .h-md-111 {
    height: 111% !important;
  }
  .max-w-md-111 {
    max-width: 111% !important;
  }
  .min-w-md-111 {
    min-width: 111% !important;
  }
  .max-h-md-111 {
    max-height: 111% !important;
  }
  .min-h-md-111 {
    min-height: 111% !important;
  }
  .min-md-vw-111 {
    min-width: 111vw !important;
  }
  .min-md-vh-111 {
    min-height: 111vh !important;
  }
  .vw-md-111 {
    width: 111vw !important;
  }
  .vh-md-111 {
    height: 111vh !important;
  }
  .width-md-111 {
    width: 111px !important;
  }
  .height-md-111 {
    height: 111px !important;
  }
  .max-width-md-111 {
    max-width: 111px !important;
  }
  .min-width-md-111 {
    min-width: 111px !important;
  }
  .max-height-md-111 {
    max-height: 111px !important;
  }
  .min-height-md-111 {
    min-height: 111px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-111 {
    width: 111% !important;
  }
  .h-lg-111 {
    height: 111% !important;
  }
  .max-w-lg-111 {
    max-width: 111% !important;
  }
  .min-w-lg-111 {
    min-width: 111% !important;
  }
  .max-h-lg-111 {
    max-height: 111% !important;
  }
  .min-h-lg-111 {
    min-height: 111% !important;
  }
  .min-lg-vw-111 {
    min-width: 111vw !important;
  }
  .min-lg-vh-111 {
    min-height: 111vh !important;
  }
  .vw-lg-111 {
    width: 111vw !important;
  }
  .vh-lg-111 {
    height: 111vh !important;
  }
  .width-lg-111 {
    width: 111px !important;
  }
  .height-lg-111 {
    height: 111px !important;
  }
  .max-width-lg-111 {
    max-width: 111px !important;
  }
  .min-width-lg-111 {
    min-width: 111px !important;
  }
  .max-height-lg-111 {
    max-height: 111px !important;
  }
  .min-height-lg-111 {
    min-height: 111px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-111 {
    width: 111% !important;
  }
  .h-xl-111 {
    height: 111% !important;
  }
  .max-w-xl-111 {
    max-width: 111% !important;
  }
  .min-w-xl-111 {
    min-width: 111% !important;
  }
  .max-h-xl-111 {
    max-height: 111% !important;
  }
  .min-h-xl-111 {
    min-height: 111% !important;
  }
  .min-xl-vw-111 {
    min-width: 111vw !important;
  }
  .min-xl-vh-111 {
    min-height: 111vh !important;
  }
  .vw-xl-111 {
    width: 111vw !important;
  }
  .vh-xl-111 {
    height: 111vh !important;
  }
  .width-xl-111 {
    width: 111px !important;
  }
  .height-xl-111 {
    height: 111px !important;
  }
  .max-width-xl-111 {
    max-width: 111px !important;
  }
  .min-width-xl-111 {
    min-width: 111px !important;
  }
  .max-height-xl-111 {
    max-height: 111px !important;
  }
  .min-height-xl-111 {
    min-height: 111px !important;
  }
}
.w-111 {
  width: 111% !important;
}

.h-111 {
  height: 111% !important;
}

.max-w-111 {
  max-width: 111% !important;
}

.min-w-111 {
  min-width: 111% !important;
}

.max-h-111 {
  max-height: 111% !important;
}

.min-h-111 {
  min-height: 111% !important;
}

.min-vw-111 {
  min-width: 111vw !important;
}

.min-vh-111 {
  min-height: 111vh !important;
}

.vw-111 {
  width: 111vw !important;
}

.vh-111 {
  height: 111vh !important;
}

.width-111 {
  width: 111px !important;
}

.height-111 {
  height: 111px !important;
}

.max-width-111 {
  max-width: 111px !important;
}

.min-width-111 {
  min-width: 111px !important;
}

.max-height-111 {
  max-height: 111px !important;
}

.min-height-111 {
  min-height: 111px !important;
}

@media (max-width: 576px) {
  .w-sm-112 {
    width: 112% !important;
  }
  .h-sm-112 {
    height: 112% !important;
  }
  .max-w-sm-112 {
    max-width: 112% !important;
  }
  .min-w-sm-112 {
    min-width: 112% !important;
  }
  .max-h-sm-112 {
    max-height: 112% !important;
  }
  .min-h-sm-112 {
    min-height: 112% !important;
  }
  .min-sm-vw-112 {
    min-width: 112vw !important;
  }
  .min-sm-vh-112 {
    min-height: 112vh !important;
  }
  .vw-sm-112 {
    width: 112vw !important;
  }
  .vh-sm-112 {
    height: 112vh !important;
  }
  .width-sm-112 {
    width: 112px !important;
  }
  .height-sm-112 {
    height: 112px !important;
  }
  .max-width-sm-112 {
    max-width: 112px !important;
  }
  .min-width-sm-112 {
    min-width: 112px !important;
  }
  .max-height-sm-112 {
    max-height: 112px !important;
  }
  .min-height-sm-112 {
    min-height: 112px !important;
  }
}
@media (max-width: 768px) {
  .w-md-112 {
    width: 112% !important;
  }
  .h-md-112 {
    height: 112% !important;
  }
  .max-w-md-112 {
    max-width: 112% !important;
  }
  .min-w-md-112 {
    min-width: 112% !important;
  }
  .max-h-md-112 {
    max-height: 112% !important;
  }
  .min-h-md-112 {
    min-height: 112% !important;
  }
  .min-md-vw-112 {
    min-width: 112vw !important;
  }
  .min-md-vh-112 {
    min-height: 112vh !important;
  }
  .vw-md-112 {
    width: 112vw !important;
  }
  .vh-md-112 {
    height: 112vh !important;
  }
  .width-md-112 {
    width: 112px !important;
  }
  .height-md-112 {
    height: 112px !important;
  }
  .max-width-md-112 {
    max-width: 112px !important;
  }
  .min-width-md-112 {
    min-width: 112px !important;
  }
  .max-height-md-112 {
    max-height: 112px !important;
  }
  .min-height-md-112 {
    min-height: 112px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-112 {
    width: 112% !important;
  }
  .h-lg-112 {
    height: 112% !important;
  }
  .max-w-lg-112 {
    max-width: 112% !important;
  }
  .min-w-lg-112 {
    min-width: 112% !important;
  }
  .max-h-lg-112 {
    max-height: 112% !important;
  }
  .min-h-lg-112 {
    min-height: 112% !important;
  }
  .min-lg-vw-112 {
    min-width: 112vw !important;
  }
  .min-lg-vh-112 {
    min-height: 112vh !important;
  }
  .vw-lg-112 {
    width: 112vw !important;
  }
  .vh-lg-112 {
    height: 112vh !important;
  }
  .width-lg-112 {
    width: 112px !important;
  }
  .height-lg-112 {
    height: 112px !important;
  }
  .max-width-lg-112 {
    max-width: 112px !important;
  }
  .min-width-lg-112 {
    min-width: 112px !important;
  }
  .max-height-lg-112 {
    max-height: 112px !important;
  }
  .min-height-lg-112 {
    min-height: 112px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-112 {
    width: 112% !important;
  }
  .h-xl-112 {
    height: 112% !important;
  }
  .max-w-xl-112 {
    max-width: 112% !important;
  }
  .min-w-xl-112 {
    min-width: 112% !important;
  }
  .max-h-xl-112 {
    max-height: 112% !important;
  }
  .min-h-xl-112 {
    min-height: 112% !important;
  }
  .min-xl-vw-112 {
    min-width: 112vw !important;
  }
  .min-xl-vh-112 {
    min-height: 112vh !important;
  }
  .vw-xl-112 {
    width: 112vw !important;
  }
  .vh-xl-112 {
    height: 112vh !important;
  }
  .width-xl-112 {
    width: 112px !important;
  }
  .height-xl-112 {
    height: 112px !important;
  }
  .max-width-xl-112 {
    max-width: 112px !important;
  }
  .min-width-xl-112 {
    min-width: 112px !important;
  }
  .max-height-xl-112 {
    max-height: 112px !important;
  }
  .min-height-xl-112 {
    min-height: 112px !important;
  }
}
.w-112 {
  width: 112% !important;
}

.h-112 {
  height: 112% !important;
}

.max-w-112 {
  max-width: 112% !important;
}

.min-w-112 {
  min-width: 112% !important;
}

.max-h-112 {
  max-height: 112% !important;
}

.min-h-112 {
  min-height: 112% !important;
}

.min-vw-112 {
  min-width: 112vw !important;
}

.min-vh-112 {
  min-height: 112vh !important;
}

.vw-112 {
  width: 112vw !important;
}

.vh-112 {
  height: 112vh !important;
}

.width-112 {
  width: 112px !important;
}

.height-112 {
  height: 112px !important;
}

.max-width-112 {
  max-width: 112px !important;
}

.min-width-112 {
  min-width: 112px !important;
}

.max-height-112 {
  max-height: 112px !important;
}

.min-height-112 {
  min-height: 112px !important;
}

@media (max-width: 576px) {
  .w-sm-113 {
    width: 113% !important;
  }
  .h-sm-113 {
    height: 113% !important;
  }
  .max-w-sm-113 {
    max-width: 113% !important;
  }
  .min-w-sm-113 {
    min-width: 113% !important;
  }
  .max-h-sm-113 {
    max-height: 113% !important;
  }
  .min-h-sm-113 {
    min-height: 113% !important;
  }
  .min-sm-vw-113 {
    min-width: 113vw !important;
  }
  .min-sm-vh-113 {
    min-height: 113vh !important;
  }
  .vw-sm-113 {
    width: 113vw !important;
  }
  .vh-sm-113 {
    height: 113vh !important;
  }
  .width-sm-113 {
    width: 113px !important;
  }
  .height-sm-113 {
    height: 113px !important;
  }
  .max-width-sm-113 {
    max-width: 113px !important;
  }
  .min-width-sm-113 {
    min-width: 113px !important;
  }
  .max-height-sm-113 {
    max-height: 113px !important;
  }
  .min-height-sm-113 {
    min-height: 113px !important;
  }
}
@media (max-width: 768px) {
  .w-md-113 {
    width: 113% !important;
  }
  .h-md-113 {
    height: 113% !important;
  }
  .max-w-md-113 {
    max-width: 113% !important;
  }
  .min-w-md-113 {
    min-width: 113% !important;
  }
  .max-h-md-113 {
    max-height: 113% !important;
  }
  .min-h-md-113 {
    min-height: 113% !important;
  }
  .min-md-vw-113 {
    min-width: 113vw !important;
  }
  .min-md-vh-113 {
    min-height: 113vh !important;
  }
  .vw-md-113 {
    width: 113vw !important;
  }
  .vh-md-113 {
    height: 113vh !important;
  }
  .width-md-113 {
    width: 113px !important;
  }
  .height-md-113 {
    height: 113px !important;
  }
  .max-width-md-113 {
    max-width: 113px !important;
  }
  .min-width-md-113 {
    min-width: 113px !important;
  }
  .max-height-md-113 {
    max-height: 113px !important;
  }
  .min-height-md-113 {
    min-height: 113px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-113 {
    width: 113% !important;
  }
  .h-lg-113 {
    height: 113% !important;
  }
  .max-w-lg-113 {
    max-width: 113% !important;
  }
  .min-w-lg-113 {
    min-width: 113% !important;
  }
  .max-h-lg-113 {
    max-height: 113% !important;
  }
  .min-h-lg-113 {
    min-height: 113% !important;
  }
  .min-lg-vw-113 {
    min-width: 113vw !important;
  }
  .min-lg-vh-113 {
    min-height: 113vh !important;
  }
  .vw-lg-113 {
    width: 113vw !important;
  }
  .vh-lg-113 {
    height: 113vh !important;
  }
  .width-lg-113 {
    width: 113px !important;
  }
  .height-lg-113 {
    height: 113px !important;
  }
  .max-width-lg-113 {
    max-width: 113px !important;
  }
  .min-width-lg-113 {
    min-width: 113px !important;
  }
  .max-height-lg-113 {
    max-height: 113px !important;
  }
  .min-height-lg-113 {
    min-height: 113px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-113 {
    width: 113% !important;
  }
  .h-xl-113 {
    height: 113% !important;
  }
  .max-w-xl-113 {
    max-width: 113% !important;
  }
  .min-w-xl-113 {
    min-width: 113% !important;
  }
  .max-h-xl-113 {
    max-height: 113% !important;
  }
  .min-h-xl-113 {
    min-height: 113% !important;
  }
  .min-xl-vw-113 {
    min-width: 113vw !important;
  }
  .min-xl-vh-113 {
    min-height: 113vh !important;
  }
  .vw-xl-113 {
    width: 113vw !important;
  }
  .vh-xl-113 {
    height: 113vh !important;
  }
  .width-xl-113 {
    width: 113px !important;
  }
  .height-xl-113 {
    height: 113px !important;
  }
  .max-width-xl-113 {
    max-width: 113px !important;
  }
  .min-width-xl-113 {
    min-width: 113px !important;
  }
  .max-height-xl-113 {
    max-height: 113px !important;
  }
  .min-height-xl-113 {
    min-height: 113px !important;
  }
}
.w-113 {
  width: 113% !important;
}

.h-113 {
  height: 113% !important;
}

.max-w-113 {
  max-width: 113% !important;
}

.min-w-113 {
  min-width: 113% !important;
}

.max-h-113 {
  max-height: 113% !important;
}

.min-h-113 {
  min-height: 113% !important;
}

.min-vw-113 {
  min-width: 113vw !important;
}

.min-vh-113 {
  min-height: 113vh !important;
}

.vw-113 {
  width: 113vw !important;
}

.vh-113 {
  height: 113vh !important;
}

.width-113 {
  width: 113px !important;
}

.height-113 {
  height: 113px !important;
}

.max-width-113 {
  max-width: 113px !important;
}

.min-width-113 {
  min-width: 113px !important;
}

.max-height-113 {
  max-height: 113px !important;
}

.min-height-113 {
  min-height: 113px !important;
}

@media (max-width: 576px) {
  .w-sm-114 {
    width: 114% !important;
  }
  .h-sm-114 {
    height: 114% !important;
  }
  .max-w-sm-114 {
    max-width: 114% !important;
  }
  .min-w-sm-114 {
    min-width: 114% !important;
  }
  .max-h-sm-114 {
    max-height: 114% !important;
  }
  .min-h-sm-114 {
    min-height: 114% !important;
  }
  .min-sm-vw-114 {
    min-width: 114vw !important;
  }
  .min-sm-vh-114 {
    min-height: 114vh !important;
  }
  .vw-sm-114 {
    width: 114vw !important;
  }
  .vh-sm-114 {
    height: 114vh !important;
  }
  .width-sm-114 {
    width: 114px !important;
  }
  .height-sm-114 {
    height: 114px !important;
  }
  .max-width-sm-114 {
    max-width: 114px !important;
  }
  .min-width-sm-114 {
    min-width: 114px !important;
  }
  .max-height-sm-114 {
    max-height: 114px !important;
  }
  .min-height-sm-114 {
    min-height: 114px !important;
  }
}
@media (max-width: 768px) {
  .w-md-114 {
    width: 114% !important;
  }
  .h-md-114 {
    height: 114% !important;
  }
  .max-w-md-114 {
    max-width: 114% !important;
  }
  .min-w-md-114 {
    min-width: 114% !important;
  }
  .max-h-md-114 {
    max-height: 114% !important;
  }
  .min-h-md-114 {
    min-height: 114% !important;
  }
  .min-md-vw-114 {
    min-width: 114vw !important;
  }
  .min-md-vh-114 {
    min-height: 114vh !important;
  }
  .vw-md-114 {
    width: 114vw !important;
  }
  .vh-md-114 {
    height: 114vh !important;
  }
  .width-md-114 {
    width: 114px !important;
  }
  .height-md-114 {
    height: 114px !important;
  }
  .max-width-md-114 {
    max-width: 114px !important;
  }
  .min-width-md-114 {
    min-width: 114px !important;
  }
  .max-height-md-114 {
    max-height: 114px !important;
  }
  .min-height-md-114 {
    min-height: 114px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-114 {
    width: 114% !important;
  }
  .h-lg-114 {
    height: 114% !important;
  }
  .max-w-lg-114 {
    max-width: 114% !important;
  }
  .min-w-lg-114 {
    min-width: 114% !important;
  }
  .max-h-lg-114 {
    max-height: 114% !important;
  }
  .min-h-lg-114 {
    min-height: 114% !important;
  }
  .min-lg-vw-114 {
    min-width: 114vw !important;
  }
  .min-lg-vh-114 {
    min-height: 114vh !important;
  }
  .vw-lg-114 {
    width: 114vw !important;
  }
  .vh-lg-114 {
    height: 114vh !important;
  }
  .width-lg-114 {
    width: 114px !important;
  }
  .height-lg-114 {
    height: 114px !important;
  }
  .max-width-lg-114 {
    max-width: 114px !important;
  }
  .min-width-lg-114 {
    min-width: 114px !important;
  }
  .max-height-lg-114 {
    max-height: 114px !important;
  }
  .min-height-lg-114 {
    min-height: 114px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-114 {
    width: 114% !important;
  }
  .h-xl-114 {
    height: 114% !important;
  }
  .max-w-xl-114 {
    max-width: 114% !important;
  }
  .min-w-xl-114 {
    min-width: 114% !important;
  }
  .max-h-xl-114 {
    max-height: 114% !important;
  }
  .min-h-xl-114 {
    min-height: 114% !important;
  }
  .min-xl-vw-114 {
    min-width: 114vw !important;
  }
  .min-xl-vh-114 {
    min-height: 114vh !important;
  }
  .vw-xl-114 {
    width: 114vw !important;
  }
  .vh-xl-114 {
    height: 114vh !important;
  }
  .width-xl-114 {
    width: 114px !important;
  }
  .height-xl-114 {
    height: 114px !important;
  }
  .max-width-xl-114 {
    max-width: 114px !important;
  }
  .min-width-xl-114 {
    min-width: 114px !important;
  }
  .max-height-xl-114 {
    max-height: 114px !important;
  }
  .min-height-xl-114 {
    min-height: 114px !important;
  }
}
.w-114 {
  width: 114% !important;
}

.h-114 {
  height: 114% !important;
}

.max-w-114 {
  max-width: 114% !important;
}

.min-w-114 {
  min-width: 114% !important;
}

.max-h-114 {
  max-height: 114% !important;
}

.min-h-114 {
  min-height: 114% !important;
}

.min-vw-114 {
  min-width: 114vw !important;
}

.min-vh-114 {
  min-height: 114vh !important;
}

.vw-114 {
  width: 114vw !important;
}

.vh-114 {
  height: 114vh !important;
}

.width-114 {
  width: 114px !important;
}

.height-114 {
  height: 114px !important;
}

.max-width-114 {
  max-width: 114px !important;
}

.min-width-114 {
  min-width: 114px !important;
}

.max-height-114 {
  max-height: 114px !important;
}

.min-height-114 {
  min-height: 114px !important;
}

@media (max-width: 576px) {
  .w-sm-115 {
    width: 115% !important;
  }
  .h-sm-115 {
    height: 115% !important;
  }
  .max-w-sm-115 {
    max-width: 115% !important;
  }
  .min-w-sm-115 {
    min-width: 115% !important;
  }
  .max-h-sm-115 {
    max-height: 115% !important;
  }
  .min-h-sm-115 {
    min-height: 115% !important;
  }
  .min-sm-vw-115 {
    min-width: 115vw !important;
  }
  .min-sm-vh-115 {
    min-height: 115vh !important;
  }
  .vw-sm-115 {
    width: 115vw !important;
  }
  .vh-sm-115 {
    height: 115vh !important;
  }
  .width-sm-115 {
    width: 115px !important;
  }
  .height-sm-115 {
    height: 115px !important;
  }
  .max-width-sm-115 {
    max-width: 115px !important;
  }
  .min-width-sm-115 {
    min-width: 115px !important;
  }
  .max-height-sm-115 {
    max-height: 115px !important;
  }
  .min-height-sm-115 {
    min-height: 115px !important;
  }
}
@media (max-width: 768px) {
  .w-md-115 {
    width: 115% !important;
  }
  .h-md-115 {
    height: 115% !important;
  }
  .max-w-md-115 {
    max-width: 115% !important;
  }
  .min-w-md-115 {
    min-width: 115% !important;
  }
  .max-h-md-115 {
    max-height: 115% !important;
  }
  .min-h-md-115 {
    min-height: 115% !important;
  }
  .min-md-vw-115 {
    min-width: 115vw !important;
  }
  .min-md-vh-115 {
    min-height: 115vh !important;
  }
  .vw-md-115 {
    width: 115vw !important;
  }
  .vh-md-115 {
    height: 115vh !important;
  }
  .width-md-115 {
    width: 115px !important;
  }
  .height-md-115 {
    height: 115px !important;
  }
  .max-width-md-115 {
    max-width: 115px !important;
  }
  .min-width-md-115 {
    min-width: 115px !important;
  }
  .max-height-md-115 {
    max-height: 115px !important;
  }
  .min-height-md-115 {
    min-height: 115px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-115 {
    width: 115% !important;
  }
  .h-lg-115 {
    height: 115% !important;
  }
  .max-w-lg-115 {
    max-width: 115% !important;
  }
  .min-w-lg-115 {
    min-width: 115% !important;
  }
  .max-h-lg-115 {
    max-height: 115% !important;
  }
  .min-h-lg-115 {
    min-height: 115% !important;
  }
  .min-lg-vw-115 {
    min-width: 115vw !important;
  }
  .min-lg-vh-115 {
    min-height: 115vh !important;
  }
  .vw-lg-115 {
    width: 115vw !important;
  }
  .vh-lg-115 {
    height: 115vh !important;
  }
  .width-lg-115 {
    width: 115px !important;
  }
  .height-lg-115 {
    height: 115px !important;
  }
  .max-width-lg-115 {
    max-width: 115px !important;
  }
  .min-width-lg-115 {
    min-width: 115px !important;
  }
  .max-height-lg-115 {
    max-height: 115px !important;
  }
  .min-height-lg-115 {
    min-height: 115px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-115 {
    width: 115% !important;
  }
  .h-xl-115 {
    height: 115% !important;
  }
  .max-w-xl-115 {
    max-width: 115% !important;
  }
  .min-w-xl-115 {
    min-width: 115% !important;
  }
  .max-h-xl-115 {
    max-height: 115% !important;
  }
  .min-h-xl-115 {
    min-height: 115% !important;
  }
  .min-xl-vw-115 {
    min-width: 115vw !important;
  }
  .min-xl-vh-115 {
    min-height: 115vh !important;
  }
  .vw-xl-115 {
    width: 115vw !important;
  }
  .vh-xl-115 {
    height: 115vh !important;
  }
  .width-xl-115 {
    width: 115px !important;
  }
  .height-xl-115 {
    height: 115px !important;
  }
  .max-width-xl-115 {
    max-width: 115px !important;
  }
  .min-width-xl-115 {
    min-width: 115px !important;
  }
  .max-height-xl-115 {
    max-height: 115px !important;
  }
  .min-height-xl-115 {
    min-height: 115px !important;
  }
}
.w-115 {
  width: 115% !important;
}

.h-115 {
  height: 115% !important;
}

.max-w-115 {
  max-width: 115% !important;
}

.min-w-115 {
  min-width: 115% !important;
}

.max-h-115 {
  max-height: 115% !important;
}

.min-h-115 {
  min-height: 115% !important;
}

.min-vw-115 {
  min-width: 115vw !important;
}

.min-vh-115 {
  min-height: 115vh !important;
}

.vw-115 {
  width: 115vw !important;
}

.vh-115 {
  height: 115vh !important;
}

.width-115 {
  width: 115px !important;
}

.height-115 {
  height: 115px !important;
}

.max-width-115 {
  max-width: 115px !important;
}

.min-width-115 {
  min-width: 115px !important;
}

.max-height-115 {
  max-height: 115px !important;
}

.min-height-115 {
  min-height: 115px !important;
}

@media (max-width: 576px) {
  .w-sm-116 {
    width: 116% !important;
  }
  .h-sm-116 {
    height: 116% !important;
  }
  .max-w-sm-116 {
    max-width: 116% !important;
  }
  .min-w-sm-116 {
    min-width: 116% !important;
  }
  .max-h-sm-116 {
    max-height: 116% !important;
  }
  .min-h-sm-116 {
    min-height: 116% !important;
  }
  .min-sm-vw-116 {
    min-width: 116vw !important;
  }
  .min-sm-vh-116 {
    min-height: 116vh !important;
  }
  .vw-sm-116 {
    width: 116vw !important;
  }
  .vh-sm-116 {
    height: 116vh !important;
  }
  .width-sm-116 {
    width: 116px !important;
  }
  .height-sm-116 {
    height: 116px !important;
  }
  .max-width-sm-116 {
    max-width: 116px !important;
  }
  .min-width-sm-116 {
    min-width: 116px !important;
  }
  .max-height-sm-116 {
    max-height: 116px !important;
  }
  .min-height-sm-116 {
    min-height: 116px !important;
  }
}
@media (max-width: 768px) {
  .w-md-116 {
    width: 116% !important;
  }
  .h-md-116 {
    height: 116% !important;
  }
  .max-w-md-116 {
    max-width: 116% !important;
  }
  .min-w-md-116 {
    min-width: 116% !important;
  }
  .max-h-md-116 {
    max-height: 116% !important;
  }
  .min-h-md-116 {
    min-height: 116% !important;
  }
  .min-md-vw-116 {
    min-width: 116vw !important;
  }
  .min-md-vh-116 {
    min-height: 116vh !important;
  }
  .vw-md-116 {
    width: 116vw !important;
  }
  .vh-md-116 {
    height: 116vh !important;
  }
  .width-md-116 {
    width: 116px !important;
  }
  .height-md-116 {
    height: 116px !important;
  }
  .max-width-md-116 {
    max-width: 116px !important;
  }
  .min-width-md-116 {
    min-width: 116px !important;
  }
  .max-height-md-116 {
    max-height: 116px !important;
  }
  .min-height-md-116 {
    min-height: 116px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-116 {
    width: 116% !important;
  }
  .h-lg-116 {
    height: 116% !important;
  }
  .max-w-lg-116 {
    max-width: 116% !important;
  }
  .min-w-lg-116 {
    min-width: 116% !important;
  }
  .max-h-lg-116 {
    max-height: 116% !important;
  }
  .min-h-lg-116 {
    min-height: 116% !important;
  }
  .min-lg-vw-116 {
    min-width: 116vw !important;
  }
  .min-lg-vh-116 {
    min-height: 116vh !important;
  }
  .vw-lg-116 {
    width: 116vw !important;
  }
  .vh-lg-116 {
    height: 116vh !important;
  }
  .width-lg-116 {
    width: 116px !important;
  }
  .height-lg-116 {
    height: 116px !important;
  }
  .max-width-lg-116 {
    max-width: 116px !important;
  }
  .min-width-lg-116 {
    min-width: 116px !important;
  }
  .max-height-lg-116 {
    max-height: 116px !important;
  }
  .min-height-lg-116 {
    min-height: 116px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-116 {
    width: 116% !important;
  }
  .h-xl-116 {
    height: 116% !important;
  }
  .max-w-xl-116 {
    max-width: 116% !important;
  }
  .min-w-xl-116 {
    min-width: 116% !important;
  }
  .max-h-xl-116 {
    max-height: 116% !important;
  }
  .min-h-xl-116 {
    min-height: 116% !important;
  }
  .min-xl-vw-116 {
    min-width: 116vw !important;
  }
  .min-xl-vh-116 {
    min-height: 116vh !important;
  }
  .vw-xl-116 {
    width: 116vw !important;
  }
  .vh-xl-116 {
    height: 116vh !important;
  }
  .width-xl-116 {
    width: 116px !important;
  }
  .height-xl-116 {
    height: 116px !important;
  }
  .max-width-xl-116 {
    max-width: 116px !important;
  }
  .min-width-xl-116 {
    min-width: 116px !important;
  }
  .max-height-xl-116 {
    max-height: 116px !important;
  }
  .min-height-xl-116 {
    min-height: 116px !important;
  }
}
.w-116 {
  width: 116% !important;
}

.h-116 {
  height: 116% !important;
}

.max-w-116 {
  max-width: 116% !important;
}

.min-w-116 {
  min-width: 116% !important;
}

.max-h-116 {
  max-height: 116% !important;
}

.min-h-116 {
  min-height: 116% !important;
}

.min-vw-116 {
  min-width: 116vw !important;
}

.min-vh-116 {
  min-height: 116vh !important;
}

.vw-116 {
  width: 116vw !important;
}

.vh-116 {
  height: 116vh !important;
}

.width-116 {
  width: 116px !important;
}

.height-116 {
  height: 116px !important;
}

.max-width-116 {
  max-width: 116px !important;
}

.min-width-116 {
  min-width: 116px !important;
}

.max-height-116 {
  max-height: 116px !important;
}

.min-height-116 {
  min-height: 116px !important;
}

@media (max-width: 576px) {
  .w-sm-117 {
    width: 117% !important;
  }
  .h-sm-117 {
    height: 117% !important;
  }
  .max-w-sm-117 {
    max-width: 117% !important;
  }
  .min-w-sm-117 {
    min-width: 117% !important;
  }
  .max-h-sm-117 {
    max-height: 117% !important;
  }
  .min-h-sm-117 {
    min-height: 117% !important;
  }
  .min-sm-vw-117 {
    min-width: 117vw !important;
  }
  .min-sm-vh-117 {
    min-height: 117vh !important;
  }
  .vw-sm-117 {
    width: 117vw !important;
  }
  .vh-sm-117 {
    height: 117vh !important;
  }
  .width-sm-117 {
    width: 117px !important;
  }
  .height-sm-117 {
    height: 117px !important;
  }
  .max-width-sm-117 {
    max-width: 117px !important;
  }
  .min-width-sm-117 {
    min-width: 117px !important;
  }
  .max-height-sm-117 {
    max-height: 117px !important;
  }
  .min-height-sm-117 {
    min-height: 117px !important;
  }
}
@media (max-width: 768px) {
  .w-md-117 {
    width: 117% !important;
  }
  .h-md-117 {
    height: 117% !important;
  }
  .max-w-md-117 {
    max-width: 117% !important;
  }
  .min-w-md-117 {
    min-width: 117% !important;
  }
  .max-h-md-117 {
    max-height: 117% !important;
  }
  .min-h-md-117 {
    min-height: 117% !important;
  }
  .min-md-vw-117 {
    min-width: 117vw !important;
  }
  .min-md-vh-117 {
    min-height: 117vh !important;
  }
  .vw-md-117 {
    width: 117vw !important;
  }
  .vh-md-117 {
    height: 117vh !important;
  }
  .width-md-117 {
    width: 117px !important;
  }
  .height-md-117 {
    height: 117px !important;
  }
  .max-width-md-117 {
    max-width: 117px !important;
  }
  .min-width-md-117 {
    min-width: 117px !important;
  }
  .max-height-md-117 {
    max-height: 117px !important;
  }
  .min-height-md-117 {
    min-height: 117px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-117 {
    width: 117% !important;
  }
  .h-lg-117 {
    height: 117% !important;
  }
  .max-w-lg-117 {
    max-width: 117% !important;
  }
  .min-w-lg-117 {
    min-width: 117% !important;
  }
  .max-h-lg-117 {
    max-height: 117% !important;
  }
  .min-h-lg-117 {
    min-height: 117% !important;
  }
  .min-lg-vw-117 {
    min-width: 117vw !important;
  }
  .min-lg-vh-117 {
    min-height: 117vh !important;
  }
  .vw-lg-117 {
    width: 117vw !important;
  }
  .vh-lg-117 {
    height: 117vh !important;
  }
  .width-lg-117 {
    width: 117px !important;
  }
  .height-lg-117 {
    height: 117px !important;
  }
  .max-width-lg-117 {
    max-width: 117px !important;
  }
  .min-width-lg-117 {
    min-width: 117px !important;
  }
  .max-height-lg-117 {
    max-height: 117px !important;
  }
  .min-height-lg-117 {
    min-height: 117px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-117 {
    width: 117% !important;
  }
  .h-xl-117 {
    height: 117% !important;
  }
  .max-w-xl-117 {
    max-width: 117% !important;
  }
  .min-w-xl-117 {
    min-width: 117% !important;
  }
  .max-h-xl-117 {
    max-height: 117% !important;
  }
  .min-h-xl-117 {
    min-height: 117% !important;
  }
  .min-xl-vw-117 {
    min-width: 117vw !important;
  }
  .min-xl-vh-117 {
    min-height: 117vh !important;
  }
  .vw-xl-117 {
    width: 117vw !important;
  }
  .vh-xl-117 {
    height: 117vh !important;
  }
  .width-xl-117 {
    width: 117px !important;
  }
  .height-xl-117 {
    height: 117px !important;
  }
  .max-width-xl-117 {
    max-width: 117px !important;
  }
  .min-width-xl-117 {
    min-width: 117px !important;
  }
  .max-height-xl-117 {
    max-height: 117px !important;
  }
  .min-height-xl-117 {
    min-height: 117px !important;
  }
}
.w-117 {
  width: 117% !important;
}

.h-117 {
  height: 117% !important;
}

.max-w-117 {
  max-width: 117% !important;
}

.min-w-117 {
  min-width: 117% !important;
}

.max-h-117 {
  max-height: 117% !important;
}

.min-h-117 {
  min-height: 117% !important;
}

.min-vw-117 {
  min-width: 117vw !important;
}

.min-vh-117 {
  min-height: 117vh !important;
}

.vw-117 {
  width: 117vw !important;
}

.vh-117 {
  height: 117vh !important;
}

.width-117 {
  width: 117px !important;
}

.height-117 {
  height: 117px !important;
}

.max-width-117 {
  max-width: 117px !important;
}

.min-width-117 {
  min-width: 117px !important;
}

.max-height-117 {
  max-height: 117px !important;
}

.min-height-117 {
  min-height: 117px !important;
}

@media (max-width: 576px) {
  .w-sm-118 {
    width: 118% !important;
  }
  .h-sm-118 {
    height: 118% !important;
  }
  .max-w-sm-118 {
    max-width: 118% !important;
  }
  .min-w-sm-118 {
    min-width: 118% !important;
  }
  .max-h-sm-118 {
    max-height: 118% !important;
  }
  .min-h-sm-118 {
    min-height: 118% !important;
  }
  .min-sm-vw-118 {
    min-width: 118vw !important;
  }
  .min-sm-vh-118 {
    min-height: 118vh !important;
  }
  .vw-sm-118 {
    width: 118vw !important;
  }
  .vh-sm-118 {
    height: 118vh !important;
  }
  .width-sm-118 {
    width: 118px !important;
  }
  .height-sm-118 {
    height: 118px !important;
  }
  .max-width-sm-118 {
    max-width: 118px !important;
  }
  .min-width-sm-118 {
    min-width: 118px !important;
  }
  .max-height-sm-118 {
    max-height: 118px !important;
  }
  .min-height-sm-118 {
    min-height: 118px !important;
  }
}
@media (max-width: 768px) {
  .w-md-118 {
    width: 118% !important;
  }
  .h-md-118 {
    height: 118% !important;
  }
  .max-w-md-118 {
    max-width: 118% !important;
  }
  .min-w-md-118 {
    min-width: 118% !important;
  }
  .max-h-md-118 {
    max-height: 118% !important;
  }
  .min-h-md-118 {
    min-height: 118% !important;
  }
  .min-md-vw-118 {
    min-width: 118vw !important;
  }
  .min-md-vh-118 {
    min-height: 118vh !important;
  }
  .vw-md-118 {
    width: 118vw !important;
  }
  .vh-md-118 {
    height: 118vh !important;
  }
  .width-md-118 {
    width: 118px !important;
  }
  .height-md-118 {
    height: 118px !important;
  }
  .max-width-md-118 {
    max-width: 118px !important;
  }
  .min-width-md-118 {
    min-width: 118px !important;
  }
  .max-height-md-118 {
    max-height: 118px !important;
  }
  .min-height-md-118 {
    min-height: 118px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-118 {
    width: 118% !important;
  }
  .h-lg-118 {
    height: 118% !important;
  }
  .max-w-lg-118 {
    max-width: 118% !important;
  }
  .min-w-lg-118 {
    min-width: 118% !important;
  }
  .max-h-lg-118 {
    max-height: 118% !important;
  }
  .min-h-lg-118 {
    min-height: 118% !important;
  }
  .min-lg-vw-118 {
    min-width: 118vw !important;
  }
  .min-lg-vh-118 {
    min-height: 118vh !important;
  }
  .vw-lg-118 {
    width: 118vw !important;
  }
  .vh-lg-118 {
    height: 118vh !important;
  }
  .width-lg-118 {
    width: 118px !important;
  }
  .height-lg-118 {
    height: 118px !important;
  }
  .max-width-lg-118 {
    max-width: 118px !important;
  }
  .min-width-lg-118 {
    min-width: 118px !important;
  }
  .max-height-lg-118 {
    max-height: 118px !important;
  }
  .min-height-lg-118 {
    min-height: 118px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-118 {
    width: 118% !important;
  }
  .h-xl-118 {
    height: 118% !important;
  }
  .max-w-xl-118 {
    max-width: 118% !important;
  }
  .min-w-xl-118 {
    min-width: 118% !important;
  }
  .max-h-xl-118 {
    max-height: 118% !important;
  }
  .min-h-xl-118 {
    min-height: 118% !important;
  }
  .min-xl-vw-118 {
    min-width: 118vw !important;
  }
  .min-xl-vh-118 {
    min-height: 118vh !important;
  }
  .vw-xl-118 {
    width: 118vw !important;
  }
  .vh-xl-118 {
    height: 118vh !important;
  }
  .width-xl-118 {
    width: 118px !important;
  }
  .height-xl-118 {
    height: 118px !important;
  }
  .max-width-xl-118 {
    max-width: 118px !important;
  }
  .min-width-xl-118 {
    min-width: 118px !important;
  }
  .max-height-xl-118 {
    max-height: 118px !important;
  }
  .min-height-xl-118 {
    min-height: 118px !important;
  }
}
.w-118 {
  width: 118% !important;
}

.h-118 {
  height: 118% !important;
}

.max-w-118 {
  max-width: 118% !important;
}

.min-w-118 {
  min-width: 118% !important;
}

.max-h-118 {
  max-height: 118% !important;
}

.min-h-118 {
  min-height: 118% !important;
}

.min-vw-118 {
  min-width: 118vw !important;
}

.min-vh-118 {
  min-height: 118vh !important;
}

.vw-118 {
  width: 118vw !important;
}

.vh-118 {
  height: 118vh !important;
}

.width-118 {
  width: 118px !important;
}

.height-118 {
  height: 118px !important;
}

.max-width-118 {
  max-width: 118px !important;
}

.min-width-118 {
  min-width: 118px !important;
}

.max-height-118 {
  max-height: 118px !important;
}

.min-height-118 {
  min-height: 118px !important;
}

@media (max-width: 576px) {
  .w-sm-119 {
    width: 119% !important;
  }
  .h-sm-119 {
    height: 119% !important;
  }
  .max-w-sm-119 {
    max-width: 119% !important;
  }
  .min-w-sm-119 {
    min-width: 119% !important;
  }
  .max-h-sm-119 {
    max-height: 119% !important;
  }
  .min-h-sm-119 {
    min-height: 119% !important;
  }
  .min-sm-vw-119 {
    min-width: 119vw !important;
  }
  .min-sm-vh-119 {
    min-height: 119vh !important;
  }
  .vw-sm-119 {
    width: 119vw !important;
  }
  .vh-sm-119 {
    height: 119vh !important;
  }
  .width-sm-119 {
    width: 119px !important;
  }
  .height-sm-119 {
    height: 119px !important;
  }
  .max-width-sm-119 {
    max-width: 119px !important;
  }
  .min-width-sm-119 {
    min-width: 119px !important;
  }
  .max-height-sm-119 {
    max-height: 119px !important;
  }
  .min-height-sm-119 {
    min-height: 119px !important;
  }
}
@media (max-width: 768px) {
  .w-md-119 {
    width: 119% !important;
  }
  .h-md-119 {
    height: 119% !important;
  }
  .max-w-md-119 {
    max-width: 119% !important;
  }
  .min-w-md-119 {
    min-width: 119% !important;
  }
  .max-h-md-119 {
    max-height: 119% !important;
  }
  .min-h-md-119 {
    min-height: 119% !important;
  }
  .min-md-vw-119 {
    min-width: 119vw !important;
  }
  .min-md-vh-119 {
    min-height: 119vh !important;
  }
  .vw-md-119 {
    width: 119vw !important;
  }
  .vh-md-119 {
    height: 119vh !important;
  }
  .width-md-119 {
    width: 119px !important;
  }
  .height-md-119 {
    height: 119px !important;
  }
  .max-width-md-119 {
    max-width: 119px !important;
  }
  .min-width-md-119 {
    min-width: 119px !important;
  }
  .max-height-md-119 {
    max-height: 119px !important;
  }
  .min-height-md-119 {
    min-height: 119px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-119 {
    width: 119% !important;
  }
  .h-lg-119 {
    height: 119% !important;
  }
  .max-w-lg-119 {
    max-width: 119% !important;
  }
  .min-w-lg-119 {
    min-width: 119% !important;
  }
  .max-h-lg-119 {
    max-height: 119% !important;
  }
  .min-h-lg-119 {
    min-height: 119% !important;
  }
  .min-lg-vw-119 {
    min-width: 119vw !important;
  }
  .min-lg-vh-119 {
    min-height: 119vh !important;
  }
  .vw-lg-119 {
    width: 119vw !important;
  }
  .vh-lg-119 {
    height: 119vh !important;
  }
  .width-lg-119 {
    width: 119px !important;
  }
  .height-lg-119 {
    height: 119px !important;
  }
  .max-width-lg-119 {
    max-width: 119px !important;
  }
  .min-width-lg-119 {
    min-width: 119px !important;
  }
  .max-height-lg-119 {
    max-height: 119px !important;
  }
  .min-height-lg-119 {
    min-height: 119px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-119 {
    width: 119% !important;
  }
  .h-xl-119 {
    height: 119% !important;
  }
  .max-w-xl-119 {
    max-width: 119% !important;
  }
  .min-w-xl-119 {
    min-width: 119% !important;
  }
  .max-h-xl-119 {
    max-height: 119% !important;
  }
  .min-h-xl-119 {
    min-height: 119% !important;
  }
  .min-xl-vw-119 {
    min-width: 119vw !important;
  }
  .min-xl-vh-119 {
    min-height: 119vh !important;
  }
  .vw-xl-119 {
    width: 119vw !important;
  }
  .vh-xl-119 {
    height: 119vh !important;
  }
  .width-xl-119 {
    width: 119px !important;
  }
  .height-xl-119 {
    height: 119px !important;
  }
  .max-width-xl-119 {
    max-width: 119px !important;
  }
  .min-width-xl-119 {
    min-width: 119px !important;
  }
  .max-height-xl-119 {
    max-height: 119px !important;
  }
  .min-height-xl-119 {
    min-height: 119px !important;
  }
}
.w-119 {
  width: 119% !important;
}

.h-119 {
  height: 119% !important;
}

.max-w-119 {
  max-width: 119% !important;
}

.min-w-119 {
  min-width: 119% !important;
}

.max-h-119 {
  max-height: 119% !important;
}

.min-h-119 {
  min-height: 119% !important;
}

.min-vw-119 {
  min-width: 119vw !important;
}

.min-vh-119 {
  min-height: 119vh !important;
}

.vw-119 {
  width: 119vw !important;
}

.vh-119 {
  height: 119vh !important;
}

.width-119 {
  width: 119px !important;
}

.height-119 {
  height: 119px !important;
}

.max-width-119 {
  max-width: 119px !important;
}

.min-width-119 {
  min-width: 119px !important;
}

.max-height-119 {
  max-height: 119px !important;
}

.min-height-119 {
  min-height: 119px !important;
}

@media (max-width: 576px) {
  .w-sm-120 {
    width: 120% !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .max-w-sm-120 {
    max-width: 120% !important;
  }
  .min-w-sm-120 {
    min-width: 120% !important;
  }
  .max-h-sm-120 {
    max-height: 120% !important;
  }
  .min-h-sm-120 {
    min-height: 120% !important;
  }
  .min-sm-vw-120 {
    min-width: 120vw !important;
  }
  .min-sm-vh-120 {
    min-height: 120vh !important;
  }
  .vw-sm-120 {
    width: 120vw !important;
  }
  .vh-sm-120 {
    height: 120vh !important;
  }
  .width-sm-120 {
    width: 120px !important;
  }
  .height-sm-120 {
    height: 120px !important;
  }
  .max-width-sm-120 {
    max-width: 120px !important;
  }
  .min-width-sm-120 {
    min-width: 120px !important;
  }
  .max-height-sm-120 {
    max-height: 120px !important;
  }
  .min-height-sm-120 {
    min-height: 120px !important;
  }
}
@media (max-width: 768px) {
  .w-md-120 {
    width: 120% !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .max-w-md-120 {
    max-width: 120% !important;
  }
  .min-w-md-120 {
    min-width: 120% !important;
  }
  .max-h-md-120 {
    max-height: 120% !important;
  }
  .min-h-md-120 {
    min-height: 120% !important;
  }
  .min-md-vw-120 {
    min-width: 120vw !important;
  }
  .min-md-vh-120 {
    min-height: 120vh !important;
  }
  .vw-md-120 {
    width: 120vw !important;
  }
  .vh-md-120 {
    height: 120vh !important;
  }
  .width-md-120 {
    width: 120px !important;
  }
  .height-md-120 {
    height: 120px !important;
  }
  .max-width-md-120 {
    max-width: 120px !important;
  }
  .min-width-md-120 {
    min-width: 120px !important;
  }
  .max-height-md-120 {
    max-height: 120px !important;
  }
  .min-height-md-120 {
    min-height: 120px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-120 {
    width: 120% !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .max-w-lg-120 {
    max-width: 120% !important;
  }
  .min-w-lg-120 {
    min-width: 120% !important;
  }
  .max-h-lg-120 {
    max-height: 120% !important;
  }
  .min-h-lg-120 {
    min-height: 120% !important;
  }
  .min-lg-vw-120 {
    min-width: 120vw !important;
  }
  .min-lg-vh-120 {
    min-height: 120vh !important;
  }
  .vw-lg-120 {
    width: 120vw !important;
  }
  .vh-lg-120 {
    height: 120vh !important;
  }
  .width-lg-120 {
    width: 120px !important;
  }
  .height-lg-120 {
    height: 120px !important;
  }
  .max-width-lg-120 {
    max-width: 120px !important;
  }
  .min-width-lg-120 {
    min-width: 120px !important;
  }
  .max-height-lg-120 {
    max-height: 120px !important;
  }
  .min-height-lg-120 {
    min-height: 120px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-120 {
    width: 120% !important;
  }
  .h-xl-120 {
    height: 120% !important;
  }
  .max-w-xl-120 {
    max-width: 120% !important;
  }
  .min-w-xl-120 {
    min-width: 120% !important;
  }
  .max-h-xl-120 {
    max-height: 120% !important;
  }
  .min-h-xl-120 {
    min-height: 120% !important;
  }
  .min-xl-vw-120 {
    min-width: 120vw !important;
  }
  .min-xl-vh-120 {
    min-height: 120vh !important;
  }
  .vw-xl-120 {
    width: 120vw !important;
  }
  .vh-xl-120 {
    height: 120vh !important;
  }
  .width-xl-120 {
    width: 120px !important;
  }
  .height-xl-120 {
    height: 120px !important;
  }
  .max-width-xl-120 {
    max-width: 120px !important;
  }
  .min-width-xl-120 {
    min-width: 120px !important;
  }
  .max-height-xl-120 {
    max-height: 120px !important;
  }
  .min-height-xl-120 {
    min-height: 120px !important;
  }
}
.w-120 {
  width: 120% !important;
}

.h-120 {
  height: 120% !important;
}

.max-w-120 {
  max-width: 120% !important;
}

.min-w-120 {
  min-width: 120% !important;
}

.max-h-120 {
  max-height: 120% !important;
}

.min-h-120 {
  min-height: 120% !important;
}

.min-vw-120 {
  min-width: 120vw !important;
}

.min-vh-120 {
  min-height: 120vh !important;
}

.vw-120 {
  width: 120vw !important;
}

.vh-120 {
  height: 120vh !important;
}

.width-120 {
  width: 120px !important;
}

.height-120 {
  height: 120px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.max-height-120 {
  max-height: 120px !important;
}

.min-height-120 {
  min-height: 120px !important;
}

@media (max-width: 576px) {
  .w-sm-121 {
    width: 121% !important;
  }
  .h-sm-121 {
    height: 121% !important;
  }
  .max-w-sm-121 {
    max-width: 121% !important;
  }
  .min-w-sm-121 {
    min-width: 121% !important;
  }
  .max-h-sm-121 {
    max-height: 121% !important;
  }
  .min-h-sm-121 {
    min-height: 121% !important;
  }
  .min-sm-vw-121 {
    min-width: 121vw !important;
  }
  .min-sm-vh-121 {
    min-height: 121vh !important;
  }
  .vw-sm-121 {
    width: 121vw !important;
  }
  .vh-sm-121 {
    height: 121vh !important;
  }
  .width-sm-121 {
    width: 121px !important;
  }
  .height-sm-121 {
    height: 121px !important;
  }
  .max-width-sm-121 {
    max-width: 121px !important;
  }
  .min-width-sm-121 {
    min-width: 121px !important;
  }
  .max-height-sm-121 {
    max-height: 121px !important;
  }
  .min-height-sm-121 {
    min-height: 121px !important;
  }
}
@media (max-width: 768px) {
  .w-md-121 {
    width: 121% !important;
  }
  .h-md-121 {
    height: 121% !important;
  }
  .max-w-md-121 {
    max-width: 121% !important;
  }
  .min-w-md-121 {
    min-width: 121% !important;
  }
  .max-h-md-121 {
    max-height: 121% !important;
  }
  .min-h-md-121 {
    min-height: 121% !important;
  }
  .min-md-vw-121 {
    min-width: 121vw !important;
  }
  .min-md-vh-121 {
    min-height: 121vh !important;
  }
  .vw-md-121 {
    width: 121vw !important;
  }
  .vh-md-121 {
    height: 121vh !important;
  }
  .width-md-121 {
    width: 121px !important;
  }
  .height-md-121 {
    height: 121px !important;
  }
  .max-width-md-121 {
    max-width: 121px !important;
  }
  .min-width-md-121 {
    min-width: 121px !important;
  }
  .max-height-md-121 {
    max-height: 121px !important;
  }
  .min-height-md-121 {
    min-height: 121px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-121 {
    width: 121% !important;
  }
  .h-lg-121 {
    height: 121% !important;
  }
  .max-w-lg-121 {
    max-width: 121% !important;
  }
  .min-w-lg-121 {
    min-width: 121% !important;
  }
  .max-h-lg-121 {
    max-height: 121% !important;
  }
  .min-h-lg-121 {
    min-height: 121% !important;
  }
  .min-lg-vw-121 {
    min-width: 121vw !important;
  }
  .min-lg-vh-121 {
    min-height: 121vh !important;
  }
  .vw-lg-121 {
    width: 121vw !important;
  }
  .vh-lg-121 {
    height: 121vh !important;
  }
  .width-lg-121 {
    width: 121px !important;
  }
  .height-lg-121 {
    height: 121px !important;
  }
  .max-width-lg-121 {
    max-width: 121px !important;
  }
  .min-width-lg-121 {
    min-width: 121px !important;
  }
  .max-height-lg-121 {
    max-height: 121px !important;
  }
  .min-height-lg-121 {
    min-height: 121px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-121 {
    width: 121% !important;
  }
  .h-xl-121 {
    height: 121% !important;
  }
  .max-w-xl-121 {
    max-width: 121% !important;
  }
  .min-w-xl-121 {
    min-width: 121% !important;
  }
  .max-h-xl-121 {
    max-height: 121% !important;
  }
  .min-h-xl-121 {
    min-height: 121% !important;
  }
  .min-xl-vw-121 {
    min-width: 121vw !important;
  }
  .min-xl-vh-121 {
    min-height: 121vh !important;
  }
  .vw-xl-121 {
    width: 121vw !important;
  }
  .vh-xl-121 {
    height: 121vh !important;
  }
  .width-xl-121 {
    width: 121px !important;
  }
  .height-xl-121 {
    height: 121px !important;
  }
  .max-width-xl-121 {
    max-width: 121px !important;
  }
  .min-width-xl-121 {
    min-width: 121px !important;
  }
  .max-height-xl-121 {
    max-height: 121px !important;
  }
  .min-height-xl-121 {
    min-height: 121px !important;
  }
}
.w-121 {
  width: 121% !important;
}

.h-121 {
  height: 121% !important;
}

.max-w-121 {
  max-width: 121% !important;
}

.min-w-121 {
  min-width: 121% !important;
}

.max-h-121 {
  max-height: 121% !important;
}

.min-h-121 {
  min-height: 121% !important;
}

.min-vw-121 {
  min-width: 121vw !important;
}

.min-vh-121 {
  min-height: 121vh !important;
}

.vw-121 {
  width: 121vw !important;
}

.vh-121 {
  height: 121vh !important;
}

.width-121 {
  width: 121px !important;
}

.height-121 {
  height: 121px !important;
}

.max-width-121 {
  max-width: 121px !important;
}

.min-width-121 {
  min-width: 121px !important;
}

.max-height-121 {
  max-height: 121px !important;
}

.min-height-121 {
  min-height: 121px !important;
}

@media (max-width: 576px) {
  .w-sm-122 {
    width: 122% !important;
  }
  .h-sm-122 {
    height: 122% !important;
  }
  .max-w-sm-122 {
    max-width: 122% !important;
  }
  .min-w-sm-122 {
    min-width: 122% !important;
  }
  .max-h-sm-122 {
    max-height: 122% !important;
  }
  .min-h-sm-122 {
    min-height: 122% !important;
  }
  .min-sm-vw-122 {
    min-width: 122vw !important;
  }
  .min-sm-vh-122 {
    min-height: 122vh !important;
  }
  .vw-sm-122 {
    width: 122vw !important;
  }
  .vh-sm-122 {
    height: 122vh !important;
  }
  .width-sm-122 {
    width: 122px !important;
  }
  .height-sm-122 {
    height: 122px !important;
  }
  .max-width-sm-122 {
    max-width: 122px !important;
  }
  .min-width-sm-122 {
    min-width: 122px !important;
  }
  .max-height-sm-122 {
    max-height: 122px !important;
  }
  .min-height-sm-122 {
    min-height: 122px !important;
  }
}
@media (max-width: 768px) {
  .w-md-122 {
    width: 122% !important;
  }
  .h-md-122 {
    height: 122% !important;
  }
  .max-w-md-122 {
    max-width: 122% !important;
  }
  .min-w-md-122 {
    min-width: 122% !important;
  }
  .max-h-md-122 {
    max-height: 122% !important;
  }
  .min-h-md-122 {
    min-height: 122% !important;
  }
  .min-md-vw-122 {
    min-width: 122vw !important;
  }
  .min-md-vh-122 {
    min-height: 122vh !important;
  }
  .vw-md-122 {
    width: 122vw !important;
  }
  .vh-md-122 {
    height: 122vh !important;
  }
  .width-md-122 {
    width: 122px !important;
  }
  .height-md-122 {
    height: 122px !important;
  }
  .max-width-md-122 {
    max-width: 122px !important;
  }
  .min-width-md-122 {
    min-width: 122px !important;
  }
  .max-height-md-122 {
    max-height: 122px !important;
  }
  .min-height-md-122 {
    min-height: 122px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-122 {
    width: 122% !important;
  }
  .h-lg-122 {
    height: 122% !important;
  }
  .max-w-lg-122 {
    max-width: 122% !important;
  }
  .min-w-lg-122 {
    min-width: 122% !important;
  }
  .max-h-lg-122 {
    max-height: 122% !important;
  }
  .min-h-lg-122 {
    min-height: 122% !important;
  }
  .min-lg-vw-122 {
    min-width: 122vw !important;
  }
  .min-lg-vh-122 {
    min-height: 122vh !important;
  }
  .vw-lg-122 {
    width: 122vw !important;
  }
  .vh-lg-122 {
    height: 122vh !important;
  }
  .width-lg-122 {
    width: 122px !important;
  }
  .height-lg-122 {
    height: 122px !important;
  }
  .max-width-lg-122 {
    max-width: 122px !important;
  }
  .min-width-lg-122 {
    min-width: 122px !important;
  }
  .max-height-lg-122 {
    max-height: 122px !important;
  }
  .min-height-lg-122 {
    min-height: 122px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-122 {
    width: 122% !important;
  }
  .h-xl-122 {
    height: 122% !important;
  }
  .max-w-xl-122 {
    max-width: 122% !important;
  }
  .min-w-xl-122 {
    min-width: 122% !important;
  }
  .max-h-xl-122 {
    max-height: 122% !important;
  }
  .min-h-xl-122 {
    min-height: 122% !important;
  }
  .min-xl-vw-122 {
    min-width: 122vw !important;
  }
  .min-xl-vh-122 {
    min-height: 122vh !important;
  }
  .vw-xl-122 {
    width: 122vw !important;
  }
  .vh-xl-122 {
    height: 122vh !important;
  }
  .width-xl-122 {
    width: 122px !important;
  }
  .height-xl-122 {
    height: 122px !important;
  }
  .max-width-xl-122 {
    max-width: 122px !important;
  }
  .min-width-xl-122 {
    min-width: 122px !important;
  }
  .max-height-xl-122 {
    max-height: 122px !important;
  }
  .min-height-xl-122 {
    min-height: 122px !important;
  }
}
.w-122 {
  width: 122% !important;
}

.h-122 {
  height: 122% !important;
}

.max-w-122 {
  max-width: 122% !important;
}

.min-w-122 {
  min-width: 122% !important;
}

.max-h-122 {
  max-height: 122% !important;
}

.min-h-122 {
  min-height: 122% !important;
}

.min-vw-122 {
  min-width: 122vw !important;
}

.min-vh-122 {
  min-height: 122vh !important;
}

.vw-122 {
  width: 122vw !important;
}

.vh-122 {
  height: 122vh !important;
}

.width-122 {
  width: 122px !important;
}

.height-122 {
  height: 122px !important;
}

.max-width-122 {
  max-width: 122px !important;
}

.min-width-122 {
  min-width: 122px !important;
}

.max-height-122 {
  max-height: 122px !important;
}

.min-height-122 {
  min-height: 122px !important;
}

@media (max-width: 576px) {
  .w-sm-123 {
    width: 123% !important;
  }
  .h-sm-123 {
    height: 123% !important;
  }
  .max-w-sm-123 {
    max-width: 123% !important;
  }
  .min-w-sm-123 {
    min-width: 123% !important;
  }
  .max-h-sm-123 {
    max-height: 123% !important;
  }
  .min-h-sm-123 {
    min-height: 123% !important;
  }
  .min-sm-vw-123 {
    min-width: 123vw !important;
  }
  .min-sm-vh-123 {
    min-height: 123vh !important;
  }
  .vw-sm-123 {
    width: 123vw !important;
  }
  .vh-sm-123 {
    height: 123vh !important;
  }
  .width-sm-123 {
    width: 123px !important;
  }
  .height-sm-123 {
    height: 123px !important;
  }
  .max-width-sm-123 {
    max-width: 123px !important;
  }
  .min-width-sm-123 {
    min-width: 123px !important;
  }
  .max-height-sm-123 {
    max-height: 123px !important;
  }
  .min-height-sm-123 {
    min-height: 123px !important;
  }
}
@media (max-width: 768px) {
  .w-md-123 {
    width: 123% !important;
  }
  .h-md-123 {
    height: 123% !important;
  }
  .max-w-md-123 {
    max-width: 123% !important;
  }
  .min-w-md-123 {
    min-width: 123% !important;
  }
  .max-h-md-123 {
    max-height: 123% !important;
  }
  .min-h-md-123 {
    min-height: 123% !important;
  }
  .min-md-vw-123 {
    min-width: 123vw !important;
  }
  .min-md-vh-123 {
    min-height: 123vh !important;
  }
  .vw-md-123 {
    width: 123vw !important;
  }
  .vh-md-123 {
    height: 123vh !important;
  }
  .width-md-123 {
    width: 123px !important;
  }
  .height-md-123 {
    height: 123px !important;
  }
  .max-width-md-123 {
    max-width: 123px !important;
  }
  .min-width-md-123 {
    min-width: 123px !important;
  }
  .max-height-md-123 {
    max-height: 123px !important;
  }
  .min-height-md-123 {
    min-height: 123px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-123 {
    width: 123% !important;
  }
  .h-lg-123 {
    height: 123% !important;
  }
  .max-w-lg-123 {
    max-width: 123% !important;
  }
  .min-w-lg-123 {
    min-width: 123% !important;
  }
  .max-h-lg-123 {
    max-height: 123% !important;
  }
  .min-h-lg-123 {
    min-height: 123% !important;
  }
  .min-lg-vw-123 {
    min-width: 123vw !important;
  }
  .min-lg-vh-123 {
    min-height: 123vh !important;
  }
  .vw-lg-123 {
    width: 123vw !important;
  }
  .vh-lg-123 {
    height: 123vh !important;
  }
  .width-lg-123 {
    width: 123px !important;
  }
  .height-lg-123 {
    height: 123px !important;
  }
  .max-width-lg-123 {
    max-width: 123px !important;
  }
  .min-width-lg-123 {
    min-width: 123px !important;
  }
  .max-height-lg-123 {
    max-height: 123px !important;
  }
  .min-height-lg-123 {
    min-height: 123px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-123 {
    width: 123% !important;
  }
  .h-xl-123 {
    height: 123% !important;
  }
  .max-w-xl-123 {
    max-width: 123% !important;
  }
  .min-w-xl-123 {
    min-width: 123% !important;
  }
  .max-h-xl-123 {
    max-height: 123% !important;
  }
  .min-h-xl-123 {
    min-height: 123% !important;
  }
  .min-xl-vw-123 {
    min-width: 123vw !important;
  }
  .min-xl-vh-123 {
    min-height: 123vh !important;
  }
  .vw-xl-123 {
    width: 123vw !important;
  }
  .vh-xl-123 {
    height: 123vh !important;
  }
  .width-xl-123 {
    width: 123px !important;
  }
  .height-xl-123 {
    height: 123px !important;
  }
  .max-width-xl-123 {
    max-width: 123px !important;
  }
  .min-width-xl-123 {
    min-width: 123px !important;
  }
  .max-height-xl-123 {
    max-height: 123px !important;
  }
  .min-height-xl-123 {
    min-height: 123px !important;
  }
}
.w-123 {
  width: 123% !important;
}

.h-123 {
  height: 123% !important;
}

.max-w-123 {
  max-width: 123% !important;
}

.min-w-123 {
  min-width: 123% !important;
}

.max-h-123 {
  max-height: 123% !important;
}

.min-h-123 {
  min-height: 123% !important;
}

.min-vw-123 {
  min-width: 123vw !important;
}

.min-vh-123 {
  min-height: 123vh !important;
}

.vw-123 {
  width: 123vw !important;
}

.vh-123 {
  height: 123vh !important;
}

.width-123 {
  width: 123px !important;
}

.height-123 {
  height: 123px !important;
}

.max-width-123 {
  max-width: 123px !important;
}

.min-width-123 {
  min-width: 123px !important;
}

.max-height-123 {
  max-height: 123px !important;
}

.min-height-123 {
  min-height: 123px !important;
}

@media (max-width: 576px) {
  .w-sm-124 {
    width: 124% !important;
  }
  .h-sm-124 {
    height: 124% !important;
  }
  .max-w-sm-124 {
    max-width: 124% !important;
  }
  .min-w-sm-124 {
    min-width: 124% !important;
  }
  .max-h-sm-124 {
    max-height: 124% !important;
  }
  .min-h-sm-124 {
    min-height: 124% !important;
  }
  .min-sm-vw-124 {
    min-width: 124vw !important;
  }
  .min-sm-vh-124 {
    min-height: 124vh !important;
  }
  .vw-sm-124 {
    width: 124vw !important;
  }
  .vh-sm-124 {
    height: 124vh !important;
  }
  .width-sm-124 {
    width: 124px !important;
  }
  .height-sm-124 {
    height: 124px !important;
  }
  .max-width-sm-124 {
    max-width: 124px !important;
  }
  .min-width-sm-124 {
    min-width: 124px !important;
  }
  .max-height-sm-124 {
    max-height: 124px !important;
  }
  .min-height-sm-124 {
    min-height: 124px !important;
  }
}
@media (max-width: 768px) {
  .w-md-124 {
    width: 124% !important;
  }
  .h-md-124 {
    height: 124% !important;
  }
  .max-w-md-124 {
    max-width: 124% !important;
  }
  .min-w-md-124 {
    min-width: 124% !important;
  }
  .max-h-md-124 {
    max-height: 124% !important;
  }
  .min-h-md-124 {
    min-height: 124% !important;
  }
  .min-md-vw-124 {
    min-width: 124vw !important;
  }
  .min-md-vh-124 {
    min-height: 124vh !important;
  }
  .vw-md-124 {
    width: 124vw !important;
  }
  .vh-md-124 {
    height: 124vh !important;
  }
  .width-md-124 {
    width: 124px !important;
  }
  .height-md-124 {
    height: 124px !important;
  }
  .max-width-md-124 {
    max-width: 124px !important;
  }
  .min-width-md-124 {
    min-width: 124px !important;
  }
  .max-height-md-124 {
    max-height: 124px !important;
  }
  .min-height-md-124 {
    min-height: 124px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-124 {
    width: 124% !important;
  }
  .h-lg-124 {
    height: 124% !important;
  }
  .max-w-lg-124 {
    max-width: 124% !important;
  }
  .min-w-lg-124 {
    min-width: 124% !important;
  }
  .max-h-lg-124 {
    max-height: 124% !important;
  }
  .min-h-lg-124 {
    min-height: 124% !important;
  }
  .min-lg-vw-124 {
    min-width: 124vw !important;
  }
  .min-lg-vh-124 {
    min-height: 124vh !important;
  }
  .vw-lg-124 {
    width: 124vw !important;
  }
  .vh-lg-124 {
    height: 124vh !important;
  }
  .width-lg-124 {
    width: 124px !important;
  }
  .height-lg-124 {
    height: 124px !important;
  }
  .max-width-lg-124 {
    max-width: 124px !important;
  }
  .min-width-lg-124 {
    min-width: 124px !important;
  }
  .max-height-lg-124 {
    max-height: 124px !important;
  }
  .min-height-lg-124 {
    min-height: 124px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-124 {
    width: 124% !important;
  }
  .h-xl-124 {
    height: 124% !important;
  }
  .max-w-xl-124 {
    max-width: 124% !important;
  }
  .min-w-xl-124 {
    min-width: 124% !important;
  }
  .max-h-xl-124 {
    max-height: 124% !important;
  }
  .min-h-xl-124 {
    min-height: 124% !important;
  }
  .min-xl-vw-124 {
    min-width: 124vw !important;
  }
  .min-xl-vh-124 {
    min-height: 124vh !important;
  }
  .vw-xl-124 {
    width: 124vw !important;
  }
  .vh-xl-124 {
    height: 124vh !important;
  }
  .width-xl-124 {
    width: 124px !important;
  }
  .height-xl-124 {
    height: 124px !important;
  }
  .max-width-xl-124 {
    max-width: 124px !important;
  }
  .min-width-xl-124 {
    min-width: 124px !important;
  }
  .max-height-xl-124 {
    max-height: 124px !important;
  }
  .min-height-xl-124 {
    min-height: 124px !important;
  }
}
.w-124 {
  width: 124% !important;
}

.h-124 {
  height: 124% !important;
}

.max-w-124 {
  max-width: 124% !important;
}

.min-w-124 {
  min-width: 124% !important;
}

.max-h-124 {
  max-height: 124% !important;
}

.min-h-124 {
  min-height: 124% !important;
}

.min-vw-124 {
  min-width: 124vw !important;
}

.min-vh-124 {
  min-height: 124vh !important;
}

.vw-124 {
  width: 124vw !important;
}

.vh-124 {
  height: 124vh !important;
}

.width-124 {
  width: 124px !important;
}

.height-124 {
  height: 124px !important;
}

.max-width-124 {
  max-width: 124px !important;
}

.min-width-124 {
  min-width: 124px !important;
}

.max-height-124 {
  max-height: 124px !important;
}

.min-height-124 {
  min-height: 124px !important;
}

@media (max-width: 576px) {
  .w-sm-125 {
    width: 125% !important;
  }
  .h-sm-125 {
    height: 125% !important;
  }
  .max-w-sm-125 {
    max-width: 125% !important;
  }
  .min-w-sm-125 {
    min-width: 125% !important;
  }
  .max-h-sm-125 {
    max-height: 125% !important;
  }
  .min-h-sm-125 {
    min-height: 125% !important;
  }
  .min-sm-vw-125 {
    min-width: 125vw !important;
  }
  .min-sm-vh-125 {
    min-height: 125vh !important;
  }
  .vw-sm-125 {
    width: 125vw !important;
  }
  .vh-sm-125 {
    height: 125vh !important;
  }
  .width-sm-125 {
    width: 125px !important;
  }
  .height-sm-125 {
    height: 125px !important;
  }
  .max-width-sm-125 {
    max-width: 125px !important;
  }
  .min-width-sm-125 {
    min-width: 125px !important;
  }
  .max-height-sm-125 {
    max-height: 125px !important;
  }
  .min-height-sm-125 {
    min-height: 125px !important;
  }
}
@media (max-width: 768px) {
  .w-md-125 {
    width: 125% !important;
  }
  .h-md-125 {
    height: 125% !important;
  }
  .max-w-md-125 {
    max-width: 125% !important;
  }
  .min-w-md-125 {
    min-width: 125% !important;
  }
  .max-h-md-125 {
    max-height: 125% !important;
  }
  .min-h-md-125 {
    min-height: 125% !important;
  }
  .min-md-vw-125 {
    min-width: 125vw !important;
  }
  .min-md-vh-125 {
    min-height: 125vh !important;
  }
  .vw-md-125 {
    width: 125vw !important;
  }
  .vh-md-125 {
    height: 125vh !important;
  }
  .width-md-125 {
    width: 125px !important;
  }
  .height-md-125 {
    height: 125px !important;
  }
  .max-width-md-125 {
    max-width: 125px !important;
  }
  .min-width-md-125 {
    min-width: 125px !important;
  }
  .max-height-md-125 {
    max-height: 125px !important;
  }
  .min-height-md-125 {
    min-height: 125px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-125 {
    width: 125% !important;
  }
  .h-lg-125 {
    height: 125% !important;
  }
  .max-w-lg-125 {
    max-width: 125% !important;
  }
  .min-w-lg-125 {
    min-width: 125% !important;
  }
  .max-h-lg-125 {
    max-height: 125% !important;
  }
  .min-h-lg-125 {
    min-height: 125% !important;
  }
  .min-lg-vw-125 {
    min-width: 125vw !important;
  }
  .min-lg-vh-125 {
    min-height: 125vh !important;
  }
  .vw-lg-125 {
    width: 125vw !important;
  }
  .vh-lg-125 {
    height: 125vh !important;
  }
  .width-lg-125 {
    width: 125px !important;
  }
  .height-lg-125 {
    height: 125px !important;
  }
  .max-width-lg-125 {
    max-width: 125px !important;
  }
  .min-width-lg-125 {
    min-width: 125px !important;
  }
  .max-height-lg-125 {
    max-height: 125px !important;
  }
  .min-height-lg-125 {
    min-height: 125px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-125 {
    width: 125% !important;
  }
  .h-xl-125 {
    height: 125% !important;
  }
  .max-w-xl-125 {
    max-width: 125% !important;
  }
  .min-w-xl-125 {
    min-width: 125% !important;
  }
  .max-h-xl-125 {
    max-height: 125% !important;
  }
  .min-h-xl-125 {
    min-height: 125% !important;
  }
  .min-xl-vw-125 {
    min-width: 125vw !important;
  }
  .min-xl-vh-125 {
    min-height: 125vh !important;
  }
  .vw-xl-125 {
    width: 125vw !important;
  }
  .vh-xl-125 {
    height: 125vh !important;
  }
  .width-xl-125 {
    width: 125px !important;
  }
  .height-xl-125 {
    height: 125px !important;
  }
  .max-width-xl-125 {
    max-width: 125px !important;
  }
  .min-width-xl-125 {
    min-width: 125px !important;
  }
  .max-height-xl-125 {
    max-height: 125px !important;
  }
  .min-height-xl-125 {
    min-height: 125px !important;
  }
}
.w-125 {
  width: 125% !important;
}

.h-125 {
  height: 125% !important;
}

.max-w-125 {
  max-width: 125% !important;
}

.min-w-125 {
  min-width: 125% !important;
}

.max-h-125 {
  max-height: 125% !important;
}

.min-h-125 {
  min-height: 125% !important;
}

.min-vw-125 {
  min-width: 125vw !important;
}

.min-vh-125 {
  min-height: 125vh !important;
}

.vw-125 {
  width: 125vw !important;
}

.vh-125 {
  height: 125vh !important;
}

.width-125 {
  width: 125px !important;
}

.height-125 {
  height: 125px !important;
}

.max-width-125 {
  max-width: 125px !important;
}

.min-width-125 {
  min-width: 125px !important;
}

.max-height-125 {
  max-height: 125px !important;
}

.min-height-125 {
  min-height: 125px !important;
}

@media (max-width: 576px) {
  .w-sm-126 {
    width: 126% !important;
  }
  .h-sm-126 {
    height: 126% !important;
  }
  .max-w-sm-126 {
    max-width: 126% !important;
  }
  .min-w-sm-126 {
    min-width: 126% !important;
  }
  .max-h-sm-126 {
    max-height: 126% !important;
  }
  .min-h-sm-126 {
    min-height: 126% !important;
  }
  .min-sm-vw-126 {
    min-width: 126vw !important;
  }
  .min-sm-vh-126 {
    min-height: 126vh !important;
  }
  .vw-sm-126 {
    width: 126vw !important;
  }
  .vh-sm-126 {
    height: 126vh !important;
  }
  .width-sm-126 {
    width: 126px !important;
  }
  .height-sm-126 {
    height: 126px !important;
  }
  .max-width-sm-126 {
    max-width: 126px !important;
  }
  .min-width-sm-126 {
    min-width: 126px !important;
  }
  .max-height-sm-126 {
    max-height: 126px !important;
  }
  .min-height-sm-126 {
    min-height: 126px !important;
  }
}
@media (max-width: 768px) {
  .w-md-126 {
    width: 126% !important;
  }
  .h-md-126 {
    height: 126% !important;
  }
  .max-w-md-126 {
    max-width: 126% !important;
  }
  .min-w-md-126 {
    min-width: 126% !important;
  }
  .max-h-md-126 {
    max-height: 126% !important;
  }
  .min-h-md-126 {
    min-height: 126% !important;
  }
  .min-md-vw-126 {
    min-width: 126vw !important;
  }
  .min-md-vh-126 {
    min-height: 126vh !important;
  }
  .vw-md-126 {
    width: 126vw !important;
  }
  .vh-md-126 {
    height: 126vh !important;
  }
  .width-md-126 {
    width: 126px !important;
  }
  .height-md-126 {
    height: 126px !important;
  }
  .max-width-md-126 {
    max-width: 126px !important;
  }
  .min-width-md-126 {
    min-width: 126px !important;
  }
  .max-height-md-126 {
    max-height: 126px !important;
  }
  .min-height-md-126 {
    min-height: 126px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-126 {
    width: 126% !important;
  }
  .h-lg-126 {
    height: 126% !important;
  }
  .max-w-lg-126 {
    max-width: 126% !important;
  }
  .min-w-lg-126 {
    min-width: 126% !important;
  }
  .max-h-lg-126 {
    max-height: 126% !important;
  }
  .min-h-lg-126 {
    min-height: 126% !important;
  }
  .min-lg-vw-126 {
    min-width: 126vw !important;
  }
  .min-lg-vh-126 {
    min-height: 126vh !important;
  }
  .vw-lg-126 {
    width: 126vw !important;
  }
  .vh-lg-126 {
    height: 126vh !important;
  }
  .width-lg-126 {
    width: 126px !important;
  }
  .height-lg-126 {
    height: 126px !important;
  }
  .max-width-lg-126 {
    max-width: 126px !important;
  }
  .min-width-lg-126 {
    min-width: 126px !important;
  }
  .max-height-lg-126 {
    max-height: 126px !important;
  }
  .min-height-lg-126 {
    min-height: 126px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-126 {
    width: 126% !important;
  }
  .h-xl-126 {
    height: 126% !important;
  }
  .max-w-xl-126 {
    max-width: 126% !important;
  }
  .min-w-xl-126 {
    min-width: 126% !important;
  }
  .max-h-xl-126 {
    max-height: 126% !important;
  }
  .min-h-xl-126 {
    min-height: 126% !important;
  }
  .min-xl-vw-126 {
    min-width: 126vw !important;
  }
  .min-xl-vh-126 {
    min-height: 126vh !important;
  }
  .vw-xl-126 {
    width: 126vw !important;
  }
  .vh-xl-126 {
    height: 126vh !important;
  }
  .width-xl-126 {
    width: 126px !important;
  }
  .height-xl-126 {
    height: 126px !important;
  }
  .max-width-xl-126 {
    max-width: 126px !important;
  }
  .min-width-xl-126 {
    min-width: 126px !important;
  }
  .max-height-xl-126 {
    max-height: 126px !important;
  }
  .min-height-xl-126 {
    min-height: 126px !important;
  }
}
.w-126 {
  width: 126% !important;
}

.h-126 {
  height: 126% !important;
}

.max-w-126 {
  max-width: 126% !important;
}

.min-w-126 {
  min-width: 126% !important;
}

.max-h-126 {
  max-height: 126% !important;
}

.min-h-126 {
  min-height: 126% !important;
}

.min-vw-126 {
  min-width: 126vw !important;
}

.min-vh-126 {
  min-height: 126vh !important;
}

.vw-126 {
  width: 126vw !important;
}

.vh-126 {
  height: 126vh !important;
}

.width-126 {
  width: 126px !important;
}

.height-126 {
  height: 126px !important;
}

.max-width-126 {
  max-width: 126px !important;
}

.min-width-126 {
  min-width: 126px !important;
}

.max-height-126 {
  max-height: 126px !important;
}

.min-height-126 {
  min-height: 126px !important;
}

@media (max-width: 576px) {
  .w-sm-127 {
    width: 127% !important;
  }
  .h-sm-127 {
    height: 127% !important;
  }
  .max-w-sm-127 {
    max-width: 127% !important;
  }
  .min-w-sm-127 {
    min-width: 127% !important;
  }
  .max-h-sm-127 {
    max-height: 127% !important;
  }
  .min-h-sm-127 {
    min-height: 127% !important;
  }
  .min-sm-vw-127 {
    min-width: 127vw !important;
  }
  .min-sm-vh-127 {
    min-height: 127vh !important;
  }
  .vw-sm-127 {
    width: 127vw !important;
  }
  .vh-sm-127 {
    height: 127vh !important;
  }
  .width-sm-127 {
    width: 127px !important;
  }
  .height-sm-127 {
    height: 127px !important;
  }
  .max-width-sm-127 {
    max-width: 127px !important;
  }
  .min-width-sm-127 {
    min-width: 127px !important;
  }
  .max-height-sm-127 {
    max-height: 127px !important;
  }
  .min-height-sm-127 {
    min-height: 127px !important;
  }
}
@media (max-width: 768px) {
  .w-md-127 {
    width: 127% !important;
  }
  .h-md-127 {
    height: 127% !important;
  }
  .max-w-md-127 {
    max-width: 127% !important;
  }
  .min-w-md-127 {
    min-width: 127% !important;
  }
  .max-h-md-127 {
    max-height: 127% !important;
  }
  .min-h-md-127 {
    min-height: 127% !important;
  }
  .min-md-vw-127 {
    min-width: 127vw !important;
  }
  .min-md-vh-127 {
    min-height: 127vh !important;
  }
  .vw-md-127 {
    width: 127vw !important;
  }
  .vh-md-127 {
    height: 127vh !important;
  }
  .width-md-127 {
    width: 127px !important;
  }
  .height-md-127 {
    height: 127px !important;
  }
  .max-width-md-127 {
    max-width: 127px !important;
  }
  .min-width-md-127 {
    min-width: 127px !important;
  }
  .max-height-md-127 {
    max-height: 127px !important;
  }
  .min-height-md-127 {
    min-height: 127px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-127 {
    width: 127% !important;
  }
  .h-lg-127 {
    height: 127% !important;
  }
  .max-w-lg-127 {
    max-width: 127% !important;
  }
  .min-w-lg-127 {
    min-width: 127% !important;
  }
  .max-h-lg-127 {
    max-height: 127% !important;
  }
  .min-h-lg-127 {
    min-height: 127% !important;
  }
  .min-lg-vw-127 {
    min-width: 127vw !important;
  }
  .min-lg-vh-127 {
    min-height: 127vh !important;
  }
  .vw-lg-127 {
    width: 127vw !important;
  }
  .vh-lg-127 {
    height: 127vh !important;
  }
  .width-lg-127 {
    width: 127px !important;
  }
  .height-lg-127 {
    height: 127px !important;
  }
  .max-width-lg-127 {
    max-width: 127px !important;
  }
  .min-width-lg-127 {
    min-width: 127px !important;
  }
  .max-height-lg-127 {
    max-height: 127px !important;
  }
  .min-height-lg-127 {
    min-height: 127px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-127 {
    width: 127% !important;
  }
  .h-xl-127 {
    height: 127% !important;
  }
  .max-w-xl-127 {
    max-width: 127% !important;
  }
  .min-w-xl-127 {
    min-width: 127% !important;
  }
  .max-h-xl-127 {
    max-height: 127% !important;
  }
  .min-h-xl-127 {
    min-height: 127% !important;
  }
  .min-xl-vw-127 {
    min-width: 127vw !important;
  }
  .min-xl-vh-127 {
    min-height: 127vh !important;
  }
  .vw-xl-127 {
    width: 127vw !important;
  }
  .vh-xl-127 {
    height: 127vh !important;
  }
  .width-xl-127 {
    width: 127px !important;
  }
  .height-xl-127 {
    height: 127px !important;
  }
  .max-width-xl-127 {
    max-width: 127px !important;
  }
  .min-width-xl-127 {
    min-width: 127px !important;
  }
  .max-height-xl-127 {
    max-height: 127px !important;
  }
  .min-height-xl-127 {
    min-height: 127px !important;
  }
}
.w-127 {
  width: 127% !important;
}

.h-127 {
  height: 127% !important;
}

.max-w-127 {
  max-width: 127% !important;
}

.min-w-127 {
  min-width: 127% !important;
}

.max-h-127 {
  max-height: 127% !important;
}

.min-h-127 {
  min-height: 127% !important;
}

.min-vw-127 {
  min-width: 127vw !important;
}

.min-vh-127 {
  min-height: 127vh !important;
}

.vw-127 {
  width: 127vw !important;
}

.vh-127 {
  height: 127vh !important;
}

.width-127 {
  width: 127px !important;
}

.height-127 {
  height: 127px !important;
}

.max-width-127 {
  max-width: 127px !important;
}

.min-width-127 {
  min-width: 127px !important;
}

.max-height-127 {
  max-height: 127px !important;
}

.min-height-127 {
  min-height: 127px !important;
}

@media (max-width: 576px) {
  .w-sm-128 {
    width: 128% !important;
  }
  .h-sm-128 {
    height: 128% !important;
  }
  .max-w-sm-128 {
    max-width: 128% !important;
  }
  .min-w-sm-128 {
    min-width: 128% !important;
  }
  .max-h-sm-128 {
    max-height: 128% !important;
  }
  .min-h-sm-128 {
    min-height: 128% !important;
  }
  .min-sm-vw-128 {
    min-width: 128vw !important;
  }
  .min-sm-vh-128 {
    min-height: 128vh !important;
  }
  .vw-sm-128 {
    width: 128vw !important;
  }
  .vh-sm-128 {
    height: 128vh !important;
  }
  .width-sm-128 {
    width: 128px !important;
  }
  .height-sm-128 {
    height: 128px !important;
  }
  .max-width-sm-128 {
    max-width: 128px !important;
  }
  .min-width-sm-128 {
    min-width: 128px !important;
  }
  .max-height-sm-128 {
    max-height: 128px !important;
  }
  .min-height-sm-128 {
    min-height: 128px !important;
  }
}
@media (max-width: 768px) {
  .w-md-128 {
    width: 128% !important;
  }
  .h-md-128 {
    height: 128% !important;
  }
  .max-w-md-128 {
    max-width: 128% !important;
  }
  .min-w-md-128 {
    min-width: 128% !important;
  }
  .max-h-md-128 {
    max-height: 128% !important;
  }
  .min-h-md-128 {
    min-height: 128% !important;
  }
  .min-md-vw-128 {
    min-width: 128vw !important;
  }
  .min-md-vh-128 {
    min-height: 128vh !important;
  }
  .vw-md-128 {
    width: 128vw !important;
  }
  .vh-md-128 {
    height: 128vh !important;
  }
  .width-md-128 {
    width: 128px !important;
  }
  .height-md-128 {
    height: 128px !important;
  }
  .max-width-md-128 {
    max-width: 128px !important;
  }
  .min-width-md-128 {
    min-width: 128px !important;
  }
  .max-height-md-128 {
    max-height: 128px !important;
  }
  .min-height-md-128 {
    min-height: 128px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-128 {
    width: 128% !important;
  }
  .h-lg-128 {
    height: 128% !important;
  }
  .max-w-lg-128 {
    max-width: 128% !important;
  }
  .min-w-lg-128 {
    min-width: 128% !important;
  }
  .max-h-lg-128 {
    max-height: 128% !important;
  }
  .min-h-lg-128 {
    min-height: 128% !important;
  }
  .min-lg-vw-128 {
    min-width: 128vw !important;
  }
  .min-lg-vh-128 {
    min-height: 128vh !important;
  }
  .vw-lg-128 {
    width: 128vw !important;
  }
  .vh-lg-128 {
    height: 128vh !important;
  }
  .width-lg-128 {
    width: 128px !important;
  }
  .height-lg-128 {
    height: 128px !important;
  }
  .max-width-lg-128 {
    max-width: 128px !important;
  }
  .min-width-lg-128 {
    min-width: 128px !important;
  }
  .max-height-lg-128 {
    max-height: 128px !important;
  }
  .min-height-lg-128 {
    min-height: 128px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-128 {
    width: 128% !important;
  }
  .h-xl-128 {
    height: 128% !important;
  }
  .max-w-xl-128 {
    max-width: 128% !important;
  }
  .min-w-xl-128 {
    min-width: 128% !important;
  }
  .max-h-xl-128 {
    max-height: 128% !important;
  }
  .min-h-xl-128 {
    min-height: 128% !important;
  }
  .min-xl-vw-128 {
    min-width: 128vw !important;
  }
  .min-xl-vh-128 {
    min-height: 128vh !important;
  }
  .vw-xl-128 {
    width: 128vw !important;
  }
  .vh-xl-128 {
    height: 128vh !important;
  }
  .width-xl-128 {
    width: 128px !important;
  }
  .height-xl-128 {
    height: 128px !important;
  }
  .max-width-xl-128 {
    max-width: 128px !important;
  }
  .min-width-xl-128 {
    min-width: 128px !important;
  }
  .max-height-xl-128 {
    max-height: 128px !important;
  }
  .min-height-xl-128 {
    min-height: 128px !important;
  }
}
.w-128 {
  width: 128% !important;
}

.h-128 {
  height: 128% !important;
}

.max-w-128 {
  max-width: 128% !important;
}

.min-w-128 {
  min-width: 128% !important;
}

.max-h-128 {
  max-height: 128% !important;
}

.min-h-128 {
  min-height: 128% !important;
}

.min-vw-128 {
  min-width: 128vw !important;
}

.min-vh-128 {
  min-height: 128vh !important;
}

.vw-128 {
  width: 128vw !important;
}

.vh-128 {
  height: 128vh !important;
}

.width-128 {
  width: 128px !important;
}

.height-128 {
  height: 128px !important;
}

.max-width-128 {
  max-width: 128px !important;
}

.min-width-128 {
  min-width: 128px !important;
}

.max-height-128 {
  max-height: 128px !important;
}

.min-height-128 {
  min-height: 128px !important;
}

@media (max-width: 576px) {
  .w-sm-129 {
    width: 129% !important;
  }
  .h-sm-129 {
    height: 129% !important;
  }
  .max-w-sm-129 {
    max-width: 129% !important;
  }
  .min-w-sm-129 {
    min-width: 129% !important;
  }
  .max-h-sm-129 {
    max-height: 129% !important;
  }
  .min-h-sm-129 {
    min-height: 129% !important;
  }
  .min-sm-vw-129 {
    min-width: 129vw !important;
  }
  .min-sm-vh-129 {
    min-height: 129vh !important;
  }
  .vw-sm-129 {
    width: 129vw !important;
  }
  .vh-sm-129 {
    height: 129vh !important;
  }
  .width-sm-129 {
    width: 129px !important;
  }
  .height-sm-129 {
    height: 129px !important;
  }
  .max-width-sm-129 {
    max-width: 129px !important;
  }
  .min-width-sm-129 {
    min-width: 129px !important;
  }
  .max-height-sm-129 {
    max-height: 129px !important;
  }
  .min-height-sm-129 {
    min-height: 129px !important;
  }
}
@media (max-width: 768px) {
  .w-md-129 {
    width: 129% !important;
  }
  .h-md-129 {
    height: 129% !important;
  }
  .max-w-md-129 {
    max-width: 129% !important;
  }
  .min-w-md-129 {
    min-width: 129% !important;
  }
  .max-h-md-129 {
    max-height: 129% !important;
  }
  .min-h-md-129 {
    min-height: 129% !important;
  }
  .min-md-vw-129 {
    min-width: 129vw !important;
  }
  .min-md-vh-129 {
    min-height: 129vh !important;
  }
  .vw-md-129 {
    width: 129vw !important;
  }
  .vh-md-129 {
    height: 129vh !important;
  }
  .width-md-129 {
    width: 129px !important;
  }
  .height-md-129 {
    height: 129px !important;
  }
  .max-width-md-129 {
    max-width: 129px !important;
  }
  .min-width-md-129 {
    min-width: 129px !important;
  }
  .max-height-md-129 {
    max-height: 129px !important;
  }
  .min-height-md-129 {
    min-height: 129px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-129 {
    width: 129% !important;
  }
  .h-lg-129 {
    height: 129% !important;
  }
  .max-w-lg-129 {
    max-width: 129% !important;
  }
  .min-w-lg-129 {
    min-width: 129% !important;
  }
  .max-h-lg-129 {
    max-height: 129% !important;
  }
  .min-h-lg-129 {
    min-height: 129% !important;
  }
  .min-lg-vw-129 {
    min-width: 129vw !important;
  }
  .min-lg-vh-129 {
    min-height: 129vh !important;
  }
  .vw-lg-129 {
    width: 129vw !important;
  }
  .vh-lg-129 {
    height: 129vh !important;
  }
  .width-lg-129 {
    width: 129px !important;
  }
  .height-lg-129 {
    height: 129px !important;
  }
  .max-width-lg-129 {
    max-width: 129px !important;
  }
  .min-width-lg-129 {
    min-width: 129px !important;
  }
  .max-height-lg-129 {
    max-height: 129px !important;
  }
  .min-height-lg-129 {
    min-height: 129px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-129 {
    width: 129% !important;
  }
  .h-xl-129 {
    height: 129% !important;
  }
  .max-w-xl-129 {
    max-width: 129% !important;
  }
  .min-w-xl-129 {
    min-width: 129% !important;
  }
  .max-h-xl-129 {
    max-height: 129% !important;
  }
  .min-h-xl-129 {
    min-height: 129% !important;
  }
  .min-xl-vw-129 {
    min-width: 129vw !important;
  }
  .min-xl-vh-129 {
    min-height: 129vh !important;
  }
  .vw-xl-129 {
    width: 129vw !important;
  }
  .vh-xl-129 {
    height: 129vh !important;
  }
  .width-xl-129 {
    width: 129px !important;
  }
  .height-xl-129 {
    height: 129px !important;
  }
  .max-width-xl-129 {
    max-width: 129px !important;
  }
  .min-width-xl-129 {
    min-width: 129px !important;
  }
  .max-height-xl-129 {
    max-height: 129px !important;
  }
  .min-height-xl-129 {
    min-height: 129px !important;
  }
}
.w-129 {
  width: 129% !important;
}

.h-129 {
  height: 129% !important;
}

.max-w-129 {
  max-width: 129% !important;
}

.min-w-129 {
  min-width: 129% !important;
}

.max-h-129 {
  max-height: 129% !important;
}

.min-h-129 {
  min-height: 129% !important;
}

.min-vw-129 {
  min-width: 129vw !important;
}

.min-vh-129 {
  min-height: 129vh !important;
}

.vw-129 {
  width: 129vw !important;
}

.vh-129 {
  height: 129vh !important;
}

.width-129 {
  width: 129px !important;
}

.height-129 {
  height: 129px !important;
}

.max-width-129 {
  max-width: 129px !important;
}

.min-width-129 {
  min-width: 129px !important;
}

.max-height-129 {
  max-height: 129px !important;
}

.min-height-129 {
  min-height: 129px !important;
}

@media (max-width: 576px) {
  .w-sm-130 {
    width: 130% !important;
  }
  .h-sm-130 {
    height: 130% !important;
  }
  .max-w-sm-130 {
    max-width: 130% !important;
  }
  .min-w-sm-130 {
    min-width: 130% !important;
  }
  .max-h-sm-130 {
    max-height: 130% !important;
  }
  .min-h-sm-130 {
    min-height: 130% !important;
  }
  .min-sm-vw-130 {
    min-width: 130vw !important;
  }
  .min-sm-vh-130 {
    min-height: 130vh !important;
  }
  .vw-sm-130 {
    width: 130vw !important;
  }
  .vh-sm-130 {
    height: 130vh !important;
  }
  .width-sm-130 {
    width: 130px !important;
  }
  .height-sm-130 {
    height: 130px !important;
  }
  .max-width-sm-130 {
    max-width: 130px !important;
  }
  .min-width-sm-130 {
    min-width: 130px !important;
  }
  .max-height-sm-130 {
    max-height: 130px !important;
  }
  .min-height-sm-130 {
    min-height: 130px !important;
  }
}
@media (max-width: 768px) {
  .w-md-130 {
    width: 130% !important;
  }
  .h-md-130 {
    height: 130% !important;
  }
  .max-w-md-130 {
    max-width: 130% !important;
  }
  .min-w-md-130 {
    min-width: 130% !important;
  }
  .max-h-md-130 {
    max-height: 130% !important;
  }
  .min-h-md-130 {
    min-height: 130% !important;
  }
  .min-md-vw-130 {
    min-width: 130vw !important;
  }
  .min-md-vh-130 {
    min-height: 130vh !important;
  }
  .vw-md-130 {
    width: 130vw !important;
  }
  .vh-md-130 {
    height: 130vh !important;
  }
  .width-md-130 {
    width: 130px !important;
  }
  .height-md-130 {
    height: 130px !important;
  }
  .max-width-md-130 {
    max-width: 130px !important;
  }
  .min-width-md-130 {
    min-width: 130px !important;
  }
  .max-height-md-130 {
    max-height: 130px !important;
  }
  .min-height-md-130 {
    min-height: 130px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-130 {
    width: 130% !important;
  }
  .h-lg-130 {
    height: 130% !important;
  }
  .max-w-lg-130 {
    max-width: 130% !important;
  }
  .min-w-lg-130 {
    min-width: 130% !important;
  }
  .max-h-lg-130 {
    max-height: 130% !important;
  }
  .min-h-lg-130 {
    min-height: 130% !important;
  }
  .min-lg-vw-130 {
    min-width: 130vw !important;
  }
  .min-lg-vh-130 {
    min-height: 130vh !important;
  }
  .vw-lg-130 {
    width: 130vw !important;
  }
  .vh-lg-130 {
    height: 130vh !important;
  }
  .width-lg-130 {
    width: 130px !important;
  }
  .height-lg-130 {
    height: 130px !important;
  }
  .max-width-lg-130 {
    max-width: 130px !important;
  }
  .min-width-lg-130 {
    min-width: 130px !important;
  }
  .max-height-lg-130 {
    max-height: 130px !important;
  }
  .min-height-lg-130 {
    min-height: 130px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-130 {
    width: 130% !important;
  }
  .h-xl-130 {
    height: 130% !important;
  }
  .max-w-xl-130 {
    max-width: 130% !important;
  }
  .min-w-xl-130 {
    min-width: 130% !important;
  }
  .max-h-xl-130 {
    max-height: 130% !important;
  }
  .min-h-xl-130 {
    min-height: 130% !important;
  }
  .min-xl-vw-130 {
    min-width: 130vw !important;
  }
  .min-xl-vh-130 {
    min-height: 130vh !important;
  }
  .vw-xl-130 {
    width: 130vw !important;
  }
  .vh-xl-130 {
    height: 130vh !important;
  }
  .width-xl-130 {
    width: 130px !important;
  }
  .height-xl-130 {
    height: 130px !important;
  }
  .max-width-xl-130 {
    max-width: 130px !important;
  }
  .min-width-xl-130 {
    min-width: 130px !important;
  }
  .max-height-xl-130 {
    max-height: 130px !important;
  }
  .min-height-xl-130 {
    min-height: 130px !important;
  }
}
.w-130 {
  width: 130% !important;
}

.h-130 {
  height: 130% !important;
}

.max-w-130 {
  max-width: 130% !important;
}

.min-w-130 {
  min-width: 130% !important;
}

.max-h-130 {
  max-height: 130% !important;
}

.min-h-130 {
  min-height: 130% !important;
}

.min-vw-130 {
  min-width: 130vw !important;
}

.min-vh-130 {
  min-height: 130vh !important;
}

.vw-130 {
  width: 130vw !important;
}

.vh-130 {
  height: 130vh !important;
}

.width-130 {
  width: 130px !important;
}

.height-130 {
  height: 130px !important;
}

.max-width-130 {
  max-width: 130px !important;
}

.min-width-130 {
  min-width: 130px !important;
}

.max-height-130 {
  max-height: 130px !important;
}

.min-height-130 {
  min-height: 130px !important;
}

@media (max-width: 576px) {
  .w-sm-131 {
    width: 131% !important;
  }
  .h-sm-131 {
    height: 131% !important;
  }
  .max-w-sm-131 {
    max-width: 131% !important;
  }
  .min-w-sm-131 {
    min-width: 131% !important;
  }
  .max-h-sm-131 {
    max-height: 131% !important;
  }
  .min-h-sm-131 {
    min-height: 131% !important;
  }
  .min-sm-vw-131 {
    min-width: 131vw !important;
  }
  .min-sm-vh-131 {
    min-height: 131vh !important;
  }
  .vw-sm-131 {
    width: 131vw !important;
  }
  .vh-sm-131 {
    height: 131vh !important;
  }
  .width-sm-131 {
    width: 131px !important;
  }
  .height-sm-131 {
    height: 131px !important;
  }
  .max-width-sm-131 {
    max-width: 131px !important;
  }
  .min-width-sm-131 {
    min-width: 131px !important;
  }
  .max-height-sm-131 {
    max-height: 131px !important;
  }
  .min-height-sm-131 {
    min-height: 131px !important;
  }
}
@media (max-width: 768px) {
  .w-md-131 {
    width: 131% !important;
  }
  .h-md-131 {
    height: 131% !important;
  }
  .max-w-md-131 {
    max-width: 131% !important;
  }
  .min-w-md-131 {
    min-width: 131% !important;
  }
  .max-h-md-131 {
    max-height: 131% !important;
  }
  .min-h-md-131 {
    min-height: 131% !important;
  }
  .min-md-vw-131 {
    min-width: 131vw !important;
  }
  .min-md-vh-131 {
    min-height: 131vh !important;
  }
  .vw-md-131 {
    width: 131vw !important;
  }
  .vh-md-131 {
    height: 131vh !important;
  }
  .width-md-131 {
    width: 131px !important;
  }
  .height-md-131 {
    height: 131px !important;
  }
  .max-width-md-131 {
    max-width: 131px !important;
  }
  .min-width-md-131 {
    min-width: 131px !important;
  }
  .max-height-md-131 {
    max-height: 131px !important;
  }
  .min-height-md-131 {
    min-height: 131px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-131 {
    width: 131% !important;
  }
  .h-lg-131 {
    height: 131% !important;
  }
  .max-w-lg-131 {
    max-width: 131% !important;
  }
  .min-w-lg-131 {
    min-width: 131% !important;
  }
  .max-h-lg-131 {
    max-height: 131% !important;
  }
  .min-h-lg-131 {
    min-height: 131% !important;
  }
  .min-lg-vw-131 {
    min-width: 131vw !important;
  }
  .min-lg-vh-131 {
    min-height: 131vh !important;
  }
  .vw-lg-131 {
    width: 131vw !important;
  }
  .vh-lg-131 {
    height: 131vh !important;
  }
  .width-lg-131 {
    width: 131px !important;
  }
  .height-lg-131 {
    height: 131px !important;
  }
  .max-width-lg-131 {
    max-width: 131px !important;
  }
  .min-width-lg-131 {
    min-width: 131px !important;
  }
  .max-height-lg-131 {
    max-height: 131px !important;
  }
  .min-height-lg-131 {
    min-height: 131px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-131 {
    width: 131% !important;
  }
  .h-xl-131 {
    height: 131% !important;
  }
  .max-w-xl-131 {
    max-width: 131% !important;
  }
  .min-w-xl-131 {
    min-width: 131% !important;
  }
  .max-h-xl-131 {
    max-height: 131% !important;
  }
  .min-h-xl-131 {
    min-height: 131% !important;
  }
  .min-xl-vw-131 {
    min-width: 131vw !important;
  }
  .min-xl-vh-131 {
    min-height: 131vh !important;
  }
  .vw-xl-131 {
    width: 131vw !important;
  }
  .vh-xl-131 {
    height: 131vh !important;
  }
  .width-xl-131 {
    width: 131px !important;
  }
  .height-xl-131 {
    height: 131px !important;
  }
  .max-width-xl-131 {
    max-width: 131px !important;
  }
  .min-width-xl-131 {
    min-width: 131px !important;
  }
  .max-height-xl-131 {
    max-height: 131px !important;
  }
  .min-height-xl-131 {
    min-height: 131px !important;
  }
}
.w-131 {
  width: 131% !important;
}

.h-131 {
  height: 131% !important;
}

.max-w-131 {
  max-width: 131% !important;
}

.min-w-131 {
  min-width: 131% !important;
}

.max-h-131 {
  max-height: 131% !important;
}

.min-h-131 {
  min-height: 131% !important;
}

.min-vw-131 {
  min-width: 131vw !important;
}

.min-vh-131 {
  min-height: 131vh !important;
}

.vw-131 {
  width: 131vw !important;
}

.vh-131 {
  height: 131vh !important;
}

.width-131 {
  width: 131px !important;
}

.height-131 {
  height: 131px !important;
}

.max-width-131 {
  max-width: 131px !important;
}

.min-width-131 {
  min-width: 131px !important;
}

.max-height-131 {
  max-height: 131px !important;
}

.min-height-131 {
  min-height: 131px !important;
}

@media (max-width: 576px) {
  .w-sm-132 {
    width: 132% !important;
  }
  .h-sm-132 {
    height: 132% !important;
  }
  .max-w-sm-132 {
    max-width: 132% !important;
  }
  .min-w-sm-132 {
    min-width: 132% !important;
  }
  .max-h-sm-132 {
    max-height: 132% !important;
  }
  .min-h-sm-132 {
    min-height: 132% !important;
  }
  .min-sm-vw-132 {
    min-width: 132vw !important;
  }
  .min-sm-vh-132 {
    min-height: 132vh !important;
  }
  .vw-sm-132 {
    width: 132vw !important;
  }
  .vh-sm-132 {
    height: 132vh !important;
  }
  .width-sm-132 {
    width: 132px !important;
  }
  .height-sm-132 {
    height: 132px !important;
  }
  .max-width-sm-132 {
    max-width: 132px !important;
  }
  .min-width-sm-132 {
    min-width: 132px !important;
  }
  .max-height-sm-132 {
    max-height: 132px !important;
  }
  .min-height-sm-132 {
    min-height: 132px !important;
  }
}
@media (max-width: 768px) {
  .w-md-132 {
    width: 132% !important;
  }
  .h-md-132 {
    height: 132% !important;
  }
  .max-w-md-132 {
    max-width: 132% !important;
  }
  .min-w-md-132 {
    min-width: 132% !important;
  }
  .max-h-md-132 {
    max-height: 132% !important;
  }
  .min-h-md-132 {
    min-height: 132% !important;
  }
  .min-md-vw-132 {
    min-width: 132vw !important;
  }
  .min-md-vh-132 {
    min-height: 132vh !important;
  }
  .vw-md-132 {
    width: 132vw !important;
  }
  .vh-md-132 {
    height: 132vh !important;
  }
  .width-md-132 {
    width: 132px !important;
  }
  .height-md-132 {
    height: 132px !important;
  }
  .max-width-md-132 {
    max-width: 132px !important;
  }
  .min-width-md-132 {
    min-width: 132px !important;
  }
  .max-height-md-132 {
    max-height: 132px !important;
  }
  .min-height-md-132 {
    min-height: 132px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-132 {
    width: 132% !important;
  }
  .h-lg-132 {
    height: 132% !important;
  }
  .max-w-lg-132 {
    max-width: 132% !important;
  }
  .min-w-lg-132 {
    min-width: 132% !important;
  }
  .max-h-lg-132 {
    max-height: 132% !important;
  }
  .min-h-lg-132 {
    min-height: 132% !important;
  }
  .min-lg-vw-132 {
    min-width: 132vw !important;
  }
  .min-lg-vh-132 {
    min-height: 132vh !important;
  }
  .vw-lg-132 {
    width: 132vw !important;
  }
  .vh-lg-132 {
    height: 132vh !important;
  }
  .width-lg-132 {
    width: 132px !important;
  }
  .height-lg-132 {
    height: 132px !important;
  }
  .max-width-lg-132 {
    max-width: 132px !important;
  }
  .min-width-lg-132 {
    min-width: 132px !important;
  }
  .max-height-lg-132 {
    max-height: 132px !important;
  }
  .min-height-lg-132 {
    min-height: 132px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-132 {
    width: 132% !important;
  }
  .h-xl-132 {
    height: 132% !important;
  }
  .max-w-xl-132 {
    max-width: 132% !important;
  }
  .min-w-xl-132 {
    min-width: 132% !important;
  }
  .max-h-xl-132 {
    max-height: 132% !important;
  }
  .min-h-xl-132 {
    min-height: 132% !important;
  }
  .min-xl-vw-132 {
    min-width: 132vw !important;
  }
  .min-xl-vh-132 {
    min-height: 132vh !important;
  }
  .vw-xl-132 {
    width: 132vw !important;
  }
  .vh-xl-132 {
    height: 132vh !important;
  }
  .width-xl-132 {
    width: 132px !important;
  }
  .height-xl-132 {
    height: 132px !important;
  }
  .max-width-xl-132 {
    max-width: 132px !important;
  }
  .min-width-xl-132 {
    min-width: 132px !important;
  }
  .max-height-xl-132 {
    max-height: 132px !important;
  }
  .min-height-xl-132 {
    min-height: 132px !important;
  }
}
.w-132 {
  width: 132% !important;
}

.h-132 {
  height: 132% !important;
}

.max-w-132 {
  max-width: 132% !important;
}

.min-w-132 {
  min-width: 132% !important;
}

.max-h-132 {
  max-height: 132% !important;
}

.min-h-132 {
  min-height: 132% !important;
}

.min-vw-132 {
  min-width: 132vw !important;
}

.min-vh-132 {
  min-height: 132vh !important;
}

.vw-132 {
  width: 132vw !important;
}

.vh-132 {
  height: 132vh !important;
}

.width-132 {
  width: 132px !important;
}

.height-132 {
  height: 132px !important;
}

.max-width-132 {
  max-width: 132px !important;
}

.min-width-132 {
  min-width: 132px !important;
}

.max-height-132 {
  max-height: 132px !important;
}

.min-height-132 {
  min-height: 132px !important;
}

@media (max-width: 576px) {
  .w-sm-133 {
    width: 133% !important;
  }
  .h-sm-133 {
    height: 133% !important;
  }
  .max-w-sm-133 {
    max-width: 133% !important;
  }
  .min-w-sm-133 {
    min-width: 133% !important;
  }
  .max-h-sm-133 {
    max-height: 133% !important;
  }
  .min-h-sm-133 {
    min-height: 133% !important;
  }
  .min-sm-vw-133 {
    min-width: 133vw !important;
  }
  .min-sm-vh-133 {
    min-height: 133vh !important;
  }
  .vw-sm-133 {
    width: 133vw !important;
  }
  .vh-sm-133 {
    height: 133vh !important;
  }
  .width-sm-133 {
    width: 133px !important;
  }
  .height-sm-133 {
    height: 133px !important;
  }
  .max-width-sm-133 {
    max-width: 133px !important;
  }
  .min-width-sm-133 {
    min-width: 133px !important;
  }
  .max-height-sm-133 {
    max-height: 133px !important;
  }
  .min-height-sm-133 {
    min-height: 133px !important;
  }
}
@media (max-width: 768px) {
  .w-md-133 {
    width: 133% !important;
  }
  .h-md-133 {
    height: 133% !important;
  }
  .max-w-md-133 {
    max-width: 133% !important;
  }
  .min-w-md-133 {
    min-width: 133% !important;
  }
  .max-h-md-133 {
    max-height: 133% !important;
  }
  .min-h-md-133 {
    min-height: 133% !important;
  }
  .min-md-vw-133 {
    min-width: 133vw !important;
  }
  .min-md-vh-133 {
    min-height: 133vh !important;
  }
  .vw-md-133 {
    width: 133vw !important;
  }
  .vh-md-133 {
    height: 133vh !important;
  }
  .width-md-133 {
    width: 133px !important;
  }
  .height-md-133 {
    height: 133px !important;
  }
  .max-width-md-133 {
    max-width: 133px !important;
  }
  .min-width-md-133 {
    min-width: 133px !important;
  }
  .max-height-md-133 {
    max-height: 133px !important;
  }
  .min-height-md-133 {
    min-height: 133px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-133 {
    width: 133% !important;
  }
  .h-lg-133 {
    height: 133% !important;
  }
  .max-w-lg-133 {
    max-width: 133% !important;
  }
  .min-w-lg-133 {
    min-width: 133% !important;
  }
  .max-h-lg-133 {
    max-height: 133% !important;
  }
  .min-h-lg-133 {
    min-height: 133% !important;
  }
  .min-lg-vw-133 {
    min-width: 133vw !important;
  }
  .min-lg-vh-133 {
    min-height: 133vh !important;
  }
  .vw-lg-133 {
    width: 133vw !important;
  }
  .vh-lg-133 {
    height: 133vh !important;
  }
  .width-lg-133 {
    width: 133px !important;
  }
  .height-lg-133 {
    height: 133px !important;
  }
  .max-width-lg-133 {
    max-width: 133px !important;
  }
  .min-width-lg-133 {
    min-width: 133px !important;
  }
  .max-height-lg-133 {
    max-height: 133px !important;
  }
  .min-height-lg-133 {
    min-height: 133px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-133 {
    width: 133% !important;
  }
  .h-xl-133 {
    height: 133% !important;
  }
  .max-w-xl-133 {
    max-width: 133% !important;
  }
  .min-w-xl-133 {
    min-width: 133% !important;
  }
  .max-h-xl-133 {
    max-height: 133% !important;
  }
  .min-h-xl-133 {
    min-height: 133% !important;
  }
  .min-xl-vw-133 {
    min-width: 133vw !important;
  }
  .min-xl-vh-133 {
    min-height: 133vh !important;
  }
  .vw-xl-133 {
    width: 133vw !important;
  }
  .vh-xl-133 {
    height: 133vh !important;
  }
  .width-xl-133 {
    width: 133px !important;
  }
  .height-xl-133 {
    height: 133px !important;
  }
  .max-width-xl-133 {
    max-width: 133px !important;
  }
  .min-width-xl-133 {
    min-width: 133px !important;
  }
  .max-height-xl-133 {
    max-height: 133px !important;
  }
  .min-height-xl-133 {
    min-height: 133px !important;
  }
}
.w-133 {
  width: 133% !important;
}

.h-133 {
  height: 133% !important;
}

.max-w-133 {
  max-width: 133% !important;
}

.min-w-133 {
  min-width: 133% !important;
}

.max-h-133 {
  max-height: 133% !important;
}

.min-h-133 {
  min-height: 133% !important;
}

.min-vw-133 {
  min-width: 133vw !important;
}

.min-vh-133 {
  min-height: 133vh !important;
}

.vw-133 {
  width: 133vw !important;
}

.vh-133 {
  height: 133vh !important;
}

.width-133 {
  width: 133px !important;
}

.height-133 {
  height: 133px !important;
}

.max-width-133 {
  max-width: 133px !important;
}

.min-width-133 {
  min-width: 133px !important;
}

.max-height-133 {
  max-height: 133px !important;
}

.min-height-133 {
  min-height: 133px !important;
}

@media (max-width: 576px) {
  .w-sm-134 {
    width: 134% !important;
  }
  .h-sm-134 {
    height: 134% !important;
  }
  .max-w-sm-134 {
    max-width: 134% !important;
  }
  .min-w-sm-134 {
    min-width: 134% !important;
  }
  .max-h-sm-134 {
    max-height: 134% !important;
  }
  .min-h-sm-134 {
    min-height: 134% !important;
  }
  .min-sm-vw-134 {
    min-width: 134vw !important;
  }
  .min-sm-vh-134 {
    min-height: 134vh !important;
  }
  .vw-sm-134 {
    width: 134vw !important;
  }
  .vh-sm-134 {
    height: 134vh !important;
  }
  .width-sm-134 {
    width: 134px !important;
  }
  .height-sm-134 {
    height: 134px !important;
  }
  .max-width-sm-134 {
    max-width: 134px !important;
  }
  .min-width-sm-134 {
    min-width: 134px !important;
  }
  .max-height-sm-134 {
    max-height: 134px !important;
  }
  .min-height-sm-134 {
    min-height: 134px !important;
  }
}
@media (max-width: 768px) {
  .w-md-134 {
    width: 134% !important;
  }
  .h-md-134 {
    height: 134% !important;
  }
  .max-w-md-134 {
    max-width: 134% !important;
  }
  .min-w-md-134 {
    min-width: 134% !important;
  }
  .max-h-md-134 {
    max-height: 134% !important;
  }
  .min-h-md-134 {
    min-height: 134% !important;
  }
  .min-md-vw-134 {
    min-width: 134vw !important;
  }
  .min-md-vh-134 {
    min-height: 134vh !important;
  }
  .vw-md-134 {
    width: 134vw !important;
  }
  .vh-md-134 {
    height: 134vh !important;
  }
  .width-md-134 {
    width: 134px !important;
  }
  .height-md-134 {
    height: 134px !important;
  }
  .max-width-md-134 {
    max-width: 134px !important;
  }
  .min-width-md-134 {
    min-width: 134px !important;
  }
  .max-height-md-134 {
    max-height: 134px !important;
  }
  .min-height-md-134 {
    min-height: 134px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-134 {
    width: 134% !important;
  }
  .h-lg-134 {
    height: 134% !important;
  }
  .max-w-lg-134 {
    max-width: 134% !important;
  }
  .min-w-lg-134 {
    min-width: 134% !important;
  }
  .max-h-lg-134 {
    max-height: 134% !important;
  }
  .min-h-lg-134 {
    min-height: 134% !important;
  }
  .min-lg-vw-134 {
    min-width: 134vw !important;
  }
  .min-lg-vh-134 {
    min-height: 134vh !important;
  }
  .vw-lg-134 {
    width: 134vw !important;
  }
  .vh-lg-134 {
    height: 134vh !important;
  }
  .width-lg-134 {
    width: 134px !important;
  }
  .height-lg-134 {
    height: 134px !important;
  }
  .max-width-lg-134 {
    max-width: 134px !important;
  }
  .min-width-lg-134 {
    min-width: 134px !important;
  }
  .max-height-lg-134 {
    max-height: 134px !important;
  }
  .min-height-lg-134 {
    min-height: 134px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-134 {
    width: 134% !important;
  }
  .h-xl-134 {
    height: 134% !important;
  }
  .max-w-xl-134 {
    max-width: 134% !important;
  }
  .min-w-xl-134 {
    min-width: 134% !important;
  }
  .max-h-xl-134 {
    max-height: 134% !important;
  }
  .min-h-xl-134 {
    min-height: 134% !important;
  }
  .min-xl-vw-134 {
    min-width: 134vw !important;
  }
  .min-xl-vh-134 {
    min-height: 134vh !important;
  }
  .vw-xl-134 {
    width: 134vw !important;
  }
  .vh-xl-134 {
    height: 134vh !important;
  }
  .width-xl-134 {
    width: 134px !important;
  }
  .height-xl-134 {
    height: 134px !important;
  }
  .max-width-xl-134 {
    max-width: 134px !important;
  }
  .min-width-xl-134 {
    min-width: 134px !important;
  }
  .max-height-xl-134 {
    max-height: 134px !important;
  }
  .min-height-xl-134 {
    min-height: 134px !important;
  }
}
.w-134 {
  width: 134% !important;
}

.h-134 {
  height: 134% !important;
}

.max-w-134 {
  max-width: 134% !important;
}

.min-w-134 {
  min-width: 134% !important;
}

.max-h-134 {
  max-height: 134% !important;
}

.min-h-134 {
  min-height: 134% !important;
}

.min-vw-134 {
  min-width: 134vw !important;
}

.min-vh-134 {
  min-height: 134vh !important;
}

.vw-134 {
  width: 134vw !important;
}

.vh-134 {
  height: 134vh !important;
}

.width-134 {
  width: 134px !important;
}

.height-134 {
  height: 134px !important;
}

.max-width-134 {
  max-width: 134px !important;
}

.min-width-134 {
  min-width: 134px !important;
}

.max-height-134 {
  max-height: 134px !important;
}

.min-height-134 {
  min-height: 134px !important;
}

@media (max-width: 576px) {
  .w-sm-135 {
    width: 135% !important;
  }
  .h-sm-135 {
    height: 135% !important;
  }
  .max-w-sm-135 {
    max-width: 135% !important;
  }
  .min-w-sm-135 {
    min-width: 135% !important;
  }
  .max-h-sm-135 {
    max-height: 135% !important;
  }
  .min-h-sm-135 {
    min-height: 135% !important;
  }
  .min-sm-vw-135 {
    min-width: 135vw !important;
  }
  .min-sm-vh-135 {
    min-height: 135vh !important;
  }
  .vw-sm-135 {
    width: 135vw !important;
  }
  .vh-sm-135 {
    height: 135vh !important;
  }
  .width-sm-135 {
    width: 135px !important;
  }
  .height-sm-135 {
    height: 135px !important;
  }
  .max-width-sm-135 {
    max-width: 135px !important;
  }
  .min-width-sm-135 {
    min-width: 135px !important;
  }
  .max-height-sm-135 {
    max-height: 135px !important;
  }
  .min-height-sm-135 {
    min-height: 135px !important;
  }
}
@media (max-width: 768px) {
  .w-md-135 {
    width: 135% !important;
  }
  .h-md-135 {
    height: 135% !important;
  }
  .max-w-md-135 {
    max-width: 135% !important;
  }
  .min-w-md-135 {
    min-width: 135% !important;
  }
  .max-h-md-135 {
    max-height: 135% !important;
  }
  .min-h-md-135 {
    min-height: 135% !important;
  }
  .min-md-vw-135 {
    min-width: 135vw !important;
  }
  .min-md-vh-135 {
    min-height: 135vh !important;
  }
  .vw-md-135 {
    width: 135vw !important;
  }
  .vh-md-135 {
    height: 135vh !important;
  }
  .width-md-135 {
    width: 135px !important;
  }
  .height-md-135 {
    height: 135px !important;
  }
  .max-width-md-135 {
    max-width: 135px !important;
  }
  .min-width-md-135 {
    min-width: 135px !important;
  }
  .max-height-md-135 {
    max-height: 135px !important;
  }
  .min-height-md-135 {
    min-height: 135px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-135 {
    width: 135% !important;
  }
  .h-lg-135 {
    height: 135% !important;
  }
  .max-w-lg-135 {
    max-width: 135% !important;
  }
  .min-w-lg-135 {
    min-width: 135% !important;
  }
  .max-h-lg-135 {
    max-height: 135% !important;
  }
  .min-h-lg-135 {
    min-height: 135% !important;
  }
  .min-lg-vw-135 {
    min-width: 135vw !important;
  }
  .min-lg-vh-135 {
    min-height: 135vh !important;
  }
  .vw-lg-135 {
    width: 135vw !important;
  }
  .vh-lg-135 {
    height: 135vh !important;
  }
  .width-lg-135 {
    width: 135px !important;
  }
  .height-lg-135 {
    height: 135px !important;
  }
  .max-width-lg-135 {
    max-width: 135px !important;
  }
  .min-width-lg-135 {
    min-width: 135px !important;
  }
  .max-height-lg-135 {
    max-height: 135px !important;
  }
  .min-height-lg-135 {
    min-height: 135px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-135 {
    width: 135% !important;
  }
  .h-xl-135 {
    height: 135% !important;
  }
  .max-w-xl-135 {
    max-width: 135% !important;
  }
  .min-w-xl-135 {
    min-width: 135% !important;
  }
  .max-h-xl-135 {
    max-height: 135% !important;
  }
  .min-h-xl-135 {
    min-height: 135% !important;
  }
  .min-xl-vw-135 {
    min-width: 135vw !important;
  }
  .min-xl-vh-135 {
    min-height: 135vh !important;
  }
  .vw-xl-135 {
    width: 135vw !important;
  }
  .vh-xl-135 {
    height: 135vh !important;
  }
  .width-xl-135 {
    width: 135px !important;
  }
  .height-xl-135 {
    height: 135px !important;
  }
  .max-width-xl-135 {
    max-width: 135px !important;
  }
  .min-width-xl-135 {
    min-width: 135px !important;
  }
  .max-height-xl-135 {
    max-height: 135px !important;
  }
  .min-height-xl-135 {
    min-height: 135px !important;
  }
}
.w-135 {
  width: 135% !important;
}

.h-135 {
  height: 135% !important;
}

.max-w-135 {
  max-width: 135% !important;
}

.min-w-135 {
  min-width: 135% !important;
}

.max-h-135 {
  max-height: 135% !important;
}

.min-h-135 {
  min-height: 135% !important;
}

.min-vw-135 {
  min-width: 135vw !important;
}

.min-vh-135 {
  min-height: 135vh !important;
}

.vw-135 {
  width: 135vw !important;
}

.vh-135 {
  height: 135vh !important;
}

.width-135 {
  width: 135px !important;
}

.height-135 {
  height: 135px !important;
}

.max-width-135 {
  max-width: 135px !important;
}

.min-width-135 {
  min-width: 135px !important;
}

.max-height-135 {
  max-height: 135px !important;
}

.min-height-135 {
  min-height: 135px !important;
}

@media (max-width: 576px) {
  .w-sm-136 {
    width: 136% !important;
  }
  .h-sm-136 {
    height: 136% !important;
  }
  .max-w-sm-136 {
    max-width: 136% !important;
  }
  .min-w-sm-136 {
    min-width: 136% !important;
  }
  .max-h-sm-136 {
    max-height: 136% !important;
  }
  .min-h-sm-136 {
    min-height: 136% !important;
  }
  .min-sm-vw-136 {
    min-width: 136vw !important;
  }
  .min-sm-vh-136 {
    min-height: 136vh !important;
  }
  .vw-sm-136 {
    width: 136vw !important;
  }
  .vh-sm-136 {
    height: 136vh !important;
  }
  .width-sm-136 {
    width: 136px !important;
  }
  .height-sm-136 {
    height: 136px !important;
  }
  .max-width-sm-136 {
    max-width: 136px !important;
  }
  .min-width-sm-136 {
    min-width: 136px !important;
  }
  .max-height-sm-136 {
    max-height: 136px !important;
  }
  .min-height-sm-136 {
    min-height: 136px !important;
  }
}
@media (max-width: 768px) {
  .w-md-136 {
    width: 136% !important;
  }
  .h-md-136 {
    height: 136% !important;
  }
  .max-w-md-136 {
    max-width: 136% !important;
  }
  .min-w-md-136 {
    min-width: 136% !important;
  }
  .max-h-md-136 {
    max-height: 136% !important;
  }
  .min-h-md-136 {
    min-height: 136% !important;
  }
  .min-md-vw-136 {
    min-width: 136vw !important;
  }
  .min-md-vh-136 {
    min-height: 136vh !important;
  }
  .vw-md-136 {
    width: 136vw !important;
  }
  .vh-md-136 {
    height: 136vh !important;
  }
  .width-md-136 {
    width: 136px !important;
  }
  .height-md-136 {
    height: 136px !important;
  }
  .max-width-md-136 {
    max-width: 136px !important;
  }
  .min-width-md-136 {
    min-width: 136px !important;
  }
  .max-height-md-136 {
    max-height: 136px !important;
  }
  .min-height-md-136 {
    min-height: 136px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-136 {
    width: 136% !important;
  }
  .h-lg-136 {
    height: 136% !important;
  }
  .max-w-lg-136 {
    max-width: 136% !important;
  }
  .min-w-lg-136 {
    min-width: 136% !important;
  }
  .max-h-lg-136 {
    max-height: 136% !important;
  }
  .min-h-lg-136 {
    min-height: 136% !important;
  }
  .min-lg-vw-136 {
    min-width: 136vw !important;
  }
  .min-lg-vh-136 {
    min-height: 136vh !important;
  }
  .vw-lg-136 {
    width: 136vw !important;
  }
  .vh-lg-136 {
    height: 136vh !important;
  }
  .width-lg-136 {
    width: 136px !important;
  }
  .height-lg-136 {
    height: 136px !important;
  }
  .max-width-lg-136 {
    max-width: 136px !important;
  }
  .min-width-lg-136 {
    min-width: 136px !important;
  }
  .max-height-lg-136 {
    max-height: 136px !important;
  }
  .min-height-lg-136 {
    min-height: 136px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-136 {
    width: 136% !important;
  }
  .h-xl-136 {
    height: 136% !important;
  }
  .max-w-xl-136 {
    max-width: 136% !important;
  }
  .min-w-xl-136 {
    min-width: 136% !important;
  }
  .max-h-xl-136 {
    max-height: 136% !important;
  }
  .min-h-xl-136 {
    min-height: 136% !important;
  }
  .min-xl-vw-136 {
    min-width: 136vw !important;
  }
  .min-xl-vh-136 {
    min-height: 136vh !important;
  }
  .vw-xl-136 {
    width: 136vw !important;
  }
  .vh-xl-136 {
    height: 136vh !important;
  }
  .width-xl-136 {
    width: 136px !important;
  }
  .height-xl-136 {
    height: 136px !important;
  }
  .max-width-xl-136 {
    max-width: 136px !important;
  }
  .min-width-xl-136 {
    min-width: 136px !important;
  }
  .max-height-xl-136 {
    max-height: 136px !important;
  }
  .min-height-xl-136 {
    min-height: 136px !important;
  }
}
.w-136 {
  width: 136% !important;
}

.h-136 {
  height: 136% !important;
}

.max-w-136 {
  max-width: 136% !important;
}

.min-w-136 {
  min-width: 136% !important;
}

.max-h-136 {
  max-height: 136% !important;
}

.min-h-136 {
  min-height: 136% !important;
}

.min-vw-136 {
  min-width: 136vw !important;
}

.min-vh-136 {
  min-height: 136vh !important;
}

.vw-136 {
  width: 136vw !important;
}

.vh-136 {
  height: 136vh !important;
}

.width-136 {
  width: 136px !important;
}

.height-136 {
  height: 136px !important;
}

.max-width-136 {
  max-width: 136px !important;
}

.min-width-136 {
  min-width: 136px !important;
}

.max-height-136 {
  max-height: 136px !important;
}

.min-height-136 {
  min-height: 136px !important;
}

@media (max-width: 576px) {
  .w-sm-137 {
    width: 137% !important;
  }
  .h-sm-137 {
    height: 137% !important;
  }
  .max-w-sm-137 {
    max-width: 137% !important;
  }
  .min-w-sm-137 {
    min-width: 137% !important;
  }
  .max-h-sm-137 {
    max-height: 137% !important;
  }
  .min-h-sm-137 {
    min-height: 137% !important;
  }
  .min-sm-vw-137 {
    min-width: 137vw !important;
  }
  .min-sm-vh-137 {
    min-height: 137vh !important;
  }
  .vw-sm-137 {
    width: 137vw !important;
  }
  .vh-sm-137 {
    height: 137vh !important;
  }
  .width-sm-137 {
    width: 137px !important;
  }
  .height-sm-137 {
    height: 137px !important;
  }
  .max-width-sm-137 {
    max-width: 137px !important;
  }
  .min-width-sm-137 {
    min-width: 137px !important;
  }
  .max-height-sm-137 {
    max-height: 137px !important;
  }
  .min-height-sm-137 {
    min-height: 137px !important;
  }
}
@media (max-width: 768px) {
  .w-md-137 {
    width: 137% !important;
  }
  .h-md-137 {
    height: 137% !important;
  }
  .max-w-md-137 {
    max-width: 137% !important;
  }
  .min-w-md-137 {
    min-width: 137% !important;
  }
  .max-h-md-137 {
    max-height: 137% !important;
  }
  .min-h-md-137 {
    min-height: 137% !important;
  }
  .min-md-vw-137 {
    min-width: 137vw !important;
  }
  .min-md-vh-137 {
    min-height: 137vh !important;
  }
  .vw-md-137 {
    width: 137vw !important;
  }
  .vh-md-137 {
    height: 137vh !important;
  }
  .width-md-137 {
    width: 137px !important;
  }
  .height-md-137 {
    height: 137px !important;
  }
  .max-width-md-137 {
    max-width: 137px !important;
  }
  .min-width-md-137 {
    min-width: 137px !important;
  }
  .max-height-md-137 {
    max-height: 137px !important;
  }
  .min-height-md-137 {
    min-height: 137px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-137 {
    width: 137% !important;
  }
  .h-lg-137 {
    height: 137% !important;
  }
  .max-w-lg-137 {
    max-width: 137% !important;
  }
  .min-w-lg-137 {
    min-width: 137% !important;
  }
  .max-h-lg-137 {
    max-height: 137% !important;
  }
  .min-h-lg-137 {
    min-height: 137% !important;
  }
  .min-lg-vw-137 {
    min-width: 137vw !important;
  }
  .min-lg-vh-137 {
    min-height: 137vh !important;
  }
  .vw-lg-137 {
    width: 137vw !important;
  }
  .vh-lg-137 {
    height: 137vh !important;
  }
  .width-lg-137 {
    width: 137px !important;
  }
  .height-lg-137 {
    height: 137px !important;
  }
  .max-width-lg-137 {
    max-width: 137px !important;
  }
  .min-width-lg-137 {
    min-width: 137px !important;
  }
  .max-height-lg-137 {
    max-height: 137px !important;
  }
  .min-height-lg-137 {
    min-height: 137px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-137 {
    width: 137% !important;
  }
  .h-xl-137 {
    height: 137% !important;
  }
  .max-w-xl-137 {
    max-width: 137% !important;
  }
  .min-w-xl-137 {
    min-width: 137% !important;
  }
  .max-h-xl-137 {
    max-height: 137% !important;
  }
  .min-h-xl-137 {
    min-height: 137% !important;
  }
  .min-xl-vw-137 {
    min-width: 137vw !important;
  }
  .min-xl-vh-137 {
    min-height: 137vh !important;
  }
  .vw-xl-137 {
    width: 137vw !important;
  }
  .vh-xl-137 {
    height: 137vh !important;
  }
  .width-xl-137 {
    width: 137px !important;
  }
  .height-xl-137 {
    height: 137px !important;
  }
  .max-width-xl-137 {
    max-width: 137px !important;
  }
  .min-width-xl-137 {
    min-width: 137px !important;
  }
  .max-height-xl-137 {
    max-height: 137px !important;
  }
  .min-height-xl-137 {
    min-height: 137px !important;
  }
}
.w-137 {
  width: 137% !important;
}

.h-137 {
  height: 137% !important;
}

.max-w-137 {
  max-width: 137% !important;
}

.min-w-137 {
  min-width: 137% !important;
}

.max-h-137 {
  max-height: 137% !important;
}

.min-h-137 {
  min-height: 137% !important;
}

.min-vw-137 {
  min-width: 137vw !important;
}

.min-vh-137 {
  min-height: 137vh !important;
}

.vw-137 {
  width: 137vw !important;
}

.vh-137 {
  height: 137vh !important;
}

.width-137 {
  width: 137px !important;
}

.height-137 {
  height: 137px !important;
}

.max-width-137 {
  max-width: 137px !important;
}

.min-width-137 {
  min-width: 137px !important;
}

.max-height-137 {
  max-height: 137px !important;
}

.min-height-137 {
  min-height: 137px !important;
}

@media (max-width: 576px) {
  .w-sm-138 {
    width: 138% !important;
  }
  .h-sm-138 {
    height: 138% !important;
  }
  .max-w-sm-138 {
    max-width: 138% !important;
  }
  .min-w-sm-138 {
    min-width: 138% !important;
  }
  .max-h-sm-138 {
    max-height: 138% !important;
  }
  .min-h-sm-138 {
    min-height: 138% !important;
  }
  .min-sm-vw-138 {
    min-width: 138vw !important;
  }
  .min-sm-vh-138 {
    min-height: 138vh !important;
  }
  .vw-sm-138 {
    width: 138vw !important;
  }
  .vh-sm-138 {
    height: 138vh !important;
  }
  .width-sm-138 {
    width: 138px !important;
  }
  .height-sm-138 {
    height: 138px !important;
  }
  .max-width-sm-138 {
    max-width: 138px !important;
  }
  .min-width-sm-138 {
    min-width: 138px !important;
  }
  .max-height-sm-138 {
    max-height: 138px !important;
  }
  .min-height-sm-138 {
    min-height: 138px !important;
  }
}
@media (max-width: 768px) {
  .w-md-138 {
    width: 138% !important;
  }
  .h-md-138 {
    height: 138% !important;
  }
  .max-w-md-138 {
    max-width: 138% !important;
  }
  .min-w-md-138 {
    min-width: 138% !important;
  }
  .max-h-md-138 {
    max-height: 138% !important;
  }
  .min-h-md-138 {
    min-height: 138% !important;
  }
  .min-md-vw-138 {
    min-width: 138vw !important;
  }
  .min-md-vh-138 {
    min-height: 138vh !important;
  }
  .vw-md-138 {
    width: 138vw !important;
  }
  .vh-md-138 {
    height: 138vh !important;
  }
  .width-md-138 {
    width: 138px !important;
  }
  .height-md-138 {
    height: 138px !important;
  }
  .max-width-md-138 {
    max-width: 138px !important;
  }
  .min-width-md-138 {
    min-width: 138px !important;
  }
  .max-height-md-138 {
    max-height: 138px !important;
  }
  .min-height-md-138 {
    min-height: 138px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-138 {
    width: 138% !important;
  }
  .h-lg-138 {
    height: 138% !important;
  }
  .max-w-lg-138 {
    max-width: 138% !important;
  }
  .min-w-lg-138 {
    min-width: 138% !important;
  }
  .max-h-lg-138 {
    max-height: 138% !important;
  }
  .min-h-lg-138 {
    min-height: 138% !important;
  }
  .min-lg-vw-138 {
    min-width: 138vw !important;
  }
  .min-lg-vh-138 {
    min-height: 138vh !important;
  }
  .vw-lg-138 {
    width: 138vw !important;
  }
  .vh-lg-138 {
    height: 138vh !important;
  }
  .width-lg-138 {
    width: 138px !important;
  }
  .height-lg-138 {
    height: 138px !important;
  }
  .max-width-lg-138 {
    max-width: 138px !important;
  }
  .min-width-lg-138 {
    min-width: 138px !important;
  }
  .max-height-lg-138 {
    max-height: 138px !important;
  }
  .min-height-lg-138 {
    min-height: 138px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-138 {
    width: 138% !important;
  }
  .h-xl-138 {
    height: 138% !important;
  }
  .max-w-xl-138 {
    max-width: 138% !important;
  }
  .min-w-xl-138 {
    min-width: 138% !important;
  }
  .max-h-xl-138 {
    max-height: 138% !important;
  }
  .min-h-xl-138 {
    min-height: 138% !important;
  }
  .min-xl-vw-138 {
    min-width: 138vw !important;
  }
  .min-xl-vh-138 {
    min-height: 138vh !important;
  }
  .vw-xl-138 {
    width: 138vw !important;
  }
  .vh-xl-138 {
    height: 138vh !important;
  }
  .width-xl-138 {
    width: 138px !important;
  }
  .height-xl-138 {
    height: 138px !important;
  }
  .max-width-xl-138 {
    max-width: 138px !important;
  }
  .min-width-xl-138 {
    min-width: 138px !important;
  }
  .max-height-xl-138 {
    max-height: 138px !important;
  }
  .min-height-xl-138 {
    min-height: 138px !important;
  }
}
.w-138 {
  width: 138% !important;
}

.h-138 {
  height: 138% !important;
}

.max-w-138 {
  max-width: 138% !important;
}

.min-w-138 {
  min-width: 138% !important;
}

.max-h-138 {
  max-height: 138% !important;
}

.min-h-138 {
  min-height: 138% !important;
}

.min-vw-138 {
  min-width: 138vw !important;
}

.min-vh-138 {
  min-height: 138vh !important;
}

.vw-138 {
  width: 138vw !important;
}

.vh-138 {
  height: 138vh !important;
}

.width-138 {
  width: 138px !important;
}

.height-138 {
  height: 138px !important;
}

.max-width-138 {
  max-width: 138px !important;
}

.min-width-138 {
  min-width: 138px !important;
}

.max-height-138 {
  max-height: 138px !important;
}

.min-height-138 {
  min-height: 138px !important;
}

@media (max-width: 576px) {
  .w-sm-139 {
    width: 139% !important;
  }
  .h-sm-139 {
    height: 139% !important;
  }
  .max-w-sm-139 {
    max-width: 139% !important;
  }
  .min-w-sm-139 {
    min-width: 139% !important;
  }
  .max-h-sm-139 {
    max-height: 139% !important;
  }
  .min-h-sm-139 {
    min-height: 139% !important;
  }
  .min-sm-vw-139 {
    min-width: 139vw !important;
  }
  .min-sm-vh-139 {
    min-height: 139vh !important;
  }
  .vw-sm-139 {
    width: 139vw !important;
  }
  .vh-sm-139 {
    height: 139vh !important;
  }
  .width-sm-139 {
    width: 139px !important;
  }
  .height-sm-139 {
    height: 139px !important;
  }
  .max-width-sm-139 {
    max-width: 139px !important;
  }
  .min-width-sm-139 {
    min-width: 139px !important;
  }
  .max-height-sm-139 {
    max-height: 139px !important;
  }
  .min-height-sm-139 {
    min-height: 139px !important;
  }
}
@media (max-width: 768px) {
  .w-md-139 {
    width: 139% !important;
  }
  .h-md-139 {
    height: 139% !important;
  }
  .max-w-md-139 {
    max-width: 139% !important;
  }
  .min-w-md-139 {
    min-width: 139% !important;
  }
  .max-h-md-139 {
    max-height: 139% !important;
  }
  .min-h-md-139 {
    min-height: 139% !important;
  }
  .min-md-vw-139 {
    min-width: 139vw !important;
  }
  .min-md-vh-139 {
    min-height: 139vh !important;
  }
  .vw-md-139 {
    width: 139vw !important;
  }
  .vh-md-139 {
    height: 139vh !important;
  }
  .width-md-139 {
    width: 139px !important;
  }
  .height-md-139 {
    height: 139px !important;
  }
  .max-width-md-139 {
    max-width: 139px !important;
  }
  .min-width-md-139 {
    min-width: 139px !important;
  }
  .max-height-md-139 {
    max-height: 139px !important;
  }
  .min-height-md-139 {
    min-height: 139px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-139 {
    width: 139% !important;
  }
  .h-lg-139 {
    height: 139% !important;
  }
  .max-w-lg-139 {
    max-width: 139% !important;
  }
  .min-w-lg-139 {
    min-width: 139% !important;
  }
  .max-h-lg-139 {
    max-height: 139% !important;
  }
  .min-h-lg-139 {
    min-height: 139% !important;
  }
  .min-lg-vw-139 {
    min-width: 139vw !important;
  }
  .min-lg-vh-139 {
    min-height: 139vh !important;
  }
  .vw-lg-139 {
    width: 139vw !important;
  }
  .vh-lg-139 {
    height: 139vh !important;
  }
  .width-lg-139 {
    width: 139px !important;
  }
  .height-lg-139 {
    height: 139px !important;
  }
  .max-width-lg-139 {
    max-width: 139px !important;
  }
  .min-width-lg-139 {
    min-width: 139px !important;
  }
  .max-height-lg-139 {
    max-height: 139px !important;
  }
  .min-height-lg-139 {
    min-height: 139px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-139 {
    width: 139% !important;
  }
  .h-xl-139 {
    height: 139% !important;
  }
  .max-w-xl-139 {
    max-width: 139% !important;
  }
  .min-w-xl-139 {
    min-width: 139% !important;
  }
  .max-h-xl-139 {
    max-height: 139% !important;
  }
  .min-h-xl-139 {
    min-height: 139% !important;
  }
  .min-xl-vw-139 {
    min-width: 139vw !important;
  }
  .min-xl-vh-139 {
    min-height: 139vh !important;
  }
  .vw-xl-139 {
    width: 139vw !important;
  }
  .vh-xl-139 {
    height: 139vh !important;
  }
  .width-xl-139 {
    width: 139px !important;
  }
  .height-xl-139 {
    height: 139px !important;
  }
  .max-width-xl-139 {
    max-width: 139px !important;
  }
  .min-width-xl-139 {
    min-width: 139px !important;
  }
  .max-height-xl-139 {
    max-height: 139px !important;
  }
  .min-height-xl-139 {
    min-height: 139px !important;
  }
}
.w-139 {
  width: 139% !important;
}

.h-139 {
  height: 139% !important;
}

.max-w-139 {
  max-width: 139% !important;
}

.min-w-139 {
  min-width: 139% !important;
}

.max-h-139 {
  max-height: 139% !important;
}

.min-h-139 {
  min-height: 139% !important;
}

.min-vw-139 {
  min-width: 139vw !important;
}

.min-vh-139 {
  min-height: 139vh !important;
}

.vw-139 {
  width: 139vw !important;
}

.vh-139 {
  height: 139vh !important;
}

.width-139 {
  width: 139px !important;
}

.height-139 {
  height: 139px !important;
}

.max-width-139 {
  max-width: 139px !important;
}

.min-width-139 {
  min-width: 139px !important;
}

.max-height-139 {
  max-height: 139px !important;
}

.min-height-139 {
  min-height: 139px !important;
}

@media (max-width: 576px) {
  .w-sm-140 {
    width: 140% !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .max-w-sm-140 {
    max-width: 140% !important;
  }
  .min-w-sm-140 {
    min-width: 140% !important;
  }
  .max-h-sm-140 {
    max-height: 140% !important;
  }
  .min-h-sm-140 {
    min-height: 140% !important;
  }
  .min-sm-vw-140 {
    min-width: 140vw !important;
  }
  .min-sm-vh-140 {
    min-height: 140vh !important;
  }
  .vw-sm-140 {
    width: 140vw !important;
  }
  .vh-sm-140 {
    height: 140vh !important;
  }
  .width-sm-140 {
    width: 140px !important;
  }
  .height-sm-140 {
    height: 140px !important;
  }
  .max-width-sm-140 {
    max-width: 140px !important;
  }
  .min-width-sm-140 {
    min-width: 140px !important;
  }
  .max-height-sm-140 {
    max-height: 140px !important;
  }
  .min-height-sm-140 {
    min-height: 140px !important;
  }
}
@media (max-width: 768px) {
  .w-md-140 {
    width: 140% !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .max-w-md-140 {
    max-width: 140% !important;
  }
  .min-w-md-140 {
    min-width: 140% !important;
  }
  .max-h-md-140 {
    max-height: 140% !important;
  }
  .min-h-md-140 {
    min-height: 140% !important;
  }
  .min-md-vw-140 {
    min-width: 140vw !important;
  }
  .min-md-vh-140 {
    min-height: 140vh !important;
  }
  .vw-md-140 {
    width: 140vw !important;
  }
  .vh-md-140 {
    height: 140vh !important;
  }
  .width-md-140 {
    width: 140px !important;
  }
  .height-md-140 {
    height: 140px !important;
  }
  .max-width-md-140 {
    max-width: 140px !important;
  }
  .min-width-md-140 {
    min-width: 140px !important;
  }
  .max-height-md-140 {
    max-height: 140px !important;
  }
  .min-height-md-140 {
    min-height: 140px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-140 {
    width: 140% !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .max-w-lg-140 {
    max-width: 140% !important;
  }
  .min-w-lg-140 {
    min-width: 140% !important;
  }
  .max-h-lg-140 {
    max-height: 140% !important;
  }
  .min-h-lg-140 {
    min-height: 140% !important;
  }
  .min-lg-vw-140 {
    min-width: 140vw !important;
  }
  .min-lg-vh-140 {
    min-height: 140vh !important;
  }
  .vw-lg-140 {
    width: 140vw !important;
  }
  .vh-lg-140 {
    height: 140vh !important;
  }
  .width-lg-140 {
    width: 140px !important;
  }
  .height-lg-140 {
    height: 140px !important;
  }
  .max-width-lg-140 {
    max-width: 140px !important;
  }
  .min-width-lg-140 {
    min-width: 140px !important;
  }
  .max-height-lg-140 {
    max-height: 140px !important;
  }
  .min-height-lg-140 {
    min-height: 140px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-140 {
    width: 140% !important;
  }
  .h-xl-140 {
    height: 140% !important;
  }
  .max-w-xl-140 {
    max-width: 140% !important;
  }
  .min-w-xl-140 {
    min-width: 140% !important;
  }
  .max-h-xl-140 {
    max-height: 140% !important;
  }
  .min-h-xl-140 {
    min-height: 140% !important;
  }
  .min-xl-vw-140 {
    min-width: 140vw !important;
  }
  .min-xl-vh-140 {
    min-height: 140vh !important;
  }
  .vw-xl-140 {
    width: 140vw !important;
  }
  .vh-xl-140 {
    height: 140vh !important;
  }
  .width-xl-140 {
    width: 140px !important;
  }
  .height-xl-140 {
    height: 140px !important;
  }
  .max-width-xl-140 {
    max-width: 140px !important;
  }
  .min-width-xl-140 {
    min-width: 140px !important;
  }
  .max-height-xl-140 {
    max-height: 140px !important;
  }
  .min-height-xl-140 {
    min-height: 140px !important;
  }
}
.w-140 {
  width: 140% !important;
}

.h-140 {
  height: 140% !important;
}

.max-w-140 {
  max-width: 140% !important;
}

.min-w-140 {
  min-width: 140% !important;
}

.max-h-140 {
  max-height: 140% !important;
}

.min-h-140 {
  min-height: 140% !important;
}

.min-vw-140 {
  min-width: 140vw !important;
}

.min-vh-140 {
  min-height: 140vh !important;
}

.vw-140 {
  width: 140vw !important;
}

.vh-140 {
  height: 140vh !important;
}

.width-140 {
  width: 140px !important;
}

.height-140 {
  height: 140px !important;
}

.max-width-140 {
  max-width: 140px !important;
}

.min-width-140 {
  min-width: 140px !important;
}

.max-height-140 {
  max-height: 140px !important;
}

.min-height-140 {
  min-height: 140px !important;
}

@media (max-width: 576px) {
  .w-sm-141 {
    width: 141% !important;
  }
  .h-sm-141 {
    height: 141% !important;
  }
  .max-w-sm-141 {
    max-width: 141% !important;
  }
  .min-w-sm-141 {
    min-width: 141% !important;
  }
  .max-h-sm-141 {
    max-height: 141% !important;
  }
  .min-h-sm-141 {
    min-height: 141% !important;
  }
  .min-sm-vw-141 {
    min-width: 141vw !important;
  }
  .min-sm-vh-141 {
    min-height: 141vh !important;
  }
  .vw-sm-141 {
    width: 141vw !important;
  }
  .vh-sm-141 {
    height: 141vh !important;
  }
  .width-sm-141 {
    width: 141px !important;
  }
  .height-sm-141 {
    height: 141px !important;
  }
  .max-width-sm-141 {
    max-width: 141px !important;
  }
  .min-width-sm-141 {
    min-width: 141px !important;
  }
  .max-height-sm-141 {
    max-height: 141px !important;
  }
  .min-height-sm-141 {
    min-height: 141px !important;
  }
}
@media (max-width: 768px) {
  .w-md-141 {
    width: 141% !important;
  }
  .h-md-141 {
    height: 141% !important;
  }
  .max-w-md-141 {
    max-width: 141% !important;
  }
  .min-w-md-141 {
    min-width: 141% !important;
  }
  .max-h-md-141 {
    max-height: 141% !important;
  }
  .min-h-md-141 {
    min-height: 141% !important;
  }
  .min-md-vw-141 {
    min-width: 141vw !important;
  }
  .min-md-vh-141 {
    min-height: 141vh !important;
  }
  .vw-md-141 {
    width: 141vw !important;
  }
  .vh-md-141 {
    height: 141vh !important;
  }
  .width-md-141 {
    width: 141px !important;
  }
  .height-md-141 {
    height: 141px !important;
  }
  .max-width-md-141 {
    max-width: 141px !important;
  }
  .min-width-md-141 {
    min-width: 141px !important;
  }
  .max-height-md-141 {
    max-height: 141px !important;
  }
  .min-height-md-141 {
    min-height: 141px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-141 {
    width: 141% !important;
  }
  .h-lg-141 {
    height: 141% !important;
  }
  .max-w-lg-141 {
    max-width: 141% !important;
  }
  .min-w-lg-141 {
    min-width: 141% !important;
  }
  .max-h-lg-141 {
    max-height: 141% !important;
  }
  .min-h-lg-141 {
    min-height: 141% !important;
  }
  .min-lg-vw-141 {
    min-width: 141vw !important;
  }
  .min-lg-vh-141 {
    min-height: 141vh !important;
  }
  .vw-lg-141 {
    width: 141vw !important;
  }
  .vh-lg-141 {
    height: 141vh !important;
  }
  .width-lg-141 {
    width: 141px !important;
  }
  .height-lg-141 {
    height: 141px !important;
  }
  .max-width-lg-141 {
    max-width: 141px !important;
  }
  .min-width-lg-141 {
    min-width: 141px !important;
  }
  .max-height-lg-141 {
    max-height: 141px !important;
  }
  .min-height-lg-141 {
    min-height: 141px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-141 {
    width: 141% !important;
  }
  .h-xl-141 {
    height: 141% !important;
  }
  .max-w-xl-141 {
    max-width: 141% !important;
  }
  .min-w-xl-141 {
    min-width: 141% !important;
  }
  .max-h-xl-141 {
    max-height: 141% !important;
  }
  .min-h-xl-141 {
    min-height: 141% !important;
  }
  .min-xl-vw-141 {
    min-width: 141vw !important;
  }
  .min-xl-vh-141 {
    min-height: 141vh !important;
  }
  .vw-xl-141 {
    width: 141vw !important;
  }
  .vh-xl-141 {
    height: 141vh !important;
  }
  .width-xl-141 {
    width: 141px !important;
  }
  .height-xl-141 {
    height: 141px !important;
  }
  .max-width-xl-141 {
    max-width: 141px !important;
  }
  .min-width-xl-141 {
    min-width: 141px !important;
  }
  .max-height-xl-141 {
    max-height: 141px !important;
  }
  .min-height-xl-141 {
    min-height: 141px !important;
  }
}
.w-141 {
  width: 141% !important;
}

.h-141 {
  height: 141% !important;
}

.max-w-141 {
  max-width: 141% !important;
}

.min-w-141 {
  min-width: 141% !important;
}

.max-h-141 {
  max-height: 141% !important;
}

.min-h-141 {
  min-height: 141% !important;
}

.min-vw-141 {
  min-width: 141vw !important;
}

.min-vh-141 {
  min-height: 141vh !important;
}

.vw-141 {
  width: 141vw !important;
}

.vh-141 {
  height: 141vh !important;
}

.width-141 {
  width: 141px !important;
}

.height-141 {
  height: 141px !important;
}

.max-width-141 {
  max-width: 141px !important;
}

.min-width-141 {
  min-width: 141px !important;
}

.max-height-141 {
  max-height: 141px !important;
}

.min-height-141 {
  min-height: 141px !important;
}

@media (max-width: 576px) {
  .w-sm-142 {
    width: 142% !important;
  }
  .h-sm-142 {
    height: 142% !important;
  }
  .max-w-sm-142 {
    max-width: 142% !important;
  }
  .min-w-sm-142 {
    min-width: 142% !important;
  }
  .max-h-sm-142 {
    max-height: 142% !important;
  }
  .min-h-sm-142 {
    min-height: 142% !important;
  }
  .min-sm-vw-142 {
    min-width: 142vw !important;
  }
  .min-sm-vh-142 {
    min-height: 142vh !important;
  }
  .vw-sm-142 {
    width: 142vw !important;
  }
  .vh-sm-142 {
    height: 142vh !important;
  }
  .width-sm-142 {
    width: 142px !important;
  }
  .height-sm-142 {
    height: 142px !important;
  }
  .max-width-sm-142 {
    max-width: 142px !important;
  }
  .min-width-sm-142 {
    min-width: 142px !important;
  }
  .max-height-sm-142 {
    max-height: 142px !important;
  }
  .min-height-sm-142 {
    min-height: 142px !important;
  }
}
@media (max-width: 768px) {
  .w-md-142 {
    width: 142% !important;
  }
  .h-md-142 {
    height: 142% !important;
  }
  .max-w-md-142 {
    max-width: 142% !important;
  }
  .min-w-md-142 {
    min-width: 142% !important;
  }
  .max-h-md-142 {
    max-height: 142% !important;
  }
  .min-h-md-142 {
    min-height: 142% !important;
  }
  .min-md-vw-142 {
    min-width: 142vw !important;
  }
  .min-md-vh-142 {
    min-height: 142vh !important;
  }
  .vw-md-142 {
    width: 142vw !important;
  }
  .vh-md-142 {
    height: 142vh !important;
  }
  .width-md-142 {
    width: 142px !important;
  }
  .height-md-142 {
    height: 142px !important;
  }
  .max-width-md-142 {
    max-width: 142px !important;
  }
  .min-width-md-142 {
    min-width: 142px !important;
  }
  .max-height-md-142 {
    max-height: 142px !important;
  }
  .min-height-md-142 {
    min-height: 142px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-142 {
    width: 142% !important;
  }
  .h-lg-142 {
    height: 142% !important;
  }
  .max-w-lg-142 {
    max-width: 142% !important;
  }
  .min-w-lg-142 {
    min-width: 142% !important;
  }
  .max-h-lg-142 {
    max-height: 142% !important;
  }
  .min-h-lg-142 {
    min-height: 142% !important;
  }
  .min-lg-vw-142 {
    min-width: 142vw !important;
  }
  .min-lg-vh-142 {
    min-height: 142vh !important;
  }
  .vw-lg-142 {
    width: 142vw !important;
  }
  .vh-lg-142 {
    height: 142vh !important;
  }
  .width-lg-142 {
    width: 142px !important;
  }
  .height-lg-142 {
    height: 142px !important;
  }
  .max-width-lg-142 {
    max-width: 142px !important;
  }
  .min-width-lg-142 {
    min-width: 142px !important;
  }
  .max-height-lg-142 {
    max-height: 142px !important;
  }
  .min-height-lg-142 {
    min-height: 142px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-142 {
    width: 142% !important;
  }
  .h-xl-142 {
    height: 142% !important;
  }
  .max-w-xl-142 {
    max-width: 142% !important;
  }
  .min-w-xl-142 {
    min-width: 142% !important;
  }
  .max-h-xl-142 {
    max-height: 142% !important;
  }
  .min-h-xl-142 {
    min-height: 142% !important;
  }
  .min-xl-vw-142 {
    min-width: 142vw !important;
  }
  .min-xl-vh-142 {
    min-height: 142vh !important;
  }
  .vw-xl-142 {
    width: 142vw !important;
  }
  .vh-xl-142 {
    height: 142vh !important;
  }
  .width-xl-142 {
    width: 142px !important;
  }
  .height-xl-142 {
    height: 142px !important;
  }
  .max-width-xl-142 {
    max-width: 142px !important;
  }
  .min-width-xl-142 {
    min-width: 142px !important;
  }
  .max-height-xl-142 {
    max-height: 142px !important;
  }
  .min-height-xl-142 {
    min-height: 142px !important;
  }
}
.w-142 {
  width: 142% !important;
}

.h-142 {
  height: 142% !important;
}

.max-w-142 {
  max-width: 142% !important;
}

.min-w-142 {
  min-width: 142% !important;
}

.max-h-142 {
  max-height: 142% !important;
}

.min-h-142 {
  min-height: 142% !important;
}

.min-vw-142 {
  min-width: 142vw !important;
}

.min-vh-142 {
  min-height: 142vh !important;
}

.vw-142 {
  width: 142vw !important;
}

.vh-142 {
  height: 142vh !important;
}

.width-142 {
  width: 142px !important;
}

.height-142 {
  height: 142px !important;
}

.max-width-142 {
  max-width: 142px !important;
}

.min-width-142 {
  min-width: 142px !important;
}

.max-height-142 {
  max-height: 142px !important;
}

.min-height-142 {
  min-height: 142px !important;
}

@media (max-width: 576px) {
  .w-sm-143 {
    width: 143% !important;
  }
  .h-sm-143 {
    height: 143% !important;
  }
  .max-w-sm-143 {
    max-width: 143% !important;
  }
  .min-w-sm-143 {
    min-width: 143% !important;
  }
  .max-h-sm-143 {
    max-height: 143% !important;
  }
  .min-h-sm-143 {
    min-height: 143% !important;
  }
  .min-sm-vw-143 {
    min-width: 143vw !important;
  }
  .min-sm-vh-143 {
    min-height: 143vh !important;
  }
  .vw-sm-143 {
    width: 143vw !important;
  }
  .vh-sm-143 {
    height: 143vh !important;
  }
  .width-sm-143 {
    width: 143px !important;
  }
  .height-sm-143 {
    height: 143px !important;
  }
  .max-width-sm-143 {
    max-width: 143px !important;
  }
  .min-width-sm-143 {
    min-width: 143px !important;
  }
  .max-height-sm-143 {
    max-height: 143px !important;
  }
  .min-height-sm-143 {
    min-height: 143px !important;
  }
}
@media (max-width: 768px) {
  .w-md-143 {
    width: 143% !important;
  }
  .h-md-143 {
    height: 143% !important;
  }
  .max-w-md-143 {
    max-width: 143% !important;
  }
  .min-w-md-143 {
    min-width: 143% !important;
  }
  .max-h-md-143 {
    max-height: 143% !important;
  }
  .min-h-md-143 {
    min-height: 143% !important;
  }
  .min-md-vw-143 {
    min-width: 143vw !important;
  }
  .min-md-vh-143 {
    min-height: 143vh !important;
  }
  .vw-md-143 {
    width: 143vw !important;
  }
  .vh-md-143 {
    height: 143vh !important;
  }
  .width-md-143 {
    width: 143px !important;
  }
  .height-md-143 {
    height: 143px !important;
  }
  .max-width-md-143 {
    max-width: 143px !important;
  }
  .min-width-md-143 {
    min-width: 143px !important;
  }
  .max-height-md-143 {
    max-height: 143px !important;
  }
  .min-height-md-143 {
    min-height: 143px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-143 {
    width: 143% !important;
  }
  .h-lg-143 {
    height: 143% !important;
  }
  .max-w-lg-143 {
    max-width: 143% !important;
  }
  .min-w-lg-143 {
    min-width: 143% !important;
  }
  .max-h-lg-143 {
    max-height: 143% !important;
  }
  .min-h-lg-143 {
    min-height: 143% !important;
  }
  .min-lg-vw-143 {
    min-width: 143vw !important;
  }
  .min-lg-vh-143 {
    min-height: 143vh !important;
  }
  .vw-lg-143 {
    width: 143vw !important;
  }
  .vh-lg-143 {
    height: 143vh !important;
  }
  .width-lg-143 {
    width: 143px !important;
  }
  .height-lg-143 {
    height: 143px !important;
  }
  .max-width-lg-143 {
    max-width: 143px !important;
  }
  .min-width-lg-143 {
    min-width: 143px !important;
  }
  .max-height-lg-143 {
    max-height: 143px !important;
  }
  .min-height-lg-143 {
    min-height: 143px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-143 {
    width: 143% !important;
  }
  .h-xl-143 {
    height: 143% !important;
  }
  .max-w-xl-143 {
    max-width: 143% !important;
  }
  .min-w-xl-143 {
    min-width: 143% !important;
  }
  .max-h-xl-143 {
    max-height: 143% !important;
  }
  .min-h-xl-143 {
    min-height: 143% !important;
  }
  .min-xl-vw-143 {
    min-width: 143vw !important;
  }
  .min-xl-vh-143 {
    min-height: 143vh !important;
  }
  .vw-xl-143 {
    width: 143vw !important;
  }
  .vh-xl-143 {
    height: 143vh !important;
  }
  .width-xl-143 {
    width: 143px !important;
  }
  .height-xl-143 {
    height: 143px !important;
  }
  .max-width-xl-143 {
    max-width: 143px !important;
  }
  .min-width-xl-143 {
    min-width: 143px !important;
  }
  .max-height-xl-143 {
    max-height: 143px !important;
  }
  .min-height-xl-143 {
    min-height: 143px !important;
  }
}
.w-143 {
  width: 143% !important;
}

.h-143 {
  height: 143% !important;
}

.max-w-143 {
  max-width: 143% !important;
}

.min-w-143 {
  min-width: 143% !important;
}

.max-h-143 {
  max-height: 143% !important;
}

.min-h-143 {
  min-height: 143% !important;
}

.min-vw-143 {
  min-width: 143vw !important;
}

.min-vh-143 {
  min-height: 143vh !important;
}

.vw-143 {
  width: 143vw !important;
}

.vh-143 {
  height: 143vh !important;
}

.width-143 {
  width: 143px !important;
}

.height-143 {
  height: 143px !important;
}

.max-width-143 {
  max-width: 143px !important;
}

.min-width-143 {
  min-width: 143px !important;
}

.max-height-143 {
  max-height: 143px !important;
}

.min-height-143 {
  min-height: 143px !important;
}

@media (max-width: 576px) {
  .w-sm-144 {
    width: 144% !important;
  }
  .h-sm-144 {
    height: 144% !important;
  }
  .max-w-sm-144 {
    max-width: 144% !important;
  }
  .min-w-sm-144 {
    min-width: 144% !important;
  }
  .max-h-sm-144 {
    max-height: 144% !important;
  }
  .min-h-sm-144 {
    min-height: 144% !important;
  }
  .min-sm-vw-144 {
    min-width: 144vw !important;
  }
  .min-sm-vh-144 {
    min-height: 144vh !important;
  }
  .vw-sm-144 {
    width: 144vw !important;
  }
  .vh-sm-144 {
    height: 144vh !important;
  }
  .width-sm-144 {
    width: 144px !important;
  }
  .height-sm-144 {
    height: 144px !important;
  }
  .max-width-sm-144 {
    max-width: 144px !important;
  }
  .min-width-sm-144 {
    min-width: 144px !important;
  }
  .max-height-sm-144 {
    max-height: 144px !important;
  }
  .min-height-sm-144 {
    min-height: 144px !important;
  }
}
@media (max-width: 768px) {
  .w-md-144 {
    width: 144% !important;
  }
  .h-md-144 {
    height: 144% !important;
  }
  .max-w-md-144 {
    max-width: 144% !important;
  }
  .min-w-md-144 {
    min-width: 144% !important;
  }
  .max-h-md-144 {
    max-height: 144% !important;
  }
  .min-h-md-144 {
    min-height: 144% !important;
  }
  .min-md-vw-144 {
    min-width: 144vw !important;
  }
  .min-md-vh-144 {
    min-height: 144vh !important;
  }
  .vw-md-144 {
    width: 144vw !important;
  }
  .vh-md-144 {
    height: 144vh !important;
  }
  .width-md-144 {
    width: 144px !important;
  }
  .height-md-144 {
    height: 144px !important;
  }
  .max-width-md-144 {
    max-width: 144px !important;
  }
  .min-width-md-144 {
    min-width: 144px !important;
  }
  .max-height-md-144 {
    max-height: 144px !important;
  }
  .min-height-md-144 {
    min-height: 144px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-144 {
    width: 144% !important;
  }
  .h-lg-144 {
    height: 144% !important;
  }
  .max-w-lg-144 {
    max-width: 144% !important;
  }
  .min-w-lg-144 {
    min-width: 144% !important;
  }
  .max-h-lg-144 {
    max-height: 144% !important;
  }
  .min-h-lg-144 {
    min-height: 144% !important;
  }
  .min-lg-vw-144 {
    min-width: 144vw !important;
  }
  .min-lg-vh-144 {
    min-height: 144vh !important;
  }
  .vw-lg-144 {
    width: 144vw !important;
  }
  .vh-lg-144 {
    height: 144vh !important;
  }
  .width-lg-144 {
    width: 144px !important;
  }
  .height-lg-144 {
    height: 144px !important;
  }
  .max-width-lg-144 {
    max-width: 144px !important;
  }
  .min-width-lg-144 {
    min-width: 144px !important;
  }
  .max-height-lg-144 {
    max-height: 144px !important;
  }
  .min-height-lg-144 {
    min-height: 144px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-144 {
    width: 144% !important;
  }
  .h-xl-144 {
    height: 144% !important;
  }
  .max-w-xl-144 {
    max-width: 144% !important;
  }
  .min-w-xl-144 {
    min-width: 144% !important;
  }
  .max-h-xl-144 {
    max-height: 144% !important;
  }
  .min-h-xl-144 {
    min-height: 144% !important;
  }
  .min-xl-vw-144 {
    min-width: 144vw !important;
  }
  .min-xl-vh-144 {
    min-height: 144vh !important;
  }
  .vw-xl-144 {
    width: 144vw !important;
  }
  .vh-xl-144 {
    height: 144vh !important;
  }
  .width-xl-144 {
    width: 144px !important;
  }
  .height-xl-144 {
    height: 144px !important;
  }
  .max-width-xl-144 {
    max-width: 144px !important;
  }
  .min-width-xl-144 {
    min-width: 144px !important;
  }
  .max-height-xl-144 {
    max-height: 144px !important;
  }
  .min-height-xl-144 {
    min-height: 144px !important;
  }
}
.w-144 {
  width: 144% !important;
}

.h-144 {
  height: 144% !important;
}

.max-w-144 {
  max-width: 144% !important;
}

.min-w-144 {
  min-width: 144% !important;
}

.max-h-144 {
  max-height: 144% !important;
}

.min-h-144 {
  min-height: 144% !important;
}

.min-vw-144 {
  min-width: 144vw !important;
}

.min-vh-144 {
  min-height: 144vh !important;
}

.vw-144 {
  width: 144vw !important;
}

.vh-144 {
  height: 144vh !important;
}

.width-144 {
  width: 144px !important;
}

.height-144 {
  height: 144px !important;
}

.max-width-144 {
  max-width: 144px !important;
}

.min-width-144 {
  min-width: 144px !important;
}

.max-height-144 {
  max-height: 144px !important;
}

.min-height-144 {
  min-height: 144px !important;
}

@media (max-width: 576px) {
  .w-sm-145 {
    width: 145% !important;
  }
  .h-sm-145 {
    height: 145% !important;
  }
  .max-w-sm-145 {
    max-width: 145% !important;
  }
  .min-w-sm-145 {
    min-width: 145% !important;
  }
  .max-h-sm-145 {
    max-height: 145% !important;
  }
  .min-h-sm-145 {
    min-height: 145% !important;
  }
  .min-sm-vw-145 {
    min-width: 145vw !important;
  }
  .min-sm-vh-145 {
    min-height: 145vh !important;
  }
  .vw-sm-145 {
    width: 145vw !important;
  }
  .vh-sm-145 {
    height: 145vh !important;
  }
  .width-sm-145 {
    width: 145px !important;
  }
  .height-sm-145 {
    height: 145px !important;
  }
  .max-width-sm-145 {
    max-width: 145px !important;
  }
  .min-width-sm-145 {
    min-width: 145px !important;
  }
  .max-height-sm-145 {
    max-height: 145px !important;
  }
  .min-height-sm-145 {
    min-height: 145px !important;
  }
}
@media (max-width: 768px) {
  .w-md-145 {
    width: 145% !important;
  }
  .h-md-145 {
    height: 145% !important;
  }
  .max-w-md-145 {
    max-width: 145% !important;
  }
  .min-w-md-145 {
    min-width: 145% !important;
  }
  .max-h-md-145 {
    max-height: 145% !important;
  }
  .min-h-md-145 {
    min-height: 145% !important;
  }
  .min-md-vw-145 {
    min-width: 145vw !important;
  }
  .min-md-vh-145 {
    min-height: 145vh !important;
  }
  .vw-md-145 {
    width: 145vw !important;
  }
  .vh-md-145 {
    height: 145vh !important;
  }
  .width-md-145 {
    width: 145px !important;
  }
  .height-md-145 {
    height: 145px !important;
  }
  .max-width-md-145 {
    max-width: 145px !important;
  }
  .min-width-md-145 {
    min-width: 145px !important;
  }
  .max-height-md-145 {
    max-height: 145px !important;
  }
  .min-height-md-145 {
    min-height: 145px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-145 {
    width: 145% !important;
  }
  .h-lg-145 {
    height: 145% !important;
  }
  .max-w-lg-145 {
    max-width: 145% !important;
  }
  .min-w-lg-145 {
    min-width: 145% !important;
  }
  .max-h-lg-145 {
    max-height: 145% !important;
  }
  .min-h-lg-145 {
    min-height: 145% !important;
  }
  .min-lg-vw-145 {
    min-width: 145vw !important;
  }
  .min-lg-vh-145 {
    min-height: 145vh !important;
  }
  .vw-lg-145 {
    width: 145vw !important;
  }
  .vh-lg-145 {
    height: 145vh !important;
  }
  .width-lg-145 {
    width: 145px !important;
  }
  .height-lg-145 {
    height: 145px !important;
  }
  .max-width-lg-145 {
    max-width: 145px !important;
  }
  .min-width-lg-145 {
    min-width: 145px !important;
  }
  .max-height-lg-145 {
    max-height: 145px !important;
  }
  .min-height-lg-145 {
    min-height: 145px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-145 {
    width: 145% !important;
  }
  .h-xl-145 {
    height: 145% !important;
  }
  .max-w-xl-145 {
    max-width: 145% !important;
  }
  .min-w-xl-145 {
    min-width: 145% !important;
  }
  .max-h-xl-145 {
    max-height: 145% !important;
  }
  .min-h-xl-145 {
    min-height: 145% !important;
  }
  .min-xl-vw-145 {
    min-width: 145vw !important;
  }
  .min-xl-vh-145 {
    min-height: 145vh !important;
  }
  .vw-xl-145 {
    width: 145vw !important;
  }
  .vh-xl-145 {
    height: 145vh !important;
  }
  .width-xl-145 {
    width: 145px !important;
  }
  .height-xl-145 {
    height: 145px !important;
  }
  .max-width-xl-145 {
    max-width: 145px !important;
  }
  .min-width-xl-145 {
    min-width: 145px !important;
  }
  .max-height-xl-145 {
    max-height: 145px !important;
  }
  .min-height-xl-145 {
    min-height: 145px !important;
  }
}
.w-145 {
  width: 145% !important;
}

.h-145 {
  height: 145% !important;
}

.max-w-145 {
  max-width: 145% !important;
}

.min-w-145 {
  min-width: 145% !important;
}

.max-h-145 {
  max-height: 145% !important;
}

.min-h-145 {
  min-height: 145% !important;
}

.min-vw-145 {
  min-width: 145vw !important;
}

.min-vh-145 {
  min-height: 145vh !important;
}

.vw-145 {
  width: 145vw !important;
}

.vh-145 {
  height: 145vh !important;
}

.width-145 {
  width: 145px !important;
}

.height-145 {
  height: 145px !important;
}

.max-width-145 {
  max-width: 145px !important;
}

.min-width-145 {
  min-width: 145px !important;
}

.max-height-145 {
  max-height: 145px !important;
}

.min-height-145 {
  min-height: 145px !important;
}

@media (max-width: 576px) {
  .w-sm-146 {
    width: 146% !important;
  }
  .h-sm-146 {
    height: 146% !important;
  }
  .max-w-sm-146 {
    max-width: 146% !important;
  }
  .min-w-sm-146 {
    min-width: 146% !important;
  }
  .max-h-sm-146 {
    max-height: 146% !important;
  }
  .min-h-sm-146 {
    min-height: 146% !important;
  }
  .min-sm-vw-146 {
    min-width: 146vw !important;
  }
  .min-sm-vh-146 {
    min-height: 146vh !important;
  }
  .vw-sm-146 {
    width: 146vw !important;
  }
  .vh-sm-146 {
    height: 146vh !important;
  }
  .width-sm-146 {
    width: 146px !important;
  }
  .height-sm-146 {
    height: 146px !important;
  }
  .max-width-sm-146 {
    max-width: 146px !important;
  }
  .min-width-sm-146 {
    min-width: 146px !important;
  }
  .max-height-sm-146 {
    max-height: 146px !important;
  }
  .min-height-sm-146 {
    min-height: 146px !important;
  }
}
@media (max-width: 768px) {
  .w-md-146 {
    width: 146% !important;
  }
  .h-md-146 {
    height: 146% !important;
  }
  .max-w-md-146 {
    max-width: 146% !important;
  }
  .min-w-md-146 {
    min-width: 146% !important;
  }
  .max-h-md-146 {
    max-height: 146% !important;
  }
  .min-h-md-146 {
    min-height: 146% !important;
  }
  .min-md-vw-146 {
    min-width: 146vw !important;
  }
  .min-md-vh-146 {
    min-height: 146vh !important;
  }
  .vw-md-146 {
    width: 146vw !important;
  }
  .vh-md-146 {
    height: 146vh !important;
  }
  .width-md-146 {
    width: 146px !important;
  }
  .height-md-146 {
    height: 146px !important;
  }
  .max-width-md-146 {
    max-width: 146px !important;
  }
  .min-width-md-146 {
    min-width: 146px !important;
  }
  .max-height-md-146 {
    max-height: 146px !important;
  }
  .min-height-md-146 {
    min-height: 146px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-146 {
    width: 146% !important;
  }
  .h-lg-146 {
    height: 146% !important;
  }
  .max-w-lg-146 {
    max-width: 146% !important;
  }
  .min-w-lg-146 {
    min-width: 146% !important;
  }
  .max-h-lg-146 {
    max-height: 146% !important;
  }
  .min-h-lg-146 {
    min-height: 146% !important;
  }
  .min-lg-vw-146 {
    min-width: 146vw !important;
  }
  .min-lg-vh-146 {
    min-height: 146vh !important;
  }
  .vw-lg-146 {
    width: 146vw !important;
  }
  .vh-lg-146 {
    height: 146vh !important;
  }
  .width-lg-146 {
    width: 146px !important;
  }
  .height-lg-146 {
    height: 146px !important;
  }
  .max-width-lg-146 {
    max-width: 146px !important;
  }
  .min-width-lg-146 {
    min-width: 146px !important;
  }
  .max-height-lg-146 {
    max-height: 146px !important;
  }
  .min-height-lg-146 {
    min-height: 146px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-146 {
    width: 146% !important;
  }
  .h-xl-146 {
    height: 146% !important;
  }
  .max-w-xl-146 {
    max-width: 146% !important;
  }
  .min-w-xl-146 {
    min-width: 146% !important;
  }
  .max-h-xl-146 {
    max-height: 146% !important;
  }
  .min-h-xl-146 {
    min-height: 146% !important;
  }
  .min-xl-vw-146 {
    min-width: 146vw !important;
  }
  .min-xl-vh-146 {
    min-height: 146vh !important;
  }
  .vw-xl-146 {
    width: 146vw !important;
  }
  .vh-xl-146 {
    height: 146vh !important;
  }
  .width-xl-146 {
    width: 146px !important;
  }
  .height-xl-146 {
    height: 146px !important;
  }
  .max-width-xl-146 {
    max-width: 146px !important;
  }
  .min-width-xl-146 {
    min-width: 146px !important;
  }
  .max-height-xl-146 {
    max-height: 146px !important;
  }
  .min-height-xl-146 {
    min-height: 146px !important;
  }
}
.w-146 {
  width: 146% !important;
}

.h-146 {
  height: 146% !important;
}

.max-w-146 {
  max-width: 146% !important;
}

.min-w-146 {
  min-width: 146% !important;
}

.max-h-146 {
  max-height: 146% !important;
}

.min-h-146 {
  min-height: 146% !important;
}

.min-vw-146 {
  min-width: 146vw !important;
}

.min-vh-146 {
  min-height: 146vh !important;
}

.vw-146 {
  width: 146vw !important;
}

.vh-146 {
  height: 146vh !important;
}

.width-146 {
  width: 146px !important;
}

.height-146 {
  height: 146px !important;
}

.max-width-146 {
  max-width: 146px !important;
}

.min-width-146 {
  min-width: 146px !important;
}

.max-height-146 {
  max-height: 146px !important;
}

.min-height-146 {
  min-height: 146px !important;
}

@media (max-width: 576px) {
  .w-sm-147 {
    width: 147% !important;
  }
  .h-sm-147 {
    height: 147% !important;
  }
  .max-w-sm-147 {
    max-width: 147% !important;
  }
  .min-w-sm-147 {
    min-width: 147% !important;
  }
  .max-h-sm-147 {
    max-height: 147% !important;
  }
  .min-h-sm-147 {
    min-height: 147% !important;
  }
  .min-sm-vw-147 {
    min-width: 147vw !important;
  }
  .min-sm-vh-147 {
    min-height: 147vh !important;
  }
  .vw-sm-147 {
    width: 147vw !important;
  }
  .vh-sm-147 {
    height: 147vh !important;
  }
  .width-sm-147 {
    width: 147px !important;
  }
  .height-sm-147 {
    height: 147px !important;
  }
  .max-width-sm-147 {
    max-width: 147px !important;
  }
  .min-width-sm-147 {
    min-width: 147px !important;
  }
  .max-height-sm-147 {
    max-height: 147px !important;
  }
  .min-height-sm-147 {
    min-height: 147px !important;
  }
}
@media (max-width: 768px) {
  .w-md-147 {
    width: 147% !important;
  }
  .h-md-147 {
    height: 147% !important;
  }
  .max-w-md-147 {
    max-width: 147% !important;
  }
  .min-w-md-147 {
    min-width: 147% !important;
  }
  .max-h-md-147 {
    max-height: 147% !important;
  }
  .min-h-md-147 {
    min-height: 147% !important;
  }
  .min-md-vw-147 {
    min-width: 147vw !important;
  }
  .min-md-vh-147 {
    min-height: 147vh !important;
  }
  .vw-md-147 {
    width: 147vw !important;
  }
  .vh-md-147 {
    height: 147vh !important;
  }
  .width-md-147 {
    width: 147px !important;
  }
  .height-md-147 {
    height: 147px !important;
  }
  .max-width-md-147 {
    max-width: 147px !important;
  }
  .min-width-md-147 {
    min-width: 147px !important;
  }
  .max-height-md-147 {
    max-height: 147px !important;
  }
  .min-height-md-147 {
    min-height: 147px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-147 {
    width: 147% !important;
  }
  .h-lg-147 {
    height: 147% !important;
  }
  .max-w-lg-147 {
    max-width: 147% !important;
  }
  .min-w-lg-147 {
    min-width: 147% !important;
  }
  .max-h-lg-147 {
    max-height: 147% !important;
  }
  .min-h-lg-147 {
    min-height: 147% !important;
  }
  .min-lg-vw-147 {
    min-width: 147vw !important;
  }
  .min-lg-vh-147 {
    min-height: 147vh !important;
  }
  .vw-lg-147 {
    width: 147vw !important;
  }
  .vh-lg-147 {
    height: 147vh !important;
  }
  .width-lg-147 {
    width: 147px !important;
  }
  .height-lg-147 {
    height: 147px !important;
  }
  .max-width-lg-147 {
    max-width: 147px !important;
  }
  .min-width-lg-147 {
    min-width: 147px !important;
  }
  .max-height-lg-147 {
    max-height: 147px !important;
  }
  .min-height-lg-147 {
    min-height: 147px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-147 {
    width: 147% !important;
  }
  .h-xl-147 {
    height: 147% !important;
  }
  .max-w-xl-147 {
    max-width: 147% !important;
  }
  .min-w-xl-147 {
    min-width: 147% !important;
  }
  .max-h-xl-147 {
    max-height: 147% !important;
  }
  .min-h-xl-147 {
    min-height: 147% !important;
  }
  .min-xl-vw-147 {
    min-width: 147vw !important;
  }
  .min-xl-vh-147 {
    min-height: 147vh !important;
  }
  .vw-xl-147 {
    width: 147vw !important;
  }
  .vh-xl-147 {
    height: 147vh !important;
  }
  .width-xl-147 {
    width: 147px !important;
  }
  .height-xl-147 {
    height: 147px !important;
  }
  .max-width-xl-147 {
    max-width: 147px !important;
  }
  .min-width-xl-147 {
    min-width: 147px !important;
  }
  .max-height-xl-147 {
    max-height: 147px !important;
  }
  .min-height-xl-147 {
    min-height: 147px !important;
  }
}
.w-147 {
  width: 147% !important;
}

.h-147 {
  height: 147% !important;
}

.max-w-147 {
  max-width: 147% !important;
}

.min-w-147 {
  min-width: 147% !important;
}

.max-h-147 {
  max-height: 147% !important;
}

.min-h-147 {
  min-height: 147% !important;
}

.min-vw-147 {
  min-width: 147vw !important;
}

.min-vh-147 {
  min-height: 147vh !important;
}

.vw-147 {
  width: 147vw !important;
}

.vh-147 {
  height: 147vh !important;
}

.width-147 {
  width: 147px !important;
}

.height-147 {
  height: 147px !important;
}

.max-width-147 {
  max-width: 147px !important;
}

.min-width-147 {
  min-width: 147px !important;
}

.max-height-147 {
  max-height: 147px !important;
}

.min-height-147 {
  min-height: 147px !important;
}

@media (max-width: 576px) {
  .w-sm-148 {
    width: 148% !important;
  }
  .h-sm-148 {
    height: 148% !important;
  }
  .max-w-sm-148 {
    max-width: 148% !important;
  }
  .min-w-sm-148 {
    min-width: 148% !important;
  }
  .max-h-sm-148 {
    max-height: 148% !important;
  }
  .min-h-sm-148 {
    min-height: 148% !important;
  }
  .min-sm-vw-148 {
    min-width: 148vw !important;
  }
  .min-sm-vh-148 {
    min-height: 148vh !important;
  }
  .vw-sm-148 {
    width: 148vw !important;
  }
  .vh-sm-148 {
    height: 148vh !important;
  }
  .width-sm-148 {
    width: 148px !important;
  }
  .height-sm-148 {
    height: 148px !important;
  }
  .max-width-sm-148 {
    max-width: 148px !important;
  }
  .min-width-sm-148 {
    min-width: 148px !important;
  }
  .max-height-sm-148 {
    max-height: 148px !important;
  }
  .min-height-sm-148 {
    min-height: 148px !important;
  }
}
@media (max-width: 768px) {
  .w-md-148 {
    width: 148% !important;
  }
  .h-md-148 {
    height: 148% !important;
  }
  .max-w-md-148 {
    max-width: 148% !important;
  }
  .min-w-md-148 {
    min-width: 148% !important;
  }
  .max-h-md-148 {
    max-height: 148% !important;
  }
  .min-h-md-148 {
    min-height: 148% !important;
  }
  .min-md-vw-148 {
    min-width: 148vw !important;
  }
  .min-md-vh-148 {
    min-height: 148vh !important;
  }
  .vw-md-148 {
    width: 148vw !important;
  }
  .vh-md-148 {
    height: 148vh !important;
  }
  .width-md-148 {
    width: 148px !important;
  }
  .height-md-148 {
    height: 148px !important;
  }
  .max-width-md-148 {
    max-width: 148px !important;
  }
  .min-width-md-148 {
    min-width: 148px !important;
  }
  .max-height-md-148 {
    max-height: 148px !important;
  }
  .min-height-md-148 {
    min-height: 148px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-148 {
    width: 148% !important;
  }
  .h-lg-148 {
    height: 148% !important;
  }
  .max-w-lg-148 {
    max-width: 148% !important;
  }
  .min-w-lg-148 {
    min-width: 148% !important;
  }
  .max-h-lg-148 {
    max-height: 148% !important;
  }
  .min-h-lg-148 {
    min-height: 148% !important;
  }
  .min-lg-vw-148 {
    min-width: 148vw !important;
  }
  .min-lg-vh-148 {
    min-height: 148vh !important;
  }
  .vw-lg-148 {
    width: 148vw !important;
  }
  .vh-lg-148 {
    height: 148vh !important;
  }
  .width-lg-148 {
    width: 148px !important;
  }
  .height-lg-148 {
    height: 148px !important;
  }
  .max-width-lg-148 {
    max-width: 148px !important;
  }
  .min-width-lg-148 {
    min-width: 148px !important;
  }
  .max-height-lg-148 {
    max-height: 148px !important;
  }
  .min-height-lg-148 {
    min-height: 148px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-148 {
    width: 148% !important;
  }
  .h-xl-148 {
    height: 148% !important;
  }
  .max-w-xl-148 {
    max-width: 148% !important;
  }
  .min-w-xl-148 {
    min-width: 148% !important;
  }
  .max-h-xl-148 {
    max-height: 148% !important;
  }
  .min-h-xl-148 {
    min-height: 148% !important;
  }
  .min-xl-vw-148 {
    min-width: 148vw !important;
  }
  .min-xl-vh-148 {
    min-height: 148vh !important;
  }
  .vw-xl-148 {
    width: 148vw !important;
  }
  .vh-xl-148 {
    height: 148vh !important;
  }
  .width-xl-148 {
    width: 148px !important;
  }
  .height-xl-148 {
    height: 148px !important;
  }
  .max-width-xl-148 {
    max-width: 148px !important;
  }
  .min-width-xl-148 {
    min-width: 148px !important;
  }
  .max-height-xl-148 {
    max-height: 148px !important;
  }
  .min-height-xl-148 {
    min-height: 148px !important;
  }
}
.w-148 {
  width: 148% !important;
}

.h-148 {
  height: 148% !important;
}

.max-w-148 {
  max-width: 148% !important;
}

.min-w-148 {
  min-width: 148% !important;
}

.max-h-148 {
  max-height: 148% !important;
}

.min-h-148 {
  min-height: 148% !important;
}

.min-vw-148 {
  min-width: 148vw !important;
}

.min-vh-148 {
  min-height: 148vh !important;
}

.vw-148 {
  width: 148vw !important;
}

.vh-148 {
  height: 148vh !important;
}

.width-148 {
  width: 148px !important;
}

.height-148 {
  height: 148px !important;
}

.max-width-148 {
  max-width: 148px !important;
}

.min-width-148 {
  min-width: 148px !important;
}

.max-height-148 {
  max-height: 148px !important;
}

.min-height-148 {
  min-height: 148px !important;
}

@media (max-width: 576px) {
  .w-sm-149 {
    width: 149% !important;
  }
  .h-sm-149 {
    height: 149% !important;
  }
  .max-w-sm-149 {
    max-width: 149% !important;
  }
  .min-w-sm-149 {
    min-width: 149% !important;
  }
  .max-h-sm-149 {
    max-height: 149% !important;
  }
  .min-h-sm-149 {
    min-height: 149% !important;
  }
  .min-sm-vw-149 {
    min-width: 149vw !important;
  }
  .min-sm-vh-149 {
    min-height: 149vh !important;
  }
  .vw-sm-149 {
    width: 149vw !important;
  }
  .vh-sm-149 {
    height: 149vh !important;
  }
  .width-sm-149 {
    width: 149px !important;
  }
  .height-sm-149 {
    height: 149px !important;
  }
  .max-width-sm-149 {
    max-width: 149px !important;
  }
  .min-width-sm-149 {
    min-width: 149px !important;
  }
  .max-height-sm-149 {
    max-height: 149px !important;
  }
  .min-height-sm-149 {
    min-height: 149px !important;
  }
}
@media (max-width: 768px) {
  .w-md-149 {
    width: 149% !important;
  }
  .h-md-149 {
    height: 149% !important;
  }
  .max-w-md-149 {
    max-width: 149% !important;
  }
  .min-w-md-149 {
    min-width: 149% !important;
  }
  .max-h-md-149 {
    max-height: 149% !important;
  }
  .min-h-md-149 {
    min-height: 149% !important;
  }
  .min-md-vw-149 {
    min-width: 149vw !important;
  }
  .min-md-vh-149 {
    min-height: 149vh !important;
  }
  .vw-md-149 {
    width: 149vw !important;
  }
  .vh-md-149 {
    height: 149vh !important;
  }
  .width-md-149 {
    width: 149px !important;
  }
  .height-md-149 {
    height: 149px !important;
  }
  .max-width-md-149 {
    max-width: 149px !important;
  }
  .min-width-md-149 {
    min-width: 149px !important;
  }
  .max-height-md-149 {
    max-height: 149px !important;
  }
  .min-height-md-149 {
    min-height: 149px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-149 {
    width: 149% !important;
  }
  .h-lg-149 {
    height: 149% !important;
  }
  .max-w-lg-149 {
    max-width: 149% !important;
  }
  .min-w-lg-149 {
    min-width: 149% !important;
  }
  .max-h-lg-149 {
    max-height: 149% !important;
  }
  .min-h-lg-149 {
    min-height: 149% !important;
  }
  .min-lg-vw-149 {
    min-width: 149vw !important;
  }
  .min-lg-vh-149 {
    min-height: 149vh !important;
  }
  .vw-lg-149 {
    width: 149vw !important;
  }
  .vh-lg-149 {
    height: 149vh !important;
  }
  .width-lg-149 {
    width: 149px !important;
  }
  .height-lg-149 {
    height: 149px !important;
  }
  .max-width-lg-149 {
    max-width: 149px !important;
  }
  .min-width-lg-149 {
    min-width: 149px !important;
  }
  .max-height-lg-149 {
    max-height: 149px !important;
  }
  .min-height-lg-149 {
    min-height: 149px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-149 {
    width: 149% !important;
  }
  .h-xl-149 {
    height: 149% !important;
  }
  .max-w-xl-149 {
    max-width: 149% !important;
  }
  .min-w-xl-149 {
    min-width: 149% !important;
  }
  .max-h-xl-149 {
    max-height: 149% !important;
  }
  .min-h-xl-149 {
    min-height: 149% !important;
  }
  .min-xl-vw-149 {
    min-width: 149vw !important;
  }
  .min-xl-vh-149 {
    min-height: 149vh !important;
  }
  .vw-xl-149 {
    width: 149vw !important;
  }
  .vh-xl-149 {
    height: 149vh !important;
  }
  .width-xl-149 {
    width: 149px !important;
  }
  .height-xl-149 {
    height: 149px !important;
  }
  .max-width-xl-149 {
    max-width: 149px !important;
  }
  .min-width-xl-149 {
    min-width: 149px !important;
  }
  .max-height-xl-149 {
    max-height: 149px !important;
  }
  .min-height-xl-149 {
    min-height: 149px !important;
  }
}
.w-149 {
  width: 149% !important;
}

.h-149 {
  height: 149% !important;
}

.max-w-149 {
  max-width: 149% !important;
}

.min-w-149 {
  min-width: 149% !important;
}

.max-h-149 {
  max-height: 149% !important;
}

.min-h-149 {
  min-height: 149% !important;
}

.min-vw-149 {
  min-width: 149vw !important;
}

.min-vh-149 {
  min-height: 149vh !important;
}

.vw-149 {
  width: 149vw !important;
}

.vh-149 {
  height: 149vh !important;
}

.width-149 {
  width: 149px !important;
}

.height-149 {
  height: 149px !important;
}

.max-width-149 {
  max-width: 149px !important;
}

.min-width-149 {
  min-width: 149px !important;
}

.max-height-149 {
  max-height: 149px !important;
}

.min-height-149 {
  min-height: 149px !important;
}

@media (max-width: 576px) {
  .w-sm-150 {
    width: 150% !important;
  }
  .h-sm-150 {
    height: 150% !important;
  }
  .max-w-sm-150 {
    max-width: 150% !important;
  }
  .min-w-sm-150 {
    min-width: 150% !important;
  }
  .max-h-sm-150 {
    max-height: 150% !important;
  }
  .min-h-sm-150 {
    min-height: 150% !important;
  }
  .min-sm-vw-150 {
    min-width: 150vw !important;
  }
  .min-sm-vh-150 {
    min-height: 150vh !important;
  }
  .vw-sm-150 {
    width: 150vw !important;
  }
  .vh-sm-150 {
    height: 150vh !important;
  }
  .width-sm-150 {
    width: 150px !important;
  }
  .height-sm-150 {
    height: 150px !important;
  }
  .max-width-sm-150 {
    max-width: 150px !important;
  }
  .min-width-sm-150 {
    min-width: 150px !important;
  }
  .max-height-sm-150 {
    max-height: 150px !important;
  }
  .min-height-sm-150 {
    min-height: 150px !important;
  }
}
@media (max-width: 768px) {
  .w-md-150 {
    width: 150% !important;
  }
  .h-md-150 {
    height: 150% !important;
  }
  .max-w-md-150 {
    max-width: 150% !important;
  }
  .min-w-md-150 {
    min-width: 150% !important;
  }
  .max-h-md-150 {
    max-height: 150% !important;
  }
  .min-h-md-150 {
    min-height: 150% !important;
  }
  .min-md-vw-150 {
    min-width: 150vw !important;
  }
  .min-md-vh-150 {
    min-height: 150vh !important;
  }
  .vw-md-150 {
    width: 150vw !important;
  }
  .vh-md-150 {
    height: 150vh !important;
  }
  .width-md-150 {
    width: 150px !important;
  }
  .height-md-150 {
    height: 150px !important;
  }
  .max-width-md-150 {
    max-width: 150px !important;
  }
  .min-width-md-150 {
    min-width: 150px !important;
  }
  .max-height-md-150 {
    max-height: 150px !important;
  }
  .min-height-md-150 {
    min-height: 150px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-150 {
    width: 150% !important;
  }
  .h-lg-150 {
    height: 150% !important;
  }
  .max-w-lg-150 {
    max-width: 150% !important;
  }
  .min-w-lg-150 {
    min-width: 150% !important;
  }
  .max-h-lg-150 {
    max-height: 150% !important;
  }
  .min-h-lg-150 {
    min-height: 150% !important;
  }
  .min-lg-vw-150 {
    min-width: 150vw !important;
  }
  .min-lg-vh-150 {
    min-height: 150vh !important;
  }
  .vw-lg-150 {
    width: 150vw !important;
  }
  .vh-lg-150 {
    height: 150vh !important;
  }
  .width-lg-150 {
    width: 150px !important;
  }
  .height-lg-150 {
    height: 150px !important;
  }
  .max-width-lg-150 {
    max-width: 150px !important;
  }
  .min-width-lg-150 {
    min-width: 150px !important;
  }
  .max-height-lg-150 {
    max-height: 150px !important;
  }
  .min-height-lg-150 {
    min-height: 150px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-150 {
    width: 150% !important;
  }
  .h-xl-150 {
    height: 150% !important;
  }
  .max-w-xl-150 {
    max-width: 150% !important;
  }
  .min-w-xl-150 {
    min-width: 150% !important;
  }
  .max-h-xl-150 {
    max-height: 150% !important;
  }
  .min-h-xl-150 {
    min-height: 150% !important;
  }
  .min-xl-vw-150 {
    min-width: 150vw !important;
  }
  .min-xl-vh-150 {
    min-height: 150vh !important;
  }
  .vw-xl-150 {
    width: 150vw !important;
  }
  .vh-xl-150 {
    height: 150vh !important;
  }
  .width-xl-150 {
    width: 150px !important;
  }
  .height-xl-150 {
    height: 150px !important;
  }
  .max-width-xl-150 {
    max-width: 150px !important;
  }
  .min-width-xl-150 {
    min-width: 150px !important;
  }
  .max-height-xl-150 {
    max-height: 150px !important;
  }
  .min-height-xl-150 {
    min-height: 150px !important;
  }
}
.w-150 {
  width: 150% !important;
}

.h-150 {
  height: 150% !important;
}

.max-w-150 {
  max-width: 150% !important;
}

.min-w-150 {
  min-width: 150% !important;
}

.max-h-150 {
  max-height: 150% !important;
}

.min-h-150 {
  min-height: 150% !important;
}

.min-vw-150 {
  min-width: 150vw !important;
}

.min-vh-150 {
  min-height: 150vh !important;
}

.vw-150 {
  width: 150vw !important;
}

.vh-150 {
  height: 150vh !important;
}

.width-150 {
  width: 150px !important;
}

.height-150 {
  height: 150px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.max-height-150 {
  max-height: 150px !important;
}

.min-height-150 {
  min-height: 150px !important;
}

@media (max-width: 576px) {
  .w-sm-151 {
    width: 151% !important;
  }
  .h-sm-151 {
    height: 151% !important;
  }
  .max-w-sm-151 {
    max-width: 151% !important;
  }
  .min-w-sm-151 {
    min-width: 151% !important;
  }
  .max-h-sm-151 {
    max-height: 151% !important;
  }
  .min-h-sm-151 {
    min-height: 151% !important;
  }
  .min-sm-vw-151 {
    min-width: 151vw !important;
  }
  .min-sm-vh-151 {
    min-height: 151vh !important;
  }
  .vw-sm-151 {
    width: 151vw !important;
  }
  .vh-sm-151 {
    height: 151vh !important;
  }
  .width-sm-151 {
    width: 151px !important;
  }
  .height-sm-151 {
    height: 151px !important;
  }
  .max-width-sm-151 {
    max-width: 151px !important;
  }
  .min-width-sm-151 {
    min-width: 151px !important;
  }
  .max-height-sm-151 {
    max-height: 151px !important;
  }
  .min-height-sm-151 {
    min-height: 151px !important;
  }
}
@media (max-width: 768px) {
  .w-md-151 {
    width: 151% !important;
  }
  .h-md-151 {
    height: 151% !important;
  }
  .max-w-md-151 {
    max-width: 151% !important;
  }
  .min-w-md-151 {
    min-width: 151% !important;
  }
  .max-h-md-151 {
    max-height: 151% !important;
  }
  .min-h-md-151 {
    min-height: 151% !important;
  }
  .min-md-vw-151 {
    min-width: 151vw !important;
  }
  .min-md-vh-151 {
    min-height: 151vh !important;
  }
  .vw-md-151 {
    width: 151vw !important;
  }
  .vh-md-151 {
    height: 151vh !important;
  }
  .width-md-151 {
    width: 151px !important;
  }
  .height-md-151 {
    height: 151px !important;
  }
  .max-width-md-151 {
    max-width: 151px !important;
  }
  .min-width-md-151 {
    min-width: 151px !important;
  }
  .max-height-md-151 {
    max-height: 151px !important;
  }
  .min-height-md-151 {
    min-height: 151px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-151 {
    width: 151% !important;
  }
  .h-lg-151 {
    height: 151% !important;
  }
  .max-w-lg-151 {
    max-width: 151% !important;
  }
  .min-w-lg-151 {
    min-width: 151% !important;
  }
  .max-h-lg-151 {
    max-height: 151% !important;
  }
  .min-h-lg-151 {
    min-height: 151% !important;
  }
  .min-lg-vw-151 {
    min-width: 151vw !important;
  }
  .min-lg-vh-151 {
    min-height: 151vh !important;
  }
  .vw-lg-151 {
    width: 151vw !important;
  }
  .vh-lg-151 {
    height: 151vh !important;
  }
  .width-lg-151 {
    width: 151px !important;
  }
  .height-lg-151 {
    height: 151px !important;
  }
  .max-width-lg-151 {
    max-width: 151px !important;
  }
  .min-width-lg-151 {
    min-width: 151px !important;
  }
  .max-height-lg-151 {
    max-height: 151px !important;
  }
  .min-height-lg-151 {
    min-height: 151px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-151 {
    width: 151% !important;
  }
  .h-xl-151 {
    height: 151% !important;
  }
  .max-w-xl-151 {
    max-width: 151% !important;
  }
  .min-w-xl-151 {
    min-width: 151% !important;
  }
  .max-h-xl-151 {
    max-height: 151% !important;
  }
  .min-h-xl-151 {
    min-height: 151% !important;
  }
  .min-xl-vw-151 {
    min-width: 151vw !important;
  }
  .min-xl-vh-151 {
    min-height: 151vh !important;
  }
  .vw-xl-151 {
    width: 151vw !important;
  }
  .vh-xl-151 {
    height: 151vh !important;
  }
  .width-xl-151 {
    width: 151px !important;
  }
  .height-xl-151 {
    height: 151px !important;
  }
  .max-width-xl-151 {
    max-width: 151px !important;
  }
  .min-width-xl-151 {
    min-width: 151px !important;
  }
  .max-height-xl-151 {
    max-height: 151px !important;
  }
  .min-height-xl-151 {
    min-height: 151px !important;
  }
}
.w-151 {
  width: 151% !important;
}

.h-151 {
  height: 151% !important;
}

.max-w-151 {
  max-width: 151% !important;
}

.min-w-151 {
  min-width: 151% !important;
}

.max-h-151 {
  max-height: 151% !important;
}

.min-h-151 {
  min-height: 151% !important;
}

.min-vw-151 {
  min-width: 151vw !important;
}

.min-vh-151 {
  min-height: 151vh !important;
}

.vw-151 {
  width: 151vw !important;
}

.vh-151 {
  height: 151vh !important;
}

.width-151 {
  width: 151px !important;
}

.height-151 {
  height: 151px !important;
}

.max-width-151 {
  max-width: 151px !important;
}

.min-width-151 {
  min-width: 151px !important;
}

.max-height-151 {
  max-height: 151px !important;
}

.min-height-151 {
  min-height: 151px !important;
}

@media (max-width: 576px) {
  .w-sm-152 {
    width: 152% !important;
  }
  .h-sm-152 {
    height: 152% !important;
  }
  .max-w-sm-152 {
    max-width: 152% !important;
  }
  .min-w-sm-152 {
    min-width: 152% !important;
  }
  .max-h-sm-152 {
    max-height: 152% !important;
  }
  .min-h-sm-152 {
    min-height: 152% !important;
  }
  .min-sm-vw-152 {
    min-width: 152vw !important;
  }
  .min-sm-vh-152 {
    min-height: 152vh !important;
  }
  .vw-sm-152 {
    width: 152vw !important;
  }
  .vh-sm-152 {
    height: 152vh !important;
  }
  .width-sm-152 {
    width: 152px !important;
  }
  .height-sm-152 {
    height: 152px !important;
  }
  .max-width-sm-152 {
    max-width: 152px !important;
  }
  .min-width-sm-152 {
    min-width: 152px !important;
  }
  .max-height-sm-152 {
    max-height: 152px !important;
  }
  .min-height-sm-152 {
    min-height: 152px !important;
  }
}
@media (max-width: 768px) {
  .w-md-152 {
    width: 152% !important;
  }
  .h-md-152 {
    height: 152% !important;
  }
  .max-w-md-152 {
    max-width: 152% !important;
  }
  .min-w-md-152 {
    min-width: 152% !important;
  }
  .max-h-md-152 {
    max-height: 152% !important;
  }
  .min-h-md-152 {
    min-height: 152% !important;
  }
  .min-md-vw-152 {
    min-width: 152vw !important;
  }
  .min-md-vh-152 {
    min-height: 152vh !important;
  }
  .vw-md-152 {
    width: 152vw !important;
  }
  .vh-md-152 {
    height: 152vh !important;
  }
  .width-md-152 {
    width: 152px !important;
  }
  .height-md-152 {
    height: 152px !important;
  }
  .max-width-md-152 {
    max-width: 152px !important;
  }
  .min-width-md-152 {
    min-width: 152px !important;
  }
  .max-height-md-152 {
    max-height: 152px !important;
  }
  .min-height-md-152 {
    min-height: 152px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-152 {
    width: 152% !important;
  }
  .h-lg-152 {
    height: 152% !important;
  }
  .max-w-lg-152 {
    max-width: 152% !important;
  }
  .min-w-lg-152 {
    min-width: 152% !important;
  }
  .max-h-lg-152 {
    max-height: 152% !important;
  }
  .min-h-lg-152 {
    min-height: 152% !important;
  }
  .min-lg-vw-152 {
    min-width: 152vw !important;
  }
  .min-lg-vh-152 {
    min-height: 152vh !important;
  }
  .vw-lg-152 {
    width: 152vw !important;
  }
  .vh-lg-152 {
    height: 152vh !important;
  }
  .width-lg-152 {
    width: 152px !important;
  }
  .height-lg-152 {
    height: 152px !important;
  }
  .max-width-lg-152 {
    max-width: 152px !important;
  }
  .min-width-lg-152 {
    min-width: 152px !important;
  }
  .max-height-lg-152 {
    max-height: 152px !important;
  }
  .min-height-lg-152 {
    min-height: 152px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-152 {
    width: 152% !important;
  }
  .h-xl-152 {
    height: 152% !important;
  }
  .max-w-xl-152 {
    max-width: 152% !important;
  }
  .min-w-xl-152 {
    min-width: 152% !important;
  }
  .max-h-xl-152 {
    max-height: 152% !important;
  }
  .min-h-xl-152 {
    min-height: 152% !important;
  }
  .min-xl-vw-152 {
    min-width: 152vw !important;
  }
  .min-xl-vh-152 {
    min-height: 152vh !important;
  }
  .vw-xl-152 {
    width: 152vw !important;
  }
  .vh-xl-152 {
    height: 152vh !important;
  }
  .width-xl-152 {
    width: 152px !important;
  }
  .height-xl-152 {
    height: 152px !important;
  }
  .max-width-xl-152 {
    max-width: 152px !important;
  }
  .min-width-xl-152 {
    min-width: 152px !important;
  }
  .max-height-xl-152 {
    max-height: 152px !important;
  }
  .min-height-xl-152 {
    min-height: 152px !important;
  }
}
.w-152 {
  width: 152% !important;
}

.h-152 {
  height: 152% !important;
}

.max-w-152 {
  max-width: 152% !important;
}

.min-w-152 {
  min-width: 152% !important;
}

.max-h-152 {
  max-height: 152% !important;
}

.min-h-152 {
  min-height: 152% !important;
}

.min-vw-152 {
  min-width: 152vw !important;
}

.min-vh-152 {
  min-height: 152vh !important;
}

.vw-152 {
  width: 152vw !important;
}

.vh-152 {
  height: 152vh !important;
}

.width-152 {
  width: 152px !important;
}

.height-152 {
  height: 152px !important;
}

.max-width-152 {
  max-width: 152px !important;
}

.min-width-152 {
  min-width: 152px !important;
}

.max-height-152 {
  max-height: 152px !important;
}

.min-height-152 {
  min-height: 152px !important;
}

@media (max-width: 576px) {
  .w-sm-153 {
    width: 153% !important;
  }
  .h-sm-153 {
    height: 153% !important;
  }
  .max-w-sm-153 {
    max-width: 153% !important;
  }
  .min-w-sm-153 {
    min-width: 153% !important;
  }
  .max-h-sm-153 {
    max-height: 153% !important;
  }
  .min-h-sm-153 {
    min-height: 153% !important;
  }
  .min-sm-vw-153 {
    min-width: 153vw !important;
  }
  .min-sm-vh-153 {
    min-height: 153vh !important;
  }
  .vw-sm-153 {
    width: 153vw !important;
  }
  .vh-sm-153 {
    height: 153vh !important;
  }
  .width-sm-153 {
    width: 153px !important;
  }
  .height-sm-153 {
    height: 153px !important;
  }
  .max-width-sm-153 {
    max-width: 153px !important;
  }
  .min-width-sm-153 {
    min-width: 153px !important;
  }
  .max-height-sm-153 {
    max-height: 153px !important;
  }
  .min-height-sm-153 {
    min-height: 153px !important;
  }
}
@media (max-width: 768px) {
  .w-md-153 {
    width: 153% !important;
  }
  .h-md-153 {
    height: 153% !important;
  }
  .max-w-md-153 {
    max-width: 153% !important;
  }
  .min-w-md-153 {
    min-width: 153% !important;
  }
  .max-h-md-153 {
    max-height: 153% !important;
  }
  .min-h-md-153 {
    min-height: 153% !important;
  }
  .min-md-vw-153 {
    min-width: 153vw !important;
  }
  .min-md-vh-153 {
    min-height: 153vh !important;
  }
  .vw-md-153 {
    width: 153vw !important;
  }
  .vh-md-153 {
    height: 153vh !important;
  }
  .width-md-153 {
    width: 153px !important;
  }
  .height-md-153 {
    height: 153px !important;
  }
  .max-width-md-153 {
    max-width: 153px !important;
  }
  .min-width-md-153 {
    min-width: 153px !important;
  }
  .max-height-md-153 {
    max-height: 153px !important;
  }
  .min-height-md-153 {
    min-height: 153px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-153 {
    width: 153% !important;
  }
  .h-lg-153 {
    height: 153% !important;
  }
  .max-w-lg-153 {
    max-width: 153% !important;
  }
  .min-w-lg-153 {
    min-width: 153% !important;
  }
  .max-h-lg-153 {
    max-height: 153% !important;
  }
  .min-h-lg-153 {
    min-height: 153% !important;
  }
  .min-lg-vw-153 {
    min-width: 153vw !important;
  }
  .min-lg-vh-153 {
    min-height: 153vh !important;
  }
  .vw-lg-153 {
    width: 153vw !important;
  }
  .vh-lg-153 {
    height: 153vh !important;
  }
  .width-lg-153 {
    width: 153px !important;
  }
  .height-lg-153 {
    height: 153px !important;
  }
  .max-width-lg-153 {
    max-width: 153px !important;
  }
  .min-width-lg-153 {
    min-width: 153px !important;
  }
  .max-height-lg-153 {
    max-height: 153px !important;
  }
  .min-height-lg-153 {
    min-height: 153px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-153 {
    width: 153% !important;
  }
  .h-xl-153 {
    height: 153% !important;
  }
  .max-w-xl-153 {
    max-width: 153% !important;
  }
  .min-w-xl-153 {
    min-width: 153% !important;
  }
  .max-h-xl-153 {
    max-height: 153% !important;
  }
  .min-h-xl-153 {
    min-height: 153% !important;
  }
  .min-xl-vw-153 {
    min-width: 153vw !important;
  }
  .min-xl-vh-153 {
    min-height: 153vh !important;
  }
  .vw-xl-153 {
    width: 153vw !important;
  }
  .vh-xl-153 {
    height: 153vh !important;
  }
  .width-xl-153 {
    width: 153px !important;
  }
  .height-xl-153 {
    height: 153px !important;
  }
  .max-width-xl-153 {
    max-width: 153px !important;
  }
  .min-width-xl-153 {
    min-width: 153px !important;
  }
  .max-height-xl-153 {
    max-height: 153px !important;
  }
  .min-height-xl-153 {
    min-height: 153px !important;
  }
}
.w-153 {
  width: 153% !important;
}

.h-153 {
  height: 153% !important;
}

.max-w-153 {
  max-width: 153% !important;
}

.min-w-153 {
  min-width: 153% !important;
}

.max-h-153 {
  max-height: 153% !important;
}

.min-h-153 {
  min-height: 153% !important;
}

.min-vw-153 {
  min-width: 153vw !important;
}

.min-vh-153 {
  min-height: 153vh !important;
}

.vw-153 {
  width: 153vw !important;
}

.vh-153 {
  height: 153vh !important;
}

.width-153 {
  width: 153px !important;
}

.height-153 {
  height: 153px !important;
}

.max-width-153 {
  max-width: 153px !important;
}

.min-width-153 {
  min-width: 153px !important;
}

.max-height-153 {
  max-height: 153px !important;
}

.min-height-153 {
  min-height: 153px !important;
}

@media (max-width: 576px) {
  .w-sm-154 {
    width: 154% !important;
  }
  .h-sm-154 {
    height: 154% !important;
  }
  .max-w-sm-154 {
    max-width: 154% !important;
  }
  .min-w-sm-154 {
    min-width: 154% !important;
  }
  .max-h-sm-154 {
    max-height: 154% !important;
  }
  .min-h-sm-154 {
    min-height: 154% !important;
  }
  .min-sm-vw-154 {
    min-width: 154vw !important;
  }
  .min-sm-vh-154 {
    min-height: 154vh !important;
  }
  .vw-sm-154 {
    width: 154vw !important;
  }
  .vh-sm-154 {
    height: 154vh !important;
  }
  .width-sm-154 {
    width: 154px !important;
  }
  .height-sm-154 {
    height: 154px !important;
  }
  .max-width-sm-154 {
    max-width: 154px !important;
  }
  .min-width-sm-154 {
    min-width: 154px !important;
  }
  .max-height-sm-154 {
    max-height: 154px !important;
  }
  .min-height-sm-154 {
    min-height: 154px !important;
  }
}
@media (max-width: 768px) {
  .w-md-154 {
    width: 154% !important;
  }
  .h-md-154 {
    height: 154% !important;
  }
  .max-w-md-154 {
    max-width: 154% !important;
  }
  .min-w-md-154 {
    min-width: 154% !important;
  }
  .max-h-md-154 {
    max-height: 154% !important;
  }
  .min-h-md-154 {
    min-height: 154% !important;
  }
  .min-md-vw-154 {
    min-width: 154vw !important;
  }
  .min-md-vh-154 {
    min-height: 154vh !important;
  }
  .vw-md-154 {
    width: 154vw !important;
  }
  .vh-md-154 {
    height: 154vh !important;
  }
  .width-md-154 {
    width: 154px !important;
  }
  .height-md-154 {
    height: 154px !important;
  }
  .max-width-md-154 {
    max-width: 154px !important;
  }
  .min-width-md-154 {
    min-width: 154px !important;
  }
  .max-height-md-154 {
    max-height: 154px !important;
  }
  .min-height-md-154 {
    min-height: 154px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-154 {
    width: 154% !important;
  }
  .h-lg-154 {
    height: 154% !important;
  }
  .max-w-lg-154 {
    max-width: 154% !important;
  }
  .min-w-lg-154 {
    min-width: 154% !important;
  }
  .max-h-lg-154 {
    max-height: 154% !important;
  }
  .min-h-lg-154 {
    min-height: 154% !important;
  }
  .min-lg-vw-154 {
    min-width: 154vw !important;
  }
  .min-lg-vh-154 {
    min-height: 154vh !important;
  }
  .vw-lg-154 {
    width: 154vw !important;
  }
  .vh-lg-154 {
    height: 154vh !important;
  }
  .width-lg-154 {
    width: 154px !important;
  }
  .height-lg-154 {
    height: 154px !important;
  }
  .max-width-lg-154 {
    max-width: 154px !important;
  }
  .min-width-lg-154 {
    min-width: 154px !important;
  }
  .max-height-lg-154 {
    max-height: 154px !important;
  }
  .min-height-lg-154 {
    min-height: 154px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-154 {
    width: 154% !important;
  }
  .h-xl-154 {
    height: 154% !important;
  }
  .max-w-xl-154 {
    max-width: 154% !important;
  }
  .min-w-xl-154 {
    min-width: 154% !important;
  }
  .max-h-xl-154 {
    max-height: 154% !important;
  }
  .min-h-xl-154 {
    min-height: 154% !important;
  }
  .min-xl-vw-154 {
    min-width: 154vw !important;
  }
  .min-xl-vh-154 {
    min-height: 154vh !important;
  }
  .vw-xl-154 {
    width: 154vw !important;
  }
  .vh-xl-154 {
    height: 154vh !important;
  }
  .width-xl-154 {
    width: 154px !important;
  }
  .height-xl-154 {
    height: 154px !important;
  }
  .max-width-xl-154 {
    max-width: 154px !important;
  }
  .min-width-xl-154 {
    min-width: 154px !important;
  }
  .max-height-xl-154 {
    max-height: 154px !important;
  }
  .min-height-xl-154 {
    min-height: 154px !important;
  }
}
.w-154 {
  width: 154% !important;
}

.h-154 {
  height: 154% !important;
}

.max-w-154 {
  max-width: 154% !important;
}

.min-w-154 {
  min-width: 154% !important;
}

.max-h-154 {
  max-height: 154% !important;
}

.min-h-154 {
  min-height: 154% !important;
}

.min-vw-154 {
  min-width: 154vw !important;
}

.min-vh-154 {
  min-height: 154vh !important;
}

.vw-154 {
  width: 154vw !important;
}

.vh-154 {
  height: 154vh !important;
}

.width-154 {
  width: 154px !important;
}

.height-154 {
  height: 154px !important;
}

.max-width-154 {
  max-width: 154px !important;
}

.min-width-154 {
  min-width: 154px !important;
}

.max-height-154 {
  max-height: 154px !important;
}

.min-height-154 {
  min-height: 154px !important;
}

@media (max-width: 576px) {
  .w-sm-155 {
    width: 155% !important;
  }
  .h-sm-155 {
    height: 155% !important;
  }
  .max-w-sm-155 {
    max-width: 155% !important;
  }
  .min-w-sm-155 {
    min-width: 155% !important;
  }
  .max-h-sm-155 {
    max-height: 155% !important;
  }
  .min-h-sm-155 {
    min-height: 155% !important;
  }
  .min-sm-vw-155 {
    min-width: 155vw !important;
  }
  .min-sm-vh-155 {
    min-height: 155vh !important;
  }
  .vw-sm-155 {
    width: 155vw !important;
  }
  .vh-sm-155 {
    height: 155vh !important;
  }
  .width-sm-155 {
    width: 155px !important;
  }
  .height-sm-155 {
    height: 155px !important;
  }
  .max-width-sm-155 {
    max-width: 155px !important;
  }
  .min-width-sm-155 {
    min-width: 155px !important;
  }
  .max-height-sm-155 {
    max-height: 155px !important;
  }
  .min-height-sm-155 {
    min-height: 155px !important;
  }
}
@media (max-width: 768px) {
  .w-md-155 {
    width: 155% !important;
  }
  .h-md-155 {
    height: 155% !important;
  }
  .max-w-md-155 {
    max-width: 155% !important;
  }
  .min-w-md-155 {
    min-width: 155% !important;
  }
  .max-h-md-155 {
    max-height: 155% !important;
  }
  .min-h-md-155 {
    min-height: 155% !important;
  }
  .min-md-vw-155 {
    min-width: 155vw !important;
  }
  .min-md-vh-155 {
    min-height: 155vh !important;
  }
  .vw-md-155 {
    width: 155vw !important;
  }
  .vh-md-155 {
    height: 155vh !important;
  }
  .width-md-155 {
    width: 155px !important;
  }
  .height-md-155 {
    height: 155px !important;
  }
  .max-width-md-155 {
    max-width: 155px !important;
  }
  .min-width-md-155 {
    min-width: 155px !important;
  }
  .max-height-md-155 {
    max-height: 155px !important;
  }
  .min-height-md-155 {
    min-height: 155px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-155 {
    width: 155% !important;
  }
  .h-lg-155 {
    height: 155% !important;
  }
  .max-w-lg-155 {
    max-width: 155% !important;
  }
  .min-w-lg-155 {
    min-width: 155% !important;
  }
  .max-h-lg-155 {
    max-height: 155% !important;
  }
  .min-h-lg-155 {
    min-height: 155% !important;
  }
  .min-lg-vw-155 {
    min-width: 155vw !important;
  }
  .min-lg-vh-155 {
    min-height: 155vh !important;
  }
  .vw-lg-155 {
    width: 155vw !important;
  }
  .vh-lg-155 {
    height: 155vh !important;
  }
  .width-lg-155 {
    width: 155px !important;
  }
  .height-lg-155 {
    height: 155px !important;
  }
  .max-width-lg-155 {
    max-width: 155px !important;
  }
  .min-width-lg-155 {
    min-width: 155px !important;
  }
  .max-height-lg-155 {
    max-height: 155px !important;
  }
  .min-height-lg-155 {
    min-height: 155px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-155 {
    width: 155% !important;
  }
  .h-xl-155 {
    height: 155% !important;
  }
  .max-w-xl-155 {
    max-width: 155% !important;
  }
  .min-w-xl-155 {
    min-width: 155% !important;
  }
  .max-h-xl-155 {
    max-height: 155% !important;
  }
  .min-h-xl-155 {
    min-height: 155% !important;
  }
  .min-xl-vw-155 {
    min-width: 155vw !important;
  }
  .min-xl-vh-155 {
    min-height: 155vh !important;
  }
  .vw-xl-155 {
    width: 155vw !important;
  }
  .vh-xl-155 {
    height: 155vh !important;
  }
  .width-xl-155 {
    width: 155px !important;
  }
  .height-xl-155 {
    height: 155px !important;
  }
  .max-width-xl-155 {
    max-width: 155px !important;
  }
  .min-width-xl-155 {
    min-width: 155px !important;
  }
  .max-height-xl-155 {
    max-height: 155px !important;
  }
  .min-height-xl-155 {
    min-height: 155px !important;
  }
}
.w-155 {
  width: 155% !important;
}

.h-155 {
  height: 155% !important;
}

.max-w-155 {
  max-width: 155% !important;
}

.min-w-155 {
  min-width: 155% !important;
}

.max-h-155 {
  max-height: 155% !important;
}

.min-h-155 {
  min-height: 155% !important;
}

.min-vw-155 {
  min-width: 155vw !important;
}

.min-vh-155 {
  min-height: 155vh !important;
}

.vw-155 {
  width: 155vw !important;
}

.vh-155 {
  height: 155vh !important;
}

.width-155 {
  width: 155px !important;
}

.height-155 {
  height: 155px !important;
}

.max-width-155 {
  max-width: 155px !important;
}

.min-width-155 {
  min-width: 155px !important;
}

.max-height-155 {
  max-height: 155px !important;
}

.min-height-155 {
  min-height: 155px !important;
}

@media (max-width: 576px) {
  .w-sm-156 {
    width: 156% !important;
  }
  .h-sm-156 {
    height: 156% !important;
  }
  .max-w-sm-156 {
    max-width: 156% !important;
  }
  .min-w-sm-156 {
    min-width: 156% !important;
  }
  .max-h-sm-156 {
    max-height: 156% !important;
  }
  .min-h-sm-156 {
    min-height: 156% !important;
  }
  .min-sm-vw-156 {
    min-width: 156vw !important;
  }
  .min-sm-vh-156 {
    min-height: 156vh !important;
  }
  .vw-sm-156 {
    width: 156vw !important;
  }
  .vh-sm-156 {
    height: 156vh !important;
  }
  .width-sm-156 {
    width: 156px !important;
  }
  .height-sm-156 {
    height: 156px !important;
  }
  .max-width-sm-156 {
    max-width: 156px !important;
  }
  .min-width-sm-156 {
    min-width: 156px !important;
  }
  .max-height-sm-156 {
    max-height: 156px !important;
  }
  .min-height-sm-156 {
    min-height: 156px !important;
  }
}
@media (max-width: 768px) {
  .w-md-156 {
    width: 156% !important;
  }
  .h-md-156 {
    height: 156% !important;
  }
  .max-w-md-156 {
    max-width: 156% !important;
  }
  .min-w-md-156 {
    min-width: 156% !important;
  }
  .max-h-md-156 {
    max-height: 156% !important;
  }
  .min-h-md-156 {
    min-height: 156% !important;
  }
  .min-md-vw-156 {
    min-width: 156vw !important;
  }
  .min-md-vh-156 {
    min-height: 156vh !important;
  }
  .vw-md-156 {
    width: 156vw !important;
  }
  .vh-md-156 {
    height: 156vh !important;
  }
  .width-md-156 {
    width: 156px !important;
  }
  .height-md-156 {
    height: 156px !important;
  }
  .max-width-md-156 {
    max-width: 156px !important;
  }
  .min-width-md-156 {
    min-width: 156px !important;
  }
  .max-height-md-156 {
    max-height: 156px !important;
  }
  .min-height-md-156 {
    min-height: 156px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-156 {
    width: 156% !important;
  }
  .h-lg-156 {
    height: 156% !important;
  }
  .max-w-lg-156 {
    max-width: 156% !important;
  }
  .min-w-lg-156 {
    min-width: 156% !important;
  }
  .max-h-lg-156 {
    max-height: 156% !important;
  }
  .min-h-lg-156 {
    min-height: 156% !important;
  }
  .min-lg-vw-156 {
    min-width: 156vw !important;
  }
  .min-lg-vh-156 {
    min-height: 156vh !important;
  }
  .vw-lg-156 {
    width: 156vw !important;
  }
  .vh-lg-156 {
    height: 156vh !important;
  }
  .width-lg-156 {
    width: 156px !important;
  }
  .height-lg-156 {
    height: 156px !important;
  }
  .max-width-lg-156 {
    max-width: 156px !important;
  }
  .min-width-lg-156 {
    min-width: 156px !important;
  }
  .max-height-lg-156 {
    max-height: 156px !important;
  }
  .min-height-lg-156 {
    min-height: 156px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-156 {
    width: 156% !important;
  }
  .h-xl-156 {
    height: 156% !important;
  }
  .max-w-xl-156 {
    max-width: 156% !important;
  }
  .min-w-xl-156 {
    min-width: 156% !important;
  }
  .max-h-xl-156 {
    max-height: 156% !important;
  }
  .min-h-xl-156 {
    min-height: 156% !important;
  }
  .min-xl-vw-156 {
    min-width: 156vw !important;
  }
  .min-xl-vh-156 {
    min-height: 156vh !important;
  }
  .vw-xl-156 {
    width: 156vw !important;
  }
  .vh-xl-156 {
    height: 156vh !important;
  }
  .width-xl-156 {
    width: 156px !important;
  }
  .height-xl-156 {
    height: 156px !important;
  }
  .max-width-xl-156 {
    max-width: 156px !important;
  }
  .min-width-xl-156 {
    min-width: 156px !important;
  }
  .max-height-xl-156 {
    max-height: 156px !important;
  }
  .min-height-xl-156 {
    min-height: 156px !important;
  }
}
.w-156 {
  width: 156% !important;
}

.h-156 {
  height: 156% !important;
}

.max-w-156 {
  max-width: 156% !important;
}

.min-w-156 {
  min-width: 156% !important;
}

.max-h-156 {
  max-height: 156% !important;
}

.min-h-156 {
  min-height: 156% !important;
}

.min-vw-156 {
  min-width: 156vw !important;
}

.min-vh-156 {
  min-height: 156vh !important;
}

.vw-156 {
  width: 156vw !important;
}

.vh-156 {
  height: 156vh !important;
}

.width-156 {
  width: 156px !important;
}

.height-156 {
  height: 156px !important;
}

.max-width-156 {
  max-width: 156px !important;
}

.min-width-156 {
  min-width: 156px !important;
}

.max-height-156 {
  max-height: 156px !important;
}

.min-height-156 {
  min-height: 156px !important;
}

@media (max-width: 576px) {
  .w-sm-157 {
    width: 157% !important;
  }
  .h-sm-157 {
    height: 157% !important;
  }
  .max-w-sm-157 {
    max-width: 157% !important;
  }
  .min-w-sm-157 {
    min-width: 157% !important;
  }
  .max-h-sm-157 {
    max-height: 157% !important;
  }
  .min-h-sm-157 {
    min-height: 157% !important;
  }
  .min-sm-vw-157 {
    min-width: 157vw !important;
  }
  .min-sm-vh-157 {
    min-height: 157vh !important;
  }
  .vw-sm-157 {
    width: 157vw !important;
  }
  .vh-sm-157 {
    height: 157vh !important;
  }
  .width-sm-157 {
    width: 157px !important;
  }
  .height-sm-157 {
    height: 157px !important;
  }
  .max-width-sm-157 {
    max-width: 157px !important;
  }
  .min-width-sm-157 {
    min-width: 157px !important;
  }
  .max-height-sm-157 {
    max-height: 157px !important;
  }
  .min-height-sm-157 {
    min-height: 157px !important;
  }
}
@media (max-width: 768px) {
  .w-md-157 {
    width: 157% !important;
  }
  .h-md-157 {
    height: 157% !important;
  }
  .max-w-md-157 {
    max-width: 157% !important;
  }
  .min-w-md-157 {
    min-width: 157% !important;
  }
  .max-h-md-157 {
    max-height: 157% !important;
  }
  .min-h-md-157 {
    min-height: 157% !important;
  }
  .min-md-vw-157 {
    min-width: 157vw !important;
  }
  .min-md-vh-157 {
    min-height: 157vh !important;
  }
  .vw-md-157 {
    width: 157vw !important;
  }
  .vh-md-157 {
    height: 157vh !important;
  }
  .width-md-157 {
    width: 157px !important;
  }
  .height-md-157 {
    height: 157px !important;
  }
  .max-width-md-157 {
    max-width: 157px !important;
  }
  .min-width-md-157 {
    min-width: 157px !important;
  }
  .max-height-md-157 {
    max-height: 157px !important;
  }
  .min-height-md-157 {
    min-height: 157px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-157 {
    width: 157% !important;
  }
  .h-lg-157 {
    height: 157% !important;
  }
  .max-w-lg-157 {
    max-width: 157% !important;
  }
  .min-w-lg-157 {
    min-width: 157% !important;
  }
  .max-h-lg-157 {
    max-height: 157% !important;
  }
  .min-h-lg-157 {
    min-height: 157% !important;
  }
  .min-lg-vw-157 {
    min-width: 157vw !important;
  }
  .min-lg-vh-157 {
    min-height: 157vh !important;
  }
  .vw-lg-157 {
    width: 157vw !important;
  }
  .vh-lg-157 {
    height: 157vh !important;
  }
  .width-lg-157 {
    width: 157px !important;
  }
  .height-lg-157 {
    height: 157px !important;
  }
  .max-width-lg-157 {
    max-width: 157px !important;
  }
  .min-width-lg-157 {
    min-width: 157px !important;
  }
  .max-height-lg-157 {
    max-height: 157px !important;
  }
  .min-height-lg-157 {
    min-height: 157px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-157 {
    width: 157% !important;
  }
  .h-xl-157 {
    height: 157% !important;
  }
  .max-w-xl-157 {
    max-width: 157% !important;
  }
  .min-w-xl-157 {
    min-width: 157% !important;
  }
  .max-h-xl-157 {
    max-height: 157% !important;
  }
  .min-h-xl-157 {
    min-height: 157% !important;
  }
  .min-xl-vw-157 {
    min-width: 157vw !important;
  }
  .min-xl-vh-157 {
    min-height: 157vh !important;
  }
  .vw-xl-157 {
    width: 157vw !important;
  }
  .vh-xl-157 {
    height: 157vh !important;
  }
  .width-xl-157 {
    width: 157px !important;
  }
  .height-xl-157 {
    height: 157px !important;
  }
  .max-width-xl-157 {
    max-width: 157px !important;
  }
  .min-width-xl-157 {
    min-width: 157px !important;
  }
  .max-height-xl-157 {
    max-height: 157px !important;
  }
  .min-height-xl-157 {
    min-height: 157px !important;
  }
}
.w-157 {
  width: 157% !important;
}

.h-157 {
  height: 157% !important;
}

.max-w-157 {
  max-width: 157% !important;
}

.min-w-157 {
  min-width: 157% !important;
}

.max-h-157 {
  max-height: 157% !important;
}

.min-h-157 {
  min-height: 157% !important;
}

.min-vw-157 {
  min-width: 157vw !important;
}

.min-vh-157 {
  min-height: 157vh !important;
}

.vw-157 {
  width: 157vw !important;
}

.vh-157 {
  height: 157vh !important;
}

.width-157 {
  width: 157px !important;
}

.height-157 {
  height: 157px !important;
}

.max-width-157 {
  max-width: 157px !important;
}

.min-width-157 {
  min-width: 157px !important;
}

.max-height-157 {
  max-height: 157px !important;
}

.min-height-157 {
  min-height: 157px !important;
}

@media (max-width: 576px) {
  .w-sm-158 {
    width: 158% !important;
  }
  .h-sm-158 {
    height: 158% !important;
  }
  .max-w-sm-158 {
    max-width: 158% !important;
  }
  .min-w-sm-158 {
    min-width: 158% !important;
  }
  .max-h-sm-158 {
    max-height: 158% !important;
  }
  .min-h-sm-158 {
    min-height: 158% !important;
  }
  .min-sm-vw-158 {
    min-width: 158vw !important;
  }
  .min-sm-vh-158 {
    min-height: 158vh !important;
  }
  .vw-sm-158 {
    width: 158vw !important;
  }
  .vh-sm-158 {
    height: 158vh !important;
  }
  .width-sm-158 {
    width: 158px !important;
  }
  .height-sm-158 {
    height: 158px !important;
  }
  .max-width-sm-158 {
    max-width: 158px !important;
  }
  .min-width-sm-158 {
    min-width: 158px !important;
  }
  .max-height-sm-158 {
    max-height: 158px !important;
  }
  .min-height-sm-158 {
    min-height: 158px !important;
  }
}
@media (max-width: 768px) {
  .w-md-158 {
    width: 158% !important;
  }
  .h-md-158 {
    height: 158% !important;
  }
  .max-w-md-158 {
    max-width: 158% !important;
  }
  .min-w-md-158 {
    min-width: 158% !important;
  }
  .max-h-md-158 {
    max-height: 158% !important;
  }
  .min-h-md-158 {
    min-height: 158% !important;
  }
  .min-md-vw-158 {
    min-width: 158vw !important;
  }
  .min-md-vh-158 {
    min-height: 158vh !important;
  }
  .vw-md-158 {
    width: 158vw !important;
  }
  .vh-md-158 {
    height: 158vh !important;
  }
  .width-md-158 {
    width: 158px !important;
  }
  .height-md-158 {
    height: 158px !important;
  }
  .max-width-md-158 {
    max-width: 158px !important;
  }
  .min-width-md-158 {
    min-width: 158px !important;
  }
  .max-height-md-158 {
    max-height: 158px !important;
  }
  .min-height-md-158 {
    min-height: 158px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-158 {
    width: 158% !important;
  }
  .h-lg-158 {
    height: 158% !important;
  }
  .max-w-lg-158 {
    max-width: 158% !important;
  }
  .min-w-lg-158 {
    min-width: 158% !important;
  }
  .max-h-lg-158 {
    max-height: 158% !important;
  }
  .min-h-lg-158 {
    min-height: 158% !important;
  }
  .min-lg-vw-158 {
    min-width: 158vw !important;
  }
  .min-lg-vh-158 {
    min-height: 158vh !important;
  }
  .vw-lg-158 {
    width: 158vw !important;
  }
  .vh-lg-158 {
    height: 158vh !important;
  }
  .width-lg-158 {
    width: 158px !important;
  }
  .height-lg-158 {
    height: 158px !important;
  }
  .max-width-lg-158 {
    max-width: 158px !important;
  }
  .min-width-lg-158 {
    min-width: 158px !important;
  }
  .max-height-lg-158 {
    max-height: 158px !important;
  }
  .min-height-lg-158 {
    min-height: 158px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-158 {
    width: 158% !important;
  }
  .h-xl-158 {
    height: 158% !important;
  }
  .max-w-xl-158 {
    max-width: 158% !important;
  }
  .min-w-xl-158 {
    min-width: 158% !important;
  }
  .max-h-xl-158 {
    max-height: 158% !important;
  }
  .min-h-xl-158 {
    min-height: 158% !important;
  }
  .min-xl-vw-158 {
    min-width: 158vw !important;
  }
  .min-xl-vh-158 {
    min-height: 158vh !important;
  }
  .vw-xl-158 {
    width: 158vw !important;
  }
  .vh-xl-158 {
    height: 158vh !important;
  }
  .width-xl-158 {
    width: 158px !important;
  }
  .height-xl-158 {
    height: 158px !important;
  }
  .max-width-xl-158 {
    max-width: 158px !important;
  }
  .min-width-xl-158 {
    min-width: 158px !important;
  }
  .max-height-xl-158 {
    max-height: 158px !important;
  }
  .min-height-xl-158 {
    min-height: 158px !important;
  }
}
.w-158 {
  width: 158% !important;
}

.h-158 {
  height: 158% !important;
}

.max-w-158 {
  max-width: 158% !important;
}

.min-w-158 {
  min-width: 158% !important;
}

.max-h-158 {
  max-height: 158% !important;
}

.min-h-158 {
  min-height: 158% !important;
}

.min-vw-158 {
  min-width: 158vw !important;
}

.min-vh-158 {
  min-height: 158vh !important;
}

.vw-158 {
  width: 158vw !important;
}

.vh-158 {
  height: 158vh !important;
}

.width-158 {
  width: 158px !important;
}

.height-158 {
  height: 158px !important;
}

.max-width-158 {
  max-width: 158px !important;
}

.min-width-158 {
  min-width: 158px !important;
}

.max-height-158 {
  max-height: 158px !important;
}

.min-height-158 {
  min-height: 158px !important;
}

@media (max-width: 576px) {
  .w-sm-159 {
    width: 159% !important;
  }
  .h-sm-159 {
    height: 159% !important;
  }
  .max-w-sm-159 {
    max-width: 159% !important;
  }
  .min-w-sm-159 {
    min-width: 159% !important;
  }
  .max-h-sm-159 {
    max-height: 159% !important;
  }
  .min-h-sm-159 {
    min-height: 159% !important;
  }
  .min-sm-vw-159 {
    min-width: 159vw !important;
  }
  .min-sm-vh-159 {
    min-height: 159vh !important;
  }
  .vw-sm-159 {
    width: 159vw !important;
  }
  .vh-sm-159 {
    height: 159vh !important;
  }
  .width-sm-159 {
    width: 159px !important;
  }
  .height-sm-159 {
    height: 159px !important;
  }
  .max-width-sm-159 {
    max-width: 159px !important;
  }
  .min-width-sm-159 {
    min-width: 159px !important;
  }
  .max-height-sm-159 {
    max-height: 159px !important;
  }
  .min-height-sm-159 {
    min-height: 159px !important;
  }
}
@media (max-width: 768px) {
  .w-md-159 {
    width: 159% !important;
  }
  .h-md-159 {
    height: 159% !important;
  }
  .max-w-md-159 {
    max-width: 159% !important;
  }
  .min-w-md-159 {
    min-width: 159% !important;
  }
  .max-h-md-159 {
    max-height: 159% !important;
  }
  .min-h-md-159 {
    min-height: 159% !important;
  }
  .min-md-vw-159 {
    min-width: 159vw !important;
  }
  .min-md-vh-159 {
    min-height: 159vh !important;
  }
  .vw-md-159 {
    width: 159vw !important;
  }
  .vh-md-159 {
    height: 159vh !important;
  }
  .width-md-159 {
    width: 159px !important;
  }
  .height-md-159 {
    height: 159px !important;
  }
  .max-width-md-159 {
    max-width: 159px !important;
  }
  .min-width-md-159 {
    min-width: 159px !important;
  }
  .max-height-md-159 {
    max-height: 159px !important;
  }
  .min-height-md-159 {
    min-height: 159px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-159 {
    width: 159% !important;
  }
  .h-lg-159 {
    height: 159% !important;
  }
  .max-w-lg-159 {
    max-width: 159% !important;
  }
  .min-w-lg-159 {
    min-width: 159% !important;
  }
  .max-h-lg-159 {
    max-height: 159% !important;
  }
  .min-h-lg-159 {
    min-height: 159% !important;
  }
  .min-lg-vw-159 {
    min-width: 159vw !important;
  }
  .min-lg-vh-159 {
    min-height: 159vh !important;
  }
  .vw-lg-159 {
    width: 159vw !important;
  }
  .vh-lg-159 {
    height: 159vh !important;
  }
  .width-lg-159 {
    width: 159px !important;
  }
  .height-lg-159 {
    height: 159px !important;
  }
  .max-width-lg-159 {
    max-width: 159px !important;
  }
  .min-width-lg-159 {
    min-width: 159px !important;
  }
  .max-height-lg-159 {
    max-height: 159px !important;
  }
  .min-height-lg-159 {
    min-height: 159px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-159 {
    width: 159% !important;
  }
  .h-xl-159 {
    height: 159% !important;
  }
  .max-w-xl-159 {
    max-width: 159% !important;
  }
  .min-w-xl-159 {
    min-width: 159% !important;
  }
  .max-h-xl-159 {
    max-height: 159% !important;
  }
  .min-h-xl-159 {
    min-height: 159% !important;
  }
  .min-xl-vw-159 {
    min-width: 159vw !important;
  }
  .min-xl-vh-159 {
    min-height: 159vh !important;
  }
  .vw-xl-159 {
    width: 159vw !important;
  }
  .vh-xl-159 {
    height: 159vh !important;
  }
  .width-xl-159 {
    width: 159px !important;
  }
  .height-xl-159 {
    height: 159px !important;
  }
  .max-width-xl-159 {
    max-width: 159px !important;
  }
  .min-width-xl-159 {
    min-width: 159px !important;
  }
  .max-height-xl-159 {
    max-height: 159px !important;
  }
  .min-height-xl-159 {
    min-height: 159px !important;
  }
}
.w-159 {
  width: 159% !important;
}

.h-159 {
  height: 159% !important;
}

.max-w-159 {
  max-width: 159% !important;
}

.min-w-159 {
  min-width: 159% !important;
}

.max-h-159 {
  max-height: 159% !important;
}

.min-h-159 {
  min-height: 159% !important;
}

.min-vw-159 {
  min-width: 159vw !important;
}

.min-vh-159 {
  min-height: 159vh !important;
}

.vw-159 {
  width: 159vw !important;
}

.vh-159 {
  height: 159vh !important;
}

.width-159 {
  width: 159px !important;
}

.height-159 {
  height: 159px !important;
}

.max-width-159 {
  max-width: 159px !important;
}

.min-width-159 {
  min-width: 159px !important;
}

.max-height-159 {
  max-height: 159px !important;
}

.min-height-159 {
  min-height: 159px !important;
}

@media (max-width: 576px) {
  .w-sm-160 {
    width: 160% !important;
  }
  .h-sm-160 {
    height: 160% !important;
  }
  .max-w-sm-160 {
    max-width: 160% !important;
  }
  .min-w-sm-160 {
    min-width: 160% !important;
  }
  .max-h-sm-160 {
    max-height: 160% !important;
  }
  .min-h-sm-160 {
    min-height: 160% !important;
  }
  .min-sm-vw-160 {
    min-width: 160vw !important;
  }
  .min-sm-vh-160 {
    min-height: 160vh !important;
  }
  .vw-sm-160 {
    width: 160vw !important;
  }
  .vh-sm-160 {
    height: 160vh !important;
  }
  .width-sm-160 {
    width: 160px !important;
  }
  .height-sm-160 {
    height: 160px !important;
  }
  .max-width-sm-160 {
    max-width: 160px !important;
  }
  .min-width-sm-160 {
    min-width: 160px !important;
  }
  .max-height-sm-160 {
    max-height: 160px !important;
  }
  .min-height-sm-160 {
    min-height: 160px !important;
  }
}
@media (max-width: 768px) {
  .w-md-160 {
    width: 160% !important;
  }
  .h-md-160 {
    height: 160% !important;
  }
  .max-w-md-160 {
    max-width: 160% !important;
  }
  .min-w-md-160 {
    min-width: 160% !important;
  }
  .max-h-md-160 {
    max-height: 160% !important;
  }
  .min-h-md-160 {
    min-height: 160% !important;
  }
  .min-md-vw-160 {
    min-width: 160vw !important;
  }
  .min-md-vh-160 {
    min-height: 160vh !important;
  }
  .vw-md-160 {
    width: 160vw !important;
  }
  .vh-md-160 {
    height: 160vh !important;
  }
  .width-md-160 {
    width: 160px !important;
  }
  .height-md-160 {
    height: 160px !important;
  }
  .max-width-md-160 {
    max-width: 160px !important;
  }
  .min-width-md-160 {
    min-width: 160px !important;
  }
  .max-height-md-160 {
    max-height: 160px !important;
  }
  .min-height-md-160 {
    min-height: 160px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-160 {
    width: 160% !important;
  }
  .h-lg-160 {
    height: 160% !important;
  }
  .max-w-lg-160 {
    max-width: 160% !important;
  }
  .min-w-lg-160 {
    min-width: 160% !important;
  }
  .max-h-lg-160 {
    max-height: 160% !important;
  }
  .min-h-lg-160 {
    min-height: 160% !important;
  }
  .min-lg-vw-160 {
    min-width: 160vw !important;
  }
  .min-lg-vh-160 {
    min-height: 160vh !important;
  }
  .vw-lg-160 {
    width: 160vw !important;
  }
  .vh-lg-160 {
    height: 160vh !important;
  }
  .width-lg-160 {
    width: 160px !important;
  }
  .height-lg-160 {
    height: 160px !important;
  }
  .max-width-lg-160 {
    max-width: 160px !important;
  }
  .min-width-lg-160 {
    min-width: 160px !important;
  }
  .max-height-lg-160 {
    max-height: 160px !important;
  }
  .min-height-lg-160 {
    min-height: 160px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-160 {
    width: 160% !important;
  }
  .h-xl-160 {
    height: 160% !important;
  }
  .max-w-xl-160 {
    max-width: 160% !important;
  }
  .min-w-xl-160 {
    min-width: 160% !important;
  }
  .max-h-xl-160 {
    max-height: 160% !important;
  }
  .min-h-xl-160 {
    min-height: 160% !important;
  }
  .min-xl-vw-160 {
    min-width: 160vw !important;
  }
  .min-xl-vh-160 {
    min-height: 160vh !important;
  }
  .vw-xl-160 {
    width: 160vw !important;
  }
  .vh-xl-160 {
    height: 160vh !important;
  }
  .width-xl-160 {
    width: 160px !important;
  }
  .height-xl-160 {
    height: 160px !important;
  }
  .max-width-xl-160 {
    max-width: 160px !important;
  }
  .min-width-xl-160 {
    min-width: 160px !important;
  }
  .max-height-xl-160 {
    max-height: 160px !important;
  }
  .min-height-xl-160 {
    min-height: 160px !important;
  }
}
.w-160 {
  width: 160% !important;
}

.h-160 {
  height: 160% !important;
}

.max-w-160 {
  max-width: 160% !important;
}

.min-w-160 {
  min-width: 160% !important;
}

.max-h-160 {
  max-height: 160% !important;
}

.min-h-160 {
  min-height: 160% !important;
}

.min-vw-160 {
  min-width: 160vw !important;
}

.min-vh-160 {
  min-height: 160vh !important;
}

.vw-160 {
  width: 160vw !important;
}

.vh-160 {
  height: 160vh !important;
}

.width-160 {
  width: 160px !important;
}

.height-160 {
  height: 160px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.min-width-160 {
  min-width: 160px !important;
}

.max-height-160 {
  max-height: 160px !important;
}

.min-height-160 {
  min-height: 160px !important;
}

@media (max-width: 576px) {
  .w-sm-161 {
    width: 161% !important;
  }
  .h-sm-161 {
    height: 161% !important;
  }
  .max-w-sm-161 {
    max-width: 161% !important;
  }
  .min-w-sm-161 {
    min-width: 161% !important;
  }
  .max-h-sm-161 {
    max-height: 161% !important;
  }
  .min-h-sm-161 {
    min-height: 161% !important;
  }
  .min-sm-vw-161 {
    min-width: 161vw !important;
  }
  .min-sm-vh-161 {
    min-height: 161vh !important;
  }
  .vw-sm-161 {
    width: 161vw !important;
  }
  .vh-sm-161 {
    height: 161vh !important;
  }
  .width-sm-161 {
    width: 161px !important;
  }
  .height-sm-161 {
    height: 161px !important;
  }
  .max-width-sm-161 {
    max-width: 161px !important;
  }
  .min-width-sm-161 {
    min-width: 161px !important;
  }
  .max-height-sm-161 {
    max-height: 161px !important;
  }
  .min-height-sm-161 {
    min-height: 161px !important;
  }
}
@media (max-width: 768px) {
  .w-md-161 {
    width: 161% !important;
  }
  .h-md-161 {
    height: 161% !important;
  }
  .max-w-md-161 {
    max-width: 161% !important;
  }
  .min-w-md-161 {
    min-width: 161% !important;
  }
  .max-h-md-161 {
    max-height: 161% !important;
  }
  .min-h-md-161 {
    min-height: 161% !important;
  }
  .min-md-vw-161 {
    min-width: 161vw !important;
  }
  .min-md-vh-161 {
    min-height: 161vh !important;
  }
  .vw-md-161 {
    width: 161vw !important;
  }
  .vh-md-161 {
    height: 161vh !important;
  }
  .width-md-161 {
    width: 161px !important;
  }
  .height-md-161 {
    height: 161px !important;
  }
  .max-width-md-161 {
    max-width: 161px !important;
  }
  .min-width-md-161 {
    min-width: 161px !important;
  }
  .max-height-md-161 {
    max-height: 161px !important;
  }
  .min-height-md-161 {
    min-height: 161px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-161 {
    width: 161% !important;
  }
  .h-lg-161 {
    height: 161% !important;
  }
  .max-w-lg-161 {
    max-width: 161% !important;
  }
  .min-w-lg-161 {
    min-width: 161% !important;
  }
  .max-h-lg-161 {
    max-height: 161% !important;
  }
  .min-h-lg-161 {
    min-height: 161% !important;
  }
  .min-lg-vw-161 {
    min-width: 161vw !important;
  }
  .min-lg-vh-161 {
    min-height: 161vh !important;
  }
  .vw-lg-161 {
    width: 161vw !important;
  }
  .vh-lg-161 {
    height: 161vh !important;
  }
  .width-lg-161 {
    width: 161px !important;
  }
  .height-lg-161 {
    height: 161px !important;
  }
  .max-width-lg-161 {
    max-width: 161px !important;
  }
  .min-width-lg-161 {
    min-width: 161px !important;
  }
  .max-height-lg-161 {
    max-height: 161px !important;
  }
  .min-height-lg-161 {
    min-height: 161px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-161 {
    width: 161% !important;
  }
  .h-xl-161 {
    height: 161% !important;
  }
  .max-w-xl-161 {
    max-width: 161% !important;
  }
  .min-w-xl-161 {
    min-width: 161% !important;
  }
  .max-h-xl-161 {
    max-height: 161% !important;
  }
  .min-h-xl-161 {
    min-height: 161% !important;
  }
  .min-xl-vw-161 {
    min-width: 161vw !important;
  }
  .min-xl-vh-161 {
    min-height: 161vh !important;
  }
  .vw-xl-161 {
    width: 161vw !important;
  }
  .vh-xl-161 {
    height: 161vh !important;
  }
  .width-xl-161 {
    width: 161px !important;
  }
  .height-xl-161 {
    height: 161px !important;
  }
  .max-width-xl-161 {
    max-width: 161px !important;
  }
  .min-width-xl-161 {
    min-width: 161px !important;
  }
  .max-height-xl-161 {
    max-height: 161px !important;
  }
  .min-height-xl-161 {
    min-height: 161px !important;
  }
}
.w-161 {
  width: 161% !important;
}

.h-161 {
  height: 161% !important;
}

.max-w-161 {
  max-width: 161% !important;
}

.min-w-161 {
  min-width: 161% !important;
}

.max-h-161 {
  max-height: 161% !important;
}

.min-h-161 {
  min-height: 161% !important;
}

.min-vw-161 {
  min-width: 161vw !important;
}

.min-vh-161 {
  min-height: 161vh !important;
}

.vw-161 {
  width: 161vw !important;
}

.vh-161 {
  height: 161vh !important;
}

.width-161 {
  width: 161px !important;
}

.height-161 {
  height: 161px !important;
}

.max-width-161 {
  max-width: 161px !important;
}

.min-width-161 {
  min-width: 161px !important;
}

.max-height-161 {
  max-height: 161px !important;
}

.min-height-161 {
  min-height: 161px !important;
}

@media (max-width: 576px) {
  .w-sm-162 {
    width: 162% !important;
  }
  .h-sm-162 {
    height: 162% !important;
  }
  .max-w-sm-162 {
    max-width: 162% !important;
  }
  .min-w-sm-162 {
    min-width: 162% !important;
  }
  .max-h-sm-162 {
    max-height: 162% !important;
  }
  .min-h-sm-162 {
    min-height: 162% !important;
  }
  .min-sm-vw-162 {
    min-width: 162vw !important;
  }
  .min-sm-vh-162 {
    min-height: 162vh !important;
  }
  .vw-sm-162 {
    width: 162vw !important;
  }
  .vh-sm-162 {
    height: 162vh !important;
  }
  .width-sm-162 {
    width: 162px !important;
  }
  .height-sm-162 {
    height: 162px !important;
  }
  .max-width-sm-162 {
    max-width: 162px !important;
  }
  .min-width-sm-162 {
    min-width: 162px !important;
  }
  .max-height-sm-162 {
    max-height: 162px !important;
  }
  .min-height-sm-162 {
    min-height: 162px !important;
  }
}
@media (max-width: 768px) {
  .w-md-162 {
    width: 162% !important;
  }
  .h-md-162 {
    height: 162% !important;
  }
  .max-w-md-162 {
    max-width: 162% !important;
  }
  .min-w-md-162 {
    min-width: 162% !important;
  }
  .max-h-md-162 {
    max-height: 162% !important;
  }
  .min-h-md-162 {
    min-height: 162% !important;
  }
  .min-md-vw-162 {
    min-width: 162vw !important;
  }
  .min-md-vh-162 {
    min-height: 162vh !important;
  }
  .vw-md-162 {
    width: 162vw !important;
  }
  .vh-md-162 {
    height: 162vh !important;
  }
  .width-md-162 {
    width: 162px !important;
  }
  .height-md-162 {
    height: 162px !important;
  }
  .max-width-md-162 {
    max-width: 162px !important;
  }
  .min-width-md-162 {
    min-width: 162px !important;
  }
  .max-height-md-162 {
    max-height: 162px !important;
  }
  .min-height-md-162 {
    min-height: 162px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-162 {
    width: 162% !important;
  }
  .h-lg-162 {
    height: 162% !important;
  }
  .max-w-lg-162 {
    max-width: 162% !important;
  }
  .min-w-lg-162 {
    min-width: 162% !important;
  }
  .max-h-lg-162 {
    max-height: 162% !important;
  }
  .min-h-lg-162 {
    min-height: 162% !important;
  }
  .min-lg-vw-162 {
    min-width: 162vw !important;
  }
  .min-lg-vh-162 {
    min-height: 162vh !important;
  }
  .vw-lg-162 {
    width: 162vw !important;
  }
  .vh-lg-162 {
    height: 162vh !important;
  }
  .width-lg-162 {
    width: 162px !important;
  }
  .height-lg-162 {
    height: 162px !important;
  }
  .max-width-lg-162 {
    max-width: 162px !important;
  }
  .min-width-lg-162 {
    min-width: 162px !important;
  }
  .max-height-lg-162 {
    max-height: 162px !important;
  }
  .min-height-lg-162 {
    min-height: 162px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-162 {
    width: 162% !important;
  }
  .h-xl-162 {
    height: 162% !important;
  }
  .max-w-xl-162 {
    max-width: 162% !important;
  }
  .min-w-xl-162 {
    min-width: 162% !important;
  }
  .max-h-xl-162 {
    max-height: 162% !important;
  }
  .min-h-xl-162 {
    min-height: 162% !important;
  }
  .min-xl-vw-162 {
    min-width: 162vw !important;
  }
  .min-xl-vh-162 {
    min-height: 162vh !important;
  }
  .vw-xl-162 {
    width: 162vw !important;
  }
  .vh-xl-162 {
    height: 162vh !important;
  }
  .width-xl-162 {
    width: 162px !important;
  }
  .height-xl-162 {
    height: 162px !important;
  }
  .max-width-xl-162 {
    max-width: 162px !important;
  }
  .min-width-xl-162 {
    min-width: 162px !important;
  }
  .max-height-xl-162 {
    max-height: 162px !important;
  }
  .min-height-xl-162 {
    min-height: 162px !important;
  }
}
.w-162 {
  width: 162% !important;
}

.h-162 {
  height: 162% !important;
}

.max-w-162 {
  max-width: 162% !important;
}

.min-w-162 {
  min-width: 162% !important;
}

.max-h-162 {
  max-height: 162% !important;
}

.min-h-162 {
  min-height: 162% !important;
}

.min-vw-162 {
  min-width: 162vw !important;
}

.min-vh-162 {
  min-height: 162vh !important;
}

.vw-162 {
  width: 162vw !important;
}

.vh-162 {
  height: 162vh !important;
}

.width-162 {
  width: 162px !important;
}

.height-162 {
  height: 162px !important;
}

.max-width-162 {
  max-width: 162px !important;
}

.min-width-162 {
  min-width: 162px !important;
}

.max-height-162 {
  max-height: 162px !important;
}

.min-height-162 {
  min-height: 162px !important;
}

@media (max-width: 576px) {
  .w-sm-163 {
    width: 163% !important;
  }
  .h-sm-163 {
    height: 163% !important;
  }
  .max-w-sm-163 {
    max-width: 163% !important;
  }
  .min-w-sm-163 {
    min-width: 163% !important;
  }
  .max-h-sm-163 {
    max-height: 163% !important;
  }
  .min-h-sm-163 {
    min-height: 163% !important;
  }
  .min-sm-vw-163 {
    min-width: 163vw !important;
  }
  .min-sm-vh-163 {
    min-height: 163vh !important;
  }
  .vw-sm-163 {
    width: 163vw !important;
  }
  .vh-sm-163 {
    height: 163vh !important;
  }
  .width-sm-163 {
    width: 163px !important;
  }
  .height-sm-163 {
    height: 163px !important;
  }
  .max-width-sm-163 {
    max-width: 163px !important;
  }
  .min-width-sm-163 {
    min-width: 163px !important;
  }
  .max-height-sm-163 {
    max-height: 163px !important;
  }
  .min-height-sm-163 {
    min-height: 163px !important;
  }
}
@media (max-width: 768px) {
  .w-md-163 {
    width: 163% !important;
  }
  .h-md-163 {
    height: 163% !important;
  }
  .max-w-md-163 {
    max-width: 163% !important;
  }
  .min-w-md-163 {
    min-width: 163% !important;
  }
  .max-h-md-163 {
    max-height: 163% !important;
  }
  .min-h-md-163 {
    min-height: 163% !important;
  }
  .min-md-vw-163 {
    min-width: 163vw !important;
  }
  .min-md-vh-163 {
    min-height: 163vh !important;
  }
  .vw-md-163 {
    width: 163vw !important;
  }
  .vh-md-163 {
    height: 163vh !important;
  }
  .width-md-163 {
    width: 163px !important;
  }
  .height-md-163 {
    height: 163px !important;
  }
  .max-width-md-163 {
    max-width: 163px !important;
  }
  .min-width-md-163 {
    min-width: 163px !important;
  }
  .max-height-md-163 {
    max-height: 163px !important;
  }
  .min-height-md-163 {
    min-height: 163px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-163 {
    width: 163% !important;
  }
  .h-lg-163 {
    height: 163% !important;
  }
  .max-w-lg-163 {
    max-width: 163% !important;
  }
  .min-w-lg-163 {
    min-width: 163% !important;
  }
  .max-h-lg-163 {
    max-height: 163% !important;
  }
  .min-h-lg-163 {
    min-height: 163% !important;
  }
  .min-lg-vw-163 {
    min-width: 163vw !important;
  }
  .min-lg-vh-163 {
    min-height: 163vh !important;
  }
  .vw-lg-163 {
    width: 163vw !important;
  }
  .vh-lg-163 {
    height: 163vh !important;
  }
  .width-lg-163 {
    width: 163px !important;
  }
  .height-lg-163 {
    height: 163px !important;
  }
  .max-width-lg-163 {
    max-width: 163px !important;
  }
  .min-width-lg-163 {
    min-width: 163px !important;
  }
  .max-height-lg-163 {
    max-height: 163px !important;
  }
  .min-height-lg-163 {
    min-height: 163px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-163 {
    width: 163% !important;
  }
  .h-xl-163 {
    height: 163% !important;
  }
  .max-w-xl-163 {
    max-width: 163% !important;
  }
  .min-w-xl-163 {
    min-width: 163% !important;
  }
  .max-h-xl-163 {
    max-height: 163% !important;
  }
  .min-h-xl-163 {
    min-height: 163% !important;
  }
  .min-xl-vw-163 {
    min-width: 163vw !important;
  }
  .min-xl-vh-163 {
    min-height: 163vh !important;
  }
  .vw-xl-163 {
    width: 163vw !important;
  }
  .vh-xl-163 {
    height: 163vh !important;
  }
  .width-xl-163 {
    width: 163px !important;
  }
  .height-xl-163 {
    height: 163px !important;
  }
  .max-width-xl-163 {
    max-width: 163px !important;
  }
  .min-width-xl-163 {
    min-width: 163px !important;
  }
  .max-height-xl-163 {
    max-height: 163px !important;
  }
  .min-height-xl-163 {
    min-height: 163px !important;
  }
}
.w-163 {
  width: 163% !important;
}

.h-163 {
  height: 163% !important;
}

.max-w-163 {
  max-width: 163% !important;
}

.min-w-163 {
  min-width: 163% !important;
}

.max-h-163 {
  max-height: 163% !important;
}

.min-h-163 {
  min-height: 163% !important;
}

.min-vw-163 {
  min-width: 163vw !important;
}

.min-vh-163 {
  min-height: 163vh !important;
}

.vw-163 {
  width: 163vw !important;
}

.vh-163 {
  height: 163vh !important;
}

.width-163 {
  width: 163px !important;
}

.height-163 {
  height: 163px !important;
}

.max-width-163 {
  max-width: 163px !important;
}

.min-width-163 {
  min-width: 163px !important;
}

.max-height-163 {
  max-height: 163px !important;
}

.min-height-163 {
  min-height: 163px !important;
}

@media (max-width: 576px) {
  .w-sm-164 {
    width: 164% !important;
  }
  .h-sm-164 {
    height: 164% !important;
  }
  .max-w-sm-164 {
    max-width: 164% !important;
  }
  .min-w-sm-164 {
    min-width: 164% !important;
  }
  .max-h-sm-164 {
    max-height: 164% !important;
  }
  .min-h-sm-164 {
    min-height: 164% !important;
  }
  .min-sm-vw-164 {
    min-width: 164vw !important;
  }
  .min-sm-vh-164 {
    min-height: 164vh !important;
  }
  .vw-sm-164 {
    width: 164vw !important;
  }
  .vh-sm-164 {
    height: 164vh !important;
  }
  .width-sm-164 {
    width: 164px !important;
  }
  .height-sm-164 {
    height: 164px !important;
  }
  .max-width-sm-164 {
    max-width: 164px !important;
  }
  .min-width-sm-164 {
    min-width: 164px !important;
  }
  .max-height-sm-164 {
    max-height: 164px !important;
  }
  .min-height-sm-164 {
    min-height: 164px !important;
  }
}
@media (max-width: 768px) {
  .w-md-164 {
    width: 164% !important;
  }
  .h-md-164 {
    height: 164% !important;
  }
  .max-w-md-164 {
    max-width: 164% !important;
  }
  .min-w-md-164 {
    min-width: 164% !important;
  }
  .max-h-md-164 {
    max-height: 164% !important;
  }
  .min-h-md-164 {
    min-height: 164% !important;
  }
  .min-md-vw-164 {
    min-width: 164vw !important;
  }
  .min-md-vh-164 {
    min-height: 164vh !important;
  }
  .vw-md-164 {
    width: 164vw !important;
  }
  .vh-md-164 {
    height: 164vh !important;
  }
  .width-md-164 {
    width: 164px !important;
  }
  .height-md-164 {
    height: 164px !important;
  }
  .max-width-md-164 {
    max-width: 164px !important;
  }
  .min-width-md-164 {
    min-width: 164px !important;
  }
  .max-height-md-164 {
    max-height: 164px !important;
  }
  .min-height-md-164 {
    min-height: 164px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-164 {
    width: 164% !important;
  }
  .h-lg-164 {
    height: 164% !important;
  }
  .max-w-lg-164 {
    max-width: 164% !important;
  }
  .min-w-lg-164 {
    min-width: 164% !important;
  }
  .max-h-lg-164 {
    max-height: 164% !important;
  }
  .min-h-lg-164 {
    min-height: 164% !important;
  }
  .min-lg-vw-164 {
    min-width: 164vw !important;
  }
  .min-lg-vh-164 {
    min-height: 164vh !important;
  }
  .vw-lg-164 {
    width: 164vw !important;
  }
  .vh-lg-164 {
    height: 164vh !important;
  }
  .width-lg-164 {
    width: 164px !important;
  }
  .height-lg-164 {
    height: 164px !important;
  }
  .max-width-lg-164 {
    max-width: 164px !important;
  }
  .min-width-lg-164 {
    min-width: 164px !important;
  }
  .max-height-lg-164 {
    max-height: 164px !important;
  }
  .min-height-lg-164 {
    min-height: 164px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-164 {
    width: 164% !important;
  }
  .h-xl-164 {
    height: 164% !important;
  }
  .max-w-xl-164 {
    max-width: 164% !important;
  }
  .min-w-xl-164 {
    min-width: 164% !important;
  }
  .max-h-xl-164 {
    max-height: 164% !important;
  }
  .min-h-xl-164 {
    min-height: 164% !important;
  }
  .min-xl-vw-164 {
    min-width: 164vw !important;
  }
  .min-xl-vh-164 {
    min-height: 164vh !important;
  }
  .vw-xl-164 {
    width: 164vw !important;
  }
  .vh-xl-164 {
    height: 164vh !important;
  }
  .width-xl-164 {
    width: 164px !important;
  }
  .height-xl-164 {
    height: 164px !important;
  }
  .max-width-xl-164 {
    max-width: 164px !important;
  }
  .min-width-xl-164 {
    min-width: 164px !important;
  }
  .max-height-xl-164 {
    max-height: 164px !important;
  }
  .min-height-xl-164 {
    min-height: 164px !important;
  }
}
.w-164 {
  width: 164% !important;
}

.h-164 {
  height: 164% !important;
}

.max-w-164 {
  max-width: 164% !important;
}

.min-w-164 {
  min-width: 164% !important;
}

.max-h-164 {
  max-height: 164% !important;
}

.min-h-164 {
  min-height: 164% !important;
}

.min-vw-164 {
  min-width: 164vw !important;
}

.min-vh-164 {
  min-height: 164vh !important;
}

.vw-164 {
  width: 164vw !important;
}

.vh-164 {
  height: 164vh !important;
}

.width-164 {
  width: 164px !important;
}

.height-164 {
  height: 164px !important;
}

.max-width-164 {
  max-width: 164px !important;
}

.min-width-164 {
  min-width: 164px !important;
}

.max-height-164 {
  max-height: 164px !important;
}

.min-height-164 {
  min-height: 164px !important;
}

@media (max-width: 576px) {
  .w-sm-165 {
    width: 165% !important;
  }
  .h-sm-165 {
    height: 165% !important;
  }
  .max-w-sm-165 {
    max-width: 165% !important;
  }
  .min-w-sm-165 {
    min-width: 165% !important;
  }
  .max-h-sm-165 {
    max-height: 165% !important;
  }
  .min-h-sm-165 {
    min-height: 165% !important;
  }
  .min-sm-vw-165 {
    min-width: 165vw !important;
  }
  .min-sm-vh-165 {
    min-height: 165vh !important;
  }
  .vw-sm-165 {
    width: 165vw !important;
  }
  .vh-sm-165 {
    height: 165vh !important;
  }
  .width-sm-165 {
    width: 165px !important;
  }
  .height-sm-165 {
    height: 165px !important;
  }
  .max-width-sm-165 {
    max-width: 165px !important;
  }
  .min-width-sm-165 {
    min-width: 165px !important;
  }
  .max-height-sm-165 {
    max-height: 165px !important;
  }
  .min-height-sm-165 {
    min-height: 165px !important;
  }
}
@media (max-width: 768px) {
  .w-md-165 {
    width: 165% !important;
  }
  .h-md-165 {
    height: 165% !important;
  }
  .max-w-md-165 {
    max-width: 165% !important;
  }
  .min-w-md-165 {
    min-width: 165% !important;
  }
  .max-h-md-165 {
    max-height: 165% !important;
  }
  .min-h-md-165 {
    min-height: 165% !important;
  }
  .min-md-vw-165 {
    min-width: 165vw !important;
  }
  .min-md-vh-165 {
    min-height: 165vh !important;
  }
  .vw-md-165 {
    width: 165vw !important;
  }
  .vh-md-165 {
    height: 165vh !important;
  }
  .width-md-165 {
    width: 165px !important;
  }
  .height-md-165 {
    height: 165px !important;
  }
  .max-width-md-165 {
    max-width: 165px !important;
  }
  .min-width-md-165 {
    min-width: 165px !important;
  }
  .max-height-md-165 {
    max-height: 165px !important;
  }
  .min-height-md-165 {
    min-height: 165px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-165 {
    width: 165% !important;
  }
  .h-lg-165 {
    height: 165% !important;
  }
  .max-w-lg-165 {
    max-width: 165% !important;
  }
  .min-w-lg-165 {
    min-width: 165% !important;
  }
  .max-h-lg-165 {
    max-height: 165% !important;
  }
  .min-h-lg-165 {
    min-height: 165% !important;
  }
  .min-lg-vw-165 {
    min-width: 165vw !important;
  }
  .min-lg-vh-165 {
    min-height: 165vh !important;
  }
  .vw-lg-165 {
    width: 165vw !important;
  }
  .vh-lg-165 {
    height: 165vh !important;
  }
  .width-lg-165 {
    width: 165px !important;
  }
  .height-lg-165 {
    height: 165px !important;
  }
  .max-width-lg-165 {
    max-width: 165px !important;
  }
  .min-width-lg-165 {
    min-width: 165px !important;
  }
  .max-height-lg-165 {
    max-height: 165px !important;
  }
  .min-height-lg-165 {
    min-height: 165px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-165 {
    width: 165% !important;
  }
  .h-xl-165 {
    height: 165% !important;
  }
  .max-w-xl-165 {
    max-width: 165% !important;
  }
  .min-w-xl-165 {
    min-width: 165% !important;
  }
  .max-h-xl-165 {
    max-height: 165% !important;
  }
  .min-h-xl-165 {
    min-height: 165% !important;
  }
  .min-xl-vw-165 {
    min-width: 165vw !important;
  }
  .min-xl-vh-165 {
    min-height: 165vh !important;
  }
  .vw-xl-165 {
    width: 165vw !important;
  }
  .vh-xl-165 {
    height: 165vh !important;
  }
  .width-xl-165 {
    width: 165px !important;
  }
  .height-xl-165 {
    height: 165px !important;
  }
  .max-width-xl-165 {
    max-width: 165px !important;
  }
  .min-width-xl-165 {
    min-width: 165px !important;
  }
  .max-height-xl-165 {
    max-height: 165px !important;
  }
  .min-height-xl-165 {
    min-height: 165px !important;
  }
}
.w-165 {
  width: 165% !important;
}

.h-165 {
  height: 165% !important;
}

.max-w-165 {
  max-width: 165% !important;
}

.min-w-165 {
  min-width: 165% !important;
}

.max-h-165 {
  max-height: 165% !important;
}

.min-h-165 {
  min-height: 165% !important;
}

.min-vw-165 {
  min-width: 165vw !important;
}

.min-vh-165 {
  min-height: 165vh !important;
}

.vw-165 {
  width: 165vw !important;
}

.vh-165 {
  height: 165vh !important;
}

.width-165 {
  width: 165px !important;
}

.height-165 {
  height: 165px !important;
}

.max-width-165 {
  max-width: 165px !important;
}

.min-width-165 {
  min-width: 165px !important;
}

.max-height-165 {
  max-height: 165px !important;
}

.min-height-165 {
  min-height: 165px !important;
}

@media (max-width: 576px) {
  .w-sm-166 {
    width: 166% !important;
  }
  .h-sm-166 {
    height: 166% !important;
  }
  .max-w-sm-166 {
    max-width: 166% !important;
  }
  .min-w-sm-166 {
    min-width: 166% !important;
  }
  .max-h-sm-166 {
    max-height: 166% !important;
  }
  .min-h-sm-166 {
    min-height: 166% !important;
  }
  .min-sm-vw-166 {
    min-width: 166vw !important;
  }
  .min-sm-vh-166 {
    min-height: 166vh !important;
  }
  .vw-sm-166 {
    width: 166vw !important;
  }
  .vh-sm-166 {
    height: 166vh !important;
  }
  .width-sm-166 {
    width: 166px !important;
  }
  .height-sm-166 {
    height: 166px !important;
  }
  .max-width-sm-166 {
    max-width: 166px !important;
  }
  .min-width-sm-166 {
    min-width: 166px !important;
  }
  .max-height-sm-166 {
    max-height: 166px !important;
  }
  .min-height-sm-166 {
    min-height: 166px !important;
  }
}
@media (max-width: 768px) {
  .w-md-166 {
    width: 166% !important;
  }
  .h-md-166 {
    height: 166% !important;
  }
  .max-w-md-166 {
    max-width: 166% !important;
  }
  .min-w-md-166 {
    min-width: 166% !important;
  }
  .max-h-md-166 {
    max-height: 166% !important;
  }
  .min-h-md-166 {
    min-height: 166% !important;
  }
  .min-md-vw-166 {
    min-width: 166vw !important;
  }
  .min-md-vh-166 {
    min-height: 166vh !important;
  }
  .vw-md-166 {
    width: 166vw !important;
  }
  .vh-md-166 {
    height: 166vh !important;
  }
  .width-md-166 {
    width: 166px !important;
  }
  .height-md-166 {
    height: 166px !important;
  }
  .max-width-md-166 {
    max-width: 166px !important;
  }
  .min-width-md-166 {
    min-width: 166px !important;
  }
  .max-height-md-166 {
    max-height: 166px !important;
  }
  .min-height-md-166 {
    min-height: 166px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-166 {
    width: 166% !important;
  }
  .h-lg-166 {
    height: 166% !important;
  }
  .max-w-lg-166 {
    max-width: 166% !important;
  }
  .min-w-lg-166 {
    min-width: 166% !important;
  }
  .max-h-lg-166 {
    max-height: 166% !important;
  }
  .min-h-lg-166 {
    min-height: 166% !important;
  }
  .min-lg-vw-166 {
    min-width: 166vw !important;
  }
  .min-lg-vh-166 {
    min-height: 166vh !important;
  }
  .vw-lg-166 {
    width: 166vw !important;
  }
  .vh-lg-166 {
    height: 166vh !important;
  }
  .width-lg-166 {
    width: 166px !important;
  }
  .height-lg-166 {
    height: 166px !important;
  }
  .max-width-lg-166 {
    max-width: 166px !important;
  }
  .min-width-lg-166 {
    min-width: 166px !important;
  }
  .max-height-lg-166 {
    max-height: 166px !important;
  }
  .min-height-lg-166 {
    min-height: 166px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-166 {
    width: 166% !important;
  }
  .h-xl-166 {
    height: 166% !important;
  }
  .max-w-xl-166 {
    max-width: 166% !important;
  }
  .min-w-xl-166 {
    min-width: 166% !important;
  }
  .max-h-xl-166 {
    max-height: 166% !important;
  }
  .min-h-xl-166 {
    min-height: 166% !important;
  }
  .min-xl-vw-166 {
    min-width: 166vw !important;
  }
  .min-xl-vh-166 {
    min-height: 166vh !important;
  }
  .vw-xl-166 {
    width: 166vw !important;
  }
  .vh-xl-166 {
    height: 166vh !important;
  }
  .width-xl-166 {
    width: 166px !important;
  }
  .height-xl-166 {
    height: 166px !important;
  }
  .max-width-xl-166 {
    max-width: 166px !important;
  }
  .min-width-xl-166 {
    min-width: 166px !important;
  }
  .max-height-xl-166 {
    max-height: 166px !important;
  }
  .min-height-xl-166 {
    min-height: 166px !important;
  }
}
.w-166 {
  width: 166% !important;
}

.h-166 {
  height: 166% !important;
}

.max-w-166 {
  max-width: 166% !important;
}

.min-w-166 {
  min-width: 166% !important;
}

.max-h-166 {
  max-height: 166% !important;
}

.min-h-166 {
  min-height: 166% !important;
}

.min-vw-166 {
  min-width: 166vw !important;
}

.min-vh-166 {
  min-height: 166vh !important;
}

.vw-166 {
  width: 166vw !important;
}

.vh-166 {
  height: 166vh !important;
}

.width-166 {
  width: 166px !important;
}

.height-166 {
  height: 166px !important;
}

.max-width-166 {
  max-width: 166px !important;
}

.min-width-166 {
  min-width: 166px !important;
}

.max-height-166 {
  max-height: 166px !important;
}

.min-height-166 {
  min-height: 166px !important;
}

@media (max-width: 576px) {
  .w-sm-167 {
    width: 167% !important;
  }
  .h-sm-167 {
    height: 167% !important;
  }
  .max-w-sm-167 {
    max-width: 167% !important;
  }
  .min-w-sm-167 {
    min-width: 167% !important;
  }
  .max-h-sm-167 {
    max-height: 167% !important;
  }
  .min-h-sm-167 {
    min-height: 167% !important;
  }
  .min-sm-vw-167 {
    min-width: 167vw !important;
  }
  .min-sm-vh-167 {
    min-height: 167vh !important;
  }
  .vw-sm-167 {
    width: 167vw !important;
  }
  .vh-sm-167 {
    height: 167vh !important;
  }
  .width-sm-167 {
    width: 167px !important;
  }
  .height-sm-167 {
    height: 167px !important;
  }
  .max-width-sm-167 {
    max-width: 167px !important;
  }
  .min-width-sm-167 {
    min-width: 167px !important;
  }
  .max-height-sm-167 {
    max-height: 167px !important;
  }
  .min-height-sm-167 {
    min-height: 167px !important;
  }
}
@media (max-width: 768px) {
  .w-md-167 {
    width: 167% !important;
  }
  .h-md-167 {
    height: 167% !important;
  }
  .max-w-md-167 {
    max-width: 167% !important;
  }
  .min-w-md-167 {
    min-width: 167% !important;
  }
  .max-h-md-167 {
    max-height: 167% !important;
  }
  .min-h-md-167 {
    min-height: 167% !important;
  }
  .min-md-vw-167 {
    min-width: 167vw !important;
  }
  .min-md-vh-167 {
    min-height: 167vh !important;
  }
  .vw-md-167 {
    width: 167vw !important;
  }
  .vh-md-167 {
    height: 167vh !important;
  }
  .width-md-167 {
    width: 167px !important;
  }
  .height-md-167 {
    height: 167px !important;
  }
  .max-width-md-167 {
    max-width: 167px !important;
  }
  .min-width-md-167 {
    min-width: 167px !important;
  }
  .max-height-md-167 {
    max-height: 167px !important;
  }
  .min-height-md-167 {
    min-height: 167px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-167 {
    width: 167% !important;
  }
  .h-lg-167 {
    height: 167% !important;
  }
  .max-w-lg-167 {
    max-width: 167% !important;
  }
  .min-w-lg-167 {
    min-width: 167% !important;
  }
  .max-h-lg-167 {
    max-height: 167% !important;
  }
  .min-h-lg-167 {
    min-height: 167% !important;
  }
  .min-lg-vw-167 {
    min-width: 167vw !important;
  }
  .min-lg-vh-167 {
    min-height: 167vh !important;
  }
  .vw-lg-167 {
    width: 167vw !important;
  }
  .vh-lg-167 {
    height: 167vh !important;
  }
  .width-lg-167 {
    width: 167px !important;
  }
  .height-lg-167 {
    height: 167px !important;
  }
  .max-width-lg-167 {
    max-width: 167px !important;
  }
  .min-width-lg-167 {
    min-width: 167px !important;
  }
  .max-height-lg-167 {
    max-height: 167px !important;
  }
  .min-height-lg-167 {
    min-height: 167px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-167 {
    width: 167% !important;
  }
  .h-xl-167 {
    height: 167% !important;
  }
  .max-w-xl-167 {
    max-width: 167% !important;
  }
  .min-w-xl-167 {
    min-width: 167% !important;
  }
  .max-h-xl-167 {
    max-height: 167% !important;
  }
  .min-h-xl-167 {
    min-height: 167% !important;
  }
  .min-xl-vw-167 {
    min-width: 167vw !important;
  }
  .min-xl-vh-167 {
    min-height: 167vh !important;
  }
  .vw-xl-167 {
    width: 167vw !important;
  }
  .vh-xl-167 {
    height: 167vh !important;
  }
  .width-xl-167 {
    width: 167px !important;
  }
  .height-xl-167 {
    height: 167px !important;
  }
  .max-width-xl-167 {
    max-width: 167px !important;
  }
  .min-width-xl-167 {
    min-width: 167px !important;
  }
  .max-height-xl-167 {
    max-height: 167px !important;
  }
  .min-height-xl-167 {
    min-height: 167px !important;
  }
}
.w-167 {
  width: 167% !important;
}

.h-167 {
  height: 167% !important;
}

.max-w-167 {
  max-width: 167% !important;
}

.min-w-167 {
  min-width: 167% !important;
}

.max-h-167 {
  max-height: 167% !important;
}

.min-h-167 {
  min-height: 167% !important;
}

.min-vw-167 {
  min-width: 167vw !important;
}

.min-vh-167 {
  min-height: 167vh !important;
}

.vw-167 {
  width: 167vw !important;
}

.vh-167 {
  height: 167vh !important;
}

.width-167 {
  width: 167px !important;
}

.height-167 {
  height: 167px !important;
}

.max-width-167 {
  max-width: 167px !important;
}

.min-width-167 {
  min-width: 167px !important;
}

.max-height-167 {
  max-height: 167px !important;
}

.min-height-167 {
  min-height: 167px !important;
}

@media (max-width: 576px) {
  .w-sm-168 {
    width: 168% !important;
  }
  .h-sm-168 {
    height: 168% !important;
  }
  .max-w-sm-168 {
    max-width: 168% !important;
  }
  .min-w-sm-168 {
    min-width: 168% !important;
  }
  .max-h-sm-168 {
    max-height: 168% !important;
  }
  .min-h-sm-168 {
    min-height: 168% !important;
  }
  .min-sm-vw-168 {
    min-width: 168vw !important;
  }
  .min-sm-vh-168 {
    min-height: 168vh !important;
  }
  .vw-sm-168 {
    width: 168vw !important;
  }
  .vh-sm-168 {
    height: 168vh !important;
  }
  .width-sm-168 {
    width: 168px !important;
  }
  .height-sm-168 {
    height: 168px !important;
  }
  .max-width-sm-168 {
    max-width: 168px !important;
  }
  .min-width-sm-168 {
    min-width: 168px !important;
  }
  .max-height-sm-168 {
    max-height: 168px !important;
  }
  .min-height-sm-168 {
    min-height: 168px !important;
  }
}
@media (max-width: 768px) {
  .w-md-168 {
    width: 168% !important;
  }
  .h-md-168 {
    height: 168% !important;
  }
  .max-w-md-168 {
    max-width: 168% !important;
  }
  .min-w-md-168 {
    min-width: 168% !important;
  }
  .max-h-md-168 {
    max-height: 168% !important;
  }
  .min-h-md-168 {
    min-height: 168% !important;
  }
  .min-md-vw-168 {
    min-width: 168vw !important;
  }
  .min-md-vh-168 {
    min-height: 168vh !important;
  }
  .vw-md-168 {
    width: 168vw !important;
  }
  .vh-md-168 {
    height: 168vh !important;
  }
  .width-md-168 {
    width: 168px !important;
  }
  .height-md-168 {
    height: 168px !important;
  }
  .max-width-md-168 {
    max-width: 168px !important;
  }
  .min-width-md-168 {
    min-width: 168px !important;
  }
  .max-height-md-168 {
    max-height: 168px !important;
  }
  .min-height-md-168 {
    min-height: 168px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-168 {
    width: 168% !important;
  }
  .h-lg-168 {
    height: 168% !important;
  }
  .max-w-lg-168 {
    max-width: 168% !important;
  }
  .min-w-lg-168 {
    min-width: 168% !important;
  }
  .max-h-lg-168 {
    max-height: 168% !important;
  }
  .min-h-lg-168 {
    min-height: 168% !important;
  }
  .min-lg-vw-168 {
    min-width: 168vw !important;
  }
  .min-lg-vh-168 {
    min-height: 168vh !important;
  }
  .vw-lg-168 {
    width: 168vw !important;
  }
  .vh-lg-168 {
    height: 168vh !important;
  }
  .width-lg-168 {
    width: 168px !important;
  }
  .height-lg-168 {
    height: 168px !important;
  }
  .max-width-lg-168 {
    max-width: 168px !important;
  }
  .min-width-lg-168 {
    min-width: 168px !important;
  }
  .max-height-lg-168 {
    max-height: 168px !important;
  }
  .min-height-lg-168 {
    min-height: 168px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-168 {
    width: 168% !important;
  }
  .h-xl-168 {
    height: 168% !important;
  }
  .max-w-xl-168 {
    max-width: 168% !important;
  }
  .min-w-xl-168 {
    min-width: 168% !important;
  }
  .max-h-xl-168 {
    max-height: 168% !important;
  }
  .min-h-xl-168 {
    min-height: 168% !important;
  }
  .min-xl-vw-168 {
    min-width: 168vw !important;
  }
  .min-xl-vh-168 {
    min-height: 168vh !important;
  }
  .vw-xl-168 {
    width: 168vw !important;
  }
  .vh-xl-168 {
    height: 168vh !important;
  }
  .width-xl-168 {
    width: 168px !important;
  }
  .height-xl-168 {
    height: 168px !important;
  }
  .max-width-xl-168 {
    max-width: 168px !important;
  }
  .min-width-xl-168 {
    min-width: 168px !important;
  }
  .max-height-xl-168 {
    max-height: 168px !important;
  }
  .min-height-xl-168 {
    min-height: 168px !important;
  }
}
.w-168 {
  width: 168% !important;
}

.h-168 {
  height: 168% !important;
}

.max-w-168 {
  max-width: 168% !important;
}

.min-w-168 {
  min-width: 168% !important;
}

.max-h-168 {
  max-height: 168% !important;
}

.min-h-168 {
  min-height: 168% !important;
}

.min-vw-168 {
  min-width: 168vw !important;
}

.min-vh-168 {
  min-height: 168vh !important;
}

.vw-168 {
  width: 168vw !important;
}

.vh-168 {
  height: 168vh !important;
}

.width-168 {
  width: 168px !important;
}

.height-168 {
  height: 168px !important;
}

.max-width-168 {
  max-width: 168px !important;
}

.min-width-168 {
  min-width: 168px !important;
}

.max-height-168 {
  max-height: 168px !important;
}

.min-height-168 {
  min-height: 168px !important;
}

@media (max-width: 576px) {
  .w-sm-169 {
    width: 169% !important;
  }
  .h-sm-169 {
    height: 169% !important;
  }
  .max-w-sm-169 {
    max-width: 169% !important;
  }
  .min-w-sm-169 {
    min-width: 169% !important;
  }
  .max-h-sm-169 {
    max-height: 169% !important;
  }
  .min-h-sm-169 {
    min-height: 169% !important;
  }
  .min-sm-vw-169 {
    min-width: 169vw !important;
  }
  .min-sm-vh-169 {
    min-height: 169vh !important;
  }
  .vw-sm-169 {
    width: 169vw !important;
  }
  .vh-sm-169 {
    height: 169vh !important;
  }
  .width-sm-169 {
    width: 169px !important;
  }
  .height-sm-169 {
    height: 169px !important;
  }
  .max-width-sm-169 {
    max-width: 169px !important;
  }
  .min-width-sm-169 {
    min-width: 169px !important;
  }
  .max-height-sm-169 {
    max-height: 169px !important;
  }
  .min-height-sm-169 {
    min-height: 169px !important;
  }
}
@media (max-width: 768px) {
  .w-md-169 {
    width: 169% !important;
  }
  .h-md-169 {
    height: 169% !important;
  }
  .max-w-md-169 {
    max-width: 169% !important;
  }
  .min-w-md-169 {
    min-width: 169% !important;
  }
  .max-h-md-169 {
    max-height: 169% !important;
  }
  .min-h-md-169 {
    min-height: 169% !important;
  }
  .min-md-vw-169 {
    min-width: 169vw !important;
  }
  .min-md-vh-169 {
    min-height: 169vh !important;
  }
  .vw-md-169 {
    width: 169vw !important;
  }
  .vh-md-169 {
    height: 169vh !important;
  }
  .width-md-169 {
    width: 169px !important;
  }
  .height-md-169 {
    height: 169px !important;
  }
  .max-width-md-169 {
    max-width: 169px !important;
  }
  .min-width-md-169 {
    min-width: 169px !important;
  }
  .max-height-md-169 {
    max-height: 169px !important;
  }
  .min-height-md-169 {
    min-height: 169px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-169 {
    width: 169% !important;
  }
  .h-lg-169 {
    height: 169% !important;
  }
  .max-w-lg-169 {
    max-width: 169% !important;
  }
  .min-w-lg-169 {
    min-width: 169% !important;
  }
  .max-h-lg-169 {
    max-height: 169% !important;
  }
  .min-h-lg-169 {
    min-height: 169% !important;
  }
  .min-lg-vw-169 {
    min-width: 169vw !important;
  }
  .min-lg-vh-169 {
    min-height: 169vh !important;
  }
  .vw-lg-169 {
    width: 169vw !important;
  }
  .vh-lg-169 {
    height: 169vh !important;
  }
  .width-lg-169 {
    width: 169px !important;
  }
  .height-lg-169 {
    height: 169px !important;
  }
  .max-width-lg-169 {
    max-width: 169px !important;
  }
  .min-width-lg-169 {
    min-width: 169px !important;
  }
  .max-height-lg-169 {
    max-height: 169px !important;
  }
  .min-height-lg-169 {
    min-height: 169px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-169 {
    width: 169% !important;
  }
  .h-xl-169 {
    height: 169% !important;
  }
  .max-w-xl-169 {
    max-width: 169% !important;
  }
  .min-w-xl-169 {
    min-width: 169% !important;
  }
  .max-h-xl-169 {
    max-height: 169% !important;
  }
  .min-h-xl-169 {
    min-height: 169% !important;
  }
  .min-xl-vw-169 {
    min-width: 169vw !important;
  }
  .min-xl-vh-169 {
    min-height: 169vh !important;
  }
  .vw-xl-169 {
    width: 169vw !important;
  }
  .vh-xl-169 {
    height: 169vh !important;
  }
  .width-xl-169 {
    width: 169px !important;
  }
  .height-xl-169 {
    height: 169px !important;
  }
  .max-width-xl-169 {
    max-width: 169px !important;
  }
  .min-width-xl-169 {
    min-width: 169px !important;
  }
  .max-height-xl-169 {
    max-height: 169px !important;
  }
  .min-height-xl-169 {
    min-height: 169px !important;
  }
}
.w-169 {
  width: 169% !important;
}

.h-169 {
  height: 169% !important;
}

.max-w-169 {
  max-width: 169% !important;
}

.min-w-169 {
  min-width: 169% !important;
}

.max-h-169 {
  max-height: 169% !important;
}

.min-h-169 {
  min-height: 169% !important;
}

.min-vw-169 {
  min-width: 169vw !important;
}

.min-vh-169 {
  min-height: 169vh !important;
}

.vw-169 {
  width: 169vw !important;
}

.vh-169 {
  height: 169vh !important;
}

.width-169 {
  width: 169px !important;
}

.height-169 {
  height: 169px !important;
}

.max-width-169 {
  max-width: 169px !important;
}

.min-width-169 {
  min-width: 169px !important;
}

.max-height-169 {
  max-height: 169px !important;
}

.min-height-169 {
  min-height: 169px !important;
}

@media (max-width: 576px) {
  .w-sm-170 {
    width: 170% !important;
  }
  .h-sm-170 {
    height: 170% !important;
  }
  .max-w-sm-170 {
    max-width: 170% !important;
  }
  .min-w-sm-170 {
    min-width: 170% !important;
  }
  .max-h-sm-170 {
    max-height: 170% !important;
  }
  .min-h-sm-170 {
    min-height: 170% !important;
  }
  .min-sm-vw-170 {
    min-width: 170vw !important;
  }
  .min-sm-vh-170 {
    min-height: 170vh !important;
  }
  .vw-sm-170 {
    width: 170vw !important;
  }
  .vh-sm-170 {
    height: 170vh !important;
  }
  .width-sm-170 {
    width: 170px !important;
  }
  .height-sm-170 {
    height: 170px !important;
  }
  .max-width-sm-170 {
    max-width: 170px !important;
  }
  .min-width-sm-170 {
    min-width: 170px !important;
  }
  .max-height-sm-170 {
    max-height: 170px !important;
  }
  .min-height-sm-170 {
    min-height: 170px !important;
  }
}
@media (max-width: 768px) {
  .w-md-170 {
    width: 170% !important;
  }
  .h-md-170 {
    height: 170% !important;
  }
  .max-w-md-170 {
    max-width: 170% !important;
  }
  .min-w-md-170 {
    min-width: 170% !important;
  }
  .max-h-md-170 {
    max-height: 170% !important;
  }
  .min-h-md-170 {
    min-height: 170% !important;
  }
  .min-md-vw-170 {
    min-width: 170vw !important;
  }
  .min-md-vh-170 {
    min-height: 170vh !important;
  }
  .vw-md-170 {
    width: 170vw !important;
  }
  .vh-md-170 {
    height: 170vh !important;
  }
  .width-md-170 {
    width: 170px !important;
  }
  .height-md-170 {
    height: 170px !important;
  }
  .max-width-md-170 {
    max-width: 170px !important;
  }
  .min-width-md-170 {
    min-width: 170px !important;
  }
  .max-height-md-170 {
    max-height: 170px !important;
  }
  .min-height-md-170 {
    min-height: 170px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-170 {
    width: 170% !important;
  }
  .h-lg-170 {
    height: 170% !important;
  }
  .max-w-lg-170 {
    max-width: 170% !important;
  }
  .min-w-lg-170 {
    min-width: 170% !important;
  }
  .max-h-lg-170 {
    max-height: 170% !important;
  }
  .min-h-lg-170 {
    min-height: 170% !important;
  }
  .min-lg-vw-170 {
    min-width: 170vw !important;
  }
  .min-lg-vh-170 {
    min-height: 170vh !important;
  }
  .vw-lg-170 {
    width: 170vw !important;
  }
  .vh-lg-170 {
    height: 170vh !important;
  }
  .width-lg-170 {
    width: 170px !important;
  }
  .height-lg-170 {
    height: 170px !important;
  }
  .max-width-lg-170 {
    max-width: 170px !important;
  }
  .min-width-lg-170 {
    min-width: 170px !important;
  }
  .max-height-lg-170 {
    max-height: 170px !important;
  }
  .min-height-lg-170 {
    min-height: 170px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-170 {
    width: 170% !important;
  }
  .h-xl-170 {
    height: 170% !important;
  }
  .max-w-xl-170 {
    max-width: 170% !important;
  }
  .min-w-xl-170 {
    min-width: 170% !important;
  }
  .max-h-xl-170 {
    max-height: 170% !important;
  }
  .min-h-xl-170 {
    min-height: 170% !important;
  }
  .min-xl-vw-170 {
    min-width: 170vw !important;
  }
  .min-xl-vh-170 {
    min-height: 170vh !important;
  }
  .vw-xl-170 {
    width: 170vw !important;
  }
  .vh-xl-170 {
    height: 170vh !important;
  }
  .width-xl-170 {
    width: 170px !important;
  }
  .height-xl-170 {
    height: 170px !important;
  }
  .max-width-xl-170 {
    max-width: 170px !important;
  }
  .min-width-xl-170 {
    min-width: 170px !important;
  }
  .max-height-xl-170 {
    max-height: 170px !important;
  }
  .min-height-xl-170 {
    min-height: 170px !important;
  }
}
.w-170 {
  width: 170% !important;
}

.h-170 {
  height: 170% !important;
}

.max-w-170 {
  max-width: 170% !important;
}

.min-w-170 {
  min-width: 170% !important;
}

.max-h-170 {
  max-height: 170% !important;
}

.min-h-170 {
  min-height: 170% !important;
}

.min-vw-170 {
  min-width: 170vw !important;
}

.min-vh-170 {
  min-height: 170vh !important;
}

.vw-170 {
  width: 170vw !important;
}

.vh-170 {
  height: 170vh !important;
}

.width-170 {
  width: 170px !important;
}

.height-170 {
  height: 170px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.min-width-170 {
  min-width: 170px !important;
}

.max-height-170 {
  max-height: 170px !important;
}

.min-height-170 {
  min-height: 170px !important;
}

@media (max-width: 576px) {
  .w-sm-171 {
    width: 171% !important;
  }
  .h-sm-171 {
    height: 171% !important;
  }
  .max-w-sm-171 {
    max-width: 171% !important;
  }
  .min-w-sm-171 {
    min-width: 171% !important;
  }
  .max-h-sm-171 {
    max-height: 171% !important;
  }
  .min-h-sm-171 {
    min-height: 171% !important;
  }
  .min-sm-vw-171 {
    min-width: 171vw !important;
  }
  .min-sm-vh-171 {
    min-height: 171vh !important;
  }
  .vw-sm-171 {
    width: 171vw !important;
  }
  .vh-sm-171 {
    height: 171vh !important;
  }
  .width-sm-171 {
    width: 171px !important;
  }
  .height-sm-171 {
    height: 171px !important;
  }
  .max-width-sm-171 {
    max-width: 171px !important;
  }
  .min-width-sm-171 {
    min-width: 171px !important;
  }
  .max-height-sm-171 {
    max-height: 171px !important;
  }
  .min-height-sm-171 {
    min-height: 171px !important;
  }
}
@media (max-width: 768px) {
  .w-md-171 {
    width: 171% !important;
  }
  .h-md-171 {
    height: 171% !important;
  }
  .max-w-md-171 {
    max-width: 171% !important;
  }
  .min-w-md-171 {
    min-width: 171% !important;
  }
  .max-h-md-171 {
    max-height: 171% !important;
  }
  .min-h-md-171 {
    min-height: 171% !important;
  }
  .min-md-vw-171 {
    min-width: 171vw !important;
  }
  .min-md-vh-171 {
    min-height: 171vh !important;
  }
  .vw-md-171 {
    width: 171vw !important;
  }
  .vh-md-171 {
    height: 171vh !important;
  }
  .width-md-171 {
    width: 171px !important;
  }
  .height-md-171 {
    height: 171px !important;
  }
  .max-width-md-171 {
    max-width: 171px !important;
  }
  .min-width-md-171 {
    min-width: 171px !important;
  }
  .max-height-md-171 {
    max-height: 171px !important;
  }
  .min-height-md-171 {
    min-height: 171px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-171 {
    width: 171% !important;
  }
  .h-lg-171 {
    height: 171% !important;
  }
  .max-w-lg-171 {
    max-width: 171% !important;
  }
  .min-w-lg-171 {
    min-width: 171% !important;
  }
  .max-h-lg-171 {
    max-height: 171% !important;
  }
  .min-h-lg-171 {
    min-height: 171% !important;
  }
  .min-lg-vw-171 {
    min-width: 171vw !important;
  }
  .min-lg-vh-171 {
    min-height: 171vh !important;
  }
  .vw-lg-171 {
    width: 171vw !important;
  }
  .vh-lg-171 {
    height: 171vh !important;
  }
  .width-lg-171 {
    width: 171px !important;
  }
  .height-lg-171 {
    height: 171px !important;
  }
  .max-width-lg-171 {
    max-width: 171px !important;
  }
  .min-width-lg-171 {
    min-width: 171px !important;
  }
  .max-height-lg-171 {
    max-height: 171px !important;
  }
  .min-height-lg-171 {
    min-height: 171px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-171 {
    width: 171% !important;
  }
  .h-xl-171 {
    height: 171% !important;
  }
  .max-w-xl-171 {
    max-width: 171% !important;
  }
  .min-w-xl-171 {
    min-width: 171% !important;
  }
  .max-h-xl-171 {
    max-height: 171% !important;
  }
  .min-h-xl-171 {
    min-height: 171% !important;
  }
  .min-xl-vw-171 {
    min-width: 171vw !important;
  }
  .min-xl-vh-171 {
    min-height: 171vh !important;
  }
  .vw-xl-171 {
    width: 171vw !important;
  }
  .vh-xl-171 {
    height: 171vh !important;
  }
  .width-xl-171 {
    width: 171px !important;
  }
  .height-xl-171 {
    height: 171px !important;
  }
  .max-width-xl-171 {
    max-width: 171px !important;
  }
  .min-width-xl-171 {
    min-width: 171px !important;
  }
  .max-height-xl-171 {
    max-height: 171px !important;
  }
  .min-height-xl-171 {
    min-height: 171px !important;
  }
}
.w-171 {
  width: 171% !important;
}

.h-171 {
  height: 171% !important;
}

.max-w-171 {
  max-width: 171% !important;
}

.min-w-171 {
  min-width: 171% !important;
}

.max-h-171 {
  max-height: 171% !important;
}

.min-h-171 {
  min-height: 171% !important;
}

.min-vw-171 {
  min-width: 171vw !important;
}

.min-vh-171 {
  min-height: 171vh !important;
}

.vw-171 {
  width: 171vw !important;
}

.vh-171 {
  height: 171vh !important;
}

.width-171 {
  width: 171px !important;
}

.height-171 {
  height: 171px !important;
}

.max-width-171 {
  max-width: 171px !important;
}

.min-width-171 {
  min-width: 171px !important;
}

.max-height-171 {
  max-height: 171px !important;
}

.min-height-171 {
  min-height: 171px !important;
}

@media (max-width: 576px) {
  .w-sm-172 {
    width: 172% !important;
  }
  .h-sm-172 {
    height: 172% !important;
  }
  .max-w-sm-172 {
    max-width: 172% !important;
  }
  .min-w-sm-172 {
    min-width: 172% !important;
  }
  .max-h-sm-172 {
    max-height: 172% !important;
  }
  .min-h-sm-172 {
    min-height: 172% !important;
  }
  .min-sm-vw-172 {
    min-width: 172vw !important;
  }
  .min-sm-vh-172 {
    min-height: 172vh !important;
  }
  .vw-sm-172 {
    width: 172vw !important;
  }
  .vh-sm-172 {
    height: 172vh !important;
  }
  .width-sm-172 {
    width: 172px !important;
  }
  .height-sm-172 {
    height: 172px !important;
  }
  .max-width-sm-172 {
    max-width: 172px !important;
  }
  .min-width-sm-172 {
    min-width: 172px !important;
  }
  .max-height-sm-172 {
    max-height: 172px !important;
  }
  .min-height-sm-172 {
    min-height: 172px !important;
  }
}
@media (max-width: 768px) {
  .w-md-172 {
    width: 172% !important;
  }
  .h-md-172 {
    height: 172% !important;
  }
  .max-w-md-172 {
    max-width: 172% !important;
  }
  .min-w-md-172 {
    min-width: 172% !important;
  }
  .max-h-md-172 {
    max-height: 172% !important;
  }
  .min-h-md-172 {
    min-height: 172% !important;
  }
  .min-md-vw-172 {
    min-width: 172vw !important;
  }
  .min-md-vh-172 {
    min-height: 172vh !important;
  }
  .vw-md-172 {
    width: 172vw !important;
  }
  .vh-md-172 {
    height: 172vh !important;
  }
  .width-md-172 {
    width: 172px !important;
  }
  .height-md-172 {
    height: 172px !important;
  }
  .max-width-md-172 {
    max-width: 172px !important;
  }
  .min-width-md-172 {
    min-width: 172px !important;
  }
  .max-height-md-172 {
    max-height: 172px !important;
  }
  .min-height-md-172 {
    min-height: 172px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-172 {
    width: 172% !important;
  }
  .h-lg-172 {
    height: 172% !important;
  }
  .max-w-lg-172 {
    max-width: 172% !important;
  }
  .min-w-lg-172 {
    min-width: 172% !important;
  }
  .max-h-lg-172 {
    max-height: 172% !important;
  }
  .min-h-lg-172 {
    min-height: 172% !important;
  }
  .min-lg-vw-172 {
    min-width: 172vw !important;
  }
  .min-lg-vh-172 {
    min-height: 172vh !important;
  }
  .vw-lg-172 {
    width: 172vw !important;
  }
  .vh-lg-172 {
    height: 172vh !important;
  }
  .width-lg-172 {
    width: 172px !important;
  }
  .height-lg-172 {
    height: 172px !important;
  }
  .max-width-lg-172 {
    max-width: 172px !important;
  }
  .min-width-lg-172 {
    min-width: 172px !important;
  }
  .max-height-lg-172 {
    max-height: 172px !important;
  }
  .min-height-lg-172 {
    min-height: 172px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-172 {
    width: 172% !important;
  }
  .h-xl-172 {
    height: 172% !important;
  }
  .max-w-xl-172 {
    max-width: 172% !important;
  }
  .min-w-xl-172 {
    min-width: 172% !important;
  }
  .max-h-xl-172 {
    max-height: 172% !important;
  }
  .min-h-xl-172 {
    min-height: 172% !important;
  }
  .min-xl-vw-172 {
    min-width: 172vw !important;
  }
  .min-xl-vh-172 {
    min-height: 172vh !important;
  }
  .vw-xl-172 {
    width: 172vw !important;
  }
  .vh-xl-172 {
    height: 172vh !important;
  }
  .width-xl-172 {
    width: 172px !important;
  }
  .height-xl-172 {
    height: 172px !important;
  }
  .max-width-xl-172 {
    max-width: 172px !important;
  }
  .min-width-xl-172 {
    min-width: 172px !important;
  }
  .max-height-xl-172 {
    max-height: 172px !important;
  }
  .min-height-xl-172 {
    min-height: 172px !important;
  }
}
.w-172 {
  width: 172% !important;
}

.h-172 {
  height: 172% !important;
}

.max-w-172 {
  max-width: 172% !important;
}

.min-w-172 {
  min-width: 172% !important;
}

.max-h-172 {
  max-height: 172% !important;
}

.min-h-172 {
  min-height: 172% !important;
}

.min-vw-172 {
  min-width: 172vw !important;
}

.min-vh-172 {
  min-height: 172vh !important;
}

.vw-172 {
  width: 172vw !important;
}

.vh-172 {
  height: 172vh !important;
}

.width-172 {
  width: 172px !important;
}

.height-172 {
  height: 172px !important;
}

.max-width-172 {
  max-width: 172px !important;
}

.min-width-172 {
  min-width: 172px !important;
}

.max-height-172 {
  max-height: 172px !important;
}

.min-height-172 {
  min-height: 172px !important;
}

@media (max-width: 576px) {
  .w-sm-173 {
    width: 173% !important;
  }
  .h-sm-173 {
    height: 173% !important;
  }
  .max-w-sm-173 {
    max-width: 173% !important;
  }
  .min-w-sm-173 {
    min-width: 173% !important;
  }
  .max-h-sm-173 {
    max-height: 173% !important;
  }
  .min-h-sm-173 {
    min-height: 173% !important;
  }
  .min-sm-vw-173 {
    min-width: 173vw !important;
  }
  .min-sm-vh-173 {
    min-height: 173vh !important;
  }
  .vw-sm-173 {
    width: 173vw !important;
  }
  .vh-sm-173 {
    height: 173vh !important;
  }
  .width-sm-173 {
    width: 173px !important;
  }
  .height-sm-173 {
    height: 173px !important;
  }
  .max-width-sm-173 {
    max-width: 173px !important;
  }
  .min-width-sm-173 {
    min-width: 173px !important;
  }
  .max-height-sm-173 {
    max-height: 173px !important;
  }
  .min-height-sm-173 {
    min-height: 173px !important;
  }
}
@media (max-width: 768px) {
  .w-md-173 {
    width: 173% !important;
  }
  .h-md-173 {
    height: 173% !important;
  }
  .max-w-md-173 {
    max-width: 173% !important;
  }
  .min-w-md-173 {
    min-width: 173% !important;
  }
  .max-h-md-173 {
    max-height: 173% !important;
  }
  .min-h-md-173 {
    min-height: 173% !important;
  }
  .min-md-vw-173 {
    min-width: 173vw !important;
  }
  .min-md-vh-173 {
    min-height: 173vh !important;
  }
  .vw-md-173 {
    width: 173vw !important;
  }
  .vh-md-173 {
    height: 173vh !important;
  }
  .width-md-173 {
    width: 173px !important;
  }
  .height-md-173 {
    height: 173px !important;
  }
  .max-width-md-173 {
    max-width: 173px !important;
  }
  .min-width-md-173 {
    min-width: 173px !important;
  }
  .max-height-md-173 {
    max-height: 173px !important;
  }
  .min-height-md-173 {
    min-height: 173px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-173 {
    width: 173% !important;
  }
  .h-lg-173 {
    height: 173% !important;
  }
  .max-w-lg-173 {
    max-width: 173% !important;
  }
  .min-w-lg-173 {
    min-width: 173% !important;
  }
  .max-h-lg-173 {
    max-height: 173% !important;
  }
  .min-h-lg-173 {
    min-height: 173% !important;
  }
  .min-lg-vw-173 {
    min-width: 173vw !important;
  }
  .min-lg-vh-173 {
    min-height: 173vh !important;
  }
  .vw-lg-173 {
    width: 173vw !important;
  }
  .vh-lg-173 {
    height: 173vh !important;
  }
  .width-lg-173 {
    width: 173px !important;
  }
  .height-lg-173 {
    height: 173px !important;
  }
  .max-width-lg-173 {
    max-width: 173px !important;
  }
  .min-width-lg-173 {
    min-width: 173px !important;
  }
  .max-height-lg-173 {
    max-height: 173px !important;
  }
  .min-height-lg-173 {
    min-height: 173px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-173 {
    width: 173% !important;
  }
  .h-xl-173 {
    height: 173% !important;
  }
  .max-w-xl-173 {
    max-width: 173% !important;
  }
  .min-w-xl-173 {
    min-width: 173% !important;
  }
  .max-h-xl-173 {
    max-height: 173% !important;
  }
  .min-h-xl-173 {
    min-height: 173% !important;
  }
  .min-xl-vw-173 {
    min-width: 173vw !important;
  }
  .min-xl-vh-173 {
    min-height: 173vh !important;
  }
  .vw-xl-173 {
    width: 173vw !important;
  }
  .vh-xl-173 {
    height: 173vh !important;
  }
  .width-xl-173 {
    width: 173px !important;
  }
  .height-xl-173 {
    height: 173px !important;
  }
  .max-width-xl-173 {
    max-width: 173px !important;
  }
  .min-width-xl-173 {
    min-width: 173px !important;
  }
  .max-height-xl-173 {
    max-height: 173px !important;
  }
  .min-height-xl-173 {
    min-height: 173px !important;
  }
}
.w-173 {
  width: 173% !important;
}

.h-173 {
  height: 173% !important;
}

.max-w-173 {
  max-width: 173% !important;
}

.min-w-173 {
  min-width: 173% !important;
}

.max-h-173 {
  max-height: 173% !important;
}

.min-h-173 {
  min-height: 173% !important;
}

.min-vw-173 {
  min-width: 173vw !important;
}

.min-vh-173 {
  min-height: 173vh !important;
}

.vw-173 {
  width: 173vw !important;
}

.vh-173 {
  height: 173vh !important;
}

.width-173 {
  width: 173px !important;
}

.height-173 {
  height: 173px !important;
}

.max-width-173 {
  max-width: 173px !important;
}

.min-width-173 {
  min-width: 173px !important;
}

.max-height-173 {
  max-height: 173px !important;
}

.min-height-173 {
  min-height: 173px !important;
}

@media (max-width: 576px) {
  .w-sm-174 {
    width: 174% !important;
  }
  .h-sm-174 {
    height: 174% !important;
  }
  .max-w-sm-174 {
    max-width: 174% !important;
  }
  .min-w-sm-174 {
    min-width: 174% !important;
  }
  .max-h-sm-174 {
    max-height: 174% !important;
  }
  .min-h-sm-174 {
    min-height: 174% !important;
  }
  .min-sm-vw-174 {
    min-width: 174vw !important;
  }
  .min-sm-vh-174 {
    min-height: 174vh !important;
  }
  .vw-sm-174 {
    width: 174vw !important;
  }
  .vh-sm-174 {
    height: 174vh !important;
  }
  .width-sm-174 {
    width: 174px !important;
  }
  .height-sm-174 {
    height: 174px !important;
  }
  .max-width-sm-174 {
    max-width: 174px !important;
  }
  .min-width-sm-174 {
    min-width: 174px !important;
  }
  .max-height-sm-174 {
    max-height: 174px !important;
  }
  .min-height-sm-174 {
    min-height: 174px !important;
  }
}
@media (max-width: 768px) {
  .w-md-174 {
    width: 174% !important;
  }
  .h-md-174 {
    height: 174% !important;
  }
  .max-w-md-174 {
    max-width: 174% !important;
  }
  .min-w-md-174 {
    min-width: 174% !important;
  }
  .max-h-md-174 {
    max-height: 174% !important;
  }
  .min-h-md-174 {
    min-height: 174% !important;
  }
  .min-md-vw-174 {
    min-width: 174vw !important;
  }
  .min-md-vh-174 {
    min-height: 174vh !important;
  }
  .vw-md-174 {
    width: 174vw !important;
  }
  .vh-md-174 {
    height: 174vh !important;
  }
  .width-md-174 {
    width: 174px !important;
  }
  .height-md-174 {
    height: 174px !important;
  }
  .max-width-md-174 {
    max-width: 174px !important;
  }
  .min-width-md-174 {
    min-width: 174px !important;
  }
  .max-height-md-174 {
    max-height: 174px !important;
  }
  .min-height-md-174 {
    min-height: 174px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-174 {
    width: 174% !important;
  }
  .h-lg-174 {
    height: 174% !important;
  }
  .max-w-lg-174 {
    max-width: 174% !important;
  }
  .min-w-lg-174 {
    min-width: 174% !important;
  }
  .max-h-lg-174 {
    max-height: 174% !important;
  }
  .min-h-lg-174 {
    min-height: 174% !important;
  }
  .min-lg-vw-174 {
    min-width: 174vw !important;
  }
  .min-lg-vh-174 {
    min-height: 174vh !important;
  }
  .vw-lg-174 {
    width: 174vw !important;
  }
  .vh-lg-174 {
    height: 174vh !important;
  }
  .width-lg-174 {
    width: 174px !important;
  }
  .height-lg-174 {
    height: 174px !important;
  }
  .max-width-lg-174 {
    max-width: 174px !important;
  }
  .min-width-lg-174 {
    min-width: 174px !important;
  }
  .max-height-lg-174 {
    max-height: 174px !important;
  }
  .min-height-lg-174 {
    min-height: 174px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-174 {
    width: 174% !important;
  }
  .h-xl-174 {
    height: 174% !important;
  }
  .max-w-xl-174 {
    max-width: 174% !important;
  }
  .min-w-xl-174 {
    min-width: 174% !important;
  }
  .max-h-xl-174 {
    max-height: 174% !important;
  }
  .min-h-xl-174 {
    min-height: 174% !important;
  }
  .min-xl-vw-174 {
    min-width: 174vw !important;
  }
  .min-xl-vh-174 {
    min-height: 174vh !important;
  }
  .vw-xl-174 {
    width: 174vw !important;
  }
  .vh-xl-174 {
    height: 174vh !important;
  }
  .width-xl-174 {
    width: 174px !important;
  }
  .height-xl-174 {
    height: 174px !important;
  }
  .max-width-xl-174 {
    max-width: 174px !important;
  }
  .min-width-xl-174 {
    min-width: 174px !important;
  }
  .max-height-xl-174 {
    max-height: 174px !important;
  }
  .min-height-xl-174 {
    min-height: 174px !important;
  }
}
.w-174 {
  width: 174% !important;
}

.h-174 {
  height: 174% !important;
}

.max-w-174 {
  max-width: 174% !important;
}

.min-w-174 {
  min-width: 174% !important;
}

.max-h-174 {
  max-height: 174% !important;
}

.min-h-174 {
  min-height: 174% !important;
}

.min-vw-174 {
  min-width: 174vw !important;
}

.min-vh-174 {
  min-height: 174vh !important;
}

.vw-174 {
  width: 174vw !important;
}

.vh-174 {
  height: 174vh !important;
}

.width-174 {
  width: 174px !important;
}

.height-174 {
  height: 174px !important;
}

.max-width-174 {
  max-width: 174px !important;
}

.min-width-174 {
  min-width: 174px !important;
}

.max-height-174 {
  max-height: 174px !important;
}

.min-height-174 {
  min-height: 174px !important;
}

@media (max-width: 576px) {
  .w-sm-175 {
    width: 175% !important;
  }
  .h-sm-175 {
    height: 175% !important;
  }
  .max-w-sm-175 {
    max-width: 175% !important;
  }
  .min-w-sm-175 {
    min-width: 175% !important;
  }
  .max-h-sm-175 {
    max-height: 175% !important;
  }
  .min-h-sm-175 {
    min-height: 175% !important;
  }
  .min-sm-vw-175 {
    min-width: 175vw !important;
  }
  .min-sm-vh-175 {
    min-height: 175vh !important;
  }
  .vw-sm-175 {
    width: 175vw !important;
  }
  .vh-sm-175 {
    height: 175vh !important;
  }
  .width-sm-175 {
    width: 175px !important;
  }
  .height-sm-175 {
    height: 175px !important;
  }
  .max-width-sm-175 {
    max-width: 175px !important;
  }
  .min-width-sm-175 {
    min-width: 175px !important;
  }
  .max-height-sm-175 {
    max-height: 175px !important;
  }
  .min-height-sm-175 {
    min-height: 175px !important;
  }
}
@media (max-width: 768px) {
  .w-md-175 {
    width: 175% !important;
  }
  .h-md-175 {
    height: 175% !important;
  }
  .max-w-md-175 {
    max-width: 175% !important;
  }
  .min-w-md-175 {
    min-width: 175% !important;
  }
  .max-h-md-175 {
    max-height: 175% !important;
  }
  .min-h-md-175 {
    min-height: 175% !important;
  }
  .min-md-vw-175 {
    min-width: 175vw !important;
  }
  .min-md-vh-175 {
    min-height: 175vh !important;
  }
  .vw-md-175 {
    width: 175vw !important;
  }
  .vh-md-175 {
    height: 175vh !important;
  }
  .width-md-175 {
    width: 175px !important;
  }
  .height-md-175 {
    height: 175px !important;
  }
  .max-width-md-175 {
    max-width: 175px !important;
  }
  .min-width-md-175 {
    min-width: 175px !important;
  }
  .max-height-md-175 {
    max-height: 175px !important;
  }
  .min-height-md-175 {
    min-height: 175px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-175 {
    width: 175% !important;
  }
  .h-lg-175 {
    height: 175% !important;
  }
  .max-w-lg-175 {
    max-width: 175% !important;
  }
  .min-w-lg-175 {
    min-width: 175% !important;
  }
  .max-h-lg-175 {
    max-height: 175% !important;
  }
  .min-h-lg-175 {
    min-height: 175% !important;
  }
  .min-lg-vw-175 {
    min-width: 175vw !important;
  }
  .min-lg-vh-175 {
    min-height: 175vh !important;
  }
  .vw-lg-175 {
    width: 175vw !important;
  }
  .vh-lg-175 {
    height: 175vh !important;
  }
  .width-lg-175 {
    width: 175px !important;
  }
  .height-lg-175 {
    height: 175px !important;
  }
  .max-width-lg-175 {
    max-width: 175px !important;
  }
  .min-width-lg-175 {
    min-width: 175px !important;
  }
  .max-height-lg-175 {
    max-height: 175px !important;
  }
  .min-height-lg-175 {
    min-height: 175px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-175 {
    width: 175% !important;
  }
  .h-xl-175 {
    height: 175% !important;
  }
  .max-w-xl-175 {
    max-width: 175% !important;
  }
  .min-w-xl-175 {
    min-width: 175% !important;
  }
  .max-h-xl-175 {
    max-height: 175% !important;
  }
  .min-h-xl-175 {
    min-height: 175% !important;
  }
  .min-xl-vw-175 {
    min-width: 175vw !important;
  }
  .min-xl-vh-175 {
    min-height: 175vh !important;
  }
  .vw-xl-175 {
    width: 175vw !important;
  }
  .vh-xl-175 {
    height: 175vh !important;
  }
  .width-xl-175 {
    width: 175px !important;
  }
  .height-xl-175 {
    height: 175px !important;
  }
  .max-width-xl-175 {
    max-width: 175px !important;
  }
  .min-width-xl-175 {
    min-width: 175px !important;
  }
  .max-height-xl-175 {
    max-height: 175px !important;
  }
  .min-height-xl-175 {
    min-height: 175px !important;
  }
}
.w-175 {
  width: 175% !important;
}

.h-175 {
  height: 175% !important;
}

.max-w-175 {
  max-width: 175% !important;
}

.min-w-175 {
  min-width: 175% !important;
}

.max-h-175 {
  max-height: 175% !important;
}

.min-h-175 {
  min-height: 175% !important;
}

.min-vw-175 {
  min-width: 175vw !important;
}

.min-vh-175 {
  min-height: 175vh !important;
}

.vw-175 {
  width: 175vw !important;
}

.vh-175 {
  height: 175vh !important;
}

.width-175 {
  width: 175px !important;
}

.height-175 {
  height: 175px !important;
}

.max-width-175 {
  max-width: 175px !important;
}

.min-width-175 {
  min-width: 175px !important;
}

.max-height-175 {
  max-height: 175px !important;
}

.min-height-175 {
  min-height: 175px !important;
}

@media (max-width: 576px) {
  .w-sm-176 {
    width: 176% !important;
  }
  .h-sm-176 {
    height: 176% !important;
  }
  .max-w-sm-176 {
    max-width: 176% !important;
  }
  .min-w-sm-176 {
    min-width: 176% !important;
  }
  .max-h-sm-176 {
    max-height: 176% !important;
  }
  .min-h-sm-176 {
    min-height: 176% !important;
  }
  .min-sm-vw-176 {
    min-width: 176vw !important;
  }
  .min-sm-vh-176 {
    min-height: 176vh !important;
  }
  .vw-sm-176 {
    width: 176vw !important;
  }
  .vh-sm-176 {
    height: 176vh !important;
  }
  .width-sm-176 {
    width: 176px !important;
  }
  .height-sm-176 {
    height: 176px !important;
  }
  .max-width-sm-176 {
    max-width: 176px !important;
  }
  .min-width-sm-176 {
    min-width: 176px !important;
  }
  .max-height-sm-176 {
    max-height: 176px !important;
  }
  .min-height-sm-176 {
    min-height: 176px !important;
  }
}
@media (max-width: 768px) {
  .w-md-176 {
    width: 176% !important;
  }
  .h-md-176 {
    height: 176% !important;
  }
  .max-w-md-176 {
    max-width: 176% !important;
  }
  .min-w-md-176 {
    min-width: 176% !important;
  }
  .max-h-md-176 {
    max-height: 176% !important;
  }
  .min-h-md-176 {
    min-height: 176% !important;
  }
  .min-md-vw-176 {
    min-width: 176vw !important;
  }
  .min-md-vh-176 {
    min-height: 176vh !important;
  }
  .vw-md-176 {
    width: 176vw !important;
  }
  .vh-md-176 {
    height: 176vh !important;
  }
  .width-md-176 {
    width: 176px !important;
  }
  .height-md-176 {
    height: 176px !important;
  }
  .max-width-md-176 {
    max-width: 176px !important;
  }
  .min-width-md-176 {
    min-width: 176px !important;
  }
  .max-height-md-176 {
    max-height: 176px !important;
  }
  .min-height-md-176 {
    min-height: 176px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-176 {
    width: 176% !important;
  }
  .h-lg-176 {
    height: 176% !important;
  }
  .max-w-lg-176 {
    max-width: 176% !important;
  }
  .min-w-lg-176 {
    min-width: 176% !important;
  }
  .max-h-lg-176 {
    max-height: 176% !important;
  }
  .min-h-lg-176 {
    min-height: 176% !important;
  }
  .min-lg-vw-176 {
    min-width: 176vw !important;
  }
  .min-lg-vh-176 {
    min-height: 176vh !important;
  }
  .vw-lg-176 {
    width: 176vw !important;
  }
  .vh-lg-176 {
    height: 176vh !important;
  }
  .width-lg-176 {
    width: 176px !important;
  }
  .height-lg-176 {
    height: 176px !important;
  }
  .max-width-lg-176 {
    max-width: 176px !important;
  }
  .min-width-lg-176 {
    min-width: 176px !important;
  }
  .max-height-lg-176 {
    max-height: 176px !important;
  }
  .min-height-lg-176 {
    min-height: 176px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-176 {
    width: 176% !important;
  }
  .h-xl-176 {
    height: 176% !important;
  }
  .max-w-xl-176 {
    max-width: 176% !important;
  }
  .min-w-xl-176 {
    min-width: 176% !important;
  }
  .max-h-xl-176 {
    max-height: 176% !important;
  }
  .min-h-xl-176 {
    min-height: 176% !important;
  }
  .min-xl-vw-176 {
    min-width: 176vw !important;
  }
  .min-xl-vh-176 {
    min-height: 176vh !important;
  }
  .vw-xl-176 {
    width: 176vw !important;
  }
  .vh-xl-176 {
    height: 176vh !important;
  }
  .width-xl-176 {
    width: 176px !important;
  }
  .height-xl-176 {
    height: 176px !important;
  }
  .max-width-xl-176 {
    max-width: 176px !important;
  }
  .min-width-xl-176 {
    min-width: 176px !important;
  }
  .max-height-xl-176 {
    max-height: 176px !important;
  }
  .min-height-xl-176 {
    min-height: 176px !important;
  }
}
.w-176 {
  width: 176% !important;
}

.h-176 {
  height: 176% !important;
}

.max-w-176 {
  max-width: 176% !important;
}

.min-w-176 {
  min-width: 176% !important;
}

.max-h-176 {
  max-height: 176% !important;
}

.min-h-176 {
  min-height: 176% !important;
}

.min-vw-176 {
  min-width: 176vw !important;
}

.min-vh-176 {
  min-height: 176vh !important;
}

.vw-176 {
  width: 176vw !important;
}

.vh-176 {
  height: 176vh !important;
}

.width-176 {
  width: 176px !important;
}

.height-176 {
  height: 176px !important;
}

.max-width-176 {
  max-width: 176px !important;
}

.min-width-176 {
  min-width: 176px !important;
}

.max-height-176 {
  max-height: 176px !important;
}

.min-height-176 {
  min-height: 176px !important;
}

@media (max-width: 576px) {
  .w-sm-177 {
    width: 177% !important;
  }
  .h-sm-177 {
    height: 177% !important;
  }
  .max-w-sm-177 {
    max-width: 177% !important;
  }
  .min-w-sm-177 {
    min-width: 177% !important;
  }
  .max-h-sm-177 {
    max-height: 177% !important;
  }
  .min-h-sm-177 {
    min-height: 177% !important;
  }
  .min-sm-vw-177 {
    min-width: 177vw !important;
  }
  .min-sm-vh-177 {
    min-height: 177vh !important;
  }
  .vw-sm-177 {
    width: 177vw !important;
  }
  .vh-sm-177 {
    height: 177vh !important;
  }
  .width-sm-177 {
    width: 177px !important;
  }
  .height-sm-177 {
    height: 177px !important;
  }
  .max-width-sm-177 {
    max-width: 177px !important;
  }
  .min-width-sm-177 {
    min-width: 177px !important;
  }
  .max-height-sm-177 {
    max-height: 177px !important;
  }
  .min-height-sm-177 {
    min-height: 177px !important;
  }
}
@media (max-width: 768px) {
  .w-md-177 {
    width: 177% !important;
  }
  .h-md-177 {
    height: 177% !important;
  }
  .max-w-md-177 {
    max-width: 177% !important;
  }
  .min-w-md-177 {
    min-width: 177% !important;
  }
  .max-h-md-177 {
    max-height: 177% !important;
  }
  .min-h-md-177 {
    min-height: 177% !important;
  }
  .min-md-vw-177 {
    min-width: 177vw !important;
  }
  .min-md-vh-177 {
    min-height: 177vh !important;
  }
  .vw-md-177 {
    width: 177vw !important;
  }
  .vh-md-177 {
    height: 177vh !important;
  }
  .width-md-177 {
    width: 177px !important;
  }
  .height-md-177 {
    height: 177px !important;
  }
  .max-width-md-177 {
    max-width: 177px !important;
  }
  .min-width-md-177 {
    min-width: 177px !important;
  }
  .max-height-md-177 {
    max-height: 177px !important;
  }
  .min-height-md-177 {
    min-height: 177px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-177 {
    width: 177% !important;
  }
  .h-lg-177 {
    height: 177% !important;
  }
  .max-w-lg-177 {
    max-width: 177% !important;
  }
  .min-w-lg-177 {
    min-width: 177% !important;
  }
  .max-h-lg-177 {
    max-height: 177% !important;
  }
  .min-h-lg-177 {
    min-height: 177% !important;
  }
  .min-lg-vw-177 {
    min-width: 177vw !important;
  }
  .min-lg-vh-177 {
    min-height: 177vh !important;
  }
  .vw-lg-177 {
    width: 177vw !important;
  }
  .vh-lg-177 {
    height: 177vh !important;
  }
  .width-lg-177 {
    width: 177px !important;
  }
  .height-lg-177 {
    height: 177px !important;
  }
  .max-width-lg-177 {
    max-width: 177px !important;
  }
  .min-width-lg-177 {
    min-width: 177px !important;
  }
  .max-height-lg-177 {
    max-height: 177px !important;
  }
  .min-height-lg-177 {
    min-height: 177px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-177 {
    width: 177% !important;
  }
  .h-xl-177 {
    height: 177% !important;
  }
  .max-w-xl-177 {
    max-width: 177% !important;
  }
  .min-w-xl-177 {
    min-width: 177% !important;
  }
  .max-h-xl-177 {
    max-height: 177% !important;
  }
  .min-h-xl-177 {
    min-height: 177% !important;
  }
  .min-xl-vw-177 {
    min-width: 177vw !important;
  }
  .min-xl-vh-177 {
    min-height: 177vh !important;
  }
  .vw-xl-177 {
    width: 177vw !important;
  }
  .vh-xl-177 {
    height: 177vh !important;
  }
  .width-xl-177 {
    width: 177px !important;
  }
  .height-xl-177 {
    height: 177px !important;
  }
  .max-width-xl-177 {
    max-width: 177px !important;
  }
  .min-width-xl-177 {
    min-width: 177px !important;
  }
  .max-height-xl-177 {
    max-height: 177px !important;
  }
  .min-height-xl-177 {
    min-height: 177px !important;
  }
}
.w-177 {
  width: 177% !important;
}

.h-177 {
  height: 177% !important;
}

.max-w-177 {
  max-width: 177% !important;
}

.min-w-177 {
  min-width: 177% !important;
}

.max-h-177 {
  max-height: 177% !important;
}

.min-h-177 {
  min-height: 177% !important;
}

.min-vw-177 {
  min-width: 177vw !important;
}

.min-vh-177 {
  min-height: 177vh !important;
}

.vw-177 {
  width: 177vw !important;
}

.vh-177 {
  height: 177vh !important;
}

.width-177 {
  width: 177px !important;
}

.height-177 {
  height: 177px !important;
}

.max-width-177 {
  max-width: 177px !important;
}

.min-width-177 {
  min-width: 177px !important;
}

.max-height-177 {
  max-height: 177px !important;
}

.min-height-177 {
  min-height: 177px !important;
}

@media (max-width: 576px) {
  .w-sm-178 {
    width: 178% !important;
  }
  .h-sm-178 {
    height: 178% !important;
  }
  .max-w-sm-178 {
    max-width: 178% !important;
  }
  .min-w-sm-178 {
    min-width: 178% !important;
  }
  .max-h-sm-178 {
    max-height: 178% !important;
  }
  .min-h-sm-178 {
    min-height: 178% !important;
  }
  .min-sm-vw-178 {
    min-width: 178vw !important;
  }
  .min-sm-vh-178 {
    min-height: 178vh !important;
  }
  .vw-sm-178 {
    width: 178vw !important;
  }
  .vh-sm-178 {
    height: 178vh !important;
  }
  .width-sm-178 {
    width: 178px !important;
  }
  .height-sm-178 {
    height: 178px !important;
  }
  .max-width-sm-178 {
    max-width: 178px !important;
  }
  .min-width-sm-178 {
    min-width: 178px !important;
  }
  .max-height-sm-178 {
    max-height: 178px !important;
  }
  .min-height-sm-178 {
    min-height: 178px !important;
  }
}
@media (max-width: 768px) {
  .w-md-178 {
    width: 178% !important;
  }
  .h-md-178 {
    height: 178% !important;
  }
  .max-w-md-178 {
    max-width: 178% !important;
  }
  .min-w-md-178 {
    min-width: 178% !important;
  }
  .max-h-md-178 {
    max-height: 178% !important;
  }
  .min-h-md-178 {
    min-height: 178% !important;
  }
  .min-md-vw-178 {
    min-width: 178vw !important;
  }
  .min-md-vh-178 {
    min-height: 178vh !important;
  }
  .vw-md-178 {
    width: 178vw !important;
  }
  .vh-md-178 {
    height: 178vh !important;
  }
  .width-md-178 {
    width: 178px !important;
  }
  .height-md-178 {
    height: 178px !important;
  }
  .max-width-md-178 {
    max-width: 178px !important;
  }
  .min-width-md-178 {
    min-width: 178px !important;
  }
  .max-height-md-178 {
    max-height: 178px !important;
  }
  .min-height-md-178 {
    min-height: 178px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-178 {
    width: 178% !important;
  }
  .h-lg-178 {
    height: 178% !important;
  }
  .max-w-lg-178 {
    max-width: 178% !important;
  }
  .min-w-lg-178 {
    min-width: 178% !important;
  }
  .max-h-lg-178 {
    max-height: 178% !important;
  }
  .min-h-lg-178 {
    min-height: 178% !important;
  }
  .min-lg-vw-178 {
    min-width: 178vw !important;
  }
  .min-lg-vh-178 {
    min-height: 178vh !important;
  }
  .vw-lg-178 {
    width: 178vw !important;
  }
  .vh-lg-178 {
    height: 178vh !important;
  }
  .width-lg-178 {
    width: 178px !important;
  }
  .height-lg-178 {
    height: 178px !important;
  }
  .max-width-lg-178 {
    max-width: 178px !important;
  }
  .min-width-lg-178 {
    min-width: 178px !important;
  }
  .max-height-lg-178 {
    max-height: 178px !important;
  }
  .min-height-lg-178 {
    min-height: 178px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-178 {
    width: 178% !important;
  }
  .h-xl-178 {
    height: 178% !important;
  }
  .max-w-xl-178 {
    max-width: 178% !important;
  }
  .min-w-xl-178 {
    min-width: 178% !important;
  }
  .max-h-xl-178 {
    max-height: 178% !important;
  }
  .min-h-xl-178 {
    min-height: 178% !important;
  }
  .min-xl-vw-178 {
    min-width: 178vw !important;
  }
  .min-xl-vh-178 {
    min-height: 178vh !important;
  }
  .vw-xl-178 {
    width: 178vw !important;
  }
  .vh-xl-178 {
    height: 178vh !important;
  }
  .width-xl-178 {
    width: 178px !important;
  }
  .height-xl-178 {
    height: 178px !important;
  }
  .max-width-xl-178 {
    max-width: 178px !important;
  }
  .min-width-xl-178 {
    min-width: 178px !important;
  }
  .max-height-xl-178 {
    max-height: 178px !important;
  }
  .min-height-xl-178 {
    min-height: 178px !important;
  }
}
.w-178 {
  width: 178% !important;
}

.h-178 {
  height: 178% !important;
}

.max-w-178 {
  max-width: 178% !important;
}

.min-w-178 {
  min-width: 178% !important;
}

.max-h-178 {
  max-height: 178% !important;
}

.min-h-178 {
  min-height: 178% !important;
}

.min-vw-178 {
  min-width: 178vw !important;
}

.min-vh-178 {
  min-height: 178vh !important;
}

.vw-178 {
  width: 178vw !important;
}

.vh-178 {
  height: 178vh !important;
}

.width-178 {
  width: 178px !important;
}

.height-178 {
  height: 178px !important;
}

.max-width-178 {
  max-width: 178px !important;
}

.min-width-178 {
  min-width: 178px !important;
}

.max-height-178 {
  max-height: 178px !important;
}

.min-height-178 {
  min-height: 178px !important;
}

@media (max-width: 576px) {
  .w-sm-179 {
    width: 179% !important;
  }
  .h-sm-179 {
    height: 179% !important;
  }
  .max-w-sm-179 {
    max-width: 179% !important;
  }
  .min-w-sm-179 {
    min-width: 179% !important;
  }
  .max-h-sm-179 {
    max-height: 179% !important;
  }
  .min-h-sm-179 {
    min-height: 179% !important;
  }
  .min-sm-vw-179 {
    min-width: 179vw !important;
  }
  .min-sm-vh-179 {
    min-height: 179vh !important;
  }
  .vw-sm-179 {
    width: 179vw !important;
  }
  .vh-sm-179 {
    height: 179vh !important;
  }
  .width-sm-179 {
    width: 179px !important;
  }
  .height-sm-179 {
    height: 179px !important;
  }
  .max-width-sm-179 {
    max-width: 179px !important;
  }
  .min-width-sm-179 {
    min-width: 179px !important;
  }
  .max-height-sm-179 {
    max-height: 179px !important;
  }
  .min-height-sm-179 {
    min-height: 179px !important;
  }
}
@media (max-width: 768px) {
  .w-md-179 {
    width: 179% !important;
  }
  .h-md-179 {
    height: 179% !important;
  }
  .max-w-md-179 {
    max-width: 179% !important;
  }
  .min-w-md-179 {
    min-width: 179% !important;
  }
  .max-h-md-179 {
    max-height: 179% !important;
  }
  .min-h-md-179 {
    min-height: 179% !important;
  }
  .min-md-vw-179 {
    min-width: 179vw !important;
  }
  .min-md-vh-179 {
    min-height: 179vh !important;
  }
  .vw-md-179 {
    width: 179vw !important;
  }
  .vh-md-179 {
    height: 179vh !important;
  }
  .width-md-179 {
    width: 179px !important;
  }
  .height-md-179 {
    height: 179px !important;
  }
  .max-width-md-179 {
    max-width: 179px !important;
  }
  .min-width-md-179 {
    min-width: 179px !important;
  }
  .max-height-md-179 {
    max-height: 179px !important;
  }
  .min-height-md-179 {
    min-height: 179px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-179 {
    width: 179% !important;
  }
  .h-lg-179 {
    height: 179% !important;
  }
  .max-w-lg-179 {
    max-width: 179% !important;
  }
  .min-w-lg-179 {
    min-width: 179% !important;
  }
  .max-h-lg-179 {
    max-height: 179% !important;
  }
  .min-h-lg-179 {
    min-height: 179% !important;
  }
  .min-lg-vw-179 {
    min-width: 179vw !important;
  }
  .min-lg-vh-179 {
    min-height: 179vh !important;
  }
  .vw-lg-179 {
    width: 179vw !important;
  }
  .vh-lg-179 {
    height: 179vh !important;
  }
  .width-lg-179 {
    width: 179px !important;
  }
  .height-lg-179 {
    height: 179px !important;
  }
  .max-width-lg-179 {
    max-width: 179px !important;
  }
  .min-width-lg-179 {
    min-width: 179px !important;
  }
  .max-height-lg-179 {
    max-height: 179px !important;
  }
  .min-height-lg-179 {
    min-height: 179px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-179 {
    width: 179% !important;
  }
  .h-xl-179 {
    height: 179% !important;
  }
  .max-w-xl-179 {
    max-width: 179% !important;
  }
  .min-w-xl-179 {
    min-width: 179% !important;
  }
  .max-h-xl-179 {
    max-height: 179% !important;
  }
  .min-h-xl-179 {
    min-height: 179% !important;
  }
  .min-xl-vw-179 {
    min-width: 179vw !important;
  }
  .min-xl-vh-179 {
    min-height: 179vh !important;
  }
  .vw-xl-179 {
    width: 179vw !important;
  }
  .vh-xl-179 {
    height: 179vh !important;
  }
  .width-xl-179 {
    width: 179px !important;
  }
  .height-xl-179 {
    height: 179px !important;
  }
  .max-width-xl-179 {
    max-width: 179px !important;
  }
  .min-width-xl-179 {
    min-width: 179px !important;
  }
  .max-height-xl-179 {
    max-height: 179px !important;
  }
  .min-height-xl-179 {
    min-height: 179px !important;
  }
}
.w-179 {
  width: 179% !important;
}

.h-179 {
  height: 179% !important;
}

.max-w-179 {
  max-width: 179% !important;
}

.min-w-179 {
  min-width: 179% !important;
}

.max-h-179 {
  max-height: 179% !important;
}

.min-h-179 {
  min-height: 179% !important;
}

.min-vw-179 {
  min-width: 179vw !important;
}

.min-vh-179 {
  min-height: 179vh !important;
}

.vw-179 {
  width: 179vw !important;
}

.vh-179 {
  height: 179vh !important;
}

.width-179 {
  width: 179px !important;
}

.height-179 {
  height: 179px !important;
}

.max-width-179 {
  max-width: 179px !important;
}

.min-width-179 {
  min-width: 179px !important;
}

.max-height-179 {
  max-height: 179px !important;
}

.min-height-179 {
  min-height: 179px !important;
}

@media (max-width: 576px) {
  .w-sm-180 {
    width: 180% !important;
  }
  .h-sm-180 {
    height: 180% !important;
  }
  .max-w-sm-180 {
    max-width: 180% !important;
  }
  .min-w-sm-180 {
    min-width: 180% !important;
  }
  .max-h-sm-180 {
    max-height: 180% !important;
  }
  .min-h-sm-180 {
    min-height: 180% !important;
  }
  .min-sm-vw-180 {
    min-width: 180vw !important;
  }
  .min-sm-vh-180 {
    min-height: 180vh !important;
  }
  .vw-sm-180 {
    width: 180vw !important;
  }
  .vh-sm-180 {
    height: 180vh !important;
  }
  .width-sm-180 {
    width: 180px !important;
  }
  .height-sm-180 {
    height: 180px !important;
  }
  .max-width-sm-180 {
    max-width: 180px !important;
  }
  .min-width-sm-180 {
    min-width: 180px !important;
  }
  .max-height-sm-180 {
    max-height: 180px !important;
  }
  .min-height-sm-180 {
    min-height: 180px !important;
  }
}
@media (max-width: 768px) {
  .w-md-180 {
    width: 180% !important;
  }
  .h-md-180 {
    height: 180% !important;
  }
  .max-w-md-180 {
    max-width: 180% !important;
  }
  .min-w-md-180 {
    min-width: 180% !important;
  }
  .max-h-md-180 {
    max-height: 180% !important;
  }
  .min-h-md-180 {
    min-height: 180% !important;
  }
  .min-md-vw-180 {
    min-width: 180vw !important;
  }
  .min-md-vh-180 {
    min-height: 180vh !important;
  }
  .vw-md-180 {
    width: 180vw !important;
  }
  .vh-md-180 {
    height: 180vh !important;
  }
  .width-md-180 {
    width: 180px !important;
  }
  .height-md-180 {
    height: 180px !important;
  }
  .max-width-md-180 {
    max-width: 180px !important;
  }
  .min-width-md-180 {
    min-width: 180px !important;
  }
  .max-height-md-180 {
    max-height: 180px !important;
  }
  .min-height-md-180 {
    min-height: 180px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-180 {
    width: 180% !important;
  }
  .h-lg-180 {
    height: 180% !important;
  }
  .max-w-lg-180 {
    max-width: 180% !important;
  }
  .min-w-lg-180 {
    min-width: 180% !important;
  }
  .max-h-lg-180 {
    max-height: 180% !important;
  }
  .min-h-lg-180 {
    min-height: 180% !important;
  }
  .min-lg-vw-180 {
    min-width: 180vw !important;
  }
  .min-lg-vh-180 {
    min-height: 180vh !important;
  }
  .vw-lg-180 {
    width: 180vw !important;
  }
  .vh-lg-180 {
    height: 180vh !important;
  }
  .width-lg-180 {
    width: 180px !important;
  }
  .height-lg-180 {
    height: 180px !important;
  }
  .max-width-lg-180 {
    max-width: 180px !important;
  }
  .min-width-lg-180 {
    min-width: 180px !important;
  }
  .max-height-lg-180 {
    max-height: 180px !important;
  }
  .min-height-lg-180 {
    min-height: 180px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-180 {
    width: 180% !important;
  }
  .h-xl-180 {
    height: 180% !important;
  }
  .max-w-xl-180 {
    max-width: 180% !important;
  }
  .min-w-xl-180 {
    min-width: 180% !important;
  }
  .max-h-xl-180 {
    max-height: 180% !important;
  }
  .min-h-xl-180 {
    min-height: 180% !important;
  }
  .min-xl-vw-180 {
    min-width: 180vw !important;
  }
  .min-xl-vh-180 {
    min-height: 180vh !important;
  }
  .vw-xl-180 {
    width: 180vw !important;
  }
  .vh-xl-180 {
    height: 180vh !important;
  }
  .width-xl-180 {
    width: 180px !important;
  }
  .height-xl-180 {
    height: 180px !important;
  }
  .max-width-xl-180 {
    max-width: 180px !important;
  }
  .min-width-xl-180 {
    min-width: 180px !important;
  }
  .max-height-xl-180 {
    max-height: 180px !important;
  }
  .min-height-xl-180 {
    min-height: 180px !important;
  }
}
.w-180 {
  width: 180% !important;
}

.h-180 {
  height: 180% !important;
}

.max-w-180 {
  max-width: 180% !important;
}

.min-w-180 {
  min-width: 180% !important;
}

.max-h-180 {
  max-height: 180% !important;
}

.min-h-180 {
  min-height: 180% !important;
}

.min-vw-180 {
  min-width: 180vw !important;
}

.min-vh-180 {
  min-height: 180vh !important;
}

.vw-180 {
  width: 180vw !important;
}

.vh-180 {
  height: 180vh !important;
}

.width-180 {
  width: 180px !important;
}

.height-180 {
  height: 180px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.max-height-180 {
  max-height: 180px !important;
}

.min-height-180 {
  min-height: 180px !important;
}

@media (max-width: 576px) {
  .w-sm-181 {
    width: 181% !important;
  }
  .h-sm-181 {
    height: 181% !important;
  }
  .max-w-sm-181 {
    max-width: 181% !important;
  }
  .min-w-sm-181 {
    min-width: 181% !important;
  }
  .max-h-sm-181 {
    max-height: 181% !important;
  }
  .min-h-sm-181 {
    min-height: 181% !important;
  }
  .min-sm-vw-181 {
    min-width: 181vw !important;
  }
  .min-sm-vh-181 {
    min-height: 181vh !important;
  }
  .vw-sm-181 {
    width: 181vw !important;
  }
  .vh-sm-181 {
    height: 181vh !important;
  }
  .width-sm-181 {
    width: 181px !important;
  }
  .height-sm-181 {
    height: 181px !important;
  }
  .max-width-sm-181 {
    max-width: 181px !important;
  }
  .min-width-sm-181 {
    min-width: 181px !important;
  }
  .max-height-sm-181 {
    max-height: 181px !important;
  }
  .min-height-sm-181 {
    min-height: 181px !important;
  }
}
@media (max-width: 768px) {
  .w-md-181 {
    width: 181% !important;
  }
  .h-md-181 {
    height: 181% !important;
  }
  .max-w-md-181 {
    max-width: 181% !important;
  }
  .min-w-md-181 {
    min-width: 181% !important;
  }
  .max-h-md-181 {
    max-height: 181% !important;
  }
  .min-h-md-181 {
    min-height: 181% !important;
  }
  .min-md-vw-181 {
    min-width: 181vw !important;
  }
  .min-md-vh-181 {
    min-height: 181vh !important;
  }
  .vw-md-181 {
    width: 181vw !important;
  }
  .vh-md-181 {
    height: 181vh !important;
  }
  .width-md-181 {
    width: 181px !important;
  }
  .height-md-181 {
    height: 181px !important;
  }
  .max-width-md-181 {
    max-width: 181px !important;
  }
  .min-width-md-181 {
    min-width: 181px !important;
  }
  .max-height-md-181 {
    max-height: 181px !important;
  }
  .min-height-md-181 {
    min-height: 181px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-181 {
    width: 181% !important;
  }
  .h-lg-181 {
    height: 181% !important;
  }
  .max-w-lg-181 {
    max-width: 181% !important;
  }
  .min-w-lg-181 {
    min-width: 181% !important;
  }
  .max-h-lg-181 {
    max-height: 181% !important;
  }
  .min-h-lg-181 {
    min-height: 181% !important;
  }
  .min-lg-vw-181 {
    min-width: 181vw !important;
  }
  .min-lg-vh-181 {
    min-height: 181vh !important;
  }
  .vw-lg-181 {
    width: 181vw !important;
  }
  .vh-lg-181 {
    height: 181vh !important;
  }
  .width-lg-181 {
    width: 181px !important;
  }
  .height-lg-181 {
    height: 181px !important;
  }
  .max-width-lg-181 {
    max-width: 181px !important;
  }
  .min-width-lg-181 {
    min-width: 181px !important;
  }
  .max-height-lg-181 {
    max-height: 181px !important;
  }
  .min-height-lg-181 {
    min-height: 181px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-181 {
    width: 181% !important;
  }
  .h-xl-181 {
    height: 181% !important;
  }
  .max-w-xl-181 {
    max-width: 181% !important;
  }
  .min-w-xl-181 {
    min-width: 181% !important;
  }
  .max-h-xl-181 {
    max-height: 181% !important;
  }
  .min-h-xl-181 {
    min-height: 181% !important;
  }
  .min-xl-vw-181 {
    min-width: 181vw !important;
  }
  .min-xl-vh-181 {
    min-height: 181vh !important;
  }
  .vw-xl-181 {
    width: 181vw !important;
  }
  .vh-xl-181 {
    height: 181vh !important;
  }
  .width-xl-181 {
    width: 181px !important;
  }
  .height-xl-181 {
    height: 181px !important;
  }
  .max-width-xl-181 {
    max-width: 181px !important;
  }
  .min-width-xl-181 {
    min-width: 181px !important;
  }
  .max-height-xl-181 {
    max-height: 181px !important;
  }
  .min-height-xl-181 {
    min-height: 181px !important;
  }
}
.w-181 {
  width: 181% !important;
}

.h-181 {
  height: 181% !important;
}

.max-w-181 {
  max-width: 181% !important;
}

.min-w-181 {
  min-width: 181% !important;
}

.max-h-181 {
  max-height: 181% !important;
}

.min-h-181 {
  min-height: 181% !important;
}

.min-vw-181 {
  min-width: 181vw !important;
}

.min-vh-181 {
  min-height: 181vh !important;
}

.vw-181 {
  width: 181vw !important;
}

.vh-181 {
  height: 181vh !important;
}

.width-181 {
  width: 181px !important;
}

.height-181 {
  height: 181px !important;
}

.max-width-181 {
  max-width: 181px !important;
}

.min-width-181 {
  min-width: 181px !important;
}

.max-height-181 {
  max-height: 181px !important;
}

.min-height-181 {
  min-height: 181px !important;
}

@media (max-width: 576px) {
  .w-sm-182 {
    width: 182% !important;
  }
  .h-sm-182 {
    height: 182% !important;
  }
  .max-w-sm-182 {
    max-width: 182% !important;
  }
  .min-w-sm-182 {
    min-width: 182% !important;
  }
  .max-h-sm-182 {
    max-height: 182% !important;
  }
  .min-h-sm-182 {
    min-height: 182% !important;
  }
  .min-sm-vw-182 {
    min-width: 182vw !important;
  }
  .min-sm-vh-182 {
    min-height: 182vh !important;
  }
  .vw-sm-182 {
    width: 182vw !important;
  }
  .vh-sm-182 {
    height: 182vh !important;
  }
  .width-sm-182 {
    width: 182px !important;
  }
  .height-sm-182 {
    height: 182px !important;
  }
  .max-width-sm-182 {
    max-width: 182px !important;
  }
  .min-width-sm-182 {
    min-width: 182px !important;
  }
  .max-height-sm-182 {
    max-height: 182px !important;
  }
  .min-height-sm-182 {
    min-height: 182px !important;
  }
}
@media (max-width: 768px) {
  .w-md-182 {
    width: 182% !important;
  }
  .h-md-182 {
    height: 182% !important;
  }
  .max-w-md-182 {
    max-width: 182% !important;
  }
  .min-w-md-182 {
    min-width: 182% !important;
  }
  .max-h-md-182 {
    max-height: 182% !important;
  }
  .min-h-md-182 {
    min-height: 182% !important;
  }
  .min-md-vw-182 {
    min-width: 182vw !important;
  }
  .min-md-vh-182 {
    min-height: 182vh !important;
  }
  .vw-md-182 {
    width: 182vw !important;
  }
  .vh-md-182 {
    height: 182vh !important;
  }
  .width-md-182 {
    width: 182px !important;
  }
  .height-md-182 {
    height: 182px !important;
  }
  .max-width-md-182 {
    max-width: 182px !important;
  }
  .min-width-md-182 {
    min-width: 182px !important;
  }
  .max-height-md-182 {
    max-height: 182px !important;
  }
  .min-height-md-182 {
    min-height: 182px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-182 {
    width: 182% !important;
  }
  .h-lg-182 {
    height: 182% !important;
  }
  .max-w-lg-182 {
    max-width: 182% !important;
  }
  .min-w-lg-182 {
    min-width: 182% !important;
  }
  .max-h-lg-182 {
    max-height: 182% !important;
  }
  .min-h-lg-182 {
    min-height: 182% !important;
  }
  .min-lg-vw-182 {
    min-width: 182vw !important;
  }
  .min-lg-vh-182 {
    min-height: 182vh !important;
  }
  .vw-lg-182 {
    width: 182vw !important;
  }
  .vh-lg-182 {
    height: 182vh !important;
  }
  .width-lg-182 {
    width: 182px !important;
  }
  .height-lg-182 {
    height: 182px !important;
  }
  .max-width-lg-182 {
    max-width: 182px !important;
  }
  .min-width-lg-182 {
    min-width: 182px !important;
  }
  .max-height-lg-182 {
    max-height: 182px !important;
  }
  .min-height-lg-182 {
    min-height: 182px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-182 {
    width: 182% !important;
  }
  .h-xl-182 {
    height: 182% !important;
  }
  .max-w-xl-182 {
    max-width: 182% !important;
  }
  .min-w-xl-182 {
    min-width: 182% !important;
  }
  .max-h-xl-182 {
    max-height: 182% !important;
  }
  .min-h-xl-182 {
    min-height: 182% !important;
  }
  .min-xl-vw-182 {
    min-width: 182vw !important;
  }
  .min-xl-vh-182 {
    min-height: 182vh !important;
  }
  .vw-xl-182 {
    width: 182vw !important;
  }
  .vh-xl-182 {
    height: 182vh !important;
  }
  .width-xl-182 {
    width: 182px !important;
  }
  .height-xl-182 {
    height: 182px !important;
  }
  .max-width-xl-182 {
    max-width: 182px !important;
  }
  .min-width-xl-182 {
    min-width: 182px !important;
  }
  .max-height-xl-182 {
    max-height: 182px !important;
  }
  .min-height-xl-182 {
    min-height: 182px !important;
  }
}
.w-182 {
  width: 182% !important;
}

.h-182 {
  height: 182% !important;
}

.max-w-182 {
  max-width: 182% !important;
}

.min-w-182 {
  min-width: 182% !important;
}

.max-h-182 {
  max-height: 182% !important;
}

.min-h-182 {
  min-height: 182% !important;
}

.min-vw-182 {
  min-width: 182vw !important;
}

.min-vh-182 {
  min-height: 182vh !important;
}

.vw-182 {
  width: 182vw !important;
}

.vh-182 {
  height: 182vh !important;
}

.width-182 {
  width: 182px !important;
}

.height-182 {
  height: 182px !important;
}

.max-width-182 {
  max-width: 182px !important;
}

.min-width-182 {
  min-width: 182px !important;
}

.max-height-182 {
  max-height: 182px !important;
}

.min-height-182 {
  min-height: 182px !important;
}

@media (max-width: 576px) {
  .w-sm-183 {
    width: 183% !important;
  }
  .h-sm-183 {
    height: 183% !important;
  }
  .max-w-sm-183 {
    max-width: 183% !important;
  }
  .min-w-sm-183 {
    min-width: 183% !important;
  }
  .max-h-sm-183 {
    max-height: 183% !important;
  }
  .min-h-sm-183 {
    min-height: 183% !important;
  }
  .min-sm-vw-183 {
    min-width: 183vw !important;
  }
  .min-sm-vh-183 {
    min-height: 183vh !important;
  }
  .vw-sm-183 {
    width: 183vw !important;
  }
  .vh-sm-183 {
    height: 183vh !important;
  }
  .width-sm-183 {
    width: 183px !important;
  }
  .height-sm-183 {
    height: 183px !important;
  }
  .max-width-sm-183 {
    max-width: 183px !important;
  }
  .min-width-sm-183 {
    min-width: 183px !important;
  }
  .max-height-sm-183 {
    max-height: 183px !important;
  }
  .min-height-sm-183 {
    min-height: 183px !important;
  }
}
@media (max-width: 768px) {
  .w-md-183 {
    width: 183% !important;
  }
  .h-md-183 {
    height: 183% !important;
  }
  .max-w-md-183 {
    max-width: 183% !important;
  }
  .min-w-md-183 {
    min-width: 183% !important;
  }
  .max-h-md-183 {
    max-height: 183% !important;
  }
  .min-h-md-183 {
    min-height: 183% !important;
  }
  .min-md-vw-183 {
    min-width: 183vw !important;
  }
  .min-md-vh-183 {
    min-height: 183vh !important;
  }
  .vw-md-183 {
    width: 183vw !important;
  }
  .vh-md-183 {
    height: 183vh !important;
  }
  .width-md-183 {
    width: 183px !important;
  }
  .height-md-183 {
    height: 183px !important;
  }
  .max-width-md-183 {
    max-width: 183px !important;
  }
  .min-width-md-183 {
    min-width: 183px !important;
  }
  .max-height-md-183 {
    max-height: 183px !important;
  }
  .min-height-md-183 {
    min-height: 183px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-183 {
    width: 183% !important;
  }
  .h-lg-183 {
    height: 183% !important;
  }
  .max-w-lg-183 {
    max-width: 183% !important;
  }
  .min-w-lg-183 {
    min-width: 183% !important;
  }
  .max-h-lg-183 {
    max-height: 183% !important;
  }
  .min-h-lg-183 {
    min-height: 183% !important;
  }
  .min-lg-vw-183 {
    min-width: 183vw !important;
  }
  .min-lg-vh-183 {
    min-height: 183vh !important;
  }
  .vw-lg-183 {
    width: 183vw !important;
  }
  .vh-lg-183 {
    height: 183vh !important;
  }
  .width-lg-183 {
    width: 183px !important;
  }
  .height-lg-183 {
    height: 183px !important;
  }
  .max-width-lg-183 {
    max-width: 183px !important;
  }
  .min-width-lg-183 {
    min-width: 183px !important;
  }
  .max-height-lg-183 {
    max-height: 183px !important;
  }
  .min-height-lg-183 {
    min-height: 183px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-183 {
    width: 183% !important;
  }
  .h-xl-183 {
    height: 183% !important;
  }
  .max-w-xl-183 {
    max-width: 183% !important;
  }
  .min-w-xl-183 {
    min-width: 183% !important;
  }
  .max-h-xl-183 {
    max-height: 183% !important;
  }
  .min-h-xl-183 {
    min-height: 183% !important;
  }
  .min-xl-vw-183 {
    min-width: 183vw !important;
  }
  .min-xl-vh-183 {
    min-height: 183vh !important;
  }
  .vw-xl-183 {
    width: 183vw !important;
  }
  .vh-xl-183 {
    height: 183vh !important;
  }
  .width-xl-183 {
    width: 183px !important;
  }
  .height-xl-183 {
    height: 183px !important;
  }
  .max-width-xl-183 {
    max-width: 183px !important;
  }
  .min-width-xl-183 {
    min-width: 183px !important;
  }
  .max-height-xl-183 {
    max-height: 183px !important;
  }
  .min-height-xl-183 {
    min-height: 183px !important;
  }
}
.w-183 {
  width: 183% !important;
}

.h-183 {
  height: 183% !important;
}

.max-w-183 {
  max-width: 183% !important;
}

.min-w-183 {
  min-width: 183% !important;
}

.max-h-183 {
  max-height: 183% !important;
}

.min-h-183 {
  min-height: 183% !important;
}

.min-vw-183 {
  min-width: 183vw !important;
}

.min-vh-183 {
  min-height: 183vh !important;
}

.vw-183 {
  width: 183vw !important;
}

.vh-183 {
  height: 183vh !important;
}

.width-183 {
  width: 183px !important;
}

.height-183 {
  height: 183px !important;
}

.max-width-183 {
  max-width: 183px !important;
}

.min-width-183 {
  min-width: 183px !important;
}

.max-height-183 {
  max-height: 183px !important;
}

.min-height-183 {
  min-height: 183px !important;
}

@media (max-width: 576px) {
  .w-sm-184 {
    width: 184% !important;
  }
  .h-sm-184 {
    height: 184% !important;
  }
  .max-w-sm-184 {
    max-width: 184% !important;
  }
  .min-w-sm-184 {
    min-width: 184% !important;
  }
  .max-h-sm-184 {
    max-height: 184% !important;
  }
  .min-h-sm-184 {
    min-height: 184% !important;
  }
  .min-sm-vw-184 {
    min-width: 184vw !important;
  }
  .min-sm-vh-184 {
    min-height: 184vh !important;
  }
  .vw-sm-184 {
    width: 184vw !important;
  }
  .vh-sm-184 {
    height: 184vh !important;
  }
  .width-sm-184 {
    width: 184px !important;
  }
  .height-sm-184 {
    height: 184px !important;
  }
  .max-width-sm-184 {
    max-width: 184px !important;
  }
  .min-width-sm-184 {
    min-width: 184px !important;
  }
  .max-height-sm-184 {
    max-height: 184px !important;
  }
  .min-height-sm-184 {
    min-height: 184px !important;
  }
}
@media (max-width: 768px) {
  .w-md-184 {
    width: 184% !important;
  }
  .h-md-184 {
    height: 184% !important;
  }
  .max-w-md-184 {
    max-width: 184% !important;
  }
  .min-w-md-184 {
    min-width: 184% !important;
  }
  .max-h-md-184 {
    max-height: 184% !important;
  }
  .min-h-md-184 {
    min-height: 184% !important;
  }
  .min-md-vw-184 {
    min-width: 184vw !important;
  }
  .min-md-vh-184 {
    min-height: 184vh !important;
  }
  .vw-md-184 {
    width: 184vw !important;
  }
  .vh-md-184 {
    height: 184vh !important;
  }
  .width-md-184 {
    width: 184px !important;
  }
  .height-md-184 {
    height: 184px !important;
  }
  .max-width-md-184 {
    max-width: 184px !important;
  }
  .min-width-md-184 {
    min-width: 184px !important;
  }
  .max-height-md-184 {
    max-height: 184px !important;
  }
  .min-height-md-184 {
    min-height: 184px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-184 {
    width: 184% !important;
  }
  .h-lg-184 {
    height: 184% !important;
  }
  .max-w-lg-184 {
    max-width: 184% !important;
  }
  .min-w-lg-184 {
    min-width: 184% !important;
  }
  .max-h-lg-184 {
    max-height: 184% !important;
  }
  .min-h-lg-184 {
    min-height: 184% !important;
  }
  .min-lg-vw-184 {
    min-width: 184vw !important;
  }
  .min-lg-vh-184 {
    min-height: 184vh !important;
  }
  .vw-lg-184 {
    width: 184vw !important;
  }
  .vh-lg-184 {
    height: 184vh !important;
  }
  .width-lg-184 {
    width: 184px !important;
  }
  .height-lg-184 {
    height: 184px !important;
  }
  .max-width-lg-184 {
    max-width: 184px !important;
  }
  .min-width-lg-184 {
    min-width: 184px !important;
  }
  .max-height-lg-184 {
    max-height: 184px !important;
  }
  .min-height-lg-184 {
    min-height: 184px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-184 {
    width: 184% !important;
  }
  .h-xl-184 {
    height: 184% !important;
  }
  .max-w-xl-184 {
    max-width: 184% !important;
  }
  .min-w-xl-184 {
    min-width: 184% !important;
  }
  .max-h-xl-184 {
    max-height: 184% !important;
  }
  .min-h-xl-184 {
    min-height: 184% !important;
  }
  .min-xl-vw-184 {
    min-width: 184vw !important;
  }
  .min-xl-vh-184 {
    min-height: 184vh !important;
  }
  .vw-xl-184 {
    width: 184vw !important;
  }
  .vh-xl-184 {
    height: 184vh !important;
  }
  .width-xl-184 {
    width: 184px !important;
  }
  .height-xl-184 {
    height: 184px !important;
  }
  .max-width-xl-184 {
    max-width: 184px !important;
  }
  .min-width-xl-184 {
    min-width: 184px !important;
  }
  .max-height-xl-184 {
    max-height: 184px !important;
  }
  .min-height-xl-184 {
    min-height: 184px !important;
  }
}
.w-184 {
  width: 184% !important;
}

.h-184 {
  height: 184% !important;
}

.max-w-184 {
  max-width: 184% !important;
}

.min-w-184 {
  min-width: 184% !important;
}

.max-h-184 {
  max-height: 184% !important;
}

.min-h-184 {
  min-height: 184% !important;
}

.min-vw-184 {
  min-width: 184vw !important;
}

.min-vh-184 {
  min-height: 184vh !important;
}

.vw-184 {
  width: 184vw !important;
}

.vh-184 {
  height: 184vh !important;
}

.width-184 {
  width: 184px !important;
}

.height-184 {
  height: 184px !important;
}

.max-width-184 {
  max-width: 184px !important;
}

.min-width-184 {
  min-width: 184px !important;
}

.max-height-184 {
  max-height: 184px !important;
}

.min-height-184 {
  min-height: 184px !important;
}

@media (max-width: 576px) {
  .w-sm-185 {
    width: 185% !important;
  }
  .h-sm-185 {
    height: 185% !important;
  }
  .max-w-sm-185 {
    max-width: 185% !important;
  }
  .min-w-sm-185 {
    min-width: 185% !important;
  }
  .max-h-sm-185 {
    max-height: 185% !important;
  }
  .min-h-sm-185 {
    min-height: 185% !important;
  }
  .min-sm-vw-185 {
    min-width: 185vw !important;
  }
  .min-sm-vh-185 {
    min-height: 185vh !important;
  }
  .vw-sm-185 {
    width: 185vw !important;
  }
  .vh-sm-185 {
    height: 185vh !important;
  }
  .width-sm-185 {
    width: 185px !important;
  }
  .height-sm-185 {
    height: 185px !important;
  }
  .max-width-sm-185 {
    max-width: 185px !important;
  }
  .min-width-sm-185 {
    min-width: 185px !important;
  }
  .max-height-sm-185 {
    max-height: 185px !important;
  }
  .min-height-sm-185 {
    min-height: 185px !important;
  }
}
@media (max-width: 768px) {
  .w-md-185 {
    width: 185% !important;
  }
  .h-md-185 {
    height: 185% !important;
  }
  .max-w-md-185 {
    max-width: 185% !important;
  }
  .min-w-md-185 {
    min-width: 185% !important;
  }
  .max-h-md-185 {
    max-height: 185% !important;
  }
  .min-h-md-185 {
    min-height: 185% !important;
  }
  .min-md-vw-185 {
    min-width: 185vw !important;
  }
  .min-md-vh-185 {
    min-height: 185vh !important;
  }
  .vw-md-185 {
    width: 185vw !important;
  }
  .vh-md-185 {
    height: 185vh !important;
  }
  .width-md-185 {
    width: 185px !important;
  }
  .height-md-185 {
    height: 185px !important;
  }
  .max-width-md-185 {
    max-width: 185px !important;
  }
  .min-width-md-185 {
    min-width: 185px !important;
  }
  .max-height-md-185 {
    max-height: 185px !important;
  }
  .min-height-md-185 {
    min-height: 185px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-185 {
    width: 185% !important;
  }
  .h-lg-185 {
    height: 185% !important;
  }
  .max-w-lg-185 {
    max-width: 185% !important;
  }
  .min-w-lg-185 {
    min-width: 185% !important;
  }
  .max-h-lg-185 {
    max-height: 185% !important;
  }
  .min-h-lg-185 {
    min-height: 185% !important;
  }
  .min-lg-vw-185 {
    min-width: 185vw !important;
  }
  .min-lg-vh-185 {
    min-height: 185vh !important;
  }
  .vw-lg-185 {
    width: 185vw !important;
  }
  .vh-lg-185 {
    height: 185vh !important;
  }
  .width-lg-185 {
    width: 185px !important;
  }
  .height-lg-185 {
    height: 185px !important;
  }
  .max-width-lg-185 {
    max-width: 185px !important;
  }
  .min-width-lg-185 {
    min-width: 185px !important;
  }
  .max-height-lg-185 {
    max-height: 185px !important;
  }
  .min-height-lg-185 {
    min-height: 185px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-185 {
    width: 185% !important;
  }
  .h-xl-185 {
    height: 185% !important;
  }
  .max-w-xl-185 {
    max-width: 185% !important;
  }
  .min-w-xl-185 {
    min-width: 185% !important;
  }
  .max-h-xl-185 {
    max-height: 185% !important;
  }
  .min-h-xl-185 {
    min-height: 185% !important;
  }
  .min-xl-vw-185 {
    min-width: 185vw !important;
  }
  .min-xl-vh-185 {
    min-height: 185vh !important;
  }
  .vw-xl-185 {
    width: 185vw !important;
  }
  .vh-xl-185 {
    height: 185vh !important;
  }
  .width-xl-185 {
    width: 185px !important;
  }
  .height-xl-185 {
    height: 185px !important;
  }
  .max-width-xl-185 {
    max-width: 185px !important;
  }
  .min-width-xl-185 {
    min-width: 185px !important;
  }
  .max-height-xl-185 {
    max-height: 185px !important;
  }
  .min-height-xl-185 {
    min-height: 185px !important;
  }
}
.w-185 {
  width: 185% !important;
}

.h-185 {
  height: 185% !important;
}

.max-w-185 {
  max-width: 185% !important;
}

.min-w-185 {
  min-width: 185% !important;
}

.max-h-185 {
  max-height: 185% !important;
}

.min-h-185 {
  min-height: 185% !important;
}

.min-vw-185 {
  min-width: 185vw !important;
}

.min-vh-185 {
  min-height: 185vh !important;
}

.vw-185 {
  width: 185vw !important;
}

.vh-185 {
  height: 185vh !important;
}

.width-185 {
  width: 185px !important;
}

.height-185 {
  height: 185px !important;
}

.max-width-185 {
  max-width: 185px !important;
}

.min-width-185 {
  min-width: 185px !important;
}

.max-height-185 {
  max-height: 185px !important;
}

.min-height-185 {
  min-height: 185px !important;
}

@media (max-width: 576px) {
  .w-sm-186 {
    width: 186% !important;
  }
  .h-sm-186 {
    height: 186% !important;
  }
  .max-w-sm-186 {
    max-width: 186% !important;
  }
  .min-w-sm-186 {
    min-width: 186% !important;
  }
  .max-h-sm-186 {
    max-height: 186% !important;
  }
  .min-h-sm-186 {
    min-height: 186% !important;
  }
  .min-sm-vw-186 {
    min-width: 186vw !important;
  }
  .min-sm-vh-186 {
    min-height: 186vh !important;
  }
  .vw-sm-186 {
    width: 186vw !important;
  }
  .vh-sm-186 {
    height: 186vh !important;
  }
  .width-sm-186 {
    width: 186px !important;
  }
  .height-sm-186 {
    height: 186px !important;
  }
  .max-width-sm-186 {
    max-width: 186px !important;
  }
  .min-width-sm-186 {
    min-width: 186px !important;
  }
  .max-height-sm-186 {
    max-height: 186px !important;
  }
  .min-height-sm-186 {
    min-height: 186px !important;
  }
}
@media (max-width: 768px) {
  .w-md-186 {
    width: 186% !important;
  }
  .h-md-186 {
    height: 186% !important;
  }
  .max-w-md-186 {
    max-width: 186% !important;
  }
  .min-w-md-186 {
    min-width: 186% !important;
  }
  .max-h-md-186 {
    max-height: 186% !important;
  }
  .min-h-md-186 {
    min-height: 186% !important;
  }
  .min-md-vw-186 {
    min-width: 186vw !important;
  }
  .min-md-vh-186 {
    min-height: 186vh !important;
  }
  .vw-md-186 {
    width: 186vw !important;
  }
  .vh-md-186 {
    height: 186vh !important;
  }
  .width-md-186 {
    width: 186px !important;
  }
  .height-md-186 {
    height: 186px !important;
  }
  .max-width-md-186 {
    max-width: 186px !important;
  }
  .min-width-md-186 {
    min-width: 186px !important;
  }
  .max-height-md-186 {
    max-height: 186px !important;
  }
  .min-height-md-186 {
    min-height: 186px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-186 {
    width: 186% !important;
  }
  .h-lg-186 {
    height: 186% !important;
  }
  .max-w-lg-186 {
    max-width: 186% !important;
  }
  .min-w-lg-186 {
    min-width: 186% !important;
  }
  .max-h-lg-186 {
    max-height: 186% !important;
  }
  .min-h-lg-186 {
    min-height: 186% !important;
  }
  .min-lg-vw-186 {
    min-width: 186vw !important;
  }
  .min-lg-vh-186 {
    min-height: 186vh !important;
  }
  .vw-lg-186 {
    width: 186vw !important;
  }
  .vh-lg-186 {
    height: 186vh !important;
  }
  .width-lg-186 {
    width: 186px !important;
  }
  .height-lg-186 {
    height: 186px !important;
  }
  .max-width-lg-186 {
    max-width: 186px !important;
  }
  .min-width-lg-186 {
    min-width: 186px !important;
  }
  .max-height-lg-186 {
    max-height: 186px !important;
  }
  .min-height-lg-186 {
    min-height: 186px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-186 {
    width: 186% !important;
  }
  .h-xl-186 {
    height: 186% !important;
  }
  .max-w-xl-186 {
    max-width: 186% !important;
  }
  .min-w-xl-186 {
    min-width: 186% !important;
  }
  .max-h-xl-186 {
    max-height: 186% !important;
  }
  .min-h-xl-186 {
    min-height: 186% !important;
  }
  .min-xl-vw-186 {
    min-width: 186vw !important;
  }
  .min-xl-vh-186 {
    min-height: 186vh !important;
  }
  .vw-xl-186 {
    width: 186vw !important;
  }
  .vh-xl-186 {
    height: 186vh !important;
  }
  .width-xl-186 {
    width: 186px !important;
  }
  .height-xl-186 {
    height: 186px !important;
  }
  .max-width-xl-186 {
    max-width: 186px !important;
  }
  .min-width-xl-186 {
    min-width: 186px !important;
  }
  .max-height-xl-186 {
    max-height: 186px !important;
  }
  .min-height-xl-186 {
    min-height: 186px !important;
  }
}
.w-186 {
  width: 186% !important;
}

.h-186 {
  height: 186% !important;
}

.max-w-186 {
  max-width: 186% !important;
}

.min-w-186 {
  min-width: 186% !important;
}

.max-h-186 {
  max-height: 186% !important;
}

.min-h-186 {
  min-height: 186% !important;
}

.min-vw-186 {
  min-width: 186vw !important;
}

.min-vh-186 {
  min-height: 186vh !important;
}

.vw-186 {
  width: 186vw !important;
}

.vh-186 {
  height: 186vh !important;
}

.width-186 {
  width: 186px !important;
}

.height-186 {
  height: 186px !important;
}

.max-width-186 {
  max-width: 186px !important;
}

.min-width-186 {
  min-width: 186px !important;
}

.max-height-186 {
  max-height: 186px !important;
}

.min-height-186 {
  min-height: 186px !important;
}

@media (max-width: 576px) {
  .w-sm-187 {
    width: 187% !important;
  }
  .h-sm-187 {
    height: 187% !important;
  }
  .max-w-sm-187 {
    max-width: 187% !important;
  }
  .min-w-sm-187 {
    min-width: 187% !important;
  }
  .max-h-sm-187 {
    max-height: 187% !important;
  }
  .min-h-sm-187 {
    min-height: 187% !important;
  }
  .min-sm-vw-187 {
    min-width: 187vw !important;
  }
  .min-sm-vh-187 {
    min-height: 187vh !important;
  }
  .vw-sm-187 {
    width: 187vw !important;
  }
  .vh-sm-187 {
    height: 187vh !important;
  }
  .width-sm-187 {
    width: 187px !important;
  }
  .height-sm-187 {
    height: 187px !important;
  }
  .max-width-sm-187 {
    max-width: 187px !important;
  }
  .min-width-sm-187 {
    min-width: 187px !important;
  }
  .max-height-sm-187 {
    max-height: 187px !important;
  }
  .min-height-sm-187 {
    min-height: 187px !important;
  }
}
@media (max-width: 768px) {
  .w-md-187 {
    width: 187% !important;
  }
  .h-md-187 {
    height: 187% !important;
  }
  .max-w-md-187 {
    max-width: 187% !important;
  }
  .min-w-md-187 {
    min-width: 187% !important;
  }
  .max-h-md-187 {
    max-height: 187% !important;
  }
  .min-h-md-187 {
    min-height: 187% !important;
  }
  .min-md-vw-187 {
    min-width: 187vw !important;
  }
  .min-md-vh-187 {
    min-height: 187vh !important;
  }
  .vw-md-187 {
    width: 187vw !important;
  }
  .vh-md-187 {
    height: 187vh !important;
  }
  .width-md-187 {
    width: 187px !important;
  }
  .height-md-187 {
    height: 187px !important;
  }
  .max-width-md-187 {
    max-width: 187px !important;
  }
  .min-width-md-187 {
    min-width: 187px !important;
  }
  .max-height-md-187 {
    max-height: 187px !important;
  }
  .min-height-md-187 {
    min-height: 187px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-187 {
    width: 187% !important;
  }
  .h-lg-187 {
    height: 187% !important;
  }
  .max-w-lg-187 {
    max-width: 187% !important;
  }
  .min-w-lg-187 {
    min-width: 187% !important;
  }
  .max-h-lg-187 {
    max-height: 187% !important;
  }
  .min-h-lg-187 {
    min-height: 187% !important;
  }
  .min-lg-vw-187 {
    min-width: 187vw !important;
  }
  .min-lg-vh-187 {
    min-height: 187vh !important;
  }
  .vw-lg-187 {
    width: 187vw !important;
  }
  .vh-lg-187 {
    height: 187vh !important;
  }
  .width-lg-187 {
    width: 187px !important;
  }
  .height-lg-187 {
    height: 187px !important;
  }
  .max-width-lg-187 {
    max-width: 187px !important;
  }
  .min-width-lg-187 {
    min-width: 187px !important;
  }
  .max-height-lg-187 {
    max-height: 187px !important;
  }
  .min-height-lg-187 {
    min-height: 187px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-187 {
    width: 187% !important;
  }
  .h-xl-187 {
    height: 187% !important;
  }
  .max-w-xl-187 {
    max-width: 187% !important;
  }
  .min-w-xl-187 {
    min-width: 187% !important;
  }
  .max-h-xl-187 {
    max-height: 187% !important;
  }
  .min-h-xl-187 {
    min-height: 187% !important;
  }
  .min-xl-vw-187 {
    min-width: 187vw !important;
  }
  .min-xl-vh-187 {
    min-height: 187vh !important;
  }
  .vw-xl-187 {
    width: 187vw !important;
  }
  .vh-xl-187 {
    height: 187vh !important;
  }
  .width-xl-187 {
    width: 187px !important;
  }
  .height-xl-187 {
    height: 187px !important;
  }
  .max-width-xl-187 {
    max-width: 187px !important;
  }
  .min-width-xl-187 {
    min-width: 187px !important;
  }
  .max-height-xl-187 {
    max-height: 187px !important;
  }
  .min-height-xl-187 {
    min-height: 187px !important;
  }
}
.w-187 {
  width: 187% !important;
}

.h-187 {
  height: 187% !important;
}

.max-w-187 {
  max-width: 187% !important;
}

.min-w-187 {
  min-width: 187% !important;
}

.max-h-187 {
  max-height: 187% !important;
}

.min-h-187 {
  min-height: 187% !important;
}

.min-vw-187 {
  min-width: 187vw !important;
}

.min-vh-187 {
  min-height: 187vh !important;
}

.vw-187 {
  width: 187vw !important;
}

.vh-187 {
  height: 187vh !important;
}

.width-187 {
  width: 187px !important;
}

.height-187 {
  height: 187px !important;
}

.max-width-187 {
  max-width: 187px !important;
}

.min-width-187 {
  min-width: 187px !important;
}

.max-height-187 {
  max-height: 187px !important;
}

.min-height-187 {
  min-height: 187px !important;
}

@media (max-width: 576px) {
  .w-sm-188 {
    width: 188% !important;
  }
  .h-sm-188 {
    height: 188% !important;
  }
  .max-w-sm-188 {
    max-width: 188% !important;
  }
  .min-w-sm-188 {
    min-width: 188% !important;
  }
  .max-h-sm-188 {
    max-height: 188% !important;
  }
  .min-h-sm-188 {
    min-height: 188% !important;
  }
  .min-sm-vw-188 {
    min-width: 188vw !important;
  }
  .min-sm-vh-188 {
    min-height: 188vh !important;
  }
  .vw-sm-188 {
    width: 188vw !important;
  }
  .vh-sm-188 {
    height: 188vh !important;
  }
  .width-sm-188 {
    width: 188px !important;
  }
  .height-sm-188 {
    height: 188px !important;
  }
  .max-width-sm-188 {
    max-width: 188px !important;
  }
  .min-width-sm-188 {
    min-width: 188px !important;
  }
  .max-height-sm-188 {
    max-height: 188px !important;
  }
  .min-height-sm-188 {
    min-height: 188px !important;
  }
}
@media (max-width: 768px) {
  .w-md-188 {
    width: 188% !important;
  }
  .h-md-188 {
    height: 188% !important;
  }
  .max-w-md-188 {
    max-width: 188% !important;
  }
  .min-w-md-188 {
    min-width: 188% !important;
  }
  .max-h-md-188 {
    max-height: 188% !important;
  }
  .min-h-md-188 {
    min-height: 188% !important;
  }
  .min-md-vw-188 {
    min-width: 188vw !important;
  }
  .min-md-vh-188 {
    min-height: 188vh !important;
  }
  .vw-md-188 {
    width: 188vw !important;
  }
  .vh-md-188 {
    height: 188vh !important;
  }
  .width-md-188 {
    width: 188px !important;
  }
  .height-md-188 {
    height: 188px !important;
  }
  .max-width-md-188 {
    max-width: 188px !important;
  }
  .min-width-md-188 {
    min-width: 188px !important;
  }
  .max-height-md-188 {
    max-height: 188px !important;
  }
  .min-height-md-188 {
    min-height: 188px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-188 {
    width: 188% !important;
  }
  .h-lg-188 {
    height: 188% !important;
  }
  .max-w-lg-188 {
    max-width: 188% !important;
  }
  .min-w-lg-188 {
    min-width: 188% !important;
  }
  .max-h-lg-188 {
    max-height: 188% !important;
  }
  .min-h-lg-188 {
    min-height: 188% !important;
  }
  .min-lg-vw-188 {
    min-width: 188vw !important;
  }
  .min-lg-vh-188 {
    min-height: 188vh !important;
  }
  .vw-lg-188 {
    width: 188vw !important;
  }
  .vh-lg-188 {
    height: 188vh !important;
  }
  .width-lg-188 {
    width: 188px !important;
  }
  .height-lg-188 {
    height: 188px !important;
  }
  .max-width-lg-188 {
    max-width: 188px !important;
  }
  .min-width-lg-188 {
    min-width: 188px !important;
  }
  .max-height-lg-188 {
    max-height: 188px !important;
  }
  .min-height-lg-188 {
    min-height: 188px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-188 {
    width: 188% !important;
  }
  .h-xl-188 {
    height: 188% !important;
  }
  .max-w-xl-188 {
    max-width: 188% !important;
  }
  .min-w-xl-188 {
    min-width: 188% !important;
  }
  .max-h-xl-188 {
    max-height: 188% !important;
  }
  .min-h-xl-188 {
    min-height: 188% !important;
  }
  .min-xl-vw-188 {
    min-width: 188vw !important;
  }
  .min-xl-vh-188 {
    min-height: 188vh !important;
  }
  .vw-xl-188 {
    width: 188vw !important;
  }
  .vh-xl-188 {
    height: 188vh !important;
  }
  .width-xl-188 {
    width: 188px !important;
  }
  .height-xl-188 {
    height: 188px !important;
  }
  .max-width-xl-188 {
    max-width: 188px !important;
  }
  .min-width-xl-188 {
    min-width: 188px !important;
  }
  .max-height-xl-188 {
    max-height: 188px !important;
  }
  .min-height-xl-188 {
    min-height: 188px !important;
  }
}
.w-188 {
  width: 188% !important;
}

.h-188 {
  height: 188% !important;
}

.max-w-188 {
  max-width: 188% !important;
}

.min-w-188 {
  min-width: 188% !important;
}

.max-h-188 {
  max-height: 188% !important;
}

.min-h-188 {
  min-height: 188% !important;
}

.min-vw-188 {
  min-width: 188vw !important;
}

.min-vh-188 {
  min-height: 188vh !important;
}

.vw-188 {
  width: 188vw !important;
}

.vh-188 {
  height: 188vh !important;
}

.width-188 {
  width: 188px !important;
}

.height-188 {
  height: 188px !important;
}

.max-width-188 {
  max-width: 188px !important;
}

.min-width-188 {
  min-width: 188px !important;
}

.max-height-188 {
  max-height: 188px !important;
}

.min-height-188 {
  min-height: 188px !important;
}

@media (max-width: 576px) {
  .w-sm-189 {
    width: 189% !important;
  }
  .h-sm-189 {
    height: 189% !important;
  }
  .max-w-sm-189 {
    max-width: 189% !important;
  }
  .min-w-sm-189 {
    min-width: 189% !important;
  }
  .max-h-sm-189 {
    max-height: 189% !important;
  }
  .min-h-sm-189 {
    min-height: 189% !important;
  }
  .min-sm-vw-189 {
    min-width: 189vw !important;
  }
  .min-sm-vh-189 {
    min-height: 189vh !important;
  }
  .vw-sm-189 {
    width: 189vw !important;
  }
  .vh-sm-189 {
    height: 189vh !important;
  }
  .width-sm-189 {
    width: 189px !important;
  }
  .height-sm-189 {
    height: 189px !important;
  }
  .max-width-sm-189 {
    max-width: 189px !important;
  }
  .min-width-sm-189 {
    min-width: 189px !important;
  }
  .max-height-sm-189 {
    max-height: 189px !important;
  }
  .min-height-sm-189 {
    min-height: 189px !important;
  }
}
@media (max-width: 768px) {
  .w-md-189 {
    width: 189% !important;
  }
  .h-md-189 {
    height: 189% !important;
  }
  .max-w-md-189 {
    max-width: 189% !important;
  }
  .min-w-md-189 {
    min-width: 189% !important;
  }
  .max-h-md-189 {
    max-height: 189% !important;
  }
  .min-h-md-189 {
    min-height: 189% !important;
  }
  .min-md-vw-189 {
    min-width: 189vw !important;
  }
  .min-md-vh-189 {
    min-height: 189vh !important;
  }
  .vw-md-189 {
    width: 189vw !important;
  }
  .vh-md-189 {
    height: 189vh !important;
  }
  .width-md-189 {
    width: 189px !important;
  }
  .height-md-189 {
    height: 189px !important;
  }
  .max-width-md-189 {
    max-width: 189px !important;
  }
  .min-width-md-189 {
    min-width: 189px !important;
  }
  .max-height-md-189 {
    max-height: 189px !important;
  }
  .min-height-md-189 {
    min-height: 189px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-189 {
    width: 189% !important;
  }
  .h-lg-189 {
    height: 189% !important;
  }
  .max-w-lg-189 {
    max-width: 189% !important;
  }
  .min-w-lg-189 {
    min-width: 189% !important;
  }
  .max-h-lg-189 {
    max-height: 189% !important;
  }
  .min-h-lg-189 {
    min-height: 189% !important;
  }
  .min-lg-vw-189 {
    min-width: 189vw !important;
  }
  .min-lg-vh-189 {
    min-height: 189vh !important;
  }
  .vw-lg-189 {
    width: 189vw !important;
  }
  .vh-lg-189 {
    height: 189vh !important;
  }
  .width-lg-189 {
    width: 189px !important;
  }
  .height-lg-189 {
    height: 189px !important;
  }
  .max-width-lg-189 {
    max-width: 189px !important;
  }
  .min-width-lg-189 {
    min-width: 189px !important;
  }
  .max-height-lg-189 {
    max-height: 189px !important;
  }
  .min-height-lg-189 {
    min-height: 189px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-189 {
    width: 189% !important;
  }
  .h-xl-189 {
    height: 189% !important;
  }
  .max-w-xl-189 {
    max-width: 189% !important;
  }
  .min-w-xl-189 {
    min-width: 189% !important;
  }
  .max-h-xl-189 {
    max-height: 189% !important;
  }
  .min-h-xl-189 {
    min-height: 189% !important;
  }
  .min-xl-vw-189 {
    min-width: 189vw !important;
  }
  .min-xl-vh-189 {
    min-height: 189vh !important;
  }
  .vw-xl-189 {
    width: 189vw !important;
  }
  .vh-xl-189 {
    height: 189vh !important;
  }
  .width-xl-189 {
    width: 189px !important;
  }
  .height-xl-189 {
    height: 189px !important;
  }
  .max-width-xl-189 {
    max-width: 189px !important;
  }
  .min-width-xl-189 {
    min-width: 189px !important;
  }
  .max-height-xl-189 {
    max-height: 189px !important;
  }
  .min-height-xl-189 {
    min-height: 189px !important;
  }
}
.w-189 {
  width: 189% !important;
}

.h-189 {
  height: 189% !important;
}

.max-w-189 {
  max-width: 189% !important;
}

.min-w-189 {
  min-width: 189% !important;
}

.max-h-189 {
  max-height: 189% !important;
}

.min-h-189 {
  min-height: 189% !important;
}

.min-vw-189 {
  min-width: 189vw !important;
}

.min-vh-189 {
  min-height: 189vh !important;
}

.vw-189 {
  width: 189vw !important;
}

.vh-189 {
  height: 189vh !important;
}

.width-189 {
  width: 189px !important;
}

.height-189 {
  height: 189px !important;
}

.max-width-189 {
  max-width: 189px !important;
}

.min-width-189 {
  min-width: 189px !important;
}

.max-height-189 {
  max-height: 189px !important;
}

.min-height-189 {
  min-height: 189px !important;
}

@media (max-width: 576px) {
  .w-sm-190 {
    width: 190% !important;
  }
  .h-sm-190 {
    height: 190% !important;
  }
  .max-w-sm-190 {
    max-width: 190% !important;
  }
  .min-w-sm-190 {
    min-width: 190% !important;
  }
  .max-h-sm-190 {
    max-height: 190% !important;
  }
  .min-h-sm-190 {
    min-height: 190% !important;
  }
  .min-sm-vw-190 {
    min-width: 190vw !important;
  }
  .min-sm-vh-190 {
    min-height: 190vh !important;
  }
  .vw-sm-190 {
    width: 190vw !important;
  }
  .vh-sm-190 {
    height: 190vh !important;
  }
  .width-sm-190 {
    width: 190px !important;
  }
  .height-sm-190 {
    height: 190px !important;
  }
  .max-width-sm-190 {
    max-width: 190px !important;
  }
  .min-width-sm-190 {
    min-width: 190px !important;
  }
  .max-height-sm-190 {
    max-height: 190px !important;
  }
  .min-height-sm-190 {
    min-height: 190px !important;
  }
}
@media (max-width: 768px) {
  .w-md-190 {
    width: 190% !important;
  }
  .h-md-190 {
    height: 190% !important;
  }
  .max-w-md-190 {
    max-width: 190% !important;
  }
  .min-w-md-190 {
    min-width: 190% !important;
  }
  .max-h-md-190 {
    max-height: 190% !important;
  }
  .min-h-md-190 {
    min-height: 190% !important;
  }
  .min-md-vw-190 {
    min-width: 190vw !important;
  }
  .min-md-vh-190 {
    min-height: 190vh !important;
  }
  .vw-md-190 {
    width: 190vw !important;
  }
  .vh-md-190 {
    height: 190vh !important;
  }
  .width-md-190 {
    width: 190px !important;
  }
  .height-md-190 {
    height: 190px !important;
  }
  .max-width-md-190 {
    max-width: 190px !important;
  }
  .min-width-md-190 {
    min-width: 190px !important;
  }
  .max-height-md-190 {
    max-height: 190px !important;
  }
  .min-height-md-190 {
    min-height: 190px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-190 {
    width: 190% !important;
  }
  .h-lg-190 {
    height: 190% !important;
  }
  .max-w-lg-190 {
    max-width: 190% !important;
  }
  .min-w-lg-190 {
    min-width: 190% !important;
  }
  .max-h-lg-190 {
    max-height: 190% !important;
  }
  .min-h-lg-190 {
    min-height: 190% !important;
  }
  .min-lg-vw-190 {
    min-width: 190vw !important;
  }
  .min-lg-vh-190 {
    min-height: 190vh !important;
  }
  .vw-lg-190 {
    width: 190vw !important;
  }
  .vh-lg-190 {
    height: 190vh !important;
  }
  .width-lg-190 {
    width: 190px !important;
  }
  .height-lg-190 {
    height: 190px !important;
  }
  .max-width-lg-190 {
    max-width: 190px !important;
  }
  .min-width-lg-190 {
    min-width: 190px !important;
  }
  .max-height-lg-190 {
    max-height: 190px !important;
  }
  .min-height-lg-190 {
    min-height: 190px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-190 {
    width: 190% !important;
  }
  .h-xl-190 {
    height: 190% !important;
  }
  .max-w-xl-190 {
    max-width: 190% !important;
  }
  .min-w-xl-190 {
    min-width: 190% !important;
  }
  .max-h-xl-190 {
    max-height: 190% !important;
  }
  .min-h-xl-190 {
    min-height: 190% !important;
  }
  .min-xl-vw-190 {
    min-width: 190vw !important;
  }
  .min-xl-vh-190 {
    min-height: 190vh !important;
  }
  .vw-xl-190 {
    width: 190vw !important;
  }
  .vh-xl-190 {
    height: 190vh !important;
  }
  .width-xl-190 {
    width: 190px !important;
  }
  .height-xl-190 {
    height: 190px !important;
  }
  .max-width-xl-190 {
    max-width: 190px !important;
  }
  .min-width-xl-190 {
    min-width: 190px !important;
  }
  .max-height-xl-190 {
    max-height: 190px !important;
  }
  .min-height-xl-190 {
    min-height: 190px !important;
  }
}
.w-190 {
  width: 190% !important;
}

.h-190 {
  height: 190% !important;
}

.max-w-190 {
  max-width: 190% !important;
}

.min-w-190 {
  min-width: 190% !important;
}

.max-h-190 {
  max-height: 190% !important;
}

.min-h-190 {
  min-height: 190% !important;
}

.min-vw-190 {
  min-width: 190vw !important;
}

.min-vh-190 {
  min-height: 190vh !important;
}

.vw-190 {
  width: 190vw !important;
}

.vh-190 {
  height: 190vh !important;
}

.width-190 {
  width: 190px !important;
}

.height-190 {
  height: 190px !important;
}

.max-width-190 {
  max-width: 190px !important;
}

.min-width-190 {
  min-width: 190px !important;
}

.max-height-190 {
  max-height: 190px !important;
}

.min-height-190 {
  min-height: 190px !important;
}

@media (max-width: 576px) {
  .w-sm-191 {
    width: 191% !important;
  }
  .h-sm-191 {
    height: 191% !important;
  }
  .max-w-sm-191 {
    max-width: 191% !important;
  }
  .min-w-sm-191 {
    min-width: 191% !important;
  }
  .max-h-sm-191 {
    max-height: 191% !important;
  }
  .min-h-sm-191 {
    min-height: 191% !important;
  }
  .min-sm-vw-191 {
    min-width: 191vw !important;
  }
  .min-sm-vh-191 {
    min-height: 191vh !important;
  }
  .vw-sm-191 {
    width: 191vw !important;
  }
  .vh-sm-191 {
    height: 191vh !important;
  }
  .width-sm-191 {
    width: 191px !important;
  }
  .height-sm-191 {
    height: 191px !important;
  }
  .max-width-sm-191 {
    max-width: 191px !important;
  }
  .min-width-sm-191 {
    min-width: 191px !important;
  }
  .max-height-sm-191 {
    max-height: 191px !important;
  }
  .min-height-sm-191 {
    min-height: 191px !important;
  }
}
@media (max-width: 768px) {
  .w-md-191 {
    width: 191% !important;
  }
  .h-md-191 {
    height: 191% !important;
  }
  .max-w-md-191 {
    max-width: 191% !important;
  }
  .min-w-md-191 {
    min-width: 191% !important;
  }
  .max-h-md-191 {
    max-height: 191% !important;
  }
  .min-h-md-191 {
    min-height: 191% !important;
  }
  .min-md-vw-191 {
    min-width: 191vw !important;
  }
  .min-md-vh-191 {
    min-height: 191vh !important;
  }
  .vw-md-191 {
    width: 191vw !important;
  }
  .vh-md-191 {
    height: 191vh !important;
  }
  .width-md-191 {
    width: 191px !important;
  }
  .height-md-191 {
    height: 191px !important;
  }
  .max-width-md-191 {
    max-width: 191px !important;
  }
  .min-width-md-191 {
    min-width: 191px !important;
  }
  .max-height-md-191 {
    max-height: 191px !important;
  }
  .min-height-md-191 {
    min-height: 191px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-191 {
    width: 191% !important;
  }
  .h-lg-191 {
    height: 191% !important;
  }
  .max-w-lg-191 {
    max-width: 191% !important;
  }
  .min-w-lg-191 {
    min-width: 191% !important;
  }
  .max-h-lg-191 {
    max-height: 191% !important;
  }
  .min-h-lg-191 {
    min-height: 191% !important;
  }
  .min-lg-vw-191 {
    min-width: 191vw !important;
  }
  .min-lg-vh-191 {
    min-height: 191vh !important;
  }
  .vw-lg-191 {
    width: 191vw !important;
  }
  .vh-lg-191 {
    height: 191vh !important;
  }
  .width-lg-191 {
    width: 191px !important;
  }
  .height-lg-191 {
    height: 191px !important;
  }
  .max-width-lg-191 {
    max-width: 191px !important;
  }
  .min-width-lg-191 {
    min-width: 191px !important;
  }
  .max-height-lg-191 {
    max-height: 191px !important;
  }
  .min-height-lg-191 {
    min-height: 191px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-191 {
    width: 191% !important;
  }
  .h-xl-191 {
    height: 191% !important;
  }
  .max-w-xl-191 {
    max-width: 191% !important;
  }
  .min-w-xl-191 {
    min-width: 191% !important;
  }
  .max-h-xl-191 {
    max-height: 191% !important;
  }
  .min-h-xl-191 {
    min-height: 191% !important;
  }
  .min-xl-vw-191 {
    min-width: 191vw !important;
  }
  .min-xl-vh-191 {
    min-height: 191vh !important;
  }
  .vw-xl-191 {
    width: 191vw !important;
  }
  .vh-xl-191 {
    height: 191vh !important;
  }
  .width-xl-191 {
    width: 191px !important;
  }
  .height-xl-191 {
    height: 191px !important;
  }
  .max-width-xl-191 {
    max-width: 191px !important;
  }
  .min-width-xl-191 {
    min-width: 191px !important;
  }
  .max-height-xl-191 {
    max-height: 191px !important;
  }
  .min-height-xl-191 {
    min-height: 191px !important;
  }
}
.w-191 {
  width: 191% !important;
}

.h-191 {
  height: 191% !important;
}

.max-w-191 {
  max-width: 191% !important;
}

.min-w-191 {
  min-width: 191% !important;
}

.max-h-191 {
  max-height: 191% !important;
}

.min-h-191 {
  min-height: 191% !important;
}

.min-vw-191 {
  min-width: 191vw !important;
}

.min-vh-191 {
  min-height: 191vh !important;
}

.vw-191 {
  width: 191vw !important;
}

.vh-191 {
  height: 191vh !important;
}

.width-191 {
  width: 191px !important;
}

.height-191 {
  height: 191px !important;
}

.max-width-191 {
  max-width: 191px !important;
}

.min-width-191 {
  min-width: 191px !important;
}

.max-height-191 {
  max-height: 191px !important;
}

.min-height-191 {
  min-height: 191px !important;
}

@media (max-width: 576px) {
  .w-sm-192 {
    width: 192% !important;
  }
  .h-sm-192 {
    height: 192% !important;
  }
  .max-w-sm-192 {
    max-width: 192% !important;
  }
  .min-w-sm-192 {
    min-width: 192% !important;
  }
  .max-h-sm-192 {
    max-height: 192% !important;
  }
  .min-h-sm-192 {
    min-height: 192% !important;
  }
  .min-sm-vw-192 {
    min-width: 192vw !important;
  }
  .min-sm-vh-192 {
    min-height: 192vh !important;
  }
  .vw-sm-192 {
    width: 192vw !important;
  }
  .vh-sm-192 {
    height: 192vh !important;
  }
  .width-sm-192 {
    width: 192px !important;
  }
  .height-sm-192 {
    height: 192px !important;
  }
  .max-width-sm-192 {
    max-width: 192px !important;
  }
  .min-width-sm-192 {
    min-width: 192px !important;
  }
  .max-height-sm-192 {
    max-height: 192px !important;
  }
  .min-height-sm-192 {
    min-height: 192px !important;
  }
}
@media (max-width: 768px) {
  .w-md-192 {
    width: 192% !important;
  }
  .h-md-192 {
    height: 192% !important;
  }
  .max-w-md-192 {
    max-width: 192% !important;
  }
  .min-w-md-192 {
    min-width: 192% !important;
  }
  .max-h-md-192 {
    max-height: 192% !important;
  }
  .min-h-md-192 {
    min-height: 192% !important;
  }
  .min-md-vw-192 {
    min-width: 192vw !important;
  }
  .min-md-vh-192 {
    min-height: 192vh !important;
  }
  .vw-md-192 {
    width: 192vw !important;
  }
  .vh-md-192 {
    height: 192vh !important;
  }
  .width-md-192 {
    width: 192px !important;
  }
  .height-md-192 {
    height: 192px !important;
  }
  .max-width-md-192 {
    max-width: 192px !important;
  }
  .min-width-md-192 {
    min-width: 192px !important;
  }
  .max-height-md-192 {
    max-height: 192px !important;
  }
  .min-height-md-192 {
    min-height: 192px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-192 {
    width: 192% !important;
  }
  .h-lg-192 {
    height: 192% !important;
  }
  .max-w-lg-192 {
    max-width: 192% !important;
  }
  .min-w-lg-192 {
    min-width: 192% !important;
  }
  .max-h-lg-192 {
    max-height: 192% !important;
  }
  .min-h-lg-192 {
    min-height: 192% !important;
  }
  .min-lg-vw-192 {
    min-width: 192vw !important;
  }
  .min-lg-vh-192 {
    min-height: 192vh !important;
  }
  .vw-lg-192 {
    width: 192vw !important;
  }
  .vh-lg-192 {
    height: 192vh !important;
  }
  .width-lg-192 {
    width: 192px !important;
  }
  .height-lg-192 {
    height: 192px !important;
  }
  .max-width-lg-192 {
    max-width: 192px !important;
  }
  .min-width-lg-192 {
    min-width: 192px !important;
  }
  .max-height-lg-192 {
    max-height: 192px !important;
  }
  .min-height-lg-192 {
    min-height: 192px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-192 {
    width: 192% !important;
  }
  .h-xl-192 {
    height: 192% !important;
  }
  .max-w-xl-192 {
    max-width: 192% !important;
  }
  .min-w-xl-192 {
    min-width: 192% !important;
  }
  .max-h-xl-192 {
    max-height: 192% !important;
  }
  .min-h-xl-192 {
    min-height: 192% !important;
  }
  .min-xl-vw-192 {
    min-width: 192vw !important;
  }
  .min-xl-vh-192 {
    min-height: 192vh !important;
  }
  .vw-xl-192 {
    width: 192vw !important;
  }
  .vh-xl-192 {
    height: 192vh !important;
  }
  .width-xl-192 {
    width: 192px !important;
  }
  .height-xl-192 {
    height: 192px !important;
  }
  .max-width-xl-192 {
    max-width: 192px !important;
  }
  .min-width-xl-192 {
    min-width: 192px !important;
  }
  .max-height-xl-192 {
    max-height: 192px !important;
  }
  .min-height-xl-192 {
    min-height: 192px !important;
  }
}
.w-192 {
  width: 192% !important;
}

.h-192 {
  height: 192% !important;
}

.max-w-192 {
  max-width: 192% !important;
}

.min-w-192 {
  min-width: 192% !important;
}

.max-h-192 {
  max-height: 192% !important;
}

.min-h-192 {
  min-height: 192% !important;
}

.min-vw-192 {
  min-width: 192vw !important;
}

.min-vh-192 {
  min-height: 192vh !important;
}

.vw-192 {
  width: 192vw !important;
}

.vh-192 {
  height: 192vh !important;
}

.width-192 {
  width: 192px !important;
}

.height-192 {
  height: 192px !important;
}

.max-width-192 {
  max-width: 192px !important;
}

.min-width-192 {
  min-width: 192px !important;
}

.max-height-192 {
  max-height: 192px !important;
}

.min-height-192 {
  min-height: 192px !important;
}

@media (max-width: 576px) {
  .w-sm-193 {
    width: 193% !important;
  }
  .h-sm-193 {
    height: 193% !important;
  }
  .max-w-sm-193 {
    max-width: 193% !important;
  }
  .min-w-sm-193 {
    min-width: 193% !important;
  }
  .max-h-sm-193 {
    max-height: 193% !important;
  }
  .min-h-sm-193 {
    min-height: 193% !important;
  }
  .min-sm-vw-193 {
    min-width: 193vw !important;
  }
  .min-sm-vh-193 {
    min-height: 193vh !important;
  }
  .vw-sm-193 {
    width: 193vw !important;
  }
  .vh-sm-193 {
    height: 193vh !important;
  }
  .width-sm-193 {
    width: 193px !important;
  }
  .height-sm-193 {
    height: 193px !important;
  }
  .max-width-sm-193 {
    max-width: 193px !important;
  }
  .min-width-sm-193 {
    min-width: 193px !important;
  }
  .max-height-sm-193 {
    max-height: 193px !important;
  }
  .min-height-sm-193 {
    min-height: 193px !important;
  }
}
@media (max-width: 768px) {
  .w-md-193 {
    width: 193% !important;
  }
  .h-md-193 {
    height: 193% !important;
  }
  .max-w-md-193 {
    max-width: 193% !important;
  }
  .min-w-md-193 {
    min-width: 193% !important;
  }
  .max-h-md-193 {
    max-height: 193% !important;
  }
  .min-h-md-193 {
    min-height: 193% !important;
  }
  .min-md-vw-193 {
    min-width: 193vw !important;
  }
  .min-md-vh-193 {
    min-height: 193vh !important;
  }
  .vw-md-193 {
    width: 193vw !important;
  }
  .vh-md-193 {
    height: 193vh !important;
  }
  .width-md-193 {
    width: 193px !important;
  }
  .height-md-193 {
    height: 193px !important;
  }
  .max-width-md-193 {
    max-width: 193px !important;
  }
  .min-width-md-193 {
    min-width: 193px !important;
  }
  .max-height-md-193 {
    max-height: 193px !important;
  }
  .min-height-md-193 {
    min-height: 193px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-193 {
    width: 193% !important;
  }
  .h-lg-193 {
    height: 193% !important;
  }
  .max-w-lg-193 {
    max-width: 193% !important;
  }
  .min-w-lg-193 {
    min-width: 193% !important;
  }
  .max-h-lg-193 {
    max-height: 193% !important;
  }
  .min-h-lg-193 {
    min-height: 193% !important;
  }
  .min-lg-vw-193 {
    min-width: 193vw !important;
  }
  .min-lg-vh-193 {
    min-height: 193vh !important;
  }
  .vw-lg-193 {
    width: 193vw !important;
  }
  .vh-lg-193 {
    height: 193vh !important;
  }
  .width-lg-193 {
    width: 193px !important;
  }
  .height-lg-193 {
    height: 193px !important;
  }
  .max-width-lg-193 {
    max-width: 193px !important;
  }
  .min-width-lg-193 {
    min-width: 193px !important;
  }
  .max-height-lg-193 {
    max-height: 193px !important;
  }
  .min-height-lg-193 {
    min-height: 193px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-193 {
    width: 193% !important;
  }
  .h-xl-193 {
    height: 193% !important;
  }
  .max-w-xl-193 {
    max-width: 193% !important;
  }
  .min-w-xl-193 {
    min-width: 193% !important;
  }
  .max-h-xl-193 {
    max-height: 193% !important;
  }
  .min-h-xl-193 {
    min-height: 193% !important;
  }
  .min-xl-vw-193 {
    min-width: 193vw !important;
  }
  .min-xl-vh-193 {
    min-height: 193vh !important;
  }
  .vw-xl-193 {
    width: 193vw !important;
  }
  .vh-xl-193 {
    height: 193vh !important;
  }
  .width-xl-193 {
    width: 193px !important;
  }
  .height-xl-193 {
    height: 193px !important;
  }
  .max-width-xl-193 {
    max-width: 193px !important;
  }
  .min-width-xl-193 {
    min-width: 193px !important;
  }
  .max-height-xl-193 {
    max-height: 193px !important;
  }
  .min-height-xl-193 {
    min-height: 193px !important;
  }
}
.w-193 {
  width: 193% !important;
}

.h-193 {
  height: 193% !important;
}

.max-w-193 {
  max-width: 193% !important;
}

.min-w-193 {
  min-width: 193% !important;
}

.max-h-193 {
  max-height: 193% !important;
}

.min-h-193 {
  min-height: 193% !important;
}

.min-vw-193 {
  min-width: 193vw !important;
}

.min-vh-193 {
  min-height: 193vh !important;
}

.vw-193 {
  width: 193vw !important;
}

.vh-193 {
  height: 193vh !important;
}

.width-193 {
  width: 193px !important;
}

.height-193 {
  height: 193px !important;
}

.max-width-193 {
  max-width: 193px !important;
}

.min-width-193 {
  min-width: 193px !important;
}

.max-height-193 {
  max-height: 193px !important;
}

.min-height-193 {
  min-height: 193px !important;
}

@media (max-width: 576px) {
  .w-sm-194 {
    width: 194% !important;
  }
  .h-sm-194 {
    height: 194% !important;
  }
  .max-w-sm-194 {
    max-width: 194% !important;
  }
  .min-w-sm-194 {
    min-width: 194% !important;
  }
  .max-h-sm-194 {
    max-height: 194% !important;
  }
  .min-h-sm-194 {
    min-height: 194% !important;
  }
  .min-sm-vw-194 {
    min-width: 194vw !important;
  }
  .min-sm-vh-194 {
    min-height: 194vh !important;
  }
  .vw-sm-194 {
    width: 194vw !important;
  }
  .vh-sm-194 {
    height: 194vh !important;
  }
  .width-sm-194 {
    width: 194px !important;
  }
  .height-sm-194 {
    height: 194px !important;
  }
  .max-width-sm-194 {
    max-width: 194px !important;
  }
  .min-width-sm-194 {
    min-width: 194px !important;
  }
  .max-height-sm-194 {
    max-height: 194px !important;
  }
  .min-height-sm-194 {
    min-height: 194px !important;
  }
}
@media (max-width: 768px) {
  .w-md-194 {
    width: 194% !important;
  }
  .h-md-194 {
    height: 194% !important;
  }
  .max-w-md-194 {
    max-width: 194% !important;
  }
  .min-w-md-194 {
    min-width: 194% !important;
  }
  .max-h-md-194 {
    max-height: 194% !important;
  }
  .min-h-md-194 {
    min-height: 194% !important;
  }
  .min-md-vw-194 {
    min-width: 194vw !important;
  }
  .min-md-vh-194 {
    min-height: 194vh !important;
  }
  .vw-md-194 {
    width: 194vw !important;
  }
  .vh-md-194 {
    height: 194vh !important;
  }
  .width-md-194 {
    width: 194px !important;
  }
  .height-md-194 {
    height: 194px !important;
  }
  .max-width-md-194 {
    max-width: 194px !important;
  }
  .min-width-md-194 {
    min-width: 194px !important;
  }
  .max-height-md-194 {
    max-height: 194px !important;
  }
  .min-height-md-194 {
    min-height: 194px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-194 {
    width: 194% !important;
  }
  .h-lg-194 {
    height: 194% !important;
  }
  .max-w-lg-194 {
    max-width: 194% !important;
  }
  .min-w-lg-194 {
    min-width: 194% !important;
  }
  .max-h-lg-194 {
    max-height: 194% !important;
  }
  .min-h-lg-194 {
    min-height: 194% !important;
  }
  .min-lg-vw-194 {
    min-width: 194vw !important;
  }
  .min-lg-vh-194 {
    min-height: 194vh !important;
  }
  .vw-lg-194 {
    width: 194vw !important;
  }
  .vh-lg-194 {
    height: 194vh !important;
  }
  .width-lg-194 {
    width: 194px !important;
  }
  .height-lg-194 {
    height: 194px !important;
  }
  .max-width-lg-194 {
    max-width: 194px !important;
  }
  .min-width-lg-194 {
    min-width: 194px !important;
  }
  .max-height-lg-194 {
    max-height: 194px !important;
  }
  .min-height-lg-194 {
    min-height: 194px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-194 {
    width: 194% !important;
  }
  .h-xl-194 {
    height: 194% !important;
  }
  .max-w-xl-194 {
    max-width: 194% !important;
  }
  .min-w-xl-194 {
    min-width: 194% !important;
  }
  .max-h-xl-194 {
    max-height: 194% !important;
  }
  .min-h-xl-194 {
    min-height: 194% !important;
  }
  .min-xl-vw-194 {
    min-width: 194vw !important;
  }
  .min-xl-vh-194 {
    min-height: 194vh !important;
  }
  .vw-xl-194 {
    width: 194vw !important;
  }
  .vh-xl-194 {
    height: 194vh !important;
  }
  .width-xl-194 {
    width: 194px !important;
  }
  .height-xl-194 {
    height: 194px !important;
  }
  .max-width-xl-194 {
    max-width: 194px !important;
  }
  .min-width-xl-194 {
    min-width: 194px !important;
  }
  .max-height-xl-194 {
    max-height: 194px !important;
  }
  .min-height-xl-194 {
    min-height: 194px !important;
  }
}
.w-194 {
  width: 194% !important;
}

.h-194 {
  height: 194% !important;
}

.max-w-194 {
  max-width: 194% !important;
}

.min-w-194 {
  min-width: 194% !important;
}

.max-h-194 {
  max-height: 194% !important;
}

.min-h-194 {
  min-height: 194% !important;
}

.min-vw-194 {
  min-width: 194vw !important;
}

.min-vh-194 {
  min-height: 194vh !important;
}

.vw-194 {
  width: 194vw !important;
}

.vh-194 {
  height: 194vh !important;
}

.width-194 {
  width: 194px !important;
}

.height-194 {
  height: 194px !important;
}

.max-width-194 {
  max-width: 194px !important;
}

.min-width-194 {
  min-width: 194px !important;
}

.max-height-194 {
  max-height: 194px !important;
}

.min-height-194 {
  min-height: 194px !important;
}

@media (max-width: 576px) {
  .w-sm-195 {
    width: 195% !important;
  }
  .h-sm-195 {
    height: 195% !important;
  }
  .max-w-sm-195 {
    max-width: 195% !important;
  }
  .min-w-sm-195 {
    min-width: 195% !important;
  }
  .max-h-sm-195 {
    max-height: 195% !important;
  }
  .min-h-sm-195 {
    min-height: 195% !important;
  }
  .min-sm-vw-195 {
    min-width: 195vw !important;
  }
  .min-sm-vh-195 {
    min-height: 195vh !important;
  }
  .vw-sm-195 {
    width: 195vw !important;
  }
  .vh-sm-195 {
    height: 195vh !important;
  }
  .width-sm-195 {
    width: 195px !important;
  }
  .height-sm-195 {
    height: 195px !important;
  }
  .max-width-sm-195 {
    max-width: 195px !important;
  }
  .min-width-sm-195 {
    min-width: 195px !important;
  }
  .max-height-sm-195 {
    max-height: 195px !important;
  }
  .min-height-sm-195 {
    min-height: 195px !important;
  }
}
@media (max-width: 768px) {
  .w-md-195 {
    width: 195% !important;
  }
  .h-md-195 {
    height: 195% !important;
  }
  .max-w-md-195 {
    max-width: 195% !important;
  }
  .min-w-md-195 {
    min-width: 195% !important;
  }
  .max-h-md-195 {
    max-height: 195% !important;
  }
  .min-h-md-195 {
    min-height: 195% !important;
  }
  .min-md-vw-195 {
    min-width: 195vw !important;
  }
  .min-md-vh-195 {
    min-height: 195vh !important;
  }
  .vw-md-195 {
    width: 195vw !important;
  }
  .vh-md-195 {
    height: 195vh !important;
  }
  .width-md-195 {
    width: 195px !important;
  }
  .height-md-195 {
    height: 195px !important;
  }
  .max-width-md-195 {
    max-width: 195px !important;
  }
  .min-width-md-195 {
    min-width: 195px !important;
  }
  .max-height-md-195 {
    max-height: 195px !important;
  }
  .min-height-md-195 {
    min-height: 195px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-195 {
    width: 195% !important;
  }
  .h-lg-195 {
    height: 195% !important;
  }
  .max-w-lg-195 {
    max-width: 195% !important;
  }
  .min-w-lg-195 {
    min-width: 195% !important;
  }
  .max-h-lg-195 {
    max-height: 195% !important;
  }
  .min-h-lg-195 {
    min-height: 195% !important;
  }
  .min-lg-vw-195 {
    min-width: 195vw !important;
  }
  .min-lg-vh-195 {
    min-height: 195vh !important;
  }
  .vw-lg-195 {
    width: 195vw !important;
  }
  .vh-lg-195 {
    height: 195vh !important;
  }
  .width-lg-195 {
    width: 195px !important;
  }
  .height-lg-195 {
    height: 195px !important;
  }
  .max-width-lg-195 {
    max-width: 195px !important;
  }
  .min-width-lg-195 {
    min-width: 195px !important;
  }
  .max-height-lg-195 {
    max-height: 195px !important;
  }
  .min-height-lg-195 {
    min-height: 195px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-195 {
    width: 195% !important;
  }
  .h-xl-195 {
    height: 195% !important;
  }
  .max-w-xl-195 {
    max-width: 195% !important;
  }
  .min-w-xl-195 {
    min-width: 195% !important;
  }
  .max-h-xl-195 {
    max-height: 195% !important;
  }
  .min-h-xl-195 {
    min-height: 195% !important;
  }
  .min-xl-vw-195 {
    min-width: 195vw !important;
  }
  .min-xl-vh-195 {
    min-height: 195vh !important;
  }
  .vw-xl-195 {
    width: 195vw !important;
  }
  .vh-xl-195 {
    height: 195vh !important;
  }
  .width-xl-195 {
    width: 195px !important;
  }
  .height-xl-195 {
    height: 195px !important;
  }
  .max-width-xl-195 {
    max-width: 195px !important;
  }
  .min-width-xl-195 {
    min-width: 195px !important;
  }
  .max-height-xl-195 {
    max-height: 195px !important;
  }
  .min-height-xl-195 {
    min-height: 195px !important;
  }
}
.w-195 {
  width: 195% !important;
}

.h-195 {
  height: 195% !important;
}

.max-w-195 {
  max-width: 195% !important;
}

.min-w-195 {
  min-width: 195% !important;
}

.max-h-195 {
  max-height: 195% !important;
}

.min-h-195 {
  min-height: 195% !important;
}

.min-vw-195 {
  min-width: 195vw !important;
}

.min-vh-195 {
  min-height: 195vh !important;
}

.vw-195 {
  width: 195vw !important;
}

.vh-195 {
  height: 195vh !important;
}

.width-195 {
  width: 195px !important;
}

.height-195 {
  height: 195px !important;
}

.max-width-195 {
  max-width: 195px !important;
}

.min-width-195 {
  min-width: 195px !important;
}

.max-height-195 {
  max-height: 195px !important;
}

.min-height-195 {
  min-height: 195px !important;
}

@media (max-width: 576px) {
  .w-sm-196 {
    width: 196% !important;
  }
  .h-sm-196 {
    height: 196% !important;
  }
  .max-w-sm-196 {
    max-width: 196% !important;
  }
  .min-w-sm-196 {
    min-width: 196% !important;
  }
  .max-h-sm-196 {
    max-height: 196% !important;
  }
  .min-h-sm-196 {
    min-height: 196% !important;
  }
  .min-sm-vw-196 {
    min-width: 196vw !important;
  }
  .min-sm-vh-196 {
    min-height: 196vh !important;
  }
  .vw-sm-196 {
    width: 196vw !important;
  }
  .vh-sm-196 {
    height: 196vh !important;
  }
  .width-sm-196 {
    width: 196px !important;
  }
  .height-sm-196 {
    height: 196px !important;
  }
  .max-width-sm-196 {
    max-width: 196px !important;
  }
  .min-width-sm-196 {
    min-width: 196px !important;
  }
  .max-height-sm-196 {
    max-height: 196px !important;
  }
  .min-height-sm-196 {
    min-height: 196px !important;
  }
}
@media (max-width: 768px) {
  .w-md-196 {
    width: 196% !important;
  }
  .h-md-196 {
    height: 196% !important;
  }
  .max-w-md-196 {
    max-width: 196% !important;
  }
  .min-w-md-196 {
    min-width: 196% !important;
  }
  .max-h-md-196 {
    max-height: 196% !important;
  }
  .min-h-md-196 {
    min-height: 196% !important;
  }
  .min-md-vw-196 {
    min-width: 196vw !important;
  }
  .min-md-vh-196 {
    min-height: 196vh !important;
  }
  .vw-md-196 {
    width: 196vw !important;
  }
  .vh-md-196 {
    height: 196vh !important;
  }
  .width-md-196 {
    width: 196px !important;
  }
  .height-md-196 {
    height: 196px !important;
  }
  .max-width-md-196 {
    max-width: 196px !important;
  }
  .min-width-md-196 {
    min-width: 196px !important;
  }
  .max-height-md-196 {
    max-height: 196px !important;
  }
  .min-height-md-196 {
    min-height: 196px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-196 {
    width: 196% !important;
  }
  .h-lg-196 {
    height: 196% !important;
  }
  .max-w-lg-196 {
    max-width: 196% !important;
  }
  .min-w-lg-196 {
    min-width: 196% !important;
  }
  .max-h-lg-196 {
    max-height: 196% !important;
  }
  .min-h-lg-196 {
    min-height: 196% !important;
  }
  .min-lg-vw-196 {
    min-width: 196vw !important;
  }
  .min-lg-vh-196 {
    min-height: 196vh !important;
  }
  .vw-lg-196 {
    width: 196vw !important;
  }
  .vh-lg-196 {
    height: 196vh !important;
  }
  .width-lg-196 {
    width: 196px !important;
  }
  .height-lg-196 {
    height: 196px !important;
  }
  .max-width-lg-196 {
    max-width: 196px !important;
  }
  .min-width-lg-196 {
    min-width: 196px !important;
  }
  .max-height-lg-196 {
    max-height: 196px !important;
  }
  .min-height-lg-196 {
    min-height: 196px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-196 {
    width: 196% !important;
  }
  .h-xl-196 {
    height: 196% !important;
  }
  .max-w-xl-196 {
    max-width: 196% !important;
  }
  .min-w-xl-196 {
    min-width: 196% !important;
  }
  .max-h-xl-196 {
    max-height: 196% !important;
  }
  .min-h-xl-196 {
    min-height: 196% !important;
  }
  .min-xl-vw-196 {
    min-width: 196vw !important;
  }
  .min-xl-vh-196 {
    min-height: 196vh !important;
  }
  .vw-xl-196 {
    width: 196vw !important;
  }
  .vh-xl-196 {
    height: 196vh !important;
  }
  .width-xl-196 {
    width: 196px !important;
  }
  .height-xl-196 {
    height: 196px !important;
  }
  .max-width-xl-196 {
    max-width: 196px !important;
  }
  .min-width-xl-196 {
    min-width: 196px !important;
  }
  .max-height-xl-196 {
    max-height: 196px !important;
  }
  .min-height-xl-196 {
    min-height: 196px !important;
  }
}
.w-196 {
  width: 196% !important;
}

.h-196 {
  height: 196% !important;
}

.max-w-196 {
  max-width: 196% !important;
}

.min-w-196 {
  min-width: 196% !important;
}

.max-h-196 {
  max-height: 196% !important;
}

.min-h-196 {
  min-height: 196% !important;
}

.min-vw-196 {
  min-width: 196vw !important;
}

.min-vh-196 {
  min-height: 196vh !important;
}

.vw-196 {
  width: 196vw !important;
}

.vh-196 {
  height: 196vh !important;
}

.width-196 {
  width: 196px !important;
}

.height-196 {
  height: 196px !important;
}

.max-width-196 {
  max-width: 196px !important;
}

.min-width-196 {
  min-width: 196px !important;
}

.max-height-196 {
  max-height: 196px !important;
}

.min-height-196 {
  min-height: 196px !important;
}

@media (max-width: 576px) {
  .w-sm-197 {
    width: 197% !important;
  }
  .h-sm-197 {
    height: 197% !important;
  }
  .max-w-sm-197 {
    max-width: 197% !important;
  }
  .min-w-sm-197 {
    min-width: 197% !important;
  }
  .max-h-sm-197 {
    max-height: 197% !important;
  }
  .min-h-sm-197 {
    min-height: 197% !important;
  }
  .min-sm-vw-197 {
    min-width: 197vw !important;
  }
  .min-sm-vh-197 {
    min-height: 197vh !important;
  }
  .vw-sm-197 {
    width: 197vw !important;
  }
  .vh-sm-197 {
    height: 197vh !important;
  }
  .width-sm-197 {
    width: 197px !important;
  }
  .height-sm-197 {
    height: 197px !important;
  }
  .max-width-sm-197 {
    max-width: 197px !important;
  }
  .min-width-sm-197 {
    min-width: 197px !important;
  }
  .max-height-sm-197 {
    max-height: 197px !important;
  }
  .min-height-sm-197 {
    min-height: 197px !important;
  }
}
@media (max-width: 768px) {
  .w-md-197 {
    width: 197% !important;
  }
  .h-md-197 {
    height: 197% !important;
  }
  .max-w-md-197 {
    max-width: 197% !important;
  }
  .min-w-md-197 {
    min-width: 197% !important;
  }
  .max-h-md-197 {
    max-height: 197% !important;
  }
  .min-h-md-197 {
    min-height: 197% !important;
  }
  .min-md-vw-197 {
    min-width: 197vw !important;
  }
  .min-md-vh-197 {
    min-height: 197vh !important;
  }
  .vw-md-197 {
    width: 197vw !important;
  }
  .vh-md-197 {
    height: 197vh !important;
  }
  .width-md-197 {
    width: 197px !important;
  }
  .height-md-197 {
    height: 197px !important;
  }
  .max-width-md-197 {
    max-width: 197px !important;
  }
  .min-width-md-197 {
    min-width: 197px !important;
  }
  .max-height-md-197 {
    max-height: 197px !important;
  }
  .min-height-md-197 {
    min-height: 197px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-197 {
    width: 197% !important;
  }
  .h-lg-197 {
    height: 197% !important;
  }
  .max-w-lg-197 {
    max-width: 197% !important;
  }
  .min-w-lg-197 {
    min-width: 197% !important;
  }
  .max-h-lg-197 {
    max-height: 197% !important;
  }
  .min-h-lg-197 {
    min-height: 197% !important;
  }
  .min-lg-vw-197 {
    min-width: 197vw !important;
  }
  .min-lg-vh-197 {
    min-height: 197vh !important;
  }
  .vw-lg-197 {
    width: 197vw !important;
  }
  .vh-lg-197 {
    height: 197vh !important;
  }
  .width-lg-197 {
    width: 197px !important;
  }
  .height-lg-197 {
    height: 197px !important;
  }
  .max-width-lg-197 {
    max-width: 197px !important;
  }
  .min-width-lg-197 {
    min-width: 197px !important;
  }
  .max-height-lg-197 {
    max-height: 197px !important;
  }
  .min-height-lg-197 {
    min-height: 197px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-197 {
    width: 197% !important;
  }
  .h-xl-197 {
    height: 197% !important;
  }
  .max-w-xl-197 {
    max-width: 197% !important;
  }
  .min-w-xl-197 {
    min-width: 197% !important;
  }
  .max-h-xl-197 {
    max-height: 197% !important;
  }
  .min-h-xl-197 {
    min-height: 197% !important;
  }
  .min-xl-vw-197 {
    min-width: 197vw !important;
  }
  .min-xl-vh-197 {
    min-height: 197vh !important;
  }
  .vw-xl-197 {
    width: 197vw !important;
  }
  .vh-xl-197 {
    height: 197vh !important;
  }
  .width-xl-197 {
    width: 197px !important;
  }
  .height-xl-197 {
    height: 197px !important;
  }
  .max-width-xl-197 {
    max-width: 197px !important;
  }
  .min-width-xl-197 {
    min-width: 197px !important;
  }
  .max-height-xl-197 {
    max-height: 197px !important;
  }
  .min-height-xl-197 {
    min-height: 197px !important;
  }
}
.w-197 {
  width: 197% !important;
}

.h-197 {
  height: 197% !important;
}

.max-w-197 {
  max-width: 197% !important;
}

.min-w-197 {
  min-width: 197% !important;
}

.max-h-197 {
  max-height: 197% !important;
}

.min-h-197 {
  min-height: 197% !important;
}

.min-vw-197 {
  min-width: 197vw !important;
}

.min-vh-197 {
  min-height: 197vh !important;
}

.vw-197 {
  width: 197vw !important;
}

.vh-197 {
  height: 197vh !important;
}

.width-197 {
  width: 197px !important;
}

.height-197 {
  height: 197px !important;
}

.max-width-197 {
  max-width: 197px !important;
}

.min-width-197 {
  min-width: 197px !important;
}

.max-height-197 {
  max-height: 197px !important;
}

.min-height-197 {
  min-height: 197px !important;
}

@media (max-width: 576px) {
  .w-sm-198 {
    width: 198% !important;
  }
  .h-sm-198 {
    height: 198% !important;
  }
  .max-w-sm-198 {
    max-width: 198% !important;
  }
  .min-w-sm-198 {
    min-width: 198% !important;
  }
  .max-h-sm-198 {
    max-height: 198% !important;
  }
  .min-h-sm-198 {
    min-height: 198% !important;
  }
  .min-sm-vw-198 {
    min-width: 198vw !important;
  }
  .min-sm-vh-198 {
    min-height: 198vh !important;
  }
  .vw-sm-198 {
    width: 198vw !important;
  }
  .vh-sm-198 {
    height: 198vh !important;
  }
  .width-sm-198 {
    width: 198px !important;
  }
  .height-sm-198 {
    height: 198px !important;
  }
  .max-width-sm-198 {
    max-width: 198px !important;
  }
  .min-width-sm-198 {
    min-width: 198px !important;
  }
  .max-height-sm-198 {
    max-height: 198px !important;
  }
  .min-height-sm-198 {
    min-height: 198px !important;
  }
}
@media (max-width: 768px) {
  .w-md-198 {
    width: 198% !important;
  }
  .h-md-198 {
    height: 198% !important;
  }
  .max-w-md-198 {
    max-width: 198% !important;
  }
  .min-w-md-198 {
    min-width: 198% !important;
  }
  .max-h-md-198 {
    max-height: 198% !important;
  }
  .min-h-md-198 {
    min-height: 198% !important;
  }
  .min-md-vw-198 {
    min-width: 198vw !important;
  }
  .min-md-vh-198 {
    min-height: 198vh !important;
  }
  .vw-md-198 {
    width: 198vw !important;
  }
  .vh-md-198 {
    height: 198vh !important;
  }
  .width-md-198 {
    width: 198px !important;
  }
  .height-md-198 {
    height: 198px !important;
  }
  .max-width-md-198 {
    max-width: 198px !important;
  }
  .min-width-md-198 {
    min-width: 198px !important;
  }
  .max-height-md-198 {
    max-height: 198px !important;
  }
  .min-height-md-198 {
    min-height: 198px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-198 {
    width: 198% !important;
  }
  .h-lg-198 {
    height: 198% !important;
  }
  .max-w-lg-198 {
    max-width: 198% !important;
  }
  .min-w-lg-198 {
    min-width: 198% !important;
  }
  .max-h-lg-198 {
    max-height: 198% !important;
  }
  .min-h-lg-198 {
    min-height: 198% !important;
  }
  .min-lg-vw-198 {
    min-width: 198vw !important;
  }
  .min-lg-vh-198 {
    min-height: 198vh !important;
  }
  .vw-lg-198 {
    width: 198vw !important;
  }
  .vh-lg-198 {
    height: 198vh !important;
  }
  .width-lg-198 {
    width: 198px !important;
  }
  .height-lg-198 {
    height: 198px !important;
  }
  .max-width-lg-198 {
    max-width: 198px !important;
  }
  .min-width-lg-198 {
    min-width: 198px !important;
  }
  .max-height-lg-198 {
    max-height: 198px !important;
  }
  .min-height-lg-198 {
    min-height: 198px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-198 {
    width: 198% !important;
  }
  .h-xl-198 {
    height: 198% !important;
  }
  .max-w-xl-198 {
    max-width: 198% !important;
  }
  .min-w-xl-198 {
    min-width: 198% !important;
  }
  .max-h-xl-198 {
    max-height: 198% !important;
  }
  .min-h-xl-198 {
    min-height: 198% !important;
  }
  .min-xl-vw-198 {
    min-width: 198vw !important;
  }
  .min-xl-vh-198 {
    min-height: 198vh !important;
  }
  .vw-xl-198 {
    width: 198vw !important;
  }
  .vh-xl-198 {
    height: 198vh !important;
  }
  .width-xl-198 {
    width: 198px !important;
  }
  .height-xl-198 {
    height: 198px !important;
  }
  .max-width-xl-198 {
    max-width: 198px !important;
  }
  .min-width-xl-198 {
    min-width: 198px !important;
  }
  .max-height-xl-198 {
    max-height: 198px !important;
  }
  .min-height-xl-198 {
    min-height: 198px !important;
  }
}
.w-198 {
  width: 198% !important;
}

.h-198 {
  height: 198% !important;
}

.max-w-198 {
  max-width: 198% !important;
}

.min-w-198 {
  min-width: 198% !important;
}

.max-h-198 {
  max-height: 198% !important;
}

.min-h-198 {
  min-height: 198% !important;
}

.min-vw-198 {
  min-width: 198vw !important;
}

.min-vh-198 {
  min-height: 198vh !important;
}

.vw-198 {
  width: 198vw !important;
}

.vh-198 {
  height: 198vh !important;
}

.width-198 {
  width: 198px !important;
}

.height-198 {
  height: 198px !important;
}

.max-width-198 {
  max-width: 198px !important;
}

.min-width-198 {
  min-width: 198px !important;
}

.max-height-198 {
  max-height: 198px !important;
}

.min-height-198 {
  min-height: 198px !important;
}

@media (max-width: 576px) {
  .w-sm-199 {
    width: 199% !important;
  }
  .h-sm-199 {
    height: 199% !important;
  }
  .max-w-sm-199 {
    max-width: 199% !important;
  }
  .min-w-sm-199 {
    min-width: 199% !important;
  }
  .max-h-sm-199 {
    max-height: 199% !important;
  }
  .min-h-sm-199 {
    min-height: 199% !important;
  }
  .min-sm-vw-199 {
    min-width: 199vw !important;
  }
  .min-sm-vh-199 {
    min-height: 199vh !important;
  }
  .vw-sm-199 {
    width: 199vw !important;
  }
  .vh-sm-199 {
    height: 199vh !important;
  }
  .width-sm-199 {
    width: 199px !important;
  }
  .height-sm-199 {
    height: 199px !important;
  }
  .max-width-sm-199 {
    max-width: 199px !important;
  }
  .min-width-sm-199 {
    min-width: 199px !important;
  }
  .max-height-sm-199 {
    max-height: 199px !important;
  }
  .min-height-sm-199 {
    min-height: 199px !important;
  }
}
@media (max-width: 768px) {
  .w-md-199 {
    width: 199% !important;
  }
  .h-md-199 {
    height: 199% !important;
  }
  .max-w-md-199 {
    max-width: 199% !important;
  }
  .min-w-md-199 {
    min-width: 199% !important;
  }
  .max-h-md-199 {
    max-height: 199% !important;
  }
  .min-h-md-199 {
    min-height: 199% !important;
  }
  .min-md-vw-199 {
    min-width: 199vw !important;
  }
  .min-md-vh-199 {
    min-height: 199vh !important;
  }
  .vw-md-199 {
    width: 199vw !important;
  }
  .vh-md-199 {
    height: 199vh !important;
  }
  .width-md-199 {
    width: 199px !important;
  }
  .height-md-199 {
    height: 199px !important;
  }
  .max-width-md-199 {
    max-width: 199px !important;
  }
  .min-width-md-199 {
    min-width: 199px !important;
  }
  .max-height-md-199 {
    max-height: 199px !important;
  }
  .min-height-md-199 {
    min-height: 199px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-199 {
    width: 199% !important;
  }
  .h-lg-199 {
    height: 199% !important;
  }
  .max-w-lg-199 {
    max-width: 199% !important;
  }
  .min-w-lg-199 {
    min-width: 199% !important;
  }
  .max-h-lg-199 {
    max-height: 199% !important;
  }
  .min-h-lg-199 {
    min-height: 199% !important;
  }
  .min-lg-vw-199 {
    min-width: 199vw !important;
  }
  .min-lg-vh-199 {
    min-height: 199vh !important;
  }
  .vw-lg-199 {
    width: 199vw !important;
  }
  .vh-lg-199 {
    height: 199vh !important;
  }
  .width-lg-199 {
    width: 199px !important;
  }
  .height-lg-199 {
    height: 199px !important;
  }
  .max-width-lg-199 {
    max-width: 199px !important;
  }
  .min-width-lg-199 {
    min-width: 199px !important;
  }
  .max-height-lg-199 {
    max-height: 199px !important;
  }
  .min-height-lg-199 {
    min-height: 199px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-199 {
    width: 199% !important;
  }
  .h-xl-199 {
    height: 199% !important;
  }
  .max-w-xl-199 {
    max-width: 199% !important;
  }
  .min-w-xl-199 {
    min-width: 199% !important;
  }
  .max-h-xl-199 {
    max-height: 199% !important;
  }
  .min-h-xl-199 {
    min-height: 199% !important;
  }
  .min-xl-vw-199 {
    min-width: 199vw !important;
  }
  .min-xl-vh-199 {
    min-height: 199vh !important;
  }
  .vw-xl-199 {
    width: 199vw !important;
  }
  .vh-xl-199 {
    height: 199vh !important;
  }
  .width-xl-199 {
    width: 199px !important;
  }
  .height-xl-199 {
    height: 199px !important;
  }
  .max-width-xl-199 {
    max-width: 199px !important;
  }
  .min-width-xl-199 {
    min-width: 199px !important;
  }
  .max-height-xl-199 {
    max-height: 199px !important;
  }
  .min-height-xl-199 {
    min-height: 199px !important;
  }
}
.w-199 {
  width: 199% !important;
}

.h-199 {
  height: 199% !important;
}

.max-w-199 {
  max-width: 199% !important;
}

.min-w-199 {
  min-width: 199% !important;
}

.max-h-199 {
  max-height: 199% !important;
}

.min-h-199 {
  min-height: 199% !important;
}

.min-vw-199 {
  min-width: 199vw !important;
}

.min-vh-199 {
  min-height: 199vh !important;
}

.vw-199 {
  width: 199vw !important;
}

.vh-199 {
  height: 199vh !important;
}

.width-199 {
  width: 199px !important;
}

.height-199 {
  height: 199px !important;
}

.max-width-199 {
  max-width: 199px !important;
}

.min-width-199 {
  min-width: 199px !important;
}

.max-height-199 {
  max-height: 199px !important;
}

.min-height-199 {
  min-height: 199px !important;
}

@media (max-width: 576px) {
  .w-sm-200 {
    width: 200% !important;
  }
  .h-sm-200 {
    height: 200% !important;
  }
  .max-w-sm-200 {
    max-width: 200% !important;
  }
  .min-w-sm-200 {
    min-width: 200% !important;
  }
  .max-h-sm-200 {
    max-height: 200% !important;
  }
  .min-h-sm-200 {
    min-height: 200% !important;
  }
  .min-sm-vw-200 {
    min-width: 200vw !important;
  }
  .min-sm-vh-200 {
    min-height: 200vh !important;
  }
  .vw-sm-200 {
    width: 200vw !important;
  }
  .vh-sm-200 {
    height: 200vh !important;
  }
  .width-sm-200 {
    width: 200px !important;
  }
  .height-sm-200 {
    height: 200px !important;
  }
  .max-width-sm-200 {
    max-width: 200px !important;
  }
  .min-width-sm-200 {
    min-width: 200px !important;
  }
  .max-height-sm-200 {
    max-height: 200px !important;
  }
  .min-height-sm-200 {
    min-height: 200px !important;
  }
}
@media (max-width: 768px) {
  .w-md-200 {
    width: 200% !important;
  }
  .h-md-200 {
    height: 200% !important;
  }
  .max-w-md-200 {
    max-width: 200% !important;
  }
  .min-w-md-200 {
    min-width: 200% !important;
  }
  .max-h-md-200 {
    max-height: 200% !important;
  }
  .min-h-md-200 {
    min-height: 200% !important;
  }
  .min-md-vw-200 {
    min-width: 200vw !important;
  }
  .min-md-vh-200 {
    min-height: 200vh !important;
  }
  .vw-md-200 {
    width: 200vw !important;
  }
  .vh-md-200 {
    height: 200vh !important;
  }
  .width-md-200 {
    width: 200px !important;
  }
  .height-md-200 {
    height: 200px !important;
  }
  .max-width-md-200 {
    max-width: 200px !important;
  }
  .min-width-md-200 {
    min-width: 200px !important;
  }
  .max-height-md-200 {
    max-height: 200px !important;
  }
  .min-height-md-200 {
    min-height: 200px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-200 {
    width: 200% !important;
  }
  .h-lg-200 {
    height: 200% !important;
  }
  .max-w-lg-200 {
    max-width: 200% !important;
  }
  .min-w-lg-200 {
    min-width: 200% !important;
  }
  .max-h-lg-200 {
    max-height: 200% !important;
  }
  .min-h-lg-200 {
    min-height: 200% !important;
  }
  .min-lg-vw-200 {
    min-width: 200vw !important;
  }
  .min-lg-vh-200 {
    min-height: 200vh !important;
  }
  .vw-lg-200 {
    width: 200vw !important;
  }
  .vh-lg-200 {
    height: 200vh !important;
  }
  .width-lg-200 {
    width: 200px !important;
  }
  .height-lg-200 {
    height: 200px !important;
  }
  .max-width-lg-200 {
    max-width: 200px !important;
  }
  .min-width-lg-200 {
    min-width: 200px !important;
  }
  .max-height-lg-200 {
    max-height: 200px !important;
  }
  .min-height-lg-200 {
    min-height: 200px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-200 {
    width: 200% !important;
  }
  .h-xl-200 {
    height: 200% !important;
  }
  .max-w-xl-200 {
    max-width: 200% !important;
  }
  .min-w-xl-200 {
    min-width: 200% !important;
  }
  .max-h-xl-200 {
    max-height: 200% !important;
  }
  .min-h-xl-200 {
    min-height: 200% !important;
  }
  .min-xl-vw-200 {
    min-width: 200vw !important;
  }
  .min-xl-vh-200 {
    min-height: 200vh !important;
  }
  .vw-xl-200 {
    width: 200vw !important;
  }
  .vh-xl-200 {
    height: 200vh !important;
  }
  .width-xl-200 {
    width: 200px !important;
  }
  .height-xl-200 {
    height: 200px !important;
  }
  .max-width-xl-200 {
    max-width: 200px !important;
  }
  .min-width-xl-200 {
    min-width: 200px !important;
  }
  .max-height-xl-200 {
    max-height: 200px !important;
  }
  .min-height-xl-200 {
    min-height: 200px !important;
  }
}
.w-200 {
  width: 200% !important;
}

.h-200 {
  height: 200% !important;
}

.max-w-200 {
  max-width: 200% !important;
}

.min-w-200 {
  min-width: 200% !important;
}

.max-h-200 {
  max-height: 200% !important;
}

.min-h-200 {
  min-height: 200% !important;
}

.min-vw-200 {
  min-width: 200vw !important;
}

.min-vh-200 {
  min-height: 200vh !important;
}

.vw-200 {
  width: 200vw !important;
}

.vh-200 {
  height: 200vh !important;
}

.width-200 {
  width: 200px !important;
}

.height-200 {
  height: 200px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.max-height-200 {
  max-height: 200px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

@media (max-width: 576px) {
  .w-sm-201 {
    width: 201% !important;
  }
  .h-sm-201 {
    height: 201% !important;
  }
  .max-w-sm-201 {
    max-width: 201% !important;
  }
  .min-w-sm-201 {
    min-width: 201% !important;
  }
  .max-h-sm-201 {
    max-height: 201% !important;
  }
  .min-h-sm-201 {
    min-height: 201% !important;
  }
  .min-sm-vw-201 {
    min-width: 201vw !important;
  }
  .min-sm-vh-201 {
    min-height: 201vh !important;
  }
  .vw-sm-201 {
    width: 201vw !important;
  }
  .vh-sm-201 {
    height: 201vh !important;
  }
  .width-sm-201 {
    width: 201px !important;
  }
  .height-sm-201 {
    height: 201px !important;
  }
  .max-width-sm-201 {
    max-width: 201px !important;
  }
  .min-width-sm-201 {
    min-width: 201px !important;
  }
  .max-height-sm-201 {
    max-height: 201px !important;
  }
  .min-height-sm-201 {
    min-height: 201px !important;
  }
}
@media (max-width: 768px) {
  .w-md-201 {
    width: 201% !important;
  }
  .h-md-201 {
    height: 201% !important;
  }
  .max-w-md-201 {
    max-width: 201% !important;
  }
  .min-w-md-201 {
    min-width: 201% !important;
  }
  .max-h-md-201 {
    max-height: 201% !important;
  }
  .min-h-md-201 {
    min-height: 201% !important;
  }
  .min-md-vw-201 {
    min-width: 201vw !important;
  }
  .min-md-vh-201 {
    min-height: 201vh !important;
  }
  .vw-md-201 {
    width: 201vw !important;
  }
  .vh-md-201 {
    height: 201vh !important;
  }
  .width-md-201 {
    width: 201px !important;
  }
  .height-md-201 {
    height: 201px !important;
  }
  .max-width-md-201 {
    max-width: 201px !important;
  }
  .min-width-md-201 {
    min-width: 201px !important;
  }
  .max-height-md-201 {
    max-height: 201px !important;
  }
  .min-height-md-201 {
    min-height: 201px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-201 {
    width: 201% !important;
  }
  .h-lg-201 {
    height: 201% !important;
  }
  .max-w-lg-201 {
    max-width: 201% !important;
  }
  .min-w-lg-201 {
    min-width: 201% !important;
  }
  .max-h-lg-201 {
    max-height: 201% !important;
  }
  .min-h-lg-201 {
    min-height: 201% !important;
  }
  .min-lg-vw-201 {
    min-width: 201vw !important;
  }
  .min-lg-vh-201 {
    min-height: 201vh !important;
  }
  .vw-lg-201 {
    width: 201vw !important;
  }
  .vh-lg-201 {
    height: 201vh !important;
  }
  .width-lg-201 {
    width: 201px !important;
  }
  .height-lg-201 {
    height: 201px !important;
  }
  .max-width-lg-201 {
    max-width: 201px !important;
  }
  .min-width-lg-201 {
    min-width: 201px !important;
  }
  .max-height-lg-201 {
    max-height: 201px !important;
  }
  .min-height-lg-201 {
    min-height: 201px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-201 {
    width: 201% !important;
  }
  .h-xl-201 {
    height: 201% !important;
  }
  .max-w-xl-201 {
    max-width: 201% !important;
  }
  .min-w-xl-201 {
    min-width: 201% !important;
  }
  .max-h-xl-201 {
    max-height: 201% !important;
  }
  .min-h-xl-201 {
    min-height: 201% !important;
  }
  .min-xl-vw-201 {
    min-width: 201vw !important;
  }
  .min-xl-vh-201 {
    min-height: 201vh !important;
  }
  .vw-xl-201 {
    width: 201vw !important;
  }
  .vh-xl-201 {
    height: 201vh !important;
  }
  .width-xl-201 {
    width: 201px !important;
  }
  .height-xl-201 {
    height: 201px !important;
  }
  .max-width-xl-201 {
    max-width: 201px !important;
  }
  .min-width-xl-201 {
    min-width: 201px !important;
  }
  .max-height-xl-201 {
    max-height: 201px !important;
  }
  .min-height-xl-201 {
    min-height: 201px !important;
  }
}
.w-201 {
  width: 201% !important;
}

.h-201 {
  height: 201% !important;
}

.max-w-201 {
  max-width: 201% !important;
}

.min-w-201 {
  min-width: 201% !important;
}

.max-h-201 {
  max-height: 201% !important;
}

.min-h-201 {
  min-height: 201% !important;
}

.min-vw-201 {
  min-width: 201vw !important;
}

.min-vh-201 {
  min-height: 201vh !important;
}

.vw-201 {
  width: 201vw !important;
}

.vh-201 {
  height: 201vh !important;
}

.width-201 {
  width: 201px !important;
}

.height-201 {
  height: 201px !important;
}

.max-width-201 {
  max-width: 201px !important;
}

.min-width-201 {
  min-width: 201px !important;
}

.max-height-201 {
  max-height: 201px !important;
}

.min-height-201 {
  min-height: 201px !important;
}

@media (max-width: 576px) {
  .w-sm-202 {
    width: 202% !important;
  }
  .h-sm-202 {
    height: 202% !important;
  }
  .max-w-sm-202 {
    max-width: 202% !important;
  }
  .min-w-sm-202 {
    min-width: 202% !important;
  }
  .max-h-sm-202 {
    max-height: 202% !important;
  }
  .min-h-sm-202 {
    min-height: 202% !important;
  }
  .min-sm-vw-202 {
    min-width: 202vw !important;
  }
  .min-sm-vh-202 {
    min-height: 202vh !important;
  }
  .vw-sm-202 {
    width: 202vw !important;
  }
  .vh-sm-202 {
    height: 202vh !important;
  }
  .width-sm-202 {
    width: 202px !important;
  }
  .height-sm-202 {
    height: 202px !important;
  }
  .max-width-sm-202 {
    max-width: 202px !important;
  }
  .min-width-sm-202 {
    min-width: 202px !important;
  }
  .max-height-sm-202 {
    max-height: 202px !important;
  }
  .min-height-sm-202 {
    min-height: 202px !important;
  }
}
@media (max-width: 768px) {
  .w-md-202 {
    width: 202% !important;
  }
  .h-md-202 {
    height: 202% !important;
  }
  .max-w-md-202 {
    max-width: 202% !important;
  }
  .min-w-md-202 {
    min-width: 202% !important;
  }
  .max-h-md-202 {
    max-height: 202% !important;
  }
  .min-h-md-202 {
    min-height: 202% !important;
  }
  .min-md-vw-202 {
    min-width: 202vw !important;
  }
  .min-md-vh-202 {
    min-height: 202vh !important;
  }
  .vw-md-202 {
    width: 202vw !important;
  }
  .vh-md-202 {
    height: 202vh !important;
  }
  .width-md-202 {
    width: 202px !important;
  }
  .height-md-202 {
    height: 202px !important;
  }
  .max-width-md-202 {
    max-width: 202px !important;
  }
  .min-width-md-202 {
    min-width: 202px !important;
  }
  .max-height-md-202 {
    max-height: 202px !important;
  }
  .min-height-md-202 {
    min-height: 202px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-202 {
    width: 202% !important;
  }
  .h-lg-202 {
    height: 202% !important;
  }
  .max-w-lg-202 {
    max-width: 202% !important;
  }
  .min-w-lg-202 {
    min-width: 202% !important;
  }
  .max-h-lg-202 {
    max-height: 202% !important;
  }
  .min-h-lg-202 {
    min-height: 202% !important;
  }
  .min-lg-vw-202 {
    min-width: 202vw !important;
  }
  .min-lg-vh-202 {
    min-height: 202vh !important;
  }
  .vw-lg-202 {
    width: 202vw !important;
  }
  .vh-lg-202 {
    height: 202vh !important;
  }
  .width-lg-202 {
    width: 202px !important;
  }
  .height-lg-202 {
    height: 202px !important;
  }
  .max-width-lg-202 {
    max-width: 202px !important;
  }
  .min-width-lg-202 {
    min-width: 202px !important;
  }
  .max-height-lg-202 {
    max-height: 202px !important;
  }
  .min-height-lg-202 {
    min-height: 202px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-202 {
    width: 202% !important;
  }
  .h-xl-202 {
    height: 202% !important;
  }
  .max-w-xl-202 {
    max-width: 202% !important;
  }
  .min-w-xl-202 {
    min-width: 202% !important;
  }
  .max-h-xl-202 {
    max-height: 202% !important;
  }
  .min-h-xl-202 {
    min-height: 202% !important;
  }
  .min-xl-vw-202 {
    min-width: 202vw !important;
  }
  .min-xl-vh-202 {
    min-height: 202vh !important;
  }
  .vw-xl-202 {
    width: 202vw !important;
  }
  .vh-xl-202 {
    height: 202vh !important;
  }
  .width-xl-202 {
    width: 202px !important;
  }
  .height-xl-202 {
    height: 202px !important;
  }
  .max-width-xl-202 {
    max-width: 202px !important;
  }
  .min-width-xl-202 {
    min-width: 202px !important;
  }
  .max-height-xl-202 {
    max-height: 202px !important;
  }
  .min-height-xl-202 {
    min-height: 202px !important;
  }
}
.w-202 {
  width: 202% !important;
}

.h-202 {
  height: 202% !important;
}

.max-w-202 {
  max-width: 202% !important;
}

.min-w-202 {
  min-width: 202% !important;
}

.max-h-202 {
  max-height: 202% !important;
}

.min-h-202 {
  min-height: 202% !important;
}

.min-vw-202 {
  min-width: 202vw !important;
}

.min-vh-202 {
  min-height: 202vh !important;
}

.vw-202 {
  width: 202vw !important;
}

.vh-202 {
  height: 202vh !important;
}

.width-202 {
  width: 202px !important;
}

.height-202 {
  height: 202px !important;
}

.max-width-202 {
  max-width: 202px !important;
}

.min-width-202 {
  min-width: 202px !important;
}

.max-height-202 {
  max-height: 202px !important;
}

.min-height-202 {
  min-height: 202px !important;
}

@media (max-width: 576px) {
  .w-sm-203 {
    width: 203% !important;
  }
  .h-sm-203 {
    height: 203% !important;
  }
  .max-w-sm-203 {
    max-width: 203% !important;
  }
  .min-w-sm-203 {
    min-width: 203% !important;
  }
  .max-h-sm-203 {
    max-height: 203% !important;
  }
  .min-h-sm-203 {
    min-height: 203% !important;
  }
  .min-sm-vw-203 {
    min-width: 203vw !important;
  }
  .min-sm-vh-203 {
    min-height: 203vh !important;
  }
  .vw-sm-203 {
    width: 203vw !important;
  }
  .vh-sm-203 {
    height: 203vh !important;
  }
  .width-sm-203 {
    width: 203px !important;
  }
  .height-sm-203 {
    height: 203px !important;
  }
  .max-width-sm-203 {
    max-width: 203px !important;
  }
  .min-width-sm-203 {
    min-width: 203px !important;
  }
  .max-height-sm-203 {
    max-height: 203px !important;
  }
  .min-height-sm-203 {
    min-height: 203px !important;
  }
}
@media (max-width: 768px) {
  .w-md-203 {
    width: 203% !important;
  }
  .h-md-203 {
    height: 203% !important;
  }
  .max-w-md-203 {
    max-width: 203% !important;
  }
  .min-w-md-203 {
    min-width: 203% !important;
  }
  .max-h-md-203 {
    max-height: 203% !important;
  }
  .min-h-md-203 {
    min-height: 203% !important;
  }
  .min-md-vw-203 {
    min-width: 203vw !important;
  }
  .min-md-vh-203 {
    min-height: 203vh !important;
  }
  .vw-md-203 {
    width: 203vw !important;
  }
  .vh-md-203 {
    height: 203vh !important;
  }
  .width-md-203 {
    width: 203px !important;
  }
  .height-md-203 {
    height: 203px !important;
  }
  .max-width-md-203 {
    max-width: 203px !important;
  }
  .min-width-md-203 {
    min-width: 203px !important;
  }
  .max-height-md-203 {
    max-height: 203px !important;
  }
  .min-height-md-203 {
    min-height: 203px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-203 {
    width: 203% !important;
  }
  .h-lg-203 {
    height: 203% !important;
  }
  .max-w-lg-203 {
    max-width: 203% !important;
  }
  .min-w-lg-203 {
    min-width: 203% !important;
  }
  .max-h-lg-203 {
    max-height: 203% !important;
  }
  .min-h-lg-203 {
    min-height: 203% !important;
  }
  .min-lg-vw-203 {
    min-width: 203vw !important;
  }
  .min-lg-vh-203 {
    min-height: 203vh !important;
  }
  .vw-lg-203 {
    width: 203vw !important;
  }
  .vh-lg-203 {
    height: 203vh !important;
  }
  .width-lg-203 {
    width: 203px !important;
  }
  .height-lg-203 {
    height: 203px !important;
  }
  .max-width-lg-203 {
    max-width: 203px !important;
  }
  .min-width-lg-203 {
    min-width: 203px !important;
  }
  .max-height-lg-203 {
    max-height: 203px !important;
  }
  .min-height-lg-203 {
    min-height: 203px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-203 {
    width: 203% !important;
  }
  .h-xl-203 {
    height: 203% !important;
  }
  .max-w-xl-203 {
    max-width: 203% !important;
  }
  .min-w-xl-203 {
    min-width: 203% !important;
  }
  .max-h-xl-203 {
    max-height: 203% !important;
  }
  .min-h-xl-203 {
    min-height: 203% !important;
  }
  .min-xl-vw-203 {
    min-width: 203vw !important;
  }
  .min-xl-vh-203 {
    min-height: 203vh !important;
  }
  .vw-xl-203 {
    width: 203vw !important;
  }
  .vh-xl-203 {
    height: 203vh !important;
  }
  .width-xl-203 {
    width: 203px !important;
  }
  .height-xl-203 {
    height: 203px !important;
  }
  .max-width-xl-203 {
    max-width: 203px !important;
  }
  .min-width-xl-203 {
    min-width: 203px !important;
  }
  .max-height-xl-203 {
    max-height: 203px !important;
  }
  .min-height-xl-203 {
    min-height: 203px !important;
  }
}
.w-203 {
  width: 203% !important;
}

.h-203 {
  height: 203% !important;
}

.max-w-203 {
  max-width: 203% !important;
}

.min-w-203 {
  min-width: 203% !important;
}

.max-h-203 {
  max-height: 203% !important;
}

.min-h-203 {
  min-height: 203% !important;
}

.min-vw-203 {
  min-width: 203vw !important;
}

.min-vh-203 {
  min-height: 203vh !important;
}

.vw-203 {
  width: 203vw !important;
}

.vh-203 {
  height: 203vh !important;
}

.width-203 {
  width: 203px !important;
}

.height-203 {
  height: 203px !important;
}

.max-width-203 {
  max-width: 203px !important;
}

.min-width-203 {
  min-width: 203px !important;
}

.max-height-203 {
  max-height: 203px !important;
}

.min-height-203 {
  min-height: 203px !important;
}

@media (max-width: 576px) {
  .w-sm-204 {
    width: 204% !important;
  }
  .h-sm-204 {
    height: 204% !important;
  }
  .max-w-sm-204 {
    max-width: 204% !important;
  }
  .min-w-sm-204 {
    min-width: 204% !important;
  }
  .max-h-sm-204 {
    max-height: 204% !important;
  }
  .min-h-sm-204 {
    min-height: 204% !important;
  }
  .min-sm-vw-204 {
    min-width: 204vw !important;
  }
  .min-sm-vh-204 {
    min-height: 204vh !important;
  }
  .vw-sm-204 {
    width: 204vw !important;
  }
  .vh-sm-204 {
    height: 204vh !important;
  }
  .width-sm-204 {
    width: 204px !important;
  }
  .height-sm-204 {
    height: 204px !important;
  }
  .max-width-sm-204 {
    max-width: 204px !important;
  }
  .min-width-sm-204 {
    min-width: 204px !important;
  }
  .max-height-sm-204 {
    max-height: 204px !important;
  }
  .min-height-sm-204 {
    min-height: 204px !important;
  }
}
@media (max-width: 768px) {
  .w-md-204 {
    width: 204% !important;
  }
  .h-md-204 {
    height: 204% !important;
  }
  .max-w-md-204 {
    max-width: 204% !important;
  }
  .min-w-md-204 {
    min-width: 204% !important;
  }
  .max-h-md-204 {
    max-height: 204% !important;
  }
  .min-h-md-204 {
    min-height: 204% !important;
  }
  .min-md-vw-204 {
    min-width: 204vw !important;
  }
  .min-md-vh-204 {
    min-height: 204vh !important;
  }
  .vw-md-204 {
    width: 204vw !important;
  }
  .vh-md-204 {
    height: 204vh !important;
  }
  .width-md-204 {
    width: 204px !important;
  }
  .height-md-204 {
    height: 204px !important;
  }
  .max-width-md-204 {
    max-width: 204px !important;
  }
  .min-width-md-204 {
    min-width: 204px !important;
  }
  .max-height-md-204 {
    max-height: 204px !important;
  }
  .min-height-md-204 {
    min-height: 204px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-204 {
    width: 204% !important;
  }
  .h-lg-204 {
    height: 204% !important;
  }
  .max-w-lg-204 {
    max-width: 204% !important;
  }
  .min-w-lg-204 {
    min-width: 204% !important;
  }
  .max-h-lg-204 {
    max-height: 204% !important;
  }
  .min-h-lg-204 {
    min-height: 204% !important;
  }
  .min-lg-vw-204 {
    min-width: 204vw !important;
  }
  .min-lg-vh-204 {
    min-height: 204vh !important;
  }
  .vw-lg-204 {
    width: 204vw !important;
  }
  .vh-lg-204 {
    height: 204vh !important;
  }
  .width-lg-204 {
    width: 204px !important;
  }
  .height-lg-204 {
    height: 204px !important;
  }
  .max-width-lg-204 {
    max-width: 204px !important;
  }
  .min-width-lg-204 {
    min-width: 204px !important;
  }
  .max-height-lg-204 {
    max-height: 204px !important;
  }
  .min-height-lg-204 {
    min-height: 204px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-204 {
    width: 204% !important;
  }
  .h-xl-204 {
    height: 204% !important;
  }
  .max-w-xl-204 {
    max-width: 204% !important;
  }
  .min-w-xl-204 {
    min-width: 204% !important;
  }
  .max-h-xl-204 {
    max-height: 204% !important;
  }
  .min-h-xl-204 {
    min-height: 204% !important;
  }
  .min-xl-vw-204 {
    min-width: 204vw !important;
  }
  .min-xl-vh-204 {
    min-height: 204vh !important;
  }
  .vw-xl-204 {
    width: 204vw !important;
  }
  .vh-xl-204 {
    height: 204vh !important;
  }
  .width-xl-204 {
    width: 204px !important;
  }
  .height-xl-204 {
    height: 204px !important;
  }
  .max-width-xl-204 {
    max-width: 204px !important;
  }
  .min-width-xl-204 {
    min-width: 204px !important;
  }
  .max-height-xl-204 {
    max-height: 204px !important;
  }
  .min-height-xl-204 {
    min-height: 204px !important;
  }
}
.w-204 {
  width: 204% !important;
}

.h-204 {
  height: 204% !important;
}

.max-w-204 {
  max-width: 204% !important;
}

.min-w-204 {
  min-width: 204% !important;
}

.max-h-204 {
  max-height: 204% !important;
}

.min-h-204 {
  min-height: 204% !important;
}

.min-vw-204 {
  min-width: 204vw !important;
}

.min-vh-204 {
  min-height: 204vh !important;
}

.vw-204 {
  width: 204vw !important;
}

.vh-204 {
  height: 204vh !important;
}

.width-204 {
  width: 204px !important;
}

.height-204 {
  height: 204px !important;
}

.max-width-204 {
  max-width: 204px !important;
}

.min-width-204 {
  min-width: 204px !important;
}

.max-height-204 {
  max-height: 204px !important;
}

.min-height-204 {
  min-height: 204px !important;
}

@media (max-width: 576px) {
  .w-sm-205 {
    width: 205% !important;
  }
  .h-sm-205 {
    height: 205% !important;
  }
  .max-w-sm-205 {
    max-width: 205% !important;
  }
  .min-w-sm-205 {
    min-width: 205% !important;
  }
  .max-h-sm-205 {
    max-height: 205% !important;
  }
  .min-h-sm-205 {
    min-height: 205% !important;
  }
  .min-sm-vw-205 {
    min-width: 205vw !important;
  }
  .min-sm-vh-205 {
    min-height: 205vh !important;
  }
  .vw-sm-205 {
    width: 205vw !important;
  }
  .vh-sm-205 {
    height: 205vh !important;
  }
  .width-sm-205 {
    width: 205px !important;
  }
  .height-sm-205 {
    height: 205px !important;
  }
  .max-width-sm-205 {
    max-width: 205px !important;
  }
  .min-width-sm-205 {
    min-width: 205px !important;
  }
  .max-height-sm-205 {
    max-height: 205px !important;
  }
  .min-height-sm-205 {
    min-height: 205px !important;
  }
}
@media (max-width: 768px) {
  .w-md-205 {
    width: 205% !important;
  }
  .h-md-205 {
    height: 205% !important;
  }
  .max-w-md-205 {
    max-width: 205% !important;
  }
  .min-w-md-205 {
    min-width: 205% !important;
  }
  .max-h-md-205 {
    max-height: 205% !important;
  }
  .min-h-md-205 {
    min-height: 205% !important;
  }
  .min-md-vw-205 {
    min-width: 205vw !important;
  }
  .min-md-vh-205 {
    min-height: 205vh !important;
  }
  .vw-md-205 {
    width: 205vw !important;
  }
  .vh-md-205 {
    height: 205vh !important;
  }
  .width-md-205 {
    width: 205px !important;
  }
  .height-md-205 {
    height: 205px !important;
  }
  .max-width-md-205 {
    max-width: 205px !important;
  }
  .min-width-md-205 {
    min-width: 205px !important;
  }
  .max-height-md-205 {
    max-height: 205px !important;
  }
  .min-height-md-205 {
    min-height: 205px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-205 {
    width: 205% !important;
  }
  .h-lg-205 {
    height: 205% !important;
  }
  .max-w-lg-205 {
    max-width: 205% !important;
  }
  .min-w-lg-205 {
    min-width: 205% !important;
  }
  .max-h-lg-205 {
    max-height: 205% !important;
  }
  .min-h-lg-205 {
    min-height: 205% !important;
  }
  .min-lg-vw-205 {
    min-width: 205vw !important;
  }
  .min-lg-vh-205 {
    min-height: 205vh !important;
  }
  .vw-lg-205 {
    width: 205vw !important;
  }
  .vh-lg-205 {
    height: 205vh !important;
  }
  .width-lg-205 {
    width: 205px !important;
  }
  .height-lg-205 {
    height: 205px !important;
  }
  .max-width-lg-205 {
    max-width: 205px !important;
  }
  .min-width-lg-205 {
    min-width: 205px !important;
  }
  .max-height-lg-205 {
    max-height: 205px !important;
  }
  .min-height-lg-205 {
    min-height: 205px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-205 {
    width: 205% !important;
  }
  .h-xl-205 {
    height: 205% !important;
  }
  .max-w-xl-205 {
    max-width: 205% !important;
  }
  .min-w-xl-205 {
    min-width: 205% !important;
  }
  .max-h-xl-205 {
    max-height: 205% !important;
  }
  .min-h-xl-205 {
    min-height: 205% !important;
  }
  .min-xl-vw-205 {
    min-width: 205vw !important;
  }
  .min-xl-vh-205 {
    min-height: 205vh !important;
  }
  .vw-xl-205 {
    width: 205vw !important;
  }
  .vh-xl-205 {
    height: 205vh !important;
  }
  .width-xl-205 {
    width: 205px !important;
  }
  .height-xl-205 {
    height: 205px !important;
  }
  .max-width-xl-205 {
    max-width: 205px !important;
  }
  .min-width-xl-205 {
    min-width: 205px !important;
  }
  .max-height-xl-205 {
    max-height: 205px !important;
  }
  .min-height-xl-205 {
    min-height: 205px !important;
  }
}
.w-205 {
  width: 205% !important;
}

.h-205 {
  height: 205% !important;
}

.max-w-205 {
  max-width: 205% !important;
}

.min-w-205 {
  min-width: 205% !important;
}

.max-h-205 {
  max-height: 205% !important;
}

.min-h-205 {
  min-height: 205% !important;
}

.min-vw-205 {
  min-width: 205vw !important;
}

.min-vh-205 {
  min-height: 205vh !important;
}

.vw-205 {
  width: 205vw !important;
}

.vh-205 {
  height: 205vh !important;
}

.width-205 {
  width: 205px !important;
}

.height-205 {
  height: 205px !important;
}

.max-width-205 {
  max-width: 205px !important;
}

.min-width-205 {
  min-width: 205px !important;
}

.max-height-205 {
  max-height: 205px !important;
}

.min-height-205 {
  min-height: 205px !important;
}

@media (max-width: 576px) {
  .w-sm-206 {
    width: 206% !important;
  }
  .h-sm-206 {
    height: 206% !important;
  }
  .max-w-sm-206 {
    max-width: 206% !important;
  }
  .min-w-sm-206 {
    min-width: 206% !important;
  }
  .max-h-sm-206 {
    max-height: 206% !important;
  }
  .min-h-sm-206 {
    min-height: 206% !important;
  }
  .min-sm-vw-206 {
    min-width: 206vw !important;
  }
  .min-sm-vh-206 {
    min-height: 206vh !important;
  }
  .vw-sm-206 {
    width: 206vw !important;
  }
  .vh-sm-206 {
    height: 206vh !important;
  }
  .width-sm-206 {
    width: 206px !important;
  }
  .height-sm-206 {
    height: 206px !important;
  }
  .max-width-sm-206 {
    max-width: 206px !important;
  }
  .min-width-sm-206 {
    min-width: 206px !important;
  }
  .max-height-sm-206 {
    max-height: 206px !important;
  }
  .min-height-sm-206 {
    min-height: 206px !important;
  }
}
@media (max-width: 768px) {
  .w-md-206 {
    width: 206% !important;
  }
  .h-md-206 {
    height: 206% !important;
  }
  .max-w-md-206 {
    max-width: 206% !important;
  }
  .min-w-md-206 {
    min-width: 206% !important;
  }
  .max-h-md-206 {
    max-height: 206% !important;
  }
  .min-h-md-206 {
    min-height: 206% !important;
  }
  .min-md-vw-206 {
    min-width: 206vw !important;
  }
  .min-md-vh-206 {
    min-height: 206vh !important;
  }
  .vw-md-206 {
    width: 206vw !important;
  }
  .vh-md-206 {
    height: 206vh !important;
  }
  .width-md-206 {
    width: 206px !important;
  }
  .height-md-206 {
    height: 206px !important;
  }
  .max-width-md-206 {
    max-width: 206px !important;
  }
  .min-width-md-206 {
    min-width: 206px !important;
  }
  .max-height-md-206 {
    max-height: 206px !important;
  }
  .min-height-md-206 {
    min-height: 206px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-206 {
    width: 206% !important;
  }
  .h-lg-206 {
    height: 206% !important;
  }
  .max-w-lg-206 {
    max-width: 206% !important;
  }
  .min-w-lg-206 {
    min-width: 206% !important;
  }
  .max-h-lg-206 {
    max-height: 206% !important;
  }
  .min-h-lg-206 {
    min-height: 206% !important;
  }
  .min-lg-vw-206 {
    min-width: 206vw !important;
  }
  .min-lg-vh-206 {
    min-height: 206vh !important;
  }
  .vw-lg-206 {
    width: 206vw !important;
  }
  .vh-lg-206 {
    height: 206vh !important;
  }
  .width-lg-206 {
    width: 206px !important;
  }
  .height-lg-206 {
    height: 206px !important;
  }
  .max-width-lg-206 {
    max-width: 206px !important;
  }
  .min-width-lg-206 {
    min-width: 206px !important;
  }
  .max-height-lg-206 {
    max-height: 206px !important;
  }
  .min-height-lg-206 {
    min-height: 206px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-206 {
    width: 206% !important;
  }
  .h-xl-206 {
    height: 206% !important;
  }
  .max-w-xl-206 {
    max-width: 206% !important;
  }
  .min-w-xl-206 {
    min-width: 206% !important;
  }
  .max-h-xl-206 {
    max-height: 206% !important;
  }
  .min-h-xl-206 {
    min-height: 206% !important;
  }
  .min-xl-vw-206 {
    min-width: 206vw !important;
  }
  .min-xl-vh-206 {
    min-height: 206vh !important;
  }
  .vw-xl-206 {
    width: 206vw !important;
  }
  .vh-xl-206 {
    height: 206vh !important;
  }
  .width-xl-206 {
    width: 206px !important;
  }
  .height-xl-206 {
    height: 206px !important;
  }
  .max-width-xl-206 {
    max-width: 206px !important;
  }
  .min-width-xl-206 {
    min-width: 206px !important;
  }
  .max-height-xl-206 {
    max-height: 206px !important;
  }
  .min-height-xl-206 {
    min-height: 206px !important;
  }
}
.w-206 {
  width: 206% !important;
}

.h-206 {
  height: 206% !important;
}

.max-w-206 {
  max-width: 206% !important;
}

.min-w-206 {
  min-width: 206% !important;
}

.max-h-206 {
  max-height: 206% !important;
}

.min-h-206 {
  min-height: 206% !important;
}

.min-vw-206 {
  min-width: 206vw !important;
}

.min-vh-206 {
  min-height: 206vh !important;
}

.vw-206 {
  width: 206vw !important;
}

.vh-206 {
  height: 206vh !important;
}

.width-206 {
  width: 206px !important;
}

.height-206 {
  height: 206px !important;
}

.max-width-206 {
  max-width: 206px !important;
}

.min-width-206 {
  min-width: 206px !important;
}

.max-height-206 {
  max-height: 206px !important;
}

.min-height-206 {
  min-height: 206px !important;
}

@media (max-width: 576px) {
  .w-sm-207 {
    width: 207% !important;
  }
  .h-sm-207 {
    height: 207% !important;
  }
  .max-w-sm-207 {
    max-width: 207% !important;
  }
  .min-w-sm-207 {
    min-width: 207% !important;
  }
  .max-h-sm-207 {
    max-height: 207% !important;
  }
  .min-h-sm-207 {
    min-height: 207% !important;
  }
  .min-sm-vw-207 {
    min-width: 207vw !important;
  }
  .min-sm-vh-207 {
    min-height: 207vh !important;
  }
  .vw-sm-207 {
    width: 207vw !important;
  }
  .vh-sm-207 {
    height: 207vh !important;
  }
  .width-sm-207 {
    width: 207px !important;
  }
  .height-sm-207 {
    height: 207px !important;
  }
  .max-width-sm-207 {
    max-width: 207px !important;
  }
  .min-width-sm-207 {
    min-width: 207px !important;
  }
  .max-height-sm-207 {
    max-height: 207px !important;
  }
  .min-height-sm-207 {
    min-height: 207px !important;
  }
}
@media (max-width: 768px) {
  .w-md-207 {
    width: 207% !important;
  }
  .h-md-207 {
    height: 207% !important;
  }
  .max-w-md-207 {
    max-width: 207% !important;
  }
  .min-w-md-207 {
    min-width: 207% !important;
  }
  .max-h-md-207 {
    max-height: 207% !important;
  }
  .min-h-md-207 {
    min-height: 207% !important;
  }
  .min-md-vw-207 {
    min-width: 207vw !important;
  }
  .min-md-vh-207 {
    min-height: 207vh !important;
  }
  .vw-md-207 {
    width: 207vw !important;
  }
  .vh-md-207 {
    height: 207vh !important;
  }
  .width-md-207 {
    width: 207px !important;
  }
  .height-md-207 {
    height: 207px !important;
  }
  .max-width-md-207 {
    max-width: 207px !important;
  }
  .min-width-md-207 {
    min-width: 207px !important;
  }
  .max-height-md-207 {
    max-height: 207px !important;
  }
  .min-height-md-207 {
    min-height: 207px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-207 {
    width: 207% !important;
  }
  .h-lg-207 {
    height: 207% !important;
  }
  .max-w-lg-207 {
    max-width: 207% !important;
  }
  .min-w-lg-207 {
    min-width: 207% !important;
  }
  .max-h-lg-207 {
    max-height: 207% !important;
  }
  .min-h-lg-207 {
    min-height: 207% !important;
  }
  .min-lg-vw-207 {
    min-width: 207vw !important;
  }
  .min-lg-vh-207 {
    min-height: 207vh !important;
  }
  .vw-lg-207 {
    width: 207vw !important;
  }
  .vh-lg-207 {
    height: 207vh !important;
  }
  .width-lg-207 {
    width: 207px !important;
  }
  .height-lg-207 {
    height: 207px !important;
  }
  .max-width-lg-207 {
    max-width: 207px !important;
  }
  .min-width-lg-207 {
    min-width: 207px !important;
  }
  .max-height-lg-207 {
    max-height: 207px !important;
  }
  .min-height-lg-207 {
    min-height: 207px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-207 {
    width: 207% !important;
  }
  .h-xl-207 {
    height: 207% !important;
  }
  .max-w-xl-207 {
    max-width: 207% !important;
  }
  .min-w-xl-207 {
    min-width: 207% !important;
  }
  .max-h-xl-207 {
    max-height: 207% !important;
  }
  .min-h-xl-207 {
    min-height: 207% !important;
  }
  .min-xl-vw-207 {
    min-width: 207vw !important;
  }
  .min-xl-vh-207 {
    min-height: 207vh !important;
  }
  .vw-xl-207 {
    width: 207vw !important;
  }
  .vh-xl-207 {
    height: 207vh !important;
  }
  .width-xl-207 {
    width: 207px !important;
  }
  .height-xl-207 {
    height: 207px !important;
  }
  .max-width-xl-207 {
    max-width: 207px !important;
  }
  .min-width-xl-207 {
    min-width: 207px !important;
  }
  .max-height-xl-207 {
    max-height: 207px !important;
  }
  .min-height-xl-207 {
    min-height: 207px !important;
  }
}
.w-207 {
  width: 207% !important;
}

.h-207 {
  height: 207% !important;
}

.max-w-207 {
  max-width: 207% !important;
}

.min-w-207 {
  min-width: 207% !important;
}

.max-h-207 {
  max-height: 207% !important;
}

.min-h-207 {
  min-height: 207% !important;
}

.min-vw-207 {
  min-width: 207vw !important;
}

.min-vh-207 {
  min-height: 207vh !important;
}

.vw-207 {
  width: 207vw !important;
}

.vh-207 {
  height: 207vh !important;
}

.width-207 {
  width: 207px !important;
}

.height-207 {
  height: 207px !important;
}

.max-width-207 {
  max-width: 207px !important;
}

.min-width-207 {
  min-width: 207px !important;
}

.max-height-207 {
  max-height: 207px !important;
}

.min-height-207 {
  min-height: 207px !important;
}

@media (max-width: 576px) {
  .w-sm-208 {
    width: 208% !important;
  }
  .h-sm-208 {
    height: 208% !important;
  }
  .max-w-sm-208 {
    max-width: 208% !important;
  }
  .min-w-sm-208 {
    min-width: 208% !important;
  }
  .max-h-sm-208 {
    max-height: 208% !important;
  }
  .min-h-sm-208 {
    min-height: 208% !important;
  }
  .min-sm-vw-208 {
    min-width: 208vw !important;
  }
  .min-sm-vh-208 {
    min-height: 208vh !important;
  }
  .vw-sm-208 {
    width: 208vw !important;
  }
  .vh-sm-208 {
    height: 208vh !important;
  }
  .width-sm-208 {
    width: 208px !important;
  }
  .height-sm-208 {
    height: 208px !important;
  }
  .max-width-sm-208 {
    max-width: 208px !important;
  }
  .min-width-sm-208 {
    min-width: 208px !important;
  }
  .max-height-sm-208 {
    max-height: 208px !important;
  }
  .min-height-sm-208 {
    min-height: 208px !important;
  }
}
@media (max-width: 768px) {
  .w-md-208 {
    width: 208% !important;
  }
  .h-md-208 {
    height: 208% !important;
  }
  .max-w-md-208 {
    max-width: 208% !important;
  }
  .min-w-md-208 {
    min-width: 208% !important;
  }
  .max-h-md-208 {
    max-height: 208% !important;
  }
  .min-h-md-208 {
    min-height: 208% !important;
  }
  .min-md-vw-208 {
    min-width: 208vw !important;
  }
  .min-md-vh-208 {
    min-height: 208vh !important;
  }
  .vw-md-208 {
    width: 208vw !important;
  }
  .vh-md-208 {
    height: 208vh !important;
  }
  .width-md-208 {
    width: 208px !important;
  }
  .height-md-208 {
    height: 208px !important;
  }
  .max-width-md-208 {
    max-width: 208px !important;
  }
  .min-width-md-208 {
    min-width: 208px !important;
  }
  .max-height-md-208 {
    max-height: 208px !important;
  }
  .min-height-md-208 {
    min-height: 208px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-208 {
    width: 208% !important;
  }
  .h-lg-208 {
    height: 208% !important;
  }
  .max-w-lg-208 {
    max-width: 208% !important;
  }
  .min-w-lg-208 {
    min-width: 208% !important;
  }
  .max-h-lg-208 {
    max-height: 208% !important;
  }
  .min-h-lg-208 {
    min-height: 208% !important;
  }
  .min-lg-vw-208 {
    min-width: 208vw !important;
  }
  .min-lg-vh-208 {
    min-height: 208vh !important;
  }
  .vw-lg-208 {
    width: 208vw !important;
  }
  .vh-lg-208 {
    height: 208vh !important;
  }
  .width-lg-208 {
    width: 208px !important;
  }
  .height-lg-208 {
    height: 208px !important;
  }
  .max-width-lg-208 {
    max-width: 208px !important;
  }
  .min-width-lg-208 {
    min-width: 208px !important;
  }
  .max-height-lg-208 {
    max-height: 208px !important;
  }
  .min-height-lg-208 {
    min-height: 208px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-208 {
    width: 208% !important;
  }
  .h-xl-208 {
    height: 208% !important;
  }
  .max-w-xl-208 {
    max-width: 208% !important;
  }
  .min-w-xl-208 {
    min-width: 208% !important;
  }
  .max-h-xl-208 {
    max-height: 208% !important;
  }
  .min-h-xl-208 {
    min-height: 208% !important;
  }
  .min-xl-vw-208 {
    min-width: 208vw !important;
  }
  .min-xl-vh-208 {
    min-height: 208vh !important;
  }
  .vw-xl-208 {
    width: 208vw !important;
  }
  .vh-xl-208 {
    height: 208vh !important;
  }
  .width-xl-208 {
    width: 208px !important;
  }
  .height-xl-208 {
    height: 208px !important;
  }
  .max-width-xl-208 {
    max-width: 208px !important;
  }
  .min-width-xl-208 {
    min-width: 208px !important;
  }
  .max-height-xl-208 {
    max-height: 208px !important;
  }
  .min-height-xl-208 {
    min-height: 208px !important;
  }
}
.w-208 {
  width: 208% !important;
}

.h-208 {
  height: 208% !important;
}

.max-w-208 {
  max-width: 208% !important;
}

.min-w-208 {
  min-width: 208% !important;
}

.max-h-208 {
  max-height: 208% !important;
}

.min-h-208 {
  min-height: 208% !important;
}

.min-vw-208 {
  min-width: 208vw !important;
}

.min-vh-208 {
  min-height: 208vh !important;
}

.vw-208 {
  width: 208vw !important;
}

.vh-208 {
  height: 208vh !important;
}

.width-208 {
  width: 208px !important;
}

.height-208 {
  height: 208px !important;
}

.max-width-208 {
  max-width: 208px !important;
}

.min-width-208 {
  min-width: 208px !important;
}

.max-height-208 {
  max-height: 208px !important;
}

.min-height-208 {
  min-height: 208px !important;
}

@media (max-width: 576px) {
  .w-sm-209 {
    width: 209% !important;
  }
  .h-sm-209 {
    height: 209% !important;
  }
  .max-w-sm-209 {
    max-width: 209% !important;
  }
  .min-w-sm-209 {
    min-width: 209% !important;
  }
  .max-h-sm-209 {
    max-height: 209% !important;
  }
  .min-h-sm-209 {
    min-height: 209% !important;
  }
  .min-sm-vw-209 {
    min-width: 209vw !important;
  }
  .min-sm-vh-209 {
    min-height: 209vh !important;
  }
  .vw-sm-209 {
    width: 209vw !important;
  }
  .vh-sm-209 {
    height: 209vh !important;
  }
  .width-sm-209 {
    width: 209px !important;
  }
  .height-sm-209 {
    height: 209px !important;
  }
  .max-width-sm-209 {
    max-width: 209px !important;
  }
  .min-width-sm-209 {
    min-width: 209px !important;
  }
  .max-height-sm-209 {
    max-height: 209px !important;
  }
  .min-height-sm-209 {
    min-height: 209px !important;
  }
}
@media (max-width: 768px) {
  .w-md-209 {
    width: 209% !important;
  }
  .h-md-209 {
    height: 209% !important;
  }
  .max-w-md-209 {
    max-width: 209% !important;
  }
  .min-w-md-209 {
    min-width: 209% !important;
  }
  .max-h-md-209 {
    max-height: 209% !important;
  }
  .min-h-md-209 {
    min-height: 209% !important;
  }
  .min-md-vw-209 {
    min-width: 209vw !important;
  }
  .min-md-vh-209 {
    min-height: 209vh !important;
  }
  .vw-md-209 {
    width: 209vw !important;
  }
  .vh-md-209 {
    height: 209vh !important;
  }
  .width-md-209 {
    width: 209px !important;
  }
  .height-md-209 {
    height: 209px !important;
  }
  .max-width-md-209 {
    max-width: 209px !important;
  }
  .min-width-md-209 {
    min-width: 209px !important;
  }
  .max-height-md-209 {
    max-height: 209px !important;
  }
  .min-height-md-209 {
    min-height: 209px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-209 {
    width: 209% !important;
  }
  .h-lg-209 {
    height: 209% !important;
  }
  .max-w-lg-209 {
    max-width: 209% !important;
  }
  .min-w-lg-209 {
    min-width: 209% !important;
  }
  .max-h-lg-209 {
    max-height: 209% !important;
  }
  .min-h-lg-209 {
    min-height: 209% !important;
  }
  .min-lg-vw-209 {
    min-width: 209vw !important;
  }
  .min-lg-vh-209 {
    min-height: 209vh !important;
  }
  .vw-lg-209 {
    width: 209vw !important;
  }
  .vh-lg-209 {
    height: 209vh !important;
  }
  .width-lg-209 {
    width: 209px !important;
  }
  .height-lg-209 {
    height: 209px !important;
  }
  .max-width-lg-209 {
    max-width: 209px !important;
  }
  .min-width-lg-209 {
    min-width: 209px !important;
  }
  .max-height-lg-209 {
    max-height: 209px !important;
  }
  .min-height-lg-209 {
    min-height: 209px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-209 {
    width: 209% !important;
  }
  .h-xl-209 {
    height: 209% !important;
  }
  .max-w-xl-209 {
    max-width: 209% !important;
  }
  .min-w-xl-209 {
    min-width: 209% !important;
  }
  .max-h-xl-209 {
    max-height: 209% !important;
  }
  .min-h-xl-209 {
    min-height: 209% !important;
  }
  .min-xl-vw-209 {
    min-width: 209vw !important;
  }
  .min-xl-vh-209 {
    min-height: 209vh !important;
  }
  .vw-xl-209 {
    width: 209vw !important;
  }
  .vh-xl-209 {
    height: 209vh !important;
  }
  .width-xl-209 {
    width: 209px !important;
  }
  .height-xl-209 {
    height: 209px !important;
  }
  .max-width-xl-209 {
    max-width: 209px !important;
  }
  .min-width-xl-209 {
    min-width: 209px !important;
  }
  .max-height-xl-209 {
    max-height: 209px !important;
  }
  .min-height-xl-209 {
    min-height: 209px !important;
  }
}
.w-209 {
  width: 209% !important;
}

.h-209 {
  height: 209% !important;
}

.max-w-209 {
  max-width: 209% !important;
}

.min-w-209 {
  min-width: 209% !important;
}

.max-h-209 {
  max-height: 209% !important;
}

.min-h-209 {
  min-height: 209% !important;
}

.min-vw-209 {
  min-width: 209vw !important;
}

.min-vh-209 {
  min-height: 209vh !important;
}

.vw-209 {
  width: 209vw !important;
}

.vh-209 {
  height: 209vh !important;
}

.width-209 {
  width: 209px !important;
}

.height-209 {
  height: 209px !important;
}

.max-width-209 {
  max-width: 209px !important;
}

.min-width-209 {
  min-width: 209px !important;
}

.max-height-209 {
  max-height: 209px !important;
}

.min-height-209 {
  min-height: 209px !important;
}

@media (max-width: 576px) {
  .w-sm-210 {
    width: 210% !important;
  }
  .h-sm-210 {
    height: 210% !important;
  }
  .max-w-sm-210 {
    max-width: 210% !important;
  }
  .min-w-sm-210 {
    min-width: 210% !important;
  }
  .max-h-sm-210 {
    max-height: 210% !important;
  }
  .min-h-sm-210 {
    min-height: 210% !important;
  }
  .min-sm-vw-210 {
    min-width: 210vw !important;
  }
  .min-sm-vh-210 {
    min-height: 210vh !important;
  }
  .vw-sm-210 {
    width: 210vw !important;
  }
  .vh-sm-210 {
    height: 210vh !important;
  }
  .width-sm-210 {
    width: 210px !important;
  }
  .height-sm-210 {
    height: 210px !important;
  }
  .max-width-sm-210 {
    max-width: 210px !important;
  }
  .min-width-sm-210 {
    min-width: 210px !important;
  }
  .max-height-sm-210 {
    max-height: 210px !important;
  }
  .min-height-sm-210 {
    min-height: 210px !important;
  }
}
@media (max-width: 768px) {
  .w-md-210 {
    width: 210% !important;
  }
  .h-md-210 {
    height: 210% !important;
  }
  .max-w-md-210 {
    max-width: 210% !important;
  }
  .min-w-md-210 {
    min-width: 210% !important;
  }
  .max-h-md-210 {
    max-height: 210% !important;
  }
  .min-h-md-210 {
    min-height: 210% !important;
  }
  .min-md-vw-210 {
    min-width: 210vw !important;
  }
  .min-md-vh-210 {
    min-height: 210vh !important;
  }
  .vw-md-210 {
    width: 210vw !important;
  }
  .vh-md-210 {
    height: 210vh !important;
  }
  .width-md-210 {
    width: 210px !important;
  }
  .height-md-210 {
    height: 210px !important;
  }
  .max-width-md-210 {
    max-width: 210px !important;
  }
  .min-width-md-210 {
    min-width: 210px !important;
  }
  .max-height-md-210 {
    max-height: 210px !important;
  }
  .min-height-md-210 {
    min-height: 210px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-210 {
    width: 210% !important;
  }
  .h-lg-210 {
    height: 210% !important;
  }
  .max-w-lg-210 {
    max-width: 210% !important;
  }
  .min-w-lg-210 {
    min-width: 210% !important;
  }
  .max-h-lg-210 {
    max-height: 210% !important;
  }
  .min-h-lg-210 {
    min-height: 210% !important;
  }
  .min-lg-vw-210 {
    min-width: 210vw !important;
  }
  .min-lg-vh-210 {
    min-height: 210vh !important;
  }
  .vw-lg-210 {
    width: 210vw !important;
  }
  .vh-lg-210 {
    height: 210vh !important;
  }
  .width-lg-210 {
    width: 210px !important;
  }
  .height-lg-210 {
    height: 210px !important;
  }
  .max-width-lg-210 {
    max-width: 210px !important;
  }
  .min-width-lg-210 {
    min-width: 210px !important;
  }
  .max-height-lg-210 {
    max-height: 210px !important;
  }
  .min-height-lg-210 {
    min-height: 210px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-210 {
    width: 210% !important;
  }
  .h-xl-210 {
    height: 210% !important;
  }
  .max-w-xl-210 {
    max-width: 210% !important;
  }
  .min-w-xl-210 {
    min-width: 210% !important;
  }
  .max-h-xl-210 {
    max-height: 210% !important;
  }
  .min-h-xl-210 {
    min-height: 210% !important;
  }
  .min-xl-vw-210 {
    min-width: 210vw !important;
  }
  .min-xl-vh-210 {
    min-height: 210vh !important;
  }
  .vw-xl-210 {
    width: 210vw !important;
  }
  .vh-xl-210 {
    height: 210vh !important;
  }
  .width-xl-210 {
    width: 210px !important;
  }
  .height-xl-210 {
    height: 210px !important;
  }
  .max-width-xl-210 {
    max-width: 210px !important;
  }
  .min-width-xl-210 {
    min-width: 210px !important;
  }
  .max-height-xl-210 {
    max-height: 210px !important;
  }
  .min-height-xl-210 {
    min-height: 210px !important;
  }
}
.w-210 {
  width: 210% !important;
}

.h-210 {
  height: 210% !important;
}

.max-w-210 {
  max-width: 210% !important;
}

.min-w-210 {
  min-width: 210% !important;
}

.max-h-210 {
  max-height: 210% !important;
}

.min-h-210 {
  min-height: 210% !important;
}

.min-vw-210 {
  min-width: 210vw !important;
}

.min-vh-210 {
  min-height: 210vh !important;
}

.vw-210 {
  width: 210vw !important;
}

.vh-210 {
  height: 210vh !important;
}

.width-210 {
  width: 210px !important;
}

.height-210 {
  height: 210px !important;
}

.max-width-210 {
  max-width: 210px !important;
}

.min-width-210 {
  min-width: 210px !important;
}

.max-height-210 {
  max-height: 210px !important;
}

.min-height-210 {
  min-height: 210px !important;
}

@media (max-width: 576px) {
  .w-sm-211 {
    width: 211% !important;
  }
  .h-sm-211 {
    height: 211% !important;
  }
  .max-w-sm-211 {
    max-width: 211% !important;
  }
  .min-w-sm-211 {
    min-width: 211% !important;
  }
  .max-h-sm-211 {
    max-height: 211% !important;
  }
  .min-h-sm-211 {
    min-height: 211% !important;
  }
  .min-sm-vw-211 {
    min-width: 211vw !important;
  }
  .min-sm-vh-211 {
    min-height: 211vh !important;
  }
  .vw-sm-211 {
    width: 211vw !important;
  }
  .vh-sm-211 {
    height: 211vh !important;
  }
  .width-sm-211 {
    width: 211px !important;
  }
  .height-sm-211 {
    height: 211px !important;
  }
  .max-width-sm-211 {
    max-width: 211px !important;
  }
  .min-width-sm-211 {
    min-width: 211px !important;
  }
  .max-height-sm-211 {
    max-height: 211px !important;
  }
  .min-height-sm-211 {
    min-height: 211px !important;
  }
}
@media (max-width: 768px) {
  .w-md-211 {
    width: 211% !important;
  }
  .h-md-211 {
    height: 211% !important;
  }
  .max-w-md-211 {
    max-width: 211% !important;
  }
  .min-w-md-211 {
    min-width: 211% !important;
  }
  .max-h-md-211 {
    max-height: 211% !important;
  }
  .min-h-md-211 {
    min-height: 211% !important;
  }
  .min-md-vw-211 {
    min-width: 211vw !important;
  }
  .min-md-vh-211 {
    min-height: 211vh !important;
  }
  .vw-md-211 {
    width: 211vw !important;
  }
  .vh-md-211 {
    height: 211vh !important;
  }
  .width-md-211 {
    width: 211px !important;
  }
  .height-md-211 {
    height: 211px !important;
  }
  .max-width-md-211 {
    max-width: 211px !important;
  }
  .min-width-md-211 {
    min-width: 211px !important;
  }
  .max-height-md-211 {
    max-height: 211px !important;
  }
  .min-height-md-211 {
    min-height: 211px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-211 {
    width: 211% !important;
  }
  .h-lg-211 {
    height: 211% !important;
  }
  .max-w-lg-211 {
    max-width: 211% !important;
  }
  .min-w-lg-211 {
    min-width: 211% !important;
  }
  .max-h-lg-211 {
    max-height: 211% !important;
  }
  .min-h-lg-211 {
    min-height: 211% !important;
  }
  .min-lg-vw-211 {
    min-width: 211vw !important;
  }
  .min-lg-vh-211 {
    min-height: 211vh !important;
  }
  .vw-lg-211 {
    width: 211vw !important;
  }
  .vh-lg-211 {
    height: 211vh !important;
  }
  .width-lg-211 {
    width: 211px !important;
  }
  .height-lg-211 {
    height: 211px !important;
  }
  .max-width-lg-211 {
    max-width: 211px !important;
  }
  .min-width-lg-211 {
    min-width: 211px !important;
  }
  .max-height-lg-211 {
    max-height: 211px !important;
  }
  .min-height-lg-211 {
    min-height: 211px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-211 {
    width: 211% !important;
  }
  .h-xl-211 {
    height: 211% !important;
  }
  .max-w-xl-211 {
    max-width: 211% !important;
  }
  .min-w-xl-211 {
    min-width: 211% !important;
  }
  .max-h-xl-211 {
    max-height: 211% !important;
  }
  .min-h-xl-211 {
    min-height: 211% !important;
  }
  .min-xl-vw-211 {
    min-width: 211vw !important;
  }
  .min-xl-vh-211 {
    min-height: 211vh !important;
  }
  .vw-xl-211 {
    width: 211vw !important;
  }
  .vh-xl-211 {
    height: 211vh !important;
  }
  .width-xl-211 {
    width: 211px !important;
  }
  .height-xl-211 {
    height: 211px !important;
  }
  .max-width-xl-211 {
    max-width: 211px !important;
  }
  .min-width-xl-211 {
    min-width: 211px !important;
  }
  .max-height-xl-211 {
    max-height: 211px !important;
  }
  .min-height-xl-211 {
    min-height: 211px !important;
  }
}
.w-211 {
  width: 211% !important;
}

.h-211 {
  height: 211% !important;
}

.max-w-211 {
  max-width: 211% !important;
}

.min-w-211 {
  min-width: 211% !important;
}

.max-h-211 {
  max-height: 211% !important;
}

.min-h-211 {
  min-height: 211% !important;
}

.min-vw-211 {
  min-width: 211vw !important;
}

.min-vh-211 {
  min-height: 211vh !important;
}

.vw-211 {
  width: 211vw !important;
}

.vh-211 {
  height: 211vh !important;
}

.width-211 {
  width: 211px !important;
}

.height-211 {
  height: 211px !important;
}

.max-width-211 {
  max-width: 211px !important;
}

.min-width-211 {
  min-width: 211px !important;
}

.max-height-211 {
  max-height: 211px !important;
}

.min-height-211 {
  min-height: 211px !important;
}

@media (max-width: 576px) {
  .w-sm-212 {
    width: 212% !important;
  }
  .h-sm-212 {
    height: 212% !important;
  }
  .max-w-sm-212 {
    max-width: 212% !important;
  }
  .min-w-sm-212 {
    min-width: 212% !important;
  }
  .max-h-sm-212 {
    max-height: 212% !important;
  }
  .min-h-sm-212 {
    min-height: 212% !important;
  }
  .min-sm-vw-212 {
    min-width: 212vw !important;
  }
  .min-sm-vh-212 {
    min-height: 212vh !important;
  }
  .vw-sm-212 {
    width: 212vw !important;
  }
  .vh-sm-212 {
    height: 212vh !important;
  }
  .width-sm-212 {
    width: 212px !important;
  }
  .height-sm-212 {
    height: 212px !important;
  }
  .max-width-sm-212 {
    max-width: 212px !important;
  }
  .min-width-sm-212 {
    min-width: 212px !important;
  }
  .max-height-sm-212 {
    max-height: 212px !important;
  }
  .min-height-sm-212 {
    min-height: 212px !important;
  }
}
@media (max-width: 768px) {
  .w-md-212 {
    width: 212% !important;
  }
  .h-md-212 {
    height: 212% !important;
  }
  .max-w-md-212 {
    max-width: 212% !important;
  }
  .min-w-md-212 {
    min-width: 212% !important;
  }
  .max-h-md-212 {
    max-height: 212% !important;
  }
  .min-h-md-212 {
    min-height: 212% !important;
  }
  .min-md-vw-212 {
    min-width: 212vw !important;
  }
  .min-md-vh-212 {
    min-height: 212vh !important;
  }
  .vw-md-212 {
    width: 212vw !important;
  }
  .vh-md-212 {
    height: 212vh !important;
  }
  .width-md-212 {
    width: 212px !important;
  }
  .height-md-212 {
    height: 212px !important;
  }
  .max-width-md-212 {
    max-width: 212px !important;
  }
  .min-width-md-212 {
    min-width: 212px !important;
  }
  .max-height-md-212 {
    max-height: 212px !important;
  }
  .min-height-md-212 {
    min-height: 212px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-212 {
    width: 212% !important;
  }
  .h-lg-212 {
    height: 212% !important;
  }
  .max-w-lg-212 {
    max-width: 212% !important;
  }
  .min-w-lg-212 {
    min-width: 212% !important;
  }
  .max-h-lg-212 {
    max-height: 212% !important;
  }
  .min-h-lg-212 {
    min-height: 212% !important;
  }
  .min-lg-vw-212 {
    min-width: 212vw !important;
  }
  .min-lg-vh-212 {
    min-height: 212vh !important;
  }
  .vw-lg-212 {
    width: 212vw !important;
  }
  .vh-lg-212 {
    height: 212vh !important;
  }
  .width-lg-212 {
    width: 212px !important;
  }
  .height-lg-212 {
    height: 212px !important;
  }
  .max-width-lg-212 {
    max-width: 212px !important;
  }
  .min-width-lg-212 {
    min-width: 212px !important;
  }
  .max-height-lg-212 {
    max-height: 212px !important;
  }
  .min-height-lg-212 {
    min-height: 212px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-212 {
    width: 212% !important;
  }
  .h-xl-212 {
    height: 212% !important;
  }
  .max-w-xl-212 {
    max-width: 212% !important;
  }
  .min-w-xl-212 {
    min-width: 212% !important;
  }
  .max-h-xl-212 {
    max-height: 212% !important;
  }
  .min-h-xl-212 {
    min-height: 212% !important;
  }
  .min-xl-vw-212 {
    min-width: 212vw !important;
  }
  .min-xl-vh-212 {
    min-height: 212vh !important;
  }
  .vw-xl-212 {
    width: 212vw !important;
  }
  .vh-xl-212 {
    height: 212vh !important;
  }
  .width-xl-212 {
    width: 212px !important;
  }
  .height-xl-212 {
    height: 212px !important;
  }
  .max-width-xl-212 {
    max-width: 212px !important;
  }
  .min-width-xl-212 {
    min-width: 212px !important;
  }
  .max-height-xl-212 {
    max-height: 212px !important;
  }
  .min-height-xl-212 {
    min-height: 212px !important;
  }
}
.w-212 {
  width: 212% !important;
}

.h-212 {
  height: 212% !important;
}

.max-w-212 {
  max-width: 212% !important;
}

.min-w-212 {
  min-width: 212% !important;
}

.max-h-212 {
  max-height: 212% !important;
}

.min-h-212 {
  min-height: 212% !important;
}

.min-vw-212 {
  min-width: 212vw !important;
}

.min-vh-212 {
  min-height: 212vh !important;
}

.vw-212 {
  width: 212vw !important;
}

.vh-212 {
  height: 212vh !important;
}

.width-212 {
  width: 212px !important;
}

.height-212 {
  height: 212px !important;
}

.max-width-212 {
  max-width: 212px !important;
}

.min-width-212 {
  min-width: 212px !important;
}

.max-height-212 {
  max-height: 212px !important;
}

.min-height-212 {
  min-height: 212px !important;
}

@media (max-width: 576px) {
  .w-sm-213 {
    width: 213% !important;
  }
  .h-sm-213 {
    height: 213% !important;
  }
  .max-w-sm-213 {
    max-width: 213% !important;
  }
  .min-w-sm-213 {
    min-width: 213% !important;
  }
  .max-h-sm-213 {
    max-height: 213% !important;
  }
  .min-h-sm-213 {
    min-height: 213% !important;
  }
  .min-sm-vw-213 {
    min-width: 213vw !important;
  }
  .min-sm-vh-213 {
    min-height: 213vh !important;
  }
  .vw-sm-213 {
    width: 213vw !important;
  }
  .vh-sm-213 {
    height: 213vh !important;
  }
  .width-sm-213 {
    width: 213px !important;
  }
  .height-sm-213 {
    height: 213px !important;
  }
  .max-width-sm-213 {
    max-width: 213px !important;
  }
  .min-width-sm-213 {
    min-width: 213px !important;
  }
  .max-height-sm-213 {
    max-height: 213px !important;
  }
  .min-height-sm-213 {
    min-height: 213px !important;
  }
}
@media (max-width: 768px) {
  .w-md-213 {
    width: 213% !important;
  }
  .h-md-213 {
    height: 213% !important;
  }
  .max-w-md-213 {
    max-width: 213% !important;
  }
  .min-w-md-213 {
    min-width: 213% !important;
  }
  .max-h-md-213 {
    max-height: 213% !important;
  }
  .min-h-md-213 {
    min-height: 213% !important;
  }
  .min-md-vw-213 {
    min-width: 213vw !important;
  }
  .min-md-vh-213 {
    min-height: 213vh !important;
  }
  .vw-md-213 {
    width: 213vw !important;
  }
  .vh-md-213 {
    height: 213vh !important;
  }
  .width-md-213 {
    width: 213px !important;
  }
  .height-md-213 {
    height: 213px !important;
  }
  .max-width-md-213 {
    max-width: 213px !important;
  }
  .min-width-md-213 {
    min-width: 213px !important;
  }
  .max-height-md-213 {
    max-height: 213px !important;
  }
  .min-height-md-213 {
    min-height: 213px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-213 {
    width: 213% !important;
  }
  .h-lg-213 {
    height: 213% !important;
  }
  .max-w-lg-213 {
    max-width: 213% !important;
  }
  .min-w-lg-213 {
    min-width: 213% !important;
  }
  .max-h-lg-213 {
    max-height: 213% !important;
  }
  .min-h-lg-213 {
    min-height: 213% !important;
  }
  .min-lg-vw-213 {
    min-width: 213vw !important;
  }
  .min-lg-vh-213 {
    min-height: 213vh !important;
  }
  .vw-lg-213 {
    width: 213vw !important;
  }
  .vh-lg-213 {
    height: 213vh !important;
  }
  .width-lg-213 {
    width: 213px !important;
  }
  .height-lg-213 {
    height: 213px !important;
  }
  .max-width-lg-213 {
    max-width: 213px !important;
  }
  .min-width-lg-213 {
    min-width: 213px !important;
  }
  .max-height-lg-213 {
    max-height: 213px !important;
  }
  .min-height-lg-213 {
    min-height: 213px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-213 {
    width: 213% !important;
  }
  .h-xl-213 {
    height: 213% !important;
  }
  .max-w-xl-213 {
    max-width: 213% !important;
  }
  .min-w-xl-213 {
    min-width: 213% !important;
  }
  .max-h-xl-213 {
    max-height: 213% !important;
  }
  .min-h-xl-213 {
    min-height: 213% !important;
  }
  .min-xl-vw-213 {
    min-width: 213vw !important;
  }
  .min-xl-vh-213 {
    min-height: 213vh !important;
  }
  .vw-xl-213 {
    width: 213vw !important;
  }
  .vh-xl-213 {
    height: 213vh !important;
  }
  .width-xl-213 {
    width: 213px !important;
  }
  .height-xl-213 {
    height: 213px !important;
  }
  .max-width-xl-213 {
    max-width: 213px !important;
  }
  .min-width-xl-213 {
    min-width: 213px !important;
  }
  .max-height-xl-213 {
    max-height: 213px !important;
  }
  .min-height-xl-213 {
    min-height: 213px !important;
  }
}
.w-213 {
  width: 213% !important;
}

.h-213 {
  height: 213% !important;
}

.max-w-213 {
  max-width: 213% !important;
}

.min-w-213 {
  min-width: 213% !important;
}

.max-h-213 {
  max-height: 213% !important;
}

.min-h-213 {
  min-height: 213% !important;
}

.min-vw-213 {
  min-width: 213vw !important;
}

.min-vh-213 {
  min-height: 213vh !important;
}

.vw-213 {
  width: 213vw !important;
}

.vh-213 {
  height: 213vh !important;
}

.width-213 {
  width: 213px !important;
}

.height-213 {
  height: 213px !important;
}

.max-width-213 {
  max-width: 213px !important;
}

.min-width-213 {
  min-width: 213px !important;
}

.max-height-213 {
  max-height: 213px !important;
}

.min-height-213 {
  min-height: 213px !important;
}

@media (max-width: 576px) {
  .w-sm-214 {
    width: 214% !important;
  }
  .h-sm-214 {
    height: 214% !important;
  }
  .max-w-sm-214 {
    max-width: 214% !important;
  }
  .min-w-sm-214 {
    min-width: 214% !important;
  }
  .max-h-sm-214 {
    max-height: 214% !important;
  }
  .min-h-sm-214 {
    min-height: 214% !important;
  }
  .min-sm-vw-214 {
    min-width: 214vw !important;
  }
  .min-sm-vh-214 {
    min-height: 214vh !important;
  }
  .vw-sm-214 {
    width: 214vw !important;
  }
  .vh-sm-214 {
    height: 214vh !important;
  }
  .width-sm-214 {
    width: 214px !important;
  }
  .height-sm-214 {
    height: 214px !important;
  }
  .max-width-sm-214 {
    max-width: 214px !important;
  }
  .min-width-sm-214 {
    min-width: 214px !important;
  }
  .max-height-sm-214 {
    max-height: 214px !important;
  }
  .min-height-sm-214 {
    min-height: 214px !important;
  }
}
@media (max-width: 768px) {
  .w-md-214 {
    width: 214% !important;
  }
  .h-md-214 {
    height: 214% !important;
  }
  .max-w-md-214 {
    max-width: 214% !important;
  }
  .min-w-md-214 {
    min-width: 214% !important;
  }
  .max-h-md-214 {
    max-height: 214% !important;
  }
  .min-h-md-214 {
    min-height: 214% !important;
  }
  .min-md-vw-214 {
    min-width: 214vw !important;
  }
  .min-md-vh-214 {
    min-height: 214vh !important;
  }
  .vw-md-214 {
    width: 214vw !important;
  }
  .vh-md-214 {
    height: 214vh !important;
  }
  .width-md-214 {
    width: 214px !important;
  }
  .height-md-214 {
    height: 214px !important;
  }
  .max-width-md-214 {
    max-width: 214px !important;
  }
  .min-width-md-214 {
    min-width: 214px !important;
  }
  .max-height-md-214 {
    max-height: 214px !important;
  }
  .min-height-md-214 {
    min-height: 214px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-214 {
    width: 214% !important;
  }
  .h-lg-214 {
    height: 214% !important;
  }
  .max-w-lg-214 {
    max-width: 214% !important;
  }
  .min-w-lg-214 {
    min-width: 214% !important;
  }
  .max-h-lg-214 {
    max-height: 214% !important;
  }
  .min-h-lg-214 {
    min-height: 214% !important;
  }
  .min-lg-vw-214 {
    min-width: 214vw !important;
  }
  .min-lg-vh-214 {
    min-height: 214vh !important;
  }
  .vw-lg-214 {
    width: 214vw !important;
  }
  .vh-lg-214 {
    height: 214vh !important;
  }
  .width-lg-214 {
    width: 214px !important;
  }
  .height-lg-214 {
    height: 214px !important;
  }
  .max-width-lg-214 {
    max-width: 214px !important;
  }
  .min-width-lg-214 {
    min-width: 214px !important;
  }
  .max-height-lg-214 {
    max-height: 214px !important;
  }
  .min-height-lg-214 {
    min-height: 214px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-214 {
    width: 214% !important;
  }
  .h-xl-214 {
    height: 214% !important;
  }
  .max-w-xl-214 {
    max-width: 214% !important;
  }
  .min-w-xl-214 {
    min-width: 214% !important;
  }
  .max-h-xl-214 {
    max-height: 214% !important;
  }
  .min-h-xl-214 {
    min-height: 214% !important;
  }
  .min-xl-vw-214 {
    min-width: 214vw !important;
  }
  .min-xl-vh-214 {
    min-height: 214vh !important;
  }
  .vw-xl-214 {
    width: 214vw !important;
  }
  .vh-xl-214 {
    height: 214vh !important;
  }
  .width-xl-214 {
    width: 214px !important;
  }
  .height-xl-214 {
    height: 214px !important;
  }
  .max-width-xl-214 {
    max-width: 214px !important;
  }
  .min-width-xl-214 {
    min-width: 214px !important;
  }
  .max-height-xl-214 {
    max-height: 214px !important;
  }
  .min-height-xl-214 {
    min-height: 214px !important;
  }
}
.w-214 {
  width: 214% !important;
}

.h-214 {
  height: 214% !important;
}

.max-w-214 {
  max-width: 214% !important;
}

.min-w-214 {
  min-width: 214% !important;
}

.max-h-214 {
  max-height: 214% !important;
}

.min-h-214 {
  min-height: 214% !important;
}

.min-vw-214 {
  min-width: 214vw !important;
}

.min-vh-214 {
  min-height: 214vh !important;
}

.vw-214 {
  width: 214vw !important;
}

.vh-214 {
  height: 214vh !important;
}

.width-214 {
  width: 214px !important;
}

.height-214 {
  height: 214px !important;
}

.max-width-214 {
  max-width: 214px !important;
}

.min-width-214 {
  min-width: 214px !important;
}

.max-height-214 {
  max-height: 214px !important;
}

.min-height-214 {
  min-height: 214px !important;
}

@media (max-width: 576px) {
  .w-sm-215 {
    width: 215% !important;
  }
  .h-sm-215 {
    height: 215% !important;
  }
  .max-w-sm-215 {
    max-width: 215% !important;
  }
  .min-w-sm-215 {
    min-width: 215% !important;
  }
  .max-h-sm-215 {
    max-height: 215% !important;
  }
  .min-h-sm-215 {
    min-height: 215% !important;
  }
  .min-sm-vw-215 {
    min-width: 215vw !important;
  }
  .min-sm-vh-215 {
    min-height: 215vh !important;
  }
  .vw-sm-215 {
    width: 215vw !important;
  }
  .vh-sm-215 {
    height: 215vh !important;
  }
  .width-sm-215 {
    width: 215px !important;
  }
  .height-sm-215 {
    height: 215px !important;
  }
  .max-width-sm-215 {
    max-width: 215px !important;
  }
  .min-width-sm-215 {
    min-width: 215px !important;
  }
  .max-height-sm-215 {
    max-height: 215px !important;
  }
  .min-height-sm-215 {
    min-height: 215px !important;
  }
}
@media (max-width: 768px) {
  .w-md-215 {
    width: 215% !important;
  }
  .h-md-215 {
    height: 215% !important;
  }
  .max-w-md-215 {
    max-width: 215% !important;
  }
  .min-w-md-215 {
    min-width: 215% !important;
  }
  .max-h-md-215 {
    max-height: 215% !important;
  }
  .min-h-md-215 {
    min-height: 215% !important;
  }
  .min-md-vw-215 {
    min-width: 215vw !important;
  }
  .min-md-vh-215 {
    min-height: 215vh !important;
  }
  .vw-md-215 {
    width: 215vw !important;
  }
  .vh-md-215 {
    height: 215vh !important;
  }
  .width-md-215 {
    width: 215px !important;
  }
  .height-md-215 {
    height: 215px !important;
  }
  .max-width-md-215 {
    max-width: 215px !important;
  }
  .min-width-md-215 {
    min-width: 215px !important;
  }
  .max-height-md-215 {
    max-height: 215px !important;
  }
  .min-height-md-215 {
    min-height: 215px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-215 {
    width: 215% !important;
  }
  .h-lg-215 {
    height: 215% !important;
  }
  .max-w-lg-215 {
    max-width: 215% !important;
  }
  .min-w-lg-215 {
    min-width: 215% !important;
  }
  .max-h-lg-215 {
    max-height: 215% !important;
  }
  .min-h-lg-215 {
    min-height: 215% !important;
  }
  .min-lg-vw-215 {
    min-width: 215vw !important;
  }
  .min-lg-vh-215 {
    min-height: 215vh !important;
  }
  .vw-lg-215 {
    width: 215vw !important;
  }
  .vh-lg-215 {
    height: 215vh !important;
  }
  .width-lg-215 {
    width: 215px !important;
  }
  .height-lg-215 {
    height: 215px !important;
  }
  .max-width-lg-215 {
    max-width: 215px !important;
  }
  .min-width-lg-215 {
    min-width: 215px !important;
  }
  .max-height-lg-215 {
    max-height: 215px !important;
  }
  .min-height-lg-215 {
    min-height: 215px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-215 {
    width: 215% !important;
  }
  .h-xl-215 {
    height: 215% !important;
  }
  .max-w-xl-215 {
    max-width: 215% !important;
  }
  .min-w-xl-215 {
    min-width: 215% !important;
  }
  .max-h-xl-215 {
    max-height: 215% !important;
  }
  .min-h-xl-215 {
    min-height: 215% !important;
  }
  .min-xl-vw-215 {
    min-width: 215vw !important;
  }
  .min-xl-vh-215 {
    min-height: 215vh !important;
  }
  .vw-xl-215 {
    width: 215vw !important;
  }
  .vh-xl-215 {
    height: 215vh !important;
  }
  .width-xl-215 {
    width: 215px !important;
  }
  .height-xl-215 {
    height: 215px !important;
  }
  .max-width-xl-215 {
    max-width: 215px !important;
  }
  .min-width-xl-215 {
    min-width: 215px !important;
  }
  .max-height-xl-215 {
    max-height: 215px !important;
  }
  .min-height-xl-215 {
    min-height: 215px !important;
  }
}
.w-215 {
  width: 215% !important;
}

.h-215 {
  height: 215% !important;
}

.max-w-215 {
  max-width: 215% !important;
}

.min-w-215 {
  min-width: 215% !important;
}

.max-h-215 {
  max-height: 215% !important;
}

.min-h-215 {
  min-height: 215% !important;
}

.min-vw-215 {
  min-width: 215vw !important;
}

.min-vh-215 {
  min-height: 215vh !important;
}

.vw-215 {
  width: 215vw !important;
}

.vh-215 {
  height: 215vh !important;
}

.width-215 {
  width: 215px !important;
}

.height-215 {
  height: 215px !important;
}

.max-width-215 {
  max-width: 215px !important;
}

.min-width-215 {
  min-width: 215px !important;
}

.max-height-215 {
  max-height: 215px !important;
}

.min-height-215 {
  min-height: 215px !important;
}

@media (max-width: 576px) {
  .w-sm-216 {
    width: 216% !important;
  }
  .h-sm-216 {
    height: 216% !important;
  }
  .max-w-sm-216 {
    max-width: 216% !important;
  }
  .min-w-sm-216 {
    min-width: 216% !important;
  }
  .max-h-sm-216 {
    max-height: 216% !important;
  }
  .min-h-sm-216 {
    min-height: 216% !important;
  }
  .min-sm-vw-216 {
    min-width: 216vw !important;
  }
  .min-sm-vh-216 {
    min-height: 216vh !important;
  }
  .vw-sm-216 {
    width: 216vw !important;
  }
  .vh-sm-216 {
    height: 216vh !important;
  }
  .width-sm-216 {
    width: 216px !important;
  }
  .height-sm-216 {
    height: 216px !important;
  }
  .max-width-sm-216 {
    max-width: 216px !important;
  }
  .min-width-sm-216 {
    min-width: 216px !important;
  }
  .max-height-sm-216 {
    max-height: 216px !important;
  }
  .min-height-sm-216 {
    min-height: 216px !important;
  }
}
@media (max-width: 768px) {
  .w-md-216 {
    width: 216% !important;
  }
  .h-md-216 {
    height: 216% !important;
  }
  .max-w-md-216 {
    max-width: 216% !important;
  }
  .min-w-md-216 {
    min-width: 216% !important;
  }
  .max-h-md-216 {
    max-height: 216% !important;
  }
  .min-h-md-216 {
    min-height: 216% !important;
  }
  .min-md-vw-216 {
    min-width: 216vw !important;
  }
  .min-md-vh-216 {
    min-height: 216vh !important;
  }
  .vw-md-216 {
    width: 216vw !important;
  }
  .vh-md-216 {
    height: 216vh !important;
  }
  .width-md-216 {
    width: 216px !important;
  }
  .height-md-216 {
    height: 216px !important;
  }
  .max-width-md-216 {
    max-width: 216px !important;
  }
  .min-width-md-216 {
    min-width: 216px !important;
  }
  .max-height-md-216 {
    max-height: 216px !important;
  }
  .min-height-md-216 {
    min-height: 216px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-216 {
    width: 216% !important;
  }
  .h-lg-216 {
    height: 216% !important;
  }
  .max-w-lg-216 {
    max-width: 216% !important;
  }
  .min-w-lg-216 {
    min-width: 216% !important;
  }
  .max-h-lg-216 {
    max-height: 216% !important;
  }
  .min-h-lg-216 {
    min-height: 216% !important;
  }
  .min-lg-vw-216 {
    min-width: 216vw !important;
  }
  .min-lg-vh-216 {
    min-height: 216vh !important;
  }
  .vw-lg-216 {
    width: 216vw !important;
  }
  .vh-lg-216 {
    height: 216vh !important;
  }
  .width-lg-216 {
    width: 216px !important;
  }
  .height-lg-216 {
    height: 216px !important;
  }
  .max-width-lg-216 {
    max-width: 216px !important;
  }
  .min-width-lg-216 {
    min-width: 216px !important;
  }
  .max-height-lg-216 {
    max-height: 216px !important;
  }
  .min-height-lg-216 {
    min-height: 216px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-216 {
    width: 216% !important;
  }
  .h-xl-216 {
    height: 216% !important;
  }
  .max-w-xl-216 {
    max-width: 216% !important;
  }
  .min-w-xl-216 {
    min-width: 216% !important;
  }
  .max-h-xl-216 {
    max-height: 216% !important;
  }
  .min-h-xl-216 {
    min-height: 216% !important;
  }
  .min-xl-vw-216 {
    min-width: 216vw !important;
  }
  .min-xl-vh-216 {
    min-height: 216vh !important;
  }
  .vw-xl-216 {
    width: 216vw !important;
  }
  .vh-xl-216 {
    height: 216vh !important;
  }
  .width-xl-216 {
    width: 216px !important;
  }
  .height-xl-216 {
    height: 216px !important;
  }
  .max-width-xl-216 {
    max-width: 216px !important;
  }
  .min-width-xl-216 {
    min-width: 216px !important;
  }
  .max-height-xl-216 {
    max-height: 216px !important;
  }
  .min-height-xl-216 {
    min-height: 216px !important;
  }
}
.w-216 {
  width: 216% !important;
}

.h-216 {
  height: 216% !important;
}

.max-w-216 {
  max-width: 216% !important;
}

.min-w-216 {
  min-width: 216% !important;
}

.max-h-216 {
  max-height: 216% !important;
}

.min-h-216 {
  min-height: 216% !important;
}

.min-vw-216 {
  min-width: 216vw !important;
}

.min-vh-216 {
  min-height: 216vh !important;
}

.vw-216 {
  width: 216vw !important;
}

.vh-216 {
  height: 216vh !important;
}

.width-216 {
  width: 216px !important;
}

.height-216 {
  height: 216px !important;
}

.max-width-216 {
  max-width: 216px !important;
}

.min-width-216 {
  min-width: 216px !important;
}

.max-height-216 {
  max-height: 216px !important;
}

.min-height-216 {
  min-height: 216px !important;
}

@media (max-width: 576px) {
  .w-sm-217 {
    width: 217% !important;
  }
  .h-sm-217 {
    height: 217% !important;
  }
  .max-w-sm-217 {
    max-width: 217% !important;
  }
  .min-w-sm-217 {
    min-width: 217% !important;
  }
  .max-h-sm-217 {
    max-height: 217% !important;
  }
  .min-h-sm-217 {
    min-height: 217% !important;
  }
  .min-sm-vw-217 {
    min-width: 217vw !important;
  }
  .min-sm-vh-217 {
    min-height: 217vh !important;
  }
  .vw-sm-217 {
    width: 217vw !important;
  }
  .vh-sm-217 {
    height: 217vh !important;
  }
  .width-sm-217 {
    width: 217px !important;
  }
  .height-sm-217 {
    height: 217px !important;
  }
  .max-width-sm-217 {
    max-width: 217px !important;
  }
  .min-width-sm-217 {
    min-width: 217px !important;
  }
  .max-height-sm-217 {
    max-height: 217px !important;
  }
  .min-height-sm-217 {
    min-height: 217px !important;
  }
}
@media (max-width: 768px) {
  .w-md-217 {
    width: 217% !important;
  }
  .h-md-217 {
    height: 217% !important;
  }
  .max-w-md-217 {
    max-width: 217% !important;
  }
  .min-w-md-217 {
    min-width: 217% !important;
  }
  .max-h-md-217 {
    max-height: 217% !important;
  }
  .min-h-md-217 {
    min-height: 217% !important;
  }
  .min-md-vw-217 {
    min-width: 217vw !important;
  }
  .min-md-vh-217 {
    min-height: 217vh !important;
  }
  .vw-md-217 {
    width: 217vw !important;
  }
  .vh-md-217 {
    height: 217vh !important;
  }
  .width-md-217 {
    width: 217px !important;
  }
  .height-md-217 {
    height: 217px !important;
  }
  .max-width-md-217 {
    max-width: 217px !important;
  }
  .min-width-md-217 {
    min-width: 217px !important;
  }
  .max-height-md-217 {
    max-height: 217px !important;
  }
  .min-height-md-217 {
    min-height: 217px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-217 {
    width: 217% !important;
  }
  .h-lg-217 {
    height: 217% !important;
  }
  .max-w-lg-217 {
    max-width: 217% !important;
  }
  .min-w-lg-217 {
    min-width: 217% !important;
  }
  .max-h-lg-217 {
    max-height: 217% !important;
  }
  .min-h-lg-217 {
    min-height: 217% !important;
  }
  .min-lg-vw-217 {
    min-width: 217vw !important;
  }
  .min-lg-vh-217 {
    min-height: 217vh !important;
  }
  .vw-lg-217 {
    width: 217vw !important;
  }
  .vh-lg-217 {
    height: 217vh !important;
  }
  .width-lg-217 {
    width: 217px !important;
  }
  .height-lg-217 {
    height: 217px !important;
  }
  .max-width-lg-217 {
    max-width: 217px !important;
  }
  .min-width-lg-217 {
    min-width: 217px !important;
  }
  .max-height-lg-217 {
    max-height: 217px !important;
  }
  .min-height-lg-217 {
    min-height: 217px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-217 {
    width: 217% !important;
  }
  .h-xl-217 {
    height: 217% !important;
  }
  .max-w-xl-217 {
    max-width: 217% !important;
  }
  .min-w-xl-217 {
    min-width: 217% !important;
  }
  .max-h-xl-217 {
    max-height: 217% !important;
  }
  .min-h-xl-217 {
    min-height: 217% !important;
  }
  .min-xl-vw-217 {
    min-width: 217vw !important;
  }
  .min-xl-vh-217 {
    min-height: 217vh !important;
  }
  .vw-xl-217 {
    width: 217vw !important;
  }
  .vh-xl-217 {
    height: 217vh !important;
  }
  .width-xl-217 {
    width: 217px !important;
  }
  .height-xl-217 {
    height: 217px !important;
  }
  .max-width-xl-217 {
    max-width: 217px !important;
  }
  .min-width-xl-217 {
    min-width: 217px !important;
  }
  .max-height-xl-217 {
    max-height: 217px !important;
  }
  .min-height-xl-217 {
    min-height: 217px !important;
  }
}
.w-217 {
  width: 217% !important;
}

.h-217 {
  height: 217% !important;
}

.max-w-217 {
  max-width: 217% !important;
}

.min-w-217 {
  min-width: 217% !important;
}

.max-h-217 {
  max-height: 217% !important;
}

.min-h-217 {
  min-height: 217% !important;
}

.min-vw-217 {
  min-width: 217vw !important;
}

.min-vh-217 {
  min-height: 217vh !important;
}

.vw-217 {
  width: 217vw !important;
}

.vh-217 {
  height: 217vh !important;
}

.width-217 {
  width: 217px !important;
}

.height-217 {
  height: 217px !important;
}

.max-width-217 {
  max-width: 217px !important;
}

.min-width-217 {
  min-width: 217px !important;
}

.max-height-217 {
  max-height: 217px !important;
}

.min-height-217 {
  min-height: 217px !important;
}

@media (max-width: 576px) {
  .w-sm-218 {
    width: 218% !important;
  }
  .h-sm-218 {
    height: 218% !important;
  }
  .max-w-sm-218 {
    max-width: 218% !important;
  }
  .min-w-sm-218 {
    min-width: 218% !important;
  }
  .max-h-sm-218 {
    max-height: 218% !important;
  }
  .min-h-sm-218 {
    min-height: 218% !important;
  }
  .min-sm-vw-218 {
    min-width: 218vw !important;
  }
  .min-sm-vh-218 {
    min-height: 218vh !important;
  }
  .vw-sm-218 {
    width: 218vw !important;
  }
  .vh-sm-218 {
    height: 218vh !important;
  }
  .width-sm-218 {
    width: 218px !important;
  }
  .height-sm-218 {
    height: 218px !important;
  }
  .max-width-sm-218 {
    max-width: 218px !important;
  }
  .min-width-sm-218 {
    min-width: 218px !important;
  }
  .max-height-sm-218 {
    max-height: 218px !important;
  }
  .min-height-sm-218 {
    min-height: 218px !important;
  }
}
@media (max-width: 768px) {
  .w-md-218 {
    width: 218% !important;
  }
  .h-md-218 {
    height: 218% !important;
  }
  .max-w-md-218 {
    max-width: 218% !important;
  }
  .min-w-md-218 {
    min-width: 218% !important;
  }
  .max-h-md-218 {
    max-height: 218% !important;
  }
  .min-h-md-218 {
    min-height: 218% !important;
  }
  .min-md-vw-218 {
    min-width: 218vw !important;
  }
  .min-md-vh-218 {
    min-height: 218vh !important;
  }
  .vw-md-218 {
    width: 218vw !important;
  }
  .vh-md-218 {
    height: 218vh !important;
  }
  .width-md-218 {
    width: 218px !important;
  }
  .height-md-218 {
    height: 218px !important;
  }
  .max-width-md-218 {
    max-width: 218px !important;
  }
  .min-width-md-218 {
    min-width: 218px !important;
  }
  .max-height-md-218 {
    max-height: 218px !important;
  }
  .min-height-md-218 {
    min-height: 218px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-218 {
    width: 218% !important;
  }
  .h-lg-218 {
    height: 218% !important;
  }
  .max-w-lg-218 {
    max-width: 218% !important;
  }
  .min-w-lg-218 {
    min-width: 218% !important;
  }
  .max-h-lg-218 {
    max-height: 218% !important;
  }
  .min-h-lg-218 {
    min-height: 218% !important;
  }
  .min-lg-vw-218 {
    min-width: 218vw !important;
  }
  .min-lg-vh-218 {
    min-height: 218vh !important;
  }
  .vw-lg-218 {
    width: 218vw !important;
  }
  .vh-lg-218 {
    height: 218vh !important;
  }
  .width-lg-218 {
    width: 218px !important;
  }
  .height-lg-218 {
    height: 218px !important;
  }
  .max-width-lg-218 {
    max-width: 218px !important;
  }
  .min-width-lg-218 {
    min-width: 218px !important;
  }
  .max-height-lg-218 {
    max-height: 218px !important;
  }
  .min-height-lg-218 {
    min-height: 218px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-218 {
    width: 218% !important;
  }
  .h-xl-218 {
    height: 218% !important;
  }
  .max-w-xl-218 {
    max-width: 218% !important;
  }
  .min-w-xl-218 {
    min-width: 218% !important;
  }
  .max-h-xl-218 {
    max-height: 218% !important;
  }
  .min-h-xl-218 {
    min-height: 218% !important;
  }
  .min-xl-vw-218 {
    min-width: 218vw !important;
  }
  .min-xl-vh-218 {
    min-height: 218vh !important;
  }
  .vw-xl-218 {
    width: 218vw !important;
  }
  .vh-xl-218 {
    height: 218vh !important;
  }
  .width-xl-218 {
    width: 218px !important;
  }
  .height-xl-218 {
    height: 218px !important;
  }
  .max-width-xl-218 {
    max-width: 218px !important;
  }
  .min-width-xl-218 {
    min-width: 218px !important;
  }
  .max-height-xl-218 {
    max-height: 218px !important;
  }
  .min-height-xl-218 {
    min-height: 218px !important;
  }
}
.w-218 {
  width: 218% !important;
}

.h-218 {
  height: 218% !important;
}

.max-w-218 {
  max-width: 218% !important;
}

.min-w-218 {
  min-width: 218% !important;
}

.max-h-218 {
  max-height: 218% !important;
}

.min-h-218 {
  min-height: 218% !important;
}

.min-vw-218 {
  min-width: 218vw !important;
}

.min-vh-218 {
  min-height: 218vh !important;
}

.vw-218 {
  width: 218vw !important;
}

.vh-218 {
  height: 218vh !important;
}

.width-218 {
  width: 218px !important;
}

.height-218 {
  height: 218px !important;
}

.max-width-218 {
  max-width: 218px !important;
}

.min-width-218 {
  min-width: 218px !important;
}

.max-height-218 {
  max-height: 218px !important;
}

.min-height-218 {
  min-height: 218px !important;
}

@media (max-width: 576px) {
  .w-sm-219 {
    width: 219% !important;
  }
  .h-sm-219 {
    height: 219% !important;
  }
  .max-w-sm-219 {
    max-width: 219% !important;
  }
  .min-w-sm-219 {
    min-width: 219% !important;
  }
  .max-h-sm-219 {
    max-height: 219% !important;
  }
  .min-h-sm-219 {
    min-height: 219% !important;
  }
  .min-sm-vw-219 {
    min-width: 219vw !important;
  }
  .min-sm-vh-219 {
    min-height: 219vh !important;
  }
  .vw-sm-219 {
    width: 219vw !important;
  }
  .vh-sm-219 {
    height: 219vh !important;
  }
  .width-sm-219 {
    width: 219px !important;
  }
  .height-sm-219 {
    height: 219px !important;
  }
  .max-width-sm-219 {
    max-width: 219px !important;
  }
  .min-width-sm-219 {
    min-width: 219px !important;
  }
  .max-height-sm-219 {
    max-height: 219px !important;
  }
  .min-height-sm-219 {
    min-height: 219px !important;
  }
}
@media (max-width: 768px) {
  .w-md-219 {
    width: 219% !important;
  }
  .h-md-219 {
    height: 219% !important;
  }
  .max-w-md-219 {
    max-width: 219% !important;
  }
  .min-w-md-219 {
    min-width: 219% !important;
  }
  .max-h-md-219 {
    max-height: 219% !important;
  }
  .min-h-md-219 {
    min-height: 219% !important;
  }
  .min-md-vw-219 {
    min-width: 219vw !important;
  }
  .min-md-vh-219 {
    min-height: 219vh !important;
  }
  .vw-md-219 {
    width: 219vw !important;
  }
  .vh-md-219 {
    height: 219vh !important;
  }
  .width-md-219 {
    width: 219px !important;
  }
  .height-md-219 {
    height: 219px !important;
  }
  .max-width-md-219 {
    max-width: 219px !important;
  }
  .min-width-md-219 {
    min-width: 219px !important;
  }
  .max-height-md-219 {
    max-height: 219px !important;
  }
  .min-height-md-219 {
    min-height: 219px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-219 {
    width: 219% !important;
  }
  .h-lg-219 {
    height: 219% !important;
  }
  .max-w-lg-219 {
    max-width: 219% !important;
  }
  .min-w-lg-219 {
    min-width: 219% !important;
  }
  .max-h-lg-219 {
    max-height: 219% !important;
  }
  .min-h-lg-219 {
    min-height: 219% !important;
  }
  .min-lg-vw-219 {
    min-width: 219vw !important;
  }
  .min-lg-vh-219 {
    min-height: 219vh !important;
  }
  .vw-lg-219 {
    width: 219vw !important;
  }
  .vh-lg-219 {
    height: 219vh !important;
  }
  .width-lg-219 {
    width: 219px !important;
  }
  .height-lg-219 {
    height: 219px !important;
  }
  .max-width-lg-219 {
    max-width: 219px !important;
  }
  .min-width-lg-219 {
    min-width: 219px !important;
  }
  .max-height-lg-219 {
    max-height: 219px !important;
  }
  .min-height-lg-219 {
    min-height: 219px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-219 {
    width: 219% !important;
  }
  .h-xl-219 {
    height: 219% !important;
  }
  .max-w-xl-219 {
    max-width: 219% !important;
  }
  .min-w-xl-219 {
    min-width: 219% !important;
  }
  .max-h-xl-219 {
    max-height: 219% !important;
  }
  .min-h-xl-219 {
    min-height: 219% !important;
  }
  .min-xl-vw-219 {
    min-width: 219vw !important;
  }
  .min-xl-vh-219 {
    min-height: 219vh !important;
  }
  .vw-xl-219 {
    width: 219vw !important;
  }
  .vh-xl-219 {
    height: 219vh !important;
  }
  .width-xl-219 {
    width: 219px !important;
  }
  .height-xl-219 {
    height: 219px !important;
  }
  .max-width-xl-219 {
    max-width: 219px !important;
  }
  .min-width-xl-219 {
    min-width: 219px !important;
  }
  .max-height-xl-219 {
    max-height: 219px !important;
  }
  .min-height-xl-219 {
    min-height: 219px !important;
  }
}
.w-219 {
  width: 219% !important;
}

.h-219 {
  height: 219% !important;
}

.max-w-219 {
  max-width: 219% !important;
}

.min-w-219 {
  min-width: 219% !important;
}

.max-h-219 {
  max-height: 219% !important;
}

.min-h-219 {
  min-height: 219% !important;
}

.min-vw-219 {
  min-width: 219vw !important;
}

.min-vh-219 {
  min-height: 219vh !important;
}

.vw-219 {
  width: 219vw !important;
}

.vh-219 {
  height: 219vh !important;
}

.width-219 {
  width: 219px !important;
}

.height-219 {
  height: 219px !important;
}

.max-width-219 {
  max-width: 219px !important;
}

.min-width-219 {
  min-width: 219px !important;
}

.max-height-219 {
  max-height: 219px !important;
}

.min-height-219 {
  min-height: 219px !important;
}

@media (max-width: 576px) {
  .w-sm-220 {
    width: 220% !important;
  }
  .h-sm-220 {
    height: 220% !important;
  }
  .max-w-sm-220 {
    max-width: 220% !important;
  }
  .min-w-sm-220 {
    min-width: 220% !important;
  }
  .max-h-sm-220 {
    max-height: 220% !important;
  }
  .min-h-sm-220 {
    min-height: 220% !important;
  }
  .min-sm-vw-220 {
    min-width: 220vw !important;
  }
  .min-sm-vh-220 {
    min-height: 220vh !important;
  }
  .vw-sm-220 {
    width: 220vw !important;
  }
  .vh-sm-220 {
    height: 220vh !important;
  }
  .width-sm-220 {
    width: 220px !important;
  }
  .height-sm-220 {
    height: 220px !important;
  }
  .max-width-sm-220 {
    max-width: 220px !important;
  }
  .min-width-sm-220 {
    min-width: 220px !important;
  }
  .max-height-sm-220 {
    max-height: 220px !important;
  }
  .min-height-sm-220 {
    min-height: 220px !important;
  }
}
@media (max-width: 768px) {
  .w-md-220 {
    width: 220% !important;
  }
  .h-md-220 {
    height: 220% !important;
  }
  .max-w-md-220 {
    max-width: 220% !important;
  }
  .min-w-md-220 {
    min-width: 220% !important;
  }
  .max-h-md-220 {
    max-height: 220% !important;
  }
  .min-h-md-220 {
    min-height: 220% !important;
  }
  .min-md-vw-220 {
    min-width: 220vw !important;
  }
  .min-md-vh-220 {
    min-height: 220vh !important;
  }
  .vw-md-220 {
    width: 220vw !important;
  }
  .vh-md-220 {
    height: 220vh !important;
  }
  .width-md-220 {
    width: 220px !important;
  }
  .height-md-220 {
    height: 220px !important;
  }
  .max-width-md-220 {
    max-width: 220px !important;
  }
  .min-width-md-220 {
    min-width: 220px !important;
  }
  .max-height-md-220 {
    max-height: 220px !important;
  }
  .min-height-md-220 {
    min-height: 220px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-220 {
    width: 220% !important;
  }
  .h-lg-220 {
    height: 220% !important;
  }
  .max-w-lg-220 {
    max-width: 220% !important;
  }
  .min-w-lg-220 {
    min-width: 220% !important;
  }
  .max-h-lg-220 {
    max-height: 220% !important;
  }
  .min-h-lg-220 {
    min-height: 220% !important;
  }
  .min-lg-vw-220 {
    min-width: 220vw !important;
  }
  .min-lg-vh-220 {
    min-height: 220vh !important;
  }
  .vw-lg-220 {
    width: 220vw !important;
  }
  .vh-lg-220 {
    height: 220vh !important;
  }
  .width-lg-220 {
    width: 220px !important;
  }
  .height-lg-220 {
    height: 220px !important;
  }
  .max-width-lg-220 {
    max-width: 220px !important;
  }
  .min-width-lg-220 {
    min-width: 220px !important;
  }
  .max-height-lg-220 {
    max-height: 220px !important;
  }
  .min-height-lg-220 {
    min-height: 220px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-220 {
    width: 220% !important;
  }
  .h-xl-220 {
    height: 220% !important;
  }
  .max-w-xl-220 {
    max-width: 220% !important;
  }
  .min-w-xl-220 {
    min-width: 220% !important;
  }
  .max-h-xl-220 {
    max-height: 220% !important;
  }
  .min-h-xl-220 {
    min-height: 220% !important;
  }
  .min-xl-vw-220 {
    min-width: 220vw !important;
  }
  .min-xl-vh-220 {
    min-height: 220vh !important;
  }
  .vw-xl-220 {
    width: 220vw !important;
  }
  .vh-xl-220 {
    height: 220vh !important;
  }
  .width-xl-220 {
    width: 220px !important;
  }
  .height-xl-220 {
    height: 220px !important;
  }
  .max-width-xl-220 {
    max-width: 220px !important;
  }
  .min-width-xl-220 {
    min-width: 220px !important;
  }
  .max-height-xl-220 {
    max-height: 220px !important;
  }
  .min-height-xl-220 {
    min-height: 220px !important;
  }
}
.w-220 {
  width: 220% !important;
}

.h-220 {
  height: 220% !important;
}

.max-w-220 {
  max-width: 220% !important;
}

.min-w-220 {
  min-width: 220% !important;
}

.max-h-220 {
  max-height: 220% !important;
}

.min-h-220 {
  min-height: 220% !important;
}

.min-vw-220 {
  min-width: 220vw !important;
}

.min-vh-220 {
  min-height: 220vh !important;
}

.vw-220 {
  width: 220vw !important;
}

.vh-220 {
  height: 220vh !important;
}

.width-220 {
  width: 220px !important;
}

.height-220 {
  height: 220px !important;
}

.max-width-220 {
  max-width: 220px !important;
}

.min-width-220 {
  min-width: 220px !important;
}

.max-height-220 {
  max-height: 220px !important;
}

.min-height-220 {
  min-height: 220px !important;
}

@media (max-width: 576px) {
  .w-sm-221 {
    width: 221% !important;
  }
  .h-sm-221 {
    height: 221% !important;
  }
  .max-w-sm-221 {
    max-width: 221% !important;
  }
  .min-w-sm-221 {
    min-width: 221% !important;
  }
  .max-h-sm-221 {
    max-height: 221% !important;
  }
  .min-h-sm-221 {
    min-height: 221% !important;
  }
  .min-sm-vw-221 {
    min-width: 221vw !important;
  }
  .min-sm-vh-221 {
    min-height: 221vh !important;
  }
  .vw-sm-221 {
    width: 221vw !important;
  }
  .vh-sm-221 {
    height: 221vh !important;
  }
  .width-sm-221 {
    width: 221px !important;
  }
  .height-sm-221 {
    height: 221px !important;
  }
  .max-width-sm-221 {
    max-width: 221px !important;
  }
  .min-width-sm-221 {
    min-width: 221px !important;
  }
  .max-height-sm-221 {
    max-height: 221px !important;
  }
  .min-height-sm-221 {
    min-height: 221px !important;
  }
}
@media (max-width: 768px) {
  .w-md-221 {
    width: 221% !important;
  }
  .h-md-221 {
    height: 221% !important;
  }
  .max-w-md-221 {
    max-width: 221% !important;
  }
  .min-w-md-221 {
    min-width: 221% !important;
  }
  .max-h-md-221 {
    max-height: 221% !important;
  }
  .min-h-md-221 {
    min-height: 221% !important;
  }
  .min-md-vw-221 {
    min-width: 221vw !important;
  }
  .min-md-vh-221 {
    min-height: 221vh !important;
  }
  .vw-md-221 {
    width: 221vw !important;
  }
  .vh-md-221 {
    height: 221vh !important;
  }
  .width-md-221 {
    width: 221px !important;
  }
  .height-md-221 {
    height: 221px !important;
  }
  .max-width-md-221 {
    max-width: 221px !important;
  }
  .min-width-md-221 {
    min-width: 221px !important;
  }
  .max-height-md-221 {
    max-height: 221px !important;
  }
  .min-height-md-221 {
    min-height: 221px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-221 {
    width: 221% !important;
  }
  .h-lg-221 {
    height: 221% !important;
  }
  .max-w-lg-221 {
    max-width: 221% !important;
  }
  .min-w-lg-221 {
    min-width: 221% !important;
  }
  .max-h-lg-221 {
    max-height: 221% !important;
  }
  .min-h-lg-221 {
    min-height: 221% !important;
  }
  .min-lg-vw-221 {
    min-width: 221vw !important;
  }
  .min-lg-vh-221 {
    min-height: 221vh !important;
  }
  .vw-lg-221 {
    width: 221vw !important;
  }
  .vh-lg-221 {
    height: 221vh !important;
  }
  .width-lg-221 {
    width: 221px !important;
  }
  .height-lg-221 {
    height: 221px !important;
  }
  .max-width-lg-221 {
    max-width: 221px !important;
  }
  .min-width-lg-221 {
    min-width: 221px !important;
  }
  .max-height-lg-221 {
    max-height: 221px !important;
  }
  .min-height-lg-221 {
    min-height: 221px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-221 {
    width: 221% !important;
  }
  .h-xl-221 {
    height: 221% !important;
  }
  .max-w-xl-221 {
    max-width: 221% !important;
  }
  .min-w-xl-221 {
    min-width: 221% !important;
  }
  .max-h-xl-221 {
    max-height: 221% !important;
  }
  .min-h-xl-221 {
    min-height: 221% !important;
  }
  .min-xl-vw-221 {
    min-width: 221vw !important;
  }
  .min-xl-vh-221 {
    min-height: 221vh !important;
  }
  .vw-xl-221 {
    width: 221vw !important;
  }
  .vh-xl-221 {
    height: 221vh !important;
  }
  .width-xl-221 {
    width: 221px !important;
  }
  .height-xl-221 {
    height: 221px !important;
  }
  .max-width-xl-221 {
    max-width: 221px !important;
  }
  .min-width-xl-221 {
    min-width: 221px !important;
  }
  .max-height-xl-221 {
    max-height: 221px !important;
  }
  .min-height-xl-221 {
    min-height: 221px !important;
  }
}
.w-221 {
  width: 221% !important;
}

.h-221 {
  height: 221% !important;
}

.max-w-221 {
  max-width: 221% !important;
}

.min-w-221 {
  min-width: 221% !important;
}

.max-h-221 {
  max-height: 221% !important;
}

.min-h-221 {
  min-height: 221% !important;
}

.min-vw-221 {
  min-width: 221vw !important;
}

.min-vh-221 {
  min-height: 221vh !important;
}

.vw-221 {
  width: 221vw !important;
}

.vh-221 {
  height: 221vh !important;
}

.width-221 {
  width: 221px !important;
}

.height-221 {
  height: 221px !important;
}

.max-width-221 {
  max-width: 221px !important;
}

.min-width-221 {
  min-width: 221px !important;
}

.max-height-221 {
  max-height: 221px !important;
}

.min-height-221 {
  min-height: 221px !important;
}

@media (max-width: 576px) {
  .w-sm-222 {
    width: 222% !important;
  }
  .h-sm-222 {
    height: 222% !important;
  }
  .max-w-sm-222 {
    max-width: 222% !important;
  }
  .min-w-sm-222 {
    min-width: 222% !important;
  }
  .max-h-sm-222 {
    max-height: 222% !important;
  }
  .min-h-sm-222 {
    min-height: 222% !important;
  }
  .min-sm-vw-222 {
    min-width: 222vw !important;
  }
  .min-sm-vh-222 {
    min-height: 222vh !important;
  }
  .vw-sm-222 {
    width: 222vw !important;
  }
  .vh-sm-222 {
    height: 222vh !important;
  }
  .width-sm-222 {
    width: 222px !important;
  }
  .height-sm-222 {
    height: 222px !important;
  }
  .max-width-sm-222 {
    max-width: 222px !important;
  }
  .min-width-sm-222 {
    min-width: 222px !important;
  }
  .max-height-sm-222 {
    max-height: 222px !important;
  }
  .min-height-sm-222 {
    min-height: 222px !important;
  }
}
@media (max-width: 768px) {
  .w-md-222 {
    width: 222% !important;
  }
  .h-md-222 {
    height: 222% !important;
  }
  .max-w-md-222 {
    max-width: 222% !important;
  }
  .min-w-md-222 {
    min-width: 222% !important;
  }
  .max-h-md-222 {
    max-height: 222% !important;
  }
  .min-h-md-222 {
    min-height: 222% !important;
  }
  .min-md-vw-222 {
    min-width: 222vw !important;
  }
  .min-md-vh-222 {
    min-height: 222vh !important;
  }
  .vw-md-222 {
    width: 222vw !important;
  }
  .vh-md-222 {
    height: 222vh !important;
  }
  .width-md-222 {
    width: 222px !important;
  }
  .height-md-222 {
    height: 222px !important;
  }
  .max-width-md-222 {
    max-width: 222px !important;
  }
  .min-width-md-222 {
    min-width: 222px !important;
  }
  .max-height-md-222 {
    max-height: 222px !important;
  }
  .min-height-md-222 {
    min-height: 222px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-222 {
    width: 222% !important;
  }
  .h-lg-222 {
    height: 222% !important;
  }
  .max-w-lg-222 {
    max-width: 222% !important;
  }
  .min-w-lg-222 {
    min-width: 222% !important;
  }
  .max-h-lg-222 {
    max-height: 222% !important;
  }
  .min-h-lg-222 {
    min-height: 222% !important;
  }
  .min-lg-vw-222 {
    min-width: 222vw !important;
  }
  .min-lg-vh-222 {
    min-height: 222vh !important;
  }
  .vw-lg-222 {
    width: 222vw !important;
  }
  .vh-lg-222 {
    height: 222vh !important;
  }
  .width-lg-222 {
    width: 222px !important;
  }
  .height-lg-222 {
    height: 222px !important;
  }
  .max-width-lg-222 {
    max-width: 222px !important;
  }
  .min-width-lg-222 {
    min-width: 222px !important;
  }
  .max-height-lg-222 {
    max-height: 222px !important;
  }
  .min-height-lg-222 {
    min-height: 222px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-222 {
    width: 222% !important;
  }
  .h-xl-222 {
    height: 222% !important;
  }
  .max-w-xl-222 {
    max-width: 222% !important;
  }
  .min-w-xl-222 {
    min-width: 222% !important;
  }
  .max-h-xl-222 {
    max-height: 222% !important;
  }
  .min-h-xl-222 {
    min-height: 222% !important;
  }
  .min-xl-vw-222 {
    min-width: 222vw !important;
  }
  .min-xl-vh-222 {
    min-height: 222vh !important;
  }
  .vw-xl-222 {
    width: 222vw !important;
  }
  .vh-xl-222 {
    height: 222vh !important;
  }
  .width-xl-222 {
    width: 222px !important;
  }
  .height-xl-222 {
    height: 222px !important;
  }
  .max-width-xl-222 {
    max-width: 222px !important;
  }
  .min-width-xl-222 {
    min-width: 222px !important;
  }
  .max-height-xl-222 {
    max-height: 222px !important;
  }
  .min-height-xl-222 {
    min-height: 222px !important;
  }
}
.w-222 {
  width: 222% !important;
}

.h-222 {
  height: 222% !important;
}

.max-w-222 {
  max-width: 222% !important;
}

.min-w-222 {
  min-width: 222% !important;
}

.max-h-222 {
  max-height: 222% !important;
}

.min-h-222 {
  min-height: 222% !important;
}

.min-vw-222 {
  min-width: 222vw !important;
}

.min-vh-222 {
  min-height: 222vh !important;
}

.vw-222 {
  width: 222vw !important;
}

.vh-222 {
  height: 222vh !important;
}

.width-222 {
  width: 222px !important;
}

.height-222 {
  height: 222px !important;
}

.max-width-222 {
  max-width: 222px !important;
}

.min-width-222 {
  min-width: 222px !important;
}

.max-height-222 {
  max-height: 222px !important;
}

.min-height-222 {
  min-height: 222px !important;
}

@media (max-width: 576px) {
  .w-sm-223 {
    width: 223% !important;
  }
  .h-sm-223 {
    height: 223% !important;
  }
  .max-w-sm-223 {
    max-width: 223% !important;
  }
  .min-w-sm-223 {
    min-width: 223% !important;
  }
  .max-h-sm-223 {
    max-height: 223% !important;
  }
  .min-h-sm-223 {
    min-height: 223% !important;
  }
  .min-sm-vw-223 {
    min-width: 223vw !important;
  }
  .min-sm-vh-223 {
    min-height: 223vh !important;
  }
  .vw-sm-223 {
    width: 223vw !important;
  }
  .vh-sm-223 {
    height: 223vh !important;
  }
  .width-sm-223 {
    width: 223px !important;
  }
  .height-sm-223 {
    height: 223px !important;
  }
  .max-width-sm-223 {
    max-width: 223px !important;
  }
  .min-width-sm-223 {
    min-width: 223px !important;
  }
  .max-height-sm-223 {
    max-height: 223px !important;
  }
  .min-height-sm-223 {
    min-height: 223px !important;
  }
}
@media (max-width: 768px) {
  .w-md-223 {
    width: 223% !important;
  }
  .h-md-223 {
    height: 223% !important;
  }
  .max-w-md-223 {
    max-width: 223% !important;
  }
  .min-w-md-223 {
    min-width: 223% !important;
  }
  .max-h-md-223 {
    max-height: 223% !important;
  }
  .min-h-md-223 {
    min-height: 223% !important;
  }
  .min-md-vw-223 {
    min-width: 223vw !important;
  }
  .min-md-vh-223 {
    min-height: 223vh !important;
  }
  .vw-md-223 {
    width: 223vw !important;
  }
  .vh-md-223 {
    height: 223vh !important;
  }
  .width-md-223 {
    width: 223px !important;
  }
  .height-md-223 {
    height: 223px !important;
  }
  .max-width-md-223 {
    max-width: 223px !important;
  }
  .min-width-md-223 {
    min-width: 223px !important;
  }
  .max-height-md-223 {
    max-height: 223px !important;
  }
  .min-height-md-223 {
    min-height: 223px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-223 {
    width: 223% !important;
  }
  .h-lg-223 {
    height: 223% !important;
  }
  .max-w-lg-223 {
    max-width: 223% !important;
  }
  .min-w-lg-223 {
    min-width: 223% !important;
  }
  .max-h-lg-223 {
    max-height: 223% !important;
  }
  .min-h-lg-223 {
    min-height: 223% !important;
  }
  .min-lg-vw-223 {
    min-width: 223vw !important;
  }
  .min-lg-vh-223 {
    min-height: 223vh !important;
  }
  .vw-lg-223 {
    width: 223vw !important;
  }
  .vh-lg-223 {
    height: 223vh !important;
  }
  .width-lg-223 {
    width: 223px !important;
  }
  .height-lg-223 {
    height: 223px !important;
  }
  .max-width-lg-223 {
    max-width: 223px !important;
  }
  .min-width-lg-223 {
    min-width: 223px !important;
  }
  .max-height-lg-223 {
    max-height: 223px !important;
  }
  .min-height-lg-223 {
    min-height: 223px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-223 {
    width: 223% !important;
  }
  .h-xl-223 {
    height: 223% !important;
  }
  .max-w-xl-223 {
    max-width: 223% !important;
  }
  .min-w-xl-223 {
    min-width: 223% !important;
  }
  .max-h-xl-223 {
    max-height: 223% !important;
  }
  .min-h-xl-223 {
    min-height: 223% !important;
  }
  .min-xl-vw-223 {
    min-width: 223vw !important;
  }
  .min-xl-vh-223 {
    min-height: 223vh !important;
  }
  .vw-xl-223 {
    width: 223vw !important;
  }
  .vh-xl-223 {
    height: 223vh !important;
  }
  .width-xl-223 {
    width: 223px !important;
  }
  .height-xl-223 {
    height: 223px !important;
  }
  .max-width-xl-223 {
    max-width: 223px !important;
  }
  .min-width-xl-223 {
    min-width: 223px !important;
  }
  .max-height-xl-223 {
    max-height: 223px !important;
  }
  .min-height-xl-223 {
    min-height: 223px !important;
  }
}
.w-223 {
  width: 223% !important;
}

.h-223 {
  height: 223% !important;
}

.max-w-223 {
  max-width: 223% !important;
}

.min-w-223 {
  min-width: 223% !important;
}

.max-h-223 {
  max-height: 223% !important;
}

.min-h-223 {
  min-height: 223% !important;
}

.min-vw-223 {
  min-width: 223vw !important;
}

.min-vh-223 {
  min-height: 223vh !important;
}

.vw-223 {
  width: 223vw !important;
}

.vh-223 {
  height: 223vh !important;
}

.width-223 {
  width: 223px !important;
}

.height-223 {
  height: 223px !important;
}

.max-width-223 {
  max-width: 223px !important;
}

.min-width-223 {
  min-width: 223px !important;
}

.max-height-223 {
  max-height: 223px !important;
}

.min-height-223 {
  min-height: 223px !important;
}

@media (max-width: 576px) {
  .w-sm-224 {
    width: 224% !important;
  }
  .h-sm-224 {
    height: 224% !important;
  }
  .max-w-sm-224 {
    max-width: 224% !important;
  }
  .min-w-sm-224 {
    min-width: 224% !important;
  }
  .max-h-sm-224 {
    max-height: 224% !important;
  }
  .min-h-sm-224 {
    min-height: 224% !important;
  }
  .min-sm-vw-224 {
    min-width: 224vw !important;
  }
  .min-sm-vh-224 {
    min-height: 224vh !important;
  }
  .vw-sm-224 {
    width: 224vw !important;
  }
  .vh-sm-224 {
    height: 224vh !important;
  }
  .width-sm-224 {
    width: 224px !important;
  }
  .height-sm-224 {
    height: 224px !important;
  }
  .max-width-sm-224 {
    max-width: 224px !important;
  }
  .min-width-sm-224 {
    min-width: 224px !important;
  }
  .max-height-sm-224 {
    max-height: 224px !important;
  }
  .min-height-sm-224 {
    min-height: 224px !important;
  }
}
@media (max-width: 768px) {
  .w-md-224 {
    width: 224% !important;
  }
  .h-md-224 {
    height: 224% !important;
  }
  .max-w-md-224 {
    max-width: 224% !important;
  }
  .min-w-md-224 {
    min-width: 224% !important;
  }
  .max-h-md-224 {
    max-height: 224% !important;
  }
  .min-h-md-224 {
    min-height: 224% !important;
  }
  .min-md-vw-224 {
    min-width: 224vw !important;
  }
  .min-md-vh-224 {
    min-height: 224vh !important;
  }
  .vw-md-224 {
    width: 224vw !important;
  }
  .vh-md-224 {
    height: 224vh !important;
  }
  .width-md-224 {
    width: 224px !important;
  }
  .height-md-224 {
    height: 224px !important;
  }
  .max-width-md-224 {
    max-width: 224px !important;
  }
  .min-width-md-224 {
    min-width: 224px !important;
  }
  .max-height-md-224 {
    max-height: 224px !important;
  }
  .min-height-md-224 {
    min-height: 224px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-224 {
    width: 224% !important;
  }
  .h-lg-224 {
    height: 224% !important;
  }
  .max-w-lg-224 {
    max-width: 224% !important;
  }
  .min-w-lg-224 {
    min-width: 224% !important;
  }
  .max-h-lg-224 {
    max-height: 224% !important;
  }
  .min-h-lg-224 {
    min-height: 224% !important;
  }
  .min-lg-vw-224 {
    min-width: 224vw !important;
  }
  .min-lg-vh-224 {
    min-height: 224vh !important;
  }
  .vw-lg-224 {
    width: 224vw !important;
  }
  .vh-lg-224 {
    height: 224vh !important;
  }
  .width-lg-224 {
    width: 224px !important;
  }
  .height-lg-224 {
    height: 224px !important;
  }
  .max-width-lg-224 {
    max-width: 224px !important;
  }
  .min-width-lg-224 {
    min-width: 224px !important;
  }
  .max-height-lg-224 {
    max-height: 224px !important;
  }
  .min-height-lg-224 {
    min-height: 224px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-224 {
    width: 224% !important;
  }
  .h-xl-224 {
    height: 224% !important;
  }
  .max-w-xl-224 {
    max-width: 224% !important;
  }
  .min-w-xl-224 {
    min-width: 224% !important;
  }
  .max-h-xl-224 {
    max-height: 224% !important;
  }
  .min-h-xl-224 {
    min-height: 224% !important;
  }
  .min-xl-vw-224 {
    min-width: 224vw !important;
  }
  .min-xl-vh-224 {
    min-height: 224vh !important;
  }
  .vw-xl-224 {
    width: 224vw !important;
  }
  .vh-xl-224 {
    height: 224vh !important;
  }
  .width-xl-224 {
    width: 224px !important;
  }
  .height-xl-224 {
    height: 224px !important;
  }
  .max-width-xl-224 {
    max-width: 224px !important;
  }
  .min-width-xl-224 {
    min-width: 224px !important;
  }
  .max-height-xl-224 {
    max-height: 224px !important;
  }
  .min-height-xl-224 {
    min-height: 224px !important;
  }
}
.w-224 {
  width: 224% !important;
}

.h-224 {
  height: 224% !important;
}

.max-w-224 {
  max-width: 224% !important;
}

.min-w-224 {
  min-width: 224% !important;
}

.max-h-224 {
  max-height: 224% !important;
}

.min-h-224 {
  min-height: 224% !important;
}

.min-vw-224 {
  min-width: 224vw !important;
}

.min-vh-224 {
  min-height: 224vh !important;
}

.vw-224 {
  width: 224vw !important;
}

.vh-224 {
  height: 224vh !important;
}

.width-224 {
  width: 224px !important;
}

.height-224 {
  height: 224px !important;
}

.max-width-224 {
  max-width: 224px !important;
}

.min-width-224 {
  min-width: 224px !important;
}

.max-height-224 {
  max-height: 224px !important;
}

.min-height-224 {
  min-height: 224px !important;
}

@media (max-width: 576px) {
  .w-sm-225 {
    width: 225% !important;
  }
  .h-sm-225 {
    height: 225% !important;
  }
  .max-w-sm-225 {
    max-width: 225% !important;
  }
  .min-w-sm-225 {
    min-width: 225% !important;
  }
  .max-h-sm-225 {
    max-height: 225% !important;
  }
  .min-h-sm-225 {
    min-height: 225% !important;
  }
  .min-sm-vw-225 {
    min-width: 225vw !important;
  }
  .min-sm-vh-225 {
    min-height: 225vh !important;
  }
  .vw-sm-225 {
    width: 225vw !important;
  }
  .vh-sm-225 {
    height: 225vh !important;
  }
  .width-sm-225 {
    width: 225px !important;
  }
  .height-sm-225 {
    height: 225px !important;
  }
  .max-width-sm-225 {
    max-width: 225px !important;
  }
  .min-width-sm-225 {
    min-width: 225px !important;
  }
  .max-height-sm-225 {
    max-height: 225px !important;
  }
  .min-height-sm-225 {
    min-height: 225px !important;
  }
}
@media (max-width: 768px) {
  .w-md-225 {
    width: 225% !important;
  }
  .h-md-225 {
    height: 225% !important;
  }
  .max-w-md-225 {
    max-width: 225% !important;
  }
  .min-w-md-225 {
    min-width: 225% !important;
  }
  .max-h-md-225 {
    max-height: 225% !important;
  }
  .min-h-md-225 {
    min-height: 225% !important;
  }
  .min-md-vw-225 {
    min-width: 225vw !important;
  }
  .min-md-vh-225 {
    min-height: 225vh !important;
  }
  .vw-md-225 {
    width: 225vw !important;
  }
  .vh-md-225 {
    height: 225vh !important;
  }
  .width-md-225 {
    width: 225px !important;
  }
  .height-md-225 {
    height: 225px !important;
  }
  .max-width-md-225 {
    max-width: 225px !important;
  }
  .min-width-md-225 {
    min-width: 225px !important;
  }
  .max-height-md-225 {
    max-height: 225px !important;
  }
  .min-height-md-225 {
    min-height: 225px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-225 {
    width: 225% !important;
  }
  .h-lg-225 {
    height: 225% !important;
  }
  .max-w-lg-225 {
    max-width: 225% !important;
  }
  .min-w-lg-225 {
    min-width: 225% !important;
  }
  .max-h-lg-225 {
    max-height: 225% !important;
  }
  .min-h-lg-225 {
    min-height: 225% !important;
  }
  .min-lg-vw-225 {
    min-width: 225vw !important;
  }
  .min-lg-vh-225 {
    min-height: 225vh !important;
  }
  .vw-lg-225 {
    width: 225vw !important;
  }
  .vh-lg-225 {
    height: 225vh !important;
  }
  .width-lg-225 {
    width: 225px !important;
  }
  .height-lg-225 {
    height: 225px !important;
  }
  .max-width-lg-225 {
    max-width: 225px !important;
  }
  .min-width-lg-225 {
    min-width: 225px !important;
  }
  .max-height-lg-225 {
    max-height: 225px !important;
  }
  .min-height-lg-225 {
    min-height: 225px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-225 {
    width: 225% !important;
  }
  .h-xl-225 {
    height: 225% !important;
  }
  .max-w-xl-225 {
    max-width: 225% !important;
  }
  .min-w-xl-225 {
    min-width: 225% !important;
  }
  .max-h-xl-225 {
    max-height: 225% !important;
  }
  .min-h-xl-225 {
    min-height: 225% !important;
  }
  .min-xl-vw-225 {
    min-width: 225vw !important;
  }
  .min-xl-vh-225 {
    min-height: 225vh !important;
  }
  .vw-xl-225 {
    width: 225vw !important;
  }
  .vh-xl-225 {
    height: 225vh !important;
  }
  .width-xl-225 {
    width: 225px !important;
  }
  .height-xl-225 {
    height: 225px !important;
  }
  .max-width-xl-225 {
    max-width: 225px !important;
  }
  .min-width-xl-225 {
    min-width: 225px !important;
  }
  .max-height-xl-225 {
    max-height: 225px !important;
  }
  .min-height-xl-225 {
    min-height: 225px !important;
  }
}
.w-225 {
  width: 225% !important;
}

.h-225 {
  height: 225% !important;
}

.max-w-225 {
  max-width: 225% !important;
}

.min-w-225 {
  min-width: 225% !important;
}

.max-h-225 {
  max-height: 225% !important;
}

.min-h-225 {
  min-height: 225% !important;
}

.min-vw-225 {
  min-width: 225vw !important;
}

.min-vh-225 {
  min-height: 225vh !important;
}

.vw-225 {
  width: 225vw !important;
}

.vh-225 {
  height: 225vh !important;
}

.width-225 {
  width: 225px !important;
}

.height-225 {
  height: 225px !important;
}

.max-width-225 {
  max-width: 225px !important;
}

.min-width-225 {
  min-width: 225px !important;
}

.max-height-225 {
  max-height: 225px !important;
}

.min-height-225 {
  min-height: 225px !important;
}

@media (max-width: 576px) {
  .w-sm-226 {
    width: 226% !important;
  }
  .h-sm-226 {
    height: 226% !important;
  }
  .max-w-sm-226 {
    max-width: 226% !important;
  }
  .min-w-sm-226 {
    min-width: 226% !important;
  }
  .max-h-sm-226 {
    max-height: 226% !important;
  }
  .min-h-sm-226 {
    min-height: 226% !important;
  }
  .min-sm-vw-226 {
    min-width: 226vw !important;
  }
  .min-sm-vh-226 {
    min-height: 226vh !important;
  }
  .vw-sm-226 {
    width: 226vw !important;
  }
  .vh-sm-226 {
    height: 226vh !important;
  }
  .width-sm-226 {
    width: 226px !important;
  }
  .height-sm-226 {
    height: 226px !important;
  }
  .max-width-sm-226 {
    max-width: 226px !important;
  }
  .min-width-sm-226 {
    min-width: 226px !important;
  }
  .max-height-sm-226 {
    max-height: 226px !important;
  }
  .min-height-sm-226 {
    min-height: 226px !important;
  }
}
@media (max-width: 768px) {
  .w-md-226 {
    width: 226% !important;
  }
  .h-md-226 {
    height: 226% !important;
  }
  .max-w-md-226 {
    max-width: 226% !important;
  }
  .min-w-md-226 {
    min-width: 226% !important;
  }
  .max-h-md-226 {
    max-height: 226% !important;
  }
  .min-h-md-226 {
    min-height: 226% !important;
  }
  .min-md-vw-226 {
    min-width: 226vw !important;
  }
  .min-md-vh-226 {
    min-height: 226vh !important;
  }
  .vw-md-226 {
    width: 226vw !important;
  }
  .vh-md-226 {
    height: 226vh !important;
  }
  .width-md-226 {
    width: 226px !important;
  }
  .height-md-226 {
    height: 226px !important;
  }
  .max-width-md-226 {
    max-width: 226px !important;
  }
  .min-width-md-226 {
    min-width: 226px !important;
  }
  .max-height-md-226 {
    max-height: 226px !important;
  }
  .min-height-md-226 {
    min-height: 226px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-226 {
    width: 226% !important;
  }
  .h-lg-226 {
    height: 226% !important;
  }
  .max-w-lg-226 {
    max-width: 226% !important;
  }
  .min-w-lg-226 {
    min-width: 226% !important;
  }
  .max-h-lg-226 {
    max-height: 226% !important;
  }
  .min-h-lg-226 {
    min-height: 226% !important;
  }
  .min-lg-vw-226 {
    min-width: 226vw !important;
  }
  .min-lg-vh-226 {
    min-height: 226vh !important;
  }
  .vw-lg-226 {
    width: 226vw !important;
  }
  .vh-lg-226 {
    height: 226vh !important;
  }
  .width-lg-226 {
    width: 226px !important;
  }
  .height-lg-226 {
    height: 226px !important;
  }
  .max-width-lg-226 {
    max-width: 226px !important;
  }
  .min-width-lg-226 {
    min-width: 226px !important;
  }
  .max-height-lg-226 {
    max-height: 226px !important;
  }
  .min-height-lg-226 {
    min-height: 226px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-226 {
    width: 226% !important;
  }
  .h-xl-226 {
    height: 226% !important;
  }
  .max-w-xl-226 {
    max-width: 226% !important;
  }
  .min-w-xl-226 {
    min-width: 226% !important;
  }
  .max-h-xl-226 {
    max-height: 226% !important;
  }
  .min-h-xl-226 {
    min-height: 226% !important;
  }
  .min-xl-vw-226 {
    min-width: 226vw !important;
  }
  .min-xl-vh-226 {
    min-height: 226vh !important;
  }
  .vw-xl-226 {
    width: 226vw !important;
  }
  .vh-xl-226 {
    height: 226vh !important;
  }
  .width-xl-226 {
    width: 226px !important;
  }
  .height-xl-226 {
    height: 226px !important;
  }
  .max-width-xl-226 {
    max-width: 226px !important;
  }
  .min-width-xl-226 {
    min-width: 226px !important;
  }
  .max-height-xl-226 {
    max-height: 226px !important;
  }
  .min-height-xl-226 {
    min-height: 226px !important;
  }
}
.w-226 {
  width: 226% !important;
}

.h-226 {
  height: 226% !important;
}

.max-w-226 {
  max-width: 226% !important;
}

.min-w-226 {
  min-width: 226% !important;
}

.max-h-226 {
  max-height: 226% !important;
}

.min-h-226 {
  min-height: 226% !important;
}

.min-vw-226 {
  min-width: 226vw !important;
}

.min-vh-226 {
  min-height: 226vh !important;
}

.vw-226 {
  width: 226vw !important;
}

.vh-226 {
  height: 226vh !important;
}

.width-226 {
  width: 226px !important;
}

.height-226 {
  height: 226px !important;
}

.max-width-226 {
  max-width: 226px !important;
}

.min-width-226 {
  min-width: 226px !important;
}

.max-height-226 {
  max-height: 226px !important;
}

.min-height-226 {
  min-height: 226px !important;
}

@media (max-width: 576px) {
  .w-sm-227 {
    width: 227% !important;
  }
  .h-sm-227 {
    height: 227% !important;
  }
  .max-w-sm-227 {
    max-width: 227% !important;
  }
  .min-w-sm-227 {
    min-width: 227% !important;
  }
  .max-h-sm-227 {
    max-height: 227% !important;
  }
  .min-h-sm-227 {
    min-height: 227% !important;
  }
  .min-sm-vw-227 {
    min-width: 227vw !important;
  }
  .min-sm-vh-227 {
    min-height: 227vh !important;
  }
  .vw-sm-227 {
    width: 227vw !important;
  }
  .vh-sm-227 {
    height: 227vh !important;
  }
  .width-sm-227 {
    width: 227px !important;
  }
  .height-sm-227 {
    height: 227px !important;
  }
  .max-width-sm-227 {
    max-width: 227px !important;
  }
  .min-width-sm-227 {
    min-width: 227px !important;
  }
  .max-height-sm-227 {
    max-height: 227px !important;
  }
  .min-height-sm-227 {
    min-height: 227px !important;
  }
}
@media (max-width: 768px) {
  .w-md-227 {
    width: 227% !important;
  }
  .h-md-227 {
    height: 227% !important;
  }
  .max-w-md-227 {
    max-width: 227% !important;
  }
  .min-w-md-227 {
    min-width: 227% !important;
  }
  .max-h-md-227 {
    max-height: 227% !important;
  }
  .min-h-md-227 {
    min-height: 227% !important;
  }
  .min-md-vw-227 {
    min-width: 227vw !important;
  }
  .min-md-vh-227 {
    min-height: 227vh !important;
  }
  .vw-md-227 {
    width: 227vw !important;
  }
  .vh-md-227 {
    height: 227vh !important;
  }
  .width-md-227 {
    width: 227px !important;
  }
  .height-md-227 {
    height: 227px !important;
  }
  .max-width-md-227 {
    max-width: 227px !important;
  }
  .min-width-md-227 {
    min-width: 227px !important;
  }
  .max-height-md-227 {
    max-height: 227px !important;
  }
  .min-height-md-227 {
    min-height: 227px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-227 {
    width: 227% !important;
  }
  .h-lg-227 {
    height: 227% !important;
  }
  .max-w-lg-227 {
    max-width: 227% !important;
  }
  .min-w-lg-227 {
    min-width: 227% !important;
  }
  .max-h-lg-227 {
    max-height: 227% !important;
  }
  .min-h-lg-227 {
    min-height: 227% !important;
  }
  .min-lg-vw-227 {
    min-width: 227vw !important;
  }
  .min-lg-vh-227 {
    min-height: 227vh !important;
  }
  .vw-lg-227 {
    width: 227vw !important;
  }
  .vh-lg-227 {
    height: 227vh !important;
  }
  .width-lg-227 {
    width: 227px !important;
  }
  .height-lg-227 {
    height: 227px !important;
  }
  .max-width-lg-227 {
    max-width: 227px !important;
  }
  .min-width-lg-227 {
    min-width: 227px !important;
  }
  .max-height-lg-227 {
    max-height: 227px !important;
  }
  .min-height-lg-227 {
    min-height: 227px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-227 {
    width: 227% !important;
  }
  .h-xl-227 {
    height: 227% !important;
  }
  .max-w-xl-227 {
    max-width: 227% !important;
  }
  .min-w-xl-227 {
    min-width: 227% !important;
  }
  .max-h-xl-227 {
    max-height: 227% !important;
  }
  .min-h-xl-227 {
    min-height: 227% !important;
  }
  .min-xl-vw-227 {
    min-width: 227vw !important;
  }
  .min-xl-vh-227 {
    min-height: 227vh !important;
  }
  .vw-xl-227 {
    width: 227vw !important;
  }
  .vh-xl-227 {
    height: 227vh !important;
  }
  .width-xl-227 {
    width: 227px !important;
  }
  .height-xl-227 {
    height: 227px !important;
  }
  .max-width-xl-227 {
    max-width: 227px !important;
  }
  .min-width-xl-227 {
    min-width: 227px !important;
  }
  .max-height-xl-227 {
    max-height: 227px !important;
  }
  .min-height-xl-227 {
    min-height: 227px !important;
  }
}
.w-227 {
  width: 227% !important;
}

.h-227 {
  height: 227% !important;
}

.max-w-227 {
  max-width: 227% !important;
}

.min-w-227 {
  min-width: 227% !important;
}

.max-h-227 {
  max-height: 227% !important;
}

.min-h-227 {
  min-height: 227% !important;
}

.min-vw-227 {
  min-width: 227vw !important;
}

.min-vh-227 {
  min-height: 227vh !important;
}

.vw-227 {
  width: 227vw !important;
}

.vh-227 {
  height: 227vh !important;
}

.width-227 {
  width: 227px !important;
}

.height-227 {
  height: 227px !important;
}

.max-width-227 {
  max-width: 227px !important;
}

.min-width-227 {
  min-width: 227px !important;
}

.max-height-227 {
  max-height: 227px !important;
}

.min-height-227 {
  min-height: 227px !important;
}

@media (max-width: 576px) {
  .w-sm-228 {
    width: 228% !important;
  }
  .h-sm-228 {
    height: 228% !important;
  }
  .max-w-sm-228 {
    max-width: 228% !important;
  }
  .min-w-sm-228 {
    min-width: 228% !important;
  }
  .max-h-sm-228 {
    max-height: 228% !important;
  }
  .min-h-sm-228 {
    min-height: 228% !important;
  }
  .min-sm-vw-228 {
    min-width: 228vw !important;
  }
  .min-sm-vh-228 {
    min-height: 228vh !important;
  }
  .vw-sm-228 {
    width: 228vw !important;
  }
  .vh-sm-228 {
    height: 228vh !important;
  }
  .width-sm-228 {
    width: 228px !important;
  }
  .height-sm-228 {
    height: 228px !important;
  }
  .max-width-sm-228 {
    max-width: 228px !important;
  }
  .min-width-sm-228 {
    min-width: 228px !important;
  }
  .max-height-sm-228 {
    max-height: 228px !important;
  }
  .min-height-sm-228 {
    min-height: 228px !important;
  }
}
@media (max-width: 768px) {
  .w-md-228 {
    width: 228% !important;
  }
  .h-md-228 {
    height: 228% !important;
  }
  .max-w-md-228 {
    max-width: 228% !important;
  }
  .min-w-md-228 {
    min-width: 228% !important;
  }
  .max-h-md-228 {
    max-height: 228% !important;
  }
  .min-h-md-228 {
    min-height: 228% !important;
  }
  .min-md-vw-228 {
    min-width: 228vw !important;
  }
  .min-md-vh-228 {
    min-height: 228vh !important;
  }
  .vw-md-228 {
    width: 228vw !important;
  }
  .vh-md-228 {
    height: 228vh !important;
  }
  .width-md-228 {
    width: 228px !important;
  }
  .height-md-228 {
    height: 228px !important;
  }
  .max-width-md-228 {
    max-width: 228px !important;
  }
  .min-width-md-228 {
    min-width: 228px !important;
  }
  .max-height-md-228 {
    max-height: 228px !important;
  }
  .min-height-md-228 {
    min-height: 228px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-228 {
    width: 228% !important;
  }
  .h-lg-228 {
    height: 228% !important;
  }
  .max-w-lg-228 {
    max-width: 228% !important;
  }
  .min-w-lg-228 {
    min-width: 228% !important;
  }
  .max-h-lg-228 {
    max-height: 228% !important;
  }
  .min-h-lg-228 {
    min-height: 228% !important;
  }
  .min-lg-vw-228 {
    min-width: 228vw !important;
  }
  .min-lg-vh-228 {
    min-height: 228vh !important;
  }
  .vw-lg-228 {
    width: 228vw !important;
  }
  .vh-lg-228 {
    height: 228vh !important;
  }
  .width-lg-228 {
    width: 228px !important;
  }
  .height-lg-228 {
    height: 228px !important;
  }
  .max-width-lg-228 {
    max-width: 228px !important;
  }
  .min-width-lg-228 {
    min-width: 228px !important;
  }
  .max-height-lg-228 {
    max-height: 228px !important;
  }
  .min-height-lg-228 {
    min-height: 228px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-228 {
    width: 228% !important;
  }
  .h-xl-228 {
    height: 228% !important;
  }
  .max-w-xl-228 {
    max-width: 228% !important;
  }
  .min-w-xl-228 {
    min-width: 228% !important;
  }
  .max-h-xl-228 {
    max-height: 228% !important;
  }
  .min-h-xl-228 {
    min-height: 228% !important;
  }
  .min-xl-vw-228 {
    min-width: 228vw !important;
  }
  .min-xl-vh-228 {
    min-height: 228vh !important;
  }
  .vw-xl-228 {
    width: 228vw !important;
  }
  .vh-xl-228 {
    height: 228vh !important;
  }
  .width-xl-228 {
    width: 228px !important;
  }
  .height-xl-228 {
    height: 228px !important;
  }
  .max-width-xl-228 {
    max-width: 228px !important;
  }
  .min-width-xl-228 {
    min-width: 228px !important;
  }
  .max-height-xl-228 {
    max-height: 228px !important;
  }
  .min-height-xl-228 {
    min-height: 228px !important;
  }
}
.w-228 {
  width: 228% !important;
}

.h-228 {
  height: 228% !important;
}

.max-w-228 {
  max-width: 228% !important;
}

.min-w-228 {
  min-width: 228% !important;
}

.max-h-228 {
  max-height: 228% !important;
}

.min-h-228 {
  min-height: 228% !important;
}

.min-vw-228 {
  min-width: 228vw !important;
}

.min-vh-228 {
  min-height: 228vh !important;
}

.vw-228 {
  width: 228vw !important;
}

.vh-228 {
  height: 228vh !important;
}

.width-228 {
  width: 228px !important;
}

.height-228 {
  height: 228px !important;
}

.max-width-228 {
  max-width: 228px !important;
}

.min-width-228 {
  min-width: 228px !important;
}

.max-height-228 {
  max-height: 228px !important;
}

.min-height-228 {
  min-height: 228px !important;
}

@media (max-width: 576px) {
  .w-sm-229 {
    width: 229% !important;
  }
  .h-sm-229 {
    height: 229% !important;
  }
  .max-w-sm-229 {
    max-width: 229% !important;
  }
  .min-w-sm-229 {
    min-width: 229% !important;
  }
  .max-h-sm-229 {
    max-height: 229% !important;
  }
  .min-h-sm-229 {
    min-height: 229% !important;
  }
  .min-sm-vw-229 {
    min-width: 229vw !important;
  }
  .min-sm-vh-229 {
    min-height: 229vh !important;
  }
  .vw-sm-229 {
    width: 229vw !important;
  }
  .vh-sm-229 {
    height: 229vh !important;
  }
  .width-sm-229 {
    width: 229px !important;
  }
  .height-sm-229 {
    height: 229px !important;
  }
  .max-width-sm-229 {
    max-width: 229px !important;
  }
  .min-width-sm-229 {
    min-width: 229px !important;
  }
  .max-height-sm-229 {
    max-height: 229px !important;
  }
  .min-height-sm-229 {
    min-height: 229px !important;
  }
}
@media (max-width: 768px) {
  .w-md-229 {
    width: 229% !important;
  }
  .h-md-229 {
    height: 229% !important;
  }
  .max-w-md-229 {
    max-width: 229% !important;
  }
  .min-w-md-229 {
    min-width: 229% !important;
  }
  .max-h-md-229 {
    max-height: 229% !important;
  }
  .min-h-md-229 {
    min-height: 229% !important;
  }
  .min-md-vw-229 {
    min-width: 229vw !important;
  }
  .min-md-vh-229 {
    min-height: 229vh !important;
  }
  .vw-md-229 {
    width: 229vw !important;
  }
  .vh-md-229 {
    height: 229vh !important;
  }
  .width-md-229 {
    width: 229px !important;
  }
  .height-md-229 {
    height: 229px !important;
  }
  .max-width-md-229 {
    max-width: 229px !important;
  }
  .min-width-md-229 {
    min-width: 229px !important;
  }
  .max-height-md-229 {
    max-height: 229px !important;
  }
  .min-height-md-229 {
    min-height: 229px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-229 {
    width: 229% !important;
  }
  .h-lg-229 {
    height: 229% !important;
  }
  .max-w-lg-229 {
    max-width: 229% !important;
  }
  .min-w-lg-229 {
    min-width: 229% !important;
  }
  .max-h-lg-229 {
    max-height: 229% !important;
  }
  .min-h-lg-229 {
    min-height: 229% !important;
  }
  .min-lg-vw-229 {
    min-width: 229vw !important;
  }
  .min-lg-vh-229 {
    min-height: 229vh !important;
  }
  .vw-lg-229 {
    width: 229vw !important;
  }
  .vh-lg-229 {
    height: 229vh !important;
  }
  .width-lg-229 {
    width: 229px !important;
  }
  .height-lg-229 {
    height: 229px !important;
  }
  .max-width-lg-229 {
    max-width: 229px !important;
  }
  .min-width-lg-229 {
    min-width: 229px !important;
  }
  .max-height-lg-229 {
    max-height: 229px !important;
  }
  .min-height-lg-229 {
    min-height: 229px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-229 {
    width: 229% !important;
  }
  .h-xl-229 {
    height: 229% !important;
  }
  .max-w-xl-229 {
    max-width: 229% !important;
  }
  .min-w-xl-229 {
    min-width: 229% !important;
  }
  .max-h-xl-229 {
    max-height: 229% !important;
  }
  .min-h-xl-229 {
    min-height: 229% !important;
  }
  .min-xl-vw-229 {
    min-width: 229vw !important;
  }
  .min-xl-vh-229 {
    min-height: 229vh !important;
  }
  .vw-xl-229 {
    width: 229vw !important;
  }
  .vh-xl-229 {
    height: 229vh !important;
  }
  .width-xl-229 {
    width: 229px !important;
  }
  .height-xl-229 {
    height: 229px !important;
  }
  .max-width-xl-229 {
    max-width: 229px !important;
  }
  .min-width-xl-229 {
    min-width: 229px !important;
  }
  .max-height-xl-229 {
    max-height: 229px !important;
  }
  .min-height-xl-229 {
    min-height: 229px !important;
  }
}
.w-229 {
  width: 229% !important;
}

.h-229 {
  height: 229% !important;
}

.max-w-229 {
  max-width: 229% !important;
}

.min-w-229 {
  min-width: 229% !important;
}

.max-h-229 {
  max-height: 229% !important;
}

.min-h-229 {
  min-height: 229% !important;
}

.min-vw-229 {
  min-width: 229vw !important;
}

.min-vh-229 {
  min-height: 229vh !important;
}

.vw-229 {
  width: 229vw !important;
}

.vh-229 {
  height: 229vh !important;
}

.width-229 {
  width: 229px !important;
}

.height-229 {
  height: 229px !important;
}

.max-width-229 {
  max-width: 229px !important;
}

.min-width-229 {
  min-width: 229px !important;
}

.max-height-229 {
  max-height: 229px !important;
}

.min-height-229 {
  min-height: 229px !important;
}

@media (max-width: 576px) {
  .w-sm-230 {
    width: 230% !important;
  }
  .h-sm-230 {
    height: 230% !important;
  }
  .max-w-sm-230 {
    max-width: 230% !important;
  }
  .min-w-sm-230 {
    min-width: 230% !important;
  }
  .max-h-sm-230 {
    max-height: 230% !important;
  }
  .min-h-sm-230 {
    min-height: 230% !important;
  }
  .min-sm-vw-230 {
    min-width: 230vw !important;
  }
  .min-sm-vh-230 {
    min-height: 230vh !important;
  }
  .vw-sm-230 {
    width: 230vw !important;
  }
  .vh-sm-230 {
    height: 230vh !important;
  }
  .width-sm-230 {
    width: 230px !important;
  }
  .height-sm-230 {
    height: 230px !important;
  }
  .max-width-sm-230 {
    max-width: 230px !important;
  }
  .min-width-sm-230 {
    min-width: 230px !important;
  }
  .max-height-sm-230 {
    max-height: 230px !important;
  }
  .min-height-sm-230 {
    min-height: 230px !important;
  }
}
@media (max-width: 768px) {
  .w-md-230 {
    width: 230% !important;
  }
  .h-md-230 {
    height: 230% !important;
  }
  .max-w-md-230 {
    max-width: 230% !important;
  }
  .min-w-md-230 {
    min-width: 230% !important;
  }
  .max-h-md-230 {
    max-height: 230% !important;
  }
  .min-h-md-230 {
    min-height: 230% !important;
  }
  .min-md-vw-230 {
    min-width: 230vw !important;
  }
  .min-md-vh-230 {
    min-height: 230vh !important;
  }
  .vw-md-230 {
    width: 230vw !important;
  }
  .vh-md-230 {
    height: 230vh !important;
  }
  .width-md-230 {
    width: 230px !important;
  }
  .height-md-230 {
    height: 230px !important;
  }
  .max-width-md-230 {
    max-width: 230px !important;
  }
  .min-width-md-230 {
    min-width: 230px !important;
  }
  .max-height-md-230 {
    max-height: 230px !important;
  }
  .min-height-md-230 {
    min-height: 230px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-230 {
    width: 230% !important;
  }
  .h-lg-230 {
    height: 230% !important;
  }
  .max-w-lg-230 {
    max-width: 230% !important;
  }
  .min-w-lg-230 {
    min-width: 230% !important;
  }
  .max-h-lg-230 {
    max-height: 230% !important;
  }
  .min-h-lg-230 {
    min-height: 230% !important;
  }
  .min-lg-vw-230 {
    min-width: 230vw !important;
  }
  .min-lg-vh-230 {
    min-height: 230vh !important;
  }
  .vw-lg-230 {
    width: 230vw !important;
  }
  .vh-lg-230 {
    height: 230vh !important;
  }
  .width-lg-230 {
    width: 230px !important;
  }
  .height-lg-230 {
    height: 230px !important;
  }
  .max-width-lg-230 {
    max-width: 230px !important;
  }
  .min-width-lg-230 {
    min-width: 230px !important;
  }
  .max-height-lg-230 {
    max-height: 230px !important;
  }
  .min-height-lg-230 {
    min-height: 230px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-230 {
    width: 230% !important;
  }
  .h-xl-230 {
    height: 230% !important;
  }
  .max-w-xl-230 {
    max-width: 230% !important;
  }
  .min-w-xl-230 {
    min-width: 230% !important;
  }
  .max-h-xl-230 {
    max-height: 230% !important;
  }
  .min-h-xl-230 {
    min-height: 230% !important;
  }
  .min-xl-vw-230 {
    min-width: 230vw !important;
  }
  .min-xl-vh-230 {
    min-height: 230vh !important;
  }
  .vw-xl-230 {
    width: 230vw !important;
  }
  .vh-xl-230 {
    height: 230vh !important;
  }
  .width-xl-230 {
    width: 230px !important;
  }
  .height-xl-230 {
    height: 230px !important;
  }
  .max-width-xl-230 {
    max-width: 230px !important;
  }
  .min-width-xl-230 {
    min-width: 230px !important;
  }
  .max-height-xl-230 {
    max-height: 230px !important;
  }
  .min-height-xl-230 {
    min-height: 230px !important;
  }
}
.w-230 {
  width: 230% !important;
}

.h-230 {
  height: 230% !important;
}

.max-w-230 {
  max-width: 230% !important;
}

.min-w-230 {
  min-width: 230% !important;
}

.max-h-230 {
  max-height: 230% !important;
}

.min-h-230 {
  min-height: 230% !important;
}

.min-vw-230 {
  min-width: 230vw !important;
}

.min-vh-230 {
  min-height: 230vh !important;
}

.vw-230 {
  width: 230vw !important;
}

.vh-230 {
  height: 230vh !important;
}

.width-230 {
  width: 230px !important;
}

.height-230 {
  height: 230px !important;
}

.max-width-230 {
  max-width: 230px !important;
}

.min-width-230 {
  min-width: 230px !important;
}

.max-height-230 {
  max-height: 230px !important;
}

.min-height-230 {
  min-height: 230px !important;
}

@media (max-width: 576px) {
  .w-sm-231 {
    width: 231% !important;
  }
  .h-sm-231 {
    height: 231% !important;
  }
  .max-w-sm-231 {
    max-width: 231% !important;
  }
  .min-w-sm-231 {
    min-width: 231% !important;
  }
  .max-h-sm-231 {
    max-height: 231% !important;
  }
  .min-h-sm-231 {
    min-height: 231% !important;
  }
  .min-sm-vw-231 {
    min-width: 231vw !important;
  }
  .min-sm-vh-231 {
    min-height: 231vh !important;
  }
  .vw-sm-231 {
    width: 231vw !important;
  }
  .vh-sm-231 {
    height: 231vh !important;
  }
  .width-sm-231 {
    width: 231px !important;
  }
  .height-sm-231 {
    height: 231px !important;
  }
  .max-width-sm-231 {
    max-width: 231px !important;
  }
  .min-width-sm-231 {
    min-width: 231px !important;
  }
  .max-height-sm-231 {
    max-height: 231px !important;
  }
  .min-height-sm-231 {
    min-height: 231px !important;
  }
}
@media (max-width: 768px) {
  .w-md-231 {
    width: 231% !important;
  }
  .h-md-231 {
    height: 231% !important;
  }
  .max-w-md-231 {
    max-width: 231% !important;
  }
  .min-w-md-231 {
    min-width: 231% !important;
  }
  .max-h-md-231 {
    max-height: 231% !important;
  }
  .min-h-md-231 {
    min-height: 231% !important;
  }
  .min-md-vw-231 {
    min-width: 231vw !important;
  }
  .min-md-vh-231 {
    min-height: 231vh !important;
  }
  .vw-md-231 {
    width: 231vw !important;
  }
  .vh-md-231 {
    height: 231vh !important;
  }
  .width-md-231 {
    width: 231px !important;
  }
  .height-md-231 {
    height: 231px !important;
  }
  .max-width-md-231 {
    max-width: 231px !important;
  }
  .min-width-md-231 {
    min-width: 231px !important;
  }
  .max-height-md-231 {
    max-height: 231px !important;
  }
  .min-height-md-231 {
    min-height: 231px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-231 {
    width: 231% !important;
  }
  .h-lg-231 {
    height: 231% !important;
  }
  .max-w-lg-231 {
    max-width: 231% !important;
  }
  .min-w-lg-231 {
    min-width: 231% !important;
  }
  .max-h-lg-231 {
    max-height: 231% !important;
  }
  .min-h-lg-231 {
    min-height: 231% !important;
  }
  .min-lg-vw-231 {
    min-width: 231vw !important;
  }
  .min-lg-vh-231 {
    min-height: 231vh !important;
  }
  .vw-lg-231 {
    width: 231vw !important;
  }
  .vh-lg-231 {
    height: 231vh !important;
  }
  .width-lg-231 {
    width: 231px !important;
  }
  .height-lg-231 {
    height: 231px !important;
  }
  .max-width-lg-231 {
    max-width: 231px !important;
  }
  .min-width-lg-231 {
    min-width: 231px !important;
  }
  .max-height-lg-231 {
    max-height: 231px !important;
  }
  .min-height-lg-231 {
    min-height: 231px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-231 {
    width: 231% !important;
  }
  .h-xl-231 {
    height: 231% !important;
  }
  .max-w-xl-231 {
    max-width: 231% !important;
  }
  .min-w-xl-231 {
    min-width: 231% !important;
  }
  .max-h-xl-231 {
    max-height: 231% !important;
  }
  .min-h-xl-231 {
    min-height: 231% !important;
  }
  .min-xl-vw-231 {
    min-width: 231vw !important;
  }
  .min-xl-vh-231 {
    min-height: 231vh !important;
  }
  .vw-xl-231 {
    width: 231vw !important;
  }
  .vh-xl-231 {
    height: 231vh !important;
  }
  .width-xl-231 {
    width: 231px !important;
  }
  .height-xl-231 {
    height: 231px !important;
  }
  .max-width-xl-231 {
    max-width: 231px !important;
  }
  .min-width-xl-231 {
    min-width: 231px !important;
  }
  .max-height-xl-231 {
    max-height: 231px !important;
  }
  .min-height-xl-231 {
    min-height: 231px !important;
  }
}
.w-231 {
  width: 231% !important;
}

.h-231 {
  height: 231% !important;
}

.max-w-231 {
  max-width: 231% !important;
}

.min-w-231 {
  min-width: 231% !important;
}

.max-h-231 {
  max-height: 231% !important;
}

.min-h-231 {
  min-height: 231% !important;
}

.min-vw-231 {
  min-width: 231vw !important;
}

.min-vh-231 {
  min-height: 231vh !important;
}

.vw-231 {
  width: 231vw !important;
}

.vh-231 {
  height: 231vh !important;
}

.width-231 {
  width: 231px !important;
}

.height-231 {
  height: 231px !important;
}

.max-width-231 {
  max-width: 231px !important;
}

.min-width-231 {
  min-width: 231px !important;
}

.max-height-231 {
  max-height: 231px !important;
}

.min-height-231 {
  min-height: 231px !important;
}

@media (max-width: 576px) {
  .w-sm-232 {
    width: 232% !important;
  }
  .h-sm-232 {
    height: 232% !important;
  }
  .max-w-sm-232 {
    max-width: 232% !important;
  }
  .min-w-sm-232 {
    min-width: 232% !important;
  }
  .max-h-sm-232 {
    max-height: 232% !important;
  }
  .min-h-sm-232 {
    min-height: 232% !important;
  }
  .min-sm-vw-232 {
    min-width: 232vw !important;
  }
  .min-sm-vh-232 {
    min-height: 232vh !important;
  }
  .vw-sm-232 {
    width: 232vw !important;
  }
  .vh-sm-232 {
    height: 232vh !important;
  }
  .width-sm-232 {
    width: 232px !important;
  }
  .height-sm-232 {
    height: 232px !important;
  }
  .max-width-sm-232 {
    max-width: 232px !important;
  }
  .min-width-sm-232 {
    min-width: 232px !important;
  }
  .max-height-sm-232 {
    max-height: 232px !important;
  }
  .min-height-sm-232 {
    min-height: 232px !important;
  }
}
@media (max-width: 768px) {
  .w-md-232 {
    width: 232% !important;
  }
  .h-md-232 {
    height: 232% !important;
  }
  .max-w-md-232 {
    max-width: 232% !important;
  }
  .min-w-md-232 {
    min-width: 232% !important;
  }
  .max-h-md-232 {
    max-height: 232% !important;
  }
  .min-h-md-232 {
    min-height: 232% !important;
  }
  .min-md-vw-232 {
    min-width: 232vw !important;
  }
  .min-md-vh-232 {
    min-height: 232vh !important;
  }
  .vw-md-232 {
    width: 232vw !important;
  }
  .vh-md-232 {
    height: 232vh !important;
  }
  .width-md-232 {
    width: 232px !important;
  }
  .height-md-232 {
    height: 232px !important;
  }
  .max-width-md-232 {
    max-width: 232px !important;
  }
  .min-width-md-232 {
    min-width: 232px !important;
  }
  .max-height-md-232 {
    max-height: 232px !important;
  }
  .min-height-md-232 {
    min-height: 232px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-232 {
    width: 232% !important;
  }
  .h-lg-232 {
    height: 232% !important;
  }
  .max-w-lg-232 {
    max-width: 232% !important;
  }
  .min-w-lg-232 {
    min-width: 232% !important;
  }
  .max-h-lg-232 {
    max-height: 232% !important;
  }
  .min-h-lg-232 {
    min-height: 232% !important;
  }
  .min-lg-vw-232 {
    min-width: 232vw !important;
  }
  .min-lg-vh-232 {
    min-height: 232vh !important;
  }
  .vw-lg-232 {
    width: 232vw !important;
  }
  .vh-lg-232 {
    height: 232vh !important;
  }
  .width-lg-232 {
    width: 232px !important;
  }
  .height-lg-232 {
    height: 232px !important;
  }
  .max-width-lg-232 {
    max-width: 232px !important;
  }
  .min-width-lg-232 {
    min-width: 232px !important;
  }
  .max-height-lg-232 {
    max-height: 232px !important;
  }
  .min-height-lg-232 {
    min-height: 232px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-232 {
    width: 232% !important;
  }
  .h-xl-232 {
    height: 232% !important;
  }
  .max-w-xl-232 {
    max-width: 232% !important;
  }
  .min-w-xl-232 {
    min-width: 232% !important;
  }
  .max-h-xl-232 {
    max-height: 232% !important;
  }
  .min-h-xl-232 {
    min-height: 232% !important;
  }
  .min-xl-vw-232 {
    min-width: 232vw !important;
  }
  .min-xl-vh-232 {
    min-height: 232vh !important;
  }
  .vw-xl-232 {
    width: 232vw !important;
  }
  .vh-xl-232 {
    height: 232vh !important;
  }
  .width-xl-232 {
    width: 232px !important;
  }
  .height-xl-232 {
    height: 232px !important;
  }
  .max-width-xl-232 {
    max-width: 232px !important;
  }
  .min-width-xl-232 {
    min-width: 232px !important;
  }
  .max-height-xl-232 {
    max-height: 232px !important;
  }
  .min-height-xl-232 {
    min-height: 232px !important;
  }
}
.w-232 {
  width: 232% !important;
}

.h-232 {
  height: 232% !important;
}

.max-w-232 {
  max-width: 232% !important;
}

.min-w-232 {
  min-width: 232% !important;
}

.max-h-232 {
  max-height: 232% !important;
}

.min-h-232 {
  min-height: 232% !important;
}

.min-vw-232 {
  min-width: 232vw !important;
}

.min-vh-232 {
  min-height: 232vh !important;
}

.vw-232 {
  width: 232vw !important;
}

.vh-232 {
  height: 232vh !important;
}

.width-232 {
  width: 232px !important;
}

.height-232 {
  height: 232px !important;
}

.max-width-232 {
  max-width: 232px !important;
}

.min-width-232 {
  min-width: 232px !important;
}

.max-height-232 {
  max-height: 232px !important;
}

.min-height-232 {
  min-height: 232px !important;
}

@media (max-width: 576px) {
  .w-sm-233 {
    width: 233% !important;
  }
  .h-sm-233 {
    height: 233% !important;
  }
  .max-w-sm-233 {
    max-width: 233% !important;
  }
  .min-w-sm-233 {
    min-width: 233% !important;
  }
  .max-h-sm-233 {
    max-height: 233% !important;
  }
  .min-h-sm-233 {
    min-height: 233% !important;
  }
  .min-sm-vw-233 {
    min-width: 233vw !important;
  }
  .min-sm-vh-233 {
    min-height: 233vh !important;
  }
  .vw-sm-233 {
    width: 233vw !important;
  }
  .vh-sm-233 {
    height: 233vh !important;
  }
  .width-sm-233 {
    width: 233px !important;
  }
  .height-sm-233 {
    height: 233px !important;
  }
  .max-width-sm-233 {
    max-width: 233px !important;
  }
  .min-width-sm-233 {
    min-width: 233px !important;
  }
  .max-height-sm-233 {
    max-height: 233px !important;
  }
  .min-height-sm-233 {
    min-height: 233px !important;
  }
}
@media (max-width: 768px) {
  .w-md-233 {
    width: 233% !important;
  }
  .h-md-233 {
    height: 233% !important;
  }
  .max-w-md-233 {
    max-width: 233% !important;
  }
  .min-w-md-233 {
    min-width: 233% !important;
  }
  .max-h-md-233 {
    max-height: 233% !important;
  }
  .min-h-md-233 {
    min-height: 233% !important;
  }
  .min-md-vw-233 {
    min-width: 233vw !important;
  }
  .min-md-vh-233 {
    min-height: 233vh !important;
  }
  .vw-md-233 {
    width: 233vw !important;
  }
  .vh-md-233 {
    height: 233vh !important;
  }
  .width-md-233 {
    width: 233px !important;
  }
  .height-md-233 {
    height: 233px !important;
  }
  .max-width-md-233 {
    max-width: 233px !important;
  }
  .min-width-md-233 {
    min-width: 233px !important;
  }
  .max-height-md-233 {
    max-height: 233px !important;
  }
  .min-height-md-233 {
    min-height: 233px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-233 {
    width: 233% !important;
  }
  .h-lg-233 {
    height: 233% !important;
  }
  .max-w-lg-233 {
    max-width: 233% !important;
  }
  .min-w-lg-233 {
    min-width: 233% !important;
  }
  .max-h-lg-233 {
    max-height: 233% !important;
  }
  .min-h-lg-233 {
    min-height: 233% !important;
  }
  .min-lg-vw-233 {
    min-width: 233vw !important;
  }
  .min-lg-vh-233 {
    min-height: 233vh !important;
  }
  .vw-lg-233 {
    width: 233vw !important;
  }
  .vh-lg-233 {
    height: 233vh !important;
  }
  .width-lg-233 {
    width: 233px !important;
  }
  .height-lg-233 {
    height: 233px !important;
  }
  .max-width-lg-233 {
    max-width: 233px !important;
  }
  .min-width-lg-233 {
    min-width: 233px !important;
  }
  .max-height-lg-233 {
    max-height: 233px !important;
  }
  .min-height-lg-233 {
    min-height: 233px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-233 {
    width: 233% !important;
  }
  .h-xl-233 {
    height: 233% !important;
  }
  .max-w-xl-233 {
    max-width: 233% !important;
  }
  .min-w-xl-233 {
    min-width: 233% !important;
  }
  .max-h-xl-233 {
    max-height: 233% !important;
  }
  .min-h-xl-233 {
    min-height: 233% !important;
  }
  .min-xl-vw-233 {
    min-width: 233vw !important;
  }
  .min-xl-vh-233 {
    min-height: 233vh !important;
  }
  .vw-xl-233 {
    width: 233vw !important;
  }
  .vh-xl-233 {
    height: 233vh !important;
  }
  .width-xl-233 {
    width: 233px !important;
  }
  .height-xl-233 {
    height: 233px !important;
  }
  .max-width-xl-233 {
    max-width: 233px !important;
  }
  .min-width-xl-233 {
    min-width: 233px !important;
  }
  .max-height-xl-233 {
    max-height: 233px !important;
  }
  .min-height-xl-233 {
    min-height: 233px !important;
  }
}
.w-233 {
  width: 233% !important;
}

.h-233 {
  height: 233% !important;
}

.max-w-233 {
  max-width: 233% !important;
}

.min-w-233 {
  min-width: 233% !important;
}

.max-h-233 {
  max-height: 233% !important;
}

.min-h-233 {
  min-height: 233% !important;
}

.min-vw-233 {
  min-width: 233vw !important;
}

.min-vh-233 {
  min-height: 233vh !important;
}

.vw-233 {
  width: 233vw !important;
}

.vh-233 {
  height: 233vh !important;
}

.width-233 {
  width: 233px !important;
}

.height-233 {
  height: 233px !important;
}

.max-width-233 {
  max-width: 233px !important;
}

.min-width-233 {
  min-width: 233px !important;
}

.max-height-233 {
  max-height: 233px !important;
}

.min-height-233 {
  min-height: 233px !important;
}

@media (max-width: 576px) {
  .w-sm-234 {
    width: 234% !important;
  }
  .h-sm-234 {
    height: 234% !important;
  }
  .max-w-sm-234 {
    max-width: 234% !important;
  }
  .min-w-sm-234 {
    min-width: 234% !important;
  }
  .max-h-sm-234 {
    max-height: 234% !important;
  }
  .min-h-sm-234 {
    min-height: 234% !important;
  }
  .min-sm-vw-234 {
    min-width: 234vw !important;
  }
  .min-sm-vh-234 {
    min-height: 234vh !important;
  }
  .vw-sm-234 {
    width: 234vw !important;
  }
  .vh-sm-234 {
    height: 234vh !important;
  }
  .width-sm-234 {
    width: 234px !important;
  }
  .height-sm-234 {
    height: 234px !important;
  }
  .max-width-sm-234 {
    max-width: 234px !important;
  }
  .min-width-sm-234 {
    min-width: 234px !important;
  }
  .max-height-sm-234 {
    max-height: 234px !important;
  }
  .min-height-sm-234 {
    min-height: 234px !important;
  }
}
@media (max-width: 768px) {
  .w-md-234 {
    width: 234% !important;
  }
  .h-md-234 {
    height: 234% !important;
  }
  .max-w-md-234 {
    max-width: 234% !important;
  }
  .min-w-md-234 {
    min-width: 234% !important;
  }
  .max-h-md-234 {
    max-height: 234% !important;
  }
  .min-h-md-234 {
    min-height: 234% !important;
  }
  .min-md-vw-234 {
    min-width: 234vw !important;
  }
  .min-md-vh-234 {
    min-height: 234vh !important;
  }
  .vw-md-234 {
    width: 234vw !important;
  }
  .vh-md-234 {
    height: 234vh !important;
  }
  .width-md-234 {
    width: 234px !important;
  }
  .height-md-234 {
    height: 234px !important;
  }
  .max-width-md-234 {
    max-width: 234px !important;
  }
  .min-width-md-234 {
    min-width: 234px !important;
  }
  .max-height-md-234 {
    max-height: 234px !important;
  }
  .min-height-md-234 {
    min-height: 234px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-234 {
    width: 234% !important;
  }
  .h-lg-234 {
    height: 234% !important;
  }
  .max-w-lg-234 {
    max-width: 234% !important;
  }
  .min-w-lg-234 {
    min-width: 234% !important;
  }
  .max-h-lg-234 {
    max-height: 234% !important;
  }
  .min-h-lg-234 {
    min-height: 234% !important;
  }
  .min-lg-vw-234 {
    min-width: 234vw !important;
  }
  .min-lg-vh-234 {
    min-height: 234vh !important;
  }
  .vw-lg-234 {
    width: 234vw !important;
  }
  .vh-lg-234 {
    height: 234vh !important;
  }
  .width-lg-234 {
    width: 234px !important;
  }
  .height-lg-234 {
    height: 234px !important;
  }
  .max-width-lg-234 {
    max-width: 234px !important;
  }
  .min-width-lg-234 {
    min-width: 234px !important;
  }
  .max-height-lg-234 {
    max-height: 234px !important;
  }
  .min-height-lg-234 {
    min-height: 234px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-234 {
    width: 234% !important;
  }
  .h-xl-234 {
    height: 234% !important;
  }
  .max-w-xl-234 {
    max-width: 234% !important;
  }
  .min-w-xl-234 {
    min-width: 234% !important;
  }
  .max-h-xl-234 {
    max-height: 234% !important;
  }
  .min-h-xl-234 {
    min-height: 234% !important;
  }
  .min-xl-vw-234 {
    min-width: 234vw !important;
  }
  .min-xl-vh-234 {
    min-height: 234vh !important;
  }
  .vw-xl-234 {
    width: 234vw !important;
  }
  .vh-xl-234 {
    height: 234vh !important;
  }
  .width-xl-234 {
    width: 234px !important;
  }
  .height-xl-234 {
    height: 234px !important;
  }
  .max-width-xl-234 {
    max-width: 234px !important;
  }
  .min-width-xl-234 {
    min-width: 234px !important;
  }
  .max-height-xl-234 {
    max-height: 234px !important;
  }
  .min-height-xl-234 {
    min-height: 234px !important;
  }
}
.w-234 {
  width: 234% !important;
}

.h-234 {
  height: 234% !important;
}

.max-w-234 {
  max-width: 234% !important;
}

.min-w-234 {
  min-width: 234% !important;
}

.max-h-234 {
  max-height: 234% !important;
}

.min-h-234 {
  min-height: 234% !important;
}

.min-vw-234 {
  min-width: 234vw !important;
}

.min-vh-234 {
  min-height: 234vh !important;
}

.vw-234 {
  width: 234vw !important;
}

.vh-234 {
  height: 234vh !important;
}

.width-234 {
  width: 234px !important;
}

.height-234 {
  height: 234px !important;
}

.max-width-234 {
  max-width: 234px !important;
}

.min-width-234 {
  min-width: 234px !important;
}

.max-height-234 {
  max-height: 234px !important;
}

.min-height-234 {
  min-height: 234px !important;
}

@media (max-width: 576px) {
  .w-sm-235 {
    width: 235% !important;
  }
  .h-sm-235 {
    height: 235% !important;
  }
  .max-w-sm-235 {
    max-width: 235% !important;
  }
  .min-w-sm-235 {
    min-width: 235% !important;
  }
  .max-h-sm-235 {
    max-height: 235% !important;
  }
  .min-h-sm-235 {
    min-height: 235% !important;
  }
  .min-sm-vw-235 {
    min-width: 235vw !important;
  }
  .min-sm-vh-235 {
    min-height: 235vh !important;
  }
  .vw-sm-235 {
    width: 235vw !important;
  }
  .vh-sm-235 {
    height: 235vh !important;
  }
  .width-sm-235 {
    width: 235px !important;
  }
  .height-sm-235 {
    height: 235px !important;
  }
  .max-width-sm-235 {
    max-width: 235px !important;
  }
  .min-width-sm-235 {
    min-width: 235px !important;
  }
  .max-height-sm-235 {
    max-height: 235px !important;
  }
  .min-height-sm-235 {
    min-height: 235px !important;
  }
}
@media (max-width: 768px) {
  .w-md-235 {
    width: 235% !important;
  }
  .h-md-235 {
    height: 235% !important;
  }
  .max-w-md-235 {
    max-width: 235% !important;
  }
  .min-w-md-235 {
    min-width: 235% !important;
  }
  .max-h-md-235 {
    max-height: 235% !important;
  }
  .min-h-md-235 {
    min-height: 235% !important;
  }
  .min-md-vw-235 {
    min-width: 235vw !important;
  }
  .min-md-vh-235 {
    min-height: 235vh !important;
  }
  .vw-md-235 {
    width: 235vw !important;
  }
  .vh-md-235 {
    height: 235vh !important;
  }
  .width-md-235 {
    width: 235px !important;
  }
  .height-md-235 {
    height: 235px !important;
  }
  .max-width-md-235 {
    max-width: 235px !important;
  }
  .min-width-md-235 {
    min-width: 235px !important;
  }
  .max-height-md-235 {
    max-height: 235px !important;
  }
  .min-height-md-235 {
    min-height: 235px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-235 {
    width: 235% !important;
  }
  .h-lg-235 {
    height: 235% !important;
  }
  .max-w-lg-235 {
    max-width: 235% !important;
  }
  .min-w-lg-235 {
    min-width: 235% !important;
  }
  .max-h-lg-235 {
    max-height: 235% !important;
  }
  .min-h-lg-235 {
    min-height: 235% !important;
  }
  .min-lg-vw-235 {
    min-width: 235vw !important;
  }
  .min-lg-vh-235 {
    min-height: 235vh !important;
  }
  .vw-lg-235 {
    width: 235vw !important;
  }
  .vh-lg-235 {
    height: 235vh !important;
  }
  .width-lg-235 {
    width: 235px !important;
  }
  .height-lg-235 {
    height: 235px !important;
  }
  .max-width-lg-235 {
    max-width: 235px !important;
  }
  .min-width-lg-235 {
    min-width: 235px !important;
  }
  .max-height-lg-235 {
    max-height: 235px !important;
  }
  .min-height-lg-235 {
    min-height: 235px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-235 {
    width: 235% !important;
  }
  .h-xl-235 {
    height: 235% !important;
  }
  .max-w-xl-235 {
    max-width: 235% !important;
  }
  .min-w-xl-235 {
    min-width: 235% !important;
  }
  .max-h-xl-235 {
    max-height: 235% !important;
  }
  .min-h-xl-235 {
    min-height: 235% !important;
  }
  .min-xl-vw-235 {
    min-width: 235vw !important;
  }
  .min-xl-vh-235 {
    min-height: 235vh !important;
  }
  .vw-xl-235 {
    width: 235vw !important;
  }
  .vh-xl-235 {
    height: 235vh !important;
  }
  .width-xl-235 {
    width: 235px !important;
  }
  .height-xl-235 {
    height: 235px !important;
  }
  .max-width-xl-235 {
    max-width: 235px !important;
  }
  .min-width-xl-235 {
    min-width: 235px !important;
  }
  .max-height-xl-235 {
    max-height: 235px !important;
  }
  .min-height-xl-235 {
    min-height: 235px !important;
  }
}
.w-235 {
  width: 235% !important;
}

.h-235 {
  height: 235% !important;
}

.max-w-235 {
  max-width: 235% !important;
}

.min-w-235 {
  min-width: 235% !important;
}

.max-h-235 {
  max-height: 235% !important;
}

.min-h-235 {
  min-height: 235% !important;
}

.min-vw-235 {
  min-width: 235vw !important;
}

.min-vh-235 {
  min-height: 235vh !important;
}

.vw-235 {
  width: 235vw !important;
}

.vh-235 {
  height: 235vh !important;
}

.width-235 {
  width: 235px !important;
}

.height-235 {
  height: 235px !important;
}

.max-width-235 {
  max-width: 235px !important;
}

.min-width-235 {
  min-width: 235px !important;
}

.max-height-235 {
  max-height: 235px !important;
}

.min-height-235 {
  min-height: 235px !important;
}

@media (max-width: 576px) {
  .w-sm-236 {
    width: 236% !important;
  }
  .h-sm-236 {
    height: 236% !important;
  }
  .max-w-sm-236 {
    max-width: 236% !important;
  }
  .min-w-sm-236 {
    min-width: 236% !important;
  }
  .max-h-sm-236 {
    max-height: 236% !important;
  }
  .min-h-sm-236 {
    min-height: 236% !important;
  }
  .min-sm-vw-236 {
    min-width: 236vw !important;
  }
  .min-sm-vh-236 {
    min-height: 236vh !important;
  }
  .vw-sm-236 {
    width: 236vw !important;
  }
  .vh-sm-236 {
    height: 236vh !important;
  }
  .width-sm-236 {
    width: 236px !important;
  }
  .height-sm-236 {
    height: 236px !important;
  }
  .max-width-sm-236 {
    max-width: 236px !important;
  }
  .min-width-sm-236 {
    min-width: 236px !important;
  }
  .max-height-sm-236 {
    max-height: 236px !important;
  }
  .min-height-sm-236 {
    min-height: 236px !important;
  }
}
@media (max-width: 768px) {
  .w-md-236 {
    width: 236% !important;
  }
  .h-md-236 {
    height: 236% !important;
  }
  .max-w-md-236 {
    max-width: 236% !important;
  }
  .min-w-md-236 {
    min-width: 236% !important;
  }
  .max-h-md-236 {
    max-height: 236% !important;
  }
  .min-h-md-236 {
    min-height: 236% !important;
  }
  .min-md-vw-236 {
    min-width: 236vw !important;
  }
  .min-md-vh-236 {
    min-height: 236vh !important;
  }
  .vw-md-236 {
    width: 236vw !important;
  }
  .vh-md-236 {
    height: 236vh !important;
  }
  .width-md-236 {
    width: 236px !important;
  }
  .height-md-236 {
    height: 236px !important;
  }
  .max-width-md-236 {
    max-width: 236px !important;
  }
  .min-width-md-236 {
    min-width: 236px !important;
  }
  .max-height-md-236 {
    max-height: 236px !important;
  }
  .min-height-md-236 {
    min-height: 236px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-236 {
    width: 236% !important;
  }
  .h-lg-236 {
    height: 236% !important;
  }
  .max-w-lg-236 {
    max-width: 236% !important;
  }
  .min-w-lg-236 {
    min-width: 236% !important;
  }
  .max-h-lg-236 {
    max-height: 236% !important;
  }
  .min-h-lg-236 {
    min-height: 236% !important;
  }
  .min-lg-vw-236 {
    min-width: 236vw !important;
  }
  .min-lg-vh-236 {
    min-height: 236vh !important;
  }
  .vw-lg-236 {
    width: 236vw !important;
  }
  .vh-lg-236 {
    height: 236vh !important;
  }
  .width-lg-236 {
    width: 236px !important;
  }
  .height-lg-236 {
    height: 236px !important;
  }
  .max-width-lg-236 {
    max-width: 236px !important;
  }
  .min-width-lg-236 {
    min-width: 236px !important;
  }
  .max-height-lg-236 {
    max-height: 236px !important;
  }
  .min-height-lg-236 {
    min-height: 236px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-236 {
    width: 236% !important;
  }
  .h-xl-236 {
    height: 236% !important;
  }
  .max-w-xl-236 {
    max-width: 236% !important;
  }
  .min-w-xl-236 {
    min-width: 236% !important;
  }
  .max-h-xl-236 {
    max-height: 236% !important;
  }
  .min-h-xl-236 {
    min-height: 236% !important;
  }
  .min-xl-vw-236 {
    min-width: 236vw !important;
  }
  .min-xl-vh-236 {
    min-height: 236vh !important;
  }
  .vw-xl-236 {
    width: 236vw !important;
  }
  .vh-xl-236 {
    height: 236vh !important;
  }
  .width-xl-236 {
    width: 236px !important;
  }
  .height-xl-236 {
    height: 236px !important;
  }
  .max-width-xl-236 {
    max-width: 236px !important;
  }
  .min-width-xl-236 {
    min-width: 236px !important;
  }
  .max-height-xl-236 {
    max-height: 236px !important;
  }
  .min-height-xl-236 {
    min-height: 236px !important;
  }
}
.w-236 {
  width: 236% !important;
}

.h-236 {
  height: 236% !important;
}

.max-w-236 {
  max-width: 236% !important;
}

.min-w-236 {
  min-width: 236% !important;
}

.max-h-236 {
  max-height: 236% !important;
}

.min-h-236 {
  min-height: 236% !important;
}

.min-vw-236 {
  min-width: 236vw !important;
}

.min-vh-236 {
  min-height: 236vh !important;
}

.vw-236 {
  width: 236vw !important;
}

.vh-236 {
  height: 236vh !important;
}

.width-236 {
  width: 236px !important;
}

.height-236 {
  height: 236px !important;
}

.max-width-236 {
  max-width: 236px !important;
}

.min-width-236 {
  min-width: 236px !important;
}

.max-height-236 {
  max-height: 236px !important;
}

.min-height-236 {
  min-height: 236px !important;
}

@media (max-width: 576px) {
  .w-sm-237 {
    width: 237% !important;
  }
  .h-sm-237 {
    height: 237% !important;
  }
  .max-w-sm-237 {
    max-width: 237% !important;
  }
  .min-w-sm-237 {
    min-width: 237% !important;
  }
  .max-h-sm-237 {
    max-height: 237% !important;
  }
  .min-h-sm-237 {
    min-height: 237% !important;
  }
  .min-sm-vw-237 {
    min-width: 237vw !important;
  }
  .min-sm-vh-237 {
    min-height: 237vh !important;
  }
  .vw-sm-237 {
    width: 237vw !important;
  }
  .vh-sm-237 {
    height: 237vh !important;
  }
  .width-sm-237 {
    width: 237px !important;
  }
  .height-sm-237 {
    height: 237px !important;
  }
  .max-width-sm-237 {
    max-width: 237px !important;
  }
  .min-width-sm-237 {
    min-width: 237px !important;
  }
  .max-height-sm-237 {
    max-height: 237px !important;
  }
  .min-height-sm-237 {
    min-height: 237px !important;
  }
}
@media (max-width: 768px) {
  .w-md-237 {
    width: 237% !important;
  }
  .h-md-237 {
    height: 237% !important;
  }
  .max-w-md-237 {
    max-width: 237% !important;
  }
  .min-w-md-237 {
    min-width: 237% !important;
  }
  .max-h-md-237 {
    max-height: 237% !important;
  }
  .min-h-md-237 {
    min-height: 237% !important;
  }
  .min-md-vw-237 {
    min-width: 237vw !important;
  }
  .min-md-vh-237 {
    min-height: 237vh !important;
  }
  .vw-md-237 {
    width: 237vw !important;
  }
  .vh-md-237 {
    height: 237vh !important;
  }
  .width-md-237 {
    width: 237px !important;
  }
  .height-md-237 {
    height: 237px !important;
  }
  .max-width-md-237 {
    max-width: 237px !important;
  }
  .min-width-md-237 {
    min-width: 237px !important;
  }
  .max-height-md-237 {
    max-height: 237px !important;
  }
  .min-height-md-237 {
    min-height: 237px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-237 {
    width: 237% !important;
  }
  .h-lg-237 {
    height: 237% !important;
  }
  .max-w-lg-237 {
    max-width: 237% !important;
  }
  .min-w-lg-237 {
    min-width: 237% !important;
  }
  .max-h-lg-237 {
    max-height: 237% !important;
  }
  .min-h-lg-237 {
    min-height: 237% !important;
  }
  .min-lg-vw-237 {
    min-width: 237vw !important;
  }
  .min-lg-vh-237 {
    min-height: 237vh !important;
  }
  .vw-lg-237 {
    width: 237vw !important;
  }
  .vh-lg-237 {
    height: 237vh !important;
  }
  .width-lg-237 {
    width: 237px !important;
  }
  .height-lg-237 {
    height: 237px !important;
  }
  .max-width-lg-237 {
    max-width: 237px !important;
  }
  .min-width-lg-237 {
    min-width: 237px !important;
  }
  .max-height-lg-237 {
    max-height: 237px !important;
  }
  .min-height-lg-237 {
    min-height: 237px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-237 {
    width: 237% !important;
  }
  .h-xl-237 {
    height: 237% !important;
  }
  .max-w-xl-237 {
    max-width: 237% !important;
  }
  .min-w-xl-237 {
    min-width: 237% !important;
  }
  .max-h-xl-237 {
    max-height: 237% !important;
  }
  .min-h-xl-237 {
    min-height: 237% !important;
  }
  .min-xl-vw-237 {
    min-width: 237vw !important;
  }
  .min-xl-vh-237 {
    min-height: 237vh !important;
  }
  .vw-xl-237 {
    width: 237vw !important;
  }
  .vh-xl-237 {
    height: 237vh !important;
  }
  .width-xl-237 {
    width: 237px !important;
  }
  .height-xl-237 {
    height: 237px !important;
  }
  .max-width-xl-237 {
    max-width: 237px !important;
  }
  .min-width-xl-237 {
    min-width: 237px !important;
  }
  .max-height-xl-237 {
    max-height: 237px !important;
  }
  .min-height-xl-237 {
    min-height: 237px !important;
  }
}
.w-237 {
  width: 237% !important;
}

.h-237 {
  height: 237% !important;
}

.max-w-237 {
  max-width: 237% !important;
}

.min-w-237 {
  min-width: 237% !important;
}

.max-h-237 {
  max-height: 237% !important;
}

.min-h-237 {
  min-height: 237% !important;
}

.min-vw-237 {
  min-width: 237vw !important;
}

.min-vh-237 {
  min-height: 237vh !important;
}

.vw-237 {
  width: 237vw !important;
}

.vh-237 {
  height: 237vh !important;
}

.width-237 {
  width: 237px !important;
}

.height-237 {
  height: 237px !important;
}

.max-width-237 {
  max-width: 237px !important;
}

.min-width-237 {
  min-width: 237px !important;
}

.max-height-237 {
  max-height: 237px !important;
}

.min-height-237 {
  min-height: 237px !important;
}

@media (max-width: 576px) {
  .w-sm-238 {
    width: 238% !important;
  }
  .h-sm-238 {
    height: 238% !important;
  }
  .max-w-sm-238 {
    max-width: 238% !important;
  }
  .min-w-sm-238 {
    min-width: 238% !important;
  }
  .max-h-sm-238 {
    max-height: 238% !important;
  }
  .min-h-sm-238 {
    min-height: 238% !important;
  }
  .min-sm-vw-238 {
    min-width: 238vw !important;
  }
  .min-sm-vh-238 {
    min-height: 238vh !important;
  }
  .vw-sm-238 {
    width: 238vw !important;
  }
  .vh-sm-238 {
    height: 238vh !important;
  }
  .width-sm-238 {
    width: 238px !important;
  }
  .height-sm-238 {
    height: 238px !important;
  }
  .max-width-sm-238 {
    max-width: 238px !important;
  }
  .min-width-sm-238 {
    min-width: 238px !important;
  }
  .max-height-sm-238 {
    max-height: 238px !important;
  }
  .min-height-sm-238 {
    min-height: 238px !important;
  }
}
@media (max-width: 768px) {
  .w-md-238 {
    width: 238% !important;
  }
  .h-md-238 {
    height: 238% !important;
  }
  .max-w-md-238 {
    max-width: 238% !important;
  }
  .min-w-md-238 {
    min-width: 238% !important;
  }
  .max-h-md-238 {
    max-height: 238% !important;
  }
  .min-h-md-238 {
    min-height: 238% !important;
  }
  .min-md-vw-238 {
    min-width: 238vw !important;
  }
  .min-md-vh-238 {
    min-height: 238vh !important;
  }
  .vw-md-238 {
    width: 238vw !important;
  }
  .vh-md-238 {
    height: 238vh !important;
  }
  .width-md-238 {
    width: 238px !important;
  }
  .height-md-238 {
    height: 238px !important;
  }
  .max-width-md-238 {
    max-width: 238px !important;
  }
  .min-width-md-238 {
    min-width: 238px !important;
  }
  .max-height-md-238 {
    max-height: 238px !important;
  }
  .min-height-md-238 {
    min-height: 238px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-238 {
    width: 238% !important;
  }
  .h-lg-238 {
    height: 238% !important;
  }
  .max-w-lg-238 {
    max-width: 238% !important;
  }
  .min-w-lg-238 {
    min-width: 238% !important;
  }
  .max-h-lg-238 {
    max-height: 238% !important;
  }
  .min-h-lg-238 {
    min-height: 238% !important;
  }
  .min-lg-vw-238 {
    min-width: 238vw !important;
  }
  .min-lg-vh-238 {
    min-height: 238vh !important;
  }
  .vw-lg-238 {
    width: 238vw !important;
  }
  .vh-lg-238 {
    height: 238vh !important;
  }
  .width-lg-238 {
    width: 238px !important;
  }
  .height-lg-238 {
    height: 238px !important;
  }
  .max-width-lg-238 {
    max-width: 238px !important;
  }
  .min-width-lg-238 {
    min-width: 238px !important;
  }
  .max-height-lg-238 {
    max-height: 238px !important;
  }
  .min-height-lg-238 {
    min-height: 238px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-238 {
    width: 238% !important;
  }
  .h-xl-238 {
    height: 238% !important;
  }
  .max-w-xl-238 {
    max-width: 238% !important;
  }
  .min-w-xl-238 {
    min-width: 238% !important;
  }
  .max-h-xl-238 {
    max-height: 238% !important;
  }
  .min-h-xl-238 {
    min-height: 238% !important;
  }
  .min-xl-vw-238 {
    min-width: 238vw !important;
  }
  .min-xl-vh-238 {
    min-height: 238vh !important;
  }
  .vw-xl-238 {
    width: 238vw !important;
  }
  .vh-xl-238 {
    height: 238vh !important;
  }
  .width-xl-238 {
    width: 238px !important;
  }
  .height-xl-238 {
    height: 238px !important;
  }
  .max-width-xl-238 {
    max-width: 238px !important;
  }
  .min-width-xl-238 {
    min-width: 238px !important;
  }
  .max-height-xl-238 {
    max-height: 238px !important;
  }
  .min-height-xl-238 {
    min-height: 238px !important;
  }
}
.w-238 {
  width: 238% !important;
}

.h-238 {
  height: 238% !important;
}

.max-w-238 {
  max-width: 238% !important;
}

.min-w-238 {
  min-width: 238% !important;
}

.max-h-238 {
  max-height: 238% !important;
}

.min-h-238 {
  min-height: 238% !important;
}

.min-vw-238 {
  min-width: 238vw !important;
}

.min-vh-238 {
  min-height: 238vh !important;
}

.vw-238 {
  width: 238vw !important;
}

.vh-238 {
  height: 238vh !important;
}

.width-238 {
  width: 238px !important;
}

.height-238 {
  height: 238px !important;
}

.max-width-238 {
  max-width: 238px !important;
}

.min-width-238 {
  min-width: 238px !important;
}

.max-height-238 {
  max-height: 238px !important;
}

.min-height-238 {
  min-height: 238px !important;
}

@media (max-width: 576px) {
  .w-sm-239 {
    width: 239% !important;
  }
  .h-sm-239 {
    height: 239% !important;
  }
  .max-w-sm-239 {
    max-width: 239% !important;
  }
  .min-w-sm-239 {
    min-width: 239% !important;
  }
  .max-h-sm-239 {
    max-height: 239% !important;
  }
  .min-h-sm-239 {
    min-height: 239% !important;
  }
  .min-sm-vw-239 {
    min-width: 239vw !important;
  }
  .min-sm-vh-239 {
    min-height: 239vh !important;
  }
  .vw-sm-239 {
    width: 239vw !important;
  }
  .vh-sm-239 {
    height: 239vh !important;
  }
  .width-sm-239 {
    width: 239px !important;
  }
  .height-sm-239 {
    height: 239px !important;
  }
  .max-width-sm-239 {
    max-width: 239px !important;
  }
  .min-width-sm-239 {
    min-width: 239px !important;
  }
  .max-height-sm-239 {
    max-height: 239px !important;
  }
  .min-height-sm-239 {
    min-height: 239px !important;
  }
}
@media (max-width: 768px) {
  .w-md-239 {
    width: 239% !important;
  }
  .h-md-239 {
    height: 239% !important;
  }
  .max-w-md-239 {
    max-width: 239% !important;
  }
  .min-w-md-239 {
    min-width: 239% !important;
  }
  .max-h-md-239 {
    max-height: 239% !important;
  }
  .min-h-md-239 {
    min-height: 239% !important;
  }
  .min-md-vw-239 {
    min-width: 239vw !important;
  }
  .min-md-vh-239 {
    min-height: 239vh !important;
  }
  .vw-md-239 {
    width: 239vw !important;
  }
  .vh-md-239 {
    height: 239vh !important;
  }
  .width-md-239 {
    width: 239px !important;
  }
  .height-md-239 {
    height: 239px !important;
  }
  .max-width-md-239 {
    max-width: 239px !important;
  }
  .min-width-md-239 {
    min-width: 239px !important;
  }
  .max-height-md-239 {
    max-height: 239px !important;
  }
  .min-height-md-239 {
    min-height: 239px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-239 {
    width: 239% !important;
  }
  .h-lg-239 {
    height: 239% !important;
  }
  .max-w-lg-239 {
    max-width: 239% !important;
  }
  .min-w-lg-239 {
    min-width: 239% !important;
  }
  .max-h-lg-239 {
    max-height: 239% !important;
  }
  .min-h-lg-239 {
    min-height: 239% !important;
  }
  .min-lg-vw-239 {
    min-width: 239vw !important;
  }
  .min-lg-vh-239 {
    min-height: 239vh !important;
  }
  .vw-lg-239 {
    width: 239vw !important;
  }
  .vh-lg-239 {
    height: 239vh !important;
  }
  .width-lg-239 {
    width: 239px !important;
  }
  .height-lg-239 {
    height: 239px !important;
  }
  .max-width-lg-239 {
    max-width: 239px !important;
  }
  .min-width-lg-239 {
    min-width: 239px !important;
  }
  .max-height-lg-239 {
    max-height: 239px !important;
  }
  .min-height-lg-239 {
    min-height: 239px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-239 {
    width: 239% !important;
  }
  .h-xl-239 {
    height: 239% !important;
  }
  .max-w-xl-239 {
    max-width: 239% !important;
  }
  .min-w-xl-239 {
    min-width: 239% !important;
  }
  .max-h-xl-239 {
    max-height: 239% !important;
  }
  .min-h-xl-239 {
    min-height: 239% !important;
  }
  .min-xl-vw-239 {
    min-width: 239vw !important;
  }
  .min-xl-vh-239 {
    min-height: 239vh !important;
  }
  .vw-xl-239 {
    width: 239vw !important;
  }
  .vh-xl-239 {
    height: 239vh !important;
  }
  .width-xl-239 {
    width: 239px !important;
  }
  .height-xl-239 {
    height: 239px !important;
  }
  .max-width-xl-239 {
    max-width: 239px !important;
  }
  .min-width-xl-239 {
    min-width: 239px !important;
  }
  .max-height-xl-239 {
    max-height: 239px !important;
  }
  .min-height-xl-239 {
    min-height: 239px !important;
  }
}
.w-239 {
  width: 239% !important;
}

.h-239 {
  height: 239% !important;
}

.max-w-239 {
  max-width: 239% !important;
}

.min-w-239 {
  min-width: 239% !important;
}

.max-h-239 {
  max-height: 239% !important;
}

.min-h-239 {
  min-height: 239% !important;
}

.min-vw-239 {
  min-width: 239vw !important;
}

.min-vh-239 {
  min-height: 239vh !important;
}

.vw-239 {
  width: 239vw !important;
}

.vh-239 {
  height: 239vh !important;
}

.width-239 {
  width: 239px !important;
}

.height-239 {
  height: 239px !important;
}

.max-width-239 {
  max-width: 239px !important;
}

.min-width-239 {
  min-width: 239px !important;
}

.max-height-239 {
  max-height: 239px !important;
}

.min-height-239 {
  min-height: 239px !important;
}

@media (max-width: 576px) {
  .w-sm-240 {
    width: 240% !important;
  }
  .h-sm-240 {
    height: 240% !important;
  }
  .max-w-sm-240 {
    max-width: 240% !important;
  }
  .min-w-sm-240 {
    min-width: 240% !important;
  }
  .max-h-sm-240 {
    max-height: 240% !important;
  }
  .min-h-sm-240 {
    min-height: 240% !important;
  }
  .min-sm-vw-240 {
    min-width: 240vw !important;
  }
  .min-sm-vh-240 {
    min-height: 240vh !important;
  }
  .vw-sm-240 {
    width: 240vw !important;
  }
  .vh-sm-240 {
    height: 240vh !important;
  }
  .width-sm-240 {
    width: 240px !important;
  }
  .height-sm-240 {
    height: 240px !important;
  }
  .max-width-sm-240 {
    max-width: 240px !important;
  }
  .min-width-sm-240 {
    min-width: 240px !important;
  }
  .max-height-sm-240 {
    max-height: 240px !important;
  }
  .min-height-sm-240 {
    min-height: 240px !important;
  }
}
@media (max-width: 768px) {
  .w-md-240 {
    width: 240% !important;
  }
  .h-md-240 {
    height: 240% !important;
  }
  .max-w-md-240 {
    max-width: 240% !important;
  }
  .min-w-md-240 {
    min-width: 240% !important;
  }
  .max-h-md-240 {
    max-height: 240% !important;
  }
  .min-h-md-240 {
    min-height: 240% !important;
  }
  .min-md-vw-240 {
    min-width: 240vw !important;
  }
  .min-md-vh-240 {
    min-height: 240vh !important;
  }
  .vw-md-240 {
    width: 240vw !important;
  }
  .vh-md-240 {
    height: 240vh !important;
  }
  .width-md-240 {
    width: 240px !important;
  }
  .height-md-240 {
    height: 240px !important;
  }
  .max-width-md-240 {
    max-width: 240px !important;
  }
  .min-width-md-240 {
    min-width: 240px !important;
  }
  .max-height-md-240 {
    max-height: 240px !important;
  }
  .min-height-md-240 {
    min-height: 240px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-240 {
    width: 240% !important;
  }
  .h-lg-240 {
    height: 240% !important;
  }
  .max-w-lg-240 {
    max-width: 240% !important;
  }
  .min-w-lg-240 {
    min-width: 240% !important;
  }
  .max-h-lg-240 {
    max-height: 240% !important;
  }
  .min-h-lg-240 {
    min-height: 240% !important;
  }
  .min-lg-vw-240 {
    min-width: 240vw !important;
  }
  .min-lg-vh-240 {
    min-height: 240vh !important;
  }
  .vw-lg-240 {
    width: 240vw !important;
  }
  .vh-lg-240 {
    height: 240vh !important;
  }
  .width-lg-240 {
    width: 240px !important;
  }
  .height-lg-240 {
    height: 240px !important;
  }
  .max-width-lg-240 {
    max-width: 240px !important;
  }
  .min-width-lg-240 {
    min-width: 240px !important;
  }
  .max-height-lg-240 {
    max-height: 240px !important;
  }
  .min-height-lg-240 {
    min-height: 240px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-240 {
    width: 240% !important;
  }
  .h-xl-240 {
    height: 240% !important;
  }
  .max-w-xl-240 {
    max-width: 240% !important;
  }
  .min-w-xl-240 {
    min-width: 240% !important;
  }
  .max-h-xl-240 {
    max-height: 240% !important;
  }
  .min-h-xl-240 {
    min-height: 240% !important;
  }
  .min-xl-vw-240 {
    min-width: 240vw !important;
  }
  .min-xl-vh-240 {
    min-height: 240vh !important;
  }
  .vw-xl-240 {
    width: 240vw !important;
  }
  .vh-xl-240 {
    height: 240vh !important;
  }
  .width-xl-240 {
    width: 240px !important;
  }
  .height-xl-240 {
    height: 240px !important;
  }
  .max-width-xl-240 {
    max-width: 240px !important;
  }
  .min-width-xl-240 {
    min-width: 240px !important;
  }
  .max-height-xl-240 {
    max-height: 240px !important;
  }
  .min-height-xl-240 {
    min-height: 240px !important;
  }
}
.w-240 {
  width: 240% !important;
}

.h-240 {
  height: 240% !important;
}

.max-w-240 {
  max-width: 240% !important;
}

.min-w-240 {
  min-width: 240% !important;
}

.max-h-240 {
  max-height: 240% !important;
}

.min-h-240 {
  min-height: 240% !important;
}

.min-vw-240 {
  min-width: 240vw !important;
}

.min-vh-240 {
  min-height: 240vh !important;
}

.vw-240 {
  width: 240vw !important;
}

.vh-240 {
  height: 240vh !important;
}

.width-240 {
  width: 240px !important;
}

.height-240 {
  height: 240px !important;
}

.max-width-240 {
  max-width: 240px !important;
}

.min-width-240 {
  min-width: 240px !important;
}

.max-height-240 {
  max-height: 240px !important;
}

.min-height-240 {
  min-height: 240px !important;
}

@media (max-width: 576px) {
  .w-sm-241 {
    width: 241% !important;
  }
  .h-sm-241 {
    height: 241% !important;
  }
  .max-w-sm-241 {
    max-width: 241% !important;
  }
  .min-w-sm-241 {
    min-width: 241% !important;
  }
  .max-h-sm-241 {
    max-height: 241% !important;
  }
  .min-h-sm-241 {
    min-height: 241% !important;
  }
  .min-sm-vw-241 {
    min-width: 241vw !important;
  }
  .min-sm-vh-241 {
    min-height: 241vh !important;
  }
  .vw-sm-241 {
    width: 241vw !important;
  }
  .vh-sm-241 {
    height: 241vh !important;
  }
  .width-sm-241 {
    width: 241px !important;
  }
  .height-sm-241 {
    height: 241px !important;
  }
  .max-width-sm-241 {
    max-width: 241px !important;
  }
  .min-width-sm-241 {
    min-width: 241px !important;
  }
  .max-height-sm-241 {
    max-height: 241px !important;
  }
  .min-height-sm-241 {
    min-height: 241px !important;
  }
}
@media (max-width: 768px) {
  .w-md-241 {
    width: 241% !important;
  }
  .h-md-241 {
    height: 241% !important;
  }
  .max-w-md-241 {
    max-width: 241% !important;
  }
  .min-w-md-241 {
    min-width: 241% !important;
  }
  .max-h-md-241 {
    max-height: 241% !important;
  }
  .min-h-md-241 {
    min-height: 241% !important;
  }
  .min-md-vw-241 {
    min-width: 241vw !important;
  }
  .min-md-vh-241 {
    min-height: 241vh !important;
  }
  .vw-md-241 {
    width: 241vw !important;
  }
  .vh-md-241 {
    height: 241vh !important;
  }
  .width-md-241 {
    width: 241px !important;
  }
  .height-md-241 {
    height: 241px !important;
  }
  .max-width-md-241 {
    max-width: 241px !important;
  }
  .min-width-md-241 {
    min-width: 241px !important;
  }
  .max-height-md-241 {
    max-height: 241px !important;
  }
  .min-height-md-241 {
    min-height: 241px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-241 {
    width: 241% !important;
  }
  .h-lg-241 {
    height: 241% !important;
  }
  .max-w-lg-241 {
    max-width: 241% !important;
  }
  .min-w-lg-241 {
    min-width: 241% !important;
  }
  .max-h-lg-241 {
    max-height: 241% !important;
  }
  .min-h-lg-241 {
    min-height: 241% !important;
  }
  .min-lg-vw-241 {
    min-width: 241vw !important;
  }
  .min-lg-vh-241 {
    min-height: 241vh !important;
  }
  .vw-lg-241 {
    width: 241vw !important;
  }
  .vh-lg-241 {
    height: 241vh !important;
  }
  .width-lg-241 {
    width: 241px !important;
  }
  .height-lg-241 {
    height: 241px !important;
  }
  .max-width-lg-241 {
    max-width: 241px !important;
  }
  .min-width-lg-241 {
    min-width: 241px !important;
  }
  .max-height-lg-241 {
    max-height: 241px !important;
  }
  .min-height-lg-241 {
    min-height: 241px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-241 {
    width: 241% !important;
  }
  .h-xl-241 {
    height: 241% !important;
  }
  .max-w-xl-241 {
    max-width: 241% !important;
  }
  .min-w-xl-241 {
    min-width: 241% !important;
  }
  .max-h-xl-241 {
    max-height: 241% !important;
  }
  .min-h-xl-241 {
    min-height: 241% !important;
  }
  .min-xl-vw-241 {
    min-width: 241vw !important;
  }
  .min-xl-vh-241 {
    min-height: 241vh !important;
  }
  .vw-xl-241 {
    width: 241vw !important;
  }
  .vh-xl-241 {
    height: 241vh !important;
  }
  .width-xl-241 {
    width: 241px !important;
  }
  .height-xl-241 {
    height: 241px !important;
  }
  .max-width-xl-241 {
    max-width: 241px !important;
  }
  .min-width-xl-241 {
    min-width: 241px !important;
  }
  .max-height-xl-241 {
    max-height: 241px !important;
  }
  .min-height-xl-241 {
    min-height: 241px !important;
  }
}
.w-241 {
  width: 241% !important;
}

.h-241 {
  height: 241% !important;
}

.max-w-241 {
  max-width: 241% !important;
}

.min-w-241 {
  min-width: 241% !important;
}

.max-h-241 {
  max-height: 241% !important;
}

.min-h-241 {
  min-height: 241% !important;
}

.min-vw-241 {
  min-width: 241vw !important;
}

.min-vh-241 {
  min-height: 241vh !important;
}

.vw-241 {
  width: 241vw !important;
}

.vh-241 {
  height: 241vh !important;
}

.width-241 {
  width: 241px !important;
}

.height-241 {
  height: 241px !important;
}

.max-width-241 {
  max-width: 241px !important;
}

.min-width-241 {
  min-width: 241px !important;
}

.max-height-241 {
  max-height: 241px !important;
}

.min-height-241 {
  min-height: 241px !important;
}

@media (max-width: 576px) {
  .w-sm-242 {
    width: 242% !important;
  }
  .h-sm-242 {
    height: 242% !important;
  }
  .max-w-sm-242 {
    max-width: 242% !important;
  }
  .min-w-sm-242 {
    min-width: 242% !important;
  }
  .max-h-sm-242 {
    max-height: 242% !important;
  }
  .min-h-sm-242 {
    min-height: 242% !important;
  }
  .min-sm-vw-242 {
    min-width: 242vw !important;
  }
  .min-sm-vh-242 {
    min-height: 242vh !important;
  }
  .vw-sm-242 {
    width: 242vw !important;
  }
  .vh-sm-242 {
    height: 242vh !important;
  }
  .width-sm-242 {
    width: 242px !important;
  }
  .height-sm-242 {
    height: 242px !important;
  }
  .max-width-sm-242 {
    max-width: 242px !important;
  }
  .min-width-sm-242 {
    min-width: 242px !important;
  }
  .max-height-sm-242 {
    max-height: 242px !important;
  }
  .min-height-sm-242 {
    min-height: 242px !important;
  }
}
@media (max-width: 768px) {
  .w-md-242 {
    width: 242% !important;
  }
  .h-md-242 {
    height: 242% !important;
  }
  .max-w-md-242 {
    max-width: 242% !important;
  }
  .min-w-md-242 {
    min-width: 242% !important;
  }
  .max-h-md-242 {
    max-height: 242% !important;
  }
  .min-h-md-242 {
    min-height: 242% !important;
  }
  .min-md-vw-242 {
    min-width: 242vw !important;
  }
  .min-md-vh-242 {
    min-height: 242vh !important;
  }
  .vw-md-242 {
    width: 242vw !important;
  }
  .vh-md-242 {
    height: 242vh !important;
  }
  .width-md-242 {
    width: 242px !important;
  }
  .height-md-242 {
    height: 242px !important;
  }
  .max-width-md-242 {
    max-width: 242px !important;
  }
  .min-width-md-242 {
    min-width: 242px !important;
  }
  .max-height-md-242 {
    max-height: 242px !important;
  }
  .min-height-md-242 {
    min-height: 242px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-242 {
    width: 242% !important;
  }
  .h-lg-242 {
    height: 242% !important;
  }
  .max-w-lg-242 {
    max-width: 242% !important;
  }
  .min-w-lg-242 {
    min-width: 242% !important;
  }
  .max-h-lg-242 {
    max-height: 242% !important;
  }
  .min-h-lg-242 {
    min-height: 242% !important;
  }
  .min-lg-vw-242 {
    min-width: 242vw !important;
  }
  .min-lg-vh-242 {
    min-height: 242vh !important;
  }
  .vw-lg-242 {
    width: 242vw !important;
  }
  .vh-lg-242 {
    height: 242vh !important;
  }
  .width-lg-242 {
    width: 242px !important;
  }
  .height-lg-242 {
    height: 242px !important;
  }
  .max-width-lg-242 {
    max-width: 242px !important;
  }
  .min-width-lg-242 {
    min-width: 242px !important;
  }
  .max-height-lg-242 {
    max-height: 242px !important;
  }
  .min-height-lg-242 {
    min-height: 242px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-242 {
    width: 242% !important;
  }
  .h-xl-242 {
    height: 242% !important;
  }
  .max-w-xl-242 {
    max-width: 242% !important;
  }
  .min-w-xl-242 {
    min-width: 242% !important;
  }
  .max-h-xl-242 {
    max-height: 242% !important;
  }
  .min-h-xl-242 {
    min-height: 242% !important;
  }
  .min-xl-vw-242 {
    min-width: 242vw !important;
  }
  .min-xl-vh-242 {
    min-height: 242vh !important;
  }
  .vw-xl-242 {
    width: 242vw !important;
  }
  .vh-xl-242 {
    height: 242vh !important;
  }
  .width-xl-242 {
    width: 242px !important;
  }
  .height-xl-242 {
    height: 242px !important;
  }
  .max-width-xl-242 {
    max-width: 242px !important;
  }
  .min-width-xl-242 {
    min-width: 242px !important;
  }
  .max-height-xl-242 {
    max-height: 242px !important;
  }
  .min-height-xl-242 {
    min-height: 242px !important;
  }
}
.w-242 {
  width: 242% !important;
}

.h-242 {
  height: 242% !important;
}

.max-w-242 {
  max-width: 242% !important;
}

.min-w-242 {
  min-width: 242% !important;
}

.max-h-242 {
  max-height: 242% !important;
}

.min-h-242 {
  min-height: 242% !important;
}

.min-vw-242 {
  min-width: 242vw !important;
}

.min-vh-242 {
  min-height: 242vh !important;
}

.vw-242 {
  width: 242vw !important;
}

.vh-242 {
  height: 242vh !important;
}

.width-242 {
  width: 242px !important;
}

.height-242 {
  height: 242px !important;
}

.max-width-242 {
  max-width: 242px !important;
}

.min-width-242 {
  min-width: 242px !important;
}

.max-height-242 {
  max-height: 242px !important;
}

.min-height-242 {
  min-height: 242px !important;
}

@media (max-width: 576px) {
  .w-sm-243 {
    width: 243% !important;
  }
  .h-sm-243 {
    height: 243% !important;
  }
  .max-w-sm-243 {
    max-width: 243% !important;
  }
  .min-w-sm-243 {
    min-width: 243% !important;
  }
  .max-h-sm-243 {
    max-height: 243% !important;
  }
  .min-h-sm-243 {
    min-height: 243% !important;
  }
  .min-sm-vw-243 {
    min-width: 243vw !important;
  }
  .min-sm-vh-243 {
    min-height: 243vh !important;
  }
  .vw-sm-243 {
    width: 243vw !important;
  }
  .vh-sm-243 {
    height: 243vh !important;
  }
  .width-sm-243 {
    width: 243px !important;
  }
  .height-sm-243 {
    height: 243px !important;
  }
  .max-width-sm-243 {
    max-width: 243px !important;
  }
  .min-width-sm-243 {
    min-width: 243px !important;
  }
  .max-height-sm-243 {
    max-height: 243px !important;
  }
  .min-height-sm-243 {
    min-height: 243px !important;
  }
}
@media (max-width: 768px) {
  .w-md-243 {
    width: 243% !important;
  }
  .h-md-243 {
    height: 243% !important;
  }
  .max-w-md-243 {
    max-width: 243% !important;
  }
  .min-w-md-243 {
    min-width: 243% !important;
  }
  .max-h-md-243 {
    max-height: 243% !important;
  }
  .min-h-md-243 {
    min-height: 243% !important;
  }
  .min-md-vw-243 {
    min-width: 243vw !important;
  }
  .min-md-vh-243 {
    min-height: 243vh !important;
  }
  .vw-md-243 {
    width: 243vw !important;
  }
  .vh-md-243 {
    height: 243vh !important;
  }
  .width-md-243 {
    width: 243px !important;
  }
  .height-md-243 {
    height: 243px !important;
  }
  .max-width-md-243 {
    max-width: 243px !important;
  }
  .min-width-md-243 {
    min-width: 243px !important;
  }
  .max-height-md-243 {
    max-height: 243px !important;
  }
  .min-height-md-243 {
    min-height: 243px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-243 {
    width: 243% !important;
  }
  .h-lg-243 {
    height: 243% !important;
  }
  .max-w-lg-243 {
    max-width: 243% !important;
  }
  .min-w-lg-243 {
    min-width: 243% !important;
  }
  .max-h-lg-243 {
    max-height: 243% !important;
  }
  .min-h-lg-243 {
    min-height: 243% !important;
  }
  .min-lg-vw-243 {
    min-width: 243vw !important;
  }
  .min-lg-vh-243 {
    min-height: 243vh !important;
  }
  .vw-lg-243 {
    width: 243vw !important;
  }
  .vh-lg-243 {
    height: 243vh !important;
  }
  .width-lg-243 {
    width: 243px !important;
  }
  .height-lg-243 {
    height: 243px !important;
  }
  .max-width-lg-243 {
    max-width: 243px !important;
  }
  .min-width-lg-243 {
    min-width: 243px !important;
  }
  .max-height-lg-243 {
    max-height: 243px !important;
  }
  .min-height-lg-243 {
    min-height: 243px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-243 {
    width: 243% !important;
  }
  .h-xl-243 {
    height: 243% !important;
  }
  .max-w-xl-243 {
    max-width: 243% !important;
  }
  .min-w-xl-243 {
    min-width: 243% !important;
  }
  .max-h-xl-243 {
    max-height: 243% !important;
  }
  .min-h-xl-243 {
    min-height: 243% !important;
  }
  .min-xl-vw-243 {
    min-width: 243vw !important;
  }
  .min-xl-vh-243 {
    min-height: 243vh !important;
  }
  .vw-xl-243 {
    width: 243vw !important;
  }
  .vh-xl-243 {
    height: 243vh !important;
  }
  .width-xl-243 {
    width: 243px !important;
  }
  .height-xl-243 {
    height: 243px !important;
  }
  .max-width-xl-243 {
    max-width: 243px !important;
  }
  .min-width-xl-243 {
    min-width: 243px !important;
  }
  .max-height-xl-243 {
    max-height: 243px !important;
  }
  .min-height-xl-243 {
    min-height: 243px !important;
  }
}
.w-243 {
  width: 243% !important;
}

.h-243 {
  height: 243% !important;
}

.max-w-243 {
  max-width: 243% !important;
}

.min-w-243 {
  min-width: 243% !important;
}

.max-h-243 {
  max-height: 243% !important;
}

.min-h-243 {
  min-height: 243% !important;
}

.min-vw-243 {
  min-width: 243vw !important;
}

.min-vh-243 {
  min-height: 243vh !important;
}

.vw-243 {
  width: 243vw !important;
}

.vh-243 {
  height: 243vh !important;
}

.width-243 {
  width: 243px !important;
}

.height-243 {
  height: 243px !important;
}

.max-width-243 {
  max-width: 243px !important;
}

.min-width-243 {
  min-width: 243px !important;
}

.max-height-243 {
  max-height: 243px !important;
}

.min-height-243 {
  min-height: 243px !important;
}

@media (max-width: 576px) {
  .w-sm-244 {
    width: 244% !important;
  }
  .h-sm-244 {
    height: 244% !important;
  }
  .max-w-sm-244 {
    max-width: 244% !important;
  }
  .min-w-sm-244 {
    min-width: 244% !important;
  }
  .max-h-sm-244 {
    max-height: 244% !important;
  }
  .min-h-sm-244 {
    min-height: 244% !important;
  }
  .min-sm-vw-244 {
    min-width: 244vw !important;
  }
  .min-sm-vh-244 {
    min-height: 244vh !important;
  }
  .vw-sm-244 {
    width: 244vw !important;
  }
  .vh-sm-244 {
    height: 244vh !important;
  }
  .width-sm-244 {
    width: 244px !important;
  }
  .height-sm-244 {
    height: 244px !important;
  }
  .max-width-sm-244 {
    max-width: 244px !important;
  }
  .min-width-sm-244 {
    min-width: 244px !important;
  }
  .max-height-sm-244 {
    max-height: 244px !important;
  }
  .min-height-sm-244 {
    min-height: 244px !important;
  }
}
@media (max-width: 768px) {
  .w-md-244 {
    width: 244% !important;
  }
  .h-md-244 {
    height: 244% !important;
  }
  .max-w-md-244 {
    max-width: 244% !important;
  }
  .min-w-md-244 {
    min-width: 244% !important;
  }
  .max-h-md-244 {
    max-height: 244% !important;
  }
  .min-h-md-244 {
    min-height: 244% !important;
  }
  .min-md-vw-244 {
    min-width: 244vw !important;
  }
  .min-md-vh-244 {
    min-height: 244vh !important;
  }
  .vw-md-244 {
    width: 244vw !important;
  }
  .vh-md-244 {
    height: 244vh !important;
  }
  .width-md-244 {
    width: 244px !important;
  }
  .height-md-244 {
    height: 244px !important;
  }
  .max-width-md-244 {
    max-width: 244px !important;
  }
  .min-width-md-244 {
    min-width: 244px !important;
  }
  .max-height-md-244 {
    max-height: 244px !important;
  }
  .min-height-md-244 {
    min-height: 244px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-244 {
    width: 244% !important;
  }
  .h-lg-244 {
    height: 244% !important;
  }
  .max-w-lg-244 {
    max-width: 244% !important;
  }
  .min-w-lg-244 {
    min-width: 244% !important;
  }
  .max-h-lg-244 {
    max-height: 244% !important;
  }
  .min-h-lg-244 {
    min-height: 244% !important;
  }
  .min-lg-vw-244 {
    min-width: 244vw !important;
  }
  .min-lg-vh-244 {
    min-height: 244vh !important;
  }
  .vw-lg-244 {
    width: 244vw !important;
  }
  .vh-lg-244 {
    height: 244vh !important;
  }
  .width-lg-244 {
    width: 244px !important;
  }
  .height-lg-244 {
    height: 244px !important;
  }
  .max-width-lg-244 {
    max-width: 244px !important;
  }
  .min-width-lg-244 {
    min-width: 244px !important;
  }
  .max-height-lg-244 {
    max-height: 244px !important;
  }
  .min-height-lg-244 {
    min-height: 244px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-244 {
    width: 244% !important;
  }
  .h-xl-244 {
    height: 244% !important;
  }
  .max-w-xl-244 {
    max-width: 244% !important;
  }
  .min-w-xl-244 {
    min-width: 244% !important;
  }
  .max-h-xl-244 {
    max-height: 244% !important;
  }
  .min-h-xl-244 {
    min-height: 244% !important;
  }
  .min-xl-vw-244 {
    min-width: 244vw !important;
  }
  .min-xl-vh-244 {
    min-height: 244vh !important;
  }
  .vw-xl-244 {
    width: 244vw !important;
  }
  .vh-xl-244 {
    height: 244vh !important;
  }
  .width-xl-244 {
    width: 244px !important;
  }
  .height-xl-244 {
    height: 244px !important;
  }
  .max-width-xl-244 {
    max-width: 244px !important;
  }
  .min-width-xl-244 {
    min-width: 244px !important;
  }
  .max-height-xl-244 {
    max-height: 244px !important;
  }
  .min-height-xl-244 {
    min-height: 244px !important;
  }
}
.w-244 {
  width: 244% !important;
}

.h-244 {
  height: 244% !important;
}

.max-w-244 {
  max-width: 244% !important;
}

.min-w-244 {
  min-width: 244% !important;
}

.max-h-244 {
  max-height: 244% !important;
}

.min-h-244 {
  min-height: 244% !important;
}

.min-vw-244 {
  min-width: 244vw !important;
}

.min-vh-244 {
  min-height: 244vh !important;
}

.vw-244 {
  width: 244vw !important;
}

.vh-244 {
  height: 244vh !important;
}

.width-244 {
  width: 244px !important;
}

.height-244 {
  height: 244px !important;
}

.max-width-244 {
  max-width: 244px !important;
}

.min-width-244 {
  min-width: 244px !important;
}

.max-height-244 {
  max-height: 244px !important;
}

.min-height-244 {
  min-height: 244px !important;
}

@media (max-width: 576px) {
  .w-sm-245 {
    width: 245% !important;
  }
  .h-sm-245 {
    height: 245% !important;
  }
  .max-w-sm-245 {
    max-width: 245% !important;
  }
  .min-w-sm-245 {
    min-width: 245% !important;
  }
  .max-h-sm-245 {
    max-height: 245% !important;
  }
  .min-h-sm-245 {
    min-height: 245% !important;
  }
  .min-sm-vw-245 {
    min-width: 245vw !important;
  }
  .min-sm-vh-245 {
    min-height: 245vh !important;
  }
  .vw-sm-245 {
    width: 245vw !important;
  }
  .vh-sm-245 {
    height: 245vh !important;
  }
  .width-sm-245 {
    width: 245px !important;
  }
  .height-sm-245 {
    height: 245px !important;
  }
  .max-width-sm-245 {
    max-width: 245px !important;
  }
  .min-width-sm-245 {
    min-width: 245px !important;
  }
  .max-height-sm-245 {
    max-height: 245px !important;
  }
  .min-height-sm-245 {
    min-height: 245px !important;
  }
}
@media (max-width: 768px) {
  .w-md-245 {
    width: 245% !important;
  }
  .h-md-245 {
    height: 245% !important;
  }
  .max-w-md-245 {
    max-width: 245% !important;
  }
  .min-w-md-245 {
    min-width: 245% !important;
  }
  .max-h-md-245 {
    max-height: 245% !important;
  }
  .min-h-md-245 {
    min-height: 245% !important;
  }
  .min-md-vw-245 {
    min-width: 245vw !important;
  }
  .min-md-vh-245 {
    min-height: 245vh !important;
  }
  .vw-md-245 {
    width: 245vw !important;
  }
  .vh-md-245 {
    height: 245vh !important;
  }
  .width-md-245 {
    width: 245px !important;
  }
  .height-md-245 {
    height: 245px !important;
  }
  .max-width-md-245 {
    max-width: 245px !important;
  }
  .min-width-md-245 {
    min-width: 245px !important;
  }
  .max-height-md-245 {
    max-height: 245px !important;
  }
  .min-height-md-245 {
    min-height: 245px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-245 {
    width: 245% !important;
  }
  .h-lg-245 {
    height: 245% !important;
  }
  .max-w-lg-245 {
    max-width: 245% !important;
  }
  .min-w-lg-245 {
    min-width: 245% !important;
  }
  .max-h-lg-245 {
    max-height: 245% !important;
  }
  .min-h-lg-245 {
    min-height: 245% !important;
  }
  .min-lg-vw-245 {
    min-width: 245vw !important;
  }
  .min-lg-vh-245 {
    min-height: 245vh !important;
  }
  .vw-lg-245 {
    width: 245vw !important;
  }
  .vh-lg-245 {
    height: 245vh !important;
  }
  .width-lg-245 {
    width: 245px !important;
  }
  .height-lg-245 {
    height: 245px !important;
  }
  .max-width-lg-245 {
    max-width: 245px !important;
  }
  .min-width-lg-245 {
    min-width: 245px !important;
  }
  .max-height-lg-245 {
    max-height: 245px !important;
  }
  .min-height-lg-245 {
    min-height: 245px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-245 {
    width: 245% !important;
  }
  .h-xl-245 {
    height: 245% !important;
  }
  .max-w-xl-245 {
    max-width: 245% !important;
  }
  .min-w-xl-245 {
    min-width: 245% !important;
  }
  .max-h-xl-245 {
    max-height: 245% !important;
  }
  .min-h-xl-245 {
    min-height: 245% !important;
  }
  .min-xl-vw-245 {
    min-width: 245vw !important;
  }
  .min-xl-vh-245 {
    min-height: 245vh !important;
  }
  .vw-xl-245 {
    width: 245vw !important;
  }
  .vh-xl-245 {
    height: 245vh !important;
  }
  .width-xl-245 {
    width: 245px !important;
  }
  .height-xl-245 {
    height: 245px !important;
  }
  .max-width-xl-245 {
    max-width: 245px !important;
  }
  .min-width-xl-245 {
    min-width: 245px !important;
  }
  .max-height-xl-245 {
    max-height: 245px !important;
  }
  .min-height-xl-245 {
    min-height: 245px !important;
  }
}
.w-245 {
  width: 245% !important;
}

.h-245 {
  height: 245% !important;
}

.max-w-245 {
  max-width: 245% !important;
}

.min-w-245 {
  min-width: 245% !important;
}

.max-h-245 {
  max-height: 245% !important;
}

.min-h-245 {
  min-height: 245% !important;
}

.min-vw-245 {
  min-width: 245vw !important;
}

.min-vh-245 {
  min-height: 245vh !important;
}

.vw-245 {
  width: 245vw !important;
}

.vh-245 {
  height: 245vh !important;
}

.width-245 {
  width: 245px !important;
}

.height-245 {
  height: 245px !important;
}

.max-width-245 {
  max-width: 245px !important;
}

.min-width-245 {
  min-width: 245px !important;
}

.max-height-245 {
  max-height: 245px !important;
}

.min-height-245 {
  min-height: 245px !important;
}

@media (max-width: 576px) {
  .w-sm-246 {
    width: 246% !important;
  }
  .h-sm-246 {
    height: 246% !important;
  }
  .max-w-sm-246 {
    max-width: 246% !important;
  }
  .min-w-sm-246 {
    min-width: 246% !important;
  }
  .max-h-sm-246 {
    max-height: 246% !important;
  }
  .min-h-sm-246 {
    min-height: 246% !important;
  }
  .min-sm-vw-246 {
    min-width: 246vw !important;
  }
  .min-sm-vh-246 {
    min-height: 246vh !important;
  }
  .vw-sm-246 {
    width: 246vw !important;
  }
  .vh-sm-246 {
    height: 246vh !important;
  }
  .width-sm-246 {
    width: 246px !important;
  }
  .height-sm-246 {
    height: 246px !important;
  }
  .max-width-sm-246 {
    max-width: 246px !important;
  }
  .min-width-sm-246 {
    min-width: 246px !important;
  }
  .max-height-sm-246 {
    max-height: 246px !important;
  }
  .min-height-sm-246 {
    min-height: 246px !important;
  }
}
@media (max-width: 768px) {
  .w-md-246 {
    width: 246% !important;
  }
  .h-md-246 {
    height: 246% !important;
  }
  .max-w-md-246 {
    max-width: 246% !important;
  }
  .min-w-md-246 {
    min-width: 246% !important;
  }
  .max-h-md-246 {
    max-height: 246% !important;
  }
  .min-h-md-246 {
    min-height: 246% !important;
  }
  .min-md-vw-246 {
    min-width: 246vw !important;
  }
  .min-md-vh-246 {
    min-height: 246vh !important;
  }
  .vw-md-246 {
    width: 246vw !important;
  }
  .vh-md-246 {
    height: 246vh !important;
  }
  .width-md-246 {
    width: 246px !important;
  }
  .height-md-246 {
    height: 246px !important;
  }
  .max-width-md-246 {
    max-width: 246px !important;
  }
  .min-width-md-246 {
    min-width: 246px !important;
  }
  .max-height-md-246 {
    max-height: 246px !important;
  }
  .min-height-md-246 {
    min-height: 246px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-246 {
    width: 246% !important;
  }
  .h-lg-246 {
    height: 246% !important;
  }
  .max-w-lg-246 {
    max-width: 246% !important;
  }
  .min-w-lg-246 {
    min-width: 246% !important;
  }
  .max-h-lg-246 {
    max-height: 246% !important;
  }
  .min-h-lg-246 {
    min-height: 246% !important;
  }
  .min-lg-vw-246 {
    min-width: 246vw !important;
  }
  .min-lg-vh-246 {
    min-height: 246vh !important;
  }
  .vw-lg-246 {
    width: 246vw !important;
  }
  .vh-lg-246 {
    height: 246vh !important;
  }
  .width-lg-246 {
    width: 246px !important;
  }
  .height-lg-246 {
    height: 246px !important;
  }
  .max-width-lg-246 {
    max-width: 246px !important;
  }
  .min-width-lg-246 {
    min-width: 246px !important;
  }
  .max-height-lg-246 {
    max-height: 246px !important;
  }
  .min-height-lg-246 {
    min-height: 246px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-246 {
    width: 246% !important;
  }
  .h-xl-246 {
    height: 246% !important;
  }
  .max-w-xl-246 {
    max-width: 246% !important;
  }
  .min-w-xl-246 {
    min-width: 246% !important;
  }
  .max-h-xl-246 {
    max-height: 246% !important;
  }
  .min-h-xl-246 {
    min-height: 246% !important;
  }
  .min-xl-vw-246 {
    min-width: 246vw !important;
  }
  .min-xl-vh-246 {
    min-height: 246vh !important;
  }
  .vw-xl-246 {
    width: 246vw !important;
  }
  .vh-xl-246 {
    height: 246vh !important;
  }
  .width-xl-246 {
    width: 246px !important;
  }
  .height-xl-246 {
    height: 246px !important;
  }
  .max-width-xl-246 {
    max-width: 246px !important;
  }
  .min-width-xl-246 {
    min-width: 246px !important;
  }
  .max-height-xl-246 {
    max-height: 246px !important;
  }
  .min-height-xl-246 {
    min-height: 246px !important;
  }
}
.w-246 {
  width: 246% !important;
}

.h-246 {
  height: 246% !important;
}

.max-w-246 {
  max-width: 246% !important;
}

.min-w-246 {
  min-width: 246% !important;
}

.max-h-246 {
  max-height: 246% !important;
}

.min-h-246 {
  min-height: 246% !important;
}

.min-vw-246 {
  min-width: 246vw !important;
}

.min-vh-246 {
  min-height: 246vh !important;
}

.vw-246 {
  width: 246vw !important;
}

.vh-246 {
  height: 246vh !important;
}

.width-246 {
  width: 246px !important;
}

.height-246 {
  height: 246px !important;
}

.max-width-246 {
  max-width: 246px !important;
}

.min-width-246 {
  min-width: 246px !important;
}

.max-height-246 {
  max-height: 246px !important;
}

.min-height-246 {
  min-height: 246px !important;
}

@media (max-width: 576px) {
  .w-sm-247 {
    width: 247% !important;
  }
  .h-sm-247 {
    height: 247% !important;
  }
  .max-w-sm-247 {
    max-width: 247% !important;
  }
  .min-w-sm-247 {
    min-width: 247% !important;
  }
  .max-h-sm-247 {
    max-height: 247% !important;
  }
  .min-h-sm-247 {
    min-height: 247% !important;
  }
  .min-sm-vw-247 {
    min-width: 247vw !important;
  }
  .min-sm-vh-247 {
    min-height: 247vh !important;
  }
  .vw-sm-247 {
    width: 247vw !important;
  }
  .vh-sm-247 {
    height: 247vh !important;
  }
  .width-sm-247 {
    width: 247px !important;
  }
  .height-sm-247 {
    height: 247px !important;
  }
  .max-width-sm-247 {
    max-width: 247px !important;
  }
  .min-width-sm-247 {
    min-width: 247px !important;
  }
  .max-height-sm-247 {
    max-height: 247px !important;
  }
  .min-height-sm-247 {
    min-height: 247px !important;
  }
}
@media (max-width: 768px) {
  .w-md-247 {
    width: 247% !important;
  }
  .h-md-247 {
    height: 247% !important;
  }
  .max-w-md-247 {
    max-width: 247% !important;
  }
  .min-w-md-247 {
    min-width: 247% !important;
  }
  .max-h-md-247 {
    max-height: 247% !important;
  }
  .min-h-md-247 {
    min-height: 247% !important;
  }
  .min-md-vw-247 {
    min-width: 247vw !important;
  }
  .min-md-vh-247 {
    min-height: 247vh !important;
  }
  .vw-md-247 {
    width: 247vw !important;
  }
  .vh-md-247 {
    height: 247vh !important;
  }
  .width-md-247 {
    width: 247px !important;
  }
  .height-md-247 {
    height: 247px !important;
  }
  .max-width-md-247 {
    max-width: 247px !important;
  }
  .min-width-md-247 {
    min-width: 247px !important;
  }
  .max-height-md-247 {
    max-height: 247px !important;
  }
  .min-height-md-247 {
    min-height: 247px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-247 {
    width: 247% !important;
  }
  .h-lg-247 {
    height: 247% !important;
  }
  .max-w-lg-247 {
    max-width: 247% !important;
  }
  .min-w-lg-247 {
    min-width: 247% !important;
  }
  .max-h-lg-247 {
    max-height: 247% !important;
  }
  .min-h-lg-247 {
    min-height: 247% !important;
  }
  .min-lg-vw-247 {
    min-width: 247vw !important;
  }
  .min-lg-vh-247 {
    min-height: 247vh !important;
  }
  .vw-lg-247 {
    width: 247vw !important;
  }
  .vh-lg-247 {
    height: 247vh !important;
  }
  .width-lg-247 {
    width: 247px !important;
  }
  .height-lg-247 {
    height: 247px !important;
  }
  .max-width-lg-247 {
    max-width: 247px !important;
  }
  .min-width-lg-247 {
    min-width: 247px !important;
  }
  .max-height-lg-247 {
    max-height: 247px !important;
  }
  .min-height-lg-247 {
    min-height: 247px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-247 {
    width: 247% !important;
  }
  .h-xl-247 {
    height: 247% !important;
  }
  .max-w-xl-247 {
    max-width: 247% !important;
  }
  .min-w-xl-247 {
    min-width: 247% !important;
  }
  .max-h-xl-247 {
    max-height: 247% !important;
  }
  .min-h-xl-247 {
    min-height: 247% !important;
  }
  .min-xl-vw-247 {
    min-width: 247vw !important;
  }
  .min-xl-vh-247 {
    min-height: 247vh !important;
  }
  .vw-xl-247 {
    width: 247vw !important;
  }
  .vh-xl-247 {
    height: 247vh !important;
  }
  .width-xl-247 {
    width: 247px !important;
  }
  .height-xl-247 {
    height: 247px !important;
  }
  .max-width-xl-247 {
    max-width: 247px !important;
  }
  .min-width-xl-247 {
    min-width: 247px !important;
  }
  .max-height-xl-247 {
    max-height: 247px !important;
  }
  .min-height-xl-247 {
    min-height: 247px !important;
  }
}
.w-247 {
  width: 247% !important;
}

.h-247 {
  height: 247% !important;
}

.max-w-247 {
  max-width: 247% !important;
}

.min-w-247 {
  min-width: 247% !important;
}

.max-h-247 {
  max-height: 247% !important;
}

.min-h-247 {
  min-height: 247% !important;
}

.min-vw-247 {
  min-width: 247vw !important;
}

.min-vh-247 {
  min-height: 247vh !important;
}

.vw-247 {
  width: 247vw !important;
}

.vh-247 {
  height: 247vh !important;
}

.width-247 {
  width: 247px !important;
}

.height-247 {
  height: 247px !important;
}

.max-width-247 {
  max-width: 247px !important;
}

.min-width-247 {
  min-width: 247px !important;
}

.max-height-247 {
  max-height: 247px !important;
}

.min-height-247 {
  min-height: 247px !important;
}

@media (max-width: 576px) {
  .w-sm-248 {
    width: 248% !important;
  }
  .h-sm-248 {
    height: 248% !important;
  }
  .max-w-sm-248 {
    max-width: 248% !important;
  }
  .min-w-sm-248 {
    min-width: 248% !important;
  }
  .max-h-sm-248 {
    max-height: 248% !important;
  }
  .min-h-sm-248 {
    min-height: 248% !important;
  }
  .min-sm-vw-248 {
    min-width: 248vw !important;
  }
  .min-sm-vh-248 {
    min-height: 248vh !important;
  }
  .vw-sm-248 {
    width: 248vw !important;
  }
  .vh-sm-248 {
    height: 248vh !important;
  }
  .width-sm-248 {
    width: 248px !important;
  }
  .height-sm-248 {
    height: 248px !important;
  }
  .max-width-sm-248 {
    max-width: 248px !important;
  }
  .min-width-sm-248 {
    min-width: 248px !important;
  }
  .max-height-sm-248 {
    max-height: 248px !important;
  }
  .min-height-sm-248 {
    min-height: 248px !important;
  }
}
@media (max-width: 768px) {
  .w-md-248 {
    width: 248% !important;
  }
  .h-md-248 {
    height: 248% !important;
  }
  .max-w-md-248 {
    max-width: 248% !important;
  }
  .min-w-md-248 {
    min-width: 248% !important;
  }
  .max-h-md-248 {
    max-height: 248% !important;
  }
  .min-h-md-248 {
    min-height: 248% !important;
  }
  .min-md-vw-248 {
    min-width: 248vw !important;
  }
  .min-md-vh-248 {
    min-height: 248vh !important;
  }
  .vw-md-248 {
    width: 248vw !important;
  }
  .vh-md-248 {
    height: 248vh !important;
  }
  .width-md-248 {
    width: 248px !important;
  }
  .height-md-248 {
    height: 248px !important;
  }
  .max-width-md-248 {
    max-width: 248px !important;
  }
  .min-width-md-248 {
    min-width: 248px !important;
  }
  .max-height-md-248 {
    max-height: 248px !important;
  }
  .min-height-md-248 {
    min-height: 248px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-248 {
    width: 248% !important;
  }
  .h-lg-248 {
    height: 248% !important;
  }
  .max-w-lg-248 {
    max-width: 248% !important;
  }
  .min-w-lg-248 {
    min-width: 248% !important;
  }
  .max-h-lg-248 {
    max-height: 248% !important;
  }
  .min-h-lg-248 {
    min-height: 248% !important;
  }
  .min-lg-vw-248 {
    min-width: 248vw !important;
  }
  .min-lg-vh-248 {
    min-height: 248vh !important;
  }
  .vw-lg-248 {
    width: 248vw !important;
  }
  .vh-lg-248 {
    height: 248vh !important;
  }
  .width-lg-248 {
    width: 248px !important;
  }
  .height-lg-248 {
    height: 248px !important;
  }
  .max-width-lg-248 {
    max-width: 248px !important;
  }
  .min-width-lg-248 {
    min-width: 248px !important;
  }
  .max-height-lg-248 {
    max-height: 248px !important;
  }
  .min-height-lg-248 {
    min-height: 248px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-248 {
    width: 248% !important;
  }
  .h-xl-248 {
    height: 248% !important;
  }
  .max-w-xl-248 {
    max-width: 248% !important;
  }
  .min-w-xl-248 {
    min-width: 248% !important;
  }
  .max-h-xl-248 {
    max-height: 248% !important;
  }
  .min-h-xl-248 {
    min-height: 248% !important;
  }
  .min-xl-vw-248 {
    min-width: 248vw !important;
  }
  .min-xl-vh-248 {
    min-height: 248vh !important;
  }
  .vw-xl-248 {
    width: 248vw !important;
  }
  .vh-xl-248 {
    height: 248vh !important;
  }
  .width-xl-248 {
    width: 248px !important;
  }
  .height-xl-248 {
    height: 248px !important;
  }
  .max-width-xl-248 {
    max-width: 248px !important;
  }
  .min-width-xl-248 {
    min-width: 248px !important;
  }
  .max-height-xl-248 {
    max-height: 248px !important;
  }
  .min-height-xl-248 {
    min-height: 248px !important;
  }
}
.w-248 {
  width: 248% !important;
}

.h-248 {
  height: 248% !important;
}

.max-w-248 {
  max-width: 248% !important;
}

.min-w-248 {
  min-width: 248% !important;
}

.max-h-248 {
  max-height: 248% !important;
}

.min-h-248 {
  min-height: 248% !important;
}

.min-vw-248 {
  min-width: 248vw !important;
}

.min-vh-248 {
  min-height: 248vh !important;
}

.vw-248 {
  width: 248vw !important;
}

.vh-248 {
  height: 248vh !important;
}

.width-248 {
  width: 248px !important;
}

.height-248 {
  height: 248px !important;
}

.max-width-248 {
  max-width: 248px !important;
}

.min-width-248 {
  min-width: 248px !important;
}

.max-height-248 {
  max-height: 248px !important;
}

.min-height-248 {
  min-height: 248px !important;
}

@media (max-width: 576px) {
  .w-sm-249 {
    width: 249% !important;
  }
  .h-sm-249 {
    height: 249% !important;
  }
  .max-w-sm-249 {
    max-width: 249% !important;
  }
  .min-w-sm-249 {
    min-width: 249% !important;
  }
  .max-h-sm-249 {
    max-height: 249% !important;
  }
  .min-h-sm-249 {
    min-height: 249% !important;
  }
  .min-sm-vw-249 {
    min-width: 249vw !important;
  }
  .min-sm-vh-249 {
    min-height: 249vh !important;
  }
  .vw-sm-249 {
    width: 249vw !important;
  }
  .vh-sm-249 {
    height: 249vh !important;
  }
  .width-sm-249 {
    width: 249px !important;
  }
  .height-sm-249 {
    height: 249px !important;
  }
  .max-width-sm-249 {
    max-width: 249px !important;
  }
  .min-width-sm-249 {
    min-width: 249px !important;
  }
  .max-height-sm-249 {
    max-height: 249px !important;
  }
  .min-height-sm-249 {
    min-height: 249px !important;
  }
}
@media (max-width: 768px) {
  .w-md-249 {
    width: 249% !important;
  }
  .h-md-249 {
    height: 249% !important;
  }
  .max-w-md-249 {
    max-width: 249% !important;
  }
  .min-w-md-249 {
    min-width: 249% !important;
  }
  .max-h-md-249 {
    max-height: 249% !important;
  }
  .min-h-md-249 {
    min-height: 249% !important;
  }
  .min-md-vw-249 {
    min-width: 249vw !important;
  }
  .min-md-vh-249 {
    min-height: 249vh !important;
  }
  .vw-md-249 {
    width: 249vw !important;
  }
  .vh-md-249 {
    height: 249vh !important;
  }
  .width-md-249 {
    width: 249px !important;
  }
  .height-md-249 {
    height: 249px !important;
  }
  .max-width-md-249 {
    max-width: 249px !important;
  }
  .min-width-md-249 {
    min-width: 249px !important;
  }
  .max-height-md-249 {
    max-height: 249px !important;
  }
  .min-height-md-249 {
    min-height: 249px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-249 {
    width: 249% !important;
  }
  .h-lg-249 {
    height: 249% !important;
  }
  .max-w-lg-249 {
    max-width: 249% !important;
  }
  .min-w-lg-249 {
    min-width: 249% !important;
  }
  .max-h-lg-249 {
    max-height: 249% !important;
  }
  .min-h-lg-249 {
    min-height: 249% !important;
  }
  .min-lg-vw-249 {
    min-width: 249vw !important;
  }
  .min-lg-vh-249 {
    min-height: 249vh !important;
  }
  .vw-lg-249 {
    width: 249vw !important;
  }
  .vh-lg-249 {
    height: 249vh !important;
  }
  .width-lg-249 {
    width: 249px !important;
  }
  .height-lg-249 {
    height: 249px !important;
  }
  .max-width-lg-249 {
    max-width: 249px !important;
  }
  .min-width-lg-249 {
    min-width: 249px !important;
  }
  .max-height-lg-249 {
    max-height: 249px !important;
  }
  .min-height-lg-249 {
    min-height: 249px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-249 {
    width: 249% !important;
  }
  .h-xl-249 {
    height: 249% !important;
  }
  .max-w-xl-249 {
    max-width: 249% !important;
  }
  .min-w-xl-249 {
    min-width: 249% !important;
  }
  .max-h-xl-249 {
    max-height: 249% !important;
  }
  .min-h-xl-249 {
    min-height: 249% !important;
  }
  .min-xl-vw-249 {
    min-width: 249vw !important;
  }
  .min-xl-vh-249 {
    min-height: 249vh !important;
  }
  .vw-xl-249 {
    width: 249vw !important;
  }
  .vh-xl-249 {
    height: 249vh !important;
  }
  .width-xl-249 {
    width: 249px !important;
  }
  .height-xl-249 {
    height: 249px !important;
  }
  .max-width-xl-249 {
    max-width: 249px !important;
  }
  .min-width-xl-249 {
    min-width: 249px !important;
  }
  .max-height-xl-249 {
    max-height: 249px !important;
  }
  .min-height-xl-249 {
    min-height: 249px !important;
  }
}
.w-249 {
  width: 249% !important;
}

.h-249 {
  height: 249% !important;
}

.max-w-249 {
  max-width: 249% !important;
}

.min-w-249 {
  min-width: 249% !important;
}

.max-h-249 {
  max-height: 249% !important;
}

.min-h-249 {
  min-height: 249% !important;
}

.min-vw-249 {
  min-width: 249vw !important;
}

.min-vh-249 {
  min-height: 249vh !important;
}

.vw-249 {
  width: 249vw !important;
}

.vh-249 {
  height: 249vh !important;
}

.width-249 {
  width: 249px !important;
}

.height-249 {
  height: 249px !important;
}

.max-width-249 {
  max-width: 249px !important;
}

.min-width-249 {
  min-width: 249px !important;
}

.max-height-249 {
  max-height: 249px !important;
}

.min-height-249 {
  min-height: 249px !important;
}

@media (max-width: 576px) {
  .w-sm-250 {
    width: 250% !important;
  }
  .h-sm-250 {
    height: 250% !important;
  }
  .max-w-sm-250 {
    max-width: 250% !important;
  }
  .min-w-sm-250 {
    min-width: 250% !important;
  }
  .max-h-sm-250 {
    max-height: 250% !important;
  }
  .min-h-sm-250 {
    min-height: 250% !important;
  }
  .min-sm-vw-250 {
    min-width: 250vw !important;
  }
  .min-sm-vh-250 {
    min-height: 250vh !important;
  }
  .vw-sm-250 {
    width: 250vw !important;
  }
  .vh-sm-250 {
    height: 250vh !important;
  }
  .width-sm-250 {
    width: 250px !important;
  }
  .height-sm-250 {
    height: 250px !important;
  }
  .max-width-sm-250 {
    max-width: 250px !important;
  }
  .min-width-sm-250 {
    min-width: 250px !important;
  }
  .max-height-sm-250 {
    max-height: 250px !important;
  }
  .min-height-sm-250 {
    min-height: 250px !important;
  }
}
@media (max-width: 768px) {
  .w-md-250 {
    width: 250% !important;
  }
  .h-md-250 {
    height: 250% !important;
  }
  .max-w-md-250 {
    max-width: 250% !important;
  }
  .min-w-md-250 {
    min-width: 250% !important;
  }
  .max-h-md-250 {
    max-height: 250% !important;
  }
  .min-h-md-250 {
    min-height: 250% !important;
  }
  .min-md-vw-250 {
    min-width: 250vw !important;
  }
  .min-md-vh-250 {
    min-height: 250vh !important;
  }
  .vw-md-250 {
    width: 250vw !important;
  }
  .vh-md-250 {
    height: 250vh !important;
  }
  .width-md-250 {
    width: 250px !important;
  }
  .height-md-250 {
    height: 250px !important;
  }
  .max-width-md-250 {
    max-width: 250px !important;
  }
  .min-width-md-250 {
    min-width: 250px !important;
  }
  .max-height-md-250 {
    max-height: 250px !important;
  }
  .min-height-md-250 {
    min-height: 250px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-250 {
    width: 250% !important;
  }
  .h-lg-250 {
    height: 250% !important;
  }
  .max-w-lg-250 {
    max-width: 250% !important;
  }
  .min-w-lg-250 {
    min-width: 250% !important;
  }
  .max-h-lg-250 {
    max-height: 250% !important;
  }
  .min-h-lg-250 {
    min-height: 250% !important;
  }
  .min-lg-vw-250 {
    min-width: 250vw !important;
  }
  .min-lg-vh-250 {
    min-height: 250vh !important;
  }
  .vw-lg-250 {
    width: 250vw !important;
  }
  .vh-lg-250 {
    height: 250vh !important;
  }
  .width-lg-250 {
    width: 250px !important;
  }
  .height-lg-250 {
    height: 250px !important;
  }
  .max-width-lg-250 {
    max-width: 250px !important;
  }
  .min-width-lg-250 {
    min-width: 250px !important;
  }
  .max-height-lg-250 {
    max-height: 250px !important;
  }
  .min-height-lg-250 {
    min-height: 250px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-250 {
    width: 250% !important;
  }
  .h-xl-250 {
    height: 250% !important;
  }
  .max-w-xl-250 {
    max-width: 250% !important;
  }
  .min-w-xl-250 {
    min-width: 250% !important;
  }
  .max-h-xl-250 {
    max-height: 250% !important;
  }
  .min-h-xl-250 {
    min-height: 250% !important;
  }
  .min-xl-vw-250 {
    min-width: 250vw !important;
  }
  .min-xl-vh-250 {
    min-height: 250vh !important;
  }
  .vw-xl-250 {
    width: 250vw !important;
  }
  .vh-xl-250 {
    height: 250vh !important;
  }
  .width-xl-250 {
    width: 250px !important;
  }
  .height-xl-250 {
    height: 250px !important;
  }
  .max-width-xl-250 {
    max-width: 250px !important;
  }
  .min-width-xl-250 {
    min-width: 250px !important;
  }
  .max-height-xl-250 {
    max-height: 250px !important;
  }
  .min-height-xl-250 {
    min-height: 250px !important;
  }
}
.w-250 {
  width: 250% !important;
}

.h-250 {
  height: 250% !important;
}

.max-w-250 {
  max-width: 250% !important;
}

.min-w-250 {
  min-width: 250% !important;
}

.max-h-250 {
  max-height: 250% !important;
}

.min-h-250 {
  min-height: 250% !important;
}

.min-vw-250 {
  min-width: 250vw !important;
}

.min-vh-250 {
  min-height: 250vh !important;
}

.vw-250 {
  width: 250vw !important;
}

.vh-250 {
  height: 250vh !important;
}

.width-250 {
  width: 250px !important;
}

.height-250 {
  height: 250px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.max-height-250 {
  max-height: 250px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

@media (max-width: 576px) {
  .w-sm-251 {
    width: 251% !important;
  }
  .h-sm-251 {
    height: 251% !important;
  }
  .max-w-sm-251 {
    max-width: 251% !important;
  }
  .min-w-sm-251 {
    min-width: 251% !important;
  }
  .max-h-sm-251 {
    max-height: 251% !important;
  }
  .min-h-sm-251 {
    min-height: 251% !important;
  }
  .min-sm-vw-251 {
    min-width: 251vw !important;
  }
  .min-sm-vh-251 {
    min-height: 251vh !important;
  }
  .vw-sm-251 {
    width: 251vw !important;
  }
  .vh-sm-251 {
    height: 251vh !important;
  }
  .width-sm-251 {
    width: 251px !important;
  }
  .height-sm-251 {
    height: 251px !important;
  }
  .max-width-sm-251 {
    max-width: 251px !important;
  }
  .min-width-sm-251 {
    min-width: 251px !important;
  }
  .max-height-sm-251 {
    max-height: 251px !important;
  }
  .min-height-sm-251 {
    min-height: 251px !important;
  }
}
@media (max-width: 768px) {
  .w-md-251 {
    width: 251% !important;
  }
  .h-md-251 {
    height: 251% !important;
  }
  .max-w-md-251 {
    max-width: 251% !important;
  }
  .min-w-md-251 {
    min-width: 251% !important;
  }
  .max-h-md-251 {
    max-height: 251% !important;
  }
  .min-h-md-251 {
    min-height: 251% !important;
  }
  .min-md-vw-251 {
    min-width: 251vw !important;
  }
  .min-md-vh-251 {
    min-height: 251vh !important;
  }
  .vw-md-251 {
    width: 251vw !important;
  }
  .vh-md-251 {
    height: 251vh !important;
  }
  .width-md-251 {
    width: 251px !important;
  }
  .height-md-251 {
    height: 251px !important;
  }
  .max-width-md-251 {
    max-width: 251px !important;
  }
  .min-width-md-251 {
    min-width: 251px !important;
  }
  .max-height-md-251 {
    max-height: 251px !important;
  }
  .min-height-md-251 {
    min-height: 251px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-251 {
    width: 251% !important;
  }
  .h-lg-251 {
    height: 251% !important;
  }
  .max-w-lg-251 {
    max-width: 251% !important;
  }
  .min-w-lg-251 {
    min-width: 251% !important;
  }
  .max-h-lg-251 {
    max-height: 251% !important;
  }
  .min-h-lg-251 {
    min-height: 251% !important;
  }
  .min-lg-vw-251 {
    min-width: 251vw !important;
  }
  .min-lg-vh-251 {
    min-height: 251vh !important;
  }
  .vw-lg-251 {
    width: 251vw !important;
  }
  .vh-lg-251 {
    height: 251vh !important;
  }
  .width-lg-251 {
    width: 251px !important;
  }
  .height-lg-251 {
    height: 251px !important;
  }
  .max-width-lg-251 {
    max-width: 251px !important;
  }
  .min-width-lg-251 {
    min-width: 251px !important;
  }
  .max-height-lg-251 {
    max-height: 251px !important;
  }
  .min-height-lg-251 {
    min-height: 251px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-251 {
    width: 251% !important;
  }
  .h-xl-251 {
    height: 251% !important;
  }
  .max-w-xl-251 {
    max-width: 251% !important;
  }
  .min-w-xl-251 {
    min-width: 251% !important;
  }
  .max-h-xl-251 {
    max-height: 251% !important;
  }
  .min-h-xl-251 {
    min-height: 251% !important;
  }
  .min-xl-vw-251 {
    min-width: 251vw !important;
  }
  .min-xl-vh-251 {
    min-height: 251vh !important;
  }
  .vw-xl-251 {
    width: 251vw !important;
  }
  .vh-xl-251 {
    height: 251vh !important;
  }
  .width-xl-251 {
    width: 251px !important;
  }
  .height-xl-251 {
    height: 251px !important;
  }
  .max-width-xl-251 {
    max-width: 251px !important;
  }
  .min-width-xl-251 {
    min-width: 251px !important;
  }
  .max-height-xl-251 {
    max-height: 251px !important;
  }
  .min-height-xl-251 {
    min-height: 251px !important;
  }
}
.w-251 {
  width: 251% !important;
}

.h-251 {
  height: 251% !important;
}

.max-w-251 {
  max-width: 251% !important;
}

.min-w-251 {
  min-width: 251% !important;
}

.max-h-251 {
  max-height: 251% !important;
}

.min-h-251 {
  min-height: 251% !important;
}

.min-vw-251 {
  min-width: 251vw !important;
}

.min-vh-251 {
  min-height: 251vh !important;
}

.vw-251 {
  width: 251vw !important;
}

.vh-251 {
  height: 251vh !important;
}

.width-251 {
  width: 251px !important;
}

.height-251 {
  height: 251px !important;
}

.max-width-251 {
  max-width: 251px !important;
}

.min-width-251 {
  min-width: 251px !important;
}

.max-height-251 {
  max-height: 251px !important;
}

.min-height-251 {
  min-height: 251px !important;
}

@media (max-width: 576px) {
  .w-sm-252 {
    width: 252% !important;
  }
  .h-sm-252 {
    height: 252% !important;
  }
  .max-w-sm-252 {
    max-width: 252% !important;
  }
  .min-w-sm-252 {
    min-width: 252% !important;
  }
  .max-h-sm-252 {
    max-height: 252% !important;
  }
  .min-h-sm-252 {
    min-height: 252% !important;
  }
  .min-sm-vw-252 {
    min-width: 252vw !important;
  }
  .min-sm-vh-252 {
    min-height: 252vh !important;
  }
  .vw-sm-252 {
    width: 252vw !important;
  }
  .vh-sm-252 {
    height: 252vh !important;
  }
  .width-sm-252 {
    width: 252px !important;
  }
  .height-sm-252 {
    height: 252px !important;
  }
  .max-width-sm-252 {
    max-width: 252px !important;
  }
  .min-width-sm-252 {
    min-width: 252px !important;
  }
  .max-height-sm-252 {
    max-height: 252px !important;
  }
  .min-height-sm-252 {
    min-height: 252px !important;
  }
}
@media (max-width: 768px) {
  .w-md-252 {
    width: 252% !important;
  }
  .h-md-252 {
    height: 252% !important;
  }
  .max-w-md-252 {
    max-width: 252% !important;
  }
  .min-w-md-252 {
    min-width: 252% !important;
  }
  .max-h-md-252 {
    max-height: 252% !important;
  }
  .min-h-md-252 {
    min-height: 252% !important;
  }
  .min-md-vw-252 {
    min-width: 252vw !important;
  }
  .min-md-vh-252 {
    min-height: 252vh !important;
  }
  .vw-md-252 {
    width: 252vw !important;
  }
  .vh-md-252 {
    height: 252vh !important;
  }
  .width-md-252 {
    width: 252px !important;
  }
  .height-md-252 {
    height: 252px !important;
  }
  .max-width-md-252 {
    max-width: 252px !important;
  }
  .min-width-md-252 {
    min-width: 252px !important;
  }
  .max-height-md-252 {
    max-height: 252px !important;
  }
  .min-height-md-252 {
    min-height: 252px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-252 {
    width: 252% !important;
  }
  .h-lg-252 {
    height: 252% !important;
  }
  .max-w-lg-252 {
    max-width: 252% !important;
  }
  .min-w-lg-252 {
    min-width: 252% !important;
  }
  .max-h-lg-252 {
    max-height: 252% !important;
  }
  .min-h-lg-252 {
    min-height: 252% !important;
  }
  .min-lg-vw-252 {
    min-width: 252vw !important;
  }
  .min-lg-vh-252 {
    min-height: 252vh !important;
  }
  .vw-lg-252 {
    width: 252vw !important;
  }
  .vh-lg-252 {
    height: 252vh !important;
  }
  .width-lg-252 {
    width: 252px !important;
  }
  .height-lg-252 {
    height: 252px !important;
  }
  .max-width-lg-252 {
    max-width: 252px !important;
  }
  .min-width-lg-252 {
    min-width: 252px !important;
  }
  .max-height-lg-252 {
    max-height: 252px !important;
  }
  .min-height-lg-252 {
    min-height: 252px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-252 {
    width: 252% !important;
  }
  .h-xl-252 {
    height: 252% !important;
  }
  .max-w-xl-252 {
    max-width: 252% !important;
  }
  .min-w-xl-252 {
    min-width: 252% !important;
  }
  .max-h-xl-252 {
    max-height: 252% !important;
  }
  .min-h-xl-252 {
    min-height: 252% !important;
  }
  .min-xl-vw-252 {
    min-width: 252vw !important;
  }
  .min-xl-vh-252 {
    min-height: 252vh !important;
  }
  .vw-xl-252 {
    width: 252vw !important;
  }
  .vh-xl-252 {
    height: 252vh !important;
  }
  .width-xl-252 {
    width: 252px !important;
  }
  .height-xl-252 {
    height: 252px !important;
  }
  .max-width-xl-252 {
    max-width: 252px !important;
  }
  .min-width-xl-252 {
    min-width: 252px !important;
  }
  .max-height-xl-252 {
    max-height: 252px !important;
  }
  .min-height-xl-252 {
    min-height: 252px !important;
  }
}
.w-252 {
  width: 252% !important;
}

.h-252 {
  height: 252% !important;
}

.max-w-252 {
  max-width: 252% !important;
}

.min-w-252 {
  min-width: 252% !important;
}

.max-h-252 {
  max-height: 252% !important;
}

.min-h-252 {
  min-height: 252% !important;
}

.min-vw-252 {
  min-width: 252vw !important;
}

.min-vh-252 {
  min-height: 252vh !important;
}

.vw-252 {
  width: 252vw !important;
}

.vh-252 {
  height: 252vh !important;
}

.width-252 {
  width: 252px !important;
}

.height-252 {
  height: 252px !important;
}

.max-width-252 {
  max-width: 252px !important;
}

.min-width-252 {
  min-width: 252px !important;
}

.max-height-252 {
  max-height: 252px !important;
}

.min-height-252 {
  min-height: 252px !important;
}

@media (max-width: 576px) {
  .w-sm-253 {
    width: 253% !important;
  }
  .h-sm-253 {
    height: 253% !important;
  }
  .max-w-sm-253 {
    max-width: 253% !important;
  }
  .min-w-sm-253 {
    min-width: 253% !important;
  }
  .max-h-sm-253 {
    max-height: 253% !important;
  }
  .min-h-sm-253 {
    min-height: 253% !important;
  }
  .min-sm-vw-253 {
    min-width: 253vw !important;
  }
  .min-sm-vh-253 {
    min-height: 253vh !important;
  }
  .vw-sm-253 {
    width: 253vw !important;
  }
  .vh-sm-253 {
    height: 253vh !important;
  }
  .width-sm-253 {
    width: 253px !important;
  }
  .height-sm-253 {
    height: 253px !important;
  }
  .max-width-sm-253 {
    max-width: 253px !important;
  }
  .min-width-sm-253 {
    min-width: 253px !important;
  }
  .max-height-sm-253 {
    max-height: 253px !important;
  }
  .min-height-sm-253 {
    min-height: 253px !important;
  }
}
@media (max-width: 768px) {
  .w-md-253 {
    width: 253% !important;
  }
  .h-md-253 {
    height: 253% !important;
  }
  .max-w-md-253 {
    max-width: 253% !important;
  }
  .min-w-md-253 {
    min-width: 253% !important;
  }
  .max-h-md-253 {
    max-height: 253% !important;
  }
  .min-h-md-253 {
    min-height: 253% !important;
  }
  .min-md-vw-253 {
    min-width: 253vw !important;
  }
  .min-md-vh-253 {
    min-height: 253vh !important;
  }
  .vw-md-253 {
    width: 253vw !important;
  }
  .vh-md-253 {
    height: 253vh !important;
  }
  .width-md-253 {
    width: 253px !important;
  }
  .height-md-253 {
    height: 253px !important;
  }
  .max-width-md-253 {
    max-width: 253px !important;
  }
  .min-width-md-253 {
    min-width: 253px !important;
  }
  .max-height-md-253 {
    max-height: 253px !important;
  }
  .min-height-md-253 {
    min-height: 253px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-253 {
    width: 253% !important;
  }
  .h-lg-253 {
    height: 253% !important;
  }
  .max-w-lg-253 {
    max-width: 253% !important;
  }
  .min-w-lg-253 {
    min-width: 253% !important;
  }
  .max-h-lg-253 {
    max-height: 253% !important;
  }
  .min-h-lg-253 {
    min-height: 253% !important;
  }
  .min-lg-vw-253 {
    min-width: 253vw !important;
  }
  .min-lg-vh-253 {
    min-height: 253vh !important;
  }
  .vw-lg-253 {
    width: 253vw !important;
  }
  .vh-lg-253 {
    height: 253vh !important;
  }
  .width-lg-253 {
    width: 253px !important;
  }
  .height-lg-253 {
    height: 253px !important;
  }
  .max-width-lg-253 {
    max-width: 253px !important;
  }
  .min-width-lg-253 {
    min-width: 253px !important;
  }
  .max-height-lg-253 {
    max-height: 253px !important;
  }
  .min-height-lg-253 {
    min-height: 253px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-253 {
    width: 253% !important;
  }
  .h-xl-253 {
    height: 253% !important;
  }
  .max-w-xl-253 {
    max-width: 253% !important;
  }
  .min-w-xl-253 {
    min-width: 253% !important;
  }
  .max-h-xl-253 {
    max-height: 253% !important;
  }
  .min-h-xl-253 {
    min-height: 253% !important;
  }
  .min-xl-vw-253 {
    min-width: 253vw !important;
  }
  .min-xl-vh-253 {
    min-height: 253vh !important;
  }
  .vw-xl-253 {
    width: 253vw !important;
  }
  .vh-xl-253 {
    height: 253vh !important;
  }
  .width-xl-253 {
    width: 253px !important;
  }
  .height-xl-253 {
    height: 253px !important;
  }
  .max-width-xl-253 {
    max-width: 253px !important;
  }
  .min-width-xl-253 {
    min-width: 253px !important;
  }
  .max-height-xl-253 {
    max-height: 253px !important;
  }
  .min-height-xl-253 {
    min-height: 253px !important;
  }
}
.w-253 {
  width: 253% !important;
}

.h-253 {
  height: 253% !important;
}

.max-w-253 {
  max-width: 253% !important;
}

.min-w-253 {
  min-width: 253% !important;
}

.max-h-253 {
  max-height: 253% !important;
}

.min-h-253 {
  min-height: 253% !important;
}

.min-vw-253 {
  min-width: 253vw !important;
}

.min-vh-253 {
  min-height: 253vh !important;
}

.vw-253 {
  width: 253vw !important;
}

.vh-253 {
  height: 253vh !important;
}

.width-253 {
  width: 253px !important;
}

.height-253 {
  height: 253px !important;
}

.max-width-253 {
  max-width: 253px !important;
}

.min-width-253 {
  min-width: 253px !important;
}

.max-height-253 {
  max-height: 253px !important;
}

.min-height-253 {
  min-height: 253px !important;
}

@media (max-width: 576px) {
  .w-sm-254 {
    width: 254% !important;
  }
  .h-sm-254 {
    height: 254% !important;
  }
  .max-w-sm-254 {
    max-width: 254% !important;
  }
  .min-w-sm-254 {
    min-width: 254% !important;
  }
  .max-h-sm-254 {
    max-height: 254% !important;
  }
  .min-h-sm-254 {
    min-height: 254% !important;
  }
  .min-sm-vw-254 {
    min-width: 254vw !important;
  }
  .min-sm-vh-254 {
    min-height: 254vh !important;
  }
  .vw-sm-254 {
    width: 254vw !important;
  }
  .vh-sm-254 {
    height: 254vh !important;
  }
  .width-sm-254 {
    width: 254px !important;
  }
  .height-sm-254 {
    height: 254px !important;
  }
  .max-width-sm-254 {
    max-width: 254px !important;
  }
  .min-width-sm-254 {
    min-width: 254px !important;
  }
  .max-height-sm-254 {
    max-height: 254px !important;
  }
  .min-height-sm-254 {
    min-height: 254px !important;
  }
}
@media (max-width: 768px) {
  .w-md-254 {
    width: 254% !important;
  }
  .h-md-254 {
    height: 254% !important;
  }
  .max-w-md-254 {
    max-width: 254% !important;
  }
  .min-w-md-254 {
    min-width: 254% !important;
  }
  .max-h-md-254 {
    max-height: 254% !important;
  }
  .min-h-md-254 {
    min-height: 254% !important;
  }
  .min-md-vw-254 {
    min-width: 254vw !important;
  }
  .min-md-vh-254 {
    min-height: 254vh !important;
  }
  .vw-md-254 {
    width: 254vw !important;
  }
  .vh-md-254 {
    height: 254vh !important;
  }
  .width-md-254 {
    width: 254px !important;
  }
  .height-md-254 {
    height: 254px !important;
  }
  .max-width-md-254 {
    max-width: 254px !important;
  }
  .min-width-md-254 {
    min-width: 254px !important;
  }
  .max-height-md-254 {
    max-height: 254px !important;
  }
  .min-height-md-254 {
    min-height: 254px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-254 {
    width: 254% !important;
  }
  .h-lg-254 {
    height: 254% !important;
  }
  .max-w-lg-254 {
    max-width: 254% !important;
  }
  .min-w-lg-254 {
    min-width: 254% !important;
  }
  .max-h-lg-254 {
    max-height: 254% !important;
  }
  .min-h-lg-254 {
    min-height: 254% !important;
  }
  .min-lg-vw-254 {
    min-width: 254vw !important;
  }
  .min-lg-vh-254 {
    min-height: 254vh !important;
  }
  .vw-lg-254 {
    width: 254vw !important;
  }
  .vh-lg-254 {
    height: 254vh !important;
  }
  .width-lg-254 {
    width: 254px !important;
  }
  .height-lg-254 {
    height: 254px !important;
  }
  .max-width-lg-254 {
    max-width: 254px !important;
  }
  .min-width-lg-254 {
    min-width: 254px !important;
  }
  .max-height-lg-254 {
    max-height: 254px !important;
  }
  .min-height-lg-254 {
    min-height: 254px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-254 {
    width: 254% !important;
  }
  .h-xl-254 {
    height: 254% !important;
  }
  .max-w-xl-254 {
    max-width: 254% !important;
  }
  .min-w-xl-254 {
    min-width: 254% !important;
  }
  .max-h-xl-254 {
    max-height: 254% !important;
  }
  .min-h-xl-254 {
    min-height: 254% !important;
  }
  .min-xl-vw-254 {
    min-width: 254vw !important;
  }
  .min-xl-vh-254 {
    min-height: 254vh !important;
  }
  .vw-xl-254 {
    width: 254vw !important;
  }
  .vh-xl-254 {
    height: 254vh !important;
  }
  .width-xl-254 {
    width: 254px !important;
  }
  .height-xl-254 {
    height: 254px !important;
  }
  .max-width-xl-254 {
    max-width: 254px !important;
  }
  .min-width-xl-254 {
    min-width: 254px !important;
  }
  .max-height-xl-254 {
    max-height: 254px !important;
  }
  .min-height-xl-254 {
    min-height: 254px !important;
  }
}
.w-254 {
  width: 254% !important;
}

.h-254 {
  height: 254% !important;
}

.max-w-254 {
  max-width: 254% !important;
}

.min-w-254 {
  min-width: 254% !important;
}

.max-h-254 {
  max-height: 254% !important;
}

.min-h-254 {
  min-height: 254% !important;
}

.min-vw-254 {
  min-width: 254vw !important;
}

.min-vh-254 {
  min-height: 254vh !important;
}

.vw-254 {
  width: 254vw !important;
}

.vh-254 {
  height: 254vh !important;
}

.width-254 {
  width: 254px !important;
}

.height-254 {
  height: 254px !important;
}

.max-width-254 {
  max-width: 254px !important;
}

.min-width-254 {
  min-width: 254px !important;
}

.max-height-254 {
  max-height: 254px !important;
}

.min-height-254 {
  min-height: 254px !important;
}

@media (max-width: 576px) {
  .w-sm-255 {
    width: 255% !important;
  }
  .h-sm-255 {
    height: 255% !important;
  }
  .max-w-sm-255 {
    max-width: 255% !important;
  }
  .min-w-sm-255 {
    min-width: 255% !important;
  }
  .max-h-sm-255 {
    max-height: 255% !important;
  }
  .min-h-sm-255 {
    min-height: 255% !important;
  }
  .min-sm-vw-255 {
    min-width: 255vw !important;
  }
  .min-sm-vh-255 {
    min-height: 255vh !important;
  }
  .vw-sm-255 {
    width: 255vw !important;
  }
  .vh-sm-255 {
    height: 255vh !important;
  }
  .width-sm-255 {
    width: 255px !important;
  }
  .height-sm-255 {
    height: 255px !important;
  }
  .max-width-sm-255 {
    max-width: 255px !important;
  }
  .min-width-sm-255 {
    min-width: 255px !important;
  }
  .max-height-sm-255 {
    max-height: 255px !important;
  }
  .min-height-sm-255 {
    min-height: 255px !important;
  }
}
@media (max-width: 768px) {
  .w-md-255 {
    width: 255% !important;
  }
  .h-md-255 {
    height: 255% !important;
  }
  .max-w-md-255 {
    max-width: 255% !important;
  }
  .min-w-md-255 {
    min-width: 255% !important;
  }
  .max-h-md-255 {
    max-height: 255% !important;
  }
  .min-h-md-255 {
    min-height: 255% !important;
  }
  .min-md-vw-255 {
    min-width: 255vw !important;
  }
  .min-md-vh-255 {
    min-height: 255vh !important;
  }
  .vw-md-255 {
    width: 255vw !important;
  }
  .vh-md-255 {
    height: 255vh !important;
  }
  .width-md-255 {
    width: 255px !important;
  }
  .height-md-255 {
    height: 255px !important;
  }
  .max-width-md-255 {
    max-width: 255px !important;
  }
  .min-width-md-255 {
    min-width: 255px !important;
  }
  .max-height-md-255 {
    max-height: 255px !important;
  }
  .min-height-md-255 {
    min-height: 255px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-255 {
    width: 255% !important;
  }
  .h-lg-255 {
    height: 255% !important;
  }
  .max-w-lg-255 {
    max-width: 255% !important;
  }
  .min-w-lg-255 {
    min-width: 255% !important;
  }
  .max-h-lg-255 {
    max-height: 255% !important;
  }
  .min-h-lg-255 {
    min-height: 255% !important;
  }
  .min-lg-vw-255 {
    min-width: 255vw !important;
  }
  .min-lg-vh-255 {
    min-height: 255vh !important;
  }
  .vw-lg-255 {
    width: 255vw !important;
  }
  .vh-lg-255 {
    height: 255vh !important;
  }
  .width-lg-255 {
    width: 255px !important;
  }
  .height-lg-255 {
    height: 255px !important;
  }
  .max-width-lg-255 {
    max-width: 255px !important;
  }
  .min-width-lg-255 {
    min-width: 255px !important;
  }
  .max-height-lg-255 {
    max-height: 255px !important;
  }
  .min-height-lg-255 {
    min-height: 255px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-255 {
    width: 255% !important;
  }
  .h-xl-255 {
    height: 255% !important;
  }
  .max-w-xl-255 {
    max-width: 255% !important;
  }
  .min-w-xl-255 {
    min-width: 255% !important;
  }
  .max-h-xl-255 {
    max-height: 255% !important;
  }
  .min-h-xl-255 {
    min-height: 255% !important;
  }
  .min-xl-vw-255 {
    min-width: 255vw !important;
  }
  .min-xl-vh-255 {
    min-height: 255vh !important;
  }
  .vw-xl-255 {
    width: 255vw !important;
  }
  .vh-xl-255 {
    height: 255vh !important;
  }
  .width-xl-255 {
    width: 255px !important;
  }
  .height-xl-255 {
    height: 255px !important;
  }
  .max-width-xl-255 {
    max-width: 255px !important;
  }
  .min-width-xl-255 {
    min-width: 255px !important;
  }
  .max-height-xl-255 {
    max-height: 255px !important;
  }
  .min-height-xl-255 {
    min-height: 255px !important;
  }
}
.w-255 {
  width: 255% !important;
}

.h-255 {
  height: 255% !important;
}

.max-w-255 {
  max-width: 255% !important;
}

.min-w-255 {
  min-width: 255% !important;
}

.max-h-255 {
  max-height: 255% !important;
}

.min-h-255 {
  min-height: 255% !important;
}

.min-vw-255 {
  min-width: 255vw !important;
}

.min-vh-255 {
  min-height: 255vh !important;
}

.vw-255 {
  width: 255vw !important;
}

.vh-255 {
  height: 255vh !important;
}

.width-255 {
  width: 255px !important;
}

.height-255 {
  height: 255px !important;
}

.max-width-255 {
  max-width: 255px !important;
}

.min-width-255 {
  min-width: 255px !important;
}

.max-height-255 {
  max-height: 255px !important;
}

.min-height-255 {
  min-height: 255px !important;
}

@media (max-width: 576px) {
  .w-sm-256 {
    width: 256% !important;
  }
  .h-sm-256 {
    height: 256% !important;
  }
  .max-w-sm-256 {
    max-width: 256% !important;
  }
  .min-w-sm-256 {
    min-width: 256% !important;
  }
  .max-h-sm-256 {
    max-height: 256% !important;
  }
  .min-h-sm-256 {
    min-height: 256% !important;
  }
  .min-sm-vw-256 {
    min-width: 256vw !important;
  }
  .min-sm-vh-256 {
    min-height: 256vh !important;
  }
  .vw-sm-256 {
    width: 256vw !important;
  }
  .vh-sm-256 {
    height: 256vh !important;
  }
  .width-sm-256 {
    width: 256px !important;
  }
  .height-sm-256 {
    height: 256px !important;
  }
  .max-width-sm-256 {
    max-width: 256px !important;
  }
  .min-width-sm-256 {
    min-width: 256px !important;
  }
  .max-height-sm-256 {
    max-height: 256px !important;
  }
  .min-height-sm-256 {
    min-height: 256px !important;
  }
}
@media (max-width: 768px) {
  .w-md-256 {
    width: 256% !important;
  }
  .h-md-256 {
    height: 256% !important;
  }
  .max-w-md-256 {
    max-width: 256% !important;
  }
  .min-w-md-256 {
    min-width: 256% !important;
  }
  .max-h-md-256 {
    max-height: 256% !important;
  }
  .min-h-md-256 {
    min-height: 256% !important;
  }
  .min-md-vw-256 {
    min-width: 256vw !important;
  }
  .min-md-vh-256 {
    min-height: 256vh !important;
  }
  .vw-md-256 {
    width: 256vw !important;
  }
  .vh-md-256 {
    height: 256vh !important;
  }
  .width-md-256 {
    width: 256px !important;
  }
  .height-md-256 {
    height: 256px !important;
  }
  .max-width-md-256 {
    max-width: 256px !important;
  }
  .min-width-md-256 {
    min-width: 256px !important;
  }
  .max-height-md-256 {
    max-height: 256px !important;
  }
  .min-height-md-256 {
    min-height: 256px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-256 {
    width: 256% !important;
  }
  .h-lg-256 {
    height: 256% !important;
  }
  .max-w-lg-256 {
    max-width: 256% !important;
  }
  .min-w-lg-256 {
    min-width: 256% !important;
  }
  .max-h-lg-256 {
    max-height: 256% !important;
  }
  .min-h-lg-256 {
    min-height: 256% !important;
  }
  .min-lg-vw-256 {
    min-width: 256vw !important;
  }
  .min-lg-vh-256 {
    min-height: 256vh !important;
  }
  .vw-lg-256 {
    width: 256vw !important;
  }
  .vh-lg-256 {
    height: 256vh !important;
  }
  .width-lg-256 {
    width: 256px !important;
  }
  .height-lg-256 {
    height: 256px !important;
  }
  .max-width-lg-256 {
    max-width: 256px !important;
  }
  .min-width-lg-256 {
    min-width: 256px !important;
  }
  .max-height-lg-256 {
    max-height: 256px !important;
  }
  .min-height-lg-256 {
    min-height: 256px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-256 {
    width: 256% !important;
  }
  .h-xl-256 {
    height: 256% !important;
  }
  .max-w-xl-256 {
    max-width: 256% !important;
  }
  .min-w-xl-256 {
    min-width: 256% !important;
  }
  .max-h-xl-256 {
    max-height: 256% !important;
  }
  .min-h-xl-256 {
    min-height: 256% !important;
  }
  .min-xl-vw-256 {
    min-width: 256vw !important;
  }
  .min-xl-vh-256 {
    min-height: 256vh !important;
  }
  .vw-xl-256 {
    width: 256vw !important;
  }
  .vh-xl-256 {
    height: 256vh !important;
  }
  .width-xl-256 {
    width: 256px !important;
  }
  .height-xl-256 {
    height: 256px !important;
  }
  .max-width-xl-256 {
    max-width: 256px !important;
  }
  .min-width-xl-256 {
    min-width: 256px !important;
  }
  .max-height-xl-256 {
    max-height: 256px !important;
  }
  .min-height-xl-256 {
    min-height: 256px !important;
  }
}
.w-256 {
  width: 256% !important;
}

.h-256 {
  height: 256% !important;
}

.max-w-256 {
  max-width: 256% !important;
}

.min-w-256 {
  min-width: 256% !important;
}

.max-h-256 {
  max-height: 256% !important;
}

.min-h-256 {
  min-height: 256% !important;
}

.min-vw-256 {
  min-width: 256vw !important;
}

.min-vh-256 {
  min-height: 256vh !important;
}

.vw-256 {
  width: 256vw !important;
}

.vh-256 {
  height: 256vh !important;
}

.width-256 {
  width: 256px !important;
}

.height-256 {
  height: 256px !important;
}

.max-width-256 {
  max-width: 256px !important;
}

.min-width-256 {
  min-width: 256px !important;
}

.max-height-256 {
  max-height: 256px !important;
}

.min-height-256 {
  min-height: 256px !important;
}

@media (max-width: 576px) {
  .w-sm-257 {
    width: 257% !important;
  }
  .h-sm-257 {
    height: 257% !important;
  }
  .max-w-sm-257 {
    max-width: 257% !important;
  }
  .min-w-sm-257 {
    min-width: 257% !important;
  }
  .max-h-sm-257 {
    max-height: 257% !important;
  }
  .min-h-sm-257 {
    min-height: 257% !important;
  }
  .min-sm-vw-257 {
    min-width: 257vw !important;
  }
  .min-sm-vh-257 {
    min-height: 257vh !important;
  }
  .vw-sm-257 {
    width: 257vw !important;
  }
  .vh-sm-257 {
    height: 257vh !important;
  }
  .width-sm-257 {
    width: 257px !important;
  }
  .height-sm-257 {
    height: 257px !important;
  }
  .max-width-sm-257 {
    max-width: 257px !important;
  }
  .min-width-sm-257 {
    min-width: 257px !important;
  }
  .max-height-sm-257 {
    max-height: 257px !important;
  }
  .min-height-sm-257 {
    min-height: 257px !important;
  }
}
@media (max-width: 768px) {
  .w-md-257 {
    width: 257% !important;
  }
  .h-md-257 {
    height: 257% !important;
  }
  .max-w-md-257 {
    max-width: 257% !important;
  }
  .min-w-md-257 {
    min-width: 257% !important;
  }
  .max-h-md-257 {
    max-height: 257% !important;
  }
  .min-h-md-257 {
    min-height: 257% !important;
  }
  .min-md-vw-257 {
    min-width: 257vw !important;
  }
  .min-md-vh-257 {
    min-height: 257vh !important;
  }
  .vw-md-257 {
    width: 257vw !important;
  }
  .vh-md-257 {
    height: 257vh !important;
  }
  .width-md-257 {
    width: 257px !important;
  }
  .height-md-257 {
    height: 257px !important;
  }
  .max-width-md-257 {
    max-width: 257px !important;
  }
  .min-width-md-257 {
    min-width: 257px !important;
  }
  .max-height-md-257 {
    max-height: 257px !important;
  }
  .min-height-md-257 {
    min-height: 257px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-257 {
    width: 257% !important;
  }
  .h-lg-257 {
    height: 257% !important;
  }
  .max-w-lg-257 {
    max-width: 257% !important;
  }
  .min-w-lg-257 {
    min-width: 257% !important;
  }
  .max-h-lg-257 {
    max-height: 257% !important;
  }
  .min-h-lg-257 {
    min-height: 257% !important;
  }
  .min-lg-vw-257 {
    min-width: 257vw !important;
  }
  .min-lg-vh-257 {
    min-height: 257vh !important;
  }
  .vw-lg-257 {
    width: 257vw !important;
  }
  .vh-lg-257 {
    height: 257vh !important;
  }
  .width-lg-257 {
    width: 257px !important;
  }
  .height-lg-257 {
    height: 257px !important;
  }
  .max-width-lg-257 {
    max-width: 257px !important;
  }
  .min-width-lg-257 {
    min-width: 257px !important;
  }
  .max-height-lg-257 {
    max-height: 257px !important;
  }
  .min-height-lg-257 {
    min-height: 257px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-257 {
    width: 257% !important;
  }
  .h-xl-257 {
    height: 257% !important;
  }
  .max-w-xl-257 {
    max-width: 257% !important;
  }
  .min-w-xl-257 {
    min-width: 257% !important;
  }
  .max-h-xl-257 {
    max-height: 257% !important;
  }
  .min-h-xl-257 {
    min-height: 257% !important;
  }
  .min-xl-vw-257 {
    min-width: 257vw !important;
  }
  .min-xl-vh-257 {
    min-height: 257vh !important;
  }
  .vw-xl-257 {
    width: 257vw !important;
  }
  .vh-xl-257 {
    height: 257vh !important;
  }
  .width-xl-257 {
    width: 257px !important;
  }
  .height-xl-257 {
    height: 257px !important;
  }
  .max-width-xl-257 {
    max-width: 257px !important;
  }
  .min-width-xl-257 {
    min-width: 257px !important;
  }
  .max-height-xl-257 {
    max-height: 257px !important;
  }
  .min-height-xl-257 {
    min-height: 257px !important;
  }
}
.w-257 {
  width: 257% !important;
}

.h-257 {
  height: 257% !important;
}

.max-w-257 {
  max-width: 257% !important;
}

.min-w-257 {
  min-width: 257% !important;
}

.max-h-257 {
  max-height: 257% !important;
}

.min-h-257 {
  min-height: 257% !important;
}

.min-vw-257 {
  min-width: 257vw !important;
}

.min-vh-257 {
  min-height: 257vh !important;
}

.vw-257 {
  width: 257vw !important;
}

.vh-257 {
  height: 257vh !important;
}

.width-257 {
  width: 257px !important;
}

.height-257 {
  height: 257px !important;
}

.max-width-257 {
  max-width: 257px !important;
}

.min-width-257 {
  min-width: 257px !important;
}

.max-height-257 {
  max-height: 257px !important;
}

.min-height-257 {
  min-height: 257px !important;
}

@media (max-width: 576px) {
  .w-sm-258 {
    width: 258% !important;
  }
  .h-sm-258 {
    height: 258% !important;
  }
  .max-w-sm-258 {
    max-width: 258% !important;
  }
  .min-w-sm-258 {
    min-width: 258% !important;
  }
  .max-h-sm-258 {
    max-height: 258% !important;
  }
  .min-h-sm-258 {
    min-height: 258% !important;
  }
  .min-sm-vw-258 {
    min-width: 258vw !important;
  }
  .min-sm-vh-258 {
    min-height: 258vh !important;
  }
  .vw-sm-258 {
    width: 258vw !important;
  }
  .vh-sm-258 {
    height: 258vh !important;
  }
  .width-sm-258 {
    width: 258px !important;
  }
  .height-sm-258 {
    height: 258px !important;
  }
  .max-width-sm-258 {
    max-width: 258px !important;
  }
  .min-width-sm-258 {
    min-width: 258px !important;
  }
  .max-height-sm-258 {
    max-height: 258px !important;
  }
  .min-height-sm-258 {
    min-height: 258px !important;
  }
}
@media (max-width: 768px) {
  .w-md-258 {
    width: 258% !important;
  }
  .h-md-258 {
    height: 258% !important;
  }
  .max-w-md-258 {
    max-width: 258% !important;
  }
  .min-w-md-258 {
    min-width: 258% !important;
  }
  .max-h-md-258 {
    max-height: 258% !important;
  }
  .min-h-md-258 {
    min-height: 258% !important;
  }
  .min-md-vw-258 {
    min-width: 258vw !important;
  }
  .min-md-vh-258 {
    min-height: 258vh !important;
  }
  .vw-md-258 {
    width: 258vw !important;
  }
  .vh-md-258 {
    height: 258vh !important;
  }
  .width-md-258 {
    width: 258px !important;
  }
  .height-md-258 {
    height: 258px !important;
  }
  .max-width-md-258 {
    max-width: 258px !important;
  }
  .min-width-md-258 {
    min-width: 258px !important;
  }
  .max-height-md-258 {
    max-height: 258px !important;
  }
  .min-height-md-258 {
    min-height: 258px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-258 {
    width: 258% !important;
  }
  .h-lg-258 {
    height: 258% !important;
  }
  .max-w-lg-258 {
    max-width: 258% !important;
  }
  .min-w-lg-258 {
    min-width: 258% !important;
  }
  .max-h-lg-258 {
    max-height: 258% !important;
  }
  .min-h-lg-258 {
    min-height: 258% !important;
  }
  .min-lg-vw-258 {
    min-width: 258vw !important;
  }
  .min-lg-vh-258 {
    min-height: 258vh !important;
  }
  .vw-lg-258 {
    width: 258vw !important;
  }
  .vh-lg-258 {
    height: 258vh !important;
  }
  .width-lg-258 {
    width: 258px !important;
  }
  .height-lg-258 {
    height: 258px !important;
  }
  .max-width-lg-258 {
    max-width: 258px !important;
  }
  .min-width-lg-258 {
    min-width: 258px !important;
  }
  .max-height-lg-258 {
    max-height: 258px !important;
  }
  .min-height-lg-258 {
    min-height: 258px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-258 {
    width: 258% !important;
  }
  .h-xl-258 {
    height: 258% !important;
  }
  .max-w-xl-258 {
    max-width: 258% !important;
  }
  .min-w-xl-258 {
    min-width: 258% !important;
  }
  .max-h-xl-258 {
    max-height: 258% !important;
  }
  .min-h-xl-258 {
    min-height: 258% !important;
  }
  .min-xl-vw-258 {
    min-width: 258vw !important;
  }
  .min-xl-vh-258 {
    min-height: 258vh !important;
  }
  .vw-xl-258 {
    width: 258vw !important;
  }
  .vh-xl-258 {
    height: 258vh !important;
  }
  .width-xl-258 {
    width: 258px !important;
  }
  .height-xl-258 {
    height: 258px !important;
  }
  .max-width-xl-258 {
    max-width: 258px !important;
  }
  .min-width-xl-258 {
    min-width: 258px !important;
  }
  .max-height-xl-258 {
    max-height: 258px !important;
  }
  .min-height-xl-258 {
    min-height: 258px !important;
  }
}
.w-258 {
  width: 258% !important;
}

.h-258 {
  height: 258% !important;
}

.max-w-258 {
  max-width: 258% !important;
}

.min-w-258 {
  min-width: 258% !important;
}

.max-h-258 {
  max-height: 258% !important;
}

.min-h-258 {
  min-height: 258% !important;
}

.min-vw-258 {
  min-width: 258vw !important;
}

.min-vh-258 {
  min-height: 258vh !important;
}

.vw-258 {
  width: 258vw !important;
}

.vh-258 {
  height: 258vh !important;
}

.width-258 {
  width: 258px !important;
}

.height-258 {
  height: 258px !important;
}

.max-width-258 {
  max-width: 258px !important;
}

.min-width-258 {
  min-width: 258px !important;
}

.max-height-258 {
  max-height: 258px !important;
}

.min-height-258 {
  min-height: 258px !important;
}

@media (max-width: 576px) {
  .w-sm-259 {
    width: 259% !important;
  }
  .h-sm-259 {
    height: 259% !important;
  }
  .max-w-sm-259 {
    max-width: 259% !important;
  }
  .min-w-sm-259 {
    min-width: 259% !important;
  }
  .max-h-sm-259 {
    max-height: 259% !important;
  }
  .min-h-sm-259 {
    min-height: 259% !important;
  }
  .min-sm-vw-259 {
    min-width: 259vw !important;
  }
  .min-sm-vh-259 {
    min-height: 259vh !important;
  }
  .vw-sm-259 {
    width: 259vw !important;
  }
  .vh-sm-259 {
    height: 259vh !important;
  }
  .width-sm-259 {
    width: 259px !important;
  }
  .height-sm-259 {
    height: 259px !important;
  }
  .max-width-sm-259 {
    max-width: 259px !important;
  }
  .min-width-sm-259 {
    min-width: 259px !important;
  }
  .max-height-sm-259 {
    max-height: 259px !important;
  }
  .min-height-sm-259 {
    min-height: 259px !important;
  }
}
@media (max-width: 768px) {
  .w-md-259 {
    width: 259% !important;
  }
  .h-md-259 {
    height: 259% !important;
  }
  .max-w-md-259 {
    max-width: 259% !important;
  }
  .min-w-md-259 {
    min-width: 259% !important;
  }
  .max-h-md-259 {
    max-height: 259% !important;
  }
  .min-h-md-259 {
    min-height: 259% !important;
  }
  .min-md-vw-259 {
    min-width: 259vw !important;
  }
  .min-md-vh-259 {
    min-height: 259vh !important;
  }
  .vw-md-259 {
    width: 259vw !important;
  }
  .vh-md-259 {
    height: 259vh !important;
  }
  .width-md-259 {
    width: 259px !important;
  }
  .height-md-259 {
    height: 259px !important;
  }
  .max-width-md-259 {
    max-width: 259px !important;
  }
  .min-width-md-259 {
    min-width: 259px !important;
  }
  .max-height-md-259 {
    max-height: 259px !important;
  }
  .min-height-md-259 {
    min-height: 259px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-259 {
    width: 259% !important;
  }
  .h-lg-259 {
    height: 259% !important;
  }
  .max-w-lg-259 {
    max-width: 259% !important;
  }
  .min-w-lg-259 {
    min-width: 259% !important;
  }
  .max-h-lg-259 {
    max-height: 259% !important;
  }
  .min-h-lg-259 {
    min-height: 259% !important;
  }
  .min-lg-vw-259 {
    min-width: 259vw !important;
  }
  .min-lg-vh-259 {
    min-height: 259vh !important;
  }
  .vw-lg-259 {
    width: 259vw !important;
  }
  .vh-lg-259 {
    height: 259vh !important;
  }
  .width-lg-259 {
    width: 259px !important;
  }
  .height-lg-259 {
    height: 259px !important;
  }
  .max-width-lg-259 {
    max-width: 259px !important;
  }
  .min-width-lg-259 {
    min-width: 259px !important;
  }
  .max-height-lg-259 {
    max-height: 259px !important;
  }
  .min-height-lg-259 {
    min-height: 259px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-259 {
    width: 259% !important;
  }
  .h-xl-259 {
    height: 259% !important;
  }
  .max-w-xl-259 {
    max-width: 259% !important;
  }
  .min-w-xl-259 {
    min-width: 259% !important;
  }
  .max-h-xl-259 {
    max-height: 259% !important;
  }
  .min-h-xl-259 {
    min-height: 259% !important;
  }
  .min-xl-vw-259 {
    min-width: 259vw !important;
  }
  .min-xl-vh-259 {
    min-height: 259vh !important;
  }
  .vw-xl-259 {
    width: 259vw !important;
  }
  .vh-xl-259 {
    height: 259vh !important;
  }
  .width-xl-259 {
    width: 259px !important;
  }
  .height-xl-259 {
    height: 259px !important;
  }
  .max-width-xl-259 {
    max-width: 259px !important;
  }
  .min-width-xl-259 {
    min-width: 259px !important;
  }
  .max-height-xl-259 {
    max-height: 259px !important;
  }
  .min-height-xl-259 {
    min-height: 259px !important;
  }
}
.w-259 {
  width: 259% !important;
}

.h-259 {
  height: 259% !important;
}

.max-w-259 {
  max-width: 259% !important;
}

.min-w-259 {
  min-width: 259% !important;
}

.max-h-259 {
  max-height: 259% !important;
}

.min-h-259 {
  min-height: 259% !important;
}

.min-vw-259 {
  min-width: 259vw !important;
}

.min-vh-259 {
  min-height: 259vh !important;
}

.vw-259 {
  width: 259vw !important;
}

.vh-259 {
  height: 259vh !important;
}

.width-259 {
  width: 259px !important;
}

.height-259 {
  height: 259px !important;
}

.max-width-259 {
  max-width: 259px !important;
}

.min-width-259 {
  min-width: 259px !important;
}

.max-height-259 {
  max-height: 259px !important;
}

.min-height-259 {
  min-height: 259px !important;
}

@media (max-width: 576px) {
  .w-sm-260 {
    width: 260% !important;
  }
  .h-sm-260 {
    height: 260% !important;
  }
  .max-w-sm-260 {
    max-width: 260% !important;
  }
  .min-w-sm-260 {
    min-width: 260% !important;
  }
  .max-h-sm-260 {
    max-height: 260% !important;
  }
  .min-h-sm-260 {
    min-height: 260% !important;
  }
  .min-sm-vw-260 {
    min-width: 260vw !important;
  }
  .min-sm-vh-260 {
    min-height: 260vh !important;
  }
  .vw-sm-260 {
    width: 260vw !important;
  }
  .vh-sm-260 {
    height: 260vh !important;
  }
  .width-sm-260 {
    width: 260px !important;
  }
  .height-sm-260 {
    height: 260px !important;
  }
  .max-width-sm-260 {
    max-width: 260px !important;
  }
  .min-width-sm-260 {
    min-width: 260px !important;
  }
  .max-height-sm-260 {
    max-height: 260px !important;
  }
  .min-height-sm-260 {
    min-height: 260px !important;
  }
}
@media (max-width: 768px) {
  .w-md-260 {
    width: 260% !important;
  }
  .h-md-260 {
    height: 260% !important;
  }
  .max-w-md-260 {
    max-width: 260% !important;
  }
  .min-w-md-260 {
    min-width: 260% !important;
  }
  .max-h-md-260 {
    max-height: 260% !important;
  }
  .min-h-md-260 {
    min-height: 260% !important;
  }
  .min-md-vw-260 {
    min-width: 260vw !important;
  }
  .min-md-vh-260 {
    min-height: 260vh !important;
  }
  .vw-md-260 {
    width: 260vw !important;
  }
  .vh-md-260 {
    height: 260vh !important;
  }
  .width-md-260 {
    width: 260px !important;
  }
  .height-md-260 {
    height: 260px !important;
  }
  .max-width-md-260 {
    max-width: 260px !important;
  }
  .min-width-md-260 {
    min-width: 260px !important;
  }
  .max-height-md-260 {
    max-height: 260px !important;
  }
  .min-height-md-260 {
    min-height: 260px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-260 {
    width: 260% !important;
  }
  .h-lg-260 {
    height: 260% !important;
  }
  .max-w-lg-260 {
    max-width: 260% !important;
  }
  .min-w-lg-260 {
    min-width: 260% !important;
  }
  .max-h-lg-260 {
    max-height: 260% !important;
  }
  .min-h-lg-260 {
    min-height: 260% !important;
  }
  .min-lg-vw-260 {
    min-width: 260vw !important;
  }
  .min-lg-vh-260 {
    min-height: 260vh !important;
  }
  .vw-lg-260 {
    width: 260vw !important;
  }
  .vh-lg-260 {
    height: 260vh !important;
  }
  .width-lg-260 {
    width: 260px !important;
  }
  .height-lg-260 {
    height: 260px !important;
  }
  .max-width-lg-260 {
    max-width: 260px !important;
  }
  .min-width-lg-260 {
    min-width: 260px !important;
  }
  .max-height-lg-260 {
    max-height: 260px !important;
  }
  .min-height-lg-260 {
    min-height: 260px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-260 {
    width: 260% !important;
  }
  .h-xl-260 {
    height: 260% !important;
  }
  .max-w-xl-260 {
    max-width: 260% !important;
  }
  .min-w-xl-260 {
    min-width: 260% !important;
  }
  .max-h-xl-260 {
    max-height: 260% !important;
  }
  .min-h-xl-260 {
    min-height: 260% !important;
  }
  .min-xl-vw-260 {
    min-width: 260vw !important;
  }
  .min-xl-vh-260 {
    min-height: 260vh !important;
  }
  .vw-xl-260 {
    width: 260vw !important;
  }
  .vh-xl-260 {
    height: 260vh !important;
  }
  .width-xl-260 {
    width: 260px !important;
  }
  .height-xl-260 {
    height: 260px !important;
  }
  .max-width-xl-260 {
    max-width: 260px !important;
  }
  .min-width-xl-260 {
    min-width: 260px !important;
  }
  .max-height-xl-260 {
    max-height: 260px !important;
  }
  .min-height-xl-260 {
    min-height: 260px !important;
  }
}
.w-260 {
  width: 260% !important;
}

.h-260 {
  height: 260% !important;
}

.max-w-260 {
  max-width: 260% !important;
}

.min-w-260 {
  min-width: 260% !important;
}

.max-h-260 {
  max-height: 260% !important;
}

.min-h-260 {
  min-height: 260% !important;
}

.min-vw-260 {
  min-width: 260vw !important;
}

.min-vh-260 {
  min-height: 260vh !important;
}

.vw-260 {
  width: 260vw !important;
}

.vh-260 {
  height: 260vh !important;
}

.width-260 {
  width: 260px !important;
}

.height-260 {
  height: 260px !important;
}

.max-width-260 {
  max-width: 260px !important;
}

.min-width-260 {
  min-width: 260px !important;
}

.max-height-260 {
  max-height: 260px !important;
}

.min-height-260 {
  min-height: 260px !important;
}

@media (max-width: 576px) {
  .w-sm-261 {
    width: 261% !important;
  }
  .h-sm-261 {
    height: 261% !important;
  }
  .max-w-sm-261 {
    max-width: 261% !important;
  }
  .min-w-sm-261 {
    min-width: 261% !important;
  }
  .max-h-sm-261 {
    max-height: 261% !important;
  }
  .min-h-sm-261 {
    min-height: 261% !important;
  }
  .min-sm-vw-261 {
    min-width: 261vw !important;
  }
  .min-sm-vh-261 {
    min-height: 261vh !important;
  }
  .vw-sm-261 {
    width: 261vw !important;
  }
  .vh-sm-261 {
    height: 261vh !important;
  }
  .width-sm-261 {
    width: 261px !important;
  }
  .height-sm-261 {
    height: 261px !important;
  }
  .max-width-sm-261 {
    max-width: 261px !important;
  }
  .min-width-sm-261 {
    min-width: 261px !important;
  }
  .max-height-sm-261 {
    max-height: 261px !important;
  }
  .min-height-sm-261 {
    min-height: 261px !important;
  }
}
@media (max-width: 768px) {
  .w-md-261 {
    width: 261% !important;
  }
  .h-md-261 {
    height: 261% !important;
  }
  .max-w-md-261 {
    max-width: 261% !important;
  }
  .min-w-md-261 {
    min-width: 261% !important;
  }
  .max-h-md-261 {
    max-height: 261% !important;
  }
  .min-h-md-261 {
    min-height: 261% !important;
  }
  .min-md-vw-261 {
    min-width: 261vw !important;
  }
  .min-md-vh-261 {
    min-height: 261vh !important;
  }
  .vw-md-261 {
    width: 261vw !important;
  }
  .vh-md-261 {
    height: 261vh !important;
  }
  .width-md-261 {
    width: 261px !important;
  }
  .height-md-261 {
    height: 261px !important;
  }
  .max-width-md-261 {
    max-width: 261px !important;
  }
  .min-width-md-261 {
    min-width: 261px !important;
  }
  .max-height-md-261 {
    max-height: 261px !important;
  }
  .min-height-md-261 {
    min-height: 261px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-261 {
    width: 261% !important;
  }
  .h-lg-261 {
    height: 261% !important;
  }
  .max-w-lg-261 {
    max-width: 261% !important;
  }
  .min-w-lg-261 {
    min-width: 261% !important;
  }
  .max-h-lg-261 {
    max-height: 261% !important;
  }
  .min-h-lg-261 {
    min-height: 261% !important;
  }
  .min-lg-vw-261 {
    min-width: 261vw !important;
  }
  .min-lg-vh-261 {
    min-height: 261vh !important;
  }
  .vw-lg-261 {
    width: 261vw !important;
  }
  .vh-lg-261 {
    height: 261vh !important;
  }
  .width-lg-261 {
    width: 261px !important;
  }
  .height-lg-261 {
    height: 261px !important;
  }
  .max-width-lg-261 {
    max-width: 261px !important;
  }
  .min-width-lg-261 {
    min-width: 261px !important;
  }
  .max-height-lg-261 {
    max-height: 261px !important;
  }
  .min-height-lg-261 {
    min-height: 261px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-261 {
    width: 261% !important;
  }
  .h-xl-261 {
    height: 261% !important;
  }
  .max-w-xl-261 {
    max-width: 261% !important;
  }
  .min-w-xl-261 {
    min-width: 261% !important;
  }
  .max-h-xl-261 {
    max-height: 261% !important;
  }
  .min-h-xl-261 {
    min-height: 261% !important;
  }
  .min-xl-vw-261 {
    min-width: 261vw !important;
  }
  .min-xl-vh-261 {
    min-height: 261vh !important;
  }
  .vw-xl-261 {
    width: 261vw !important;
  }
  .vh-xl-261 {
    height: 261vh !important;
  }
  .width-xl-261 {
    width: 261px !important;
  }
  .height-xl-261 {
    height: 261px !important;
  }
  .max-width-xl-261 {
    max-width: 261px !important;
  }
  .min-width-xl-261 {
    min-width: 261px !important;
  }
  .max-height-xl-261 {
    max-height: 261px !important;
  }
  .min-height-xl-261 {
    min-height: 261px !important;
  }
}
.w-261 {
  width: 261% !important;
}

.h-261 {
  height: 261% !important;
}

.max-w-261 {
  max-width: 261% !important;
}

.min-w-261 {
  min-width: 261% !important;
}

.max-h-261 {
  max-height: 261% !important;
}

.min-h-261 {
  min-height: 261% !important;
}

.min-vw-261 {
  min-width: 261vw !important;
}

.min-vh-261 {
  min-height: 261vh !important;
}

.vw-261 {
  width: 261vw !important;
}

.vh-261 {
  height: 261vh !important;
}

.width-261 {
  width: 261px !important;
}

.height-261 {
  height: 261px !important;
}

.max-width-261 {
  max-width: 261px !important;
}

.min-width-261 {
  min-width: 261px !important;
}

.max-height-261 {
  max-height: 261px !important;
}

.min-height-261 {
  min-height: 261px !important;
}

@media (max-width: 576px) {
  .w-sm-262 {
    width: 262% !important;
  }
  .h-sm-262 {
    height: 262% !important;
  }
  .max-w-sm-262 {
    max-width: 262% !important;
  }
  .min-w-sm-262 {
    min-width: 262% !important;
  }
  .max-h-sm-262 {
    max-height: 262% !important;
  }
  .min-h-sm-262 {
    min-height: 262% !important;
  }
  .min-sm-vw-262 {
    min-width: 262vw !important;
  }
  .min-sm-vh-262 {
    min-height: 262vh !important;
  }
  .vw-sm-262 {
    width: 262vw !important;
  }
  .vh-sm-262 {
    height: 262vh !important;
  }
  .width-sm-262 {
    width: 262px !important;
  }
  .height-sm-262 {
    height: 262px !important;
  }
  .max-width-sm-262 {
    max-width: 262px !important;
  }
  .min-width-sm-262 {
    min-width: 262px !important;
  }
  .max-height-sm-262 {
    max-height: 262px !important;
  }
  .min-height-sm-262 {
    min-height: 262px !important;
  }
}
@media (max-width: 768px) {
  .w-md-262 {
    width: 262% !important;
  }
  .h-md-262 {
    height: 262% !important;
  }
  .max-w-md-262 {
    max-width: 262% !important;
  }
  .min-w-md-262 {
    min-width: 262% !important;
  }
  .max-h-md-262 {
    max-height: 262% !important;
  }
  .min-h-md-262 {
    min-height: 262% !important;
  }
  .min-md-vw-262 {
    min-width: 262vw !important;
  }
  .min-md-vh-262 {
    min-height: 262vh !important;
  }
  .vw-md-262 {
    width: 262vw !important;
  }
  .vh-md-262 {
    height: 262vh !important;
  }
  .width-md-262 {
    width: 262px !important;
  }
  .height-md-262 {
    height: 262px !important;
  }
  .max-width-md-262 {
    max-width: 262px !important;
  }
  .min-width-md-262 {
    min-width: 262px !important;
  }
  .max-height-md-262 {
    max-height: 262px !important;
  }
  .min-height-md-262 {
    min-height: 262px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-262 {
    width: 262% !important;
  }
  .h-lg-262 {
    height: 262% !important;
  }
  .max-w-lg-262 {
    max-width: 262% !important;
  }
  .min-w-lg-262 {
    min-width: 262% !important;
  }
  .max-h-lg-262 {
    max-height: 262% !important;
  }
  .min-h-lg-262 {
    min-height: 262% !important;
  }
  .min-lg-vw-262 {
    min-width: 262vw !important;
  }
  .min-lg-vh-262 {
    min-height: 262vh !important;
  }
  .vw-lg-262 {
    width: 262vw !important;
  }
  .vh-lg-262 {
    height: 262vh !important;
  }
  .width-lg-262 {
    width: 262px !important;
  }
  .height-lg-262 {
    height: 262px !important;
  }
  .max-width-lg-262 {
    max-width: 262px !important;
  }
  .min-width-lg-262 {
    min-width: 262px !important;
  }
  .max-height-lg-262 {
    max-height: 262px !important;
  }
  .min-height-lg-262 {
    min-height: 262px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-262 {
    width: 262% !important;
  }
  .h-xl-262 {
    height: 262% !important;
  }
  .max-w-xl-262 {
    max-width: 262% !important;
  }
  .min-w-xl-262 {
    min-width: 262% !important;
  }
  .max-h-xl-262 {
    max-height: 262% !important;
  }
  .min-h-xl-262 {
    min-height: 262% !important;
  }
  .min-xl-vw-262 {
    min-width: 262vw !important;
  }
  .min-xl-vh-262 {
    min-height: 262vh !important;
  }
  .vw-xl-262 {
    width: 262vw !important;
  }
  .vh-xl-262 {
    height: 262vh !important;
  }
  .width-xl-262 {
    width: 262px !important;
  }
  .height-xl-262 {
    height: 262px !important;
  }
  .max-width-xl-262 {
    max-width: 262px !important;
  }
  .min-width-xl-262 {
    min-width: 262px !important;
  }
  .max-height-xl-262 {
    max-height: 262px !important;
  }
  .min-height-xl-262 {
    min-height: 262px !important;
  }
}
.w-262 {
  width: 262% !important;
}

.h-262 {
  height: 262% !important;
}

.max-w-262 {
  max-width: 262% !important;
}

.min-w-262 {
  min-width: 262% !important;
}

.max-h-262 {
  max-height: 262% !important;
}

.min-h-262 {
  min-height: 262% !important;
}

.min-vw-262 {
  min-width: 262vw !important;
}

.min-vh-262 {
  min-height: 262vh !important;
}

.vw-262 {
  width: 262vw !important;
}

.vh-262 {
  height: 262vh !important;
}

.width-262 {
  width: 262px !important;
}

.height-262 {
  height: 262px !important;
}

.max-width-262 {
  max-width: 262px !important;
}

.min-width-262 {
  min-width: 262px !important;
}

.max-height-262 {
  max-height: 262px !important;
}

.min-height-262 {
  min-height: 262px !important;
}

@media (max-width: 576px) {
  .w-sm-263 {
    width: 263% !important;
  }
  .h-sm-263 {
    height: 263% !important;
  }
  .max-w-sm-263 {
    max-width: 263% !important;
  }
  .min-w-sm-263 {
    min-width: 263% !important;
  }
  .max-h-sm-263 {
    max-height: 263% !important;
  }
  .min-h-sm-263 {
    min-height: 263% !important;
  }
  .min-sm-vw-263 {
    min-width: 263vw !important;
  }
  .min-sm-vh-263 {
    min-height: 263vh !important;
  }
  .vw-sm-263 {
    width: 263vw !important;
  }
  .vh-sm-263 {
    height: 263vh !important;
  }
  .width-sm-263 {
    width: 263px !important;
  }
  .height-sm-263 {
    height: 263px !important;
  }
  .max-width-sm-263 {
    max-width: 263px !important;
  }
  .min-width-sm-263 {
    min-width: 263px !important;
  }
  .max-height-sm-263 {
    max-height: 263px !important;
  }
  .min-height-sm-263 {
    min-height: 263px !important;
  }
}
@media (max-width: 768px) {
  .w-md-263 {
    width: 263% !important;
  }
  .h-md-263 {
    height: 263% !important;
  }
  .max-w-md-263 {
    max-width: 263% !important;
  }
  .min-w-md-263 {
    min-width: 263% !important;
  }
  .max-h-md-263 {
    max-height: 263% !important;
  }
  .min-h-md-263 {
    min-height: 263% !important;
  }
  .min-md-vw-263 {
    min-width: 263vw !important;
  }
  .min-md-vh-263 {
    min-height: 263vh !important;
  }
  .vw-md-263 {
    width: 263vw !important;
  }
  .vh-md-263 {
    height: 263vh !important;
  }
  .width-md-263 {
    width: 263px !important;
  }
  .height-md-263 {
    height: 263px !important;
  }
  .max-width-md-263 {
    max-width: 263px !important;
  }
  .min-width-md-263 {
    min-width: 263px !important;
  }
  .max-height-md-263 {
    max-height: 263px !important;
  }
  .min-height-md-263 {
    min-height: 263px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-263 {
    width: 263% !important;
  }
  .h-lg-263 {
    height: 263% !important;
  }
  .max-w-lg-263 {
    max-width: 263% !important;
  }
  .min-w-lg-263 {
    min-width: 263% !important;
  }
  .max-h-lg-263 {
    max-height: 263% !important;
  }
  .min-h-lg-263 {
    min-height: 263% !important;
  }
  .min-lg-vw-263 {
    min-width: 263vw !important;
  }
  .min-lg-vh-263 {
    min-height: 263vh !important;
  }
  .vw-lg-263 {
    width: 263vw !important;
  }
  .vh-lg-263 {
    height: 263vh !important;
  }
  .width-lg-263 {
    width: 263px !important;
  }
  .height-lg-263 {
    height: 263px !important;
  }
  .max-width-lg-263 {
    max-width: 263px !important;
  }
  .min-width-lg-263 {
    min-width: 263px !important;
  }
  .max-height-lg-263 {
    max-height: 263px !important;
  }
  .min-height-lg-263 {
    min-height: 263px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-263 {
    width: 263% !important;
  }
  .h-xl-263 {
    height: 263% !important;
  }
  .max-w-xl-263 {
    max-width: 263% !important;
  }
  .min-w-xl-263 {
    min-width: 263% !important;
  }
  .max-h-xl-263 {
    max-height: 263% !important;
  }
  .min-h-xl-263 {
    min-height: 263% !important;
  }
  .min-xl-vw-263 {
    min-width: 263vw !important;
  }
  .min-xl-vh-263 {
    min-height: 263vh !important;
  }
  .vw-xl-263 {
    width: 263vw !important;
  }
  .vh-xl-263 {
    height: 263vh !important;
  }
  .width-xl-263 {
    width: 263px !important;
  }
  .height-xl-263 {
    height: 263px !important;
  }
  .max-width-xl-263 {
    max-width: 263px !important;
  }
  .min-width-xl-263 {
    min-width: 263px !important;
  }
  .max-height-xl-263 {
    max-height: 263px !important;
  }
  .min-height-xl-263 {
    min-height: 263px !important;
  }
}
.w-263 {
  width: 263% !important;
}

.h-263 {
  height: 263% !important;
}

.max-w-263 {
  max-width: 263% !important;
}

.min-w-263 {
  min-width: 263% !important;
}

.max-h-263 {
  max-height: 263% !important;
}

.min-h-263 {
  min-height: 263% !important;
}

.min-vw-263 {
  min-width: 263vw !important;
}

.min-vh-263 {
  min-height: 263vh !important;
}

.vw-263 {
  width: 263vw !important;
}

.vh-263 {
  height: 263vh !important;
}

.width-263 {
  width: 263px !important;
}

.height-263 {
  height: 263px !important;
}

.max-width-263 {
  max-width: 263px !important;
}

.min-width-263 {
  min-width: 263px !important;
}

.max-height-263 {
  max-height: 263px !important;
}

.min-height-263 {
  min-height: 263px !important;
}

@media (max-width: 576px) {
  .w-sm-264 {
    width: 264% !important;
  }
  .h-sm-264 {
    height: 264% !important;
  }
  .max-w-sm-264 {
    max-width: 264% !important;
  }
  .min-w-sm-264 {
    min-width: 264% !important;
  }
  .max-h-sm-264 {
    max-height: 264% !important;
  }
  .min-h-sm-264 {
    min-height: 264% !important;
  }
  .min-sm-vw-264 {
    min-width: 264vw !important;
  }
  .min-sm-vh-264 {
    min-height: 264vh !important;
  }
  .vw-sm-264 {
    width: 264vw !important;
  }
  .vh-sm-264 {
    height: 264vh !important;
  }
  .width-sm-264 {
    width: 264px !important;
  }
  .height-sm-264 {
    height: 264px !important;
  }
  .max-width-sm-264 {
    max-width: 264px !important;
  }
  .min-width-sm-264 {
    min-width: 264px !important;
  }
  .max-height-sm-264 {
    max-height: 264px !important;
  }
  .min-height-sm-264 {
    min-height: 264px !important;
  }
}
@media (max-width: 768px) {
  .w-md-264 {
    width: 264% !important;
  }
  .h-md-264 {
    height: 264% !important;
  }
  .max-w-md-264 {
    max-width: 264% !important;
  }
  .min-w-md-264 {
    min-width: 264% !important;
  }
  .max-h-md-264 {
    max-height: 264% !important;
  }
  .min-h-md-264 {
    min-height: 264% !important;
  }
  .min-md-vw-264 {
    min-width: 264vw !important;
  }
  .min-md-vh-264 {
    min-height: 264vh !important;
  }
  .vw-md-264 {
    width: 264vw !important;
  }
  .vh-md-264 {
    height: 264vh !important;
  }
  .width-md-264 {
    width: 264px !important;
  }
  .height-md-264 {
    height: 264px !important;
  }
  .max-width-md-264 {
    max-width: 264px !important;
  }
  .min-width-md-264 {
    min-width: 264px !important;
  }
  .max-height-md-264 {
    max-height: 264px !important;
  }
  .min-height-md-264 {
    min-height: 264px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-264 {
    width: 264% !important;
  }
  .h-lg-264 {
    height: 264% !important;
  }
  .max-w-lg-264 {
    max-width: 264% !important;
  }
  .min-w-lg-264 {
    min-width: 264% !important;
  }
  .max-h-lg-264 {
    max-height: 264% !important;
  }
  .min-h-lg-264 {
    min-height: 264% !important;
  }
  .min-lg-vw-264 {
    min-width: 264vw !important;
  }
  .min-lg-vh-264 {
    min-height: 264vh !important;
  }
  .vw-lg-264 {
    width: 264vw !important;
  }
  .vh-lg-264 {
    height: 264vh !important;
  }
  .width-lg-264 {
    width: 264px !important;
  }
  .height-lg-264 {
    height: 264px !important;
  }
  .max-width-lg-264 {
    max-width: 264px !important;
  }
  .min-width-lg-264 {
    min-width: 264px !important;
  }
  .max-height-lg-264 {
    max-height: 264px !important;
  }
  .min-height-lg-264 {
    min-height: 264px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-264 {
    width: 264% !important;
  }
  .h-xl-264 {
    height: 264% !important;
  }
  .max-w-xl-264 {
    max-width: 264% !important;
  }
  .min-w-xl-264 {
    min-width: 264% !important;
  }
  .max-h-xl-264 {
    max-height: 264% !important;
  }
  .min-h-xl-264 {
    min-height: 264% !important;
  }
  .min-xl-vw-264 {
    min-width: 264vw !important;
  }
  .min-xl-vh-264 {
    min-height: 264vh !important;
  }
  .vw-xl-264 {
    width: 264vw !important;
  }
  .vh-xl-264 {
    height: 264vh !important;
  }
  .width-xl-264 {
    width: 264px !important;
  }
  .height-xl-264 {
    height: 264px !important;
  }
  .max-width-xl-264 {
    max-width: 264px !important;
  }
  .min-width-xl-264 {
    min-width: 264px !important;
  }
  .max-height-xl-264 {
    max-height: 264px !important;
  }
  .min-height-xl-264 {
    min-height: 264px !important;
  }
}
.w-264 {
  width: 264% !important;
}

.h-264 {
  height: 264% !important;
}

.max-w-264 {
  max-width: 264% !important;
}

.min-w-264 {
  min-width: 264% !important;
}

.max-h-264 {
  max-height: 264% !important;
}

.min-h-264 {
  min-height: 264% !important;
}

.min-vw-264 {
  min-width: 264vw !important;
}

.min-vh-264 {
  min-height: 264vh !important;
}

.vw-264 {
  width: 264vw !important;
}

.vh-264 {
  height: 264vh !important;
}

.width-264 {
  width: 264px !important;
}

.height-264 {
  height: 264px !important;
}

.max-width-264 {
  max-width: 264px !important;
}

.min-width-264 {
  min-width: 264px !important;
}

.max-height-264 {
  max-height: 264px !important;
}

.min-height-264 {
  min-height: 264px !important;
}

@media (max-width: 576px) {
  .w-sm-265 {
    width: 265% !important;
  }
  .h-sm-265 {
    height: 265% !important;
  }
  .max-w-sm-265 {
    max-width: 265% !important;
  }
  .min-w-sm-265 {
    min-width: 265% !important;
  }
  .max-h-sm-265 {
    max-height: 265% !important;
  }
  .min-h-sm-265 {
    min-height: 265% !important;
  }
  .min-sm-vw-265 {
    min-width: 265vw !important;
  }
  .min-sm-vh-265 {
    min-height: 265vh !important;
  }
  .vw-sm-265 {
    width: 265vw !important;
  }
  .vh-sm-265 {
    height: 265vh !important;
  }
  .width-sm-265 {
    width: 265px !important;
  }
  .height-sm-265 {
    height: 265px !important;
  }
  .max-width-sm-265 {
    max-width: 265px !important;
  }
  .min-width-sm-265 {
    min-width: 265px !important;
  }
  .max-height-sm-265 {
    max-height: 265px !important;
  }
  .min-height-sm-265 {
    min-height: 265px !important;
  }
}
@media (max-width: 768px) {
  .w-md-265 {
    width: 265% !important;
  }
  .h-md-265 {
    height: 265% !important;
  }
  .max-w-md-265 {
    max-width: 265% !important;
  }
  .min-w-md-265 {
    min-width: 265% !important;
  }
  .max-h-md-265 {
    max-height: 265% !important;
  }
  .min-h-md-265 {
    min-height: 265% !important;
  }
  .min-md-vw-265 {
    min-width: 265vw !important;
  }
  .min-md-vh-265 {
    min-height: 265vh !important;
  }
  .vw-md-265 {
    width: 265vw !important;
  }
  .vh-md-265 {
    height: 265vh !important;
  }
  .width-md-265 {
    width: 265px !important;
  }
  .height-md-265 {
    height: 265px !important;
  }
  .max-width-md-265 {
    max-width: 265px !important;
  }
  .min-width-md-265 {
    min-width: 265px !important;
  }
  .max-height-md-265 {
    max-height: 265px !important;
  }
  .min-height-md-265 {
    min-height: 265px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-265 {
    width: 265% !important;
  }
  .h-lg-265 {
    height: 265% !important;
  }
  .max-w-lg-265 {
    max-width: 265% !important;
  }
  .min-w-lg-265 {
    min-width: 265% !important;
  }
  .max-h-lg-265 {
    max-height: 265% !important;
  }
  .min-h-lg-265 {
    min-height: 265% !important;
  }
  .min-lg-vw-265 {
    min-width: 265vw !important;
  }
  .min-lg-vh-265 {
    min-height: 265vh !important;
  }
  .vw-lg-265 {
    width: 265vw !important;
  }
  .vh-lg-265 {
    height: 265vh !important;
  }
  .width-lg-265 {
    width: 265px !important;
  }
  .height-lg-265 {
    height: 265px !important;
  }
  .max-width-lg-265 {
    max-width: 265px !important;
  }
  .min-width-lg-265 {
    min-width: 265px !important;
  }
  .max-height-lg-265 {
    max-height: 265px !important;
  }
  .min-height-lg-265 {
    min-height: 265px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-265 {
    width: 265% !important;
  }
  .h-xl-265 {
    height: 265% !important;
  }
  .max-w-xl-265 {
    max-width: 265% !important;
  }
  .min-w-xl-265 {
    min-width: 265% !important;
  }
  .max-h-xl-265 {
    max-height: 265% !important;
  }
  .min-h-xl-265 {
    min-height: 265% !important;
  }
  .min-xl-vw-265 {
    min-width: 265vw !important;
  }
  .min-xl-vh-265 {
    min-height: 265vh !important;
  }
  .vw-xl-265 {
    width: 265vw !important;
  }
  .vh-xl-265 {
    height: 265vh !important;
  }
  .width-xl-265 {
    width: 265px !important;
  }
  .height-xl-265 {
    height: 265px !important;
  }
  .max-width-xl-265 {
    max-width: 265px !important;
  }
  .min-width-xl-265 {
    min-width: 265px !important;
  }
  .max-height-xl-265 {
    max-height: 265px !important;
  }
  .min-height-xl-265 {
    min-height: 265px !important;
  }
}
.w-265 {
  width: 265% !important;
}

.h-265 {
  height: 265% !important;
}

.max-w-265 {
  max-width: 265% !important;
}

.min-w-265 {
  min-width: 265% !important;
}

.max-h-265 {
  max-height: 265% !important;
}

.min-h-265 {
  min-height: 265% !important;
}

.min-vw-265 {
  min-width: 265vw !important;
}

.min-vh-265 {
  min-height: 265vh !important;
}

.vw-265 {
  width: 265vw !important;
}

.vh-265 {
  height: 265vh !important;
}

.width-265 {
  width: 265px !important;
}

.height-265 {
  height: 265px !important;
}

.max-width-265 {
  max-width: 265px !important;
}

.min-width-265 {
  min-width: 265px !important;
}

.max-height-265 {
  max-height: 265px !important;
}

.min-height-265 {
  min-height: 265px !important;
}

@media (max-width: 576px) {
  .w-sm-266 {
    width: 266% !important;
  }
  .h-sm-266 {
    height: 266% !important;
  }
  .max-w-sm-266 {
    max-width: 266% !important;
  }
  .min-w-sm-266 {
    min-width: 266% !important;
  }
  .max-h-sm-266 {
    max-height: 266% !important;
  }
  .min-h-sm-266 {
    min-height: 266% !important;
  }
  .min-sm-vw-266 {
    min-width: 266vw !important;
  }
  .min-sm-vh-266 {
    min-height: 266vh !important;
  }
  .vw-sm-266 {
    width: 266vw !important;
  }
  .vh-sm-266 {
    height: 266vh !important;
  }
  .width-sm-266 {
    width: 266px !important;
  }
  .height-sm-266 {
    height: 266px !important;
  }
  .max-width-sm-266 {
    max-width: 266px !important;
  }
  .min-width-sm-266 {
    min-width: 266px !important;
  }
  .max-height-sm-266 {
    max-height: 266px !important;
  }
  .min-height-sm-266 {
    min-height: 266px !important;
  }
}
@media (max-width: 768px) {
  .w-md-266 {
    width: 266% !important;
  }
  .h-md-266 {
    height: 266% !important;
  }
  .max-w-md-266 {
    max-width: 266% !important;
  }
  .min-w-md-266 {
    min-width: 266% !important;
  }
  .max-h-md-266 {
    max-height: 266% !important;
  }
  .min-h-md-266 {
    min-height: 266% !important;
  }
  .min-md-vw-266 {
    min-width: 266vw !important;
  }
  .min-md-vh-266 {
    min-height: 266vh !important;
  }
  .vw-md-266 {
    width: 266vw !important;
  }
  .vh-md-266 {
    height: 266vh !important;
  }
  .width-md-266 {
    width: 266px !important;
  }
  .height-md-266 {
    height: 266px !important;
  }
  .max-width-md-266 {
    max-width: 266px !important;
  }
  .min-width-md-266 {
    min-width: 266px !important;
  }
  .max-height-md-266 {
    max-height: 266px !important;
  }
  .min-height-md-266 {
    min-height: 266px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-266 {
    width: 266% !important;
  }
  .h-lg-266 {
    height: 266% !important;
  }
  .max-w-lg-266 {
    max-width: 266% !important;
  }
  .min-w-lg-266 {
    min-width: 266% !important;
  }
  .max-h-lg-266 {
    max-height: 266% !important;
  }
  .min-h-lg-266 {
    min-height: 266% !important;
  }
  .min-lg-vw-266 {
    min-width: 266vw !important;
  }
  .min-lg-vh-266 {
    min-height: 266vh !important;
  }
  .vw-lg-266 {
    width: 266vw !important;
  }
  .vh-lg-266 {
    height: 266vh !important;
  }
  .width-lg-266 {
    width: 266px !important;
  }
  .height-lg-266 {
    height: 266px !important;
  }
  .max-width-lg-266 {
    max-width: 266px !important;
  }
  .min-width-lg-266 {
    min-width: 266px !important;
  }
  .max-height-lg-266 {
    max-height: 266px !important;
  }
  .min-height-lg-266 {
    min-height: 266px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-266 {
    width: 266% !important;
  }
  .h-xl-266 {
    height: 266% !important;
  }
  .max-w-xl-266 {
    max-width: 266% !important;
  }
  .min-w-xl-266 {
    min-width: 266% !important;
  }
  .max-h-xl-266 {
    max-height: 266% !important;
  }
  .min-h-xl-266 {
    min-height: 266% !important;
  }
  .min-xl-vw-266 {
    min-width: 266vw !important;
  }
  .min-xl-vh-266 {
    min-height: 266vh !important;
  }
  .vw-xl-266 {
    width: 266vw !important;
  }
  .vh-xl-266 {
    height: 266vh !important;
  }
  .width-xl-266 {
    width: 266px !important;
  }
  .height-xl-266 {
    height: 266px !important;
  }
  .max-width-xl-266 {
    max-width: 266px !important;
  }
  .min-width-xl-266 {
    min-width: 266px !important;
  }
  .max-height-xl-266 {
    max-height: 266px !important;
  }
  .min-height-xl-266 {
    min-height: 266px !important;
  }
}
.w-266 {
  width: 266% !important;
}

.h-266 {
  height: 266% !important;
}

.max-w-266 {
  max-width: 266% !important;
}

.min-w-266 {
  min-width: 266% !important;
}

.max-h-266 {
  max-height: 266% !important;
}

.min-h-266 {
  min-height: 266% !important;
}

.min-vw-266 {
  min-width: 266vw !important;
}

.min-vh-266 {
  min-height: 266vh !important;
}

.vw-266 {
  width: 266vw !important;
}

.vh-266 {
  height: 266vh !important;
}

.width-266 {
  width: 266px !important;
}

.height-266 {
  height: 266px !important;
}

.max-width-266 {
  max-width: 266px !important;
}

.min-width-266 {
  min-width: 266px !important;
}

.max-height-266 {
  max-height: 266px !important;
}

.min-height-266 {
  min-height: 266px !important;
}

@media (max-width: 576px) {
  .w-sm-267 {
    width: 267% !important;
  }
  .h-sm-267 {
    height: 267% !important;
  }
  .max-w-sm-267 {
    max-width: 267% !important;
  }
  .min-w-sm-267 {
    min-width: 267% !important;
  }
  .max-h-sm-267 {
    max-height: 267% !important;
  }
  .min-h-sm-267 {
    min-height: 267% !important;
  }
  .min-sm-vw-267 {
    min-width: 267vw !important;
  }
  .min-sm-vh-267 {
    min-height: 267vh !important;
  }
  .vw-sm-267 {
    width: 267vw !important;
  }
  .vh-sm-267 {
    height: 267vh !important;
  }
  .width-sm-267 {
    width: 267px !important;
  }
  .height-sm-267 {
    height: 267px !important;
  }
  .max-width-sm-267 {
    max-width: 267px !important;
  }
  .min-width-sm-267 {
    min-width: 267px !important;
  }
  .max-height-sm-267 {
    max-height: 267px !important;
  }
  .min-height-sm-267 {
    min-height: 267px !important;
  }
}
@media (max-width: 768px) {
  .w-md-267 {
    width: 267% !important;
  }
  .h-md-267 {
    height: 267% !important;
  }
  .max-w-md-267 {
    max-width: 267% !important;
  }
  .min-w-md-267 {
    min-width: 267% !important;
  }
  .max-h-md-267 {
    max-height: 267% !important;
  }
  .min-h-md-267 {
    min-height: 267% !important;
  }
  .min-md-vw-267 {
    min-width: 267vw !important;
  }
  .min-md-vh-267 {
    min-height: 267vh !important;
  }
  .vw-md-267 {
    width: 267vw !important;
  }
  .vh-md-267 {
    height: 267vh !important;
  }
  .width-md-267 {
    width: 267px !important;
  }
  .height-md-267 {
    height: 267px !important;
  }
  .max-width-md-267 {
    max-width: 267px !important;
  }
  .min-width-md-267 {
    min-width: 267px !important;
  }
  .max-height-md-267 {
    max-height: 267px !important;
  }
  .min-height-md-267 {
    min-height: 267px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-267 {
    width: 267% !important;
  }
  .h-lg-267 {
    height: 267% !important;
  }
  .max-w-lg-267 {
    max-width: 267% !important;
  }
  .min-w-lg-267 {
    min-width: 267% !important;
  }
  .max-h-lg-267 {
    max-height: 267% !important;
  }
  .min-h-lg-267 {
    min-height: 267% !important;
  }
  .min-lg-vw-267 {
    min-width: 267vw !important;
  }
  .min-lg-vh-267 {
    min-height: 267vh !important;
  }
  .vw-lg-267 {
    width: 267vw !important;
  }
  .vh-lg-267 {
    height: 267vh !important;
  }
  .width-lg-267 {
    width: 267px !important;
  }
  .height-lg-267 {
    height: 267px !important;
  }
  .max-width-lg-267 {
    max-width: 267px !important;
  }
  .min-width-lg-267 {
    min-width: 267px !important;
  }
  .max-height-lg-267 {
    max-height: 267px !important;
  }
  .min-height-lg-267 {
    min-height: 267px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-267 {
    width: 267% !important;
  }
  .h-xl-267 {
    height: 267% !important;
  }
  .max-w-xl-267 {
    max-width: 267% !important;
  }
  .min-w-xl-267 {
    min-width: 267% !important;
  }
  .max-h-xl-267 {
    max-height: 267% !important;
  }
  .min-h-xl-267 {
    min-height: 267% !important;
  }
  .min-xl-vw-267 {
    min-width: 267vw !important;
  }
  .min-xl-vh-267 {
    min-height: 267vh !important;
  }
  .vw-xl-267 {
    width: 267vw !important;
  }
  .vh-xl-267 {
    height: 267vh !important;
  }
  .width-xl-267 {
    width: 267px !important;
  }
  .height-xl-267 {
    height: 267px !important;
  }
  .max-width-xl-267 {
    max-width: 267px !important;
  }
  .min-width-xl-267 {
    min-width: 267px !important;
  }
  .max-height-xl-267 {
    max-height: 267px !important;
  }
  .min-height-xl-267 {
    min-height: 267px !important;
  }
}
.w-267 {
  width: 267% !important;
}

.h-267 {
  height: 267% !important;
}

.max-w-267 {
  max-width: 267% !important;
}

.min-w-267 {
  min-width: 267% !important;
}

.max-h-267 {
  max-height: 267% !important;
}

.min-h-267 {
  min-height: 267% !important;
}

.min-vw-267 {
  min-width: 267vw !important;
}

.min-vh-267 {
  min-height: 267vh !important;
}

.vw-267 {
  width: 267vw !important;
}

.vh-267 {
  height: 267vh !important;
}

.width-267 {
  width: 267px !important;
}

.height-267 {
  height: 267px !important;
}

.max-width-267 {
  max-width: 267px !important;
}

.min-width-267 {
  min-width: 267px !important;
}

.max-height-267 {
  max-height: 267px !important;
}

.min-height-267 {
  min-height: 267px !important;
}

@media (max-width: 576px) {
  .w-sm-268 {
    width: 268% !important;
  }
  .h-sm-268 {
    height: 268% !important;
  }
  .max-w-sm-268 {
    max-width: 268% !important;
  }
  .min-w-sm-268 {
    min-width: 268% !important;
  }
  .max-h-sm-268 {
    max-height: 268% !important;
  }
  .min-h-sm-268 {
    min-height: 268% !important;
  }
  .min-sm-vw-268 {
    min-width: 268vw !important;
  }
  .min-sm-vh-268 {
    min-height: 268vh !important;
  }
  .vw-sm-268 {
    width: 268vw !important;
  }
  .vh-sm-268 {
    height: 268vh !important;
  }
  .width-sm-268 {
    width: 268px !important;
  }
  .height-sm-268 {
    height: 268px !important;
  }
  .max-width-sm-268 {
    max-width: 268px !important;
  }
  .min-width-sm-268 {
    min-width: 268px !important;
  }
  .max-height-sm-268 {
    max-height: 268px !important;
  }
  .min-height-sm-268 {
    min-height: 268px !important;
  }
}
@media (max-width: 768px) {
  .w-md-268 {
    width: 268% !important;
  }
  .h-md-268 {
    height: 268% !important;
  }
  .max-w-md-268 {
    max-width: 268% !important;
  }
  .min-w-md-268 {
    min-width: 268% !important;
  }
  .max-h-md-268 {
    max-height: 268% !important;
  }
  .min-h-md-268 {
    min-height: 268% !important;
  }
  .min-md-vw-268 {
    min-width: 268vw !important;
  }
  .min-md-vh-268 {
    min-height: 268vh !important;
  }
  .vw-md-268 {
    width: 268vw !important;
  }
  .vh-md-268 {
    height: 268vh !important;
  }
  .width-md-268 {
    width: 268px !important;
  }
  .height-md-268 {
    height: 268px !important;
  }
  .max-width-md-268 {
    max-width: 268px !important;
  }
  .min-width-md-268 {
    min-width: 268px !important;
  }
  .max-height-md-268 {
    max-height: 268px !important;
  }
  .min-height-md-268 {
    min-height: 268px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-268 {
    width: 268% !important;
  }
  .h-lg-268 {
    height: 268% !important;
  }
  .max-w-lg-268 {
    max-width: 268% !important;
  }
  .min-w-lg-268 {
    min-width: 268% !important;
  }
  .max-h-lg-268 {
    max-height: 268% !important;
  }
  .min-h-lg-268 {
    min-height: 268% !important;
  }
  .min-lg-vw-268 {
    min-width: 268vw !important;
  }
  .min-lg-vh-268 {
    min-height: 268vh !important;
  }
  .vw-lg-268 {
    width: 268vw !important;
  }
  .vh-lg-268 {
    height: 268vh !important;
  }
  .width-lg-268 {
    width: 268px !important;
  }
  .height-lg-268 {
    height: 268px !important;
  }
  .max-width-lg-268 {
    max-width: 268px !important;
  }
  .min-width-lg-268 {
    min-width: 268px !important;
  }
  .max-height-lg-268 {
    max-height: 268px !important;
  }
  .min-height-lg-268 {
    min-height: 268px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-268 {
    width: 268% !important;
  }
  .h-xl-268 {
    height: 268% !important;
  }
  .max-w-xl-268 {
    max-width: 268% !important;
  }
  .min-w-xl-268 {
    min-width: 268% !important;
  }
  .max-h-xl-268 {
    max-height: 268% !important;
  }
  .min-h-xl-268 {
    min-height: 268% !important;
  }
  .min-xl-vw-268 {
    min-width: 268vw !important;
  }
  .min-xl-vh-268 {
    min-height: 268vh !important;
  }
  .vw-xl-268 {
    width: 268vw !important;
  }
  .vh-xl-268 {
    height: 268vh !important;
  }
  .width-xl-268 {
    width: 268px !important;
  }
  .height-xl-268 {
    height: 268px !important;
  }
  .max-width-xl-268 {
    max-width: 268px !important;
  }
  .min-width-xl-268 {
    min-width: 268px !important;
  }
  .max-height-xl-268 {
    max-height: 268px !important;
  }
  .min-height-xl-268 {
    min-height: 268px !important;
  }
}
.w-268 {
  width: 268% !important;
}

.h-268 {
  height: 268% !important;
}

.max-w-268 {
  max-width: 268% !important;
}

.min-w-268 {
  min-width: 268% !important;
}

.max-h-268 {
  max-height: 268% !important;
}

.min-h-268 {
  min-height: 268% !important;
}

.min-vw-268 {
  min-width: 268vw !important;
}

.min-vh-268 {
  min-height: 268vh !important;
}

.vw-268 {
  width: 268vw !important;
}

.vh-268 {
  height: 268vh !important;
}

.width-268 {
  width: 268px !important;
}

.height-268 {
  height: 268px !important;
}

.max-width-268 {
  max-width: 268px !important;
}

.min-width-268 {
  min-width: 268px !important;
}

.max-height-268 {
  max-height: 268px !important;
}

.min-height-268 {
  min-height: 268px !important;
}

@media (max-width: 576px) {
  .w-sm-269 {
    width: 269% !important;
  }
  .h-sm-269 {
    height: 269% !important;
  }
  .max-w-sm-269 {
    max-width: 269% !important;
  }
  .min-w-sm-269 {
    min-width: 269% !important;
  }
  .max-h-sm-269 {
    max-height: 269% !important;
  }
  .min-h-sm-269 {
    min-height: 269% !important;
  }
  .min-sm-vw-269 {
    min-width: 269vw !important;
  }
  .min-sm-vh-269 {
    min-height: 269vh !important;
  }
  .vw-sm-269 {
    width: 269vw !important;
  }
  .vh-sm-269 {
    height: 269vh !important;
  }
  .width-sm-269 {
    width: 269px !important;
  }
  .height-sm-269 {
    height: 269px !important;
  }
  .max-width-sm-269 {
    max-width: 269px !important;
  }
  .min-width-sm-269 {
    min-width: 269px !important;
  }
  .max-height-sm-269 {
    max-height: 269px !important;
  }
  .min-height-sm-269 {
    min-height: 269px !important;
  }
}
@media (max-width: 768px) {
  .w-md-269 {
    width: 269% !important;
  }
  .h-md-269 {
    height: 269% !important;
  }
  .max-w-md-269 {
    max-width: 269% !important;
  }
  .min-w-md-269 {
    min-width: 269% !important;
  }
  .max-h-md-269 {
    max-height: 269% !important;
  }
  .min-h-md-269 {
    min-height: 269% !important;
  }
  .min-md-vw-269 {
    min-width: 269vw !important;
  }
  .min-md-vh-269 {
    min-height: 269vh !important;
  }
  .vw-md-269 {
    width: 269vw !important;
  }
  .vh-md-269 {
    height: 269vh !important;
  }
  .width-md-269 {
    width: 269px !important;
  }
  .height-md-269 {
    height: 269px !important;
  }
  .max-width-md-269 {
    max-width: 269px !important;
  }
  .min-width-md-269 {
    min-width: 269px !important;
  }
  .max-height-md-269 {
    max-height: 269px !important;
  }
  .min-height-md-269 {
    min-height: 269px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-269 {
    width: 269% !important;
  }
  .h-lg-269 {
    height: 269% !important;
  }
  .max-w-lg-269 {
    max-width: 269% !important;
  }
  .min-w-lg-269 {
    min-width: 269% !important;
  }
  .max-h-lg-269 {
    max-height: 269% !important;
  }
  .min-h-lg-269 {
    min-height: 269% !important;
  }
  .min-lg-vw-269 {
    min-width: 269vw !important;
  }
  .min-lg-vh-269 {
    min-height: 269vh !important;
  }
  .vw-lg-269 {
    width: 269vw !important;
  }
  .vh-lg-269 {
    height: 269vh !important;
  }
  .width-lg-269 {
    width: 269px !important;
  }
  .height-lg-269 {
    height: 269px !important;
  }
  .max-width-lg-269 {
    max-width: 269px !important;
  }
  .min-width-lg-269 {
    min-width: 269px !important;
  }
  .max-height-lg-269 {
    max-height: 269px !important;
  }
  .min-height-lg-269 {
    min-height: 269px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-269 {
    width: 269% !important;
  }
  .h-xl-269 {
    height: 269% !important;
  }
  .max-w-xl-269 {
    max-width: 269% !important;
  }
  .min-w-xl-269 {
    min-width: 269% !important;
  }
  .max-h-xl-269 {
    max-height: 269% !important;
  }
  .min-h-xl-269 {
    min-height: 269% !important;
  }
  .min-xl-vw-269 {
    min-width: 269vw !important;
  }
  .min-xl-vh-269 {
    min-height: 269vh !important;
  }
  .vw-xl-269 {
    width: 269vw !important;
  }
  .vh-xl-269 {
    height: 269vh !important;
  }
  .width-xl-269 {
    width: 269px !important;
  }
  .height-xl-269 {
    height: 269px !important;
  }
  .max-width-xl-269 {
    max-width: 269px !important;
  }
  .min-width-xl-269 {
    min-width: 269px !important;
  }
  .max-height-xl-269 {
    max-height: 269px !important;
  }
  .min-height-xl-269 {
    min-height: 269px !important;
  }
}
.w-269 {
  width: 269% !important;
}

.h-269 {
  height: 269% !important;
}

.max-w-269 {
  max-width: 269% !important;
}

.min-w-269 {
  min-width: 269% !important;
}

.max-h-269 {
  max-height: 269% !important;
}

.min-h-269 {
  min-height: 269% !important;
}

.min-vw-269 {
  min-width: 269vw !important;
}

.min-vh-269 {
  min-height: 269vh !important;
}

.vw-269 {
  width: 269vw !important;
}

.vh-269 {
  height: 269vh !important;
}

.width-269 {
  width: 269px !important;
}

.height-269 {
  height: 269px !important;
}

.max-width-269 {
  max-width: 269px !important;
}

.min-width-269 {
  min-width: 269px !important;
}

.max-height-269 {
  max-height: 269px !important;
}

.min-height-269 {
  min-height: 269px !important;
}

@media (max-width: 576px) {
  .w-sm-270 {
    width: 270% !important;
  }
  .h-sm-270 {
    height: 270% !important;
  }
  .max-w-sm-270 {
    max-width: 270% !important;
  }
  .min-w-sm-270 {
    min-width: 270% !important;
  }
  .max-h-sm-270 {
    max-height: 270% !important;
  }
  .min-h-sm-270 {
    min-height: 270% !important;
  }
  .min-sm-vw-270 {
    min-width: 270vw !important;
  }
  .min-sm-vh-270 {
    min-height: 270vh !important;
  }
  .vw-sm-270 {
    width: 270vw !important;
  }
  .vh-sm-270 {
    height: 270vh !important;
  }
  .width-sm-270 {
    width: 270px !important;
  }
  .height-sm-270 {
    height: 270px !important;
  }
  .max-width-sm-270 {
    max-width: 270px !important;
  }
  .min-width-sm-270 {
    min-width: 270px !important;
  }
  .max-height-sm-270 {
    max-height: 270px !important;
  }
  .min-height-sm-270 {
    min-height: 270px !important;
  }
}
@media (max-width: 768px) {
  .w-md-270 {
    width: 270% !important;
  }
  .h-md-270 {
    height: 270% !important;
  }
  .max-w-md-270 {
    max-width: 270% !important;
  }
  .min-w-md-270 {
    min-width: 270% !important;
  }
  .max-h-md-270 {
    max-height: 270% !important;
  }
  .min-h-md-270 {
    min-height: 270% !important;
  }
  .min-md-vw-270 {
    min-width: 270vw !important;
  }
  .min-md-vh-270 {
    min-height: 270vh !important;
  }
  .vw-md-270 {
    width: 270vw !important;
  }
  .vh-md-270 {
    height: 270vh !important;
  }
  .width-md-270 {
    width: 270px !important;
  }
  .height-md-270 {
    height: 270px !important;
  }
  .max-width-md-270 {
    max-width: 270px !important;
  }
  .min-width-md-270 {
    min-width: 270px !important;
  }
  .max-height-md-270 {
    max-height: 270px !important;
  }
  .min-height-md-270 {
    min-height: 270px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-270 {
    width: 270% !important;
  }
  .h-lg-270 {
    height: 270% !important;
  }
  .max-w-lg-270 {
    max-width: 270% !important;
  }
  .min-w-lg-270 {
    min-width: 270% !important;
  }
  .max-h-lg-270 {
    max-height: 270% !important;
  }
  .min-h-lg-270 {
    min-height: 270% !important;
  }
  .min-lg-vw-270 {
    min-width: 270vw !important;
  }
  .min-lg-vh-270 {
    min-height: 270vh !important;
  }
  .vw-lg-270 {
    width: 270vw !important;
  }
  .vh-lg-270 {
    height: 270vh !important;
  }
  .width-lg-270 {
    width: 270px !important;
  }
  .height-lg-270 {
    height: 270px !important;
  }
  .max-width-lg-270 {
    max-width: 270px !important;
  }
  .min-width-lg-270 {
    min-width: 270px !important;
  }
  .max-height-lg-270 {
    max-height: 270px !important;
  }
  .min-height-lg-270 {
    min-height: 270px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-270 {
    width: 270% !important;
  }
  .h-xl-270 {
    height: 270% !important;
  }
  .max-w-xl-270 {
    max-width: 270% !important;
  }
  .min-w-xl-270 {
    min-width: 270% !important;
  }
  .max-h-xl-270 {
    max-height: 270% !important;
  }
  .min-h-xl-270 {
    min-height: 270% !important;
  }
  .min-xl-vw-270 {
    min-width: 270vw !important;
  }
  .min-xl-vh-270 {
    min-height: 270vh !important;
  }
  .vw-xl-270 {
    width: 270vw !important;
  }
  .vh-xl-270 {
    height: 270vh !important;
  }
  .width-xl-270 {
    width: 270px !important;
  }
  .height-xl-270 {
    height: 270px !important;
  }
  .max-width-xl-270 {
    max-width: 270px !important;
  }
  .min-width-xl-270 {
    min-width: 270px !important;
  }
  .max-height-xl-270 {
    max-height: 270px !important;
  }
  .min-height-xl-270 {
    min-height: 270px !important;
  }
}
.w-270 {
  width: 270% !important;
}

.h-270 {
  height: 270% !important;
}

.max-w-270 {
  max-width: 270% !important;
}

.min-w-270 {
  min-width: 270% !important;
}

.max-h-270 {
  max-height: 270% !important;
}

.min-h-270 {
  min-height: 270% !important;
}

.min-vw-270 {
  min-width: 270vw !important;
}

.min-vh-270 {
  min-height: 270vh !important;
}

.vw-270 {
  width: 270vw !important;
}

.vh-270 {
  height: 270vh !important;
}

.width-270 {
  width: 270px !important;
}

.height-270 {
  height: 270px !important;
}

.max-width-270 {
  max-width: 270px !important;
}

.min-width-270 {
  min-width: 270px !important;
}

.max-height-270 {
  max-height: 270px !important;
}

.min-height-270 {
  min-height: 270px !important;
}

@media (max-width: 576px) {
  .w-sm-271 {
    width: 271% !important;
  }
  .h-sm-271 {
    height: 271% !important;
  }
  .max-w-sm-271 {
    max-width: 271% !important;
  }
  .min-w-sm-271 {
    min-width: 271% !important;
  }
  .max-h-sm-271 {
    max-height: 271% !important;
  }
  .min-h-sm-271 {
    min-height: 271% !important;
  }
  .min-sm-vw-271 {
    min-width: 271vw !important;
  }
  .min-sm-vh-271 {
    min-height: 271vh !important;
  }
  .vw-sm-271 {
    width: 271vw !important;
  }
  .vh-sm-271 {
    height: 271vh !important;
  }
  .width-sm-271 {
    width: 271px !important;
  }
  .height-sm-271 {
    height: 271px !important;
  }
  .max-width-sm-271 {
    max-width: 271px !important;
  }
  .min-width-sm-271 {
    min-width: 271px !important;
  }
  .max-height-sm-271 {
    max-height: 271px !important;
  }
  .min-height-sm-271 {
    min-height: 271px !important;
  }
}
@media (max-width: 768px) {
  .w-md-271 {
    width: 271% !important;
  }
  .h-md-271 {
    height: 271% !important;
  }
  .max-w-md-271 {
    max-width: 271% !important;
  }
  .min-w-md-271 {
    min-width: 271% !important;
  }
  .max-h-md-271 {
    max-height: 271% !important;
  }
  .min-h-md-271 {
    min-height: 271% !important;
  }
  .min-md-vw-271 {
    min-width: 271vw !important;
  }
  .min-md-vh-271 {
    min-height: 271vh !important;
  }
  .vw-md-271 {
    width: 271vw !important;
  }
  .vh-md-271 {
    height: 271vh !important;
  }
  .width-md-271 {
    width: 271px !important;
  }
  .height-md-271 {
    height: 271px !important;
  }
  .max-width-md-271 {
    max-width: 271px !important;
  }
  .min-width-md-271 {
    min-width: 271px !important;
  }
  .max-height-md-271 {
    max-height: 271px !important;
  }
  .min-height-md-271 {
    min-height: 271px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-271 {
    width: 271% !important;
  }
  .h-lg-271 {
    height: 271% !important;
  }
  .max-w-lg-271 {
    max-width: 271% !important;
  }
  .min-w-lg-271 {
    min-width: 271% !important;
  }
  .max-h-lg-271 {
    max-height: 271% !important;
  }
  .min-h-lg-271 {
    min-height: 271% !important;
  }
  .min-lg-vw-271 {
    min-width: 271vw !important;
  }
  .min-lg-vh-271 {
    min-height: 271vh !important;
  }
  .vw-lg-271 {
    width: 271vw !important;
  }
  .vh-lg-271 {
    height: 271vh !important;
  }
  .width-lg-271 {
    width: 271px !important;
  }
  .height-lg-271 {
    height: 271px !important;
  }
  .max-width-lg-271 {
    max-width: 271px !important;
  }
  .min-width-lg-271 {
    min-width: 271px !important;
  }
  .max-height-lg-271 {
    max-height: 271px !important;
  }
  .min-height-lg-271 {
    min-height: 271px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-271 {
    width: 271% !important;
  }
  .h-xl-271 {
    height: 271% !important;
  }
  .max-w-xl-271 {
    max-width: 271% !important;
  }
  .min-w-xl-271 {
    min-width: 271% !important;
  }
  .max-h-xl-271 {
    max-height: 271% !important;
  }
  .min-h-xl-271 {
    min-height: 271% !important;
  }
  .min-xl-vw-271 {
    min-width: 271vw !important;
  }
  .min-xl-vh-271 {
    min-height: 271vh !important;
  }
  .vw-xl-271 {
    width: 271vw !important;
  }
  .vh-xl-271 {
    height: 271vh !important;
  }
  .width-xl-271 {
    width: 271px !important;
  }
  .height-xl-271 {
    height: 271px !important;
  }
  .max-width-xl-271 {
    max-width: 271px !important;
  }
  .min-width-xl-271 {
    min-width: 271px !important;
  }
  .max-height-xl-271 {
    max-height: 271px !important;
  }
  .min-height-xl-271 {
    min-height: 271px !important;
  }
}
.w-271 {
  width: 271% !important;
}

.h-271 {
  height: 271% !important;
}

.max-w-271 {
  max-width: 271% !important;
}

.min-w-271 {
  min-width: 271% !important;
}

.max-h-271 {
  max-height: 271% !important;
}

.min-h-271 {
  min-height: 271% !important;
}

.min-vw-271 {
  min-width: 271vw !important;
}

.min-vh-271 {
  min-height: 271vh !important;
}

.vw-271 {
  width: 271vw !important;
}

.vh-271 {
  height: 271vh !important;
}

.width-271 {
  width: 271px !important;
}

.height-271 {
  height: 271px !important;
}

.max-width-271 {
  max-width: 271px !important;
}

.min-width-271 {
  min-width: 271px !important;
}

.max-height-271 {
  max-height: 271px !important;
}

.min-height-271 {
  min-height: 271px !important;
}

@media (max-width: 576px) {
  .w-sm-272 {
    width: 272% !important;
  }
  .h-sm-272 {
    height: 272% !important;
  }
  .max-w-sm-272 {
    max-width: 272% !important;
  }
  .min-w-sm-272 {
    min-width: 272% !important;
  }
  .max-h-sm-272 {
    max-height: 272% !important;
  }
  .min-h-sm-272 {
    min-height: 272% !important;
  }
  .min-sm-vw-272 {
    min-width: 272vw !important;
  }
  .min-sm-vh-272 {
    min-height: 272vh !important;
  }
  .vw-sm-272 {
    width: 272vw !important;
  }
  .vh-sm-272 {
    height: 272vh !important;
  }
  .width-sm-272 {
    width: 272px !important;
  }
  .height-sm-272 {
    height: 272px !important;
  }
  .max-width-sm-272 {
    max-width: 272px !important;
  }
  .min-width-sm-272 {
    min-width: 272px !important;
  }
  .max-height-sm-272 {
    max-height: 272px !important;
  }
  .min-height-sm-272 {
    min-height: 272px !important;
  }
}
@media (max-width: 768px) {
  .w-md-272 {
    width: 272% !important;
  }
  .h-md-272 {
    height: 272% !important;
  }
  .max-w-md-272 {
    max-width: 272% !important;
  }
  .min-w-md-272 {
    min-width: 272% !important;
  }
  .max-h-md-272 {
    max-height: 272% !important;
  }
  .min-h-md-272 {
    min-height: 272% !important;
  }
  .min-md-vw-272 {
    min-width: 272vw !important;
  }
  .min-md-vh-272 {
    min-height: 272vh !important;
  }
  .vw-md-272 {
    width: 272vw !important;
  }
  .vh-md-272 {
    height: 272vh !important;
  }
  .width-md-272 {
    width: 272px !important;
  }
  .height-md-272 {
    height: 272px !important;
  }
  .max-width-md-272 {
    max-width: 272px !important;
  }
  .min-width-md-272 {
    min-width: 272px !important;
  }
  .max-height-md-272 {
    max-height: 272px !important;
  }
  .min-height-md-272 {
    min-height: 272px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-272 {
    width: 272% !important;
  }
  .h-lg-272 {
    height: 272% !important;
  }
  .max-w-lg-272 {
    max-width: 272% !important;
  }
  .min-w-lg-272 {
    min-width: 272% !important;
  }
  .max-h-lg-272 {
    max-height: 272% !important;
  }
  .min-h-lg-272 {
    min-height: 272% !important;
  }
  .min-lg-vw-272 {
    min-width: 272vw !important;
  }
  .min-lg-vh-272 {
    min-height: 272vh !important;
  }
  .vw-lg-272 {
    width: 272vw !important;
  }
  .vh-lg-272 {
    height: 272vh !important;
  }
  .width-lg-272 {
    width: 272px !important;
  }
  .height-lg-272 {
    height: 272px !important;
  }
  .max-width-lg-272 {
    max-width: 272px !important;
  }
  .min-width-lg-272 {
    min-width: 272px !important;
  }
  .max-height-lg-272 {
    max-height: 272px !important;
  }
  .min-height-lg-272 {
    min-height: 272px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-272 {
    width: 272% !important;
  }
  .h-xl-272 {
    height: 272% !important;
  }
  .max-w-xl-272 {
    max-width: 272% !important;
  }
  .min-w-xl-272 {
    min-width: 272% !important;
  }
  .max-h-xl-272 {
    max-height: 272% !important;
  }
  .min-h-xl-272 {
    min-height: 272% !important;
  }
  .min-xl-vw-272 {
    min-width: 272vw !important;
  }
  .min-xl-vh-272 {
    min-height: 272vh !important;
  }
  .vw-xl-272 {
    width: 272vw !important;
  }
  .vh-xl-272 {
    height: 272vh !important;
  }
  .width-xl-272 {
    width: 272px !important;
  }
  .height-xl-272 {
    height: 272px !important;
  }
  .max-width-xl-272 {
    max-width: 272px !important;
  }
  .min-width-xl-272 {
    min-width: 272px !important;
  }
  .max-height-xl-272 {
    max-height: 272px !important;
  }
  .min-height-xl-272 {
    min-height: 272px !important;
  }
}
.w-272 {
  width: 272% !important;
}

.h-272 {
  height: 272% !important;
}

.max-w-272 {
  max-width: 272% !important;
}

.min-w-272 {
  min-width: 272% !important;
}

.max-h-272 {
  max-height: 272% !important;
}

.min-h-272 {
  min-height: 272% !important;
}

.min-vw-272 {
  min-width: 272vw !important;
}

.min-vh-272 {
  min-height: 272vh !important;
}

.vw-272 {
  width: 272vw !important;
}

.vh-272 {
  height: 272vh !important;
}

.width-272 {
  width: 272px !important;
}

.height-272 {
  height: 272px !important;
}

.max-width-272 {
  max-width: 272px !important;
}

.min-width-272 {
  min-width: 272px !important;
}

.max-height-272 {
  max-height: 272px !important;
}

.min-height-272 {
  min-height: 272px !important;
}

@media (max-width: 576px) {
  .w-sm-273 {
    width: 273% !important;
  }
  .h-sm-273 {
    height: 273% !important;
  }
  .max-w-sm-273 {
    max-width: 273% !important;
  }
  .min-w-sm-273 {
    min-width: 273% !important;
  }
  .max-h-sm-273 {
    max-height: 273% !important;
  }
  .min-h-sm-273 {
    min-height: 273% !important;
  }
  .min-sm-vw-273 {
    min-width: 273vw !important;
  }
  .min-sm-vh-273 {
    min-height: 273vh !important;
  }
  .vw-sm-273 {
    width: 273vw !important;
  }
  .vh-sm-273 {
    height: 273vh !important;
  }
  .width-sm-273 {
    width: 273px !important;
  }
  .height-sm-273 {
    height: 273px !important;
  }
  .max-width-sm-273 {
    max-width: 273px !important;
  }
  .min-width-sm-273 {
    min-width: 273px !important;
  }
  .max-height-sm-273 {
    max-height: 273px !important;
  }
  .min-height-sm-273 {
    min-height: 273px !important;
  }
}
@media (max-width: 768px) {
  .w-md-273 {
    width: 273% !important;
  }
  .h-md-273 {
    height: 273% !important;
  }
  .max-w-md-273 {
    max-width: 273% !important;
  }
  .min-w-md-273 {
    min-width: 273% !important;
  }
  .max-h-md-273 {
    max-height: 273% !important;
  }
  .min-h-md-273 {
    min-height: 273% !important;
  }
  .min-md-vw-273 {
    min-width: 273vw !important;
  }
  .min-md-vh-273 {
    min-height: 273vh !important;
  }
  .vw-md-273 {
    width: 273vw !important;
  }
  .vh-md-273 {
    height: 273vh !important;
  }
  .width-md-273 {
    width: 273px !important;
  }
  .height-md-273 {
    height: 273px !important;
  }
  .max-width-md-273 {
    max-width: 273px !important;
  }
  .min-width-md-273 {
    min-width: 273px !important;
  }
  .max-height-md-273 {
    max-height: 273px !important;
  }
  .min-height-md-273 {
    min-height: 273px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-273 {
    width: 273% !important;
  }
  .h-lg-273 {
    height: 273% !important;
  }
  .max-w-lg-273 {
    max-width: 273% !important;
  }
  .min-w-lg-273 {
    min-width: 273% !important;
  }
  .max-h-lg-273 {
    max-height: 273% !important;
  }
  .min-h-lg-273 {
    min-height: 273% !important;
  }
  .min-lg-vw-273 {
    min-width: 273vw !important;
  }
  .min-lg-vh-273 {
    min-height: 273vh !important;
  }
  .vw-lg-273 {
    width: 273vw !important;
  }
  .vh-lg-273 {
    height: 273vh !important;
  }
  .width-lg-273 {
    width: 273px !important;
  }
  .height-lg-273 {
    height: 273px !important;
  }
  .max-width-lg-273 {
    max-width: 273px !important;
  }
  .min-width-lg-273 {
    min-width: 273px !important;
  }
  .max-height-lg-273 {
    max-height: 273px !important;
  }
  .min-height-lg-273 {
    min-height: 273px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-273 {
    width: 273% !important;
  }
  .h-xl-273 {
    height: 273% !important;
  }
  .max-w-xl-273 {
    max-width: 273% !important;
  }
  .min-w-xl-273 {
    min-width: 273% !important;
  }
  .max-h-xl-273 {
    max-height: 273% !important;
  }
  .min-h-xl-273 {
    min-height: 273% !important;
  }
  .min-xl-vw-273 {
    min-width: 273vw !important;
  }
  .min-xl-vh-273 {
    min-height: 273vh !important;
  }
  .vw-xl-273 {
    width: 273vw !important;
  }
  .vh-xl-273 {
    height: 273vh !important;
  }
  .width-xl-273 {
    width: 273px !important;
  }
  .height-xl-273 {
    height: 273px !important;
  }
  .max-width-xl-273 {
    max-width: 273px !important;
  }
  .min-width-xl-273 {
    min-width: 273px !important;
  }
  .max-height-xl-273 {
    max-height: 273px !important;
  }
  .min-height-xl-273 {
    min-height: 273px !important;
  }
}
.w-273 {
  width: 273% !important;
}

.h-273 {
  height: 273% !important;
}

.max-w-273 {
  max-width: 273% !important;
}

.min-w-273 {
  min-width: 273% !important;
}

.max-h-273 {
  max-height: 273% !important;
}

.min-h-273 {
  min-height: 273% !important;
}

.min-vw-273 {
  min-width: 273vw !important;
}

.min-vh-273 {
  min-height: 273vh !important;
}

.vw-273 {
  width: 273vw !important;
}

.vh-273 {
  height: 273vh !important;
}

.width-273 {
  width: 273px !important;
}

.height-273 {
  height: 273px !important;
}

.max-width-273 {
  max-width: 273px !important;
}

.min-width-273 {
  min-width: 273px !important;
}

.max-height-273 {
  max-height: 273px !important;
}

.min-height-273 {
  min-height: 273px !important;
}

@media (max-width: 576px) {
  .w-sm-274 {
    width: 274% !important;
  }
  .h-sm-274 {
    height: 274% !important;
  }
  .max-w-sm-274 {
    max-width: 274% !important;
  }
  .min-w-sm-274 {
    min-width: 274% !important;
  }
  .max-h-sm-274 {
    max-height: 274% !important;
  }
  .min-h-sm-274 {
    min-height: 274% !important;
  }
  .min-sm-vw-274 {
    min-width: 274vw !important;
  }
  .min-sm-vh-274 {
    min-height: 274vh !important;
  }
  .vw-sm-274 {
    width: 274vw !important;
  }
  .vh-sm-274 {
    height: 274vh !important;
  }
  .width-sm-274 {
    width: 274px !important;
  }
  .height-sm-274 {
    height: 274px !important;
  }
  .max-width-sm-274 {
    max-width: 274px !important;
  }
  .min-width-sm-274 {
    min-width: 274px !important;
  }
  .max-height-sm-274 {
    max-height: 274px !important;
  }
  .min-height-sm-274 {
    min-height: 274px !important;
  }
}
@media (max-width: 768px) {
  .w-md-274 {
    width: 274% !important;
  }
  .h-md-274 {
    height: 274% !important;
  }
  .max-w-md-274 {
    max-width: 274% !important;
  }
  .min-w-md-274 {
    min-width: 274% !important;
  }
  .max-h-md-274 {
    max-height: 274% !important;
  }
  .min-h-md-274 {
    min-height: 274% !important;
  }
  .min-md-vw-274 {
    min-width: 274vw !important;
  }
  .min-md-vh-274 {
    min-height: 274vh !important;
  }
  .vw-md-274 {
    width: 274vw !important;
  }
  .vh-md-274 {
    height: 274vh !important;
  }
  .width-md-274 {
    width: 274px !important;
  }
  .height-md-274 {
    height: 274px !important;
  }
  .max-width-md-274 {
    max-width: 274px !important;
  }
  .min-width-md-274 {
    min-width: 274px !important;
  }
  .max-height-md-274 {
    max-height: 274px !important;
  }
  .min-height-md-274 {
    min-height: 274px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-274 {
    width: 274% !important;
  }
  .h-lg-274 {
    height: 274% !important;
  }
  .max-w-lg-274 {
    max-width: 274% !important;
  }
  .min-w-lg-274 {
    min-width: 274% !important;
  }
  .max-h-lg-274 {
    max-height: 274% !important;
  }
  .min-h-lg-274 {
    min-height: 274% !important;
  }
  .min-lg-vw-274 {
    min-width: 274vw !important;
  }
  .min-lg-vh-274 {
    min-height: 274vh !important;
  }
  .vw-lg-274 {
    width: 274vw !important;
  }
  .vh-lg-274 {
    height: 274vh !important;
  }
  .width-lg-274 {
    width: 274px !important;
  }
  .height-lg-274 {
    height: 274px !important;
  }
  .max-width-lg-274 {
    max-width: 274px !important;
  }
  .min-width-lg-274 {
    min-width: 274px !important;
  }
  .max-height-lg-274 {
    max-height: 274px !important;
  }
  .min-height-lg-274 {
    min-height: 274px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-274 {
    width: 274% !important;
  }
  .h-xl-274 {
    height: 274% !important;
  }
  .max-w-xl-274 {
    max-width: 274% !important;
  }
  .min-w-xl-274 {
    min-width: 274% !important;
  }
  .max-h-xl-274 {
    max-height: 274% !important;
  }
  .min-h-xl-274 {
    min-height: 274% !important;
  }
  .min-xl-vw-274 {
    min-width: 274vw !important;
  }
  .min-xl-vh-274 {
    min-height: 274vh !important;
  }
  .vw-xl-274 {
    width: 274vw !important;
  }
  .vh-xl-274 {
    height: 274vh !important;
  }
  .width-xl-274 {
    width: 274px !important;
  }
  .height-xl-274 {
    height: 274px !important;
  }
  .max-width-xl-274 {
    max-width: 274px !important;
  }
  .min-width-xl-274 {
    min-width: 274px !important;
  }
  .max-height-xl-274 {
    max-height: 274px !important;
  }
  .min-height-xl-274 {
    min-height: 274px !important;
  }
}
.w-274 {
  width: 274% !important;
}

.h-274 {
  height: 274% !important;
}

.max-w-274 {
  max-width: 274% !important;
}

.min-w-274 {
  min-width: 274% !important;
}

.max-h-274 {
  max-height: 274% !important;
}

.min-h-274 {
  min-height: 274% !important;
}

.min-vw-274 {
  min-width: 274vw !important;
}

.min-vh-274 {
  min-height: 274vh !important;
}

.vw-274 {
  width: 274vw !important;
}

.vh-274 {
  height: 274vh !important;
}

.width-274 {
  width: 274px !important;
}

.height-274 {
  height: 274px !important;
}

.max-width-274 {
  max-width: 274px !important;
}

.min-width-274 {
  min-width: 274px !important;
}

.max-height-274 {
  max-height: 274px !important;
}

.min-height-274 {
  min-height: 274px !important;
}

@media (max-width: 576px) {
  .w-sm-275 {
    width: 275% !important;
  }
  .h-sm-275 {
    height: 275% !important;
  }
  .max-w-sm-275 {
    max-width: 275% !important;
  }
  .min-w-sm-275 {
    min-width: 275% !important;
  }
  .max-h-sm-275 {
    max-height: 275% !important;
  }
  .min-h-sm-275 {
    min-height: 275% !important;
  }
  .min-sm-vw-275 {
    min-width: 275vw !important;
  }
  .min-sm-vh-275 {
    min-height: 275vh !important;
  }
  .vw-sm-275 {
    width: 275vw !important;
  }
  .vh-sm-275 {
    height: 275vh !important;
  }
  .width-sm-275 {
    width: 275px !important;
  }
  .height-sm-275 {
    height: 275px !important;
  }
  .max-width-sm-275 {
    max-width: 275px !important;
  }
  .min-width-sm-275 {
    min-width: 275px !important;
  }
  .max-height-sm-275 {
    max-height: 275px !important;
  }
  .min-height-sm-275 {
    min-height: 275px !important;
  }
}
@media (max-width: 768px) {
  .w-md-275 {
    width: 275% !important;
  }
  .h-md-275 {
    height: 275% !important;
  }
  .max-w-md-275 {
    max-width: 275% !important;
  }
  .min-w-md-275 {
    min-width: 275% !important;
  }
  .max-h-md-275 {
    max-height: 275% !important;
  }
  .min-h-md-275 {
    min-height: 275% !important;
  }
  .min-md-vw-275 {
    min-width: 275vw !important;
  }
  .min-md-vh-275 {
    min-height: 275vh !important;
  }
  .vw-md-275 {
    width: 275vw !important;
  }
  .vh-md-275 {
    height: 275vh !important;
  }
  .width-md-275 {
    width: 275px !important;
  }
  .height-md-275 {
    height: 275px !important;
  }
  .max-width-md-275 {
    max-width: 275px !important;
  }
  .min-width-md-275 {
    min-width: 275px !important;
  }
  .max-height-md-275 {
    max-height: 275px !important;
  }
  .min-height-md-275 {
    min-height: 275px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-275 {
    width: 275% !important;
  }
  .h-lg-275 {
    height: 275% !important;
  }
  .max-w-lg-275 {
    max-width: 275% !important;
  }
  .min-w-lg-275 {
    min-width: 275% !important;
  }
  .max-h-lg-275 {
    max-height: 275% !important;
  }
  .min-h-lg-275 {
    min-height: 275% !important;
  }
  .min-lg-vw-275 {
    min-width: 275vw !important;
  }
  .min-lg-vh-275 {
    min-height: 275vh !important;
  }
  .vw-lg-275 {
    width: 275vw !important;
  }
  .vh-lg-275 {
    height: 275vh !important;
  }
  .width-lg-275 {
    width: 275px !important;
  }
  .height-lg-275 {
    height: 275px !important;
  }
  .max-width-lg-275 {
    max-width: 275px !important;
  }
  .min-width-lg-275 {
    min-width: 275px !important;
  }
  .max-height-lg-275 {
    max-height: 275px !important;
  }
  .min-height-lg-275 {
    min-height: 275px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-275 {
    width: 275% !important;
  }
  .h-xl-275 {
    height: 275% !important;
  }
  .max-w-xl-275 {
    max-width: 275% !important;
  }
  .min-w-xl-275 {
    min-width: 275% !important;
  }
  .max-h-xl-275 {
    max-height: 275% !important;
  }
  .min-h-xl-275 {
    min-height: 275% !important;
  }
  .min-xl-vw-275 {
    min-width: 275vw !important;
  }
  .min-xl-vh-275 {
    min-height: 275vh !important;
  }
  .vw-xl-275 {
    width: 275vw !important;
  }
  .vh-xl-275 {
    height: 275vh !important;
  }
  .width-xl-275 {
    width: 275px !important;
  }
  .height-xl-275 {
    height: 275px !important;
  }
  .max-width-xl-275 {
    max-width: 275px !important;
  }
  .min-width-xl-275 {
    min-width: 275px !important;
  }
  .max-height-xl-275 {
    max-height: 275px !important;
  }
  .min-height-xl-275 {
    min-height: 275px !important;
  }
}
.w-275 {
  width: 275% !important;
}

.h-275 {
  height: 275% !important;
}

.max-w-275 {
  max-width: 275% !important;
}

.min-w-275 {
  min-width: 275% !important;
}

.max-h-275 {
  max-height: 275% !important;
}

.min-h-275 {
  min-height: 275% !important;
}

.min-vw-275 {
  min-width: 275vw !important;
}

.min-vh-275 {
  min-height: 275vh !important;
}

.vw-275 {
  width: 275vw !important;
}

.vh-275 {
  height: 275vh !important;
}

.width-275 {
  width: 275px !important;
}

.height-275 {
  height: 275px !important;
}

.max-width-275 {
  max-width: 275px !important;
}

.min-width-275 {
  min-width: 275px !important;
}

.max-height-275 {
  max-height: 275px !important;
}

.min-height-275 {
  min-height: 275px !important;
}

@media (max-width: 576px) {
  .w-sm-276 {
    width: 276% !important;
  }
  .h-sm-276 {
    height: 276% !important;
  }
  .max-w-sm-276 {
    max-width: 276% !important;
  }
  .min-w-sm-276 {
    min-width: 276% !important;
  }
  .max-h-sm-276 {
    max-height: 276% !important;
  }
  .min-h-sm-276 {
    min-height: 276% !important;
  }
  .min-sm-vw-276 {
    min-width: 276vw !important;
  }
  .min-sm-vh-276 {
    min-height: 276vh !important;
  }
  .vw-sm-276 {
    width: 276vw !important;
  }
  .vh-sm-276 {
    height: 276vh !important;
  }
  .width-sm-276 {
    width: 276px !important;
  }
  .height-sm-276 {
    height: 276px !important;
  }
  .max-width-sm-276 {
    max-width: 276px !important;
  }
  .min-width-sm-276 {
    min-width: 276px !important;
  }
  .max-height-sm-276 {
    max-height: 276px !important;
  }
  .min-height-sm-276 {
    min-height: 276px !important;
  }
}
@media (max-width: 768px) {
  .w-md-276 {
    width: 276% !important;
  }
  .h-md-276 {
    height: 276% !important;
  }
  .max-w-md-276 {
    max-width: 276% !important;
  }
  .min-w-md-276 {
    min-width: 276% !important;
  }
  .max-h-md-276 {
    max-height: 276% !important;
  }
  .min-h-md-276 {
    min-height: 276% !important;
  }
  .min-md-vw-276 {
    min-width: 276vw !important;
  }
  .min-md-vh-276 {
    min-height: 276vh !important;
  }
  .vw-md-276 {
    width: 276vw !important;
  }
  .vh-md-276 {
    height: 276vh !important;
  }
  .width-md-276 {
    width: 276px !important;
  }
  .height-md-276 {
    height: 276px !important;
  }
  .max-width-md-276 {
    max-width: 276px !important;
  }
  .min-width-md-276 {
    min-width: 276px !important;
  }
  .max-height-md-276 {
    max-height: 276px !important;
  }
  .min-height-md-276 {
    min-height: 276px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-276 {
    width: 276% !important;
  }
  .h-lg-276 {
    height: 276% !important;
  }
  .max-w-lg-276 {
    max-width: 276% !important;
  }
  .min-w-lg-276 {
    min-width: 276% !important;
  }
  .max-h-lg-276 {
    max-height: 276% !important;
  }
  .min-h-lg-276 {
    min-height: 276% !important;
  }
  .min-lg-vw-276 {
    min-width: 276vw !important;
  }
  .min-lg-vh-276 {
    min-height: 276vh !important;
  }
  .vw-lg-276 {
    width: 276vw !important;
  }
  .vh-lg-276 {
    height: 276vh !important;
  }
  .width-lg-276 {
    width: 276px !important;
  }
  .height-lg-276 {
    height: 276px !important;
  }
  .max-width-lg-276 {
    max-width: 276px !important;
  }
  .min-width-lg-276 {
    min-width: 276px !important;
  }
  .max-height-lg-276 {
    max-height: 276px !important;
  }
  .min-height-lg-276 {
    min-height: 276px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-276 {
    width: 276% !important;
  }
  .h-xl-276 {
    height: 276% !important;
  }
  .max-w-xl-276 {
    max-width: 276% !important;
  }
  .min-w-xl-276 {
    min-width: 276% !important;
  }
  .max-h-xl-276 {
    max-height: 276% !important;
  }
  .min-h-xl-276 {
    min-height: 276% !important;
  }
  .min-xl-vw-276 {
    min-width: 276vw !important;
  }
  .min-xl-vh-276 {
    min-height: 276vh !important;
  }
  .vw-xl-276 {
    width: 276vw !important;
  }
  .vh-xl-276 {
    height: 276vh !important;
  }
  .width-xl-276 {
    width: 276px !important;
  }
  .height-xl-276 {
    height: 276px !important;
  }
  .max-width-xl-276 {
    max-width: 276px !important;
  }
  .min-width-xl-276 {
    min-width: 276px !important;
  }
  .max-height-xl-276 {
    max-height: 276px !important;
  }
  .min-height-xl-276 {
    min-height: 276px !important;
  }
}
.w-276 {
  width: 276% !important;
}

.h-276 {
  height: 276% !important;
}

.max-w-276 {
  max-width: 276% !important;
}

.min-w-276 {
  min-width: 276% !important;
}

.max-h-276 {
  max-height: 276% !important;
}

.min-h-276 {
  min-height: 276% !important;
}

.min-vw-276 {
  min-width: 276vw !important;
}

.min-vh-276 {
  min-height: 276vh !important;
}

.vw-276 {
  width: 276vw !important;
}

.vh-276 {
  height: 276vh !important;
}

.width-276 {
  width: 276px !important;
}

.height-276 {
  height: 276px !important;
}

.max-width-276 {
  max-width: 276px !important;
}

.min-width-276 {
  min-width: 276px !important;
}

.max-height-276 {
  max-height: 276px !important;
}

.min-height-276 {
  min-height: 276px !important;
}

@media (max-width: 576px) {
  .w-sm-277 {
    width: 277% !important;
  }
  .h-sm-277 {
    height: 277% !important;
  }
  .max-w-sm-277 {
    max-width: 277% !important;
  }
  .min-w-sm-277 {
    min-width: 277% !important;
  }
  .max-h-sm-277 {
    max-height: 277% !important;
  }
  .min-h-sm-277 {
    min-height: 277% !important;
  }
  .min-sm-vw-277 {
    min-width: 277vw !important;
  }
  .min-sm-vh-277 {
    min-height: 277vh !important;
  }
  .vw-sm-277 {
    width: 277vw !important;
  }
  .vh-sm-277 {
    height: 277vh !important;
  }
  .width-sm-277 {
    width: 277px !important;
  }
  .height-sm-277 {
    height: 277px !important;
  }
  .max-width-sm-277 {
    max-width: 277px !important;
  }
  .min-width-sm-277 {
    min-width: 277px !important;
  }
  .max-height-sm-277 {
    max-height: 277px !important;
  }
  .min-height-sm-277 {
    min-height: 277px !important;
  }
}
@media (max-width: 768px) {
  .w-md-277 {
    width: 277% !important;
  }
  .h-md-277 {
    height: 277% !important;
  }
  .max-w-md-277 {
    max-width: 277% !important;
  }
  .min-w-md-277 {
    min-width: 277% !important;
  }
  .max-h-md-277 {
    max-height: 277% !important;
  }
  .min-h-md-277 {
    min-height: 277% !important;
  }
  .min-md-vw-277 {
    min-width: 277vw !important;
  }
  .min-md-vh-277 {
    min-height: 277vh !important;
  }
  .vw-md-277 {
    width: 277vw !important;
  }
  .vh-md-277 {
    height: 277vh !important;
  }
  .width-md-277 {
    width: 277px !important;
  }
  .height-md-277 {
    height: 277px !important;
  }
  .max-width-md-277 {
    max-width: 277px !important;
  }
  .min-width-md-277 {
    min-width: 277px !important;
  }
  .max-height-md-277 {
    max-height: 277px !important;
  }
  .min-height-md-277 {
    min-height: 277px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-277 {
    width: 277% !important;
  }
  .h-lg-277 {
    height: 277% !important;
  }
  .max-w-lg-277 {
    max-width: 277% !important;
  }
  .min-w-lg-277 {
    min-width: 277% !important;
  }
  .max-h-lg-277 {
    max-height: 277% !important;
  }
  .min-h-lg-277 {
    min-height: 277% !important;
  }
  .min-lg-vw-277 {
    min-width: 277vw !important;
  }
  .min-lg-vh-277 {
    min-height: 277vh !important;
  }
  .vw-lg-277 {
    width: 277vw !important;
  }
  .vh-lg-277 {
    height: 277vh !important;
  }
  .width-lg-277 {
    width: 277px !important;
  }
  .height-lg-277 {
    height: 277px !important;
  }
  .max-width-lg-277 {
    max-width: 277px !important;
  }
  .min-width-lg-277 {
    min-width: 277px !important;
  }
  .max-height-lg-277 {
    max-height: 277px !important;
  }
  .min-height-lg-277 {
    min-height: 277px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-277 {
    width: 277% !important;
  }
  .h-xl-277 {
    height: 277% !important;
  }
  .max-w-xl-277 {
    max-width: 277% !important;
  }
  .min-w-xl-277 {
    min-width: 277% !important;
  }
  .max-h-xl-277 {
    max-height: 277% !important;
  }
  .min-h-xl-277 {
    min-height: 277% !important;
  }
  .min-xl-vw-277 {
    min-width: 277vw !important;
  }
  .min-xl-vh-277 {
    min-height: 277vh !important;
  }
  .vw-xl-277 {
    width: 277vw !important;
  }
  .vh-xl-277 {
    height: 277vh !important;
  }
  .width-xl-277 {
    width: 277px !important;
  }
  .height-xl-277 {
    height: 277px !important;
  }
  .max-width-xl-277 {
    max-width: 277px !important;
  }
  .min-width-xl-277 {
    min-width: 277px !important;
  }
  .max-height-xl-277 {
    max-height: 277px !important;
  }
  .min-height-xl-277 {
    min-height: 277px !important;
  }
}
.w-277 {
  width: 277% !important;
}

.h-277 {
  height: 277% !important;
}

.max-w-277 {
  max-width: 277% !important;
}

.min-w-277 {
  min-width: 277% !important;
}

.max-h-277 {
  max-height: 277% !important;
}

.min-h-277 {
  min-height: 277% !important;
}

.min-vw-277 {
  min-width: 277vw !important;
}

.min-vh-277 {
  min-height: 277vh !important;
}

.vw-277 {
  width: 277vw !important;
}

.vh-277 {
  height: 277vh !important;
}

.width-277 {
  width: 277px !important;
}

.height-277 {
  height: 277px !important;
}

.max-width-277 {
  max-width: 277px !important;
}

.min-width-277 {
  min-width: 277px !important;
}

.max-height-277 {
  max-height: 277px !important;
}

.min-height-277 {
  min-height: 277px !important;
}

@media (max-width: 576px) {
  .w-sm-278 {
    width: 278% !important;
  }
  .h-sm-278 {
    height: 278% !important;
  }
  .max-w-sm-278 {
    max-width: 278% !important;
  }
  .min-w-sm-278 {
    min-width: 278% !important;
  }
  .max-h-sm-278 {
    max-height: 278% !important;
  }
  .min-h-sm-278 {
    min-height: 278% !important;
  }
  .min-sm-vw-278 {
    min-width: 278vw !important;
  }
  .min-sm-vh-278 {
    min-height: 278vh !important;
  }
  .vw-sm-278 {
    width: 278vw !important;
  }
  .vh-sm-278 {
    height: 278vh !important;
  }
  .width-sm-278 {
    width: 278px !important;
  }
  .height-sm-278 {
    height: 278px !important;
  }
  .max-width-sm-278 {
    max-width: 278px !important;
  }
  .min-width-sm-278 {
    min-width: 278px !important;
  }
  .max-height-sm-278 {
    max-height: 278px !important;
  }
  .min-height-sm-278 {
    min-height: 278px !important;
  }
}
@media (max-width: 768px) {
  .w-md-278 {
    width: 278% !important;
  }
  .h-md-278 {
    height: 278% !important;
  }
  .max-w-md-278 {
    max-width: 278% !important;
  }
  .min-w-md-278 {
    min-width: 278% !important;
  }
  .max-h-md-278 {
    max-height: 278% !important;
  }
  .min-h-md-278 {
    min-height: 278% !important;
  }
  .min-md-vw-278 {
    min-width: 278vw !important;
  }
  .min-md-vh-278 {
    min-height: 278vh !important;
  }
  .vw-md-278 {
    width: 278vw !important;
  }
  .vh-md-278 {
    height: 278vh !important;
  }
  .width-md-278 {
    width: 278px !important;
  }
  .height-md-278 {
    height: 278px !important;
  }
  .max-width-md-278 {
    max-width: 278px !important;
  }
  .min-width-md-278 {
    min-width: 278px !important;
  }
  .max-height-md-278 {
    max-height: 278px !important;
  }
  .min-height-md-278 {
    min-height: 278px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-278 {
    width: 278% !important;
  }
  .h-lg-278 {
    height: 278% !important;
  }
  .max-w-lg-278 {
    max-width: 278% !important;
  }
  .min-w-lg-278 {
    min-width: 278% !important;
  }
  .max-h-lg-278 {
    max-height: 278% !important;
  }
  .min-h-lg-278 {
    min-height: 278% !important;
  }
  .min-lg-vw-278 {
    min-width: 278vw !important;
  }
  .min-lg-vh-278 {
    min-height: 278vh !important;
  }
  .vw-lg-278 {
    width: 278vw !important;
  }
  .vh-lg-278 {
    height: 278vh !important;
  }
  .width-lg-278 {
    width: 278px !important;
  }
  .height-lg-278 {
    height: 278px !important;
  }
  .max-width-lg-278 {
    max-width: 278px !important;
  }
  .min-width-lg-278 {
    min-width: 278px !important;
  }
  .max-height-lg-278 {
    max-height: 278px !important;
  }
  .min-height-lg-278 {
    min-height: 278px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-278 {
    width: 278% !important;
  }
  .h-xl-278 {
    height: 278% !important;
  }
  .max-w-xl-278 {
    max-width: 278% !important;
  }
  .min-w-xl-278 {
    min-width: 278% !important;
  }
  .max-h-xl-278 {
    max-height: 278% !important;
  }
  .min-h-xl-278 {
    min-height: 278% !important;
  }
  .min-xl-vw-278 {
    min-width: 278vw !important;
  }
  .min-xl-vh-278 {
    min-height: 278vh !important;
  }
  .vw-xl-278 {
    width: 278vw !important;
  }
  .vh-xl-278 {
    height: 278vh !important;
  }
  .width-xl-278 {
    width: 278px !important;
  }
  .height-xl-278 {
    height: 278px !important;
  }
  .max-width-xl-278 {
    max-width: 278px !important;
  }
  .min-width-xl-278 {
    min-width: 278px !important;
  }
  .max-height-xl-278 {
    max-height: 278px !important;
  }
  .min-height-xl-278 {
    min-height: 278px !important;
  }
}
.w-278 {
  width: 278% !important;
}

.h-278 {
  height: 278% !important;
}

.max-w-278 {
  max-width: 278% !important;
}

.min-w-278 {
  min-width: 278% !important;
}

.max-h-278 {
  max-height: 278% !important;
}

.min-h-278 {
  min-height: 278% !important;
}

.min-vw-278 {
  min-width: 278vw !important;
}

.min-vh-278 {
  min-height: 278vh !important;
}

.vw-278 {
  width: 278vw !important;
}

.vh-278 {
  height: 278vh !important;
}

.width-278 {
  width: 278px !important;
}

.height-278 {
  height: 278px !important;
}

.max-width-278 {
  max-width: 278px !important;
}

.min-width-278 {
  min-width: 278px !important;
}

.max-height-278 {
  max-height: 278px !important;
}

.min-height-278 {
  min-height: 278px !important;
}

@media (max-width: 576px) {
  .w-sm-279 {
    width: 279% !important;
  }
  .h-sm-279 {
    height: 279% !important;
  }
  .max-w-sm-279 {
    max-width: 279% !important;
  }
  .min-w-sm-279 {
    min-width: 279% !important;
  }
  .max-h-sm-279 {
    max-height: 279% !important;
  }
  .min-h-sm-279 {
    min-height: 279% !important;
  }
  .min-sm-vw-279 {
    min-width: 279vw !important;
  }
  .min-sm-vh-279 {
    min-height: 279vh !important;
  }
  .vw-sm-279 {
    width: 279vw !important;
  }
  .vh-sm-279 {
    height: 279vh !important;
  }
  .width-sm-279 {
    width: 279px !important;
  }
  .height-sm-279 {
    height: 279px !important;
  }
  .max-width-sm-279 {
    max-width: 279px !important;
  }
  .min-width-sm-279 {
    min-width: 279px !important;
  }
  .max-height-sm-279 {
    max-height: 279px !important;
  }
  .min-height-sm-279 {
    min-height: 279px !important;
  }
}
@media (max-width: 768px) {
  .w-md-279 {
    width: 279% !important;
  }
  .h-md-279 {
    height: 279% !important;
  }
  .max-w-md-279 {
    max-width: 279% !important;
  }
  .min-w-md-279 {
    min-width: 279% !important;
  }
  .max-h-md-279 {
    max-height: 279% !important;
  }
  .min-h-md-279 {
    min-height: 279% !important;
  }
  .min-md-vw-279 {
    min-width: 279vw !important;
  }
  .min-md-vh-279 {
    min-height: 279vh !important;
  }
  .vw-md-279 {
    width: 279vw !important;
  }
  .vh-md-279 {
    height: 279vh !important;
  }
  .width-md-279 {
    width: 279px !important;
  }
  .height-md-279 {
    height: 279px !important;
  }
  .max-width-md-279 {
    max-width: 279px !important;
  }
  .min-width-md-279 {
    min-width: 279px !important;
  }
  .max-height-md-279 {
    max-height: 279px !important;
  }
  .min-height-md-279 {
    min-height: 279px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-279 {
    width: 279% !important;
  }
  .h-lg-279 {
    height: 279% !important;
  }
  .max-w-lg-279 {
    max-width: 279% !important;
  }
  .min-w-lg-279 {
    min-width: 279% !important;
  }
  .max-h-lg-279 {
    max-height: 279% !important;
  }
  .min-h-lg-279 {
    min-height: 279% !important;
  }
  .min-lg-vw-279 {
    min-width: 279vw !important;
  }
  .min-lg-vh-279 {
    min-height: 279vh !important;
  }
  .vw-lg-279 {
    width: 279vw !important;
  }
  .vh-lg-279 {
    height: 279vh !important;
  }
  .width-lg-279 {
    width: 279px !important;
  }
  .height-lg-279 {
    height: 279px !important;
  }
  .max-width-lg-279 {
    max-width: 279px !important;
  }
  .min-width-lg-279 {
    min-width: 279px !important;
  }
  .max-height-lg-279 {
    max-height: 279px !important;
  }
  .min-height-lg-279 {
    min-height: 279px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-279 {
    width: 279% !important;
  }
  .h-xl-279 {
    height: 279% !important;
  }
  .max-w-xl-279 {
    max-width: 279% !important;
  }
  .min-w-xl-279 {
    min-width: 279% !important;
  }
  .max-h-xl-279 {
    max-height: 279% !important;
  }
  .min-h-xl-279 {
    min-height: 279% !important;
  }
  .min-xl-vw-279 {
    min-width: 279vw !important;
  }
  .min-xl-vh-279 {
    min-height: 279vh !important;
  }
  .vw-xl-279 {
    width: 279vw !important;
  }
  .vh-xl-279 {
    height: 279vh !important;
  }
  .width-xl-279 {
    width: 279px !important;
  }
  .height-xl-279 {
    height: 279px !important;
  }
  .max-width-xl-279 {
    max-width: 279px !important;
  }
  .min-width-xl-279 {
    min-width: 279px !important;
  }
  .max-height-xl-279 {
    max-height: 279px !important;
  }
  .min-height-xl-279 {
    min-height: 279px !important;
  }
}
.w-279 {
  width: 279% !important;
}

.h-279 {
  height: 279% !important;
}

.max-w-279 {
  max-width: 279% !important;
}

.min-w-279 {
  min-width: 279% !important;
}

.max-h-279 {
  max-height: 279% !important;
}

.min-h-279 {
  min-height: 279% !important;
}

.min-vw-279 {
  min-width: 279vw !important;
}

.min-vh-279 {
  min-height: 279vh !important;
}

.vw-279 {
  width: 279vw !important;
}

.vh-279 {
  height: 279vh !important;
}

.width-279 {
  width: 279px !important;
}

.height-279 {
  height: 279px !important;
}

.max-width-279 {
  max-width: 279px !important;
}

.min-width-279 {
  min-width: 279px !important;
}

.max-height-279 {
  max-height: 279px !important;
}

.min-height-279 {
  min-height: 279px !important;
}

@media (max-width: 576px) {
  .w-sm-280 {
    width: 280% !important;
  }
  .h-sm-280 {
    height: 280% !important;
  }
  .max-w-sm-280 {
    max-width: 280% !important;
  }
  .min-w-sm-280 {
    min-width: 280% !important;
  }
  .max-h-sm-280 {
    max-height: 280% !important;
  }
  .min-h-sm-280 {
    min-height: 280% !important;
  }
  .min-sm-vw-280 {
    min-width: 280vw !important;
  }
  .min-sm-vh-280 {
    min-height: 280vh !important;
  }
  .vw-sm-280 {
    width: 280vw !important;
  }
  .vh-sm-280 {
    height: 280vh !important;
  }
  .width-sm-280 {
    width: 280px !important;
  }
  .height-sm-280 {
    height: 280px !important;
  }
  .max-width-sm-280 {
    max-width: 280px !important;
  }
  .min-width-sm-280 {
    min-width: 280px !important;
  }
  .max-height-sm-280 {
    max-height: 280px !important;
  }
  .min-height-sm-280 {
    min-height: 280px !important;
  }
}
@media (max-width: 768px) {
  .w-md-280 {
    width: 280% !important;
  }
  .h-md-280 {
    height: 280% !important;
  }
  .max-w-md-280 {
    max-width: 280% !important;
  }
  .min-w-md-280 {
    min-width: 280% !important;
  }
  .max-h-md-280 {
    max-height: 280% !important;
  }
  .min-h-md-280 {
    min-height: 280% !important;
  }
  .min-md-vw-280 {
    min-width: 280vw !important;
  }
  .min-md-vh-280 {
    min-height: 280vh !important;
  }
  .vw-md-280 {
    width: 280vw !important;
  }
  .vh-md-280 {
    height: 280vh !important;
  }
  .width-md-280 {
    width: 280px !important;
  }
  .height-md-280 {
    height: 280px !important;
  }
  .max-width-md-280 {
    max-width: 280px !important;
  }
  .min-width-md-280 {
    min-width: 280px !important;
  }
  .max-height-md-280 {
    max-height: 280px !important;
  }
  .min-height-md-280 {
    min-height: 280px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-280 {
    width: 280% !important;
  }
  .h-lg-280 {
    height: 280% !important;
  }
  .max-w-lg-280 {
    max-width: 280% !important;
  }
  .min-w-lg-280 {
    min-width: 280% !important;
  }
  .max-h-lg-280 {
    max-height: 280% !important;
  }
  .min-h-lg-280 {
    min-height: 280% !important;
  }
  .min-lg-vw-280 {
    min-width: 280vw !important;
  }
  .min-lg-vh-280 {
    min-height: 280vh !important;
  }
  .vw-lg-280 {
    width: 280vw !important;
  }
  .vh-lg-280 {
    height: 280vh !important;
  }
  .width-lg-280 {
    width: 280px !important;
  }
  .height-lg-280 {
    height: 280px !important;
  }
  .max-width-lg-280 {
    max-width: 280px !important;
  }
  .min-width-lg-280 {
    min-width: 280px !important;
  }
  .max-height-lg-280 {
    max-height: 280px !important;
  }
  .min-height-lg-280 {
    min-height: 280px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-280 {
    width: 280% !important;
  }
  .h-xl-280 {
    height: 280% !important;
  }
  .max-w-xl-280 {
    max-width: 280% !important;
  }
  .min-w-xl-280 {
    min-width: 280% !important;
  }
  .max-h-xl-280 {
    max-height: 280% !important;
  }
  .min-h-xl-280 {
    min-height: 280% !important;
  }
  .min-xl-vw-280 {
    min-width: 280vw !important;
  }
  .min-xl-vh-280 {
    min-height: 280vh !important;
  }
  .vw-xl-280 {
    width: 280vw !important;
  }
  .vh-xl-280 {
    height: 280vh !important;
  }
  .width-xl-280 {
    width: 280px !important;
  }
  .height-xl-280 {
    height: 280px !important;
  }
  .max-width-xl-280 {
    max-width: 280px !important;
  }
  .min-width-xl-280 {
    min-width: 280px !important;
  }
  .max-height-xl-280 {
    max-height: 280px !important;
  }
  .min-height-xl-280 {
    min-height: 280px !important;
  }
}
.w-280 {
  width: 280% !important;
}

.h-280 {
  height: 280% !important;
}

.max-w-280 {
  max-width: 280% !important;
}

.min-w-280 {
  min-width: 280% !important;
}

.max-h-280 {
  max-height: 280% !important;
}

.min-h-280 {
  min-height: 280% !important;
}

.min-vw-280 {
  min-width: 280vw !important;
}

.min-vh-280 {
  min-height: 280vh !important;
}

.vw-280 {
  width: 280vw !important;
}

.vh-280 {
  height: 280vh !important;
}

.width-280 {
  width: 280px !important;
}

.height-280 {
  height: 280px !important;
}

.max-width-280 {
  max-width: 280px !important;
}

.min-width-280 {
  min-width: 280px !important;
}

.max-height-280 {
  max-height: 280px !important;
}

.min-height-280 {
  min-height: 280px !important;
}

@media (max-width: 576px) {
  .w-sm-281 {
    width: 281% !important;
  }
  .h-sm-281 {
    height: 281% !important;
  }
  .max-w-sm-281 {
    max-width: 281% !important;
  }
  .min-w-sm-281 {
    min-width: 281% !important;
  }
  .max-h-sm-281 {
    max-height: 281% !important;
  }
  .min-h-sm-281 {
    min-height: 281% !important;
  }
  .min-sm-vw-281 {
    min-width: 281vw !important;
  }
  .min-sm-vh-281 {
    min-height: 281vh !important;
  }
  .vw-sm-281 {
    width: 281vw !important;
  }
  .vh-sm-281 {
    height: 281vh !important;
  }
  .width-sm-281 {
    width: 281px !important;
  }
  .height-sm-281 {
    height: 281px !important;
  }
  .max-width-sm-281 {
    max-width: 281px !important;
  }
  .min-width-sm-281 {
    min-width: 281px !important;
  }
  .max-height-sm-281 {
    max-height: 281px !important;
  }
  .min-height-sm-281 {
    min-height: 281px !important;
  }
}
@media (max-width: 768px) {
  .w-md-281 {
    width: 281% !important;
  }
  .h-md-281 {
    height: 281% !important;
  }
  .max-w-md-281 {
    max-width: 281% !important;
  }
  .min-w-md-281 {
    min-width: 281% !important;
  }
  .max-h-md-281 {
    max-height: 281% !important;
  }
  .min-h-md-281 {
    min-height: 281% !important;
  }
  .min-md-vw-281 {
    min-width: 281vw !important;
  }
  .min-md-vh-281 {
    min-height: 281vh !important;
  }
  .vw-md-281 {
    width: 281vw !important;
  }
  .vh-md-281 {
    height: 281vh !important;
  }
  .width-md-281 {
    width: 281px !important;
  }
  .height-md-281 {
    height: 281px !important;
  }
  .max-width-md-281 {
    max-width: 281px !important;
  }
  .min-width-md-281 {
    min-width: 281px !important;
  }
  .max-height-md-281 {
    max-height: 281px !important;
  }
  .min-height-md-281 {
    min-height: 281px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-281 {
    width: 281% !important;
  }
  .h-lg-281 {
    height: 281% !important;
  }
  .max-w-lg-281 {
    max-width: 281% !important;
  }
  .min-w-lg-281 {
    min-width: 281% !important;
  }
  .max-h-lg-281 {
    max-height: 281% !important;
  }
  .min-h-lg-281 {
    min-height: 281% !important;
  }
  .min-lg-vw-281 {
    min-width: 281vw !important;
  }
  .min-lg-vh-281 {
    min-height: 281vh !important;
  }
  .vw-lg-281 {
    width: 281vw !important;
  }
  .vh-lg-281 {
    height: 281vh !important;
  }
  .width-lg-281 {
    width: 281px !important;
  }
  .height-lg-281 {
    height: 281px !important;
  }
  .max-width-lg-281 {
    max-width: 281px !important;
  }
  .min-width-lg-281 {
    min-width: 281px !important;
  }
  .max-height-lg-281 {
    max-height: 281px !important;
  }
  .min-height-lg-281 {
    min-height: 281px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-281 {
    width: 281% !important;
  }
  .h-xl-281 {
    height: 281% !important;
  }
  .max-w-xl-281 {
    max-width: 281% !important;
  }
  .min-w-xl-281 {
    min-width: 281% !important;
  }
  .max-h-xl-281 {
    max-height: 281% !important;
  }
  .min-h-xl-281 {
    min-height: 281% !important;
  }
  .min-xl-vw-281 {
    min-width: 281vw !important;
  }
  .min-xl-vh-281 {
    min-height: 281vh !important;
  }
  .vw-xl-281 {
    width: 281vw !important;
  }
  .vh-xl-281 {
    height: 281vh !important;
  }
  .width-xl-281 {
    width: 281px !important;
  }
  .height-xl-281 {
    height: 281px !important;
  }
  .max-width-xl-281 {
    max-width: 281px !important;
  }
  .min-width-xl-281 {
    min-width: 281px !important;
  }
  .max-height-xl-281 {
    max-height: 281px !important;
  }
  .min-height-xl-281 {
    min-height: 281px !important;
  }
}
.w-281 {
  width: 281% !important;
}

.h-281 {
  height: 281% !important;
}

.max-w-281 {
  max-width: 281% !important;
}

.min-w-281 {
  min-width: 281% !important;
}

.max-h-281 {
  max-height: 281% !important;
}

.min-h-281 {
  min-height: 281% !important;
}

.min-vw-281 {
  min-width: 281vw !important;
}

.min-vh-281 {
  min-height: 281vh !important;
}

.vw-281 {
  width: 281vw !important;
}

.vh-281 {
  height: 281vh !important;
}

.width-281 {
  width: 281px !important;
}

.height-281 {
  height: 281px !important;
}

.max-width-281 {
  max-width: 281px !important;
}

.min-width-281 {
  min-width: 281px !important;
}

.max-height-281 {
  max-height: 281px !important;
}

.min-height-281 {
  min-height: 281px !important;
}

@media (max-width: 576px) {
  .w-sm-282 {
    width: 282% !important;
  }
  .h-sm-282 {
    height: 282% !important;
  }
  .max-w-sm-282 {
    max-width: 282% !important;
  }
  .min-w-sm-282 {
    min-width: 282% !important;
  }
  .max-h-sm-282 {
    max-height: 282% !important;
  }
  .min-h-sm-282 {
    min-height: 282% !important;
  }
  .min-sm-vw-282 {
    min-width: 282vw !important;
  }
  .min-sm-vh-282 {
    min-height: 282vh !important;
  }
  .vw-sm-282 {
    width: 282vw !important;
  }
  .vh-sm-282 {
    height: 282vh !important;
  }
  .width-sm-282 {
    width: 282px !important;
  }
  .height-sm-282 {
    height: 282px !important;
  }
  .max-width-sm-282 {
    max-width: 282px !important;
  }
  .min-width-sm-282 {
    min-width: 282px !important;
  }
  .max-height-sm-282 {
    max-height: 282px !important;
  }
  .min-height-sm-282 {
    min-height: 282px !important;
  }
}
@media (max-width: 768px) {
  .w-md-282 {
    width: 282% !important;
  }
  .h-md-282 {
    height: 282% !important;
  }
  .max-w-md-282 {
    max-width: 282% !important;
  }
  .min-w-md-282 {
    min-width: 282% !important;
  }
  .max-h-md-282 {
    max-height: 282% !important;
  }
  .min-h-md-282 {
    min-height: 282% !important;
  }
  .min-md-vw-282 {
    min-width: 282vw !important;
  }
  .min-md-vh-282 {
    min-height: 282vh !important;
  }
  .vw-md-282 {
    width: 282vw !important;
  }
  .vh-md-282 {
    height: 282vh !important;
  }
  .width-md-282 {
    width: 282px !important;
  }
  .height-md-282 {
    height: 282px !important;
  }
  .max-width-md-282 {
    max-width: 282px !important;
  }
  .min-width-md-282 {
    min-width: 282px !important;
  }
  .max-height-md-282 {
    max-height: 282px !important;
  }
  .min-height-md-282 {
    min-height: 282px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-282 {
    width: 282% !important;
  }
  .h-lg-282 {
    height: 282% !important;
  }
  .max-w-lg-282 {
    max-width: 282% !important;
  }
  .min-w-lg-282 {
    min-width: 282% !important;
  }
  .max-h-lg-282 {
    max-height: 282% !important;
  }
  .min-h-lg-282 {
    min-height: 282% !important;
  }
  .min-lg-vw-282 {
    min-width: 282vw !important;
  }
  .min-lg-vh-282 {
    min-height: 282vh !important;
  }
  .vw-lg-282 {
    width: 282vw !important;
  }
  .vh-lg-282 {
    height: 282vh !important;
  }
  .width-lg-282 {
    width: 282px !important;
  }
  .height-lg-282 {
    height: 282px !important;
  }
  .max-width-lg-282 {
    max-width: 282px !important;
  }
  .min-width-lg-282 {
    min-width: 282px !important;
  }
  .max-height-lg-282 {
    max-height: 282px !important;
  }
  .min-height-lg-282 {
    min-height: 282px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-282 {
    width: 282% !important;
  }
  .h-xl-282 {
    height: 282% !important;
  }
  .max-w-xl-282 {
    max-width: 282% !important;
  }
  .min-w-xl-282 {
    min-width: 282% !important;
  }
  .max-h-xl-282 {
    max-height: 282% !important;
  }
  .min-h-xl-282 {
    min-height: 282% !important;
  }
  .min-xl-vw-282 {
    min-width: 282vw !important;
  }
  .min-xl-vh-282 {
    min-height: 282vh !important;
  }
  .vw-xl-282 {
    width: 282vw !important;
  }
  .vh-xl-282 {
    height: 282vh !important;
  }
  .width-xl-282 {
    width: 282px !important;
  }
  .height-xl-282 {
    height: 282px !important;
  }
  .max-width-xl-282 {
    max-width: 282px !important;
  }
  .min-width-xl-282 {
    min-width: 282px !important;
  }
  .max-height-xl-282 {
    max-height: 282px !important;
  }
  .min-height-xl-282 {
    min-height: 282px !important;
  }
}
.w-282 {
  width: 282% !important;
}

.h-282 {
  height: 282% !important;
}

.max-w-282 {
  max-width: 282% !important;
}

.min-w-282 {
  min-width: 282% !important;
}

.max-h-282 {
  max-height: 282% !important;
}

.min-h-282 {
  min-height: 282% !important;
}

.min-vw-282 {
  min-width: 282vw !important;
}

.min-vh-282 {
  min-height: 282vh !important;
}

.vw-282 {
  width: 282vw !important;
}

.vh-282 {
  height: 282vh !important;
}

.width-282 {
  width: 282px !important;
}

.height-282 {
  height: 282px !important;
}

.max-width-282 {
  max-width: 282px !important;
}

.min-width-282 {
  min-width: 282px !important;
}

.max-height-282 {
  max-height: 282px !important;
}

.min-height-282 {
  min-height: 282px !important;
}

@media (max-width: 576px) {
  .w-sm-283 {
    width: 283% !important;
  }
  .h-sm-283 {
    height: 283% !important;
  }
  .max-w-sm-283 {
    max-width: 283% !important;
  }
  .min-w-sm-283 {
    min-width: 283% !important;
  }
  .max-h-sm-283 {
    max-height: 283% !important;
  }
  .min-h-sm-283 {
    min-height: 283% !important;
  }
  .min-sm-vw-283 {
    min-width: 283vw !important;
  }
  .min-sm-vh-283 {
    min-height: 283vh !important;
  }
  .vw-sm-283 {
    width: 283vw !important;
  }
  .vh-sm-283 {
    height: 283vh !important;
  }
  .width-sm-283 {
    width: 283px !important;
  }
  .height-sm-283 {
    height: 283px !important;
  }
  .max-width-sm-283 {
    max-width: 283px !important;
  }
  .min-width-sm-283 {
    min-width: 283px !important;
  }
  .max-height-sm-283 {
    max-height: 283px !important;
  }
  .min-height-sm-283 {
    min-height: 283px !important;
  }
}
@media (max-width: 768px) {
  .w-md-283 {
    width: 283% !important;
  }
  .h-md-283 {
    height: 283% !important;
  }
  .max-w-md-283 {
    max-width: 283% !important;
  }
  .min-w-md-283 {
    min-width: 283% !important;
  }
  .max-h-md-283 {
    max-height: 283% !important;
  }
  .min-h-md-283 {
    min-height: 283% !important;
  }
  .min-md-vw-283 {
    min-width: 283vw !important;
  }
  .min-md-vh-283 {
    min-height: 283vh !important;
  }
  .vw-md-283 {
    width: 283vw !important;
  }
  .vh-md-283 {
    height: 283vh !important;
  }
  .width-md-283 {
    width: 283px !important;
  }
  .height-md-283 {
    height: 283px !important;
  }
  .max-width-md-283 {
    max-width: 283px !important;
  }
  .min-width-md-283 {
    min-width: 283px !important;
  }
  .max-height-md-283 {
    max-height: 283px !important;
  }
  .min-height-md-283 {
    min-height: 283px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-283 {
    width: 283% !important;
  }
  .h-lg-283 {
    height: 283% !important;
  }
  .max-w-lg-283 {
    max-width: 283% !important;
  }
  .min-w-lg-283 {
    min-width: 283% !important;
  }
  .max-h-lg-283 {
    max-height: 283% !important;
  }
  .min-h-lg-283 {
    min-height: 283% !important;
  }
  .min-lg-vw-283 {
    min-width: 283vw !important;
  }
  .min-lg-vh-283 {
    min-height: 283vh !important;
  }
  .vw-lg-283 {
    width: 283vw !important;
  }
  .vh-lg-283 {
    height: 283vh !important;
  }
  .width-lg-283 {
    width: 283px !important;
  }
  .height-lg-283 {
    height: 283px !important;
  }
  .max-width-lg-283 {
    max-width: 283px !important;
  }
  .min-width-lg-283 {
    min-width: 283px !important;
  }
  .max-height-lg-283 {
    max-height: 283px !important;
  }
  .min-height-lg-283 {
    min-height: 283px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-283 {
    width: 283% !important;
  }
  .h-xl-283 {
    height: 283% !important;
  }
  .max-w-xl-283 {
    max-width: 283% !important;
  }
  .min-w-xl-283 {
    min-width: 283% !important;
  }
  .max-h-xl-283 {
    max-height: 283% !important;
  }
  .min-h-xl-283 {
    min-height: 283% !important;
  }
  .min-xl-vw-283 {
    min-width: 283vw !important;
  }
  .min-xl-vh-283 {
    min-height: 283vh !important;
  }
  .vw-xl-283 {
    width: 283vw !important;
  }
  .vh-xl-283 {
    height: 283vh !important;
  }
  .width-xl-283 {
    width: 283px !important;
  }
  .height-xl-283 {
    height: 283px !important;
  }
  .max-width-xl-283 {
    max-width: 283px !important;
  }
  .min-width-xl-283 {
    min-width: 283px !important;
  }
  .max-height-xl-283 {
    max-height: 283px !important;
  }
  .min-height-xl-283 {
    min-height: 283px !important;
  }
}
.w-283 {
  width: 283% !important;
}

.h-283 {
  height: 283% !important;
}

.max-w-283 {
  max-width: 283% !important;
}

.min-w-283 {
  min-width: 283% !important;
}

.max-h-283 {
  max-height: 283% !important;
}

.min-h-283 {
  min-height: 283% !important;
}

.min-vw-283 {
  min-width: 283vw !important;
}

.min-vh-283 {
  min-height: 283vh !important;
}

.vw-283 {
  width: 283vw !important;
}

.vh-283 {
  height: 283vh !important;
}

.width-283 {
  width: 283px !important;
}

.height-283 {
  height: 283px !important;
}

.max-width-283 {
  max-width: 283px !important;
}

.min-width-283 {
  min-width: 283px !important;
}

.max-height-283 {
  max-height: 283px !important;
}

.min-height-283 {
  min-height: 283px !important;
}

@media (max-width: 576px) {
  .w-sm-284 {
    width: 284% !important;
  }
  .h-sm-284 {
    height: 284% !important;
  }
  .max-w-sm-284 {
    max-width: 284% !important;
  }
  .min-w-sm-284 {
    min-width: 284% !important;
  }
  .max-h-sm-284 {
    max-height: 284% !important;
  }
  .min-h-sm-284 {
    min-height: 284% !important;
  }
  .min-sm-vw-284 {
    min-width: 284vw !important;
  }
  .min-sm-vh-284 {
    min-height: 284vh !important;
  }
  .vw-sm-284 {
    width: 284vw !important;
  }
  .vh-sm-284 {
    height: 284vh !important;
  }
  .width-sm-284 {
    width: 284px !important;
  }
  .height-sm-284 {
    height: 284px !important;
  }
  .max-width-sm-284 {
    max-width: 284px !important;
  }
  .min-width-sm-284 {
    min-width: 284px !important;
  }
  .max-height-sm-284 {
    max-height: 284px !important;
  }
  .min-height-sm-284 {
    min-height: 284px !important;
  }
}
@media (max-width: 768px) {
  .w-md-284 {
    width: 284% !important;
  }
  .h-md-284 {
    height: 284% !important;
  }
  .max-w-md-284 {
    max-width: 284% !important;
  }
  .min-w-md-284 {
    min-width: 284% !important;
  }
  .max-h-md-284 {
    max-height: 284% !important;
  }
  .min-h-md-284 {
    min-height: 284% !important;
  }
  .min-md-vw-284 {
    min-width: 284vw !important;
  }
  .min-md-vh-284 {
    min-height: 284vh !important;
  }
  .vw-md-284 {
    width: 284vw !important;
  }
  .vh-md-284 {
    height: 284vh !important;
  }
  .width-md-284 {
    width: 284px !important;
  }
  .height-md-284 {
    height: 284px !important;
  }
  .max-width-md-284 {
    max-width: 284px !important;
  }
  .min-width-md-284 {
    min-width: 284px !important;
  }
  .max-height-md-284 {
    max-height: 284px !important;
  }
  .min-height-md-284 {
    min-height: 284px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-284 {
    width: 284% !important;
  }
  .h-lg-284 {
    height: 284% !important;
  }
  .max-w-lg-284 {
    max-width: 284% !important;
  }
  .min-w-lg-284 {
    min-width: 284% !important;
  }
  .max-h-lg-284 {
    max-height: 284% !important;
  }
  .min-h-lg-284 {
    min-height: 284% !important;
  }
  .min-lg-vw-284 {
    min-width: 284vw !important;
  }
  .min-lg-vh-284 {
    min-height: 284vh !important;
  }
  .vw-lg-284 {
    width: 284vw !important;
  }
  .vh-lg-284 {
    height: 284vh !important;
  }
  .width-lg-284 {
    width: 284px !important;
  }
  .height-lg-284 {
    height: 284px !important;
  }
  .max-width-lg-284 {
    max-width: 284px !important;
  }
  .min-width-lg-284 {
    min-width: 284px !important;
  }
  .max-height-lg-284 {
    max-height: 284px !important;
  }
  .min-height-lg-284 {
    min-height: 284px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-284 {
    width: 284% !important;
  }
  .h-xl-284 {
    height: 284% !important;
  }
  .max-w-xl-284 {
    max-width: 284% !important;
  }
  .min-w-xl-284 {
    min-width: 284% !important;
  }
  .max-h-xl-284 {
    max-height: 284% !important;
  }
  .min-h-xl-284 {
    min-height: 284% !important;
  }
  .min-xl-vw-284 {
    min-width: 284vw !important;
  }
  .min-xl-vh-284 {
    min-height: 284vh !important;
  }
  .vw-xl-284 {
    width: 284vw !important;
  }
  .vh-xl-284 {
    height: 284vh !important;
  }
  .width-xl-284 {
    width: 284px !important;
  }
  .height-xl-284 {
    height: 284px !important;
  }
  .max-width-xl-284 {
    max-width: 284px !important;
  }
  .min-width-xl-284 {
    min-width: 284px !important;
  }
  .max-height-xl-284 {
    max-height: 284px !important;
  }
  .min-height-xl-284 {
    min-height: 284px !important;
  }
}
.w-284 {
  width: 284% !important;
}

.h-284 {
  height: 284% !important;
}

.max-w-284 {
  max-width: 284% !important;
}

.min-w-284 {
  min-width: 284% !important;
}

.max-h-284 {
  max-height: 284% !important;
}

.min-h-284 {
  min-height: 284% !important;
}

.min-vw-284 {
  min-width: 284vw !important;
}

.min-vh-284 {
  min-height: 284vh !important;
}

.vw-284 {
  width: 284vw !important;
}

.vh-284 {
  height: 284vh !important;
}

.width-284 {
  width: 284px !important;
}

.height-284 {
  height: 284px !important;
}

.max-width-284 {
  max-width: 284px !important;
}

.min-width-284 {
  min-width: 284px !important;
}

.max-height-284 {
  max-height: 284px !important;
}

.min-height-284 {
  min-height: 284px !important;
}

@media (max-width: 576px) {
  .w-sm-285 {
    width: 285% !important;
  }
  .h-sm-285 {
    height: 285% !important;
  }
  .max-w-sm-285 {
    max-width: 285% !important;
  }
  .min-w-sm-285 {
    min-width: 285% !important;
  }
  .max-h-sm-285 {
    max-height: 285% !important;
  }
  .min-h-sm-285 {
    min-height: 285% !important;
  }
  .min-sm-vw-285 {
    min-width: 285vw !important;
  }
  .min-sm-vh-285 {
    min-height: 285vh !important;
  }
  .vw-sm-285 {
    width: 285vw !important;
  }
  .vh-sm-285 {
    height: 285vh !important;
  }
  .width-sm-285 {
    width: 285px !important;
  }
  .height-sm-285 {
    height: 285px !important;
  }
  .max-width-sm-285 {
    max-width: 285px !important;
  }
  .min-width-sm-285 {
    min-width: 285px !important;
  }
  .max-height-sm-285 {
    max-height: 285px !important;
  }
  .min-height-sm-285 {
    min-height: 285px !important;
  }
}
@media (max-width: 768px) {
  .w-md-285 {
    width: 285% !important;
  }
  .h-md-285 {
    height: 285% !important;
  }
  .max-w-md-285 {
    max-width: 285% !important;
  }
  .min-w-md-285 {
    min-width: 285% !important;
  }
  .max-h-md-285 {
    max-height: 285% !important;
  }
  .min-h-md-285 {
    min-height: 285% !important;
  }
  .min-md-vw-285 {
    min-width: 285vw !important;
  }
  .min-md-vh-285 {
    min-height: 285vh !important;
  }
  .vw-md-285 {
    width: 285vw !important;
  }
  .vh-md-285 {
    height: 285vh !important;
  }
  .width-md-285 {
    width: 285px !important;
  }
  .height-md-285 {
    height: 285px !important;
  }
  .max-width-md-285 {
    max-width: 285px !important;
  }
  .min-width-md-285 {
    min-width: 285px !important;
  }
  .max-height-md-285 {
    max-height: 285px !important;
  }
  .min-height-md-285 {
    min-height: 285px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-285 {
    width: 285% !important;
  }
  .h-lg-285 {
    height: 285% !important;
  }
  .max-w-lg-285 {
    max-width: 285% !important;
  }
  .min-w-lg-285 {
    min-width: 285% !important;
  }
  .max-h-lg-285 {
    max-height: 285% !important;
  }
  .min-h-lg-285 {
    min-height: 285% !important;
  }
  .min-lg-vw-285 {
    min-width: 285vw !important;
  }
  .min-lg-vh-285 {
    min-height: 285vh !important;
  }
  .vw-lg-285 {
    width: 285vw !important;
  }
  .vh-lg-285 {
    height: 285vh !important;
  }
  .width-lg-285 {
    width: 285px !important;
  }
  .height-lg-285 {
    height: 285px !important;
  }
  .max-width-lg-285 {
    max-width: 285px !important;
  }
  .min-width-lg-285 {
    min-width: 285px !important;
  }
  .max-height-lg-285 {
    max-height: 285px !important;
  }
  .min-height-lg-285 {
    min-height: 285px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-285 {
    width: 285% !important;
  }
  .h-xl-285 {
    height: 285% !important;
  }
  .max-w-xl-285 {
    max-width: 285% !important;
  }
  .min-w-xl-285 {
    min-width: 285% !important;
  }
  .max-h-xl-285 {
    max-height: 285% !important;
  }
  .min-h-xl-285 {
    min-height: 285% !important;
  }
  .min-xl-vw-285 {
    min-width: 285vw !important;
  }
  .min-xl-vh-285 {
    min-height: 285vh !important;
  }
  .vw-xl-285 {
    width: 285vw !important;
  }
  .vh-xl-285 {
    height: 285vh !important;
  }
  .width-xl-285 {
    width: 285px !important;
  }
  .height-xl-285 {
    height: 285px !important;
  }
  .max-width-xl-285 {
    max-width: 285px !important;
  }
  .min-width-xl-285 {
    min-width: 285px !important;
  }
  .max-height-xl-285 {
    max-height: 285px !important;
  }
  .min-height-xl-285 {
    min-height: 285px !important;
  }
}
.w-285 {
  width: 285% !important;
}

.h-285 {
  height: 285% !important;
}

.max-w-285 {
  max-width: 285% !important;
}

.min-w-285 {
  min-width: 285% !important;
}

.max-h-285 {
  max-height: 285% !important;
}

.min-h-285 {
  min-height: 285% !important;
}

.min-vw-285 {
  min-width: 285vw !important;
}

.min-vh-285 {
  min-height: 285vh !important;
}

.vw-285 {
  width: 285vw !important;
}

.vh-285 {
  height: 285vh !important;
}

.width-285 {
  width: 285px !important;
}

.height-285 {
  height: 285px !important;
}

.max-width-285 {
  max-width: 285px !important;
}

.min-width-285 {
  min-width: 285px !important;
}

.max-height-285 {
  max-height: 285px !important;
}

.min-height-285 {
  min-height: 285px !important;
}

@media (max-width: 576px) {
  .w-sm-286 {
    width: 286% !important;
  }
  .h-sm-286 {
    height: 286% !important;
  }
  .max-w-sm-286 {
    max-width: 286% !important;
  }
  .min-w-sm-286 {
    min-width: 286% !important;
  }
  .max-h-sm-286 {
    max-height: 286% !important;
  }
  .min-h-sm-286 {
    min-height: 286% !important;
  }
  .min-sm-vw-286 {
    min-width: 286vw !important;
  }
  .min-sm-vh-286 {
    min-height: 286vh !important;
  }
  .vw-sm-286 {
    width: 286vw !important;
  }
  .vh-sm-286 {
    height: 286vh !important;
  }
  .width-sm-286 {
    width: 286px !important;
  }
  .height-sm-286 {
    height: 286px !important;
  }
  .max-width-sm-286 {
    max-width: 286px !important;
  }
  .min-width-sm-286 {
    min-width: 286px !important;
  }
  .max-height-sm-286 {
    max-height: 286px !important;
  }
  .min-height-sm-286 {
    min-height: 286px !important;
  }
}
@media (max-width: 768px) {
  .w-md-286 {
    width: 286% !important;
  }
  .h-md-286 {
    height: 286% !important;
  }
  .max-w-md-286 {
    max-width: 286% !important;
  }
  .min-w-md-286 {
    min-width: 286% !important;
  }
  .max-h-md-286 {
    max-height: 286% !important;
  }
  .min-h-md-286 {
    min-height: 286% !important;
  }
  .min-md-vw-286 {
    min-width: 286vw !important;
  }
  .min-md-vh-286 {
    min-height: 286vh !important;
  }
  .vw-md-286 {
    width: 286vw !important;
  }
  .vh-md-286 {
    height: 286vh !important;
  }
  .width-md-286 {
    width: 286px !important;
  }
  .height-md-286 {
    height: 286px !important;
  }
  .max-width-md-286 {
    max-width: 286px !important;
  }
  .min-width-md-286 {
    min-width: 286px !important;
  }
  .max-height-md-286 {
    max-height: 286px !important;
  }
  .min-height-md-286 {
    min-height: 286px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-286 {
    width: 286% !important;
  }
  .h-lg-286 {
    height: 286% !important;
  }
  .max-w-lg-286 {
    max-width: 286% !important;
  }
  .min-w-lg-286 {
    min-width: 286% !important;
  }
  .max-h-lg-286 {
    max-height: 286% !important;
  }
  .min-h-lg-286 {
    min-height: 286% !important;
  }
  .min-lg-vw-286 {
    min-width: 286vw !important;
  }
  .min-lg-vh-286 {
    min-height: 286vh !important;
  }
  .vw-lg-286 {
    width: 286vw !important;
  }
  .vh-lg-286 {
    height: 286vh !important;
  }
  .width-lg-286 {
    width: 286px !important;
  }
  .height-lg-286 {
    height: 286px !important;
  }
  .max-width-lg-286 {
    max-width: 286px !important;
  }
  .min-width-lg-286 {
    min-width: 286px !important;
  }
  .max-height-lg-286 {
    max-height: 286px !important;
  }
  .min-height-lg-286 {
    min-height: 286px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-286 {
    width: 286% !important;
  }
  .h-xl-286 {
    height: 286% !important;
  }
  .max-w-xl-286 {
    max-width: 286% !important;
  }
  .min-w-xl-286 {
    min-width: 286% !important;
  }
  .max-h-xl-286 {
    max-height: 286% !important;
  }
  .min-h-xl-286 {
    min-height: 286% !important;
  }
  .min-xl-vw-286 {
    min-width: 286vw !important;
  }
  .min-xl-vh-286 {
    min-height: 286vh !important;
  }
  .vw-xl-286 {
    width: 286vw !important;
  }
  .vh-xl-286 {
    height: 286vh !important;
  }
  .width-xl-286 {
    width: 286px !important;
  }
  .height-xl-286 {
    height: 286px !important;
  }
  .max-width-xl-286 {
    max-width: 286px !important;
  }
  .min-width-xl-286 {
    min-width: 286px !important;
  }
  .max-height-xl-286 {
    max-height: 286px !important;
  }
  .min-height-xl-286 {
    min-height: 286px !important;
  }
}
.w-286 {
  width: 286% !important;
}

.h-286 {
  height: 286% !important;
}

.max-w-286 {
  max-width: 286% !important;
}

.min-w-286 {
  min-width: 286% !important;
}

.max-h-286 {
  max-height: 286% !important;
}

.min-h-286 {
  min-height: 286% !important;
}

.min-vw-286 {
  min-width: 286vw !important;
}

.min-vh-286 {
  min-height: 286vh !important;
}

.vw-286 {
  width: 286vw !important;
}

.vh-286 {
  height: 286vh !important;
}

.width-286 {
  width: 286px !important;
}

.height-286 {
  height: 286px !important;
}

.max-width-286 {
  max-width: 286px !important;
}

.min-width-286 {
  min-width: 286px !important;
}

.max-height-286 {
  max-height: 286px !important;
}

.min-height-286 {
  min-height: 286px !important;
}

@media (max-width: 576px) {
  .w-sm-287 {
    width: 287% !important;
  }
  .h-sm-287 {
    height: 287% !important;
  }
  .max-w-sm-287 {
    max-width: 287% !important;
  }
  .min-w-sm-287 {
    min-width: 287% !important;
  }
  .max-h-sm-287 {
    max-height: 287% !important;
  }
  .min-h-sm-287 {
    min-height: 287% !important;
  }
  .min-sm-vw-287 {
    min-width: 287vw !important;
  }
  .min-sm-vh-287 {
    min-height: 287vh !important;
  }
  .vw-sm-287 {
    width: 287vw !important;
  }
  .vh-sm-287 {
    height: 287vh !important;
  }
  .width-sm-287 {
    width: 287px !important;
  }
  .height-sm-287 {
    height: 287px !important;
  }
  .max-width-sm-287 {
    max-width: 287px !important;
  }
  .min-width-sm-287 {
    min-width: 287px !important;
  }
  .max-height-sm-287 {
    max-height: 287px !important;
  }
  .min-height-sm-287 {
    min-height: 287px !important;
  }
}
@media (max-width: 768px) {
  .w-md-287 {
    width: 287% !important;
  }
  .h-md-287 {
    height: 287% !important;
  }
  .max-w-md-287 {
    max-width: 287% !important;
  }
  .min-w-md-287 {
    min-width: 287% !important;
  }
  .max-h-md-287 {
    max-height: 287% !important;
  }
  .min-h-md-287 {
    min-height: 287% !important;
  }
  .min-md-vw-287 {
    min-width: 287vw !important;
  }
  .min-md-vh-287 {
    min-height: 287vh !important;
  }
  .vw-md-287 {
    width: 287vw !important;
  }
  .vh-md-287 {
    height: 287vh !important;
  }
  .width-md-287 {
    width: 287px !important;
  }
  .height-md-287 {
    height: 287px !important;
  }
  .max-width-md-287 {
    max-width: 287px !important;
  }
  .min-width-md-287 {
    min-width: 287px !important;
  }
  .max-height-md-287 {
    max-height: 287px !important;
  }
  .min-height-md-287 {
    min-height: 287px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-287 {
    width: 287% !important;
  }
  .h-lg-287 {
    height: 287% !important;
  }
  .max-w-lg-287 {
    max-width: 287% !important;
  }
  .min-w-lg-287 {
    min-width: 287% !important;
  }
  .max-h-lg-287 {
    max-height: 287% !important;
  }
  .min-h-lg-287 {
    min-height: 287% !important;
  }
  .min-lg-vw-287 {
    min-width: 287vw !important;
  }
  .min-lg-vh-287 {
    min-height: 287vh !important;
  }
  .vw-lg-287 {
    width: 287vw !important;
  }
  .vh-lg-287 {
    height: 287vh !important;
  }
  .width-lg-287 {
    width: 287px !important;
  }
  .height-lg-287 {
    height: 287px !important;
  }
  .max-width-lg-287 {
    max-width: 287px !important;
  }
  .min-width-lg-287 {
    min-width: 287px !important;
  }
  .max-height-lg-287 {
    max-height: 287px !important;
  }
  .min-height-lg-287 {
    min-height: 287px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-287 {
    width: 287% !important;
  }
  .h-xl-287 {
    height: 287% !important;
  }
  .max-w-xl-287 {
    max-width: 287% !important;
  }
  .min-w-xl-287 {
    min-width: 287% !important;
  }
  .max-h-xl-287 {
    max-height: 287% !important;
  }
  .min-h-xl-287 {
    min-height: 287% !important;
  }
  .min-xl-vw-287 {
    min-width: 287vw !important;
  }
  .min-xl-vh-287 {
    min-height: 287vh !important;
  }
  .vw-xl-287 {
    width: 287vw !important;
  }
  .vh-xl-287 {
    height: 287vh !important;
  }
  .width-xl-287 {
    width: 287px !important;
  }
  .height-xl-287 {
    height: 287px !important;
  }
  .max-width-xl-287 {
    max-width: 287px !important;
  }
  .min-width-xl-287 {
    min-width: 287px !important;
  }
  .max-height-xl-287 {
    max-height: 287px !important;
  }
  .min-height-xl-287 {
    min-height: 287px !important;
  }
}
.w-287 {
  width: 287% !important;
}

.h-287 {
  height: 287% !important;
}

.max-w-287 {
  max-width: 287% !important;
}

.min-w-287 {
  min-width: 287% !important;
}

.max-h-287 {
  max-height: 287% !important;
}

.min-h-287 {
  min-height: 287% !important;
}

.min-vw-287 {
  min-width: 287vw !important;
}

.min-vh-287 {
  min-height: 287vh !important;
}

.vw-287 {
  width: 287vw !important;
}

.vh-287 {
  height: 287vh !important;
}

.width-287 {
  width: 287px !important;
}

.height-287 {
  height: 287px !important;
}

.max-width-287 {
  max-width: 287px !important;
}

.min-width-287 {
  min-width: 287px !important;
}

.max-height-287 {
  max-height: 287px !important;
}

.min-height-287 {
  min-height: 287px !important;
}

@media (max-width: 576px) {
  .w-sm-288 {
    width: 288% !important;
  }
  .h-sm-288 {
    height: 288% !important;
  }
  .max-w-sm-288 {
    max-width: 288% !important;
  }
  .min-w-sm-288 {
    min-width: 288% !important;
  }
  .max-h-sm-288 {
    max-height: 288% !important;
  }
  .min-h-sm-288 {
    min-height: 288% !important;
  }
  .min-sm-vw-288 {
    min-width: 288vw !important;
  }
  .min-sm-vh-288 {
    min-height: 288vh !important;
  }
  .vw-sm-288 {
    width: 288vw !important;
  }
  .vh-sm-288 {
    height: 288vh !important;
  }
  .width-sm-288 {
    width: 288px !important;
  }
  .height-sm-288 {
    height: 288px !important;
  }
  .max-width-sm-288 {
    max-width: 288px !important;
  }
  .min-width-sm-288 {
    min-width: 288px !important;
  }
  .max-height-sm-288 {
    max-height: 288px !important;
  }
  .min-height-sm-288 {
    min-height: 288px !important;
  }
}
@media (max-width: 768px) {
  .w-md-288 {
    width: 288% !important;
  }
  .h-md-288 {
    height: 288% !important;
  }
  .max-w-md-288 {
    max-width: 288% !important;
  }
  .min-w-md-288 {
    min-width: 288% !important;
  }
  .max-h-md-288 {
    max-height: 288% !important;
  }
  .min-h-md-288 {
    min-height: 288% !important;
  }
  .min-md-vw-288 {
    min-width: 288vw !important;
  }
  .min-md-vh-288 {
    min-height: 288vh !important;
  }
  .vw-md-288 {
    width: 288vw !important;
  }
  .vh-md-288 {
    height: 288vh !important;
  }
  .width-md-288 {
    width: 288px !important;
  }
  .height-md-288 {
    height: 288px !important;
  }
  .max-width-md-288 {
    max-width: 288px !important;
  }
  .min-width-md-288 {
    min-width: 288px !important;
  }
  .max-height-md-288 {
    max-height: 288px !important;
  }
  .min-height-md-288 {
    min-height: 288px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-288 {
    width: 288% !important;
  }
  .h-lg-288 {
    height: 288% !important;
  }
  .max-w-lg-288 {
    max-width: 288% !important;
  }
  .min-w-lg-288 {
    min-width: 288% !important;
  }
  .max-h-lg-288 {
    max-height: 288% !important;
  }
  .min-h-lg-288 {
    min-height: 288% !important;
  }
  .min-lg-vw-288 {
    min-width: 288vw !important;
  }
  .min-lg-vh-288 {
    min-height: 288vh !important;
  }
  .vw-lg-288 {
    width: 288vw !important;
  }
  .vh-lg-288 {
    height: 288vh !important;
  }
  .width-lg-288 {
    width: 288px !important;
  }
  .height-lg-288 {
    height: 288px !important;
  }
  .max-width-lg-288 {
    max-width: 288px !important;
  }
  .min-width-lg-288 {
    min-width: 288px !important;
  }
  .max-height-lg-288 {
    max-height: 288px !important;
  }
  .min-height-lg-288 {
    min-height: 288px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-288 {
    width: 288% !important;
  }
  .h-xl-288 {
    height: 288% !important;
  }
  .max-w-xl-288 {
    max-width: 288% !important;
  }
  .min-w-xl-288 {
    min-width: 288% !important;
  }
  .max-h-xl-288 {
    max-height: 288% !important;
  }
  .min-h-xl-288 {
    min-height: 288% !important;
  }
  .min-xl-vw-288 {
    min-width: 288vw !important;
  }
  .min-xl-vh-288 {
    min-height: 288vh !important;
  }
  .vw-xl-288 {
    width: 288vw !important;
  }
  .vh-xl-288 {
    height: 288vh !important;
  }
  .width-xl-288 {
    width: 288px !important;
  }
  .height-xl-288 {
    height: 288px !important;
  }
  .max-width-xl-288 {
    max-width: 288px !important;
  }
  .min-width-xl-288 {
    min-width: 288px !important;
  }
  .max-height-xl-288 {
    max-height: 288px !important;
  }
  .min-height-xl-288 {
    min-height: 288px !important;
  }
}
.w-288 {
  width: 288% !important;
}

.h-288 {
  height: 288% !important;
}

.max-w-288 {
  max-width: 288% !important;
}

.min-w-288 {
  min-width: 288% !important;
}

.max-h-288 {
  max-height: 288% !important;
}

.min-h-288 {
  min-height: 288% !important;
}

.min-vw-288 {
  min-width: 288vw !important;
}

.min-vh-288 {
  min-height: 288vh !important;
}

.vw-288 {
  width: 288vw !important;
}

.vh-288 {
  height: 288vh !important;
}

.width-288 {
  width: 288px !important;
}

.height-288 {
  height: 288px !important;
}

.max-width-288 {
  max-width: 288px !important;
}

.min-width-288 {
  min-width: 288px !important;
}

.max-height-288 {
  max-height: 288px !important;
}

.min-height-288 {
  min-height: 288px !important;
}

@media (max-width: 576px) {
  .w-sm-289 {
    width: 289% !important;
  }
  .h-sm-289 {
    height: 289% !important;
  }
  .max-w-sm-289 {
    max-width: 289% !important;
  }
  .min-w-sm-289 {
    min-width: 289% !important;
  }
  .max-h-sm-289 {
    max-height: 289% !important;
  }
  .min-h-sm-289 {
    min-height: 289% !important;
  }
  .min-sm-vw-289 {
    min-width: 289vw !important;
  }
  .min-sm-vh-289 {
    min-height: 289vh !important;
  }
  .vw-sm-289 {
    width: 289vw !important;
  }
  .vh-sm-289 {
    height: 289vh !important;
  }
  .width-sm-289 {
    width: 289px !important;
  }
  .height-sm-289 {
    height: 289px !important;
  }
  .max-width-sm-289 {
    max-width: 289px !important;
  }
  .min-width-sm-289 {
    min-width: 289px !important;
  }
  .max-height-sm-289 {
    max-height: 289px !important;
  }
  .min-height-sm-289 {
    min-height: 289px !important;
  }
}
@media (max-width: 768px) {
  .w-md-289 {
    width: 289% !important;
  }
  .h-md-289 {
    height: 289% !important;
  }
  .max-w-md-289 {
    max-width: 289% !important;
  }
  .min-w-md-289 {
    min-width: 289% !important;
  }
  .max-h-md-289 {
    max-height: 289% !important;
  }
  .min-h-md-289 {
    min-height: 289% !important;
  }
  .min-md-vw-289 {
    min-width: 289vw !important;
  }
  .min-md-vh-289 {
    min-height: 289vh !important;
  }
  .vw-md-289 {
    width: 289vw !important;
  }
  .vh-md-289 {
    height: 289vh !important;
  }
  .width-md-289 {
    width: 289px !important;
  }
  .height-md-289 {
    height: 289px !important;
  }
  .max-width-md-289 {
    max-width: 289px !important;
  }
  .min-width-md-289 {
    min-width: 289px !important;
  }
  .max-height-md-289 {
    max-height: 289px !important;
  }
  .min-height-md-289 {
    min-height: 289px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-289 {
    width: 289% !important;
  }
  .h-lg-289 {
    height: 289% !important;
  }
  .max-w-lg-289 {
    max-width: 289% !important;
  }
  .min-w-lg-289 {
    min-width: 289% !important;
  }
  .max-h-lg-289 {
    max-height: 289% !important;
  }
  .min-h-lg-289 {
    min-height: 289% !important;
  }
  .min-lg-vw-289 {
    min-width: 289vw !important;
  }
  .min-lg-vh-289 {
    min-height: 289vh !important;
  }
  .vw-lg-289 {
    width: 289vw !important;
  }
  .vh-lg-289 {
    height: 289vh !important;
  }
  .width-lg-289 {
    width: 289px !important;
  }
  .height-lg-289 {
    height: 289px !important;
  }
  .max-width-lg-289 {
    max-width: 289px !important;
  }
  .min-width-lg-289 {
    min-width: 289px !important;
  }
  .max-height-lg-289 {
    max-height: 289px !important;
  }
  .min-height-lg-289 {
    min-height: 289px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-289 {
    width: 289% !important;
  }
  .h-xl-289 {
    height: 289% !important;
  }
  .max-w-xl-289 {
    max-width: 289% !important;
  }
  .min-w-xl-289 {
    min-width: 289% !important;
  }
  .max-h-xl-289 {
    max-height: 289% !important;
  }
  .min-h-xl-289 {
    min-height: 289% !important;
  }
  .min-xl-vw-289 {
    min-width: 289vw !important;
  }
  .min-xl-vh-289 {
    min-height: 289vh !important;
  }
  .vw-xl-289 {
    width: 289vw !important;
  }
  .vh-xl-289 {
    height: 289vh !important;
  }
  .width-xl-289 {
    width: 289px !important;
  }
  .height-xl-289 {
    height: 289px !important;
  }
  .max-width-xl-289 {
    max-width: 289px !important;
  }
  .min-width-xl-289 {
    min-width: 289px !important;
  }
  .max-height-xl-289 {
    max-height: 289px !important;
  }
  .min-height-xl-289 {
    min-height: 289px !important;
  }
}
.w-289 {
  width: 289% !important;
}

.h-289 {
  height: 289% !important;
}

.max-w-289 {
  max-width: 289% !important;
}

.min-w-289 {
  min-width: 289% !important;
}

.max-h-289 {
  max-height: 289% !important;
}

.min-h-289 {
  min-height: 289% !important;
}

.min-vw-289 {
  min-width: 289vw !important;
}

.min-vh-289 {
  min-height: 289vh !important;
}

.vw-289 {
  width: 289vw !important;
}

.vh-289 {
  height: 289vh !important;
}

.width-289 {
  width: 289px !important;
}

.height-289 {
  height: 289px !important;
}

.max-width-289 {
  max-width: 289px !important;
}

.min-width-289 {
  min-width: 289px !important;
}

.max-height-289 {
  max-height: 289px !important;
}

.min-height-289 {
  min-height: 289px !important;
}

@media (max-width: 576px) {
  .w-sm-290 {
    width: 290% !important;
  }
  .h-sm-290 {
    height: 290% !important;
  }
  .max-w-sm-290 {
    max-width: 290% !important;
  }
  .min-w-sm-290 {
    min-width: 290% !important;
  }
  .max-h-sm-290 {
    max-height: 290% !important;
  }
  .min-h-sm-290 {
    min-height: 290% !important;
  }
  .min-sm-vw-290 {
    min-width: 290vw !important;
  }
  .min-sm-vh-290 {
    min-height: 290vh !important;
  }
  .vw-sm-290 {
    width: 290vw !important;
  }
  .vh-sm-290 {
    height: 290vh !important;
  }
  .width-sm-290 {
    width: 290px !important;
  }
  .height-sm-290 {
    height: 290px !important;
  }
  .max-width-sm-290 {
    max-width: 290px !important;
  }
  .min-width-sm-290 {
    min-width: 290px !important;
  }
  .max-height-sm-290 {
    max-height: 290px !important;
  }
  .min-height-sm-290 {
    min-height: 290px !important;
  }
}
@media (max-width: 768px) {
  .w-md-290 {
    width: 290% !important;
  }
  .h-md-290 {
    height: 290% !important;
  }
  .max-w-md-290 {
    max-width: 290% !important;
  }
  .min-w-md-290 {
    min-width: 290% !important;
  }
  .max-h-md-290 {
    max-height: 290% !important;
  }
  .min-h-md-290 {
    min-height: 290% !important;
  }
  .min-md-vw-290 {
    min-width: 290vw !important;
  }
  .min-md-vh-290 {
    min-height: 290vh !important;
  }
  .vw-md-290 {
    width: 290vw !important;
  }
  .vh-md-290 {
    height: 290vh !important;
  }
  .width-md-290 {
    width: 290px !important;
  }
  .height-md-290 {
    height: 290px !important;
  }
  .max-width-md-290 {
    max-width: 290px !important;
  }
  .min-width-md-290 {
    min-width: 290px !important;
  }
  .max-height-md-290 {
    max-height: 290px !important;
  }
  .min-height-md-290 {
    min-height: 290px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-290 {
    width: 290% !important;
  }
  .h-lg-290 {
    height: 290% !important;
  }
  .max-w-lg-290 {
    max-width: 290% !important;
  }
  .min-w-lg-290 {
    min-width: 290% !important;
  }
  .max-h-lg-290 {
    max-height: 290% !important;
  }
  .min-h-lg-290 {
    min-height: 290% !important;
  }
  .min-lg-vw-290 {
    min-width: 290vw !important;
  }
  .min-lg-vh-290 {
    min-height: 290vh !important;
  }
  .vw-lg-290 {
    width: 290vw !important;
  }
  .vh-lg-290 {
    height: 290vh !important;
  }
  .width-lg-290 {
    width: 290px !important;
  }
  .height-lg-290 {
    height: 290px !important;
  }
  .max-width-lg-290 {
    max-width: 290px !important;
  }
  .min-width-lg-290 {
    min-width: 290px !important;
  }
  .max-height-lg-290 {
    max-height: 290px !important;
  }
  .min-height-lg-290 {
    min-height: 290px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-290 {
    width: 290% !important;
  }
  .h-xl-290 {
    height: 290% !important;
  }
  .max-w-xl-290 {
    max-width: 290% !important;
  }
  .min-w-xl-290 {
    min-width: 290% !important;
  }
  .max-h-xl-290 {
    max-height: 290% !important;
  }
  .min-h-xl-290 {
    min-height: 290% !important;
  }
  .min-xl-vw-290 {
    min-width: 290vw !important;
  }
  .min-xl-vh-290 {
    min-height: 290vh !important;
  }
  .vw-xl-290 {
    width: 290vw !important;
  }
  .vh-xl-290 {
    height: 290vh !important;
  }
  .width-xl-290 {
    width: 290px !important;
  }
  .height-xl-290 {
    height: 290px !important;
  }
  .max-width-xl-290 {
    max-width: 290px !important;
  }
  .min-width-xl-290 {
    min-width: 290px !important;
  }
  .max-height-xl-290 {
    max-height: 290px !important;
  }
  .min-height-xl-290 {
    min-height: 290px !important;
  }
}
.w-290 {
  width: 290% !important;
}

.h-290 {
  height: 290% !important;
}

.max-w-290 {
  max-width: 290% !important;
}

.min-w-290 {
  min-width: 290% !important;
}

.max-h-290 {
  max-height: 290% !important;
}

.min-h-290 {
  min-height: 290% !important;
}

.min-vw-290 {
  min-width: 290vw !important;
}

.min-vh-290 {
  min-height: 290vh !important;
}

.vw-290 {
  width: 290vw !important;
}

.vh-290 {
  height: 290vh !important;
}

.width-290 {
  width: 290px !important;
}

.height-290 {
  height: 290px !important;
}

.max-width-290 {
  max-width: 290px !important;
}

.min-width-290 {
  min-width: 290px !important;
}

.max-height-290 {
  max-height: 290px !important;
}

.min-height-290 {
  min-height: 290px !important;
}

@media (max-width: 576px) {
  .w-sm-291 {
    width: 291% !important;
  }
  .h-sm-291 {
    height: 291% !important;
  }
  .max-w-sm-291 {
    max-width: 291% !important;
  }
  .min-w-sm-291 {
    min-width: 291% !important;
  }
  .max-h-sm-291 {
    max-height: 291% !important;
  }
  .min-h-sm-291 {
    min-height: 291% !important;
  }
  .min-sm-vw-291 {
    min-width: 291vw !important;
  }
  .min-sm-vh-291 {
    min-height: 291vh !important;
  }
  .vw-sm-291 {
    width: 291vw !important;
  }
  .vh-sm-291 {
    height: 291vh !important;
  }
  .width-sm-291 {
    width: 291px !important;
  }
  .height-sm-291 {
    height: 291px !important;
  }
  .max-width-sm-291 {
    max-width: 291px !important;
  }
  .min-width-sm-291 {
    min-width: 291px !important;
  }
  .max-height-sm-291 {
    max-height: 291px !important;
  }
  .min-height-sm-291 {
    min-height: 291px !important;
  }
}
@media (max-width: 768px) {
  .w-md-291 {
    width: 291% !important;
  }
  .h-md-291 {
    height: 291% !important;
  }
  .max-w-md-291 {
    max-width: 291% !important;
  }
  .min-w-md-291 {
    min-width: 291% !important;
  }
  .max-h-md-291 {
    max-height: 291% !important;
  }
  .min-h-md-291 {
    min-height: 291% !important;
  }
  .min-md-vw-291 {
    min-width: 291vw !important;
  }
  .min-md-vh-291 {
    min-height: 291vh !important;
  }
  .vw-md-291 {
    width: 291vw !important;
  }
  .vh-md-291 {
    height: 291vh !important;
  }
  .width-md-291 {
    width: 291px !important;
  }
  .height-md-291 {
    height: 291px !important;
  }
  .max-width-md-291 {
    max-width: 291px !important;
  }
  .min-width-md-291 {
    min-width: 291px !important;
  }
  .max-height-md-291 {
    max-height: 291px !important;
  }
  .min-height-md-291 {
    min-height: 291px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-291 {
    width: 291% !important;
  }
  .h-lg-291 {
    height: 291% !important;
  }
  .max-w-lg-291 {
    max-width: 291% !important;
  }
  .min-w-lg-291 {
    min-width: 291% !important;
  }
  .max-h-lg-291 {
    max-height: 291% !important;
  }
  .min-h-lg-291 {
    min-height: 291% !important;
  }
  .min-lg-vw-291 {
    min-width: 291vw !important;
  }
  .min-lg-vh-291 {
    min-height: 291vh !important;
  }
  .vw-lg-291 {
    width: 291vw !important;
  }
  .vh-lg-291 {
    height: 291vh !important;
  }
  .width-lg-291 {
    width: 291px !important;
  }
  .height-lg-291 {
    height: 291px !important;
  }
  .max-width-lg-291 {
    max-width: 291px !important;
  }
  .min-width-lg-291 {
    min-width: 291px !important;
  }
  .max-height-lg-291 {
    max-height: 291px !important;
  }
  .min-height-lg-291 {
    min-height: 291px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-291 {
    width: 291% !important;
  }
  .h-xl-291 {
    height: 291% !important;
  }
  .max-w-xl-291 {
    max-width: 291% !important;
  }
  .min-w-xl-291 {
    min-width: 291% !important;
  }
  .max-h-xl-291 {
    max-height: 291% !important;
  }
  .min-h-xl-291 {
    min-height: 291% !important;
  }
  .min-xl-vw-291 {
    min-width: 291vw !important;
  }
  .min-xl-vh-291 {
    min-height: 291vh !important;
  }
  .vw-xl-291 {
    width: 291vw !important;
  }
  .vh-xl-291 {
    height: 291vh !important;
  }
  .width-xl-291 {
    width: 291px !important;
  }
  .height-xl-291 {
    height: 291px !important;
  }
  .max-width-xl-291 {
    max-width: 291px !important;
  }
  .min-width-xl-291 {
    min-width: 291px !important;
  }
  .max-height-xl-291 {
    max-height: 291px !important;
  }
  .min-height-xl-291 {
    min-height: 291px !important;
  }
}
.w-291 {
  width: 291% !important;
}

.h-291 {
  height: 291% !important;
}

.max-w-291 {
  max-width: 291% !important;
}

.min-w-291 {
  min-width: 291% !important;
}

.max-h-291 {
  max-height: 291% !important;
}

.min-h-291 {
  min-height: 291% !important;
}

.min-vw-291 {
  min-width: 291vw !important;
}

.min-vh-291 {
  min-height: 291vh !important;
}

.vw-291 {
  width: 291vw !important;
}

.vh-291 {
  height: 291vh !important;
}

.width-291 {
  width: 291px !important;
}

.height-291 {
  height: 291px !important;
}

.max-width-291 {
  max-width: 291px !important;
}

.min-width-291 {
  min-width: 291px !important;
}

.max-height-291 {
  max-height: 291px !important;
}

.min-height-291 {
  min-height: 291px !important;
}

@media (max-width: 576px) {
  .w-sm-292 {
    width: 292% !important;
  }
  .h-sm-292 {
    height: 292% !important;
  }
  .max-w-sm-292 {
    max-width: 292% !important;
  }
  .min-w-sm-292 {
    min-width: 292% !important;
  }
  .max-h-sm-292 {
    max-height: 292% !important;
  }
  .min-h-sm-292 {
    min-height: 292% !important;
  }
  .min-sm-vw-292 {
    min-width: 292vw !important;
  }
  .min-sm-vh-292 {
    min-height: 292vh !important;
  }
  .vw-sm-292 {
    width: 292vw !important;
  }
  .vh-sm-292 {
    height: 292vh !important;
  }
  .width-sm-292 {
    width: 292px !important;
  }
  .height-sm-292 {
    height: 292px !important;
  }
  .max-width-sm-292 {
    max-width: 292px !important;
  }
  .min-width-sm-292 {
    min-width: 292px !important;
  }
  .max-height-sm-292 {
    max-height: 292px !important;
  }
  .min-height-sm-292 {
    min-height: 292px !important;
  }
}
@media (max-width: 768px) {
  .w-md-292 {
    width: 292% !important;
  }
  .h-md-292 {
    height: 292% !important;
  }
  .max-w-md-292 {
    max-width: 292% !important;
  }
  .min-w-md-292 {
    min-width: 292% !important;
  }
  .max-h-md-292 {
    max-height: 292% !important;
  }
  .min-h-md-292 {
    min-height: 292% !important;
  }
  .min-md-vw-292 {
    min-width: 292vw !important;
  }
  .min-md-vh-292 {
    min-height: 292vh !important;
  }
  .vw-md-292 {
    width: 292vw !important;
  }
  .vh-md-292 {
    height: 292vh !important;
  }
  .width-md-292 {
    width: 292px !important;
  }
  .height-md-292 {
    height: 292px !important;
  }
  .max-width-md-292 {
    max-width: 292px !important;
  }
  .min-width-md-292 {
    min-width: 292px !important;
  }
  .max-height-md-292 {
    max-height: 292px !important;
  }
  .min-height-md-292 {
    min-height: 292px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-292 {
    width: 292% !important;
  }
  .h-lg-292 {
    height: 292% !important;
  }
  .max-w-lg-292 {
    max-width: 292% !important;
  }
  .min-w-lg-292 {
    min-width: 292% !important;
  }
  .max-h-lg-292 {
    max-height: 292% !important;
  }
  .min-h-lg-292 {
    min-height: 292% !important;
  }
  .min-lg-vw-292 {
    min-width: 292vw !important;
  }
  .min-lg-vh-292 {
    min-height: 292vh !important;
  }
  .vw-lg-292 {
    width: 292vw !important;
  }
  .vh-lg-292 {
    height: 292vh !important;
  }
  .width-lg-292 {
    width: 292px !important;
  }
  .height-lg-292 {
    height: 292px !important;
  }
  .max-width-lg-292 {
    max-width: 292px !important;
  }
  .min-width-lg-292 {
    min-width: 292px !important;
  }
  .max-height-lg-292 {
    max-height: 292px !important;
  }
  .min-height-lg-292 {
    min-height: 292px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-292 {
    width: 292% !important;
  }
  .h-xl-292 {
    height: 292% !important;
  }
  .max-w-xl-292 {
    max-width: 292% !important;
  }
  .min-w-xl-292 {
    min-width: 292% !important;
  }
  .max-h-xl-292 {
    max-height: 292% !important;
  }
  .min-h-xl-292 {
    min-height: 292% !important;
  }
  .min-xl-vw-292 {
    min-width: 292vw !important;
  }
  .min-xl-vh-292 {
    min-height: 292vh !important;
  }
  .vw-xl-292 {
    width: 292vw !important;
  }
  .vh-xl-292 {
    height: 292vh !important;
  }
  .width-xl-292 {
    width: 292px !important;
  }
  .height-xl-292 {
    height: 292px !important;
  }
  .max-width-xl-292 {
    max-width: 292px !important;
  }
  .min-width-xl-292 {
    min-width: 292px !important;
  }
  .max-height-xl-292 {
    max-height: 292px !important;
  }
  .min-height-xl-292 {
    min-height: 292px !important;
  }
}
.w-292 {
  width: 292% !important;
}

.h-292 {
  height: 292% !important;
}

.max-w-292 {
  max-width: 292% !important;
}

.min-w-292 {
  min-width: 292% !important;
}

.max-h-292 {
  max-height: 292% !important;
}

.min-h-292 {
  min-height: 292% !important;
}

.min-vw-292 {
  min-width: 292vw !important;
}

.min-vh-292 {
  min-height: 292vh !important;
}

.vw-292 {
  width: 292vw !important;
}

.vh-292 {
  height: 292vh !important;
}

.width-292 {
  width: 292px !important;
}

.height-292 {
  height: 292px !important;
}

.max-width-292 {
  max-width: 292px !important;
}

.min-width-292 {
  min-width: 292px !important;
}

.max-height-292 {
  max-height: 292px !important;
}

.min-height-292 {
  min-height: 292px !important;
}

@media (max-width: 576px) {
  .w-sm-293 {
    width: 293% !important;
  }
  .h-sm-293 {
    height: 293% !important;
  }
  .max-w-sm-293 {
    max-width: 293% !important;
  }
  .min-w-sm-293 {
    min-width: 293% !important;
  }
  .max-h-sm-293 {
    max-height: 293% !important;
  }
  .min-h-sm-293 {
    min-height: 293% !important;
  }
  .min-sm-vw-293 {
    min-width: 293vw !important;
  }
  .min-sm-vh-293 {
    min-height: 293vh !important;
  }
  .vw-sm-293 {
    width: 293vw !important;
  }
  .vh-sm-293 {
    height: 293vh !important;
  }
  .width-sm-293 {
    width: 293px !important;
  }
  .height-sm-293 {
    height: 293px !important;
  }
  .max-width-sm-293 {
    max-width: 293px !important;
  }
  .min-width-sm-293 {
    min-width: 293px !important;
  }
  .max-height-sm-293 {
    max-height: 293px !important;
  }
  .min-height-sm-293 {
    min-height: 293px !important;
  }
}
@media (max-width: 768px) {
  .w-md-293 {
    width: 293% !important;
  }
  .h-md-293 {
    height: 293% !important;
  }
  .max-w-md-293 {
    max-width: 293% !important;
  }
  .min-w-md-293 {
    min-width: 293% !important;
  }
  .max-h-md-293 {
    max-height: 293% !important;
  }
  .min-h-md-293 {
    min-height: 293% !important;
  }
  .min-md-vw-293 {
    min-width: 293vw !important;
  }
  .min-md-vh-293 {
    min-height: 293vh !important;
  }
  .vw-md-293 {
    width: 293vw !important;
  }
  .vh-md-293 {
    height: 293vh !important;
  }
  .width-md-293 {
    width: 293px !important;
  }
  .height-md-293 {
    height: 293px !important;
  }
  .max-width-md-293 {
    max-width: 293px !important;
  }
  .min-width-md-293 {
    min-width: 293px !important;
  }
  .max-height-md-293 {
    max-height: 293px !important;
  }
  .min-height-md-293 {
    min-height: 293px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-293 {
    width: 293% !important;
  }
  .h-lg-293 {
    height: 293% !important;
  }
  .max-w-lg-293 {
    max-width: 293% !important;
  }
  .min-w-lg-293 {
    min-width: 293% !important;
  }
  .max-h-lg-293 {
    max-height: 293% !important;
  }
  .min-h-lg-293 {
    min-height: 293% !important;
  }
  .min-lg-vw-293 {
    min-width: 293vw !important;
  }
  .min-lg-vh-293 {
    min-height: 293vh !important;
  }
  .vw-lg-293 {
    width: 293vw !important;
  }
  .vh-lg-293 {
    height: 293vh !important;
  }
  .width-lg-293 {
    width: 293px !important;
  }
  .height-lg-293 {
    height: 293px !important;
  }
  .max-width-lg-293 {
    max-width: 293px !important;
  }
  .min-width-lg-293 {
    min-width: 293px !important;
  }
  .max-height-lg-293 {
    max-height: 293px !important;
  }
  .min-height-lg-293 {
    min-height: 293px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-293 {
    width: 293% !important;
  }
  .h-xl-293 {
    height: 293% !important;
  }
  .max-w-xl-293 {
    max-width: 293% !important;
  }
  .min-w-xl-293 {
    min-width: 293% !important;
  }
  .max-h-xl-293 {
    max-height: 293% !important;
  }
  .min-h-xl-293 {
    min-height: 293% !important;
  }
  .min-xl-vw-293 {
    min-width: 293vw !important;
  }
  .min-xl-vh-293 {
    min-height: 293vh !important;
  }
  .vw-xl-293 {
    width: 293vw !important;
  }
  .vh-xl-293 {
    height: 293vh !important;
  }
  .width-xl-293 {
    width: 293px !important;
  }
  .height-xl-293 {
    height: 293px !important;
  }
  .max-width-xl-293 {
    max-width: 293px !important;
  }
  .min-width-xl-293 {
    min-width: 293px !important;
  }
  .max-height-xl-293 {
    max-height: 293px !important;
  }
  .min-height-xl-293 {
    min-height: 293px !important;
  }
}
.w-293 {
  width: 293% !important;
}

.h-293 {
  height: 293% !important;
}

.max-w-293 {
  max-width: 293% !important;
}

.min-w-293 {
  min-width: 293% !important;
}

.max-h-293 {
  max-height: 293% !important;
}

.min-h-293 {
  min-height: 293% !important;
}

.min-vw-293 {
  min-width: 293vw !important;
}

.min-vh-293 {
  min-height: 293vh !important;
}

.vw-293 {
  width: 293vw !important;
}

.vh-293 {
  height: 293vh !important;
}

.width-293 {
  width: 293px !important;
}

.height-293 {
  height: 293px !important;
}

.max-width-293 {
  max-width: 293px !important;
}

.min-width-293 {
  min-width: 293px !important;
}

.max-height-293 {
  max-height: 293px !important;
}

.min-height-293 {
  min-height: 293px !important;
}

@media (max-width: 576px) {
  .w-sm-294 {
    width: 294% !important;
  }
  .h-sm-294 {
    height: 294% !important;
  }
  .max-w-sm-294 {
    max-width: 294% !important;
  }
  .min-w-sm-294 {
    min-width: 294% !important;
  }
  .max-h-sm-294 {
    max-height: 294% !important;
  }
  .min-h-sm-294 {
    min-height: 294% !important;
  }
  .min-sm-vw-294 {
    min-width: 294vw !important;
  }
  .min-sm-vh-294 {
    min-height: 294vh !important;
  }
  .vw-sm-294 {
    width: 294vw !important;
  }
  .vh-sm-294 {
    height: 294vh !important;
  }
  .width-sm-294 {
    width: 294px !important;
  }
  .height-sm-294 {
    height: 294px !important;
  }
  .max-width-sm-294 {
    max-width: 294px !important;
  }
  .min-width-sm-294 {
    min-width: 294px !important;
  }
  .max-height-sm-294 {
    max-height: 294px !important;
  }
  .min-height-sm-294 {
    min-height: 294px !important;
  }
}
@media (max-width: 768px) {
  .w-md-294 {
    width: 294% !important;
  }
  .h-md-294 {
    height: 294% !important;
  }
  .max-w-md-294 {
    max-width: 294% !important;
  }
  .min-w-md-294 {
    min-width: 294% !important;
  }
  .max-h-md-294 {
    max-height: 294% !important;
  }
  .min-h-md-294 {
    min-height: 294% !important;
  }
  .min-md-vw-294 {
    min-width: 294vw !important;
  }
  .min-md-vh-294 {
    min-height: 294vh !important;
  }
  .vw-md-294 {
    width: 294vw !important;
  }
  .vh-md-294 {
    height: 294vh !important;
  }
  .width-md-294 {
    width: 294px !important;
  }
  .height-md-294 {
    height: 294px !important;
  }
  .max-width-md-294 {
    max-width: 294px !important;
  }
  .min-width-md-294 {
    min-width: 294px !important;
  }
  .max-height-md-294 {
    max-height: 294px !important;
  }
  .min-height-md-294 {
    min-height: 294px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-294 {
    width: 294% !important;
  }
  .h-lg-294 {
    height: 294% !important;
  }
  .max-w-lg-294 {
    max-width: 294% !important;
  }
  .min-w-lg-294 {
    min-width: 294% !important;
  }
  .max-h-lg-294 {
    max-height: 294% !important;
  }
  .min-h-lg-294 {
    min-height: 294% !important;
  }
  .min-lg-vw-294 {
    min-width: 294vw !important;
  }
  .min-lg-vh-294 {
    min-height: 294vh !important;
  }
  .vw-lg-294 {
    width: 294vw !important;
  }
  .vh-lg-294 {
    height: 294vh !important;
  }
  .width-lg-294 {
    width: 294px !important;
  }
  .height-lg-294 {
    height: 294px !important;
  }
  .max-width-lg-294 {
    max-width: 294px !important;
  }
  .min-width-lg-294 {
    min-width: 294px !important;
  }
  .max-height-lg-294 {
    max-height: 294px !important;
  }
  .min-height-lg-294 {
    min-height: 294px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-294 {
    width: 294% !important;
  }
  .h-xl-294 {
    height: 294% !important;
  }
  .max-w-xl-294 {
    max-width: 294% !important;
  }
  .min-w-xl-294 {
    min-width: 294% !important;
  }
  .max-h-xl-294 {
    max-height: 294% !important;
  }
  .min-h-xl-294 {
    min-height: 294% !important;
  }
  .min-xl-vw-294 {
    min-width: 294vw !important;
  }
  .min-xl-vh-294 {
    min-height: 294vh !important;
  }
  .vw-xl-294 {
    width: 294vw !important;
  }
  .vh-xl-294 {
    height: 294vh !important;
  }
  .width-xl-294 {
    width: 294px !important;
  }
  .height-xl-294 {
    height: 294px !important;
  }
  .max-width-xl-294 {
    max-width: 294px !important;
  }
  .min-width-xl-294 {
    min-width: 294px !important;
  }
  .max-height-xl-294 {
    max-height: 294px !important;
  }
  .min-height-xl-294 {
    min-height: 294px !important;
  }
}
.w-294 {
  width: 294% !important;
}

.h-294 {
  height: 294% !important;
}

.max-w-294 {
  max-width: 294% !important;
}

.min-w-294 {
  min-width: 294% !important;
}

.max-h-294 {
  max-height: 294% !important;
}

.min-h-294 {
  min-height: 294% !important;
}

.min-vw-294 {
  min-width: 294vw !important;
}

.min-vh-294 {
  min-height: 294vh !important;
}

.vw-294 {
  width: 294vw !important;
}

.vh-294 {
  height: 294vh !important;
}

.width-294 {
  width: 294px !important;
}

.height-294 {
  height: 294px !important;
}

.max-width-294 {
  max-width: 294px !important;
}

.min-width-294 {
  min-width: 294px !important;
}

.max-height-294 {
  max-height: 294px !important;
}

.min-height-294 {
  min-height: 294px !important;
}

@media (max-width: 576px) {
  .w-sm-295 {
    width: 295% !important;
  }
  .h-sm-295 {
    height: 295% !important;
  }
  .max-w-sm-295 {
    max-width: 295% !important;
  }
  .min-w-sm-295 {
    min-width: 295% !important;
  }
  .max-h-sm-295 {
    max-height: 295% !important;
  }
  .min-h-sm-295 {
    min-height: 295% !important;
  }
  .min-sm-vw-295 {
    min-width: 295vw !important;
  }
  .min-sm-vh-295 {
    min-height: 295vh !important;
  }
  .vw-sm-295 {
    width: 295vw !important;
  }
  .vh-sm-295 {
    height: 295vh !important;
  }
  .width-sm-295 {
    width: 295px !important;
  }
  .height-sm-295 {
    height: 295px !important;
  }
  .max-width-sm-295 {
    max-width: 295px !important;
  }
  .min-width-sm-295 {
    min-width: 295px !important;
  }
  .max-height-sm-295 {
    max-height: 295px !important;
  }
  .min-height-sm-295 {
    min-height: 295px !important;
  }
}
@media (max-width: 768px) {
  .w-md-295 {
    width: 295% !important;
  }
  .h-md-295 {
    height: 295% !important;
  }
  .max-w-md-295 {
    max-width: 295% !important;
  }
  .min-w-md-295 {
    min-width: 295% !important;
  }
  .max-h-md-295 {
    max-height: 295% !important;
  }
  .min-h-md-295 {
    min-height: 295% !important;
  }
  .min-md-vw-295 {
    min-width: 295vw !important;
  }
  .min-md-vh-295 {
    min-height: 295vh !important;
  }
  .vw-md-295 {
    width: 295vw !important;
  }
  .vh-md-295 {
    height: 295vh !important;
  }
  .width-md-295 {
    width: 295px !important;
  }
  .height-md-295 {
    height: 295px !important;
  }
  .max-width-md-295 {
    max-width: 295px !important;
  }
  .min-width-md-295 {
    min-width: 295px !important;
  }
  .max-height-md-295 {
    max-height: 295px !important;
  }
  .min-height-md-295 {
    min-height: 295px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-295 {
    width: 295% !important;
  }
  .h-lg-295 {
    height: 295% !important;
  }
  .max-w-lg-295 {
    max-width: 295% !important;
  }
  .min-w-lg-295 {
    min-width: 295% !important;
  }
  .max-h-lg-295 {
    max-height: 295% !important;
  }
  .min-h-lg-295 {
    min-height: 295% !important;
  }
  .min-lg-vw-295 {
    min-width: 295vw !important;
  }
  .min-lg-vh-295 {
    min-height: 295vh !important;
  }
  .vw-lg-295 {
    width: 295vw !important;
  }
  .vh-lg-295 {
    height: 295vh !important;
  }
  .width-lg-295 {
    width: 295px !important;
  }
  .height-lg-295 {
    height: 295px !important;
  }
  .max-width-lg-295 {
    max-width: 295px !important;
  }
  .min-width-lg-295 {
    min-width: 295px !important;
  }
  .max-height-lg-295 {
    max-height: 295px !important;
  }
  .min-height-lg-295 {
    min-height: 295px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-295 {
    width: 295% !important;
  }
  .h-xl-295 {
    height: 295% !important;
  }
  .max-w-xl-295 {
    max-width: 295% !important;
  }
  .min-w-xl-295 {
    min-width: 295% !important;
  }
  .max-h-xl-295 {
    max-height: 295% !important;
  }
  .min-h-xl-295 {
    min-height: 295% !important;
  }
  .min-xl-vw-295 {
    min-width: 295vw !important;
  }
  .min-xl-vh-295 {
    min-height: 295vh !important;
  }
  .vw-xl-295 {
    width: 295vw !important;
  }
  .vh-xl-295 {
    height: 295vh !important;
  }
  .width-xl-295 {
    width: 295px !important;
  }
  .height-xl-295 {
    height: 295px !important;
  }
  .max-width-xl-295 {
    max-width: 295px !important;
  }
  .min-width-xl-295 {
    min-width: 295px !important;
  }
  .max-height-xl-295 {
    max-height: 295px !important;
  }
  .min-height-xl-295 {
    min-height: 295px !important;
  }
}
.w-295 {
  width: 295% !important;
}

.h-295 {
  height: 295% !important;
}

.max-w-295 {
  max-width: 295% !important;
}

.min-w-295 {
  min-width: 295% !important;
}

.max-h-295 {
  max-height: 295% !important;
}

.min-h-295 {
  min-height: 295% !important;
}

.min-vw-295 {
  min-width: 295vw !important;
}

.min-vh-295 {
  min-height: 295vh !important;
}

.vw-295 {
  width: 295vw !important;
}

.vh-295 {
  height: 295vh !important;
}

.width-295 {
  width: 295px !important;
}

.height-295 {
  height: 295px !important;
}

.max-width-295 {
  max-width: 295px !important;
}

.min-width-295 {
  min-width: 295px !important;
}

.max-height-295 {
  max-height: 295px !important;
}

.min-height-295 {
  min-height: 295px !important;
}

@media (max-width: 576px) {
  .w-sm-296 {
    width: 296% !important;
  }
  .h-sm-296 {
    height: 296% !important;
  }
  .max-w-sm-296 {
    max-width: 296% !important;
  }
  .min-w-sm-296 {
    min-width: 296% !important;
  }
  .max-h-sm-296 {
    max-height: 296% !important;
  }
  .min-h-sm-296 {
    min-height: 296% !important;
  }
  .min-sm-vw-296 {
    min-width: 296vw !important;
  }
  .min-sm-vh-296 {
    min-height: 296vh !important;
  }
  .vw-sm-296 {
    width: 296vw !important;
  }
  .vh-sm-296 {
    height: 296vh !important;
  }
  .width-sm-296 {
    width: 296px !important;
  }
  .height-sm-296 {
    height: 296px !important;
  }
  .max-width-sm-296 {
    max-width: 296px !important;
  }
  .min-width-sm-296 {
    min-width: 296px !important;
  }
  .max-height-sm-296 {
    max-height: 296px !important;
  }
  .min-height-sm-296 {
    min-height: 296px !important;
  }
}
@media (max-width: 768px) {
  .w-md-296 {
    width: 296% !important;
  }
  .h-md-296 {
    height: 296% !important;
  }
  .max-w-md-296 {
    max-width: 296% !important;
  }
  .min-w-md-296 {
    min-width: 296% !important;
  }
  .max-h-md-296 {
    max-height: 296% !important;
  }
  .min-h-md-296 {
    min-height: 296% !important;
  }
  .min-md-vw-296 {
    min-width: 296vw !important;
  }
  .min-md-vh-296 {
    min-height: 296vh !important;
  }
  .vw-md-296 {
    width: 296vw !important;
  }
  .vh-md-296 {
    height: 296vh !important;
  }
  .width-md-296 {
    width: 296px !important;
  }
  .height-md-296 {
    height: 296px !important;
  }
  .max-width-md-296 {
    max-width: 296px !important;
  }
  .min-width-md-296 {
    min-width: 296px !important;
  }
  .max-height-md-296 {
    max-height: 296px !important;
  }
  .min-height-md-296 {
    min-height: 296px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-296 {
    width: 296% !important;
  }
  .h-lg-296 {
    height: 296% !important;
  }
  .max-w-lg-296 {
    max-width: 296% !important;
  }
  .min-w-lg-296 {
    min-width: 296% !important;
  }
  .max-h-lg-296 {
    max-height: 296% !important;
  }
  .min-h-lg-296 {
    min-height: 296% !important;
  }
  .min-lg-vw-296 {
    min-width: 296vw !important;
  }
  .min-lg-vh-296 {
    min-height: 296vh !important;
  }
  .vw-lg-296 {
    width: 296vw !important;
  }
  .vh-lg-296 {
    height: 296vh !important;
  }
  .width-lg-296 {
    width: 296px !important;
  }
  .height-lg-296 {
    height: 296px !important;
  }
  .max-width-lg-296 {
    max-width: 296px !important;
  }
  .min-width-lg-296 {
    min-width: 296px !important;
  }
  .max-height-lg-296 {
    max-height: 296px !important;
  }
  .min-height-lg-296 {
    min-height: 296px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-296 {
    width: 296% !important;
  }
  .h-xl-296 {
    height: 296% !important;
  }
  .max-w-xl-296 {
    max-width: 296% !important;
  }
  .min-w-xl-296 {
    min-width: 296% !important;
  }
  .max-h-xl-296 {
    max-height: 296% !important;
  }
  .min-h-xl-296 {
    min-height: 296% !important;
  }
  .min-xl-vw-296 {
    min-width: 296vw !important;
  }
  .min-xl-vh-296 {
    min-height: 296vh !important;
  }
  .vw-xl-296 {
    width: 296vw !important;
  }
  .vh-xl-296 {
    height: 296vh !important;
  }
  .width-xl-296 {
    width: 296px !important;
  }
  .height-xl-296 {
    height: 296px !important;
  }
  .max-width-xl-296 {
    max-width: 296px !important;
  }
  .min-width-xl-296 {
    min-width: 296px !important;
  }
  .max-height-xl-296 {
    max-height: 296px !important;
  }
  .min-height-xl-296 {
    min-height: 296px !important;
  }
}
.w-296 {
  width: 296% !important;
}

.h-296 {
  height: 296% !important;
}

.max-w-296 {
  max-width: 296% !important;
}

.min-w-296 {
  min-width: 296% !important;
}

.max-h-296 {
  max-height: 296% !important;
}

.min-h-296 {
  min-height: 296% !important;
}

.min-vw-296 {
  min-width: 296vw !important;
}

.min-vh-296 {
  min-height: 296vh !important;
}

.vw-296 {
  width: 296vw !important;
}

.vh-296 {
  height: 296vh !important;
}

.width-296 {
  width: 296px !important;
}

.height-296 {
  height: 296px !important;
}

.max-width-296 {
  max-width: 296px !important;
}

.min-width-296 {
  min-width: 296px !important;
}

.max-height-296 {
  max-height: 296px !important;
}

.min-height-296 {
  min-height: 296px !important;
}

@media (max-width: 576px) {
  .w-sm-297 {
    width: 297% !important;
  }
  .h-sm-297 {
    height: 297% !important;
  }
  .max-w-sm-297 {
    max-width: 297% !important;
  }
  .min-w-sm-297 {
    min-width: 297% !important;
  }
  .max-h-sm-297 {
    max-height: 297% !important;
  }
  .min-h-sm-297 {
    min-height: 297% !important;
  }
  .min-sm-vw-297 {
    min-width: 297vw !important;
  }
  .min-sm-vh-297 {
    min-height: 297vh !important;
  }
  .vw-sm-297 {
    width: 297vw !important;
  }
  .vh-sm-297 {
    height: 297vh !important;
  }
  .width-sm-297 {
    width: 297px !important;
  }
  .height-sm-297 {
    height: 297px !important;
  }
  .max-width-sm-297 {
    max-width: 297px !important;
  }
  .min-width-sm-297 {
    min-width: 297px !important;
  }
  .max-height-sm-297 {
    max-height: 297px !important;
  }
  .min-height-sm-297 {
    min-height: 297px !important;
  }
}
@media (max-width: 768px) {
  .w-md-297 {
    width: 297% !important;
  }
  .h-md-297 {
    height: 297% !important;
  }
  .max-w-md-297 {
    max-width: 297% !important;
  }
  .min-w-md-297 {
    min-width: 297% !important;
  }
  .max-h-md-297 {
    max-height: 297% !important;
  }
  .min-h-md-297 {
    min-height: 297% !important;
  }
  .min-md-vw-297 {
    min-width: 297vw !important;
  }
  .min-md-vh-297 {
    min-height: 297vh !important;
  }
  .vw-md-297 {
    width: 297vw !important;
  }
  .vh-md-297 {
    height: 297vh !important;
  }
  .width-md-297 {
    width: 297px !important;
  }
  .height-md-297 {
    height: 297px !important;
  }
  .max-width-md-297 {
    max-width: 297px !important;
  }
  .min-width-md-297 {
    min-width: 297px !important;
  }
  .max-height-md-297 {
    max-height: 297px !important;
  }
  .min-height-md-297 {
    min-height: 297px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-297 {
    width: 297% !important;
  }
  .h-lg-297 {
    height: 297% !important;
  }
  .max-w-lg-297 {
    max-width: 297% !important;
  }
  .min-w-lg-297 {
    min-width: 297% !important;
  }
  .max-h-lg-297 {
    max-height: 297% !important;
  }
  .min-h-lg-297 {
    min-height: 297% !important;
  }
  .min-lg-vw-297 {
    min-width: 297vw !important;
  }
  .min-lg-vh-297 {
    min-height: 297vh !important;
  }
  .vw-lg-297 {
    width: 297vw !important;
  }
  .vh-lg-297 {
    height: 297vh !important;
  }
  .width-lg-297 {
    width: 297px !important;
  }
  .height-lg-297 {
    height: 297px !important;
  }
  .max-width-lg-297 {
    max-width: 297px !important;
  }
  .min-width-lg-297 {
    min-width: 297px !important;
  }
  .max-height-lg-297 {
    max-height: 297px !important;
  }
  .min-height-lg-297 {
    min-height: 297px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-297 {
    width: 297% !important;
  }
  .h-xl-297 {
    height: 297% !important;
  }
  .max-w-xl-297 {
    max-width: 297% !important;
  }
  .min-w-xl-297 {
    min-width: 297% !important;
  }
  .max-h-xl-297 {
    max-height: 297% !important;
  }
  .min-h-xl-297 {
    min-height: 297% !important;
  }
  .min-xl-vw-297 {
    min-width: 297vw !important;
  }
  .min-xl-vh-297 {
    min-height: 297vh !important;
  }
  .vw-xl-297 {
    width: 297vw !important;
  }
  .vh-xl-297 {
    height: 297vh !important;
  }
  .width-xl-297 {
    width: 297px !important;
  }
  .height-xl-297 {
    height: 297px !important;
  }
  .max-width-xl-297 {
    max-width: 297px !important;
  }
  .min-width-xl-297 {
    min-width: 297px !important;
  }
  .max-height-xl-297 {
    max-height: 297px !important;
  }
  .min-height-xl-297 {
    min-height: 297px !important;
  }
}
.w-297 {
  width: 297% !important;
}

.h-297 {
  height: 297% !important;
}

.max-w-297 {
  max-width: 297% !important;
}

.min-w-297 {
  min-width: 297% !important;
}

.max-h-297 {
  max-height: 297% !important;
}

.min-h-297 {
  min-height: 297% !important;
}

.min-vw-297 {
  min-width: 297vw !important;
}

.min-vh-297 {
  min-height: 297vh !important;
}

.vw-297 {
  width: 297vw !important;
}

.vh-297 {
  height: 297vh !important;
}

.width-297 {
  width: 297px !important;
}

.height-297 {
  height: 297px !important;
}

.max-width-297 {
  max-width: 297px !important;
}

.min-width-297 {
  min-width: 297px !important;
}

.max-height-297 {
  max-height: 297px !important;
}

.min-height-297 {
  min-height: 297px !important;
}

@media (max-width: 576px) {
  .w-sm-298 {
    width: 298% !important;
  }
  .h-sm-298 {
    height: 298% !important;
  }
  .max-w-sm-298 {
    max-width: 298% !important;
  }
  .min-w-sm-298 {
    min-width: 298% !important;
  }
  .max-h-sm-298 {
    max-height: 298% !important;
  }
  .min-h-sm-298 {
    min-height: 298% !important;
  }
  .min-sm-vw-298 {
    min-width: 298vw !important;
  }
  .min-sm-vh-298 {
    min-height: 298vh !important;
  }
  .vw-sm-298 {
    width: 298vw !important;
  }
  .vh-sm-298 {
    height: 298vh !important;
  }
  .width-sm-298 {
    width: 298px !important;
  }
  .height-sm-298 {
    height: 298px !important;
  }
  .max-width-sm-298 {
    max-width: 298px !important;
  }
  .min-width-sm-298 {
    min-width: 298px !important;
  }
  .max-height-sm-298 {
    max-height: 298px !important;
  }
  .min-height-sm-298 {
    min-height: 298px !important;
  }
}
@media (max-width: 768px) {
  .w-md-298 {
    width: 298% !important;
  }
  .h-md-298 {
    height: 298% !important;
  }
  .max-w-md-298 {
    max-width: 298% !important;
  }
  .min-w-md-298 {
    min-width: 298% !important;
  }
  .max-h-md-298 {
    max-height: 298% !important;
  }
  .min-h-md-298 {
    min-height: 298% !important;
  }
  .min-md-vw-298 {
    min-width: 298vw !important;
  }
  .min-md-vh-298 {
    min-height: 298vh !important;
  }
  .vw-md-298 {
    width: 298vw !important;
  }
  .vh-md-298 {
    height: 298vh !important;
  }
  .width-md-298 {
    width: 298px !important;
  }
  .height-md-298 {
    height: 298px !important;
  }
  .max-width-md-298 {
    max-width: 298px !important;
  }
  .min-width-md-298 {
    min-width: 298px !important;
  }
  .max-height-md-298 {
    max-height: 298px !important;
  }
  .min-height-md-298 {
    min-height: 298px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-298 {
    width: 298% !important;
  }
  .h-lg-298 {
    height: 298% !important;
  }
  .max-w-lg-298 {
    max-width: 298% !important;
  }
  .min-w-lg-298 {
    min-width: 298% !important;
  }
  .max-h-lg-298 {
    max-height: 298% !important;
  }
  .min-h-lg-298 {
    min-height: 298% !important;
  }
  .min-lg-vw-298 {
    min-width: 298vw !important;
  }
  .min-lg-vh-298 {
    min-height: 298vh !important;
  }
  .vw-lg-298 {
    width: 298vw !important;
  }
  .vh-lg-298 {
    height: 298vh !important;
  }
  .width-lg-298 {
    width: 298px !important;
  }
  .height-lg-298 {
    height: 298px !important;
  }
  .max-width-lg-298 {
    max-width: 298px !important;
  }
  .min-width-lg-298 {
    min-width: 298px !important;
  }
  .max-height-lg-298 {
    max-height: 298px !important;
  }
  .min-height-lg-298 {
    min-height: 298px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-298 {
    width: 298% !important;
  }
  .h-xl-298 {
    height: 298% !important;
  }
  .max-w-xl-298 {
    max-width: 298% !important;
  }
  .min-w-xl-298 {
    min-width: 298% !important;
  }
  .max-h-xl-298 {
    max-height: 298% !important;
  }
  .min-h-xl-298 {
    min-height: 298% !important;
  }
  .min-xl-vw-298 {
    min-width: 298vw !important;
  }
  .min-xl-vh-298 {
    min-height: 298vh !important;
  }
  .vw-xl-298 {
    width: 298vw !important;
  }
  .vh-xl-298 {
    height: 298vh !important;
  }
  .width-xl-298 {
    width: 298px !important;
  }
  .height-xl-298 {
    height: 298px !important;
  }
  .max-width-xl-298 {
    max-width: 298px !important;
  }
  .min-width-xl-298 {
    min-width: 298px !important;
  }
  .max-height-xl-298 {
    max-height: 298px !important;
  }
  .min-height-xl-298 {
    min-height: 298px !important;
  }
}
.w-298 {
  width: 298% !important;
}

.h-298 {
  height: 298% !important;
}

.max-w-298 {
  max-width: 298% !important;
}

.min-w-298 {
  min-width: 298% !important;
}

.max-h-298 {
  max-height: 298% !important;
}

.min-h-298 {
  min-height: 298% !important;
}

.min-vw-298 {
  min-width: 298vw !important;
}

.min-vh-298 {
  min-height: 298vh !important;
}

.vw-298 {
  width: 298vw !important;
}

.vh-298 {
  height: 298vh !important;
}

.width-298 {
  width: 298px !important;
}

.height-298 {
  height: 298px !important;
}

.max-width-298 {
  max-width: 298px !important;
}

.min-width-298 {
  min-width: 298px !important;
}

.max-height-298 {
  max-height: 298px !important;
}

.min-height-298 {
  min-height: 298px !important;
}

@media (max-width: 576px) {
  .w-sm-299 {
    width: 299% !important;
  }
  .h-sm-299 {
    height: 299% !important;
  }
  .max-w-sm-299 {
    max-width: 299% !important;
  }
  .min-w-sm-299 {
    min-width: 299% !important;
  }
  .max-h-sm-299 {
    max-height: 299% !important;
  }
  .min-h-sm-299 {
    min-height: 299% !important;
  }
  .min-sm-vw-299 {
    min-width: 299vw !important;
  }
  .min-sm-vh-299 {
    min-height: 299vh !important;
  }
  .vw-sm-299 {
    width: 299vw !important;
  }
  .vh-sm-299 {
    height: 299vh !important;
  }
  .width-sm-299 {
    width: 299px !important;
  }
  .height-sm-299 {
    height: 299px !important;
  }
  .max-width-sm-299 {
    max-width: 299px !important;
  }
  .min-width-sm-299 {
    min-width: 299px !important;
  }
  .max-height-sm-299 {
    max-height: 299px !important;
  }
  .min-height-sm-299 {
    min-height: 299px !important;
  }
}
@media (max-width: 768px) {
  .w-md-299 {
    width: 299% !important;
  }
  .h-md-299 {
    height: 299% !important;
  }
  .max-w-md-299 {
    max-width: 299% !important;
  }
  .min-w-md-299 {
    min-width: 299% !important;
  }
  .max-h-md-299 {
    max-height: 299% !important;
  }
  .min-h-md-299 {
    min-height: 299% !important;
  }
  .min-md-vw-299 {
    min-width: 299vw !important;
  }
  .min-md-vh-299 {
    min-height: 299vh !important;
  }
  .vw-md-299 {
    width: 299vw !important;
  }
  .vh-md-299 {
    height: 299vh !important;
  }
  .width-md-299 {
    width: 299px !important;
  }
  .height-md-299 {
    height: 299px !important;
  }
  .max-width-md-299 {
    max-width: 299px !important;
  }
  .min-width-md-299 {
    min-width: 299px !important;
  }
  .max-height-md-299 {
    max-height: 299px !important;
  }
  .min-height-md-299 {
    min-height: 299px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-299 {
    width: 299% !important;
  }
  .h-lg-299 {
    height: 299% !important;
  }
  .max-w-lg-299 {
    max-width: 299% !important;
  }
  .min-w-lg-299 {
    min-width: 299% !important;
  }
  .max-h-lg-299 {
    max-height: 299% !important;
  }
  .min-h-lg-299 {
    min-height: 299% !important;
  }
  .min-lg-vw-299 {
    min-width: 299vw !important;
  }
  .min-lg-vh-299 {
    min-height: 299vh !important;
  }
  .vw-lg-299 {
    width: 299vw !important;
  }
  .vh-lg-299 {
    height: 299vh !important;
  }
  .width-lg-299 {
    width: 299px !important;
  }
  .height-lg-299 {
    height: 299px !important;
  }
  .max-width-lg-299 {
    max-width: 299px !important;
  }
  .min-width-lg-299 {
    min-width: 299px !important;
  }
  .max-height-lg-299 {
    max-height: 299px !important;
  }
  .min-height-lg-299 {
    min-height: 299px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-299 {
    width: 299% !important;
  }
  .h-xl-299 {
    height: 299% !important;
  }
  .max-w-xl-299 {
    max-width: 299% !important;
  }
  .min-w-xl-299 {
    min-width: 299% !important;
  }
  .max-h-xl-299 {
    max-height: 299% !important;
  }
  .min-h-xl-299 {
    min-height: 299% !important;
  }
  .min-xl-vw-299 {
    min-width: 299vw !important;
  }
  .min-xl-vh-299 {
    min-height: 299vh !important;
  }
  .vw-xl-299 {
    width: 299vw !important;
  }
  .vh-xl-299 {
    height: 299vh !important;
  }
  .width-xl-299 {
    width: 299px !important;
  }
  .height-xl-299 {
    height: 299px !important;
  }
  .max-width-xl-299 {
    max-width: 299px !important;
  }
  .min-width-xl-299 {
    min-width: 299px !important;
  }
  .max-height-xl-299 {
    max-height: 299px !important;
  }
  .min-height-xl-299 {
    min-height: 299px !important;
  }
}
.w-299 {
  width: 299% !important;
}

.h-299 {
  height: 299% !important;
}

.max-w-299 {
  max-width: 299% !important;
}

.min-w-299 {
  min-width: 299% !important;
}

.max-h-299 {
  max-height: 299% !important;
}

.min-h-299 {
  min-height: 299% !important;
}

.min-vw-299 {
  min-width: 299vw !important;
}

.min-vh-299 {
  min-height: 299vh !important;
}

.vw-299 {
  width: 299vw !important;
}

.vh-299 {
  height: 299vh !important;
}

.width-299 {
  width: 299px !important;
}

.height-299 {
  height: 299px !important;
}

.max-width-299 {
  max-width: 299px !important;
}

.min-width-299 {
  min-width: 299px !important;
}

.max-height-299 {
  max-height: 299px !important;
}

.min-height-299 {
  min-height: 299px !important;
}

@media (max-width: 576px) {
  .w-sm-300 {
    width: 300% !important;
  }
  .h-sm-300 {
    height: 300% !important;
  }
  .max-w-sm-300 {
    max-width: 300% !important;
  }
  .min-w-sm-300 {
    min-width: 300% !important;
  }
  .max-h-sm-300 {
    max-height: 300% !important;
  }
  .min-h-sm-300 {
    min-height: 300% !important;
  }
  .min-sm-vw-300 {
    min-width: 300vw !important;
  }
  .min-sm-vh-300 {
    min-height: 300vh !important;
  }
  .vw-sm-300 {
    width: 300vw !important;
  }
  .vh-sm-300 {
    height: 300vh !important;
  }
  .width-sm-300 {
    width: 300px !important;
  }
  .height-sm-300 {
    height: 300px !important;
  }
  .max-width-sm-300 {
    max-width: 300px !important;
  }
  .min-width-sm-300 {
    min-width: 300px !important;
  }
  .max-height-sm-300 {
    max-height: 300px !important;
  }
  .min-height-sm-300 {
    min-height: 300px !important;
  }
}
@media (max-width: 768px) {
  .w-md-300 {
    width: 300% !important;
  }
  .h-md-300 {
    height: 300% !important;
  }
  .max-w-md-300 {
    max-width: 300% !important;
  }
  .min-w-md-300 {
    min-width: 300% !important;
  }
  .max-h-md-300 {
    max-height: 300% !important;
  }
  .min-h-md-300 {
    min-height: 300% !important;
  }
  .min-md-vw-300 {
    min-width: 300vw !important;
  }
  .min-md-vh-300 {
    min-height: 300vh !important;
  }
  .vw-md-300 {
    width: 300vw !important;
  }
  .vh-md-300 {
    height: 300vh !important;
  }
  .width-md-300 {
    width: 300px !important;
  }
  .height-md-300 {
    height: 300px !important;
  }
  .max-width-md-300 {
    max-width: 300px !important;
  }
  .min-width-md-300 {
    min-width: 300px !important;
  }
  .max-height-md-300 {
    max-height: 300px !important;
  }
  .min-height-md-300 {
    min-height: 300px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-300 {
    width: 300% !important;
  }
  .h-lg-300 {
    height: 300% !important;
  }
  .max-w-lg-300 {
    max-width: 300% !important;
  }
  .min-w-lg-300 {
    min-width: 300% !important;
  }
  .max-h-lg-300 {
    max-height: 300% !important;
  }
  .min-h-lg-300 {
    min-height: 300% !important;
  }
  .min-lg-vw-300 {
    min-width: 300vw !important;
  }
  .min-lg-vh-300 {
    min-height: 300vh !important;
  }
  .vw-lg-300 {
    width: 300vw !important;
  }
  .vh-lg-300 {
    height: 300vh !important;
  }
  .width-lg-300 {
    width: 300px !important;
  }
  .height-lg-300 {
    height: 300px !important;
  }
  .max-width-lg-300 {
    max-width: 300px !important;
  }
  .min-width-lg-300 {
    min-width: 300px !important;
  }
  .max-height-lg-300 {
    max-height: 300px !important;
  }
  .min-height-lg-300 {
    min-height: 300px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-300 {
    width: 300% !important;
  }
  .h-xl-300 {
    height: 300% !important;
  }
  .max-w-xl-300 {
    max-width: 300% !important;
  }
  .min-w-xl-300 {
    min-width: 300% !important;
  }
  .max-h-xl-300 {
    max-height: 300% !important;
  }
  .min-h-xl-300 {
    min-height: 300% !important;
  }
  .min-xl-vw-300 {
    min-width: 300vw !important;
  }
  .min-xl-vh-300 {
    min-height: 300vh !important;
  }
  .vw-xl-300 {
    width: 300vw !important;
  }
  .vh-xl-300 {
    height: 300vh !important;
  }
  .width-xl-300 {
    width: 300px !important;
  }
  .height-xl-300 {
    height: 300px !important;
  }
  .max-width-xl-300 {
    max-width: 300px !important;
  }
  .min-width-xl-300 {
    min-width: 300px !important;
  }
  .max-height-xl-300 {
    max-height: 300px !important;
  }
  .min-height-xl-300 {
    min-height: 300px !important;
  }
}
.w-300 {
  width: 300% !important;
}

.h-300 {
  height: 300% !important;
}

.max-w-300 {
  max-width: 300% !important;
}

.min-w-300 {
  min-width: 300% !important;
}

.max-h-300 {
  max-height: 300% !important;
}

.min-h-300 {
  min-height: 300% !important;
}

.min-vw-300 {
  min-width: 300vw !important;
}

.min-vh-300 {
  min-height: 300vh !important;
}

.vw-300 {
  width: 300vw !important;
}

.vh-300 {
  height: 300vh !important;
}

.width-300 {
  width: 300px !important;
}

.height-300 {
  height: 300px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.max-height-300 {
  max-height: 300px !important;
}

.min-height-300 {
  min-height: 300px !important;
}

@media (max-width: 576px) {
  .w-sm-301 {
    width: 301% !important;
  }
  .h-sm-301 {
    height: 301% !important;
  }
  .max-w-sm-301 {
    max-width: 301% !important;
  }
  .min-w-sm-301 {
    min-width: 301% !important;
  }
  .max-h-sm-301 {
    max-height: 301% !important;
  }
  .min-h-sm-301 {
    min-height: 301% !important;
  }
  .min-sm-vw-301 {
    min-width: 301vw !important;
  }
  .min-sm-vh-301 {
    min-height: 301vh !important;
  }
  .vw-sm-301 {
    width: 301vw !important;
  }
  .vh-sm-301 {
    height: 301vh !important;
  }
  .width-sm-301 {
    width: 301px !important;
  }
  .height-sm-301 {
    height: 301px !important;
  }
  .max-width-sm-301 {
    max-width: 301px !important;
  }
  .min-width-sm-301 {
    min-width: 301px !important;
  }
  .max-height-sm-301 {
    max-height: 301px !important;
  }
  .min-height-sm-301 {
    min-height: 301px !important;
  }
}
@media (max-width: 768px) {
  .w-md-301 {
    width: 301% !important;
  }
  .h-md-301 {
    height: 301% !important;
  }
  .max-w-md-301 {
    max-width: 301% !important;
  }
  .min-w-md-301 {
    min-width: 301% !important;
  }
  .max-h-md-301 {
    max-height: 301% !important;
  }
  .min-h-md-301 {
    min-height: 301% !important;
  }
  .min-md-vw-301 {
    min-width: 301vw !important;
  }
  .min-md-vh-301 {
    min-height: 301vh !important;
  }
  .vw-md-301 {
    width: 301vw !important;
  }
  .vh-md-301 {
    height: 301vh !important;
  }
  .width-md-301 {
    width: 301px !important;
  }
  .height-md-301 {
    height: 301px !important;
  }
  .max-width-md-301 {
    max-width: 301px !important;
  }
  .min-width-md-301 {
    min-width: 301px !important;
  }
  .max-height-md-301 {
    max-height: 301px !important;
  }
  .min-height-md-301 {
    min-height: 301px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-301 {
    width: 301% !important;
  }
  .h-lg-301 {
    height: 301% !important;
  }
  .max-w-lg-301 {
    max-width: 301% !important;
  }
  .min-w-lg-301 {
    min-width: 301% !important;
  }
  .max-h-lg-301 {
    max-height: 301% !important;
  }
  .min-h-lg-301 {
    min-height: 301% !important;
  }
  .min-lg-vw-301 {
    min-width: 301vw !important;
  }
  .min-lg-vh-301 {
    min-height: 301vh !important;
  }
  .vw-lg-301 {
    width: 301vw !important;
  }
  .vh-lg-301 {
    height: 301vh !important;
  }
  .width-lg-301 {
    width: 301px !important;
  }
  .height-lg-301 {
    height: 301px !important;
  }
  .max-width-lg-301 {
    max-width: 301px !important;
  }
  .min-width-lg-301 {
    min-width: 301px !important;
  }
  .max-height-lg-301 {
    max-height: 301px !important;
  }
  .min-height-lg-301 {
    min-height: 301px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-301 {
    width: 301% !important;
  }
  .h-xl-301 {
    height: 301% !important;
  }
  .max-w-xl-301 {
    max-width: 301% !important;
  }
  .min-w-xl-301 {
    min-width: 301% !important;
  }
  .max-h-xl-301 {
    max-height: 301% !important;
  }
  .min-h-xl-301 {
    min-height: 301% !important;
  }
  .min-xl-vw-301 {
    min-width: 301vw !important;
  }
  .min-xl-vh-301 {
    min-height: 301vh !important;
  }
  .vw-xl-301 {
    width: 301vw !important;
  }
  .vh-xl-301 {
    height: 301vh !important;
  }
  .width-xl-301 {
    width: 301px !important;
  }
  .height-xl-301 {
    height: 301px !important;
  }
  .max-width-xl-301 {
    max-width: 301px !important;
  }
  .min-width-xl-301 {
    min-width: 301px !important;
  }
  .max-height-xl-301 {
    max-height: 301px !important;
  }
  .min-height-xl-301 {
    min-height: 301px !important;
  }
}
.w-301 {
  width: 301% !important;
}

.h-301 {
  height: 301% !important;
}

.max-w-301 {
  max-width: 301% !important;
}

.min-w-301 {
  min-width: 301% !important;
}

.max-h-301 {
  max-height: 301% !important;
}

.min-h-301 {
  min-height: 301% !important;
}

.min-vw-301 {
  min-width: 301vw !important;
}

.min-vh-301 {
  min-height: 301vh !important;
}

.vw-301 {
  width: 301vw !important;
}

.vh-301 {
  height: 301vh !important;
}

.width-301 {
  width: 301px !important;
}

.height-301 {
  height: 301px !important;
}

.max-width-301 {
  max-width: 301px !important;
}

.min-width-301 {
  min-width: 301px !important;
}

.max-height-301 {
  max-height: 301px !important;
}

.min-height-301 {
  min-height: 301px !important;
}

@media (max-width: 576px) {
  .w-sm-302 {
    width: 302% !important;
  }
  .h-sm-302 {
    height: 302% !important;
  }
  .max-w-sm-302 {
    max-width: 302% !important;
  }
  .min-w-sm-302 {
    min-width: 302% !important;
  }
  .max-h-sm-302 {
    max-height: 302% !important;
  }
  .min-h-sm-302 {
    min-height: 302% !important;
  }
  .min-sm-vw-302 {
    min-width: 302vw !important;
  }
  .min-sm-vh-302 {
    min-height: 302vh !important;
  }
  .vw-sm-302 {
    width: 302vw !important;
  }
  .vh-sm-302 {
    height: 302vh !important;
  }
  .width-sm-302 {
    width: 302px !important;
  }
  .height-sm-302 {
    height: 302px !important;
  }
  .max-width-sm-302 {
    max-width: 302px !important;
  }
  .min-width-sm-302 {
    min-width: 302px !important;
  }
  .max-height-sm-302 {
    max-height: 302px !important;
  }
  .min-height-sm-302 {
    min-height: 302px !important;
  }
}
@media (max-width: 768px) {
  .w-md-302 {
    width: 302% !important;
  }
  .h-md-302 {
    height: 302% !important;
  }
  .max-w-md-302 {
    max-width: 302% !important;
  }
  .min-w-md-302 {
    min-width: 302% !important;
  }
  .max-h-md-302 {
    max-height: 302% !important;
  }
  .min-h-md-302 {
    min-height: 302% !important;
  }
  .min-md-vw-302 {
    min-width: 302vw !important;
  }
  .min-md-vh-302 {
    min-height: 302vh !important;
  }
  .vw-md-302 {
    width: 302vw !important;
  }
  .vh-md-302 {
    height: 302vh !important;
  }
  .width-md-302 {
    width: 302px !important;
  }
  .height-md-302 {
    height: 302px !important;
  }
  .max-width-md-302 {
    max-width: 302px !important;
  }
  .min-width-md-302 {
    min-width: 302px !important;
  }
  .max-height-md-302 {
    max-height: 302px !important;
  }
  .min-height-md-302 {
    min-height: 302px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-302 {
    width: 302% !important;
  }
  .h-lg-302 {
    height: 302% !important;
  }
  .max-w-lg-302 {
    max-width: 302% !important;
  }
  .min-w-lg-302 {
    min-width: 302% !important;
  }
  .max-h-lg-302 {
    max-height: 302% !important;
  }
  .min-h-lg-302 {
    min-height: 302% !important;
  }
  .min-lg-vw-302 {
    min-width: 302vw !important;
  }
  .min-lg-vh-302 {
    min-height: 302vh !important;
  }
  .vw-lg-302 {
    width: 302vw !important;
  }
  .vh-lg-302 {
    height: 302vh !important;
  }
  .width-lg-302 {
    width: 302px !important;
  }
  .height-lg-302 {
    height: 302px !important;
  }
  .max-width-lg-302 {
    max-width: 302px !important;
  }
  .min-width-lg-302 {
    min-width: 302px !important;
  }
  .max-height-lg-302 {
    max-height: 302px !important;
  }
  .min-height-lg-302 {
    min-height: 302px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-302 {
    width: 302% !important;
  }
  .h-xl-302 {
    height: 302% !important;
  }
  .max-w-xl-302 {
    max-width: 302% !important;
  }
  .min-w-xl-302 {
    min-width: 302% !important;
  }
  .max-h-xl-302 {
    max-height: 302% !important;
  }
  .min-h-xl-302 {
    min-height: 302% !important;
  }
  .min-xl-vw-302 {
    min-width: 302vw !important;
  }
  .min-xl-vh-302 {
    min-height: 302vh !important;
  }
  .vw-xl-302 {
    width: 302vw !important;
  }
  .vh-xl-302 {
    height: 302vh !important;
  }
  .width-xl-302 {
    width: 302px !important;
  }
  .height-xl-302 {
    height: 302px !important;
  }
  .max-width-xl-302 {
    max-width: 302px !important;
  }
  .min-width-xl-302 {
    min-width: 302px !important;
  }
  .max-height-xl-302 {
    max-height: 302px !important;
  }
  .min-height-xl-302 {
    min-height: 302px !important;
  }
}
.w-302 {
  width: 302% !important;
}

.h-302 {
  height: 302% !important;
}

.max-w-302 {
  max-width: 302% !important;
}

.min-w-302 {
  min-width: 302% !important;
}

.max-h-302 {
  max-height: 302% !important;
}

.min-h-302 {
  min-height: 302% !important;
}

.min-vw-302 {
  min-width: 302vw !important;
}

.min-vh-302 {
  min-height: 302vh !important;
}

.vw-302 {
  width: 302vw !important;
}

.vh-302 {
  height: 302vh !important;
}

.width-302 {
  width: 302px !important;
}

.height-302 {
  height: 302px !important;
}

.max-width-302 {
  max-width: 302px !important;
}

.min-width-302 {
  min-width: 302px !important;
}

.max-height-302 {
  max-height: 302px !important;
}

.min-height-302 {
  min-height: 302px !important;
}

@media (max-width: 576px) {
  .w-sm-303 {
    width: 303% !important;
  }
  .h-sm-303 {
    height: 303% !important;
  }
  .max-w-sm-303 {
    max-width: 303% !important;
  }
  .min-w-sm-303 {
    min-width: 303% !important;
  }
  .max-h-sm-303 {
    max-height: 303% !important;
  }
  .min-h-sm-303 {
    min-height: 303% !important;
  }
  .min-sm-vw-303 {
    min-width: 303vw !important;
  }
  .min-sm-vh-303 {
    min-height: 303vh !important;
  }
  .vw-sm-303 {
    width: 303vw !important;
  }
  .vh-sm-303 {
    height: 303vh !important;
  }
  .width-sm-303 {
    width: 303px !important;
  }
  .height-sm-303 {
    height: 303px !important;
  }
  .max-width-sm-303 {
    max-width: 303px !important;
  }
  .min-width-sm-303 {
    min-width: 303px !important;
  }
  .max-height-sm-303 {
    max-height: 303px !important;
  }
  .min-height-sm-303 {
    min-height: 303px !important;
  }
}
@media (max-width: 768px) {
  .w-md-303 {
    width: 303% !important;
  }
  .h-md-303 {
    height: 303% !important;
  }
  .max-w-md-303 {
    max-width: 303% !important;
  }
  .min-w-md-303 {
    min-width: 303% !important;
  }
  .max-h-md-303 {
    max-height: 303% !important;
  }
  .min-h-md-303 {
    min-height: 303% !important;
  }
  .min-md-vw-303 {
    min-width: 303vw !important;
  }
  .min-md-vh-303 {
    min-height: 303vh !important;
  }
  .vw-md-303 {
    width: 303vw !important;
  }
  .vh-md-303 {
    height: 303vh !important;
  }
  .width-md-303 {
    width: 303px !important;
  }
  .height-md-303 {
    height: 303px !important;
  }
  .max-width-md-303 {
    max-width: 303px !important;
  }
  .min-width-md-303 {
    min-width: 303px !important;
  }
  .max-height-md-303 {
    max-height: 303px !important;
  }
  .min-height-md-303 {
    min-height: 303px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-303 {
    width: 303% !important;
  }
  .h-lg-303 {
    height: 303% !important;
  }
  .max-w-lg-303 {
    max-width: 303% !important;
  }
  .min-w-lg-303 {
    min-width: 303% !important;
  }
  .max-h-lg-303 {
    max-height: 303% !important;
  }
  .min-h-lg-303 {
    min-height: 303% !important;
  }
  .min-lg-vw-303 {
    min-width: 303vw !important;
  }
  .min-lg-vh-303 {
    min-height: 303vh !important;
  }
  .vw-lg-303 {
    width: 303vw !important;
  }
  .vh-lg-303 {
    height: 303vh !important;
  }
  .width-lg-303 {
    width: 303px !important;
  }
  .height-lg-303 {
    height: 303px !important;
  }
  .max-width-lg-303 {
    max-width: 303px !important;
  }
  .min-width-lg-303 {
    min-width: 303px !important;
  }
  .max-height-lg-303 {
    max-height: 303px !important;
  }
  .min-height-lg-303 {
    min-height: 303px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-303 {
    width: 303% !important;
  }
  .h-xl-303 {
    height: 303% !important;
  }
  .max-w-xl-303 {
    max-width: 303% !important;
  }
  .min-w-xl-303 {
    min-width: 303% !important;
  }
  .max-h-xl-303 {
    max-height: 303% !important;
  }
  .min-h-xl-303 {
    min-height: 303% !important;
  }
  .min-xl-vw-303 {
    min-width: 303vw !important;
  }
  .min-xl-vh-303 {
    min-height: 303vh !important;
  }
  .vw-xl-303 {
    width: 303vw !important;
  }
  .vh-xl-303 {
    height: 303vh !important;
  }
  .width-xl-303 {
    width: 303px !important;
  }
  .height-xl-303 {
    height: 303px !important;
  }
  .max-width-xl-303 {
    max-width: 303px !important;
  }
  .min-width-xl-303 {
    min-width: 303px !important;
  }
  .max-height-xl-303 {
    max-height: 303px !important;
  }
  .min-height-xl-303 {
    min-height: 303px !important;
  }
}
.w-303 {
  width: 303% !important;
}

.h-303 {
  height: 303% !important;
}

.max-w-303 {
  max-width: 303% !important;
}

.min-w-303 {
  min-width: 303% !important;
}

.max-h-303 {
  max-height: 303% !important;
}

.min-h-303 {
  min-height: 303% !important;
}

.min-vw-303 {
  min-width: 303vw !important;
}

.min-vh-303 {
  min-height: 303vh !important;
}

.vw-303 {
  width: 303vw !important;
}

.vh-303 {
  height: 303vh !important;
}

.width-303 {
  width: 303px !important;
}

.height-303 {
  height: 303px !important;
}

.max-width-303 {
  max-width: 303px !important;
}

.min-width-303 {
  min-width: 303px !important;
}

.max-height-303 {
  max-height: 303px !important;
}

.min-height-303 {
  min-height: 303px !important;
}

@media (max-width: 576px) {
  .w-sm-304 {
    width: 304% !important;
  }
  .h-sm-304 {
    height: 304% !important;
  }
  .max-w-sm-304 {
    max-width: 304% !important;
  }
  .min-w-sm-304 {
    min-width: 304% !important;
  }
  .max-h-sm-304 {
    max-height: 304% !important;
  }
  .min-h-sm-304 {
    min-height: 304% !important;
  }
  .min-sm-vw-304 {
    min-width: 304vw !important;
  }
  .min-sm-vh-304 {
    min-height: 304vh !important;
  }
  .vw-sm-304 {
    width: 304vw !important;
  }
  .vh-sm-304 {
    height: 304vh !important;
  }
  .width-sm-304 {
    width: 304px !important;
  }
  .height-sm-304 {
    height: 304px !important;
  }
  .max-width-sm-304 {
    max-width: 304px !important;
  }
  .min-width-sm-304 {
    min-width: 304px !important;
  }
  .max-height-sm-304 {
    max-height: 304px !important;
  }
  .min-height-sm-304 {
    min-height: 304px !important;
  }
}
@media (max-width: 768px) {
  .w-md-304 {
    width: 304% !important;
  }
  .h-md-304 {
    height: 304% !important;
  }
  .max-w-md-304 {
    max-width: 304% !important;
  }
  .min-w-md-304 {
    min-width: 304% !important;
  }
  .max-h-md-304 {
    max-height: 304% !important;
  }
  .min-h-md-304 {
    min-height: 304% !important;
  }
  .min-md-vw-304 {
    min-width: 304vw !important;
  }
  .min-md-vh-304 {
    min-height: 304vh !important;
  }
  .vw-md-304 {
    width: 304vw !important;
  }
  .vh-md-304 {
    height: 304vh !important;
  }
  .width-md-304 {
    width: 304px !important;
  }
  .height-md-304 {
    height: 304px !important;
  }
  .max-width-md-304 {
    max-width: 304px !important;
  }
  .min-width-md-304 {
    min-width: 304px !important;
  }
  .max-height-md-304 {
    max-height: 304px !important;
  }
  .min-height-md-304 {
    min-height: 304px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-304 {
    width: 304% !important;
  }
  .h-lg-304 {
    height: 304% !important;
  }
  .max-w-lg-304 {
    max-width: 304% !important;
  }
  .min-w-lg-304 {
    min-width: 304% !important;
  }
  .max-h-lg-304 {
    max-height: 304% !important;
  }
  .min-h-lg-304 {
    min-height: 304% !important;
  }
  .min-lg-vw-304 {
    min-width: 304vw !important;
  }
  .min-lg-vh-304 {
    min-height: 304vh !important;
  }
  .vw-lg-304 {
    width: 304vw !important;
  }
  .vh-lg-304 {
    height: 304vh !important;
  }
  .width-lg-304 {
    width: 304px !important;
  }
  .height-lg-304 {
    height: 304px !important;
  }
  .max-width-lg-304 {
    max-width: 304px !important;
  }
  .min-width-lg-304 {
    min-width: 304px !important;
  }
  .max-height-lg-304 {
    max-height: 304px !important;
  }
  .min-height-lg-304 {
    min-height: 304px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-304 {
    width: 304% !important;
  }
  .h-xl-304 {
    height: 304% !important;
  }
  .max-w-xl-304 {
    max-width: 304% !important;
  }
  .min-w-xl-304 {
    min-width: 304% !important;
  }
  .max-h-xl-304 {
    max-height: 304% !important;
  }
  .min-h-xl-304 {
    min-height: 304% !important;
  }
  .min-xl-vw-304 {
    min-width: 304vw !important;
  }
  .min-xl-vh-304 {
    min-height: 304vh !important;
  }
  .vw-xl-304 {
    width: 304vw !important;
  }
  .vh-xl-304 {
    height: 304vh !important;
  }
  .width-xl-304 {
    width: 304px !important;
  }
  .height-xl-304 {
    height: 304px !important;
  }
  .max-width-xl-304 {
    max-width: 304px !important;
  }
  .min-width-xl-304 {
    min-width: 304px !important;
  }
  .max-height-xl-304 {
    max-height: 304px !important;
  }
  .min-height-xl-304 {
    min-height: 304px !important;
  }
}
.w-304 {
  width: 304% !important;
}

.h-304 {
  height: 304% !important;
}

.max-w-304 {
  max-width: 304% !important;
}

.min-w-304 {
  min-width: 304% !important;
}

.max-h-304 {
  max-height: 304% !important;
}

.min-h-304 {
  min-height: 304% !important;
}

.min-vw-304 {
  min-width: 304vw !important;
}

.min-vh-304 {
  min-height: 304vh !important;
}

.vw-304 {
  width: 304vw !important;
}

.vh-304 {
  height: 304vh !important;
}

.width-304 {
  width: 304px !important;
}

.height-304 {
  height: 304px !important;
}

.max-width-304 {
  max-width: 304px !important;
}

.min-width-304 {
  min-width: 304px !important;
}

.max-height-304 {
  max-height: 304px !important;
}

.min-height-304 {
  min-height: 304px !important;
}

@media (max-width: 576px) {
  .w-sm-305 {
    width: 305% !important;
  }
  .h-sm-305 {
    height: 305% !important;
  }
  .max-w-sm-305 {
    max-width: 305% !important;
  }
  .min-w-sm-305 {
    min-width: 305% !important;
  }
  .max-h-sm-305 {
    max-height: 305% !important;
  }
  .min-h-sm-305 {
    min-height: 305% !important;
  }
  .min-sm-vw-305 {
    min-width: 305vw !important;
  }
  .min-sm-vh-305 {
    min-height: 305vh !important;
  }
  .vw-sm-305 {
    width: 305vw !important;
  }
  .vh-sm-305 {
    height: 305vh !important;
  }
  .width-sm-305 {
    width: 305px !important;
  }
  .height-sm-305 {
    height: 305px !important;
  }
  .max-width-sm-305 {
    max-width: 305px !important;
  }
  .min-width-sm-305 {
    min-width: 305px !important;
  }
  .max-height-sm-305 {
    max-height: 305px !important;
  }
  .min-height-sm-305 {
    min-height: 305px !important;
  }
}
@media (max-width: 768px) {
  .w-md-305 {
    width: 305% !important;
  }
  .h-md-305 {
    height: 305% !important;
  }
  .max-w-md-305 {
    max-width: 305% !important;
  }
  .min-w-md-305 {
    min-width: 305% !important;
  }
  .max-h-md-305 {
    max-height: 305% !important;
  }
  .min-h-md-305 {
    min-height: 305% !important;
  }
  .min-md-vw-305 {
    min-width: 305vw !important;
  }
  .min-md-vh-305 {
    min-height: 305vh !important;
  }
  .vw-md-305 {
    width: 305vw !important;
  }
  .vh-md-305 {
    height: 305vh !important;
  }
  .width-md-305 {
    width: 305px !important;
  }
  .height-md-305 {
    height: 305px !important;
  }
  .max-width-md-305 {
    max-width: 305px !important;
  }
  .min-width-md-305 {
    min-width: 305px !important;
  }
  .max-height-md-305 {
    max-height: 305px !important;
  }
  .min-height-md-305 {
    min-height: 305px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-305 {
    width: 305% !important;
  }
  .h-lg-305 {
    height: 305% !important;
  }
  .max-w-lg-305 {
    max-width: 305% !important;
  }
  .min-w-lg-305 {
    min-width: 305% !important;
  }
  .max-h-lg-305 {
    max-height: 305% !important;
  }
  .min-h-lg-305 {
    min-height: 305% !important;
  }
  .min-lg-vw-305 {
    min-width: 305vw !important;
  }
  .min-lg-vh-305 {
    min-height: 305vh !important;
  }
  .vw-lg-305 {
    width: 305vw !important;
  }
  .vh-lg-305 {
    height: 305vh !important;
  }
  .width-lg-305 {
    width: 305px !important;
  }
  .height-lg-305 {
    height: 305px !important;
  }
  .max-width-lg-305 {
    max-width: 305px !important;
  }
  .min-width-lg-305 {
    min-width: 305px !important;
  }
  .max-height-lg-305 {
    max-height: 305px !important;
  }
  .min-height-lg-305 {
    min-height: 305px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-305 {
    width: 305% !important;
  }
  .h-xl-305 {
    height: 305% !important;
  }
  .max-w-xl-305 {
    max-width: 305% !important;
  }
  .min-w-xl-305 {
    min-width: 305% !important;
  }
  .max-h-xl-305 {
    max-height: 305% !important;
  }
  .min-h-xl-305 {
    min-height: 305% !important;
  }
  .min-xl-vw-305 {
    min-width: 305vw !important;
  }
  .min-xl-vh-305 {
    min-height: 305vh !important;
  }
  .vw-xl-305 {
    width: 305vw !important;
  }
  .vh-xl-305 {
    height: 305vh !important;
  }
  .width-xl-305 {
    width: 305px !important;
  }
  .height-xl-305 {
    height: 305px !important;
  }
  .max-width-xl-305 {
    max-width: 305px !important;
  }
  .min-width-xl-305 {
    min-width: 305px !important;
  }
  .max-height-xl-305 {
    max-height: 305px !important;
  }
  .min-height-xl-305 {
    min-height: 305px !important;
  }
}
.w-305 {
  width: 305% !important;
}

.h-305 {
  height: 305% !important;
}

.max-w-305 {
  max-width: 305% !important;
}

.min-w-305 {
  min-width: 305% !important;
}

.max-h-305 {
  max-height: 305% !important;
}

.min-h-305 {
  min-height: 305% !important;
}

.min-vw-305 {
  min-width: 305vw !important;
}

.min-vh-305 {
  min-height: 305vh !important;
}

.vw-305 {
  width: 305vw !important;
}

.vh-305 {
  height: 305vh !important;
}

.width-305 {
  width: 305px !important;
}

.height-305 {
  height: 305px !important;
}

.max-width-305 {
  max-width: 305px !important;
}

.min-width-305 {
  min-width: 305px !important;
}

.max-height-305 {
  max-height: 305px !important;
}

.min-height-305 {
  min-height: 305px !important;
}

@media (max-width: 576px) {
  .w-sm-306 {
    width: 306% !important;
  }
  .h-sm-306 {
    height: 306% !important;
  }
  .max-w-sm-306 {
    max-width: 306% !important;
  }
  .min-w-sm-306 {
    min-width: 306% !important;
  }
  .max-h-sm-306 {
    max-height: 306% !important;
  }
  .min-h-sm-306 {
    min-height: 306% !important;
  }
  .min-sm-vw-306 {
    min-width: 306vw !important;
  }
  .min-sm-vh-306 {
    min-height: 306vh !important;
  }
  .vw-sm-306 {
    width: 306vw !important;
  }
  .vh-sm-306 {
    height: 306vh !important;
  }
  .width-sm-306 {
    width: 306px !important;
  }
  .height-sm-306 {
    height: 306px !important;
  }
  .max-width-sm-306 {
    max-width: 306px !important;
  }
  .min-width-sm-306 {
    min-width: 306px !important;
  }
  .max-height-sm-306 {
    max-height: 306px !important;
  }
  .min-height-sm-306 {
    min-height: 306px !important;
  }
}
@media (max-width: 768px) {
  .w-md-306 {
    width: 306% !important;
  }
  .h-md-306 {
    height: 306% !important;
  }
  .max-w-md-306 {
    max-width: 306% !important;
  }
  .min-w-md-306 {
    min-width: 306% !important;
  }
  .max-h-md-306 {
    max-height: 306% !important;
  }
  .min-h-md-306 {
    min-height: 306% !important;
  }
  .min-md-vw-306 {
    min-width: 306vw !important;
  }
  .min-md-vh-306 {
    min-height: 306vh !important;
  }
  .vw-md-306 {
    width: 306vw !important;
  }
  .vh-md-306 {
    height: 306vh !important;
  }
  .width-md-306 {
    width: 306px !important;
  }
  .height-md-306 {
    height: 306px !important;
  }
  .max-width-md-306 {
    max-width: 306px !important;
  }
  .min-width-md-306 {
    min-width: 306px !important;
  }
  .max-height-md-306 {
    max-height: 306px !important;
  }
  .min-height-md-306 {
    min-height: 306px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-306 {
    width: 306% !important;
  }
  .h-lg-306 {
    height: 306% !important;
  }
  .max-w-lg-306 {
    max-width: 306% !important;
  }
  .min-w-lg-306 {
    min-width: 306% !important;
  }
  .max-h-lg-306 {
    max-height: 306% !important;
  }
  .min-h-lg-306 {
    min-height: 306% !important;
  }
  .min-lg-vw-306 {
    min-width: 306vw !important;
  }
  .min-lg-vh-306 {
    min-height: 306vh !important;
  }
  .vw-lg-306 {
    width: 306vw !important;
  }
  .vh-lg-306 {
    height: 306vh !important;
  }
  .width-lg-306 {
    width: 306px !important;
  }
  .height-lg-306 {
    height: 306px !important;
  }
  .max-width-lg-306 {
    max-width: 306px !important;
  }
  .min-width-lg-306 {
    min-width: 306px !important;
  }
  .max-height-lg-306 {
    max-height: 306px !important;
  }
  .min-height-lg-306 {
    min-height: 306px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-306 {
    width: 306% !important;
  }
  .h-xl-306 {
    height: 306% !important;
  }
  .max-w-xl-306 {
    max-width: 306% !important;
  }
  .min-w-xl-306 {
    min-width: 306% !important;
  }
  .max-h-xl-306 {
    max-height: 306% !important;
  }
  .min-h-xl-306 {
    min-height: 306% !important;
  }
  .min-xl-vw-306 {
    min-width: 306vw !important;
  }
  .min-xl-vh-306 {
    min-height: 306vh !important;
  }
  .vw-xl-306 {
    width: 306vw !important;
  }
  .vh-xl-306 {
    height: 306vh !important;
  }
  .width-xl-306 {
    width: 306px !important;
  }
  .height-xl-306 {
    height: 306px !important;
  }
  .max-width-xl-306 {
    max-width: 306px !important;
  }
  .min-width-xl-306 {
    min-width: 306px !important;
  }
  .max-height-xl-306 {
    max-height: 306px !important;
  }
  .min-height-xl-306 {
    min-height: 306px !important;
  }
}
.w-306 {
  width: 306% !important;
}

.h-306 {
  height: 306% !important;
}

.max-w-306 {
  max-width: 306% !important;
}

.min-w-306 {
  min-width: 306% !important;
}

.max-h-306 {
  max-height: 306% !important;
}

.min-h-306 {
  min-height: 306% !important;
}

.min-vw-306 {
  min-width: 306vw !important;
}

.min-vh-306 {
  min-height: 306vh !important;
}

.vw-306 {
  width: 306vw !important;
}

.vh-306 {
  height: 306vh !important;
}

.width-306 {
  width: 306px !important;
}

.height-306 {
  height: 306px !important;
}

.max-width-306 {
  max-width: 306px !important;
}

.min-width-306 {
  min-width: 306px !important;
}

.max-height-306 {
  max-height: 306px !important;
}

.min-height-306 {
  min-height: 306px !important;
}

@media (max-width: 576px) {
  .w-sm-307 {
    width: 307% !important;
  }
  .h-sm-307 {
    height: 307% !important;
  }
  .max-w-sm-307 {
    max-width: 307% !important;
  }
  .min-w-sm-307 {
    min-width: 307% !important;
  }
  .max-h-sm-307 {
    max-height: 307% !important;
  }
  .min-h-sm-307 {
    min-height: 307% !important;
  }
  .min-sm-vw-307 {
    min-width: 307vw !important;
  }
  .min-sm-vh-307 {
    min-height: 307vh !important;
  }
  .vw-sm-307 {
    width: 307vw !important;
  }
  .vh-sm-307 {
    height: 307vh !important;
  }
  .width-sm-307 {
    width: 307px !important;
  }
  .height-sm-307 {
    height: 307px !important;
  }
  .max-width-sm-307 {
    max-width: 307px !important;
  }
  .min-width-sm-307 {
    min-width: 307px !important;
  }
  .max-height-sm-307 {
    max-height: 307px !important;
  }
  .min-height-sm-307 {
    min-height: 307px !important;
  }
}
@media (max-width: 768px) {
  .w-md-307 {
    width: 307% !important;
  }
  .h-md-307 {
    height: 307% !important;
  }
  .max-w-md-307 {
    max-width: 307% !important;
  }
  .min-w-md-307 {
    min-width: 307% !important;
  }
  .max-h-md-307 {
    max-height: 307% !important;
  }
  .min-h-md-307 {
    min-height: 307% !important;
  }
  .min-md-vw-307 {
    min-width: 307vw !important;
  }
  .min-md-vh-307 {
    min-height: 307vh !important;
  }
  .vw-md-307 {
    width: 307vw !important;
  }
  .vh-md-307 {
    height: 307vh !important;
  }
  .width-md-307 {
    width: 307px !important;
  }
  .height-md-307 {
    height: 307px !important;
  }
  .max-width-md-307 {
    max-width: 307px !important;
  }
  .min-width-md-307 {
    min-width: 307px !important;
  }
  .max-height-md-307 {
    max-height: 307px !important;
  }
  .min-height-md-307 {
    min-height: 307px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-307 {
    width: 307% !important;
  }
  .h-lg-307 {
    height: 307% !important;
  }
  .max-w-lg-307 {
    max-width: 307% !important;
  }
  .min-w-lg-307 {
    min-width: 307% !important;
  }
  .max-h-lg-307 {
    max-height: 307% !important;
  }
  .min-h-lg-307 {
    min-height: 307% !important;
  }
  .min-lg-vw-307 {
    min-width: 307vw !important;
  }
  .min-lg-vh-307 {
    min-height: 307vh !important;
  }
  .vw-lg-307 {
    width: 307vw !important;
  }
  .vh-lg-307 {
    height: 307vh !important;
  }
  .width-lg-307 {
    width: 307px !important;
  }
  .height-lg-307 {
    height: 307px !important;
  }
  .max-width-lg-307 {
    max-width: 307px !important;
  }
  .min-width-lg-307 {
    min-width: 307px !important;
  }
  .max-height-lg-307 {
    max-height: 307px !important;
  }
  .min-height-lg-307 {
    min-height: 307px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-307 {
    width: 307% !important;
  }
  .h-xl-307 {
    height: 307% !important;
  }
  .max-w-xl-307 {
    max-width: 307% !important;
  }
  .min-w-xl-307 {
    min-width: 307% !important;
  }
  .max-h-xl-307 {
    max-height: 307% !important;
  }
  .min-h-xl-307 {
    min-height: 307% !important;
  }
  .min-xl-vw-307 {
    min-width: 307vw !important;
  }
  .min-xl-vh-307 {
    min-height: 307vh !important;
  }
  .vw-xl-307 {
    width: 307vw !important;
  }
  .vh-xl-307 {
    height: 307vh !important;
  }
  .width-xl-307 {
    width: 307px !important;
  }
  .height-xl-307 {
    height: 307px !important;
  }
  .max-width-xl-307 {
    max-width: 307px !important;
  }
  .min-width-xl-307 {
    min-width: 307px !important;
  }
  .max-height-xl-307 {
    max-height: 307px !important;
  }
  .min-height-xl-307 {
    min-height: 307px !important;
  }
}
.w-307 {
  width: 307% !important;
}

.h-307 {
  height: 307% !important;
}

.max-w-307 {
  max-width: 307% !important;
}

.min-w-307 {
  min-width: 307% !important;
}

.max-h-307 {
  max-height: 307% !important;
}

.min-h-307 {
  min-height: 307% !important;
}

.min-vw-307 {
  min-width: 307vw !important;
}

.min-vh-307 {
  min-height: 307vh !important;
}

.vw-307 {
  width: 307vw !important;
}

.vh-307 {
  height: 307vh !important;
}

.width-307 {
  width: 307px !important;
}

.height-307 {
  height: 307px !important;
}

.max-width-307 {
  max-width: 307px !important;
}

.min-width-307 {
  min-width: 307px !important;
}

.max-height-307 {
  max-height: 307px !important;
}

.min-height-307 {
  min-height: 307px !important;
}

@media (max-width: 576px) {
  .w-sm-308 {
    width: 308% !important;
  }
  .h-sm-308 {
    height: 308% !important;
  }
  .max-w-sm-308 {
    max-width: 308% !important;
  }
  .min-w-sm-308 {
    min-width: 308% !important;
  }
  .max-h-sm-308 {
    max-height: 308% !important;
  }
  .min-h-sm-308 {
    min-height: 308% !important;
  }
  .min-sm-vw-308 {
    min-width: 308vw !important;
  }
  .min-sm-vh-308 {
    min-height: 308vh !important;
  }
  .vw-sm-308 {
    width: 308vw !important;
  }
  .vh-sm-308 {
    height: 308vh !important;
  }
  .width-sm-308 {
    width: 308px !important;
  }
  .height-sm-308 {
    height: 308px !important;
  }
  .max-width-sm-308 {
    max-width: 308px !important;
  }
  .min-width-sm-308 {
    min-width: 308px !important;
  }
  .max-height-sm-308 {
    max-height: 308px !important;
  }
  .min-height-sm-308 {
    min-height: 308px !important;
  }
}
@media (max-width: 768px) {
  .w-md-308 {
    width: 308% !important;
  }
  .h-md-308 {
    height: 308% !important;
  }
  .max-w-md-308 {
    max-width: 308% !important;
  }
  .min-w-md-308 {
    min-width: 308% !important;
  }
  .max-h-md-308 {
    max-height: 308% !important;
  }
  .min-h-md-308 {
    min-height: 308% !important;
  }
  .min-md-vw-308 {
    min-width: 308vw !important;
  }
  .min-md-vh-308 {
    min-height: 308vh !important;
  }
  .vw-md-308 {
    width: 308vw !important;
  }
  .vh-md-308 {
    height: 308vh !important;
  }
  .width-md-308 {
    width: 308px !important;
  }
  .height-md-308 {
    height: 308px !important;
  }
  .max-width-md-308 {
    max-width: 308px !important;
  }
  .min-width-md-308 {
    min-width: 308px !important;
  }
  .max-height-md-308 {
    max-height: 308px !important;
  }
  .min-height-md-308 {
    min-height: 308px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-308 {
    width: 308% !important;
  }
  .h-lg-308 {
    height: 308% !important;
  }
  .max-w-lg-308 {
    max-width: 308% !important;
  }
  .min-w-lg-308 {
    min-width: 308% !important;
  }
  .max-h-lg-308 {
    max-height: 308% !important;
  }
  .min-h-lg-308 {
    min-height: 308% !important;
  }
  .min-lg-vw-308 {
    min-width: 308vw !important;
  }
  .min-lg-vh-308 {
    min-height: 308vh !important;
  }
  .vw-lg-308 {
    width: 308vw !important;
  }
  .vh-lg-308 {
    height: 308vh !important;
  }
  .width-lg-308 {
    width: 308px !important;
  }
  .height-lg-308 {
    height: 308px !important;
  }
  .max-width-lg-308 {
    max-width: 308px !important;
  }
  .min-width-lg-308 {
    min-width: 308px !important;
  }
  .max-height-lg-308 {
    max-height: 308px !important;
  }
  .min-height-lg-308 {
    min-height: 308px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-308 {
    width: 308% !important;
  }
  .h-xl-308 {
    height: 308% !important;
  }
  .max-w-xl-308 {
    max-width: 308% !important;
  }
  .min-w-xl-308 {
    min-width: 308% !important;
  }
  .max-h-xl-308 {
    max-height: 308% !important;
  }
  .min-h-xl-308 {
    min-height: 308% !important;
  }
  .min-xl-vw-308 {
    min-width: 308vw !important;
  }
  .min-xl-vh-308 {
    min-height: 308vh !important;
  }
  .vw-xl-308 {
    width: 308vw !important;
  }
  .vh-xl-308 {
    height: 308vh !important;
  }
  .width-xl-308 {
    width: 308px !important;
  }
  .height-xl-308 {
    height: 308px !important;
  }
  .max-width-xl-308 {
    max-width: 308px !important;
  }
  .min-width-xl-308 {
    min-width: 308px !important;
  }
  .max-height-xl-308 {
    max-height: 308px !important;
  }
  .min-height-xl-308 {
    min-height: 308px !important;
  }
}
.w-308 {
  width: 308% !important;
}

.h-308 {
  height: 308% !important;
}

.max-w-308 {
  max-width: 308% !important;
}

.min-w-308 {
  min-width: 308% !important;
}

.max-h-308 {
  max-height: 308% !important;
}

.min-h-308 {
  min-height: 308% !important;
}

.min-vw-308 {
  min-width: 308vw !important;
}

.min-vh-308 {
  min-height: 308vh !important;
}

.vw-308 {
  width: 308vw !important;
}

.vh-308 {
  height: 308vh !important;
}

.width-308 {
  width: 308px !important;
}

.height-308 {
  height: 308px !important;
}

.max-width-308 {
  max-width: 308px !important;
}

.min-width-308 {
  min-width: 308px !important;
}

.max-height-308 {
  max-height: 308px !important;
}

.min-height-308 {
  min-height: 308px !important;
}

@media (max-width: 576px) {
  .w-sm-309 {
    width: 309% !important;
  }
  .h-sm-309 {
    height: 309% !important;
  }
  .max-w-sm-309 {
    max-width: 309% !important;
  }
  .min-w-sm-309 {
    min-width: 309% !important;
  }
  .max-h-sm-309 {
    max-height: 309% !important;
  }
  .min-h-sm-309 {
    min-height: 309% !important;
  }
  .min-sm-vw-309 {
    min-width: 309vw !important;
  }
  .min-sm-vh-309 {
    min-height: 309vh !important;
  }
  .vw-sm-309 {
    width: 309vw !important;
  }
  .vh-sm-309 {
    height: 309vh !important;
  }
  .width-sm-309 {
    width: 309px !important;
  }
  .height-sm-309 {
    height: 309px !important;
  }
  .max-width-sm-309 {
    max-width: 309px !important;
  }
  .min-width-sm-309 {
    min-width: 309px !important;
  }
  .max-height-sm-309 {
    max-height: 309px !important;
  }
  .min-height-sm-309 {
    min-height: 309px !important;
  }
}
@media (max-width: 768px) {
  .w-md-309 {
    width: 309% !important;
  }
  .h-md-309 {
    height: 309% !important;
  }
  .max-w-md-309 {
    max-width: 309% !important;
  }
  .min-w-md-309 {
    min-width: 309% !important;
  }
  .max-h-md-309 {
    max-height: 309% !important;
  }
  .min-h-md-309 {
    min-height: 309% !important;
  }
  .min-md-vw-309 {
    min-width: 309vw !important;
  }
  .min-md-vh-309 {
    min-height: 309vh !important;
  }
  .vw-md-309 {
    width: 309vw !important;
  }
  .vh-md-309 {
    height: 309vh !important;
  }
  .width-md-309 {
    width: 309px !important;
  }
  .height-md-309 {
    height: 309px !important;
  }
  .max-width-md-309 {
    max-width: 309px !important;
  }
  .min-width-md-309 {
    min-width: 309px !important;
  }
  .max-height-md-309 {
    max-height: 309px !important;
  }
  .min-height-md-309 {
    min-height: 309px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-309 {
    width: 309% !important;
  }
  .h-lg-309 {
    height: 309% !important;
  }
  .max-w-lg-309 {
    max-width: 309% !important;
  }
  .min-w-lg-309 {
    min-width: 309% !important;
  }
  .max-h-lg-309 {
    max-height: 309% !important;
  }
  .min-h-lg-309 {
    min-height: 309% !important;
  }
  .min-lg-vw-309 {
    min-width: 309vw !important;
  }
  .min-lg-vh-309 {
    min-height: 309vh !important;
  }
  .vw-lg-309 {
    width: 309vw !important;
  }
  .vh-lg-309 {
    height: 309vh !important;
  }
  .width-lg-309 {
    width: 309px !important;
  }
  .height-lg-309 {
    height: 309px !important;
  }
  .max-width-lg-309 {
    max-width: 309px !important;
  }
  .min-width-lg-309 {
    min-width: 309px !important;
  }
  .max-height-lg-309 {
    max-height: 309px !important;
  }
  .min-height-lg-309 {
    min-height: 309px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-309 {
    width: 309% !important;
  }
  .h-xl-309 {
    height: 309% !important;
  }
  .max-w-xl-309 {
    max-width: 309% !important;
  }
  .min-w-xl-309 {
    min-width: 309% !important;
  }
  .max-h-xl-309 {
    max-height: 309% !important;
  }
  .min-h-xl-309 {
    min-height: 309% !important;
  }
  .min-xl-vw-309 {
    min-width: 309vw !important;
  }
  .min-xl-vh-309 {
    min-height: 309vh !important;
  }
  .vw-xl-309 {
    width: 309vw !important;
  }
  .vh-xl-309 {
    height: 309vh !important;
  }
  .width-xl-309 {
    width: 309px !important;
  }
  .height-xl-309 {
    height: 309px !important;
  }
  .max-width-xl-309 {
    max-width: 309px !important;
  }
  .min-width-xl-309 {
    min-width: 309px !important;
  }
  .max-height-xl-309 {
    max-height: 309px !important;
  }
  .min-height-xl-309 {
    min-height: 309px !important;
  }
}
.w-309 {
  width: 309% !important;
}

.h-309 {
  height: 309% !important;
}

.max-w-309 {
  max-width: 309% !important;
}

.min-w-309 {
  min-width: 309% !important;
}

.max-h-309 {
  max-height: 309% !important;
}

.min-h-309 {
  min-height: 309% !important;
}

.min-vw-309 {
  min-width: 309vw !important;
}

.min-vh-309 {
  min-height: 309vh !important;
}

.vw-309 {
  width: 309vw !important;
}

.vh-309 {
  height: 309vh !important;
}

.width-309 {
  width: 309px !important;
}

.height-309 {
  height: 309px !important;
}

.max-width-309 {
  max-width: 309px !important;
}

.min-width-309 {
  min-width: 309px !important;
}

.max-height-309 {
  max-height: 309px !important;
}

.min-height-309 {
  min-height: 309px !important;
}

@media (max-width: 576px) {
  .w-sm-310 {
    width: 310% !important;
  }
  .h-sm-310 {
    height: 310% !important;
  }
  .max-w-sm-310 {
    max-width: 310% !important;
  }
  .min-w-sm-310 {
    min-width: 310% !important;
  }
  .max-h-sm-310 {
    max-height: 310% !important;
  }
  .min-h-sm-310 {
    min-height: 310% !important;
  }
  .min-sm-vw-310 {
    min-width: 310vw !important;
  }
  .min-sm-vh-310 {
    min-height: 310vh !important;
  }
  .vw-sm-310 {
    width: 310vw !important;
  }
  .vh-sm-310 {
    height: 310vh !important;
  }
  .width-sm-310 {
    width: 310px !important;
  }
  .height-sm-310 {
    height: 310px !important;
  }
  .max-width-sm-310 {
    max-width: 310px !important;
  }
  .min-width-sm-310 {
    min-width: 310px !important;
  }
  .max-height-sm-310 {
    max-height: 310px !important;
  }
  .min-height-sm-310 {
    min-height: 310px !important;
  }
}
@media (max-width: 768px) {
  .w-md-310 {
    width: 310% !important;
  }
  .h-md-310 {
    height: 310% !important;
  }
  .max-w-md-310 {
    max-width: 310% !important;
  }
  .min-w-md-310 {
    min-width: 310% !important;
  }
  .max-h-md-310 {
    max-height: 310% !important;
  }
  .min-h-md-310 {
    min-height: 310% !important;
  }
  .min-md-vw-310 {
    min-width: 310vw !important;
  }
  .min-md-vh-310 {
    min-height: 310vh !important;
  }
  .vw-md-310 {
    width: 310vw !important;
  }
  .vh-md-310 {
    height: 310vh !important;
  }
  .width-md-310 {
    width: 310px !important;
  }
  .height-md-310 {
    height: 310px !important;
  }
  .max-width-md-310 {
    max-width: 310px !important;
  }
  .min-width-md-310 {
    min-width: 310px !important;
  }
  .max-height-md-310 {
    max-height: 310px !important;
  }
  .min-height-md-310 {
    min-height: 310px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-310 {
    width: 310% !important;
  }
  .h-lg-310 {
    height: 310% !important;
  }
  .max-w-lg-310 {
    max-width: 310% !important;
  }
  .min-w-lg-310 {
    min-width: 310% !important;
  }
  .max-h-lg-310 {
    max-height: 310% !important;
  }
  .min-h-lg-310 {
    min-height: 310% !important;
  }
  .min-lg-vw-310 {
    min-width: 310vw !important;
  }
  .min-lg-vh-310 {
    min-height: 310vh !important;
  }
  .vw-lg-310 {
    width: 310vw !important;
  }
  .vh-lg-310 {
    height: 310vh !important;
  }
  .width-lg-310 {
    width: 310px !important;
  }
  .height-lg-310 {
    height: 310px !important;
  }
  .max-width-lg-310 {
    max-width: 310px !important;
  }
  .min-width-lg-310 {
    min-width: 310px !important;
  }
  .max-height-lg-310 {
    max-height: 310px !important;
  }
  .min-height-lg-310 {
    min-height: 310px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-310 {
    width: 310% !important;
  }
  .h-xl-310 {
    height: 310% !important;
  }
  .max-w-xl-310 {
    max-width: 310% !important;
  }
  .min-w-xl-310 {
    min-width: 310% !important;
  }
  .max-h-xl-310 {
    max-height: 310% !important;
  }
  .min-h-xl-310 {
    min-height: 310% !important;
  }
  .min-xl-vw-310 {
    min-width: 310vw !important;
  }
  .min-xl-vh-310 {
    min-height: 310vh !important;
  }
  .vw-xl-310 {
    width: 310vw !important;
  }
  .vh-xl-310 {
    height: 310vh !important;
  }
  .width-xl-310 {
    width: 310px !important;
  }
  .height-xl-310 {
    height: 310px !important;
  }
  .max-width-xl-310 {
    max-width: 310px !important;
  }
  .min-width-xl-310 {
    min-width: 310px !important;
  }
  .max-height-xl-310 {
    max-height: 310px !important;
  }
  .min-height-xl-310 {
    min-height: 310px !important;
  }
}
.w-310 {
  width: 310% !important;
}

.h-310 {
  height: 310% !important;
}

.max-w-310 {
  max-width: 310% !important;
}

.min-w-310 {
  min-width: 310% !important;
}

.max-h-310 {
  max-height: 310% !important;
}

.min-h-310 {
  min-height: 310% !important;
}

.min-vw-310 {
  min-width: 310vw !important;
}

.min-vh-310 {
  min-height: 310vh !important;
}

.vw-310 {
  width: 310vw !important;
}

.vh-310 {
  height: 310vh !important;
}

.width-310 {
  width: 310px !important;
}

.height-310 {
  height: 310px !important;
}

.max-width-310 {
  max-width: 310px !important;
}

.min-width-310 {
  min-width: 310px !important;
}

.max-height-310 {
  max-height: 310px !important;
}

.min-height-310 {
  min-height: 310px !important;
}

@media (max-width: 576px) {
  .w-sm-311 {
    width: 311% !important;
  }
  .h-sm-311 {
    height: 311% !important;
  }
  .max-w-sm-311 {
    max-width: 311% !important;
  }
  .min-w-sm-311 {
    min-width: 311% !important;
  }
  .max-h-sm-311 {
    max-height: 311% !important;
  }
  .min-h-sm-311 {
    min-height: 311% !important;
  }
  .min-sm-vw-311 {
    min-width: 311vw !important;
  }
  .min-sm-vh-311 {
    min-height: 311vh !important;
  }
  .vw-sm-311 {
    width: 311vw !important;
  }
  .vh-sm-311 {
    height: 311vh !important;
  }
  .width-sm-311 {
    width: 311px !important;
  }
  .height-sm-311 {
    height: 311px !important;
  }
  .max-width-sm-311 {
    max-width: 311px !important;
  }
  .min-width-sm-311 {
    min-width: 311px !important;
  }
  .max-height-sm-311 {
    max-height: 311px !important;
  }
  .min-height-sm-311 {
    min-height: 311px !important;
  }
}
@media (max-width: 768px) {
  .w-md-311 {
    width: 311% !important;
  }
  .h-md-311 {
    height: 311% !important;
  }
  .max-w-md-311 {
    max-width: 311% !important;
  }
  .min-w-md-311 {
    min-width: 311% !important;
  }
  .max-h-md-311 {
    max-height: 311% !important;
  }
  .min-h-md-311 {
    min-height: 311% !important;
  }
  .min-md-vw-311 {
    min-width: 311vw !important;
  }
  .min-md-vh-311 {
    min-height: 311vh !important;
  }
  .vw-md-311 {
    width: 311vw !important;
  }
  .vh-md-311 {
    height: 311vh !important;
  }
  .width-md-311 {
    width: 311px !important;
  }
  .height-md-311 {
    height: 311px !important;
  }
  .max-width-md-311 {
    max-width: 311px !important;
  }
  .min-width-md-311 {
    min-width: 311px !important;
  }
  .max-height-md-311 {
    max-height: 311px !important;
  }
  .min-height-md-311 {
    min-height: 311px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-311 {
    width: 311% !important;
  }
  .h-lg-311 {
    height: 311% !important;
  }
  .max-w-lg-311 {
    max-width: 311% !important;
  }
  .min-w-lg-311 {
    min-width: 311% !important;
  }
  .max-h-lg-311 {
    max-height: 311% !important;
  }
  .min-h-lg-311 {
    min-height: 311% !important;
  }
  .min-lg-vw-311 {
    min-width: 311vw !important;
  }
  .min-lg-vh-311 {
    min-height: 311vh !important;
  }
  .vw-lg-311 {
    width: 311vw !important;
  }
  .vh-lg-311 {
    height: 311vh !important;
  }
  .width-lg-311 {
    width: 311px !important;
  }
  .height-lg-311 {
    height: 311px !important;
  }
  .max-width-lg-311 {
    max-width: 311px !important;
  }
  .min-width-lg-311 {
    min-width: 311px !important;
  }
  .max-height-lg-311 {
    max-height: 311px !important;
  }
  .min-height-lg-311 {
    min-height: 311px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-311 {
    width: 311% !important;
  }
  .h-xl-311 {
    height: 311% !important;
  }
  .max-w-xl-311 {
    max-width: 311% !important;
  }
  .min-w-xl-311 {
    min-width: 311% !important;
  }
  .max-h-xl-311 {
    max-height: 311% !important;
  }
  .min-h-xl-311 {
    min-height: 311% !important;
  }
  .min-xl-vw-311 {
    min-width: 311vw !important;
  }
  .min-xl-vh-311 {
    min-height: 311vh !important;
  }
  .vw-xl-311 {
    width: 311vw !important;
  }
  .vh-xl-311 {
    height: 311vh !important;
  }
  .width-xl-311 {
    width: 311px !important;
  }
  .height-xl-311 {
    height: 311px !important;
  }
  .max-width-xl-311 {
    max-width: 311px !important;
  }
  .min-width-xl-311 {
    min-width: 311px !important;
  }
  .max-height-xl-311 {
    max-height: 311px !important;
  }
  .min-height-xl-311 {
    min-height: 311px !important;
  }
}
.w-311 {
  width: 311% !important;
}

.h-311 {
  height: 311% !important;
}

.max-w-311 {
  max-width: 311% !important;
}

.min-w-311 {
  min-width: 311% !important;
}

.max-h-311 {
  max-height: 311% !important;
}

.min-h-311 {
  min-height: 311% !important;
}

.min-vw-311 {
  min-width: 311vw !important;
}

.min-vh-311 {
  min-height: 311vh !important;
}

.vw-311 {
  width: 311vw !important;
}

.vh-311 {
  height: 311vh !important;
}

.width-311 {
  width: 311px !important;
}

.height-311 {
  height: 311px !important;
}

.max-width-311 {
  max-width: 311px !important;
}

.min-width-311 {
  min-width: 311px !important;
}

.max-height-311 {
  max-height: 311px !important;
}

.min-height-311 {
  min-height: 311px !important;
}

@media (max-width: 576px) {
  .w-sm-312 {
    width: 312% !important;
  }
  .h-sm-312 {
    height: 312% !important;
  }
  .max-w-sm-312 {
    max-width: 312% !important;
  }
  .min-w-sm-312 {
    min-width: 312% !important;
  }
  .max-h-sm-312 {
    max-height: 312% !important;
  }
  .min-h-sm-312 {
    min-height: 312% !important;
  }
  .min-sm-vw-312 {
    min-width: 312vw !important;
  }
  .min-sm-vh-312 {
    min-height: 312vh !important;
  }
  .vw-sm-312 {
    width: 312vw !important;
  }
  .vh-sm-312 {
    height: 312vh !important;
  }
  .width-sm-312 {
    width: 312px !important;
  }
  .height-sm-312 {
    height: 312px !important;
  }
  .max-width-sm-312 {
    max-width: 312px !important;
  }
  .min-width-sm-312 {
    min-width: 312px !important;
  }
  .max-height-sm-312 {
    max-height: 312px !important;
  }
  .min-height-sm-312 {
    min-height: 312px !important;
  }
}
@media (max-width: 768px) {
  .w-md-312 {
    width: 312% !important;
  }
  .h-md-312 {
    height: 312% !important;
  }
  .max-w-md-312 {
    max-width: 312% !important;
  }
  .min-w-md-312 {
    min-width: 312% !important;
  }
  .max-h-md-312 {
    max-height: 312% !important;
  }
  .min-h-md-312 {
    min-height: 312% !important;
  }
  .min-md-vw-312 {
    min-width: 312vw !important;
  }
  .min-md-vh-312 {
    min-height: 312vh !important;
  }
  .vw-md-312 {
    width: 312vw !important;
  }
  .vh-md-312 {
    height: 312vh !important;
  }
  .width-md-312 {
    width: 312px !important;
  }
  .height-md-312 {
    height: 312px !important;
  }
  .max-width-md-312 {
    max-width: 312px !important;
  }
  .min-width-md-312 {
    min-width: 312px !important;
  }
  .max-height-md-312 {
    max-height: 312px !important;
  }
  .min-height-md-312 {
    min-height: 312px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-312 {
    width: 312% !important;
  }
  .h-lg-312 {
    height: 312% !important;
  }
  .max-w-lg-312 {
    max-width: 312% !important;
  }
  .min-w-lg-312 {
    min-width: 312% !important;
  }
  .max-h-lg-312 {
    max-height: 312% !important;
  }
  .min-h-lg-312 {
    min-height: 312% !important;
  }
  .min-lg-vw-312 {
    min-width: 312vw !important;
  }
  .min-lg-vh-312 {
    min-height: 312vh !important;
  }
  .vw-lg-312 {
    width: 312vw !important;
  }
  .vh-lg-312 {
    height: 312vh !important;
  }
  .width-lg-312 {
    width: 312px !important;
  }
  .height-lg-312 {
    height: 312px !important;
  }
  .max-width-lg-312 {
    max-width: 312px !important;
  }
  .min-width-lg-312 {
    min-width: 312px !important;
  }
  .max-height-lg-312 {
    max-height: 312px !important;
  }
  .min-height-lg-312 {
    min-height: 312px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-312 {
    width: 312% !important;
  }
  .h-xl-312 {
    height: 312% !important;
  }
  .max-w-xl-312 {
    max-width: 312% !important;
  }
  .min-w-xl-312 {
    min-width: 312% !important;
  }
  .max-h-xl-312 {
    max-height: 312% !important;
  }
  .min-h-xl-312 {
    min-height: 312% !important;
  }
  .min-xl-vw-312 {
    min-width: 312vw !important;
  }
  .min-xl-vh-312 {
    min-height: 312vh !important;
  }
  .vw-xl-312 {
    width: 312vw !important;
  }
  .vh-xl-312 {
    height: 312vh !important;
  }
  .width-xl-312 {
    width: 312px !important;
  }
  .height-xl-312 {
    height: 312px !important;
  }
  .max-width-xl-312 {
    max-width: 312px !important;
  }
  .min-width-xl-312 {
    min-width: 312px !important;
  }
  .max-height-xl-312 {
    max-height: 312px !important;
  }
  .min-height-xl-312 {
    min-height: 312px !important;
  }
}
.w-312 {
  width: 312% !important;
}

.h-312 {
  height: 312% !important;
}

.max-w-312 {
  max-width: 312% !important;
}

.min-w-312 {
  min-width: 312% !important;
}

.max-h-312 {
  max-height: 312% !important;
}

.min-h-312 {
  min-height: 312% !important;
}

.min-vw-312 {
  min-width: 312vw !important;
}

.min-vh-312 {
  min-height: 312vh !important;
}

.vw-312 {
  width: 312vw !important;
}

.vh-312 {
  height: 312vh !important;
}

.width-312 {
  width: 312px !important;
}

.height-312 {
  height: 312px !important;
}

.max-width-312 {
  max-width: 312px !important;
}

.min-width-312 {
  min-width: 312px !important;
}

.max-height-312 {
  max-height: 312px !important;
}

.min-height-312 {
  min-height: 312px !important;
}

@media (max-width: 576px) {
  .w-sm-313 {
    width: 313% !important;
  }
  .h-sm-313 {
    height: 313% !important;
  }
  .max-w-sm-313 {
    max-width: 313% !important;
  }
  .min-w-sm-313 {
    min-width: 313% !important;
  }
  .max-h-sm-313 {
    max-height: 313% !important;
  }
  .min-h-sm-313 {
    min-height: 313% !important;
  }
  .min-sm-vw-313 {
    min-width: 313vw !important;
  }
  .min-sm-vh-313 {
    min-height: 313vh !important;
  }
  .vw-sm-313 {
    width: 313vw !important;
  }
  .vh-sm-313 {
    height: 313vh !important;
  }
  .width-sm-313 {
    width: 313px !important;
  }
  .height-sm-313 {
    height: 313px !important;
  }
  .max-width-sm-313 {
    max-width: 313px !important;
  }
  .min-width-sm-313 {
    min-width: 313px !important;
  }
  .max-height-sm-313 {
    max-height: 313px !important;
  }
  .min-height-sm-313 {
    min-height: 313px !important;
  }
}
@media (max-width: 768px) {
  .w-md-313 {
    width: 313% !important;
  }
  .h-md-313 {
    height: 313% !important;
  }
  .max-w-md-313 {
    max-width: 313% !important;
  }
  .min-w-md-313 {
    min-width: 313% !important;
  }
  .max-h-md-313 {
    max-height: 313% !important;
  }
  .min-h-md-313 {
    min-height: 313% !important;
  }
  .min-md-vw-313 {
    min-width: 313vw !important;
  }
  .min-md-vh-313 {
    min-height: 313vh !important;
  }
  .vw-md-313 {
    width: 313vw !important;
  }
  .vh-md-313 {
    height: 313vh !important;
  }
  .width-md-313 {
    width: 313px !important;
  }
  .height-md-313 {
    height: 313px !important;
  }
  .max-width-md-313 {
    max-width: 313px !important;
  }
  .min-width-md-313 {
    min-width: 313px !important;
  }
  .max-height-md-313 {
    max-height: 313px !important;
  }
  .min-height-md-313 {
    min-height: 313px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-313 {
    width: 313% !important;
  }
  .h-lg-313 {
    height: 313% !important;
  }
  .max-w-lg-313 {
    max-width: 313% !important;
  }
  .min-w-lg-313 {
    min-width: 313% !important;
  }
  .max-h-lg-313 {
    max-height: 313% !important;
  }
  .min-h-lg-313 {
    min-height: 313% !important;
  }
  .min-lg-vw-313 {
    min-width: 313vw !important;
  }
  .min-lg-vh-313 {
    min-height: 313vh !important;
  }
  .vw-lg-313 {
    width: 313vw !important;
  }
  .vh-lg-313 {
    height: 313vh !important;
  }
  .width-lg-313 {
    width: 313px !important;
  }
  .height-lg-313 {
    height: 313px !important;
  }
  .max-width-lg-313 {
    max-width: 313px !important;
  }
  .min-width-lg-313 {
    min-width: 313px !important;
  }
  .max-height-lg-313 {
    max-height: 313px !important;
  }
  .min-height-lg-313 {
    min-height: 313px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-313 {
    width: 313% !important;
  }
  .h-xl-313 {
    height: 313% !important;
  }
  .max-w-xl-313 {
    max-width: 313% !important;
  }
  .min-w-xl-313 {
    min-width: 313% !important;
  }
  .max-h-xl-313 {
    max-height: 313% !important;
  }
  .min-h-xl-313 {
    min-height: 313% !important;
  }
  .min-xl-vw-313 {
    min-width: 313vw !important;
  }
  .min-xl-vh-313 {
    min-height: 313vh !important;
  }
  .vw-xl-313 {
    width: 313vw !important;
  }
  .vh-xl-313 {
    height: 313vh !important;
  }
  .width-xl-313 {
    width: 313px !important;
  }
  .height-xl-313 {
    height: 313px !important;
  }
  .max-width-xl-313 {
    max-width: 313px !important;
  }
  .min-width-xl-313 {
    min-width: 313px !important;
  }
  .max-height-xl-313 {
    max-height: 313px !important;
  }
  .min-height-xl-313 {
    min-height: 313px !important;
  }
}
.w-313 {
  width: 313% !important;
}

.h-313 {
  height: 313% !important;
}

.max-w-313 {
  max-width: 313% !important;
}

.min-w-313 {
  min-width: 313% !important;
}

.max-h-313 {
  max-height: 313% !important;
}

.min-h-313 {
  min-height: 313% !important;
}

.min-vw-313 {
  min-width: 313vw !important;
}

.min-vh-313 {
  min-height: 313vh !important;
}

.vw-313 {
  width: 313vw !important;
}

.vh-313 {
  height: 313vh !important;
}

.width-313 {
  width: 313px !important;
}

.height-313 {
  height: 313px !important;
}

.max-width-313 {
  max-width: 313px !important;
}

.min-width-313 {
  min-width: 313px !important;
}

.max-height-313 {
  max-height: 313px !important;
}

.min-height-313 {
  min-height: 313px !important;
}

@media (max-width: 576px) {
  .w-sm-314 {
    width: 314% !important;
  }
  .h-sm-314 {
    height: 314% !important;
  }
  .max-w-sm-314 {
    max-width: 314% !important;
  }
  .min-w-sm-314 {
    min-width: 314% !important;
  }
  .max-h-sm-314 {
    max-height: 314% !important;
  }
  .min-h-sm-314 {
    min-height: 314% !important;
  }
  .min-sm-vw-314 {
    min-width: 314vw !important;
  }
  .min-sm-vh-314 {
    min-height: 314vh !important;
  }
  .vw-sm-314 {
    width: 314vw !important;
  }
  .vh-sm-314 {
    height: 314vh !important;
  }
  .width-sm-314 {
    width: 314px !important;
  }
  .height-sm-314 {
    height: 314px !important;
  }
  .max-width-sm-314 {
    max-width: 314px !important;
  }
  .min-width-sm-314 {
    min-width: 314px !important;
  }
  .max-height-sm-314 {
    max-height: 314px !important;
  }
  .min-height-sm-314 {
    min-height: 314px !important;
  }
}
@media (max-width: 768px) {
  .w-md-314 {
    width: 314% !important;
  }
  .h-md-314 {
    height: 314% !important;
  }
  .max-w-md-314 {
    max-width: 314% !important;
  }
  .min-w-md-314 {
    min-width: 314% !important;
  }
  .max-h-md-314 {
    max-height: 314% !important;
  }
  .min-h-md-314 {
    min-height: 314% !important;
  }
  .min-md-vw-314 {
    min-width: 314vw !important;
  }
  .min-md-vh-314 {
    min-height: 314vh !important;
  }
  .vw-md-314 {
    width: 314vw !important;
  }
  .vh-md-314 {
    height: 314vh !important;
  }
  .width-md-314 {
    width: 314px !important;
  }
  .height-md-314 {
    height: 314px !important;
  }
  .max-width-md-314 {
    max-width: 314px !important;
  }
  .min-width-md-314 {
    min-width: 314px !important;
  }
  .max-height-md-314 {
    max-height: 314px !important;
  }
  .min-height-md-314 {
    min-height: 314px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-314 {
    width: 314% !important;
  }
  .h-lg-314 {
    height: 314% !important;
  }
  .max-w-lg-314 {
    max-width: 314% !important;
  }
  .min-w-lg-314 {
    min-width: 314% !important;
  }
  .max-h-lg-314 {
    max-height: 314% !important;
  }
  .min-h-lg-314 {
    min-height: 314% !important;
  }
  .min-lg-vw-314 {
    min-width: 314vw !important;
  }
  .min-lg-vh-314 {
    min-height: 314vh !important;
  }
  .vw-lg-314 {
    width: 314vw !important;
  }
  .vh-lg-314 {
    height: 314vh !important;
  }
  .width-lg-314 {
    width: 314px !important;
  }
  .height-lg-314 {
    height: 314px !important;
  }
  .max-width-lg-314 {
    max-width: 314px !important;
  }
  .min-width-lg-314 {
    min-width: 314px !important;
  }
  .max-height-lg-314 {
    max-height: 314px !important;
  }
  .min-height-lg-314 {
    min-height: 314px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-314 {
    width: 314% !important;
  }
  .h-xl-314 {
    height: 314% !important;
  }
  .max-w-xl-314 {
    max-width: 314% !important;
  }
  .min-w-xl-314 {
    min-width: 314% !important;
  }
  .max-h-xl-314 {
    max-height: 314% !important;
  }
  .min-h-xl-314 {
    min-height: 314% !important;
  }
  .min-xl-vw-314 {
    min-width: 314vw !important;
  }
  .min-xl-vh-314 {
    min-height: 314vh !important;
  }
  .vw-xl-314 {
    width: 314vw !important;
  }
  .vh-xl-314 {
    height: 314vh !important;
  }
  .width-xl-314 {
    width: 314px !important;
  }
  .height-xl-314 {
    height: 314px !important;
  }
  .max-width-xl-314 {
    max-width: 314px !important;
  }
  .min-width-xl-314 {
    min-width: 314px !important;
  }
  .max-height-xl-314 {
    max-height: 314px !important;
  }
  .min-height-xl-314 {
    min-height: 314px !important;
  }
}
.w-314 {
  width: 314% !important;
}

.h-314 {
  height: 314% !important;
}

.max-w-314 {
  max-width: 314% !important;
}

.min-w-314 {
  min-width: 314% !important;
}

.max-h-314 {
  max-height: 314% !important;
}

.min-h-314 {
  min-height: 314% !important;
}

.min-vw-314 {
  min-width: 314vw !important;
}

.min-vh-314 {
  min-height: 314vh !important;
}

.vw-314 {
  width: 314vw !important;
}

.vh-314 {
  height: 314vh !important;
}

.width-314 {
  width: 314px !important;
}

.height-314 {
  height: 314px !important;
}

.max-width-314 {
  max-width: 314px !important;
}

.min-width-314 {
  min-width: 314px !important;
}

.max-height-314 {
  max-height: 314px !important;
}

.min-height-314 {
  min-height: 314px !important;
}

@media (max-width: 576px) {
  .w-sm-315 {
    width: 315% !important;
  }
  .h-sm-315 {
    height: 315% !important;
  }
  .max-w-sm-315 {
    max-width: 315% !important;
  }
  .min-w-sm-315 {
    min-width: 315% !important;
  }
  .max-h-sm-315 {
    max-height: 315% !important;
  }
  .min-h-sm-315 {
    min-height: 315% !important;
  }
  .min-sm-vw-315 {
    min-width: 315vw !important;
  }
  .min-sm-vh-315 {
    min-height: 315vh !important;
  }
  .vw-sm-315 {
    width: 315vw !important;
  }
  .vh-sm-315 {
    height: 315vh !important;
  }
  .width-sm-315 {
    width: 315px !important;
  }
  .height-sm-315 {
    height: 315px !important;
  }
  .max-width-sm-315 {
    max-width: 315px !important;
  }
  .min-width-sm-315 {
    min-width: 315px !important;
  }
  .max-height-sm-315 {
    max-height: 315px !important;
  }
  .min-height-sm-315 {
    min-height: 315px !important;
  }
}
@media (max-width: 768px) {
  .w-md-315 {
    width: 315% !important;
  }
  .h-md-315 {
    height: 315% !important;
  }
  .max-w-md-315 {
    max-width: 315% !important;
  }
  .min-w-md-315 {
    min-width: 315% !important;
  }
  .max-h-md-315 {
    max-height: 315% !important;
  }
  .min-h-md-315 {
    min-height: 315% !important;
  }
  .min-md-vw-315 {
    min-width: 315vw !important;
  }
  .min-md-vh-315 {
    min-height: 315vh !important;
  }
  .vw-md-315 {
    width: 315vw !important;
  }
  .vh-md-315 {
    height: 315vh !important;
  }
  .width-md-315 {
    width: 315px !important;
  }
  .height-md-315 {
    height: 315px !important;
  }
  .max-width-md-315 {
    max-width: 315px !important;
  }
  .min-width-md-315 {
    min-width: 315px !important;
  }
  .max-height-md-315 {
    max-height: 315px !important;
  }
  .min-height-md-315 {
    min-height: 315px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-315 {
    width: 315% !important;
  }
  .h-lg-315 {
    height: 315% !important;
  }
  .max-w-lg-315 {
    max-width: 315% !important;
  }
  .min-w-lg-315 {
    min-width: 315% !important;
  }
  .max-h-lg-315 {
    max-height: 315% !important;
  }
  .min-h-lg-315 {
    min-height: 315% !important;
  }
  .min-lg-vw-315 {
    min-width: 315vw !important;
  }
  .min-lg-vh-315 {
    min-height: 315vh !important;
  }
  .vw-lg-315 {
    width: 315vw !important;
  }
  .vh-lg-315 {
    height: 315vh !important;
  }
  .width-lg-315 {
    width: 315px !important;
  }
  .height-lg-315 {
    height: 315px !important;
  }
  .max-width-lg-315 {
    max-width: 315px !important;
  }
  .min-width-lg-315 {
    min-width: 315px !important;
  }
  .max-height-lg-315 {
    max-height: 315px !important;
  }
  .min-height-lg-315 {
    min-height: 315px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-315 {
    width: 315% !important;
  }
  .h-xl-315 {
    height: 315% !important;
  }
  .max-w-xl-315 {
    max-width: 315% !important;
  }
  .min-w-xl-315 {
    min-width: 315% !important;
  }
  .max-h-xl-315 {
    max-height: 315% !important;
  }
  .min-h-xl-315 {
    min-height: 315% !important;
  }
  .min-xl-vw-315 {
    min-width: 315vw !important;
  }
  .min-xl-vh-315 {
    min-height: 315vh !important;
  }
  .vw-xl-315 {
    width: 315vw !important;
  }
  .vh-xl-315 {
    height: 315vh !important;
  }
  .width-xl-315 {
    width: 315px !important;
  }
  .height-xl-315 {
    height: 315px !important;
  }
  .max-width-xl-315 {
    max-width: 315px !important;
  }
  .min-width-xl-315 {
    min-width: 315px !important;
  }
  .max-height-xl-315 {
    max-height: 315px !important;
  }
  .min-height-xl-315 {
    min-height: 315px !important;
  }
}
.w-315 {
  width: 315% !important;
}

.h-315 {
  height: 315% !important;
}

.max-w-315 {
  max-width: 315% !important;
}

.min-w-315 {
  min-width: 315% !important;
}

.max-h-315 {
  max-height: 315% !important;
}

.min-h-315 {
  min-height: 315% !important;
}

.min-vw-315 {
  min-width: 315vw !important;
}

.min-vh-315 {
  min-height: 315vh !important;
}

.vw-315 {
  width: 315vw !important;
}

.vh-315 {
  height: 315vh !important;
}

.width-315 {
  width: 315px !important;
}

.height-315 {
  height: 315px !important;
}

.max-width-315 {
  max-width: 315px !important;
}

.min-width-315 {
  min-width: 315px !important;
}

.max-height-315 {
  max-height: 315px !important;
}

.min-height-315 {
  min-height: 315px !important;
}

@media (max-width: 576px) {
  .w-sm-316 {
    width: 316% !important;
  }
  .h-sm-316 {
    height: 316% !important;
  }
  .max-w-sm-316 {
    max-width: 316% !important;
  }
  .min-w-sm-316 {
    min-width: 316% !important;
  }
  .max-h-sm-316 {
    max-height: 316% !important;
  }
  .min-h-sm-316 {
    min-height: 316% !important;
  }
  .min-sm-vw-316 {
    min-width: 316vw !important;
  }
  .min-sm-vh-316 {
    min-height: 316vh !important;
  }
  .vw-sm-316 {
    width: 316vw !important;
  }
  .vh-sm-316 {
    height: 316vh !important;
  }
  .width-sm-316 {
    width: 316px !important;
  }
  .height-sm-316 {
    height: 316px !important;
  }
  .max-width-sm-316 {
    max-width: 316px !important;
  }
  .min-width-sm-316 {
    min-width: 316px !important;
  }
  .max-height-sm-316 {
    max-height: 316px !important;
  }
  .min-height-sm-316 {
    min-height: 316px !important;
  }
}
@media (max-width: 768px) {
  .w-md-316 {
    width: 316% !important;
  }
  .h-md-316 {
    height: 316% !important;
  }
  .max-w-md-316 {
    max-width: 316% !important;
  }
  .min-w-md-316 {
    min-width: 316% !important;
  }
  .max-h-md-316 {
    max-height: 316% !important;
  }
  .min-h-md-316 {
    min-height: 316% !important;
  }
  .min-md-vw-316 {
    min-width: 316vw !important;
  }
  .min-md-vh-316 {
    min-height: 316vh !important;
  }
  .vw-md-316 {
    width: 316vw !important;
  }
  .vh-md-316 {
    height: 316vh !important;
  }
  .width-md-316 {
    width: 316px !important;
  }
  .height-md-316 {
    height: 316px !important;
  }
  .max-width-md-316 {
    max-width: 316px !important;
  }
  .min-width-md-316 {
    min-width: 316px !important;
  }
  .max-height-md-316 {
    max-height: 316px !important;
  }
  .min-height-md-316 {
    min-height: 316px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-316 {
    width: 316% !important;
  }
  .h-lg-316 {
    height: 316% !important;
  }
  .max-w-lg-316 {
    max-width: 316% !important;
  }
  .min-w-lg-316 {
    min-width: 316% !important;
  }
  .max-h-lg-316 {
    max-height: 316% !important;
  }
  .min-h-lg-316 {
    min-height: 316% !important;
  }
  .min-lg-vw-316 {
    min-width: 316vw !important;
  }
  .min-lg-vh-316 {
    min-height: 316vh !important;
  }
  .vw-lg-316 {
    width: 316vw !important;
  }
  .vh-lg-316 {
    height: 316vh !important;
  }
  .width-lg-316 {
    width: 316px !important;
  }
  .height-lg-316 {
    height: 316px !important;
  }
  .max-width-lg-316 {
    max-width: 316px !important;
  }
  .min-width-lg-316 {
    min-width: 316px !important;
  }
  .max-height-lg-316 {
    max-height: 316px !important;
  }
  .min-height-lg-316 {
    min-height: 316px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-316 {
    width: 316% !important;
  }
  .h-xl-316 {
    height: 316% !important;
  }
  .max-w-xl-316 {
    max-width: 316% !important;
  }
  .min-w-xl-316 {
    min-width: 316% !important;
  }
  .max-h-xl-316 {
    max-height: 316% !important;
  }
  .min-h-xl-316 {
    min-height: 316% !important;
  }
  .min-xl-vw-316 {
    min-width: 316vw !important;
  }
  .min-xl-vh-316 {
    min-height: 316vh !important;
  }
  .vw-xl-316 {
    width: 316vw !important;
  }
  .vh-xl-316 {
    height: 316vh !important;
  }
  .width-xl-316 {
    width: 316px !important;
  }
  .height-xl-316 {
    height: 316px !important;
  }
  .max-width-xl-316 {
    max-width: 316px !important;
  }
  .min-width-xl-316 {
    min-width: 316px !important;
  }
  .max-height-xl-316 {
    max-height: 316px !important;
  }
  .min-height-xl-316 {
    min-height: 316px !important;
  }
}
.w-316 {
  width: 316% !important;
}

.h-316 {
  height: 316% !important;
}

.max-w-316 {
  max-width: 316% !important;
}

.min-w-316 {
  min-width: 316% !important;
}

.max-h-316 {
  max-height: 316% !important;
}

.min-h-316 {
  min-height: 316% !important;
}

.min-vw-316 {
  min-width: 316vw !important;
}

.min-vh-316 {
  min-height: 316vh !important;
}

.vw-316 {
  width: 316vw !important;
}

.vh-316 {
  height: 316vh !important;
}

.width-316 {
  width: 316px !important;
}

.height-316 {
  height: 316px !important;
}

.max-width-316 {
  max-width: 316px !important;
}

.min-width-316 {
  min-width: 316px !important;
}

.max-height-316 {
  max-height: 316px !important;
}

.min-height-316 {
  min-height: 316px !important;
}

@media (max-width: 576px) {
  .w-sm-317 {
    width: 317% !important;
  }
  .h-sm-317 {
    height: 317% !important;
  }
  .max-w-sm-317 {
    max-width: 317% !important;
  }
  .min-w-sm-317 {
    min-width: 317% !important;
  }
  .max-h-sm-317 {
    max-height: 317% !important;
  }
  .min-h-sm-317 {
    min-height: 317% !important;
  }
  .min-sm-vw-317 {
    min-width: 317vw !important;
  }
  .min-sm-vh-317 {
    min-height: 317vh !important;
  }
  .vw-sm-317 {
    width: 317vw !important;
  }
  .vh-sm-317 {
    height: 317vh !important;
  }
  .width-sm-317 {
    width: 317px !important;
  }
  .height-sm-317 {
    height: 317px !important;
  }
  .max-width-sm-317 {
    max-width: 317px !important;
  }
  .min-width-sm-317 {
    min-width: 317px !important;
  }
  .max-height-sm-317 {
    max-height: 317px !important;
  }
  .min-height-sm-317 {
    min-height: 317px !important;
  }
}
@media (max-width: 768px) {
  .w-md-317 {
    width: 317% !important;
  }
  .h-md-317 {
    height: 317% !important;
  }
  .max-w-md-317 {
    max-width: 317% !important;
  }
  .min-w-md-317 {
    min-width: 317% !important;
  }
  .max-h-md-317 {
    max-height: 317% !important;
  }
  .min-h-md-317 {
    min-height: 317% !important;
  }
  .min-md-vw-317 {
    min-width: 317vw !important;
  }
  .min-md-vh-317 {
    min-height: 317vh !important;
  }
  .vw-md-317 {
    width: 317vw !important;
  }
  .vh-md-317 {
    height: 317vh !important;
  }
  .width-md-317 {
    width: 317px !important;
  }
  .height-md-317 {
    height: 317px !important;
  }
  .max-width-md-317 {
    max-width: 317px !important;
  }
  .min-width-md-317 {
    min-width: 317px !important;
  }
  .max-height-md-317 {
    max-height: 317px !important;
  }
  .min-height-md-317 {
    min-height: 317px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-317 {
    width: 317% !important;
  }
  .h-lg-317 {
    height: 317% !important;
  }
  .max-w-lg-317 {
    max-width: 317% !important;
  }
  .min-w-lg-317 {
    min-width: 317% !important;
  }
  .max-h-lg-317 {
    max-height: 317% !important;
  }
  .min-h-lg-317 {
    min-height: 317% !important;
  }
  .min-lg-vw-317 {
    min-width: 317vw !important;
  }
  .min-lg-vh-317 {
    min-height: 317vh !important;
  }
  .vw-lg-317 {
    width: 317vw !important;
  }
  .vh-lg-317 {
    height: 317vh !important;
  }
  .width-lg-317 {
    width: 317px !important;
  }
  .height-lg-317 {
    height: 317px !important;
  }
  .max-width-lg-317 {
    max-width: 317px !important;
  }
  .min-width-lg-317 {
    min-width: 317px !important;
  }
  .max-height-lg-317 {
    max-height: 317px !important;
  }
  .min-height-lg-317 {
    min-height: 317px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-317 {
    width: 317% !important;
  }
  .h-xl-317 {
    height: 317% !important;
  }
  .max-w-xl-317 {
    max-width: 317% !important;
  }
  .min-w-xl-317 {
    min-width: 317% !important;
  }
  .max-h-xl-317 {
    max-height: 317% !important;
  }
  .min-h-xl-317 {
    min-height: 317% !important;
  }
  .min-xl-vw-317 {
    min-width: 317vw !important;
  }
  .min-xl-vh-317 {
    min-height: 317vh !important;
  }
  .vw-xl-317 {
    width: 317vw !important;
  }
  .vh-xl-317 {
    height: 317vh !important;
  }
  .width-xl-317 {
    width: 317px !important;
  }
  .height-xl-317 {
    height: 317px !important;
  }
  .max-width-xl-317 {
    max-width: 317px !important;
  }
  .min-width-xl-317 {
    min-width: 317px !important;
  }
  .max-height-xl-317 {
    max-height: 317px !important;
  }
  .min-height-xl-317 {
    min-height: 317px !important;
  }
}
.w-317 {
  width: 317% !important;
}

.h-317 {
  height: 317% !important;
}

.max-w-317 {
  max-width: 317% !important;
}

.min-w-317 {
  min-width: 317% !important;
}

.max-h-317 {
  max-height: 317% !important;
}

.min-h-317 {
  min-height: 317% !important;
}

.min-vw-317 {
  min-width: 317vw !important;
}

.min-vh-317 {
  min-height: 317vh !important;
}

.vw-317 {
  width: 317vw !important;
}

.vh-317 {
  height: 317vh !important;
}

.width-317 {
  width: 317px !important;
}

.height-317 {
  height: 317px !important;
}

.max-width-317 {
  max-width: 317px !important;
}

.min-width-317 {
  min-width: 317px !important;
}

.max-height-317 {
  max-height: 317px !important;
}

.min-height-317 {
  min-height: 317px !important;
}

@media (max-width: 576px) {
  .w-sm-318 {
    width: 318% !important;
  }
  .h-sm-318 {
    height: 318% !important;
  }
  .max-w-sm-318 {
    max-width: 318% !important;
  }
  .min-w-sm-318 {
    min-width: 318% !important;
  }
  .max-h-sm-318 {
    max-height: 318% !important;
  }
  .min-h-sm-318 {
    min-height: 318% !important;
  }
  .min-sm-vw-318 {
    min-width: 318vw !important;
  }
  .min-sm-vh-318 {
    min-height: 318vh !important;
  }
  .vw-sm-318 {
    width: 318vw !important;
  }
  .vh-sm-318 {
    height: 318vh !important;
  }
  .width-sm-318 {
    width: 318px !important;
  }
  .height-sm-318 {
    height: 318px !important;
  }
  .max-width-sm-318 {
    max-width: 318px !important;
  }
  .min-width-sm-318 {
    min-width: 318px !important;
  }
  .max-height-sm-318 {
    max-height: 318px !important;
  }
  .min-height-sm-318 {
    min-height: 318px !important;
  }
}
@media (max-width: 768px) {
  .w-md-318 {
    width: 318% !important;
  }
  .h-md-318 {
    height: 318% !important;
  }
  .max-w-md-318 {
    max-width: 318% !important;
  }
  .min-w-md-318 {
    min-width: 318% !important;
  }
  .max-h-md-318 {
    max-height: 318% !important;
  }
  .min-h-md-318 {
    min-height: 318% !important;
  }
  .min-md-vw-318 {
    min-width: 318vw !important;
  }
  .min-md-vh-318 {
    min-height: 318vh !important;
  }
  .vw-md-318 {
    width: 318vw !important;
  }
  .vh-md-318 {
    height: 318vh !important;
  }
  .width-md-318 {
    width: 318px !important;
  }
  .height-md-318 {
    height: 318px !important;
  }
  .max-width-md-318 {
    max-width: 318px !important;
  }
  .min-width-md-318 {
    min-width: 318px !important;
  }
  .max-height-md-318 {
    max-height: 318px !important;
  }
  .min-height-md-318 {
    min-height: 318px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-318 {
    width: 318% !important;
  }
  .h-lg-318 {
    height: 318% !important;
  }
  .max-w-lg-318 {
    max-width: 318% !important;
  }
  .min-w-lg-318 {
    min-width: 318% !important;
  }
  .max-h-lg-318 {
    max-height: 318% !important;
  }
  .min-h-lg-318 {
    min-height: 318% !important;
  }
  .min-lg-vw-318 {
    min-width: 318vw !important;
  }
  .min-lg-vh-318 {
    min-height: 318vh !important;
  }
  .vw-lg-318 {
    width: 318vw !important;
  }
  .vh-lg-318 {
    height: 318vh !important;
  }
  .width-lg-318 {
    width: 318px !important;
  }
  .height-lg-318 {
    height: 318px !important;
  }
  .max-width-lg-318 {
    max-width: 318px !important;
  }
  .min-width-lg-318 {
    min-width: 318px !important;
  }
  .max-height-lg-318 {
    max-height: 318px !important;
  }
  .min-height-lg-318 {
    min-height: 318px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-318 {
    width: 318% !important;
  }
  .h-xl-318 {
    height: 318% !important;
  }
  .max-w-xl-318 {
    max-width: 318% !important;
  }
  .min-w-xl-318 {
    min-width: 318% !important;
  }
  .max-h-xl-318 {
    max-height: 318% !important;
  }
  .min-h-xl-318 {
    min-height: 318% !important;
  }
  .min-xl-vw-318 {
    min-width: 318vw !important;
  }
  .min-xl-vh-318 {
    min-height: 318vh !important;
  }
  .vw-xl-318 {
    width: 318vw !important;
  }
  .vh-xl-318 {
    height: 318vh !important;
  }
  .width-xl-318 {
    width: 318px !important;
  }
  .height-xl-318 {
    height: 318px !important;
  }
  .max-width-xl-318 {
    max-width: 318px !important;
  }
  .min-width-xl-318 {
    min-width: 318px !important;
  }
  .max-height-xl-318 {
    max-height: 318px !important;
  }
  .min-height-xl-318 {
    min-height: 318px !important;
  }
}
.w-318 {
  width: 318% !important;
}

.h-318 {
  height: 318% !important;
}

.max-w-318 {
  max-width: 318% !important;
}

.min-w-318 {
  min-width: 318% !important;
}

.max-h-318 {
  max-height: 318% !important;
}

.min-h-318 {
  min-height: 318% !important;
}

.min-vw-318 {
  min-width: 318vw !important;
}

.min-vh-318 {
  min-height: 318vh !important;
}

.vw-318 {
  width: 318vw !important;
}

.vh-318 {
  height: 318vh !important;
}

.width-318 {
  width: 318px !important;
}

.height-318 {
  height: 318px !important;
}

.max-width-318 {
  max-width: 318px !important;
}

.min-width-318 {
  min-width: 318px !important;
}

.max-height-318 {
  max-height: 318px !important;
}

.min-height-318 {
  min-height: 318px !important;
}

@media (max-width: 576px) {
  .w-sm-319 {
    width: 319% !important;
  }
  .h-sm-319 {
    height: 319% !important;
  }
  .max-w-sm-319 {
    max-width: 319% !important;
  }
  .min-w-sm-319 {
    min-width: 319% !important;
  }
  .max-h-sm-319 {
    max-height: 319% !important;
  }
  .min-h-sm-319 {
    min-height: 319% !important;
  }
  .min-sm-vw-319 {
    min-width: 319vw !important;
  }
  .min-sm-vh-319 {
    min-height: 319vh !important;
  }
  .vw-sm-319 {
    width: 319vw !important;
  }
  .vh-sm-319 {
    height: 319vh !important;
  }
  .width-sm-319 {
    width: 319px !important;
  }
  .height-sm-319 {
    height: 319px !important;
  }
  .max-width-sm-319 {
    max-width: 319px !important;
  }
  .min-width-sm-319 {
    min-width: 319px !important;
  }
  .max-height-sm-319 {
    max-height: 319px !important;
  }
  .min-height-sm-319 {
    min-height: 319px !important;
  }
}
@media (max-width: 768px) {
  .w-md-319 {
    width: 319% !important;
  }
  .h-md-319 {
    height: 319% !important;
  }
  .max-w-md-319 {
    max-width: 319% !important;
  }
  .min-w-md-319 {
    min-width: 319% !important;
  }
  .max-h-md-319 {
    max-height: 319% !important;
  }
  .min-h-md-319 {
    min-height: 319% !important;
  }
  .min-md-vw-319 {
    min-width: 319vw !important;
  }
  .min-md-vh-319 {
    min-height: 319vh !important;
  }
  .vw-md-319 {
    width: 319vw !important;
  }
  .vh-md-319 {
    height: 319vh !important;
  }
  .width-md-319 {
    width: 319px !important;
  }
  .height-md-319 {
    height: 319px !important;
  }
  .max-width-md-319 {
    max-width: 319px !important;
  }
  .min-width-md-319 {
    min-width: 319px !important;
  }
  .max-height-md-319 {
    max-height: 319px !important;
  }
  .min-height-md-319 {
    min-height: 319px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-319 {
    width: 319% !important;
  }
  .h-lg-319 {
    height: 319% !important;
  }
  .max-w-lg-319 {
    max-width: 319% !important;
  }
  .min-w-lg-319 {
    min-width: 319% !important;
  }
  .max-h-lg-319 {
    max-height: 319% !important;
  }
  .min-h-lg-319 {
    min-height: 319% !important;
  }
  .min-lg-vw-319 {
    min-width: 319vw !important;
  }
  .min-lg-vh-319 {
    min-height: 319vh !important;
  }
  .vw-lg-319 {
    width: 319vw !important;
  }
  .vh-lg-319 {
    height: 319vh !important;
  }
  .width-lg-319 {
    width: 319px !important;
  }
  .height-lg-319 {
    height: 319px !important;
  }
  .max-width-lg-319 {
    max-width: 319px !important;
  }
  .min-width-lg-319 {
    min-width: 319px !important;
  }
  .max-height-lg-319 {
    max-height: 319px !important;
  }
  .min-height-lg-319 {
    min-height: 319px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-319 {
    width: 319% !important;
  }
  .h-xl-319 {
    height: 319% !important;
  }
  .max-w-xl-319 {
    max-width: 319% !important;
  }
  .min-w-xl-319 {
    min-width: 319% !important;
  }
  .max-h-xl-319 {
    max-height: 319% !important;
  }
  .min-h-xl-319 {
    min-height: 319% !important;
  }
  .min-xl-vw-319 {
    min-width: 319vw !important;
  }
  .min-xl-vh-319 {
    min-height: 319vh !important;
  }
  .vw-xl-319 {
    width: 319vw !important;
  }
  .vh-xl-319 {
    height: 319vh !important;
  }
  .width-xl-319 {
    width: 319px !important;
  }
  .height-xl-319 {
    height: 319px !important;
  }
  .max-width-xl-319 {
    max-width: 319px !important;
  }
  .min-width-xl-319 {
    min-width: 319px !important;
  }
  .max-height-xl-319 {
    max-height: 319px !important;
  }
  .min-height-xl-319 {
    min-height: 319px !important;
  }
}
.w-319 {
  width: 319% !important;
}

.h-319 {
  height: 319% !important;
}

.max-w-319 {
  max-width: 319% !important;
}

.min-w-319 {
  min-width: 319% !important;
}

.max-h-319 {
  max-height: 319% !important;
}

.min-h-319 {
  min-height: 319% !important;
}

.min-vw-319 {
  min-width: 319vw !important;
}

.min-vh-319 {
  min-height: 319vh !important;
}

.vw-319 {
  width: 319vw !important;
}

.vh-319 {
  height: 319vh !important;
}

.width-319 {
  width: 319px !important;
}

.height-319 {
  height: 319px !important;
}

.max-width-319 {
  max-width: 319px !important;
}

.min-width-319 {
  min-width: 319px !important;
}

.max-height-319 {
  max-height: 319px !important;
}

.min-height-319 {
  min-height: 319px !important;
}

@media (max-width: 576px) {
  .w-sm-320 {
    width: 320% !important;
  }
  .h-sm-320 {
    height: 320% !important;
  }
  .max-w-sm-320 {
    max-width: 320% !important;
  }
  .min-w-sm-320 {
    min-width: 320% !important;
  }
  .max-h-sm-320 {
    max-height: 320% !important;
  }
  .min-h-sm-320 {
    min-height: 320% !important;
  }
  .min-sm-vw-320 {
    min-width: 320vw !important;
  }
  .min-sm-vh-320 {
    min-height: 320vh !important;
  }
  .vw-sm-320 {
    width: 320vw !important;
  }
  .vh-sm-320 {
    height: 320vh !important;
  }
  .width-sm-320 {
    width: 320px !important;
  }
  .height-sm-320 {
    height: 320px !important;
  }
  .max-width-sm-320 {
    max-width: 320px !important;
  }
  .min-width-sm-320 {
    min-width: 320px !important;
  }
  .max-height-sm-320 {
    max-height: 320px !important;
  }
  .min-height-sm-320 {
    min-height: 320px !important;
  }
}
@media (max-width: 768px) {
  .w-md-320 {
    width: 320% !important;
  }
  .h-md-320 {
    height: 320% !important;
  }
  .max-w-md-320 {
    max-width: 320% !important;
  }
  .min-w-md-320 {
    min-width: 320% !important;
  }
  .max-h-md-320 {
    max-height: 320% !important;
  }
  .min-h-md-320 {
    min-height: 320% !important;
  }
  .min-md-vw-320 {
    min-width: 320vw !important;
  }
  .min-md-vh-320 {
    min-height: 320vh !important;
  }
  .vw-md-320 {
    width: 320vw !important;
  }
  .vh-md-320 {
    height: 320vh !important;
  }
  .width-md-320 {
    width: 320px !important;
  }
  .height-md-320 {
    height: 320px !important;
  }
  .max-width-md-320 {
    max-width: 320px !important;
  }
  .min-width-md-320 {
    min-width: 320px !important;
  }
  .max-height-md-320 {
    max-height: 320px !important;
  }
  .min-height-md-320 {
    min-height: 320px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-320 {
    width: 320% !important;
  }
  .h-lg-320 {
    height: 320% !important;
  }
  .max-w-lg-320 {
    max-width: 320% !important;
  }
  .min-w-lg-320 {
    min-width: 320% !important;
  }
  .max-h-lg-320 {
    max-height: 320% !important;
  }
  .min-h-lg-320 {
    min-height: 320% !important;
  }
  .min-lg-vw-320 {
    min-width: 320vw !important;
  }
  .min-lg-vh-320 {
    min-height: 320vh !important;
  }
  .vw-lg-320 {
    width: 320vw !important;
  }
  .vh-lg-320 {
    height: 320vh !important;
  }
  .width-lg-320 {
    width: 320px !important;
  }
  .height-lg-320 {
    height: 320px !important;
  }
  .max-width-lg-320 {
    max-width: 320px !important;
  }
  .min-width-lg-320 {
    min-width: 320px !important;
  }
  .max-height-lg-320 {
    max-height: 320px !important;
  }
  .min-height-lg-320 {
    min-height: 320px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-320 {
    width: 320% !important;
  }
  .h-xl-320 {
    height: 320% !important;
  }
  .max-w-xl-320 {
    max-width: 320% !important;
  }
  .min-w-xl-320 {
    min-width: 320% !important;
  }
  .max-h-xl-320 {
    max-height: 320% !important;
  }
  .min-h-xl-320 {
    min-height: 320% !important;
  }
  .min-xl-vw-320 {
    min-width: 320vw !important;
  }
  .min-xl-vh-320 {
    min-height: 320vh !important;
  }
  .vw-xl-320 {
    width: 320vw !important;
  }
  .vh-xl-320 {
    height: 320vh !important;
  }
  .width-xl-320 {
    width: 320px !important;
  }
  .height-xl-320 {
    height: 320px !important;
  }
  .max-width-xl-320 {
    max-width: 320px !important;
  }
  .min-width-xl-320 {
    min-width: 320px !important;
  }
  .max-height-xl-320 {
    max-height: 320px !important;
  }
  .min-height-xl-320 {
    min-height: 320px !important;
  }
}
.w-320 {
  width: 320% !important;
}

.h-320 {
  height: 320% !important;
}

.max-w-320 {
  max-width: 320% !important;
}

.min-w-320 {
  min-width: 320% !important;
}

.max-h-320 {
  max-height: 320% !important;
}

.min-h-320 {
  min-height: 320% !important;
}

.min-vw-320 {
  min-width: 320vw !important;
}

.min-vh-320 {
  min-height: 320vh !important;
}

.vw-320 {
  width: 320vw !important;
}

.vh-320 {
  height: 320vh !important;
}

.width-320 {
  width: 320px !important;
}

.height-320 {
  height: 320px !important;
}

.max-width-320 {
  max-width: 320px !important;
}

.min-width-320 {
  min-width: 320px !important;
}

.max-height-320 {
  max-height: 320px !important;
}

.min-height-320 {
  min-height: 320px !important;
}

@media (max-width: 576px) {
  .w-sm-321 {
    width: 321% !important;
  }
  .h-sm-321 {
    height: 321% !important;
  }
  .max-w-sm-321 {
    max-width: 321% !important;
  }
  .min-w-sm-321 {
    min-width: 321% !important;
  }
  .max-h-sm-321 {
    max-height: 321% !important;
  }
  .min-h-sm-321 {
    min-height: 321% !important;
  }
  .min-sm-vw-321 {
    min-width: 321vw !important;
  }
  .min-sm-vh-321 {
    min-height: 321vh !important;
  }
  .vw-sm-321 {
    width: 321vw !important;
  }
  .vh-sm-321 {
    height: 321vh !important;
  }
  .width-sm-321 {
    width: 321px !important;
  }
  .height-sm-321 {
    height: 321px !important;
  }
  .max-width-sm-321 {
    max-width: 321px !important;
  }
  .min-width-sm-321 {
    min-width: 321px !important;
  }
  .max-height-sm-321 {
    max-height: 321px !important;
  }
  .min-height-sm-321 {
    min-height: 321px !important;
  }
}
@media (max-width: 768px) {
  .w-md-321 {
    width: 321% !important;
  }
  .h-md-321 {
    height: 321% !important;
  }
  .max-w-md-321 {
    max-width: 321% !important;
  }
  .min-w-md-321 {
    min-width: 321% !important;
  }
  .max-h-md-321 {
    max-height: 321% !important;
  }
  .min-h-md-321 {
    min-height: 321% !important;
  }
  .min-md-vw-321 {
    min-width: 321vw !important;
  }
  .min-md-vh-321 {
    min-height: 321vh !important;
  }
  .vw-md-321 {
    width: 321vw !important;
  }
  .vh-md-321 {
    height: 321vh !important;
  }
  .width-md-321 {
    width: 321px !important;
  }
  .height-md-321 {
    height: 321px !important;
  }
  .max-width-md-321 {
    max-width: 321px !important;
  }
  .min-width-md-321 {
    min-width: 321px !important;
  }
  .max-height-md-321 {
    max-height: 321px !important;
  }
  .min-height-md-321 {
    min-height: 321px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-321 {
    width: 321% !important;
  }
  .h-lg-321 {
    height: 321% !important;
  }
  .max-w-lg-321 {
    max-width: 321% !important;
  }
  .min-w-lg-321 {
    min-width: 321% !important;
  }
  .max-h-lg-321 {
    max-height: 321% !important;
  }
  .min-h-lg-321 {
    min-height: 321% !important;
  }
  .min-lg-vw-321 {
    min-width: 321vw !important;
  }
  .min-lg-vh-321 {
    min-height: 321vh !important;
  }
  .vw-lg-321 {
    width: 321vw !important;
  }
  .vh-lg-321 {
    height: 321vh !important;
  }
  .width-lg-321 {
    width: 321px !important;
  }
  .height-lg-321 {
    height: 321px !important;
  }
  .max-width-lg-321 {
    max-width: 321px !important;
  }
  .min-width-lg-321 {
    min-width: 321px !important;
  }
  .max-height-lg-321 {
    max-height: 321px !important;
  }
  .min-height-lg-321 {
    min-height: 321px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-321 {
    width: 321% !important;
  }
  .h-xl-321 {
    height: 321% !important;
  }
  .max-w-xl-321 {
    max-width: 321% !important;
  }
  .min-w-xl-321 {
    min-width: 321% !important;
  }
  .max-h-xl-321 {
    max-height: 321% !important;
  }
  .min-h-xl-321 {
    min-height: 321% !important;
  }
  .min-xl-vw-321 {
    min-width: 321vw !important;
  }
  .min-xl-vh-321 {
    min-height: 321vh !important;
  }
  .vw-xl-321 {
    width: 321vw !important;
  }
  .vh-xl-321 {
    height: 321vh !important;
  }
  .width-xl-321 {
    width: 321px !important;
  }
  .height-xl-321 {
    height: 321px !important;
  }
  .max-width-xl-321 {
    max-width: 321px !important;
  }
  .min-width-xl-321 {
    min-width: 321px !important;
  }
  .max-height-xl-321 {
    max-height: 321px !important;
  }
  .min-height-xl-321 {
    min-height: 321px !important;
  }
}
.w-321 {
  width: 321% !important;
}

.h-321 {
  height: 321% !important;
}

.max-w-321 {
  max-width: 321% !important;
}

.min-w-321 {
  min-width: 321% !important;
}

.max-h-321 {
  max-height: 321% !important;
}

.min-h-321 {
  min-height: 321% !important;
}

.min-vw-321 {
  min-width: 321vw !important;
}

.min-vh-321 {
  min-height: 321vh !important;
}

.vw-321 {
  width: 321vw !important;
}

.vh-321 {
  height: 321vh !important;
}

.width-321 {
  width: 321px !important;
}

.height-321 {
  height: 321px !important;
}

.max-width-321 {
  max-width: 321px !important;
}

.min-width-321 {
  min-width: 321px !important;
}

.max-height-321 {
  max-height: 321px !important;
}

.min-height-321 {
  min-height: 321px !important;
}

@media (max-width: 576px) {
  .w-sm-322 {
    width: 322% !important;
  }
  .h-sm-322 {
    height: 322% !important;
  }
  .max-w-sm-322 {
    max-width: 322% !important;
  }
  .min-w-sm-322 {
    min-width: 322% !important;
  }
  .max-h-sm-322 {
    max-height: 322% !important;
  }
  .min-h-sm-322 {
    min-height: 322% !important;
  }
  .min-sm-vw-322 {
    min-width: 322vw !important;
  }
  .min-sm-vh-322 {
    min-height: 322vh !important;
  }
  .vw-sm-322 {
    width: 322vw !important;
  }
  .vh-sm-322 {
    height: 322vh !important;
  }
  .width-sm-322 {
    width: 322px !important;
  }
  .height-sm-322 {
    height: 322px !important;
  }
  .max-width-sm-322 {
    max-width: 322px !important;
  }
  .min-width-sm-322 {
    min-width: 322px !important;
  }
  .max-height-sm-322 {
    max-height: 322px !important;
  }
  .min-height-sm-322 {
    min-height: 322px !important;
  }
}
@media (max-width: 768px) {
  .w-md-322 {
    width: 322% !important;
  }
  .h-md-322 {
    height: 322% !important;
  }
  .max-w-md-322 {
    max-width: 322% !important;
  }
  .min-w-md-322 {
    min-width: 322% !important;
  }
  .max-h-md-322 {
    max-height: 322% !important;
  }
  .min-h-md-322 {
    min-height: 322% !important;
  }
  .min-md-vw-322 {
    min-width: 322vw !important;
  }
  .min-md-vh-322 {
    min-height: 322vh !important;
  }
  .vw-md-322 {
    width: 322vw !important;
  }
  .vh-md-322 {
    height: 322vh !important;
  }
  .width-md-322 {
    width: 322px !important;
  }
  .height-md-322 {
    height: 322px !important;
  }
  .max-width-md-322 {
    max-width: 322px !important;
  }
  .min-width-md-322 {
    min-width: 322px !important;
  }
  .max-height-md-322 {
    max-height: 322px !important;
  }
  .min-height-md-322 {
    min-height: 322px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-322 {
    width: 322% !important;
  }
  .h-lg-322 {
    height: 322% !important;
  }
  .max-w-lg-322 {
    max-width: 322% !important;
  }
  .min-w-lg-322 {
    min-width: 322% !important;
  }
  .max-h-lg-322 {
    max-height: 322% !important;
  }
  .min-h-lg-322 {
    min-height: 322% !important;
  }
  .min-lg-vw-322 {
    min-width: 322vw !important;
  }
  .min-lg-vh-322 {
    min-height: 322vh !important;
  }
  .vw-lg-322 {
    width: 322vw !important;
  }
  .vh-lg-322 {
    height: 322vh !important;
  }
  .width-lg-322 {
    width: 322px !important;
  }
  .height-lg-322 {
    height: 322px !important;
  }
  .max-width-lg-322 {
    max-width: 322px !important;
  }
  .min-width-lg-322 {
    min-width: 322px !important;
  }
  .max-height-lg-322 {
    max-height: 322px !important;
  }
  .min-height-lg-322 {
    min-height: 322px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-322 {
    width: 322% !important;
  }
  .h-xl-322 {
    height: 322% !important;
  }
  .max-w-xl-322 {
    max-width: 322% !important;
  }
  .min-w-xl-322 {
    min-width: 322% !important;
  }
  .max-h-xl-322 {
    max-height: 322% !important;
  }
  .min-h-xl-322 {
    min-height: 322% !important;
  }
  .min-xl-vw-322 {
    min-width: 322vw !important;
  }
  .min-xl-vh-322 {
    min-height: 322vh !important;
  }
  .vw-xl-322 {
    width: 322vw !important;
  }
  .vh-xl-322 {
    height: 322vh !important;
  }
  .width-xl-322 {
    width: 322px !important;
  }
  .height-xl-322 {
    height: 322px !important;
  }
  .max-width-xl-322 {
    max-width: 322px !important;
  }
  .min-width-xl-322 {
    min-width: 322px !important;
  }
  .max-height-xl-322 {
    max-height: 322px !important;
  }
  .min-height-xl-322 {
    min-height: 322px !important;
  }
}
.w-322 {
  width: 322% !important;
}

.h-322 {
  height: 322% !important;
}

.max-w-322 {
  max-width: 322% !important;
}

.min-w-322 {
  min-width: 322% !important;
}

.max-h-322 {
  max-height: 322% !important;
}

.min-h-322 {
  min-height: 322% !important;
}

.min-vw-322 {
  min-width: 322vw !important;
}

.min-vh-322 {
  min-height: 322vh !important;
}

.vw-322 {
  width: 322vw !important;
}

.vh-322 {
  height: 322vh !important;
}

.width-322 {
  width: 322px !important;
}

.height-322 {
  height: 322px !important;
}

.max-width-322 {
  max-width: 322px !important;
}

.min-width-322 {
  min-width: 322px !important;
}

.max-height-322 {
  max-height: 322px !important;
}

.min-height-322 {
  min-height: 322px !important;
}

@media (max-width: 576px) {
  .w-sm-323 {
    width: 323% !important;
  }
  .h-sm-323 {
    height: 323% !important;
  }
  .max-w-sm-323 {
    max-width: 323% !important;
  }
  .min-w-sm-323 {
    min-width: 323% !important;
  }
  .max-h-sm-323 {
    max-height: 323% !important;
  }
  .min-h-sm-323 {
    min-height: 323% !important;
  }
  .min-sm-vw-323 {
    min-width: 323vw !important;
  }
  .min-sm-vh-323 {
    min-height: 323vh !important;
  }
  .vw-sm-323 {
    width: 323vw !important;
  }
  .vh-sm-323 {
    height: 323vh !important;
  }
  .width-sm-323 {
    width: 323px !important;
  }
  .height-sm-323 {
    height: 323px !important;
  }
  .max-width-sm-323 {
    max-width: 323px !important;
  }
  .min-width-sm-323 {
    min-width: 323px !important;
  }
  .max-height-sm-323 {
    max-height: 323px !important;
  }
  .min-height-sm-323 {
    min-height: 323px !important;
  }
}
@media (max-width: 768px) {
  .w-md-323 {
    width: 323% !important;
  }
  .h-md-323 {
    height: 323% !important;
  }
  .max-w-md-323 {
    max-width: 323% !important;
  }
  .min-w-md-323 {
    min-width: 323% !important;
  }
  .max-h-md-323 {
    max-height: 323% !important;
  }
  .min-h-md-323 {
    min-height: 323% !important;
  }
  .min-md-vw-323 {
    min-width: 323vw !important;
  }
  .min-md-vh-323 {
    min-height: 323vh !important;
  }
  .vw-md-323 {
    width: 323vw !important;
  }
  .vh-md-323 {
    height: 323vh !important;
  }
  .width-md-323 {
    width: 323px !important;
  }
  .height-md-323 {
    height: 323px !important;
  }
  .max-width-md-323 {
    max-width: 323px !important;
  }
  .min-width-md-323 {
    min-width: 323px !important;
  }
  .max-height-md-323 {
    max-height: 323px !important;
  }
  .min-height-md-323 {
    min-height: 323px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-323 {
    width: 323% !important;
  }
  .h-lg-323 {
    height: 323% !important;
  }
  .max-w-lg-323 {
    max-width: 323% !important;
  }
  .min-w-lg-323 {
    min-width: 323% !important;
  }
  .max-h-lg-323 {
    max-height: 323% !important;
  }
  .min-h-lg-323 {
    min-height: 323% !important;
  }
  .min-lg-vw-323 {
    min-width: 323vw !important;
  }
  .min-lg-vh-323 {
    min-height: 323vh !important;
  }
  .vw-lg-323 {
    width: 323vw !important;
  }
  .vh-lg-323 {
    height: 323vh !important;
  }
  .width-lg-323 {
    width: 323px !important;
  }
  .height-lg-323 {
    height: 323px !important;
  }
  .max-width-lg-323 {
    max-width: 323px !important;
  }
  .min-width-lg-323 {
    min-width: 323px !important;
  }
  .max-height-lg-323 {
    max-height: 323px !important;
  }
  .min-height-lg-323 {
    min-height: 323px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-323 {
    width: 323% !important;
  }
  .h-xl-323 {
    height: 323% !important;
  }
  .max-w-xl-323 {
    max-width: 323% !important;
  }
  .min-w-xl-323 {
    min-width: 323% !important;
  }
  .max-h-xl-323 {
    max-height: 323% !important;
  }
  .min-h-xl-323 {
    min-height: 323% !important;
  }
  .min-xl-vw-323 {
    min-width: 323vw !important;
  }
  .min-xl-vh-323 {
    min-height: 323vh !important;
  }
  .vw-xl-323 {
    width: 323vw !important;
  }
  .vh-xl-323 {
    height: 323vh !important;
  }
  .width-xl-323 {
    width: 323px !important;
  }
  .height-xl-323 {
    height: 323px !important;
  }
  .max-width-xl-323 {
    max-width: 323px !important;
  }
  .min-width-xl-323 {
    min-width: 323px !important;
  }
  .max-height-xl-323 {
    max-height: 323px !important;
  }
  .min-height-xl-323 {
    min-height: 323px !important;
  }
}
.w-323 {
  width: 323% !important;
}

.h-323 {
  height: 323% !important;
}

.max-w-323 {
  max-width: 323% !important;
}

.min-w-323 {
  min-width: 323% !important;
}

.max-h-323 {
  max-height: 323% !important;
}

.min-h-323 {
  min-height: 323% !important;
}

.min-vw-323 {
  min-width: 323vw !important;
}

.min-vh-323 {
  min-height: 323vh !important;
}

.vw-323 {
  width: 323vw !important;
}

.vh-323 {
  height: 323vh !important;
}

.width-323 {
  width: 323px !important;
}

.height-323 {
  height: 323px !important;
}

.max-width-323 {
  max-width: 323px !important;
}

.min-width-323 {
  min-width: 323px !important;
}

.max-height-323 {
  max-height: 323px !important;
}

.min-height-323 {
  min-height: 323px !important;
}

@media (max-width: 576px) {
  .w-sm-324 {
    width: 324% !important;
  }
  .h-sm-324 {
    height: 324% !important;
  }
  .max-w-sm-324 {
    max-width: 324% !important;
  }
  .min-w-sm-324 {
    min-width: 324% !important;
  }
  .max-h-sm-324 {
    max-height: 324% !important;
  }
  .min-h-sm-324 {
    min-height: 324% !important;
  }
  .min-sm-vw-324 {
    min-width: 324vw !important;
  }
  .min-sm-vh-324 {
    min-height: 324vh !important;
  }
  .vw-sm-324 {
    width: 324vw !important;
  }
  .vh-sm-324 {
    height: 324vh !important;
  }
  .width-sm-324 {
    width: 324px !important;
  }
  .height-sm-324 {
    height: 324px !important;
  }
  .max-width-sm-324 {
    max-width: 324px !important;
  }
  .min-width-sm-324 {
    min-width: 324px !important;
  }
  .max-height-sm-324 {
    max-height: 324px !important;
  }
  .min-height-sm-324 {
    min-height: 324px !important;
  }
}
@media (max-width: 768px) {
  .w-md-324 {
    width: 324% !important;
  }
  .h-md-324 {
    height: 324% !important;
  }
  .max-w-md-324 {
    max-width: 324% !important;
  }
  .min-w-md-324 {
    min-width: 324% !important;
  }
  .max-h-md-324 {
    max-height: 324% !important;
  }
  .min-h-md-324 {
    min-height: 324% !important;
  }
  .min-md-vw-324 {
    min-width: 324vw !important;
  }
  .min-md-vh-324 {
    min-height: 324vh !important;
  }
  .vw-md-324 {
    width: 324vw !important;
  }
  .vh-md-324 {
    height: 324vh !important;
  }
  .width-md-324 {
    width: 324px !important;
  }
  .height-md-324 {
    height: 324px !important;
  }
  .max-width-md-324 {
    max-width: 324px !important;
  }
  .min-width-md-324 {
    min-width: 324px !important;
  }
  .max-height-md-324 {
    max-height: 324px !important;
  }
  .min-height-md-324 {
    min-height: 324px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-324 {
    width: 324% !important;
  }
  .h-lg-324 {
    height: 324% !important;
  }
  .max-w-lg-324 {
    max-width: 324% !important;
  }
  .min-w-lg-324 {
    min-width: 324% !important;
  }
  .max-h-lg-324 {
    max-height: 324% !important;
  }
  .min-h-lg-324 {
    min-height: 324% !important;
  }
  .min-lg-vw-324 {
    min-width: 324vw !important;
  }
  .min-lg-vh-324 {
    min-height: 324vh !important;
  }
  .vw-lg-324 {
    width: 324vw !important;
  }
  .vh-lg-324 {
    height: 324vh !important;
  }
  .width-lg-324 {
    width: 324px !important;
  }
  .height-lg-324 {
    height: 324px !important;
  }
  .max-width-lg-324 {
    max-width: 324px !important;
  }
  .min-width-lg-324 {
    min-width: 324px !important;
  }
  .max-height-lg-324 {
    max-height: 324px !important;
  }
  .min-height-lg-324 {
    min-height: 324px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-324 {
    width: 324% !important;
  }
  .h-xl-324 {
    height: 324% !important;
  }
  .max-w-xl-324 {
    max-width: 324% !important;
  }
  .min-w-xl-324 {
    min-width: 324% !important;
  }
  .max-h-xl-324 {
    max-height: 324% !important;
  }
  .min-h-xl-324 {
    min-height: 324% !important;
  }
  .min-xl-vw-324 {
    min-width: 324vw !important;
  }
  .min-xl-vh-324 {
    min-height: 324vh !important;
  }
  .vw-xl-324 {
    width: 324vw !important;
  }
  .vh-xl-324 {
    height: 324vh !important;
  }
  .width-xl-324 {
    width: 324px !important;
  }
  .height-xl-324 {
    height: 324px !important;
  }
  .max-width-xl-324 {
    max-width: 324px !important;
  }
  .min-width-xl-324 {
    min-width: 324px !important;
  }
  .max-height-xl-324 {
    max-height: 324px !important;
  }
  .min-height-xl-324 {
    min-height: 324px !important;
  }
}
.w-324 {
  width: 324% !important;
}

.h-324 {
  height: 324% !important;
}

.max-w-324 {
  max-width: 324% !important;
}

.min-w-324 {
  min-width: 324% !important;
}

.max-h-324 {
  max-height: 324% !important;
}

.min-h-324 {
  min-height: 324% !important;
}

.min-vw-324 {
  min-width: 324vw !important;
}

.min-vh-324 {
  min-height: 324vh !important;
}

.vw-324 {
  width: 324vw !important;
}

.vh-324 {
  height: 324vh !important;
}

.width-324 {
  width: 324px !important;
}

.height-324 {
  height: 324px !important;
}

.max-width-324 {
  max-width: 324px !important;
}

.min-width-324 {
  min-width: 324px !important;
}

.max-height-324 {
  max-height: 324px !important;
}

.min-height-324 {
  min-height: 324px !important;
}

@media (max-width: 576px) {
  .w-sm-325 {
    width: 325% !important;
  }
  .h-sm-325 {
    height: 325% !important;
  }
  .max-w-sm-325 {
    max-width: 325% !important;
  }
  .min-w-sm-325 {
    min-width: 325% !important;
  }
  .max-h-sm-325 {
    max-height: 325% !important;
  }
  .min-h-sm-325 {
    min-height: 325% !important;
  }
  .min-sm-vw-325 {
    min-width: 325vw !important;
  }
  .min-sm-vh-325 {
    min-height: 325vh !important;
  }
  .vw-sm-325 {
    width: 325vw !important;
  }
  .vh-sm-325 {
    height: 325vh !important;
  }
  .width-sm-325 {
    width: 325px !important;
  }
  .height-sm-325 {
    height: 325px !important;
  }
  .max-width-sm-325 {
    max-width: 325px !important;
  }
  .min-width-sm-325 {
    min-width: 325px !important;
  }
  .max-height-sm-325 {
    max-height: 325px !important;
  }
  .min-height-sm-325 {
    min-height: 325px !important;
  }
}
@media (max-width: 768px) {
  .w-md-325 {
    width: 325% !important;
  }
  .h-md-325 {
    height: 325% !important;
  }
  .max-w-md-325 {
    max-width: 325% !important;
  }
  .min-w-md-325 {
    min-width: 325% !important;
  }
  .max-h-md-325 {
    max-height: 325% !important;
  }
  .min-h-md-325 {
    min-height: 325% !important;
  }
  .min-md-vw-325 {
    min-width: 325vw !important;
  }
  .min-md-vh-325 {
    min-height: 325vh !important;
  }
  .vw-md-325 {
    width: 325vw !important;
  }
  .vh-md-325 {
    height: 325vh !important;
  }
  .width-md-325 {
    width: 325px !important;
  }
  .height-md-325 {
    height: 325px !important;
  }
  .max-width-md-325 {
    max-width: 325px !important;
  }
  .min-width-md-325 {
    min-width: 325px !important;
  }
  .max-height-md-325 {
    max-height: 325px !important;
  }
  .min-height-md-325 {
    min-height: 325px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-325 {
    width: 325% !important;
  }
  .h-lg-325 {
    height: 325% !important;
  }
  .max-w-lg-325 {
    max-width: 325% !important;
  }
  .min-w-lg-325 {
    min-width: 325% !important;
  }
  .max-h-lg-325 {
    max-height: 325% !important;
  }
  .min-h-lg-325 {
    min-height: 325% !important;
  }
  .min-lg-vw-325 {
    min-width: 325vw !important;
  }
  .min-lg-vh-325 {
    min-height: 325vh !important;
  }
  .vw-lg-325 {
    width: 325vw !important;
  }
  .vh-lg-325 {
    height: 325vh !important;
  }
  .width-lg-325 {
    width: 325px !important;
  }
  .height-lg-325 {
    height: 325px !important;
  }
  .max-width-lg-325 {
    max-width: 325px !important;
  }
  .min-width-lg-325 {
    min-width: 325px !important;
  }
  .max-height-lg-325 {
    max-height: 325px !important;
  }
  .min-height-lg-325 {
    min-height: 325px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-325 {
    width: 325% !important;
  }
  .h-xl-325 {
    height: 325% !important;
  }
  .max-w-xl-325 {
    max-width: 325% !important;
  }
  .min-w-xl-325 {
    min-width: 325% !important;
  }
  .max-h-xl-325 {
    max-height: 325% !important;
  }
  .min-h-xl-325 {
    min-height: 325% !important;
  }
  .min-xl-vw-325 {
    min-width: 325vw !important;
  }
  .min-xl-vh-325 {
    min-height: 325vh !important;
  }
  .vw-xl-325 {
    width: 325vw !important;
  }
  .vh-xl-325 {
    height: 325vh !important;
  }
  .width-xl-325 {
    width: 325px !important;
  }
  .height-xl-325 {
    height: 325px !important;
  }
  .max-width-xl-325 {
    max-width: 325px !important;
  }
  .min-width-xl-325 {
    min-width: 325px !important;
  }
  .max-height-xl-325 {
    max-height: 325px !important;
  }
  .min-height-xl-325 {
    min-height: 325px !important;
  }
}
.w-325 {
  width: 325% !important;
}

.h-325 {
  height: 325% !important;
}

.max-w-325 {
  max-width: 325% !important;
}

.min-w-325 {
  min-width: 325% !important;
}

.max-h-325 {
  max-height: 325% !important;
}

.min-h-325 {
  min-height: 325% !important;
}

.min-vw-325 {
  min-width: 325vw !important;
}

.min-vh-325 {
  min-height: 325vh !important;
}

.vw-325 {
  width: 325vw !important;
}

.vh-325 {
  height: 325vh !important;
}

.width-325 {
  width: 325px !important;
}

.height-325 {
  height: 325px !important;
}

.max-width-325 {
  max-width: 325px !important;
}

.min-width-325 {
  min-width: 325px !important;
}

.max-height-325 {
  max-height: 325px !important;
}

.min-height-325 {
  min-height: 325px !important;
}

@media (max-width: 576px) {
  .w-sm-326 {
    width: 326% !important;
  }
  .h-sm-326 {
    height: 326% !important;
  }
  .max-w-sm-326 {
    max-width: 326% !important;
  }
  .min-w-sm-326 {
    min-width: 326% !important;
  }
  .max-h-sm-326 {
    max-height: 326% !important;
  }
  .min-h-sm-326 {
    min-height: 326% !important;
  }
  .min-sm-vw-326 {
    min-width: 326vw !important;
  }
  .min-sm-vh-326 {
    min-height: 326vh !important;
  }
  .vw-sm-326 {
    width: 326vw !important;
  }
  .vh-sm-326 {
    height: 326vh !important;
  }
  .width-sm-326 {
    width: 326px !important;
  }
  .height-sm-326 {
    height: 326px !important;
  }
  .max-width-sm-326 {
    max-width: 326px !important;
  }
  .min-width-sm-326 {
    min-width: 326px !important;
  }
  .max-height-sm-326 {
    max-height: 326px !important;
  }
  .min-height-sm-326 {
    min-height: 326px !important;
  }
}
@media (max-width: 768px) {
  .w-md-326 {
    width: 326% !important;
  }
  .h-md-326 {
    height: 326% !important;
  }
  .max-w-md-326 {
    max-width: 326% !important;
  }
  .min-w-md-326 {
    min-width: 326% !important;
  }
  .max-h-md-326 {
    max-height: 326% !important;
  }
  .min-h-md-326 {
    min-height: 326% !important;
  }
  .min-md-vw-326 {
    min-width: 326vw !important;
  }
  .min-md-vh-326 {
    min-height: 326vh !important;
  }
  .vw-md-326 {
    width: 326vw !important;
  }
  .vh-md-326 {
    height: 326vh !important;
  }
  .width-md-326 {
    width: 326px !important;
  }
  .height-md-326 {
    height: 326px !important;
  }
  .max-width-md-326 {
    max-width: 326px !important;
  }
  .min-width-md-326 {
    min-width: 326px !important;
  }
  .max-height-md-326 {
    max-height: 326px !important;
  }
  .min-height-md-326 {
    min-height: 326px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-326 {
    width: 326% !important;
  }
  .h-lg-326 {
    height: 326% !important;
  }
  .max-w-lg-326 {
    max-width: 326% !important;
  }
  .min-w-lg-326 {
    min-width: 326% !important;
  }
  .max-h-lg-326 {
    max-height: 326% !important;
  }
  .min-h-lg-326 {
    min-height: 326% !important;
  }
  .min-lg-vw-326 {
    min-width: 326vw !important;
  }
  .min-lg-vh-326 {
    min-height: 326vh !important;
  }
  .vw-lg-326 {
    width: 326vw !important;
  }
  .vh-lg-326 {
    height: 326vh !important;
  }
  .width-lg-326 {
    width: 326px !important;
  }
  .height-lg-326 {
    height: 326px !important;
  }
  .max-width-lg-326 {
    max-width: 326px !important;
  }
  .min-width-lg-326 {
    min-width: 326px !important;
  }
  .max-height-lg-326 {
    max-height: 326px !important;
  }
  .min-height-lg-326 {
    min-height: 326px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-326 {
    width: 326% !important;
  }
  .h-xl-326 {
    height: 326% !important;
  }
  .max-w-xl-326 {
    max-width: 326% !important;
  }
  .min-w-xl-326 {
    min-width: 326% !important;
  }
  .max-h-xl-326 {
    max-height: 326% !important;
  }
  .min-h-xl-326 {
    min-height: 326% !important;
  }
  .min-xl-vw-326 {
    min-width: 326vw !important;
  }
  .min-xl-vh-326 {
    min-height: 326vh !important;
  }
  .vw-xl-326 {
    width: 326vw !important;
  }
  .vh-xl-326 {
    height: 326vh !important;
  }
  .width-xl-326 {
    width: 326px !important;
  }
  .height-xl-326 {
    height: 326px !important;
  }
  .max-width-xl-326 {
    max-width: 326px !important;
  }
  .min-width-xl-326 {
    min-width: 326px !important;
  }
  .max-height-xl-326 {
    max-height: 326px !important;
  }
  .min-height-xl-326 {
    min-height: 326px !important;
  }
}
.w-326 {
  width: 326% !important;
}

.h-326 {
  height: 326% !important;
}

.max-w-326 {
  max-width: 326% !important;
}

.min-w-326 {
  min-width: 326% !important;
}

.max-h-326 {
  max-height: 326% !important;
}

.min-h-326 {
  min-height: 326% !important;
}

.min-vw-326 {
  min-width: 326vw !important;
}

.min-vh-326 {
  min-height: 326vh !important;
}

.vw-326 {
  width: 326vw !important;
}

.vh-326 {
  height: 326vh !important;
}

.width-326 {
  width: 326px !important;
}

.height-326 {
  height: 326px !important;
}

.max-width-326 {
  max-width: 326px !important;
}

.min-width-326 {
  min-width: 326px !important;
}

.max-height-326 {
  max-height: 326px !important;
}

.min-height-326 {
  min-height: 326px !important;
}

@media (max-width: 576px) {
  .w-sm-327 {
    width: 327% !important;
  }
  .h-sm-327 {
    height: 327% !important;
  }
  .max-w-sm-327 {
    max-width: 327% !important;
  }
  .min-w-sm-327 {
    min-width: 327% !important;
  }
  .max-h-sm-327 {
    max-height: 327% !important;
  }
  .min-h-sm-327 {
    min-height: 327% !important;
  }
  .min-sm-vw-327 {
    min-width: 327vw !important;
  }
  .min-sm-vh-327 {
    min-height: 327vh !important;
  }
  .vw-sm-327 {
    width: 327vw !important;
  }
  .vh-sm-327 {
    height: 327vh !important;
  }
  .width-sm-327 {
    width: 327px !important;
  }
  .height-sm-327 {
    height: 327px !important;
  }
  .max-width-sm-327 {
    max-width: 327px !important;
  }
  .min-width-sm-327 {
    min-width: 327px !important;
  }
  .max-height-sm-327 {
    max-height: 327px !important;
  }
  .min-height-sm-327 {
    min-height: 327px !important;
  }
}
@media (max-width: 768px) {
  .w-md-327 {
    width: 327% !important;
  }
  .h-md-327 {
    height: 327% !important;
  }
  .max-w-md-327 {
    max-width: 327% !important;
  }
  .min-w-md-327 {
    min-width: 327% !important;
  }
  .max-h-md-327 {
    max-height: 327% !important;
  }
  .min-h-md-327 {
    min-height: 327% !important;
  }
  .min-md-vw-327 {
    min-width: 327vw !important;
  }
  .min-md-vh-327 {
    min-height: 327vh !important;
  }
  .vw-md-327 {
    width: 327vw !important;
  }
  .vh-md-327 {
    height: 327vh !important;
  }
  .width-md-327 {
    width: 327px !important;
  }
  .height-md-327 {
    height: 327px !important;
  }
  .max-width-md-327 {
    max-width: 327px !important;
  }
  .min-width-md-327 {
    min-width: 327px !important;
  }
  .max-height-md-327 {
    max-height: 327px !important;
  }
  .min-height-md-327 {
    min-height: 327px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-327 {
    width: 327% !important;
  }
  .h-lg-327 {
    height: 327% !important;
  }
  .max-w-lg-327 {
    max-width: 327% !important;
  }
  .min-w-lg-327 {
    min-width: 327% !important;
  }
  .max-h-lg-327 {
    max-height: 327% !important;
  }
  .min-h-lg-327 {
    min-height: 327% !important;
  }
  .min-lg-vw-327 {
    min-width: 327vw !important;
  }
  .min-lg-vh-327 {
    min-height: 327vh !important;
  }
  .vw-lg-327 {
    width: 327vw !important;
  }
  .vh-lg-327 {
    height: 327vh !important;
  }
  .width-lg-327 {
    width: 327px !important;
  }
  .height-lg-327 {
    height: 327px !important;
  }
  .max-width-lg-327 {
    max-width: 327px !important;
  }
  .min-width-lg-327 {
    min-width: 327px !important;
  }
  .max-height-lg-327 {
    max-height: 327px !important;
  }
  .min-height-lg-327 {
    min-height: 327px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-327 {
    width: 327% !important;
  }
  .h-xl-327 {
    height: 327% !important;
  }
  .max-w-xl-327 {
    max-width: 327% !important;
  }
  .min-w-xl-327 {
    min-width: 327% !important;
  }
  .max-h-xl-327 {
    max-height: 327% !important;
  }
  .min-h-xl-327 {
    min-height: 327% !important;
  }
  .min-xl-vw-327 {
    min-width: 327vw !important;
  }
  .min-xl-vh-327 {
    min-height: 327vh !important;
  }
  .vw-xl-327 {
    width: 327vw !important;
  }
  .vh-xl-327 {
    height: 327vh !important;
  }
  .width-xl-327 {
    width: 327px !important;
  }
  .height-xl-327 {
    height: 327px !important;
  }
  .max-width-xl-327 {
    max-width: 327px !important;
  }
  .min-width-xl-327 {
    min-width: 327px !important;
  }
  .max-height-xl-327 {
    max-height: 327px !important;
  }
  .min-height-xl-327 {
    min-height: 327px !important;
  }
}
.w-327 {
  width: 327% !important;
}

.h-327 {
  height: 327% !important;
}

.max-w-327 {
  max-width: 327% !important;
}

.min-w-327 {
  min-width: 327% !important;
}

.max-h-327 {
  max-height: 327% !important;
}

.min-h-327 {
  min-height: 327% !important;
}

.min-vw-327 {
  min-width: 327vw !important;
}

.min-vh-327 {
  min-height: 327vh !important;
}

.vw-327 {
  width: 327vw !important;
}

.vh-327 {
  height: 327vh !important;
}

.width-327 {
  width: 327px !important;
}

.height-327 {
  height: 327px !important;
}

.max-width-327 {
  max-width: 327px !important;
}

.min-width-327 {
  min-width: 327px !important;
}

.max-height-327 {
  max-height: 327px !important;
}

.min-height-327 {
  min-height: 327px !important;
}

@media (max-width: 576px) {
  .w-sm-328 {
    width: 328% !important;
  }
  .h-sm-328 {
    height: 328% !important;
  }
  .max-w-sm-328 {
    max-width: 328% !important;
  }
  .min-w-sm-328 {
    min-width: 328% !important;
  }
  .max-h-sm-328 {
    max-height: 328% !important;
  }
  .min-h-sm-328 {
    min-height: 328% !important;
  }
  .min-sm-vw-328 {
    min-width: 328vw !important;
  }
  .min-sm-vh-328 {
    min-height: 328vh !important;
  }
  .vw-sm-328 {
    width: 328vw !important;
  }
  .vh-sm-328 {
    height: 328vh !important;
  }
  .width-sm-328 {
    width: 328px !important;
  }
  .height-sm-328 {
    height: 328px !important;
  }
  .max-width-sm-328 {
    max-width: 328px !important;
  }
  .min-width-sm-328 {
    min-width: 328px !important;
  }
  .max-height-sm-328 {
    max-height: 328px !important;
  }
  .min-height-sm-328 {
    min-height: 328px !important;
  }
}
@media (max-width: 768px) {
  .w-md-328 {
    width: 328% !important;
  }
  .h-md-328 {
    height: 328% !important;
  }
  .max-w-md-328 {
    max-width: 328% !important;
  }
  .min-w-md-328 {
    min-width: 328% !important;
  }
  .max-h-md-328 {
    max-height: 328% !important;
  }
  .min-h-md-328 {
    min-height: 328% !important;
  }
  .min-md-vw-328 {
    min-width: 328vw !important;
  }
  .min-md-vh-328 {
    min-height: 328vh !important;
  }
  .vw-md-328 {
    width: 328vw !important;
  }
  .vh-md-328 {
    height: 328vh !important;
  }
  .width-md-328 {
    width: 328px !important;
  }
  .height-md-328 {
    height: 328px !important;
  }
  .max-width-md-328 {
    max-width: 328px !important;
  }
  .min-width-md-328 {
    min-width: 328px !important;
  }
  .max-height-md-328 {
    max-height: 328px !important;
  }
  .min-height-md-328 {
    min-height: 328px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-328 {
    width: 328% !important;
  }
  .h-lg-328 {
    height: 328% !important;
  }
  .max-w-lg-328 {
    max-width: 328% !important;
  }
  .min-w-lg-328 {
    min-width: 328% !important;
  }
  .max-h-lg-328 {
    max-height: 328% !important;
  }
  .min-h-lg-328 {
    min-height: 328% !important;
  }
  .min-lg-vw-328 {
    min-width: 328vw !important;
  }
  .min-lg-vh-328 {
    min-height: 328vh !important;
  }
  .vw-lg-328 {
    width: 328vw !important;
  }
  .vh-lg-328 {
    height: 328vh !important;
  }
  .width-lg-328 {
    width: 328px !important;
  }
  .height-lg-328 {
    height: 328px !important;
  }
  .max-width-lg-328 {
    max-width: 328px !important;
  }
  .min-width-lg-328 {
    min-width: 328px !important;
  }
  .max-height-lg-328 {
    max-height: 328px !important;
  }
  .min-height-lg-328 {
    min-height: 328px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-328 {
    width: 328% !important;
  }
  .h-xl-328 {
    height: 328% !important;
  }
  .max-w-xl-328 {
    max-width: 328% !important;
  }
  .min-w-xl-328 {
    min-width: 328% !important;
  }
  .max-h-xl-328 {
    max-height: 328% !important;
  }
  .min-h-xl-328 {
    min-height: 328% !important;
  }
  .min-xl-vw-328 {
    min-width: 328vw !important;
  }
  .min-xl-vh-328 {
    min-height: 328vh !important;
  }
  .vw-xl-328 {
    width: 328vw !important;
  }
  .vh-xl-328 {
    height: 328vh !important;
  }
  .width-xl-328 {
    width: 328px !important;
  }
  .height-xl-328 {
    height: 328px !important;
  }
  .max-width-xl-328 {
    max-width: 328px !important;
  }
  .min-width-xl-328 {
    min-width: 328px !important;
  }
  .max-height-xl-328 {
    max-height: 328px !important;
  }
  .min-height-xl-328 {
    min-height: 328px !important;
  }
}
.w-328 {
  width: 328% !important;
}

.h-328 {
  height: 328% !important;
}

.max-w-328 {
  max-width: 328% !important;
}

.min-w-328 {
  min-width: 328% !important;
}

.max-h-328 {
  max-height: 328% !important;
}

.min-h-328 {
  min-height: 328% !important;
}

.min-vw-328 {
  min-width: 328vw !important;
}

.min-vh-328 {
  min-height: 328vh !important;
}

.vw-328 {
  width: 328vw !important;
}

.vh-328 {
  height: 328vh !important;
}

.width-328 {
  width: 328px !important;
}

.height-328 {
  height: 328px !important;
}

.max-width-328 {
  max-width: 328px !important;
}

.min-width-328 {
  min-width: 328px !important;
}

.max-height-328 {
  max-height: 328px !important;
}

.min-height-328 {
  min-height: 328px !important;
}

@media (max-width: 576px) {
  .w-sm-329 {
    width: 329% !important;
  }
  .h-sm-329 {
    height: 329% !important;
  }
  .max-w-sm-329 {
    max-width: 329% !important;
  }
  .min-w-sm-329 {
    min-width: 329% !important;
  }
  .max-h-sm-329 {
    max-height: 329% !important;
  }
  .min-h-sm-329 {
    min-height: 329% !important;
  }
  .min-sm-vw-329 {
    min-width: 329vw !important;
  }
  .min-sm-vh-329 {
    min-height: 329vh !important;
  }
  .vw-sm-329 {
    width: 329vw !important;
  }
  .vh-sm-329 {
    height: 329vh !important;
  }
  .width-sm-329 {
    width: 329px !important;
  }
  .height-sm-329 {
    height: 329px !important;
  }
  .max-width-sm-329 {
    max-width: 329px !important;
  }
  .min-width-sm-329 {
    min-width: 329px !important;
  }
  .max-height-sm-329 {
    max-height: 329px !important;
  }
  .min-height-sm-329 {
    min-height: 329px !important;
  }
}
@media (max-width: 768px) {
  .w-md-329 {
    width: 329% !important;
  }
  .h-md-329 {
    height: 329% !important;
  }
  .max-w-md-329 {
    max-width: 329% !important;
  }
  .min-w-md-329 {
    min-width: 329% !important;
  }
  .max-h-md-329 {
    max-height: 329% !important;
  }
  .min-h-md-329 {
    min-height: 329% !important;
  }
  .min-md-vw-329 {
    min-width: 329vw !important;
  }
  .min-md-vh-329 {
    min-height: 329vh !important;
  }
  .vw-md-329 {
    width: 329vw !important;
  }
  .vh-md-329 {
    height: 329vh !important;
  }
  .width-md-329 {
    width: 329px !important;
  }
  .height-md-329 {
    height: 329px !important;
  }
  .max-width-md-329 {
    max-width: 329px !important;
  }
  .min-width-md-329 {
    min-width: 329px !important;
  }
  .max-height-md-329 {
    max-height: 329px !important;
  }
  .min-height-md-329 {
    min-height: 329px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-329 {
    width: 329% !important;
  }
  .h-lg-329 {
    height: 329% !important;
  }
  .max-w-lg-329 {
    max-width: 329% !important;
  }
  .min-w-lg-329 {
    min-width: 329% !important;
  }
  .max-h-lg-329 {
    max-height: 329% !important;
  }
  .min-h-lg-329 {
    min-height: 329% !important;
  }
  .min-lg-vw-329 {
    min-width: 329vw !important;
  }
  .min-lg-vh-329 {
    min-height: 329vh !important;
  }
  .vw-lg-329 {
    width: 329vw !important;
  }
  .vh-lg-329 {
    height: 329vh !important;
  }
  .width-lg-329 {
    width: 329px !important;
  }
  .height-lg-329 {
    height: 329px !important;
  }
  .max-width-lg-329 {
    max-width: 329px !important;
  }
  .min-width-lg-329 {
    min-width: 329px !important;
  }
  .max-height-lg-329 {
    max-height: 329px !important;
  }
  .min-height-lg-329 {
    min-height: 329px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-329 {
    width: 329% !important;
  }
  .h-xl-329 {
    height: 329% !important;
  }
  .max-w-xl-329 {
    max-width: 329% !important;
  }
  .min-w-xl-329 {
    min-width: 329% !important;
  }
  .max-h-xl-329 {
    max-height: 329% !important;
  }
  .min-h-xl-329 {
    min-height: 329% !important;
  }
  .min-xl-vw-329 {
    min-width: 329vw !important;
  }
  .min-xl-vh-329 {
    min-height: 329vh !important;
  }
  .vw-xl-329 {
    width: 329vw !important;
  }
  .vh-xl-329 {
    height: 329vh !important;
  }
  .width-xl-329 {
    width: 329px !important;
  }
  .height-xl-329 {
    height: 329px !important;
  }
  .max-width-xl-329 {
    max-width: 329px !important;
  }
  .min-width-xl-329 {
    min-width: 329px !important;
  }
  .max-height-xl-329 {
    max-height: 329px !important;
  }
  .min-height-xl-329 {
    min-height: 329px !important;
  }
}
.w-329 {
  width: 329% !important;
}

.h-329 {
  height: 329% !important;
}

.max-w-329 {
  max-width: 329% !important;
}

.min-w-329 {
  min-width: 329% !important;
}

.max-h-329 {
  max-height: 329% !important;
}

.min-h-329 {
  min-height: 329% !important;
}

.min-vw-329 {
  min-width: 329vw !important;
}

.min-vh-329 {
  min-height: 329vh !important;
}

.vw-329 {
  width: 329vw !important;
}

.vh-329 {
  height: 329vh !important;
}

.width-329 {
  width: 329px !important;
}

.height-329 {
  height: 329px !important;
}

.max-width-329 {
  max-width: 329px !important;
}

.min-width-329 {
  min-width: 329px !important;
}

.max-height-329 {
  max-height: 329px !important;
}

.min-height-329 {
  min-height: 329px !important;
}

@media (max-width: 576px) {
  .w-sm-330 {
    width: 330% !important;
  }
  .h-sm-330 {
    height: 330% !important;
  }
  .max-w-sm-330 {
    max-width: 330% !important;
  }
  .min-w-sm-330 {
    min-width: 330% !important;
  }
  .max-h-sm-330 {
    max-height: 330% !important;
  }
  .min-h-sm-330 {
    min-height: 330% !important;
  }
  .min-sm-vw-330 {
    min-width: 330vw !important;
  }
  .min-sm-vh-330 {
    min-height: 330vh !important;
  }
  .vw-sm-330 {
    width: 330vw !important;
  }
  .vh-sm-330 {
    height: 330vh !important;
  }
  .width-sm-330 {
    width: 330px !important;
  }
  .height-sm-330 {
    height: 330px !important;
  }
  .max-width-sm-330 {
    max-width: 330px !important;
  }
  .min-width-sm-330 {
    min-width: 330px !important;
  }
  .max-height-sm-330 {
    max-height: 330px !important;
  }
  .min-height-sm-330 {
    min-height: 330px !important;
  }
}
@media (max-width: 768px) {
  .w-md-330 {
    width: 330% !important;
  }
  .h-md-330 {
    height: 330% !important;
  }
  .max-w-md-330 {
    max-width: 330% !important;
  }
  .min-w-md-330 {
    min-width: 330% !important;
  }
  .max-h-md-330 {
    max-height: 330% !important;
  }
  .min-h-md-330 {
    min-height: 330% !important;
  }
  .min-md-vw-330 {
    min-width: 330vw !important;
  }
  .min-md-vh-330 {
    min-height: 330vh !important;
  }
  .vw-md-330 {
    width: 330vw !important;
  }
  .vh-md-330 {
    height: 330vh !important;
  }
  .width-md-330 {
    width: 330px !important;
  }
  .height-md-330 {
    height: 330px !important;
  }
  .max-width-md-330 {
    max-width: 330px !important;
  }
  .min-width-md-330 {
    min-width: 330px !important;
  }
  .max-height-md-330 {
    max-height: 330px !important;
  }
  .min-height-md-330 {
    min-height: 330px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-330 {
    width: 330% !important;
  }
  .h-lg-330 {
    height: 330% !important;
  }
  .max-w-lg-330 {
    max-width: 330% !important;
  }
  .min-w-lg-330 {
    min-width: 330% !important;
  }
  .max-h-lg-330 {
    max-height: 330% !important;
  }
  .min-h-lg-330 {
    min-height: 330% !important;
  }
  .min-lg-vw-330 {
    min-width: 330vw !important;
  }
  .min-lg-vh-330 {
    min-height: 330vh !important;
  }
  .vw-lg-330 {
    width: 330vw !important;
  }
  .vh-lg-330 {
    height: 330vh !important;
  }
  .width-lg-330 {
    width: 330px !important;
  }
  .height-lg-330 {
    height: 330px !important;
  }
  .max-width-lg-330 {
    max-width: 330px !important;
  }
  .min-width-lg-330 {
    min-width: 330px !important;
  }
  .max-height-lg-330 {
    max-height: 330px !important;
  }
  .min-height-lg-330 {
    min-height: 330px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-330 {
    width: 330% !important;
  }
  .h-xl-330 {
    height: 330% !important;
  }
  .max-w-xl-330 {
    max-width: 330% !important;
  }
  .min-w-xl-330 {
    min-width: 330% !important;
  }
  .max-h-xl-330 {
    max-height: 330% !important;
  }
  .min-h-xl-330 {
    min-height: 330% !important;
  }
  .min-xl-vw-330 {
    min-width: 330vw !important;
  }
  .min-xl-vh-330 {
    min-height: 330vh !important;
  }
  .vw-xl-330 {
    width: 330vw !important;
  }
  .vh-xl-330 {
    height: 330vh !important;
  }
  .width-xl-330 {
    width: 330px !important;
  }
  .height-xl-330 {
    height: 330px !important;
  }
  .max-width-xl-330 {
    max-width: 330px !important;
  }
  .min-width-xl-330 {
    min-width: 330px !important;
  }
  .max-height-xl-330 {
    max-height: 330px !important;
  }
  .min-height-xl-330 {
    min-height: 330px !important;
  }
}
.w-330 {
  width: 330% !important;
}

.h-330 {
  height: 330% !important;
}

.max-w-330 {
  max-width: 330% !important;
}

.min-w-330 {
  min-width: 330% !important;
}

.max-h-330 {
  max-height: 330% !important;
}

.min-h-330 {
  min-height: 330% !important;
}

.min-vw-330 {
  min-width: 330vw !important;
}

.min-vh-330 {
  min-height: 330vh !important;
}

.vw-330 {
  width: 330vw !important;
}

.vh-330 {
  height: 330vh !important;
}

.width-330 {
  width: 330px !important;
}

.height-330 {
  height: 330px !important;
}

.max-width-330 {
  max-width: 330px !important;
}

.min-width-330 {
  min-width: 330px !important;
}

.max-height-330 {
  max-height: 330px !important;
}

.min-height-330 {
  min-height: 330px !important;
}

@media (max-width: 576px) {
  .w-sm-331 {
    width: 331% !important;
  }
  .h-sm-331 {
    height: 331% !important;
  }
  .max-w-sm-331 {
    max-width: 331% !important;
  }
  .min-w-sm-331 {
    min-width: 331% !important;
  }
  .max-h-sm-331 {
    max-height: 331% !important;
  }
  .min-h-sm-331 {
    min-height: 331% !important;
  }
  .min-sm-vw-331 {
    min-width: 331vw !important;
  }
  .min-sm-vh-331 {
    min-height: 331vh !important;
  }
  .vw-sm-331 {
    width: 331vw !important;
  }
  .vh-sm-331 {
    height: 331vh !important;
  }
  .width-sm-331 {
    width: 331px !important;
  }
  .height-sm-331 {
    height: 331px !important;
  }
  .max-width-sm-331 {
    max-width: 331px !important;
  }
  .min-width-sm-331 {
    min-width: 331px !important;
  }
  .max-height-sm-331 {
    max-height: 331px !important;
  }
  .min-height-sm-331 {
    min-height: 331px !important;
  }
}
@media (max-width: 768px) {
  .w-md-331 {
    width: 331% !important;
  }
  .h-md-331 {
    height: 331% !important;
  }
  .max-w-md-331 {
    max-width: 331% !important;
  }
  .min-w-md-331 {
    min-width: 331% !important;
  }
  .max-h-md-331 {
    max-height: 331% !important;
  }
  .min-h-md-331 {
    min-height: 331% !important;
  }
  .min-md-vw-331 {
    min-width: 331vw !important;
  }
  .min-md-vh-331 {
    min-height: 331vh !important;
  }
  .vw-md-331 {
    width: 331vw !important;
  }
  .vh-md-331 {
    height: 331vh !important;
  }
  .width-md-331 {
    width: 331px !important;
  }
  .height-md-331 {
    height: 331px !important;
  }
  .max-width-md-331 {
    max-width: 331px !important;
  }
  .min-width-md-331 {
    min-width: 331px !important;
  }
  .max-height-md-331 {
    max-height: 331px !important;
  }
  .min-height-md-331 {
    min-height: 331px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-331 {
    width: 331% !important;
  }
  .h-lg-331 {
    height: 331% !important;
  }
  .max-w-lg-331 {
    max-width: 331% !important;
  }
  .min-w-lg-331 {
    min-width: 331% !important;
  }
  .max-h-lg-331 {
    max-height: 331% !important;
  }
  .min-h-lg-331 {
    min-height: 331% !important;
  }
  .min-lg-vw-331 {
    min-width: 331vw !important;
  }
  .min-lg-vh-331 {
    min-height: 331vh !important;
  }
  .vw-lg-331 {
    width: 331vw !important;
  }
  .vh-lg-331 {
    height: 331vh !important;
  }
  .width-lg-331 {
    width: 331px !important;
  }
  .height-lg-331 {
    height: 331px !important;
  }
  .max-width-lg-331 {
    max-width: 331px !important;
  }
  .min-width-lg-331 {
    min-width: 331px !important;
  }
  .max-height-lg-331 {
    max-height: 331px !important;
  }
  .min-height-lg-331 {
    min-height: 331px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-331 {
    width: 331% !important;
  }
  .h-xl-331 {
    height: 331% !important;
  }
  .max-w-xl-331 {
    max-width: 331% !important;
  }
  .min-w-xl-331 {
    min-width: 331% !important;
  }
  .max-h-xl-331 {
    max-height: 331% !important;
  }
  .min-h-xl-331 {
    min-height: 331% !important;
  }
  .min-xl-vw-331 {
    min-width: 331vw !important;
  }
  .min-xl-vh-331 {
    min-height: 331vh !important;
  }
  .vw-xl-331 {
    width: 331vw !important;
  }
  .vh-xl-331 {
    height: 331vh !important;
  }
  .width-xl-331 {
    width: 331px !important;
  }
  .height-xl-331 {
    height: 331px !important;
  }
  .max-width-xl-331 {
    max-width: 331px !important;
  }
  .min-width-xl-331 {
    min-width: 331px !important;
  }
  .max-height-xl-331 {
    max-height: 331px !important;
  }
  .min-height-xl-331 {
    min-height: 331px !important;
  }
}
.w-331 {
  width: 331% !important;
}

.h-331 {
  height: 331% !important;
}

.max-w-331 {
  max-width: 331% !important;
}

.min-w-331 {
  min-width: 331% !important;
}

.max-h-331 {
  max-height: 331% !important;
}

.min-h-331 {
  min-height: 331% !important;
}

.min-vw-331 {
  min-width: 331vw !important;
}

.min-vh-331 {
  min-height: 331vh !important;
}

.vw-331 {
  width: 331vw !important;
}

.vh-331 {
  height: 331vh !important;
}

.width-331 {
  width: 331px !important;
}

.height-331 {
  height: 331px !important;
}

.max-width-331 {
  max-width: 331px !important;
}

.min-width-331 {
  min-width: 331px !important;
}

.max-height-331 {
  max-height: 331px !important;
}

.min-height-331 {
  min-height: 331px !important;
}

@media (max-width: 576px) {
  .w-sm-332 {
    width: 332% !important;
  }
  .h-sm-332 {
    height: 332% !important;
  }
  .max-w-sm-332 {
    max-width: 332% !important;
  }
  .min-w-sm-332 {
    min-width: 332% !important;
  }
  .max-h-sm-332 {
    max-height: 332% !important;
  }
  .min-h-sm-332 {
    min-height: 332% !important;
  }
  .min-sm-vw-332 {
    min-width: 332vw !important;
  }
  .min-sm-vh-332 {
    min-height: 332vh !important;
  }
  .vw-sm-332 {
    width: 332vw !important;
  }
  .vh-sm-332 {
    height: 332vh !important;
  }
  .width-sm-332 {
    width: 332px !important;
  }
  .height-sm-332 {
    height: 332px !important;
  }
  .max-width-sm-332 {
    max-width: 332px !important;
  }
  .min-width-sm-332 {
    min-width: 332px !important;
  }
  .max-height-sm-332 {
    max-height: 332px !important;
  }
  .min-height-sm-332 {
    min-height: 332px !important;
  }
}
@media (max-width: 768px) {
  .w-md-332 {
    width: 332% !important;
  }
  .h-md-332 {
    height: 332% !important;
  }
  .max-w-md-332 {
    max-width: 332% !important;
  }
  .min-w-md-332 {
    min-width: 332% !important;
  }
  .max-h-md-332 {
    max-height: 332% !important;
  }
  .min-h-md-332 {
    min-height: 332% !important;
  }
  .min-md-vw-332 {
    min-width: 332vw !important;
  }
  .min-md-vh-332 {
    min-height: 332vh !important;
  }
  .vw-md-332 {
    width: 332vw !important;
  }
  .vh-md-332 {
    height: 332vh !important;
  }
  .width-md-332 {
    width: 332px !important;
  }
  .height-md-332 {
    height: 332px !important;
  }
  .max-width-md-332 {
    max-width: 332px !important;
  }
  .min-width-md-332 {
    min-width: 332px !important;
  }
  .max-height-md-332 {
    max-height: 332px !important;
  }
  .min-height-md-332 {
    min-height: 332px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-332 {
    width: 332% !important;
  }
  .h-lg-332 {
    height: 332% !important;
  }
  .max-w-lg-332 {
    max-width: 332% !important;
  }
  .min-w-lg-332 {
    min-width: 332% !important;
  }
  .max-h-lg-332 {
    max-height: 332% !important;
  }
  .min-h-lg-332 {
    min-height: 332% !important;
  }
  .min-lg-vw-332 {
    min-width: 332vw !important;
  }
  .min-lg-vh-332 {
    min-height: 332vh !important;
  }
  .vw-lg-332 {
    width: 332vw !important;
  }
  .vh-lg-332 {
    height: 332vh !important;
  }
  .width-lg-332 {
    width: 332px !important;
  }
  .height-lg-332 {
    height: 332px !important;
  }
  .max-width-lg-332 {
    max-width: 332px !important;
  }
  .min-width-lg-332 {
    min-width: 332px !important;
  }
  .max-height-lg-332 {
    max-height: 332px !important;
  }
  .min-height-lg-332 {
    min-height: 332px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-332 {
    width: 332% !important;
  }
  .h-xl-332 {
    height: 332% !important;
  }
  .max-w-xl-332 {
    max-width: 332% !important;
  }
  .min-w-xl-332 {
    min-width: 332% !important;
  }
  .max-h-xl-332 {
    max-height: 332% !important;
  }
  .min-h-xl-332 {
    min-height: 332% !important;
  }
  .min-xl-vw-332 {
    min-width: 332vw !important;
  }
  .min-xl-vh-332 {
    min-height: 332vh !important;
  }
  .vw-xl-332 {
    width: 332vw !important;
  }
  .vh-xl-332 {
    height: 332vh !important;
  }
  .width-xl-332 {
    width: 332px !important;
  }
  .height-xl-332 {
    height: 332px !important;
  }
  .max-width-xl-332 {
    max-width: 332px !important;
  }
  .min-width-xl-332 {
    min-width: 332px !important;
  }
  .max-height-xl-332 {
    max-height: 332px !important;
  }
  .min-height-xl-332 {
    min-height: 332px !important;
  }
}
.w-332 {
  width: 332% !important;
}

.h-332 {
  height: 332% !important;
}

.max-w-332 {
  max-width: 332% !important;
}

.min-w-332 {
  min-width: 332% !important;
}

.max-h-332 {
  max-height: 332% !important;
}

.min-h-332 {
  min-height: 332% !important;
}

.min-vw-332 {
  min-width: 332vw !important;
}

.min-vh-332 {
  min-height: 332vh !important;
}

.vw-332 {
  width: 332vw !important;
}

.vh-332 {
  height: 332vh !important;
}

.width-332 {
  width: 332px !important;
}

.height-332 {
  height: 332px !important;
}

.max-width-332 {
  max-width: 332px !important;
}

.min-width-332 {
  min-width: 332px !important;
}

.max-height-332 {
  max-height: 332px !important;
}

.min-height-332 {
  min-height: 332px !important;
}

@media (max-width: 576px) {
  .w-sm-333 {
    width: 333% !important;
  }
  .h-sm-333 {
    height: 333% !important;
  }
  .max-w-sm-333 {
    max-width: 333% !important;
  }
  .min-w-sm-333 {
    min-width: 333% !important;
  }
  .max-h-sm-333 {
    max-height: 333% !important;
  }
  .min-h-sm-333 {
    min-height: 333% !important;
  }
  .min-sm-vw-333 {
    min-width: 333vw !important;
  }
  .min-sm-vh-333 {
    min-height: 333vh !important;
  }
  .vw-sm-333 {
    width: 333vw !important;
  }
  .vh-sm-333 {
    height: 333vh !important;
  }
  .width-sm-333 {
    width: 333px !important;
  }
  .height-sm-333 {
    height: 333px !important;
  }
  .max-width-sm-333 {
    max-width: 333px !important;
  }
  .min-width-sm-333 {
    min-width: 333px !important;
  }
  .max-height-sm-333 {
    max-height: 333px !important;
  }
  .min-height-sm-333 {
    min-height: 333px !important;
  }
}
@media (max-width: 768px) {
  .w-md-333 {
    width: 333% !important;
  }
  .h-md-333 {
    height: 333% !important;
  }
  .max-w-md-333 {
    max-width: 333% !important;
  }
  .min-w-md-333 {
    min-width: 333% !important;
  }
  .max-h-md-333 {
    max-height: 333% !important;
  }
  .min-h-md-333 {
    min-height: 333% !important;
  }
  .min-md-vw-333 {
    min-width: 333vw !important;
  }
  .min-md-vh-333 {
    min-height: 333vh !important;
  }
  .vw-md-333 {
    width: 333vw !important;
  }
  .vh-md-333 {
    height: 333vh !important;
  }
  .width-md-333 {
    width: 333px !important;
  }
  .height-md-333 {
    height: 333px !important;
  }
  .max-width-md-333 {
    max-width: 333px !important;
  }
  .min-width-md-333 {
    min-width: 333px !important;
  }
  .max-height-md-333 {
    max-height: 333px !important;
  }
  .min-height-md-333 {
    min-height: 333px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-333 {
    width: 333% !important;
  }
  .h-lg-333 {
    height: 333% !important;
  }
  .max-w-lg-333 {
    max-width: 333% !important;
  }
  .min-w-lg-333 {
    min-width: 333% !important;
  }
  .max-h-lg-333 {
    max-height: 333% !important;
  }
  .min-h-lg-333 {
    min-height: 333% !important;
  }
  .min-lg-vw-333 {
    min-width: 333vw !important;
  }
  .min-lg-vh-333 {
    min-height: 333vh !important;
  }
  .vw-lg-333 {
    width: 333vw !important;
  }
  .vh-lg-333 {
    height: 333vh !important;
  }
  .width-lg-333 {
    width: 333px !important;
  }
  .height-lg-333 {
    height: 333px !important;
  }
  .max-width-lg-333 {
    max-width: 333px !important;
  }
  .min-width-lg-333 {
    min-width: 333px !important;
  }
  .max-height-lg-333 {
    max-height: 333px !important;
  }
  .min-height-lg-333 {
    min-height: 333px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-333 {
    width: 333% !important;
  }
  .h-xl-333 {
    height: 333% !important;
  }
  .max-w-xl-333 {
    max-width: 333% !important;
  }
  .min-w-xl-333 {
    min-width: 333% !important;
  }
  .max-h-xl-333 {
    max-height: 333% !important;
  }
  .min-h-xl-333 {
    min-height: 333% !important;
  }
  .min-xl-vw-333 {
    min-width: 333vw !important;
  }
  .min-xl-vh-333 {
    min-height: 333vh !important;
  }
  .vw-xl-333 {
    width: 333vw !important;
  }
  .vh-xl-333 {
    height: 333vh !important;
  }
  .width-xl-333 {
    width: 333px !important;
  }
  .height-xl-333 {
    height: 333px !important;
  }
  .max-width-xl-333 {
    max-width: 333px !important;
  }
  .min-width-xl-333 {
    min-width: 333px !important;
  }
  .max-height-xl-333 {
    max-height: 333px !important;
  }
  .min-height-xl-333 {
    min-height: 333px !important;
  }
}
.w-333 {
  width: 333% !important;
}

.h-333 {
  height: 333% !important;
}

.max-w-333 {
  max-width: 333% !important;
}

.min-w-333 {
  min-width: 333% !important;
}

.max-h-333 {
  max-height: 333% !important;
}

.min-h-333 {
  min-height: 333% !important;
}

.min-vw-333 {
  min-width: 333vw !important;
}

.min-vh-333 {
  min-height: 333vh !important;
}

.vw-333 {
  width: 333vw !important;
}

.vh-333 {
  height: 333vh !important;
}

.width-333 {
  width: 333px !important;
}

.height-333 {
  height: 333px !important;
}

.max-width-333 {
  max-width: 333px !important;
}

.min-width-333 {
  min-width: 333px !important;
}

.max-height-333 {
  max-height: 333px !important;
}

.min-height-333 {
  min-height: 333px !important;
}

@media (max-width: 576px) {
  .w-sm-334 {
    width: 334% !important;
  }
  .h-sm-334 {
    height: 334% !important;
  }
  .max-w-sm-334 {
    max-width: 334% !important;
  }
  .min-w-sm-334 {
    min-width: 334% !important;
  }
  .max-h-sm-334 {
    max-height: 334% !important;
  }
  .min-h-sm-334 {
    min-height: 334% !important;
  }
  .min-sm-vw-334 {
    min-width: 334vw !important;
  }
  .min-sm-vh-334 {
    min-height: 334vh !important;
  }
  .vw-sm-334 {
    width: 334vw !important;
  }
  .vh-sm-334 {
    height: 334vh !important;
  }
  .width-sm-334 {
    width: 334px !important;
  }
  .height-sm-334 {
    height: 334px !important;
  }
  .max-width-sm-334 {
    max-width: 334px !important;
  }
  .min-width-sm-334 {
    min-width: 334px !important;
  }
  .max-height-sm-334 {
    max-height: 334px !important;
  }
  .min-height-sm-334 {
    min-height: 334px !important;
  }
}
@media (max-width: 768px) {
  .w-md-334 {
    width: 334% !important;
  }
  .h-md-334 {
    height: 334% !important;
  }
  .max-w-md-334 {
    max-width: 334% !important;
  }
  .min-w-md-334 {
    min-width: 334% !important;
  }
  .max-h-md-334 {
    max-height: 334% !important;
  }
  .min-h-md-334 {
    min-height: 334% !important;
  }
  .min-md-vw-334 {
    min-width: 334vw !important;
  }
  .min-md-vh-334 {
    min-height: 334vh !important;
  }
  .vw-md-334 {
    width: 334vw !important;
  }
  .vh-md-334 {
    height: 334vh !important;
  }
  .width-md-334 {
    width: 334px !important;
  }
  .height-md-334 {
    height: 334px !important;
  }
  .max-width-md-334 {
    max-width: 334px !important;
  }
  .min-width-md-334 {
    min-width: 334px !important;
  }
  .max-height-md-334 {
    max-height: 334px !important;
  }
  .min-height-md-334 {
    min-height: 334px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-334 {
    width: 334% !important;
  }
  .h-lg-334 {
    height: 334% !important;
  }
  .max-w-lg-334 {
    max-width: 334% !important;
  }
  .min-w-lg-334 {
    min-width: 334% !important;
  }
  .max-h-lg-334 {
    max-height: 334% !important;
  }
  .min-h-lg-334 {
    min-height: 334% !important;
  }
  .min-lg-vw-334 {
    min-width: 334vw !important;
  }
  .min-lg-vh-334 {
    min-height: 334vh !important;
  }
  .vw-lg-334 {
    width: 334vw !important;
  }
  .vh-lg-334 {
    height: 334vh !important;
  }
  .width-lg-334 {
    width: 334px !important;
  }
  .height-lg-334 {
    height: 334px !important;
  }
  .max-width-lg-334 {
    max-width: 334px !important;
  }
  .min-width-lg-334 {
    min-width: 334px !important;
  }
  .max-height-lg-334 {
    max-height: 334px !important;
  }
  .min-height-lg-334 {
    min-height: 334px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-334 {
    width: 334% !important;
  }
  .h-xl-334 {
    height: 334% !important;
  }
  .max-w-xl-334 {
    max-width: 334% !important;
  }
  .min-w-xl-334 {
    min-width: 334% !important;
  }
  .max-h-xl-334 {
    max-height: 334% !important;
  }
  .min-h-xl-334 {
    min-height: 334% !important;
  }
  .min-xl-vw-334 {
    min-width: 334vw !important;
  }
  .min-xl-vh-334 {
    min-height: 334vh !important;
  }
  .vw-xl-334 {
    width: 334vw !important;
  }
  .vh-xl-334 {
    height: 334vh !important;
  }
  .width-xl-334 {
    width: 334px !important;
  }
  .height-xl-334 {
    height: 334px !important;
  }
  .max-width-xl-334 {
    max-width: 334px !important;
  }
  .min-width-xl-334 {
    min-width: 334px !important;
  }
  .max-height-xl-334 {
    max-height: 334px !important;
  }
  .min-height-xl-334 {
    min-height: 334px !important;
  }
}
.w-334 {
  width: 334% !important;
}

.h-334 {
  height: 334% !important;
}

.max-w-334 {
  max-width: 334% !important;
}

.min-w-334 {
  min-width: 334% !important;
}

.max-h-334 {
  max-height: 334% !important;
}

.min-h-334 {
  min-height: 334% !important;
}

.min-vw-334 {
  min-width: 334vw !important;
}

.min-vh-334 {
  min-height: 334vh !important;
}

.vw-334 {
  width: 334vw !important;
}

.vh-334 {
  height: 334vh !important;
}

.width-334 {
  width: 334px !important;
}

.height-334 {
  height: 334px !important;
}

.max-width-334 {
  max-width: 334px !important;
}

.min-width-334 {
  min-width: 334px !important;
}

.max-height-334 {
  max-height: 334px !important;
}

.min-height-334 {
  min-height: 334px !important;
}

@media (max-width: 576px) {
  .w-sm-335 {
    width: 335% !important;
  }
  .h-sm-335 {
    height: 335% !important;
  }
  .max-w-sm-335 {
    max-width: 335% !important;
  }
  .min-w-sm-335 {
    min-width: 335% !important;
  }
  .max-h-sm-335 {
    max-height: 335% !important;
  }
  .min-h-sm-335 {
    min-height: 335% !important;
  }
  .min-sm-vw-335 {
    min-width: 335vw !important;
  }
  .min-sm-vh-335 {
    min-height: 335vh !important;
  }
  .vw-sm-335 {
    width: 335vw !important;
  }
  .vh-sm-335 {
    height: 335vh !important;
  }
  .width-sm-335 {
    width: 335px !important;
  }
  .height-sm-335 {
    height: 335px !important;
  }
  .max-width-sm-335 {
    max-width: 335px !important;
  }
  .min-width-sm-335 {
    min-width: 335px !important;
  }
  .max-height-sm-335 {
    max-height: 335px !important;
  }
  .min-height-sm-335 {
    min-height: 335px !important;
  }
}
@media (max-width: 768px) {
  .w-md-335 {
    width: 335% !important;
  }
  .h-md-335 {
    height: 335% !important;
  }
  .max-w-md-335 {
    max-width: 335% !important;
  }
  .min-w-md-335 {
    min-width: 335% !important;
  }
  .max-h-md-335 {
    max-height: 335% !important;
  }
  .min-h-md-335 {
    min-height: 335% !important;
  }
  .min-md-vw-335 {
    min-width: 335vw !important;
  }
  .min-md-vh-335 {
    min-height: 335vh !important;
  }
  .vw-md-335 {
    width: 335vw !important;
  }
  .vh-md-335 {
    height: 335vh !important;
  }
  .width-md-335 {
    width: 335px !important;
  }
  .height-md-335 {
    height: 335px !important;
  }
  .max-width-md-335 {
    max-width: 335px !important;
  }
  .min-width-md-335 {
    min-width: 335px !important;
  }
  .max-height-md-335 {
    max-height: 335px !important;
  }
  .min-height-md-335 {
    min-height: 335px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-335 {
    width: 335% !important;
  }
  .h-lg-335 {
    height: 335% !important;
  }
  .max-w-lg-335 {
    max-width: 335% !important;
  }
  .min-w-lg-335 {
    min-width: 335% !important;
  }
  .max-h-lg-335 {
    max-height: 335% !important;
  }
  .min-h-lg-335 {
    min-height: 335% !important;
  }
  .min-lg-vw-335 {
    min-width: 335vw !important;
  }
  .min-lg-vh-335 {
    min-height: 335vh !important;
  }
  .vw-lg-335 {
    width: 335vw !important;
  }
  .vh-lg-335 {
    height: 335vh !important;
  }
  .width-lg-335 {
    width: 335px !important;
  }
  .height-lg-335 {
    height: 335px !important;
  }
  .max-width-lg-335 {
    max-width: 335px !important;
  }
  .min-width-lg-335 {
    min-width: 335px !important;
  }
  .max-height-lg-335 {
    max-height: 335px !important;
  }
  .min-height-lg-335 {
    min-height: 335px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-335 {
    width: 335% !important;
  }
  .h-xl-335 {
    height: 335% !important;
  }
  .max-w-xl-335 {
    max-width: 335% !important;
  }
  .min-w-xl-335 {
    min-width: 335% !important;
  }
  .max-h-xl-335 {
    max-height: 335% !important;
  }
  .min-h-xl-335 {
    min-height: 335% !important;
  }
  .min-xl-vw-335 {
    min-width: 335vw !important;
  }
  .min-xl-vh-335 {
    min-height: 335vh !important;
  }
  .vw-xl-335 {
    width: 335vw !important;
  }
  .vh-xl-335 {
    height: 335vh !important;
  }
  .width-xl-335 {
    width: 335px !important;
  }
  .height-xl-335 {
    height: 335px !important;
  }
  .max-width-xl-335 {
    max-width: 335px !important;
  }
  .min-width-xl-335 {
    min-width: 335px !important;
  }
  .max-height-xl-335 {
    max-height: 335px !important;
  }
  .min-height-xl-335 {
    min-height: 335px !important;
  }
}
.w-335 {
  width: 335% !important;
}

.h-335 {
  height: 335% !important;
}

.max-w-335 {
  max-width: 335% !important;
}

.min-w-335 {
  min-width: 335% !important;
}

.max-h-335 {
  max-height: 335% !important;
}

.min-h-335 {
  min-height: 335% !important;
}

.min-vw-335 {
  min-width: 335vw !important;
}

.min-vh-335 {
  min-height: 335vh !important;
}

.vw-335 {
  width: 335vw !important;
}

.vh-335 {
  height: 335vh !important;
}

.width-335 {
  width: 335px !important;
}

.height-335 {
  height: 335px !important;
}

.max-width-335 {
  max-width: 335px !important;
}

.min-width-335 {
  min-width: 335px !important;
}

.max-height-335 {
  max-height: 335px !important;
}

.min-height-335 {
  min-height: 335px !important;
}

@media (max-width: 576px) {
  .w-sm-336 {
    width: 336% !important;
  }
  .h-sm-336 {
    height: 336% !important;
  }
  .max-w-sm-336 {
    max-width: 336% !important;
  }
  .min-w-sm-336 {
    min-width: 336% !important;
  }
  .max-h-sm-336 {
    max-height: 336% !important;
  }
  .min-h-sm-336 {
    min-height: 336% !important;
  }
  .min-sm-vw-336 {
    min-width: 336vw !important;
  }
  .min-sm-vh-336 {
    min-height: 336vh !important;
  }
  .vw-sm-336 {
    width: 336vw !important;
  }
  .vh-sm-336 {
    height: 336vh !important;
  }
  .width-sm-336 {
    width: 336px !important;
  }
  .height-sm-336 {
    height: 336px !important;
  }
  .max-width-sm-336 {
    max-width: 336px !important;
  }
  .min-width-sm-336 {
    min-width: 336px !important;
  }
  .max-height-sm-336 {
    max-height: 336px !important;
  }
  .min-height-sm-336 {
    min-height: 336px !important;
  }
}
@media (max-width: 768px) {
  .w-md-336 {
    width: 336% !important;
  }
  .h-md-336 {
    height: 336% !important;
  }
  .max-w-md-336 {
    max-width: 336% !important;
  }
  .min-w-md-336 {
    min-width: 336% !important;
  }
  .max-h-md-336 {
    max-height: 336% !important;
  }
  .min-h-md-336 {
    min-height: 336% !important;
  }
  .min-md-vw-336 {
    min-width: 336vw !important;
  }
  .min-md-vh-336 {
    min-height: 336vh !important;
  }
  .vw-md-336 {
    width: 336vw !important;
  }
  .vh-md-336 {
    height: 336vh !important;
  }
  .width-md-336 {
    width: 336px !important;
  }
  .height-md-336 {
    height: 336px !important;
  }
  .max-width-md-336 {
    max-width: 336px !important;
  }
  .min-width-md-336 {
    min-width: 336px !important;
  }
  .max-height-md-336 {
    max-height: 336px !important;
  }
  .min-height-md-336 {
    min-height: 336px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-336 {
    width: 336% !important;
  }
  .h-lg-336 {
    height: 336% !important;
  }
  .max-w-lg-336 {
    max-width: 336% !important;
  }
  .min-w-lg-336 {
    min-width: 336% !important;
  }
  .max-h-lg-336 {
    max-height: 336% !important;
  }
  .min-h-lg-336 {
    min-height: 336% !important;
  }
  .min-lg-vw-336 {
    min-width: 336vw !important;
  }
  .min-lg-vh-336 {
    min-height: 336vh !important;
  }
  .vw-lg-336 {
    width: 336vw !important;
  }
  .vh-lg-336 {
    height: 336vh !important;
  }
  .width-lg-336 {
    width: 336px !important;
  }
  .height-lg-336 {
    height: 336px !important;
  }
  .max-width-lg-336 {
    max-width: 336px !important;
  }
  .min-width-lg-336 {
    min-width: 336px !important;
  }
  .max-height-lg-336 {
    max-height: 336px !important;
  }
  .min-height-lg-336 {
    min-height: 336px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-336 {
    width: 336% !important;
  }
  .h-xl-336 {
    height: 336% !important;
  }
  .max-w-xl-336 {
    max-width: 336% !important;
  }
  .min-w-xl-336 {
    min-width: 336% !important;
  }
  .max-h-xl-336 {
    max-height: 336% !important;
  }
  .min-h-xl-336 {
    min-height: 336% !important;
  }
  .min-xl-vw-336 {
    min-width: 336vw !important;
  }
  .min-xl-vh-336 {
    min-height: 336vh !important;
  }
  .vw-xl-336 {
    width: 336vw !important;
  }
  .vh-xl-336 {
    height: 336vh !important;
  }
  .width-xl-336 {
    width: 336px !important;
  }
  .height-xl-336 {
    height: 336px !important;
  }
  .max-width-xl-336 {
    max-width: 336px !important;
  }
  .min-width-xl-336 {
    min-width: 336px !important;
  }
  .max-height-xl-336 {
    max-height: 336px !important;
  }
  .min-height-xl-336 {
    min-height: 336px !important;
  }
}
.w-336 {
  width: 336% !important;
}

.h-336 {
  height: 336% !important;
}

.max-w-336 {
  max-width: 336% !important;
}

.min-w-336 {
  min-width: 336% !important;
}

.max-h-336 {
  max-height: 336% !important;
}

.min-h-336 {
  min-height: 336% !important;
}

.min-vw-336 {
  min-width: 336vw !important;
}

.min-vh-336 {
  min-height: 336vh !important;
}

.vw-336 {
  width: 336vw !important;
}

.vh-336 {
  height: 336vh !important;
}

.width-336 {
  width: 336px !important;
}

.height-336 {
  height: 336px !important;
}

.max-width-336 {
  max-width: 336px !important;
}

.min-width-336 {
  min-width: 336px !important;
}

.max-height-336 {
  max-height: 336px !important;
}

.min-height-336 {
  min-height: 336px !important;
}

@media (max-width: 576px) {
  .w-sm-337 {
    width: 337% !important;
  }
  .h-sm-337 {
    height: 337% !important;
  }
  .max-w-sm-337 {
    max-width: 337% !important;
  }
  .min-w-sm-337 {
    min-width: 337% !important;
  }
  .max-h-sm-337 {
    max-height: 337% !important;
  }
  .min-h-sm-337 {
    min-height: 337% !important;
  }
  .min-sm-vw-337 {
    min-width: 337vw !important;
  }
  .min-sm-vh-337 {
    min-height: 337vh !important;
  }
  .vw-sm-337 {
    width: 337vw !important;
  }
  .vh-sm-337 {
    height: 337vh !important;
  }
  .width-sm-337 {
    width: 337px !important;
  }
  .height-sm-337 {
    height: 337px !important;
  }
  .max-width-sm-337 {
    max-width: 337px !important;
  }
  .min-width-sm-337 {
    min-width: 337px !important;
  }
  .max-height-sm-337 {
    max-height: 337px !important;
  }
  .min-height-sm-337 {
    min-height: 337px !important;
  }
}
@media (max-width: 768px) {
  .w-md-337 {
    width: 337% !important;
  }
  .h-md-337 {
    height: 337% !important;
  }
  .max-w-md-337 {
    max-width: 337% !important;
  }
  .min-w-md-337 {
    min-width: 337% !important;
  }
  .max-h-md-337 {
    max-height: 337% !important;
  }
  .min-h-md-337 {
    min-height: 337% !important;
  }
  .min-md-vw-337 {
    min-width: 337vw !important;
  }
  .min-md-vh-337 {
    min-height: 337vh !important;
  }
  .vw-md-337 {
    width: 337vw !important;
  }
  .vh-md-337 {
    height: 337vh !important;
  }
  .width-md-337 {
    width: 337px !important;
  }
  .height-md-337 {
    height: 337px !important;
  }
  .max-width-md-337 {
    max-width: 337px !important;
  }
  .min-width-md-337 {
    min-width: 337px !important;
  }
  .max-height-md-337 {
    max-height: 337px !important;
  }
  .min-height-md-337 {
    min-height: 337px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-337 {
    width: 337% !important;
  }
  .h-lg-337 {
    height: 337% !important;
  }
  .max-w-lg-337 {
    max-width: 337% !important;
  }
  .min-w-lg-337 {
    min-width: 337% !important;
  }
  .max-h-lg-337 {
    max-height: 337% !important;
  }
  .min-h-lg-337 {
    min-height: 337% !important;
  }
  .min-lg-vw-337 {
    min-width: 337vw !important;
  }
  .min-lg-vh-337 {
    min-height: 337vh !important;
  }
  .vw-lg-337 {
    width: 337vw !important;
  }
  .vh-lg-337 {
    height: 337vh !important;
  }
  .width-lg-337 {
    width: 337px !important;
  }
  .height-lg-337 {
    height: 337px !important;
  }
  .max-width-lg-337 {
    max-width: 337px !important;
  }
  .min-width-lg-337 {
    min-width: 337px !important;
  }
  .max-height-lg-337 {
    max-height: 337px !important;
  }
  .min-height-lg-337 {
    min-height: 337px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-337 {
    width: 337% !important;
  }
  .h-xl-337 {
    height: 337% !important;
  }
  .max-w-xl-337 {
    max-width: 337% !important;
  }
  .min-w-xl-337 {
    min-width: 337% !important;
  }
  .max-h-xl-337 {
    max-height: 337% !important;
  }
  .min-h-xl-337 {
    min-height: 337% !important;
  }
  .min-xl-vw-337 {
    min-width: 337vw !important;
  }
  .min-xl-vh-337 {
    min-height: 337vh !important;
  }
  .vw-xl-337 {
    width: 337vw !important;
  }
  .vh-xl-337 {
    height: 337vh !important;
  }
  .width-xl-337 {
    width: 337px !important;
  }
  .height-xl-337 {
    height: 337px !important;
  }
  .max-width-xl-337 {
    max-width: 337px !important;
  }
  .min-width-xl-337 {
    min-width: 337px !important;
  }
  .max-height-xl-337 {
    max-height: 337px !important;
  }
  .min-height-xl-337 {
    min-height: 337px !important;
  }
}
.w-337 {
  width: 337% !important;
}

.h-337 {
  height: 337% !important;
}

.max-w-337 {
  max-width: 337% !important;
}

.min-w-337 {
  min-width: 337% !important;
}

.max-h-337 {
  max-height: 337% !important;
}

.min-h-337 {
  min-height: 337% !important;
}

.min-vw-337 {
  min-width: 337vw !important;
}

.min-vh-337 {
  min-height: 337vh !important;
}

.vw-337 {
  width: 337vw !important;
}

.vh-337 {
  height: 337vh !important;
}

.width-337 {
  width: 337px !important;
}

.height-337 {
  height: 337px !important;
}

.max-width-337 {
  max-width: 337px !important;
}

.min-width-337 {
  min-width: 337px !important;
}

.max-height-337 {
  max-height: 337px !important;
}

.min-height-337 {
  min-height: 337px !important;
}

@media (max-width: 576px) {
  .w-sm-338 {
    width: 338% !important;
  }
  .h-sm-338 {
    height: 338% !important;
  }
  .max-w-sm-338 {
    max-width: 338% !important;
  }
  .min-w-sm-338 {
    min-width: 338% !important;
  }
  .max-h-sm-338 {
    max-height: 338% !important;
  }
  .min-h-sm-338 {
    min-height: 338% !important;
  }
  .min-sm-vw-338 {
    min-width: 338vw !important;
  }
  .min-sm-vh-338 {
    min-height: 338vh !important;
  }
  .vw-sm-338 {
    width: 338vw !important;
  }
  .vh-sm-338 {
    height: 338vh !important;
  }
  .width-sm-338 {
    width: 338px !important;
  }
  .height-sm-338 {
    height: 338px !important;
  }
  .max-width-sm-338 {
    max-width: 338px !important;
  }
  .min-width-sm-338 {
    min-width: 338px !important;
  }
  .max-height-sm-338 {
    max-height: 338px !important;
  }
  .min-height-sm-338 {
    min-height: 338px !important;
  }
}
@media (max-width: 768px) {
  .w-md-338 {
    width: 338% !important;
  }
  .h-md-338 {
    height: 338% !important;
  }
  .max-w-md-338 {
    max-width: 338% !important;
  }
  .min-w-md-338 {
    min-width: 338% !important;
  }
  .max-h-md-338 {
    max-height: 338% !important;
  }
  .min-h-md-338 {
    min-height: 338% !important;
  }
  .min-md-vw-338 {
    min-width: 338vw !important;
  }
  .min-md-vh-338 {
    min-height: 338vh !important;
  }
  .vw-md-338 {
    width: 338vw !important;
  }
  .vh-md-338 {
    height: 338vh !important;
  }
  .width-md-338 {
    width: 338px !important;
  }
  .height-md-338 {
    height: 338px !important;
  }
  .max-width-md-338 {
    max-width: 338px !important;
  }
  .min-width-md-338 {
    min-width: 338px !important;
  }
  .max-height-md-338 {
    max-height: 338px !important;
  }
  .min-height-md-338 {
    min-height: 338px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-338 {
    width: 338% !important;
  }
  .h-lg-338 {
    height: 338% !important;
  }
  .max-w-lg-338 {
    max-width: 338% !important;
  }
  .min-w-lg-338 {
    min-width: 338% !important;
  }
  .max-h-lg-338 {
    max-height: 338% !important;
  }
  .min-h-lg-338 {
    min-height: 338% !important;
  }
  .min-lg-vw-338 {
    min-width: 338vw !important;
  }
  .min-lg-vh-338 {
    min-height: 338vh !important;
  }
  .vw-lg-338 {
    width: 338vw !important;
  }
  .vh-lg-338 {
    height: 338vh !important;
  }
  .width-lg-338 {
    width: 338px !important;
  }
  .height-lg-338 {
    height: 338px !important;
  }
  .max-width-lg-338 {
    max-width: 338px !important;
  }
  .min-width-lg-338 {
    min-width: 338px !important;
  }
  .max-height-lg-338 {
    max-height: 338px !important;
  }
  .min-height-lg-338 {
    min-height: 338px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-338 {
    width: 338% !important;
  }
  .h-xl-338 {
    height: 338% !important;
  }
  .max-w-xl-338 {
    max-width: 338% !important;
  }
  .min-w-xl-338 {
    min-width: 338% !important;
  }
  .max-h-xl-338 {
    max-height: 338% !important;
  }
  .min-h-xl-338 {
    min-height: 338% !important;
  }
  .min-xl-vw-338 {
    min-width: 338vw !important;
  }
  .min-xl-vh-338 {
    min-height: 338vh !important;
  }
  .vw-xl-338 {
    width: 338vw !important;
  }
  .vh-xl-338 {
    height: 338vh !important;
  }
  .width-xl-338 {
    width: 338px !important;
  }
  .height-xl-338 {
    height: 338px !important;
  }
  .max-width-xl-338 {
    max-width: 338px !important;
  }
  .min-width-xl-338 {
    min-width: 338px !important;
  }
  .max-height-xl-338 {
    max-height: 338px !important;
  }
  .min-height-xl-338 {
    min-height: 338px !important;
  }
}
.w-338 {
  width: 338% !important;
}

.h-338 {
  height: 338% !important;
}

.max-w-338 {
  max-width: 338% !important;
}

.min-w-338 {
  min-width: 338% !important;
}

.max-h-338 {
  max-height: 338% !important;
}

.min-h-338 {
  min-height: 338% !important;
}

.min-vw-338 {
  min-width: 338vw !important;
}

.min-vh-338 {
  min-height: 338vh !important;
}

.vw-338 {
  width: 338vw !important;
}

.vh-338 {
  height: 338vh !important;
}

.width-338 {
  width: 338px !important;
}

.height-338 {
  height: 338px !important;
}

.max-width-338 {
  max-width: 338px !important;
}

.min-width-338 {
  min-width: 338px !important;
}

.max-height-338 {
  max-height: 338px !important;
}

.min-height-338 {
  min-height: 338px !important;
}

@media (max-width: 576px) {
  .w-sm-339 {
    width: 339% !important;
  }
  .h-sm-339 {
    height: 339% !important;
  }
  .max-w-sm-339 {
    max-width: 339% !important;
  }
  .min-w-sm-339 {
    min-width: 339% !important;
  }
  .max-h-sm-339 {
    max-height: 339% !important;
  }
  .min-h-sm-339 {
    min-height: 339% !important;
  }
  .min-sm-vw-339 {
    min-width: 339vw !important;
  }
  .min-sm-vh-339 {
    min-height: 339vh !important;
  }
  .vw-sm-339 {
    width: 339vw !important;
  }
  .vh-sm-339 {
    height: 339vh !important;
  }
  .width-sm-339 {
    width: 339px !important;
  }
  .height-sm-339 {
    height: 339px !important;
  }
  .max-width-sm-339 {
    max-width: 339px !important;
  }
  .min-width-sm-339 {
    min-width: 339px !important;
  }
  .max-height-sm-339 {
    max-height: 339px !important;
  }
  .min-height-sm-339 {
    min-height: 339px !important;
  }
}
@media (max-width: 768px) {
  .w-md-339 {
    width: 339% !important;
  }
  .h-md-339 {
    height: 339% !important;
  }
  .max-w-md-339 {
    max-width: 339% !important;
  }
  .min-w-md-339 {
    min-width: 339% !important;
  }
  .max-h-md-339 {
    max-height: 339% !important;
  }
  .min-h-md-339 {
    min-height: 339% !important;
  }
  .min-md-vw-339 {
    min-width: 339vw !important;
  }
  .min-md-vh-339 {
    min-height: 339vh !important;
  }
  .vw-md-339 {
    width: 339vw !important;
  }
  .vh-md-339 {
    height: 339vh !important;
  }
  .width-md-339 {
    width: 339px !important;
  }
  .height-md-339 {
    height: 339px !important;
  }
  .max-width-md-339 {
    max-width: 339px !important;
  }
  .min-width-md-339 {
    min-width: 339px !important;
  }
  .max-height-md-339 {
    max-height: 339px !important;
  }
  .min-height-md-339 {
    min-height: 339px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-339 {
    width: 339% !important;
  }
  .h-lg-339 {
    height: 339% !important;
  }
  .max-w-lg-339 {
    max-width: 339% !important;
  }
  .min-w-lg-339 {
    min-width: 339% !important;
  }
  .max-h-lg-339 {
    max-height: 339% !important;
  }
  .min-h-lg-339 {
    min-height: 339% !important;
  }
  .min-lg-vw-339 {
    min-width: 339vw !important;
  }
  .min-lg-vh-339 {
    min-height: 339vh !important;
  }
  .vw-lg-339 {
    width: 339vw !important;
  }
  .vh-lg-339 {
    height: 339vh !important;
  }
  .width-lg-339 {
    width: 339px !important;
  }
  .height-lg-339 {
    height: 339px !important;
  }
  .max-width-lg-339 {
    max-width: 339px !important;
  }
  .min-width-lg-339 {
    min-width: 339px !important;
  }
  .max-height-lg-339 {
    max-height: 339px !important;
  }
  .min-height-lg-339 {
    min-height: 339px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-339 {
    width: 339% !important;
  }
  .h-xl-339 {
    height: 339% !important;
  }
  .max-w-xl-339 {
    max-width: 339% !important;
  }
  .min-w-xl-339 {
    min-width: 339% !important;
  }
  .max-h-xl-339 {
    max-height: 339% !important;
  }
  .min-h-xl-339 {
    min-height: 339% !important;
  }
  .min-xl-vw-339 {
    min-width: 339vw !important;
  }
  .min-xl-vh-339 {
    min-height: 339vh !important;
  }
  .vw-xl-339 {
    width: 339vw !important;
  }
  .vh-xl-339 {
    height: 339vh !important;
  }
  .width-xl-339 {
    width: 339px !important;
  }
  .height-xl-339 {
    height: 339px !important;
  }
  .max-width-xl-339 {
    max-width: 339px !important;
  }
  .min-width-xl-339 {
    min-width: 339px !important;
  }
  .max-height-xl-339 {
    max-height: 339px !important;
  }
  .min-height-xl-339 {
    min-height: 339px !important;
  }
}
.w-339 {
  width: 339% !important;
}

.h-339 {
  height: 339% !important;
}

.max-w-339 {
  max-width: 339% !important;
}

.min-w-339 {
  min-width: 339% !important;
}

.max-h-339 {
  max-height: 339% !important;
}

.min-h-339 {
  min-height: 339% !important;
}

.min-vw-339 {
  min-width: 339vw !important;
}

.min-vh-339 {
  min-height: 339vh !important;
}

.vw-339 {
  width: 339vw !important;
}

.vh-339 {
  height: 339vh !important;
}

.width-339 {
  width: 339px !important;
}

.height-339 {
  height: 339px !important;
}

.max-width-339 {
  max-width: 339px !important;
}

.min-width-339 {
  min-width: 339px !important;
}

.max-height-339 {
  max-height: 339px !important;
}

.min-height-339 {
  min-height: 339px !important;
}

@media (max-width: 576px) {
  .w-sm-340 {
    width: 340% !important;
  }
  .h-sm-340 {
    height: 340% !important;
  }
  .max-w-sm-340 {
    max-width: 340% !important;
  }
  .min-w-sm-340 {
    min-width: 340% !important;
  }
  .max-h-sm-340 {
    max-height: 340% !important;
  }
  .min-h-sm-340 {
    min-height: 340% !important;
  }
  .min-sm-vw-340 {
    min-width: 340vw !important;
  }
  .min-sm-vh-340 {
    min-height: 340vh !important;
  }
  .vw-sm-340 {
    width: 340vw !important;
  }
  .vh-sm-340 {
    height: 340vh !important;
  }
  .width-sm-340 {
    width: 340px !important;
  }
  .height-sm-340 {
    height: 340px !important;
  }
  .max-width-sm-340 {
    max-width: 340px !important;
  }
  .min-width-sm-340 {
    min-width: 340px !important;
  }
  .max-height-sm-340 {
    max-height: 340px !important;
  }
  .min-height-sm-340 {
    min-height: 340px !important;
  }
}
@media (max-width: 768px) {
  .w-md-340 {
    width: 340% !important;
  }
  .h-md-340 {
    height: 340% !important;
  }
  .max-w-md-340 {
    max-width: 340% !important;
  }
  .min-w-md-340 {
    min-width: 340% !important;
  }
  .max-h-md-340 {
    max-height: 340% !important;
  }
  .min-h-md-340 {
    min-height: 340% !important;
  }
  .min-md-vw-340 {
    min-width: 340vw !important;
  }
  .min-md-vh-340 {
    min-height: 340vh !important;
  }
  .vw-md-340 {
    width: 340vw !important;
  }
  .vh-md-340 {
    height: 340vh !important;
  }
  .width-md-340 {
    width: 340px !important;
  }
  .height-md-340 {
    height: 340px !important;
  }
  .max-width-md-340 {
    max-width: 340px !important;
  }
  .min-width-md-340 {
    min-width: 340px !important;
  }
  .max-height-md-340 {
    max-height: 340px !important;
  }
  .min-height-md-340 {
    min-height: 340px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-340 {
    width: 340% !important;
  }
  .h-lg-340 {
    height: 340% !important;
  }
  .max-w-lg-340 {
    max-width: 340% !important;
  }
  .min-w-lg-340 {
    min-width: 340% !important;
  }
  .max-h-lg-340 {
    max-height: 340% !important;
  }
  .min-h-lg-340 {
    min-height: 340% !important;
  }
  .min-lg-vw-340 {
    min-width: 340vw !important;
  }
  .min-lg-vh-340 {
    min-height: 340vh !important;
  }
  .vw-lg-340 {
    width: 340vw !important;
  }
  .vh-lg-340 {
    height: 340vh !important;
  }
  .width-lg-340 {
    width: 340px !important;
  }
  .height-lg-340 {
    height: 340px !important;
  }
  .max-width-lg-340 {
    max-width: 340px !important;
  }
  .min-width-lg-340 {
    min-width: 340px !important;
  }
  .max-height-lg-340 {
    max-height: 340px !important;
  }
  .min-height-lg-340 {
    min-height: 340px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-340 {
    width: 340% !important;
  }
  .h-xl-340 {
    height: 340% !important;
  }
  .max-w-xl-340 {
    max-width: 340% !important;
  }
  .min-w-xl-340 {
    min-width: 340% !important;
  }
  .max-h-xl-340 {
    max-height: 340% !important;
  }
  .min-h-xl-340 {
    min-height: 340% !important;
  }
  .min-xl-vw-340 {
    min-width: 340vw !important;
  }
  .min-xl-vh-340 {
    min-height: 340vh !important;
  }
  .vw-xl-340 {
    width: 340vw !important;
  }
  .vh-xl-340 {
    height: 340vh !important;
  }
  .width-xl-340 {
    width: 340px !important;
  }
  .height-xl-340 {
    height: 340px !important;
  }
  .max-width-xl-340 {
    max-width: 340px !important;
  }
  .min-width-xl-340 {
    min-width: 340px !important;
  }
  .max-height-xl-340 {
    max-height: 340px !important;
  }
  .min-height-xl-340 {
    min-height: 340px !important;
  }
}
.w-340 {
  width: 340% !important;
}

.h-340 {
  height: 340% !important;
}

.max-w-340 {
  max-width: 340% !important;
}

.min-w-340 {
  min-width: 340% !important;
}

.max-h-340 {
  max-height: 340% !important;
}

.min-h-340 {
  min-height: 340% !important;
}

.min-vw-340 {
  min-width: 340vw !important;
}

.min-vh-340 {
  min-height: 340vh !important;
}

.vw-340 {
  width: 340vw !important;
}

.vh-340 {
  height: 340vh !important;
}

.width-340 {
  width: 340px !important;
}

.height-340 {
  height: 340px !important;
}

.max-width-340 {
  max-width: 340px !important;
}

.min-width-340 {
  min-width: 340px !important;
}

.max-height-340 {
  max-height: 340px !important;
}

.min-height-340 {
  min-height: 340px !important;
}

@media (max-width: 576px) {
  .w-sm-341 {
    width: 341% !important;
  }
  .h-sm-341 {
    height: 341% !important;
  }
  .max-w-sm-341 {
    max-width: 341% !important;
  }
  .min-w-sm-341 {
    min-width: 341% !important;
  }
  .max-h-sm-341 {
    max-height: 341% !important;
  }
  .min-h-sm-341 {
    min-height: 341% !important;
  }
  .min-sm-vw-341 {
    min-width: 341vw !important;
  }
  .min-sm-vh-341 {
    min-height: 341vh !important;
  }
  .vw-sm-341 {
    width: 341vw !important;
  }
  .vh-sm-341 {
    height: 341vh !important;
  }
  .width-sm-341 {
    width: 341px !important;
  }
  .height-sm-341 {
    height: 341px !important;
  }
  .max-width-sm-341 {
    max-width: 341px !important;
  }
  .min-width-sm-341 {
    min-width: 341px !important;
  }
  .max-height-sm-341 {
    max-height: 341px !important;
  }
  .min-height-sm-341 {
    min-height: 341px !important;
  }
}
@media (max-width: 768px) {
  .w-md-341 {
    width: 341% !important;
  }
  .h-md-341 {
    height: 341% !important;
  }
  .max-w-md-341 {
    max-width: 341% !important;
  }
  .min-w-md-341 {
    min-width: 341% !important;
  }
  .max-h-md-341 {
    max-height: 341% !important;
  }
  .min-h-md-341 {
    min-height: 341% !important;
  }
  .min-md-vw-341 {
    min-width: 341vw !important;
  }
  .min-md-vh-341 {
    min-height: 341vh !important;
  }
  .vw-md-341 {
    width: 341vw !important;
  }
  .vh-md-341 {
    height: 341vh !important;
  }
  .width-md-341 {
    width: 341px !important;
  }
  .height-md-341 {
    height: 341px !important;
  }
  .max-width-md-341 {
    max-width: 341px !important;
  }
  .min-width-md-341 {
    min-width: 341px !important;
  }
  .max-height-md-341 {
    max-height: 341px !important;
  }
  .min-height-md-341 {
    min-height: 341px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-341 {
    width: 341% !important;
  }
  .h-lg-341 {
    height: 341% !important;
  }
  .max-w-lg-341 {
    max-width: 341% !important;
  }
  .min-w-lg-341 {
    min-width: 341% !important;
  }
  .max-h-lg-341 {
    max-height: 341% !important;
  }
  .min-h-lg-341 {
    min-height: 341% !important;
  }
  .min-lg-vw-341 {
    min-width: 341vw !important;
  }
  .min-lg-vh-341 {
    min-height: 341vh !important;
  }
  .vw-lg-341 {
    width: 341vw !important;
  }
  .vh-lg-341 {
    height: 341vh !important;
  }
  .width-lg-341 {
    width: 341px !important;
  }
  .height-lg-341 {
    height: 341px !important;
  }
  .max-width-lg-341 {
    max-width: 341px !important;
  }
  .min-width-lg-341 {
    min-width: 341px !important;
  }
  .max-height-lg-341 {
    max-height: 341px !important;
  }
  .min-height-lg-341 {
    min-height: 341px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-341 {
    width: 341% !important;
  }
  .h-xl-341 {
    height: 341% !important;
  }
  .max-w-xl-341 {
    max-width: 341% !important;
  }
  .min-w-xl-341 {
    min-width: 341% !important;
  }
  .max-h-xl-341 {
    max-height: 341% !important;
  }
  .min-h-xl-341 {
    min-height: 341% !important;
  }
  .min-xl-vw-341 {
    min-width: 341vw !important;
  }
  .min-xl-vh-341 {
    min-height: 341vh !important;
  }
  .vw-xl-341 {
    width: 341vw !important;
  }
  .vh-xl-341 {
    height: 341vh !important;
  }
  .width-xl-341 {
    width: 341px !important;
  }
  .height-xl-341 {
    height: 341px !important;
  }
  .max-width-xl-341 {
    max-width: 341px !important;
  }
  .min-width-xl-341 {
    min-width: 341px !important;
  }
  .max-height-xl-341 {
    max-height: 341px !important;
  }
  .min-height-xl-341 {
    min-height: 341px !important;
  }
}
.w-341 {
  width: 341% !important;
}

.h-341 {
  height: 341% !important;
}

.max-w-341 {
  max-width: 341% !important;
}

.min-w-341 {
  min-width: 341% !important;
}

.max-h-341 {
  max-height: 341% !important;
}

.min-h-341 {
  min-height: 341% !important;
}

.min-vw-341 {
  min-width: 341vw !important;
}

.min-vh-341 {
  min-height: 341vh !important;
}

.vw-341 {
  width: 341vw !important;
}

.vh-341 {
  height: 341vh !important;
}

.width-341 {
  width: 341px !important;
}

.height-341 {
  height: 341px !important;
}

.max-width-341 {
  max-width: 341px !important;
}

.min-width-341 {
  min-width: 341px !important;
}

.max-height-341 {
  max-height: 341px !important;
}

.min-height-341 {
  min-height: 341px !important;
}

@media (max-width: 576px) {
  .w-sm-342 {
    width: 342% !important;
  }
  .h-sm-342 {
    height: 342% !important;
  }
  .max-w-sm-342 {
    max-width: 342% !important;
  }
  .min-w-sm-342 {
    min-width: 342% !important;
  }
  .max-h-sm-342 {
    max-height: 342% !important;
  }
  .min-h-sm-342 {
    min-height: 342% !important;
  }
  .min-sm-vw-342 {
    min-width: 342vw !important;
  }
  .min-sm-vh-342 {
    min-height: 342vh !important;
  }
  .vw-sm-342 {
    width: 342vw !important;
  }
  .vh-sm-342 {
    height: 342vh !important;
  }
  .width-sm-342 {
    width: 342px !important;
  }
  .height-sm-342 {
    height: 342px !important;
  }
  .max-width-sm-342 {
    max-width: 342px !important;
  }
  .min-width-sm-342 {
    min-width: 342px !important;
  }
  .max-height-sm-342 {
    max-height: 342px !important;
  }
  .min-height-sm-342 {
    min-height: 342px !important;
  }
}
@media (max-width: 768px) {
  .w-md-342 {
    width: 342% !important;
  }
  .h-md-342 {
    height: 342% !important;
  }
  .max-w-md-342 {
    max-width: 342% !important;
  }
  .min-w-md-342 {
    min-width: 342% !important;
  }
  .max-h-md-342 {
    max-height: 342% !important;
  }
  .min-h-md-342 {
    min-height: 342% !important;
  }
  .min-md-vw-342 {
    min-width: 342vw !important;
  }
  .min-md-vh-342 {
    min-height: 342vh !important;
  }
  .vw-md-342 {
    width: 342vw !important;
  }
  .vh-md-342 {
    height: 342vh !important;
  }
  .width-md-342 {
    width: 342px !important;
  }
  .height-md-342 {
    height: 342px !important;
  }
  .max-width-md-342 {
    max-width: 342px !important;
  }
  .min-width-md-342 {
    min-width: 342px !important;
  }
  .max-height-md-342 {
    max-height: 342px !important;
  }
  .min-height-md-342 {
    min-height: 342px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-342 {
    width: 342% !important;
  }
  .h-lg-342 {
    height: 342% !important;
  }
  .max-w-lg-342 {
    max-width: 342% !important;
  }
  .min-w-lg-342 {
    min-width: 342% !important;
  }
  .max-h-lg-342 {
    max-height: 342% !important;
  }
  .min-h-lg-342 {
    min-height: 342% !important;
  }
  .min-lg-vw-342 {
    min-width: 342vw !important;
  }
  .min-lg-vh-342 {
    min-height: 342vh !important;
  }
  .vw-lg-342 {
    width: 342vw !important;
  }
  .vh-lg-342 {
    height: 342vh !important;
  }
  .width-lg-342 {
    width: 342px !important;
  }
  .height-lg-342 {
    height: 342px !important;
  }
  .max-width-lg-342 {
    max-width: 342px !important;
  }
  .min-width-lg-342 {
    min-width: 342px !important;
  }
  .max-height-lg-342 {
    max-height: 342px !important;
  }
  .min-height-lg-342 {
    min-height: 342px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-342 {
    width: 342% !important;
  }
  .h-xl-342 {
    height: 342% !important;
  }
  .max-w-xl-342 {
    max-width: 342% !important;
  }
  .min-w-xl-342 {
    min-width: 342% !important;
  }
  .max-h-xl-342 {
    max-height: 342% !important;
  }
  .min-h-xl-342 {
    min-height: 342% !important;
  }
  .min-xl-vw-342 {
    min-width: 342vw !important;
  }
  .min-xl-vh-342 {
    min-height: 342vh !important;
  }
  .vw-xl-342 {
    width: 342vw !important;
  }
  .vh-xl-342 {
    height: 342vh !important;
  }
  .width-xl-342 {
    width: 342px !important;
  }
  .height-xl-342 {
    height: 342px !important;
  }
  .max-width-xl-342 {
    max-width: 342px !important;
  }
  .min-width-xl-342 {
    min-width: 342px !important;
  }
  .max-height-xl-342 {
    max-height: 342px !important;
  }
  .min-height-xl-342 {
    min-height: 342px !important;
  }
}
.w-342 {
  width: 342% !important;
}

.h-342 {
  height: 342% !important;
}

.max-w-342 {
  max-width: 342% !important;
}

.min-w-342 {
  min-width: 342% !important;
}

.max-h-342 {
  max-height: 342% !important;
}

.min-h-342 {
  min-height: 342% !important;
}

.min-vw-342 {
  min-width: 342vw !important;
}

.min-vh-342 {
  min-height: 342vh !important;
}

.vw-342 {
  width: 342vw !important;
}

.vh-342 {
  height: 342vh !important;
}

.width-342 {
  width: 342px !important;
}

.height-342 {
  height: 342px !important;
}

.max-width-342 {
  max-width: 342px !important;
}

.min-width-342 {
  min-width: 342px !important;
}

.max-height-342 {
  max-height: 342px !important;
}

.min-height-342 {
  min-height: 342px !important;
}

@media (max-width: 576px) {
  .w-sm-343 {
    width: 343% !important;
  }
  .h-sm-343 {
    height: 343% !important;
  }
  .max-w-sm-343 {
    max-width: 343% !important;
  }
  .min-w-sm-343 {
    min-width: 343% !important;
  }
  .max-h-sm-343 {
    max-height: 343% !important;
  }
  .min-h-sm-343 {
    min-height: 343% !important;
  }
  .min-sm-vw-343 {
    min-width: 343vw !important;
  }
  .min-sm-vh-343 {
    min-height: 343vh !important;
  }
  .vw-sm-343 {
    width: 343vw !important;
  }
  .vh-sm-343 {
    height: 343vh !important;
  }
  .width-sm-343 {
    width: 343px !important;
  }
  .height-sm-343 {
    height: 343px !important;
  }
  .max-width-sm-343 {
    max-width: 343px !important;
  }
  .min-width-sm-343 {
    min-width: 343px !important;
  }
  .max-height-sm-343 {
    max-height: 343px !important;
  }
  .min-height-sm-343 {
    min-height: 343px !important;
  }
}
@media (max-width: 768px) {
  .w-md-343 {
    width: 343% !important;
  }
  .h-md-343 {
    height: 343% !important;
  }
  .max-w-md-343 {
    max-width: 343% !important;
  }
  .min-w-md-343 {
    min-width: 343% !important;
  }
  .max-h-md-343 {
    max-height: 343% !important;
  }
  .min-h-md-343 {
    min-height: 343% !important;
  }
  .min-md-vw-343 {
    min-width: 343vw !important;
  }
  .min-md-vh-343 {
    min-height: 343vh !important;
  }
  .vw-md-343 {
    width: 343vw !important;
  }
  .vh-md-343 {
    height: 343vh !important;
  }
  .width-md-343 {
    width: 343px !important;
  }
  .height-md-343 {
    height: 343px !important;
  }
  .max-width-md-343 {
    max-width: 343px !important;
  }
  .min-width-md-343 {
    min-width: 343px !important;
  }
  .max-height-md-343 {
    max-height: 343px !important;
  }
  .min-height-md-343 {
    min-height: 343px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-343 {
    width: 343% !important;
  }
  .h-lg-343 {
    height: 343% !important;
  }
  .max-w-lg-343 {
    max-width: 343% !important;
  }
  .min-w-lg-343 {
    min-width: 343% !important;
  }
  .max-h-lg-343 {
    max-height: 343% !important;
  }
  .min-h-lg-343 {
    min-height: 343% !important;
  }
  .min-lg-vw-343 {
    min-width: 343vw !important;
  }
  .min-lg-vh-343 {
    min-height: 343vh !important;
  }
  .vw-lg-343 {
    width: 343vw !important;
  }
  .vh-lg-343 {
    height: 343vh !important;
  }
  .width-lg-343 {
    width: 343px !important;
  }
  .height-lg-343 {
    height: 343px !important;
  }
  .max-width-lg-343 {
    max-width: 343px !important;
  }
  .min-width-lg-343 {
    min-width: 343px !important;
  }
  .max-height-lg-343 {
    max-height: 343px !important;
  }
  .min-height-lg-343 {
    min-height: 343px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-343 {
    width: 343% !important;
  }
  .h-xl-343 {
    height: 343% !important;
  }
  .max-w-xl-343 {
    max-width: 343% !important;
  }
  .min-w-xl-343 {
    min-width: 343% !important;
  }
  .max-h-xl-343 {
    max-height: 343% !important;
  }
  .min-h-xl-343 {
    min-height: 343% !important;
  }
  .min-xl-vw-343 {
    min-width: 343vw !important;
  }
  .min-xl-vh-343 {
    min-height: 343vh !important;
  }
  .vw-xl-343 {
    width: 343vw !important;
  }
  .vh-xl-343 {
    height: 343vh !important;
  }
  .width-xl-343 {
    width: 343px !important;
  }
  .height-xl-343 {
    height: 343px !important;
  }
  .max-width-xl-343 {
    max-width: 343px !important;
  }
  .min-width-xl-343 {
    min-width: 343px !important;
  }
  .max-height-xl-343 {
    max-height: 343px !important;
  }
  .min-height-xl-343 {
    min-height: 343px !important;
  }
}
.w-343 {
  width: 343% !important;
}

.h-343 {
  height: 343% !important;
}

.max-w-343 {
  max-width: 343% !important;
}

.min-w-343 {
  min-width: 343% !important;
}

.max-h-343 {
  max-height: 343% !important;
}

.min-h-343 {
  min-height: 343% !important;
}

.min-vw-343 {
  min-width: 343vw !important;
}

.min-vh-343 {
  min-height: 343vh !important;
}

.vw-343 {
  width: 343vw !important;
}

.vh-343 {
  height: 343vh !important;
}

.width-343 {
  width: 343px !important;
}

.height-343 {
  height: 343px !important;
}

.max-width-343 {
  max-width: 343px !important;
}

.min-width-343 {
  min-width: 343px !important;
}

.max-height-343 {
  max-height: 343px !important;
}

.min-height-343 {
  min-height: 343px !important;
}

@media (max-width: 576px) {
  .w-sm-344 {
    width: 344% !important;
  }
  .h-sm-344 {
    height: 344% !important;
  }
  .max-w-sm-344 {
    max-width: 344% !important;
  }
  .min-w-sm-344 {
    min-width: 344% !important;
  }
  .max-h-sm-344 {
    max-height: 344% !important;
  }
  .min-h-sm-344 {
    min-height: 344% !important;
  }
  .min-sm-vw-344 {
    min-width: 344vw !important;
  }
  .min-sm-vh-344 {
    min-height: 344vh !important;
  }
  .vw-sm-344 {
    width: 344vw !important;
  }
  .vh-sm-344 {
    height: 344vh !important;
  }
  .width-sm-344 {
    width: 344px !important;
  }
  .height-sm-344 {
    height: 344px !important;
  }
  .max-width-sm-344 {
    max-width: 344px !important;
  }
  .min-width-sm-344 {
    min-width: 344px !important;
  }
  .max-height-sm-344 {
    max-height: 344px !important;
  }
  .min-height-sm-344 {
    min-height: 344px !important;
  }
}
@media (max-width: 768px) {
  .w-md-344 {
    width: 344% !important;
  }
  .h-md-344 {
    height: 344% !important;
  }
  .max-w-md-344 {
    max-width: 344% !important;
  }
  .min-w-md-344 {
    min-width: 344% !important;
  }
  .max-h-md-344 {
    max-height: 344% !important;
  }
  .min-h-md-344 {
    min-height: 344% !important;
  }
  .min-md-vw-344 {
    min-width: 344vw !important;
  }
  .min-md-vh-344 {
    min-height: 344vh !important;
  }
  .vw-md-344 {
    width: 344vw !important;
  }
  .vh-md-344 {
    height: 344vh !important;
  }
  .width-md-344 {
    width: 344px !important;
  }
  .height-md-344 {
    height: 344px !important;
  }
  .max-width-md-344 {
    max-width: 344px !important;
  }
  .min-width-md-344 {
    min-width: 344px !important;
  }
  .max-height-md-344 {
    max-height: 344px !important;
  }
  .min-height-md-344 {
    min-height: 344px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-344 {
    width: 344% !important;
  }
  .h-lg-344 {
    height: 344% !important;
  }
  .max-w-lg-344 {
    max-width: 344% !important;
  }
  .min-w-lg-344 {
    min-width: 344% !important;
  }
  .max-h-lg-344 {
    max-height: 344% !important;
  }
  .min-h-lg-344 {
    min-height: 344% !important;
  }
  .min-lg-vw-344 {
    min-width: 344vw !important;
  }
  .min-lg-vh-344 {
    min-height: 344vh !important;
  }
  .vw-lg-344 {
    width: 344vw !important;
  }
  .vh-lg-344 {
    height: 344vh !important;
  }
  .width-lg-344 {
    width: 344px !important;
  }
  .height-lg-344 {
    height: 344px !important;
  }
  .max-width-lg-344 {
    max-width: 344px !important;
  }
  .min-width-lg-344 {
    min-width: 344px !important;
  }
  .max-height-lg-344 {
    max-height: 344px !important;
  }
  .min-height-lg-344 {
    min-height: 344px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-344 {
    width: 344% !important;
  }
  .h-xl-344 {
    height: 344% !important;
  }
  .max-w-xl-344 {
    max-width: 344% !important;
  }
  .min-w-xl-344 {
    min-width: 344% !important;
  }
  .max-h-xl-344 {
    max-height: 344% !important;
  }
  .min-h-xl-344 {
    min-height: 344% !important;
  }
  .min-xl-vw-344 {
    min-width: 344vw !important;
  }
  .min-xl-vh-344 {
    min-height: 344vh !important;
  }
  .vw-xl-344 {
    width: 344vw !important;
  }
  .vh-xl-344 {
    height: 344vh !important;
  }
  .width-xl-344 {
    width: 344px !important;
  }
  .height-xl-344 {
    height: 344px !important;
  }
  .max-width-xl-344 {
    max-width: 344px !important;
  }
  .min-width-xl-344 {
    min-width: 344px !important;
  }
  .max-height-xl-344 {
    max-height: 344px !important;
  }
  .min-height-xl-344 {
    min-height: 344px !important;
  }
}
.w-344 {
  width: 344% !important;
}

.h-344 {
  height: 344% !important;
}

.max-w-344 {
  max-width: 344% !important;
}

.min-w-344 {
  min-width: 344% !important;
}

.max-h-344 {
  max-height: 344% !important;
}

.min-h-344 {
  min-height: 344% !important;
}

.min-vw-344 {
  min-width: 344vw !important;
}

.min-vh-344 {
  min-height: 344vh !important;
}

.vw-344 {
  width: 344vw !important;
}

.vh-344 {
  height: 344vh !important;
}

.width-344 {
  width: 344px !important;
}

.height-344 {
  height: 344px !important;
}

.max-width-344 {
  max-width: 344px !important;
}

.min-width-344 {
  min-width: 344px !important;
}

.max-height-344 {
  max-height: 344px !important;
}

.min-height-344 {
  min-height: 344px !important;
}

@media (max-width: 576px) {
  .w-sm-345 {
    width: 345% !important;
  }
  .h-sm-345 {
    height: 345% !important;
  }
  .max-w-sm-345 {
    max-width: 345% !important;
  }
  .min-w-sm-345 {
    min-width: 345% !important;
  }
  .max-h-sm-345 {
    max-height: 345% !important;
  }
  .min-h-sm-345 {
    min-height: 345% !important;
  }
  .min-sm-vw-345 {
    min-width: 345vw !important;
  }
  .min-sm-vh-345 {
    min-height: 345vh !important;
  }
  .vw-sm-345 {
    width: 345vw !important;
  }
  .vh-sm-345 {
    height: 345vh !important;
  }
  .width-sm-345 {
    width: 345px !important;
  }
  .height-sm-345 {
    height: 345px !important;
  }
  .max-width-sm-345 {
    max-width: 345px !important;
  }
  .min-width-sm-345 {
    min-width: 345px !important;
  }
  .max-height-sm-345 {
    max-height: 345px !important;
  }
  .min-height-sm-345 {
    min-height: 345px !important;
  }
}
@media (max-width: 768px) {
  .w-md-345 {
    width: 345% !important;
  }
  .h-md-345 {
    height: 345% !important;
  }
  .max-w-md-345 {
    max-width: 345% !important;
  }
  .min-w-md-345 {
    min-width: 345% !important;
  }
  .max-h-md-345 {
    max-height: 345% !important;
  }
  .min-h-md-345 {
    min-height: 345% !important;
  }
  .min-md-vw-345 {
    min-width: 345vw !important;
  }
  .min-md-vh-345 {
    min-height: 345vh !important;
  }
  .vw-md-345 {
    width: 345vw !important;
  }
  .vh-md-345 {
    height: 345vh !important;
  }
  .width-md-345 {
    width: 345px !important;
  }
  .height-md-345 {
    height: 345px !important;
  }
  .max-width-md-345 {
    max-width: 345px !important;
  }
  .min-width-md-345 {
    min-width: 345px !important;
  }
  .max-height-md-345 {
    max-height: 345px !important;
  }
  .min-height-md-345 {
    min-height: 345px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-345 {
    width: 345% !important;
  }
  .h-lg-345 {
    height: 345% !important;
  }
  .max-w-lg-345 {
    max-width: 345% !important;
  }
  .min-w-lg-345 {
    min-width: 345% !important;
  }
  .max-h-lg-345 {
    max-height: 345% !important;
  }
  .min-h-lg-345 {
    min-height: 345% !important;
  }
  .min-lg-vw-345 {
    min-width: 345vw !important;
  }
  .min-lg-vh-345 {
    min-height: 345vh !important;
  }
  .vw-lg-345 {
    width: 345vw !important;
  }
  .vh-lg-345 {
    height: 345vh !important;
  }
  .width-lg-345 {
    width: 345px !important;
  }
  .height-lg-345 {
    height: 345px !important;
  }
  .max-width-lg-345 {
    max-width: 345px !important;
  }
  .min-width-lg-345 {
    min-width: 345px !important;
  }
  .max-height-lg-345 {
    max-height: 345px !important;
  }
  .min-height-lg-345 {
    min-height: 345px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-345 {
    width: 345% !important;
  }
  .h-xl-345 {
    height: 345% !important;
  }
  .max-w-xl-345 {
    max-width: 345% !important;
  }
  .min-w-xl-345 {
    min-width: 345% !important;
  }
  .max-h-xl-345 {
    max-height: 345% !important;
  }
  .min-h-xl-345 {
    min-height: 345% !important;
  }
  .min-xl-vw-345 {
    min-width: 345vw !important;
  }
  .min-xl-vh-345 {
    min-height: 345vh !important;
  }
  .vw-xl-345 {
    width: 345vw !important;
  }
  .vh-xl-345 {
    height: 345vh !important;
  }
  .width-xl-345 {
    width: 345px !important;
  }
  .height-xl-345 {
    height: 345px !important;
  }
  .max-width-xl-345 {
    max-width: 345px !important;
  }
  .min-width-xl-345 {
    min-width: 345px !important;
  }
  .max-height-xl-345 {
    max-height: 345px !important;
  }
  .min-height-xl-345 {
    min-height: 345px !important;
  }
}
.w-345 {
  width: 345% !important;
}

.h-345 {
  height: 345% !important;
}

.max-w-345 {
  max-width: 345% !important;
}

.min-w-345 {
  min-width: 345% !important;
}

.max-h-345 {
  max-height: 345% !important;
}

.min-h-345 {
  min-height: 345% !important;
}

.min-vw-345 {
  min-width: 345vw !important;
}

.min-vh-345 {
  min-height: 345vh !important;
}

.vw-345 {
  width: 345vw !important;
}

.vh-345 {
  height: 345vh !important;
}

.width-345 {
  width: 345px !important;
}

.height-345 {
  height: 345px !important;
}

.max-width-345 {
  max-width: 345px !important;
}

.min-width-345 {
  min-width: 345px !important;
}

.max-height-345 {
  max-height: 345px !important;
}

.min-height-345 {
  min-height: 345px !important;
}

@media (max-width: 576px) {
  .w-sm-346 {
    width: 346% !important;
  }
  .h-sm-346 {
    height: 346% !important;
  }
  .max-w-sm-346 {
    max-width: 346% !important;
  }
  .min-w-sm-346 {
    min-width: 346% !important;
  }
  .max-h-sm-346 {
    max-height: 346% !important;
  }
  .min-h-sm-346 {
    min-height: 346% !important;
  }
  .min-sm-vw-346 {
    min-width: 346vw !important;
  }
  .min-sm-vh-346 {
    min-height: 346vh !important;
  }
  .vw-sm-346 {
    width: 346vw !important;
  }
  .vh-sm-346 {
    height: 346vh !important;
  }
  .width-sm-346 {
    width: 346px !important;
  }
  .height-sm-346 {
    height: 346px !important;
  }
  .max-width-sm-346 {
    max-width: 346px !important;
  }
  .min-width-sm-346 {
    min-width: 346px !important;
  }
  .max-height-sm-346 {
    max-height: 346px !important;
  }
  .min-height-sm-346 {
    min-height: 346px !important;
  }
}
@media (max-width: 768px) {
  .w-md-346 {
    width: 346% !important;
  }
  .h-md-346 {
    height: 346% !important;
  }
  .max-w-md-346 {
    max-width: 346% !important;
  }
  .min-w-md-346 {
    min-width: 346% !important;
  }
  .max-h-md-346 {
    max-height: 346% !important;
  }
  .min-h-md-346 {
    min-height: 346% !important;
  }
  .min-md-vw-346 {
    min-width: 346vw !important;
  }
  .min-md-vh-346 {
    min-height: 346vh !important;
  }
  .vw-md-346 {
    width: 346vw !important;
  }
  .vh-md-346 {
    height: 346vh !important;
  }
  .width-md-346 {
    width: 346px !important;
  }
  .height-md-346 {
    height: 346px !important;
  }
  .max-width-md-346 {
    max-width: 346px !important;
  }
  .min-width-md-346 {
    min-width: 346px !important;
  }
  .max-height-md-346 {
    max-height: 346px !important;
  }
  .min-height-md-346 {
    min-height: 346px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-346 {
    width: 346% !important;
  }
  .h-lg-346 {
    height: 346% !important;
  }
  .max-w-lg-346 {
    max-width: 346% !important;
  }
  .min-w-lg-346 {
    min-width: 346% !important;
  }
  .max-h-lg-346 {
    max-height: 346% !important;
  }
  .min-h-lg-346 {
    min-height: 346% !important;
  }
  .min-lg-vw-346 {
    min-width: 346vw !important;
  }
  .min-lg-vh-346 {
    min-height: 346vh !important;
  }
  .vw-lg-346 {
    width: 346vw !important;
  }
  .vh-lg-346 {
    height: 346vh !important;
  }
  .width-lg-346 {
    width: 346px !important;
  }
  .height-lg-346 {
    height: 346px !important;
  }
  .max-width-lg-346 {
    max-width: 346px !important;
  }
  .min-width-lg-346 {
    min-width: 346px !important;
  }
  .max-height-lg-346 {
    max-height: 346px !important;
  }
  .min-height-lg-346 {
    min-height: 346px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-346 {
    width: 346% !important;
  }
  .h-xl-346 {
    height: 346% !important;
  }
  .max-w-xl-346 {
    max-width: 346% !important;
  }
  .min-w-xl-346 {
    min-width: 346% !important;
  }
  .max-h-xl-346 {
    max-height: 346% !important;
  }
  .min-h-xl-346 {
    min-height: 346% !important;
  }
  .min-xl-vw-346 {
    min-width: 346vw !important;
  }
  .min-xl-vh-346 {
    min-height: 346vh !important;
  }
  .vw-xl-346 {
    width: 346vw !important;
  }
  .vh-xl-346 {
    height: 346vh !important;
  }
  .width-xl-346 {
    width: 346px !important;
  }
  .height-xl-346 {
    height: 346px !important;
  }
  .max-width-xl-346 {
    max-width: 346px !important;
  }
  .min-width-xl-346 {
    min-width: 346px !important;
  }
  .max-height-xl-346 {
    max-height: 346px !important;
  }
  .min-height-xl-346 {
    min-height: 346px !important;
  }
}
.w-346 {
  width: 346% !important;
}

.h-346 {
  height: 346% !important;
}

.max-w-346 {
  max-width: 346% !important;
}

.min-w-346 {
  min-width: 346% !important;
}

.max-h-346 {
  max-height: 346% !important;
}

.min-h-346 {
  min-height: 346% !important;
}

.min-vw-346 {
  min-width: 346vw !important;
}

.min-vh-346 {
  min-height: 346vh !important;
}

.vw-346 {
  width: 346vw !important;
}

.vh-346 {
  height: 346vh !important;
}

.width-346 {
  width: 346px !important;
}

.height-346 {
  height: 346px !important;
}

.max-width-346 {
  max-width: 346px !important;
}

.min-width-346 {
  min-width: 346px !important;
}

.max-height-346 {
  max-height: 346px !important;
}

.min-height-346 {
  min-height: 346px !important;
}

@media (max-width: 576px) {
  .w-sm-347 {
    width: 347% !important;
  }
  .h-sm-347 {
    height: 347% !important;
  }
  .max-w-sm-347 {
    max-width: 347% !important;
  }
  .min-w-sm-347 {
    min-width: 347% !important;
  }
  .max-h-sm-347 {
    max-height: 347% !important;
  }
  .min-h-sm-347 {
    min-height: 347% !important;
  }
  .min-sm-vw-347 {
    min-width: 347vw !important;
  }
  .min-sm-vh-347 {
    min-height: 347vh !important;
  }
  .vw-sm-347 {
    width: 347vw !important;
  }
  .vh-sm-347 {
    height: 347vh !important;
  }
  .width-sm-347 {
    width: 347px !important;
  }
  .height-sm-347 {
    height: 347px !important;
  }
  .max-width-sm-347 {
    max-width: 347px !important;
  }
  .min-width-sm-347 {
    min-width: 347px !important;
  }
  .max-height-sm-347 {
    max-height: 347px !important;
  }
  .min-height-sm-347 {
    min-height: 347px !important;
  }
}
@media (max-width: 768px) {
  .w-md-347 {
    width: 347% !important;
  }
  .h-md-347 {
    height: 347% !important;
  }
  .max-w-md-347 {
    max-width: 347% !important;
  }
  .min-w-md-347 {
    min-width: 347% !important;
  }
  .max-h-md-347 {
    max-height: 347% !important;
  }
  .min-h-md-347 {
    min-height: 347% !important;
  }
  .min-md-vw-347 {
    min-width: 347vw !important;
  }
  .min-md-vh-347 {
    min-height: 347vh !important;
  }
  .vw-md-347 {
    width: 347vw !important;
  }
  .vh-md-347 {
    height: 347vh !important;
  }
  .width-md-347 {
    width: 347px !important;
  }
  .height-md-347 {
    height: 347px !important;
  }
  .max-width-md-347 {
    max-width: 347px !important;
  }
  .min-width-md-347 {
    min-width: 347px !important;
  }
  .max-height-md-347 {
    max-height: 347px !important;
  }
  .min-height-md-347 {
    min-height: 347px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-347 {
    width: 347% !important;
  }
  .h-lg-347 {
    height: 347% !important;
  }
  .max-w-lg-347 {
    max-width: 347% !important;
  }
  .min-w-lg-347 {
    min-width: 347% !important;
  }
  .max-h-lg-347 {
    max-height: 347% !important;
  }
  .min-h-lg-347 {
    min-height: 347% !important;
  }
  .min-lg-vw-347 {
    min-width: 347vw !important;
  }
  .min-lg-vh-347 {
    min-height: 347vh !important;
  }
  .vw-lg-347 {
    width: 347vw !important;
  }
  .vh-lg-347 {
    height: 347vh !important;
  }
  .width-lg-347 {
    width: 347px !important;
  }
  .height-lg-347 {
    height: 347px !important;
  }
  .max-width-lg-347 {
    max-width: 347px !important;
  }
  .min-width-lg-347 {
    min-width: 347px !important;
  }
  .max-height-lg-347 {
    max-height: 347px !important;
  }
  .min-height-lg-347 {
    min-height: 347px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-347 {
    width: 347% !important;
  }
  .h-xl-347 {
    height: 347% !important;
  }
  .max-w-xl-347 {
    max-width: 347% !important;
  }
  .min-w-xl-347 {
    min-width: 347% !important;
  }
  .max-h-xl-347 {
    max-height: 347% !important;
  }
  .min-h-xl-347 {
    min-height: 347% !important;
  }
  .min-xl-vw-347 {
    min-width: 347vw !important;
  }
  .min-xl-vh-347 {
    min-height: 347vh !important;
  }
  .vw-xl-347 {
    width: 347vw !important;
  }
  .vh-xl-347 {
    height: 347vh !important;
  }
  .width-xl-347 {
    width: 347px !important;
  }
  .height-xl-347 {
    height: 347px !important;
  }
  .max-width-xl-347 {
    max-width: 347px !important;
  }
  .min-width-xl-347 {
    min-width: 347px !important;
  }
  .max-height-xl-347 {
    max-height: 347px !important;
  }
  .min-height-xl-347 {
    min-height: 347px !important;
  }
}
.w-347 {
  width: 347% !important;
}

.h-347 {
  height: 347% !important;
}

.max-w-347 {
  max-width: 347% !important;
}

.min-w-347 {
  min-width: 347% !important;
}

.max-h-347 {
  max-height: 347% !important;
}

.min-h-347 {
  min-height: 347% !important;
}

.min-vw-347 {
  min-width: 347vw !important;
}

.min-vh-347 {
  min-height: 347vh !important;
}

.vw-347 {
  width: 347vw !important;
}

.vh-347 {
  height: 347vh !important;
}

.width-347 {
  width: 347px !important;
}

.height-347 {
  height: 347px !important;
}

.max-width-347 {
  max-width: 347px !important;
}

.min-width-347 {
  min-width: 347px !important;
}

.max-height-347 {
  max-height: 347px !important;
}

.min-height-347 {
  min-height: 347px !important;
}

@media (max-width: 576px) {
  .w-sm-348 {
    width: 348% !important;
  }
  .h-sm-348 {
    height: 348% !important;
  }
  .max-w-sm-348 {
    max-width: 348% !important;
  }
  .min-w-sm-348 {
    min-width: 348% !important;
  }
  .max-h-sm-348 {
    max-height: 348% !important;
  }
  .min-h-sm-348 {
    min-height: 348% !important;
  }
  .min-sm-vw-348 {
    min-width: 348vw !important;
  }
  .min-sm-vh-348 {
    min-height: 348vh !important;
  }
  .vw-sm-348 {
    width: 348vw !important;
  }
  .vh-sm-348 {
    height: 348vh !important;
  }
  .width-sm-348 {
    width: 348px !important;
  }
  .height-sm-348 {
    height: 348px !important;
  }
  .max-width-sm-348 {
    max-width: 348px !important;
  }
  .min-width-sm-348 {
    min-width: 348px !important;
  }
  .max-height-sm-348 {
    max-height: 348px !important;
  }
  .min-height-sm-348 {
    min-height: 348px !important;
  }
}
@media (max-width: 768px) {
  .w-md-348 {
    width: 348% !important;
  }
  .h-md-348 {
    height: 348% !important;
  }
  .max-w-md-348 {
    max-width: 348% !important;
  }
  .min-w-md-348 {
    min-width: 348% !important;
  }
  .max-h-md-348 {
    max-height: 348% !important;
  }
  .min-h-md-348 {
    min-height: 348% !important;
  }
  .min-md-vw-348 {
    min-width: 348vw !important;
  }
  .min-md-vh-348 {
    min-height: 348vh !important;
  }
  .vw-md-348 {
    width: 348vw !important;
  }
  .vh-md-348 {
    height: 348vh !important;
  }
  .width-md-348 {
    width: 348px !important;
  }
  .height-md-348 {
    height: 348px !important;
  }
  .max-width-md-348 {
    max-width: 348px !important;
  }
  .min-width-md-348 {
    min-width: 348px !important;
  }
  .max-height-md-348 {
    max-height: 348px !important;
  }
  .min-height-md-348 {
    min-height: 348px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-348 {
    width: 348% !important;
  }
  .h-lg-348 {
    height: 348% !important;
  }
  .max-w-lg-348 {
    max-width: 348% !important;
  }
  .min-w-lg-348 {
    min-width: 348% !important;
  }
  .max-h-lg-348 {
    max-height: 348% !important;
  }
  .min-h-lg-348 {
    min-height: 348% !important;
  }
  .min-lg-vw-348 {
    min-width: 348vw !important;
  }
  .min-lg-vh-348 {
    min-height: 348vh !important;
  }
  .vw-lg-348 {
    width: 348vw !important;
  }
  .vh-lg-348 {
    height: 348vh !important;
  }
  .width-lg-348 {
    width: 348px !important;
  }
  .height-lg-348 {
    height: 348px !important;
  }
  .max-width-lg-348 {
    max-width: 348px !important;
  }
  .min-width-lg-348 {
    min-width: 348px !important;
  }
  .max-height-lg-348 {
    max-height: 348px !important;
  }
  .min-height-lg-348 {
    min-height: 348px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-348 {
    width: 348% !important;
  }
  .h-xl-348 {
    height: 348% !important;
  }
  .max-w-xl-348 {
    max-width: 348% !important;
  }
  .min-w-xl-348 {
    min-width: 348% !important;
  }
  .max-h-xl-348 {
    max-height: 348% !important;
  }
  .min-h-xl-348 {
    min-height: 348% !important;
  }
  .min-xl-vw-348 {
    min-width: 348vw !important;
  }
  .min-xl-vh-348 {
    min-height: 348vh !important;
  }
  .vw-xl-348 {
    width: 348vw !important;
  }
  .vh-xl-348 {
    height: 348vh !important;
  }
  .width-xl-348 {
    width: 348px !important;
  }
  .height-xl-348 {
    height: 348px !important;
  }
  .max-width-xl-348 {
    max-width: 348px !important;
  }
  .min-width-xl-348 {
    min-width: 348px !important;
  }
  .max-height-xl-348 {
    max-height: 348px !important;
  }
  .min-height-xl-348 {
    min-height: 348px !important;
  }
}
.w-348 {
  width: 348% !important;
}

.h-348 {
  height: 348% !important;
}

.max-w-348 {
  max-width: 348% !important;
}

.min-w-348 {
  min-width: 348% !important;
}

.max-h-348 {
  max-height: 348% !important;
}

.min-h-348 {
  min-height: 348% !important;
}

.min-vw-348 {
  min-width: 348vw !important;
}

.min-vh-348 {
  min-height: 348vh !important;
}

.vw-348 {
  width: 348vw !important;
}

.vh-348 {
  height: 348vh !important;
}

.width-348 {
  width: 348px !important;
}

.height-348 {
  height: 348px !important;
}

.max-width-348 {
  max-width: 348px !important;
}

.min-width-348 {
  min-width: 348px !important;
}

.max-height-348 {
  max-height: 348px !important;
}

.min-height-348 {
  min-height: 348px !important;
}

@media (max-width: 576px) {
  .w-sm-349 {
    width: 349% !important;
  }
  .h-sm-349 {
    height: 349% !important;
  }
  .max-w-sm-349 {
    max-width: 349% !important;
  }
  .min-w-sm-349 {
    min-width: 349% !important;
  }
  .max-h-sm-349 {
    max-height: 349% !important;
  }
  .min-h-sm-349 {
    min-height: 349% !important;
  }
  .min-sm-vw-349 {
    min-width: 349vw !important;
  }
  .min-sm-vh-349 {
    min-height: 349vh !important;
  }
  .vw-sm-349 {
    width: 349vw !important;
  }
  .vh-sm-349 {
    height: 349vh !important;
  }
  .width-sm-349 {
    width: 349px !important;
  }
  .height-sm-349 {
    height: 349px !important;
  }
  .max-width-sm-349 {
    max-width: 349px !important;
  }
  .min-width-sm-349 {
    min-width: 349px !important;
  }
  .max-height-sm-349 {
    max-height: 349px !important;
  }
  .min-height-sm-349 {
    min-height: 349px !important;
  }
}
@media (max-width: 768px) {
  .w-md-349 {
    width: 349% !important;
  }
  .h-md-349 {
    height: 349% !important;
  }
  .max-w-md-349 {
    max-width: 349% !important;
  }
  .min-w-md-349 {
    min-width: 349% !important;
  }
  .max-h-md-349 {
    max-height: 349% !important;
  }
  .min-h-md-349 {
    min-height: 349% !important;
  }
  .min-md-vw-349 {
    min-width: 349vw !important;
  }
  .min-md-vh-349 {
    min-height: 349vh !important;
  }
  .vw-md-349 {
    width: 349vw !important;
  }
  .vh-md-349 {
    height: 349vh !important;
  }
  .width-md-349 {
    width: 349px !important;
  }
  .height-md-349 {
    height: 349px !important;
  }
  .max-width-md-349 {
    max-width: 349px !important;
  }
  .min-width-md-349 {
    min-width: 349px !important;
  }
  .max-height-md-349 {
    max-height: 349px !important;
  }
  .min-height-md-349 {
    min-height: 349px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-349 {
    width: 349% !important;
  }
  .h-lg-349 {
    height: 349% !important;
  }
  .max-w-lg-349 {
    max-width: 349% !important;
  }
  .min-w-lg-349 {
    min-width: 349% !important;
  }
  .max-h-lg-349 {
    max-height: 349% !important;
  }
  .min-h-lg-349 {
    min-height: 349% !important;
  }
  .min-lg-vw-349 {
    min-width: 349vw !important;
  }
  .min-lg-vh-349 {
    min-height: 349vh !important;
  }
  .vw-lg-349 {
    width: 349vw !important;
  }
  .vh-lg-349 {
    height: 349vh !important;
  }
  .width-lg-349 {
    width: 349px !important;
  }
  .height-lg-349 {
    height: 349px !important;
  }
  .max-width-lg-349 {
    max-width: 349px !important;
  }
  .min-width-lg-349 {
    min-width: 349px !important;
  }
  .max-height-lg-349 {
    max-height: 349px !important;
  }
  .min-height-lg-349 {
    min-height: 349px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-349 {
    width: 349% !important;
  }
  .h-xl-349 {
    height: 349% !important;
  }
  .max-w-xl-349 {
    max-width: 349% !important;
  }
  .min-w-xl-349 {
    min-width: 349% !important;
  }
  .max-h-xl-349 {
    max-height: 349% !important;
  }
  .min-h-xl-349 {
    min-height: 349% !important;
  }
  .min-xl-vw-349 {
    min-width: 349vw !important;
  }
  .min-xl-vh-349 {
    min-height: 349vh !important;
  }
  .vw-xl-349 {
    width: 349vw !important;
  }
  .vh-xl-349 {
    height: 349vh !important;
  }
  .width-xl-349 {
    width: 349px !important;
  }
  .height-xl-349 {
    height: 349px !important;
  }
  .max-width-xl-349 {
    max-width: 349px !important;
  }
  .min-width-xl-349 {
    min-width: 349px !important;
  }
  .max-height-xl-349 {
    max-height: 349px !important;
  }
  .min-height-xl-349 {
    min-height: 349px !important;
  }
}
.w-349 {
  width: 349% !important;
}

.h-349 {
  height: 349% !important;
}

.max-w-349 {
  max-width: 349% !important;
}

.min-w-349 {
  min-width: 349% !important;
}

.max-h-349 {
  max-height: 349% !important;
}

.min-h-349 {
  min-height: 349% !important;
}

.min-vw-349 {
  min-width: 349vw !important;
}

.min-vh-349 {
  min-height: 349vh !important;
}

.vw-349 {
  width: 349vw !important;
}

.vh-349 {
  height: 349vh !important;
}

.width-349 {
  width: 349px !important;
}

.height-349 {
  height: 349px !important;
}

.max-width-349 {
  max-width: 349px !important;
}

.min-width-349 {
  min-width: 349px !important;
}

.max-height-349 {
  max-height: 349px !important;
}

.min-height-349 {
  min-height: 349px !important;
}

@media (max-width: 576px) {
  .w-sm-350 {
    width: 350% !important;
  }
  .h-sm-350 {
    height: 350% !important;
  }
  .max-w-sm-350 {
    max-width: 350% !important;
  }
  .min-w-sm-350 {
    min-width: 350% !important;
  }
  .max-h-sm-350 {
    max-height: 350% !important;
  }
  .min-h-sm-350 {
    min-height: 350% !important;
  }
  .min-sm-vw-350 {
    min-width: 350vw !important;
  }
  .min-sm-vh-350 {
    min-height: 350vh !important;
  }
  .vw-sm-350 {
    width: 350vw !important;
  }
  .vh-sm-350 {
    height: 350vh !important;
  }
  .width-sm-350 {
    width: 350px !important;
  }
  .height-sm-350 {
    height: 350px !important;
  }
  .max-width-sm-350 {
    max-width: 350px !important;
  }
  .min-width-sm-350 {
    min-width: 350px !important;
  }
  .max-height-sm-350 {
    max-height: 350px !important;
  }
  .min-height-sm-350 {
    min-height: 350px !important;
  }
}
@media (max-width: 768px) {
  .w-md-350 {
    width: 350% !important;
  }
  .h-md-350 {
    height: 350% !important;
  }
  .max-w-md-350 {
    max-width: 350% !important;
  }
  .min-w-md-350 {
    min-width: 350% !important;
  }
  .max-h-md-350 {
    max-height: 350% !important;
  }
  .min-h-md-350 {
    min-height: 350% !important;
  }
  .min-md-vw-350 {
    min-width: 350vw !important;
  }
  .min-md-vh-350 {
    min-height: 350vh !important;
  }
  .vw-md-350 {
    width: 350vw !important;
  }
  .vh-md-350 {
    height: 350vh !important;
  }
  .width-md-350 {
    width: 350px !important;
  }
  .height-md-350 {
    height: 350px !important;
  }
  .max-width-md-350 {
    max-width: 350px !important;
  }
  .min-width-md-350 {
    min-width: 350px !important;
  }
  .max-height-md-350 {
    max-height: 350px !important;
  }
  .min-height-md-350 {
    min-height: 350px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-350 {
    width: 350% !important;
  }
  .h-lg-350 {
    height: 350% !important;
  }
  .max-w-lg-350 {
    max-width: 350% !important;
  }
  .min-w-lg-350 {
    min-width: 350% !important;
  }
  .max-h-lg-350 {
    max-height: 350% !important;
  }
  .min-h-lg-350 {
    min-height: 350% !important;
  }
  .min-lg-vw-350 {
    min-width: 350vw !important;
  }
  .min-lg-vh-350 {
    min-height: 350vh !important;
  }
  .vw-lg-350 {
    width: 350vw !important;
  }
  .vh-lg-350 {
    height: 350vh !important;
  }
  .width-lg-350 {
    width: 350px !important;
  }
  .height-lg-350 {
    height: 350px !important;
  }
  .max-width-lg-350 {
    max-width: 350px !important;
  }
  .min-width-lg-350 {
    min-width: 350px !important;
  }
  .max-height-lg-350 {
    max-height: 350px !important;
  }
  .min-height-lg-350 {
    min-height: 350px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-350 {
    width: 350% !important;
  }
  .h-xl-350 {
    height: 350% !important;
  }
  .max-w-xl-350 {
    max-width: 350% !important;
  }
  .min-w-xl-350 {
    min-width: 350% !important;
  }
  .max-h-xl-350 {
    max-height: 350% !important;
  }
  .min-h-xl-350 {
    min-height: 350% !important;
  }
  .min-xl-vw-350 {
    min-width: 350vw !important;
  }
  .min-xl-vh-350 {
    min-height: 350vh !important;
  }
  .vw-xl-350 {
    width: 350vw !important;
  }
  .vh-xl-350 {
    height: 350vh !important;
  }
  .width-xl-350 {
    width: 350px !important;
  }
  .height-xl-350 {
    height: 350px !important;
  }
  .max-width-xl-350 {
    max-width: 350px !important;
  }
  .min-width-xl-350 {
    min-width: 350px !important;
  }
  .max-height-xl-350 {
    max-height: 350px !important;
  }
  .min-height-xl-350 {
    min-height: 350px !important;
  }
}
.w-350 {
  width: 350% !important;
}

.h-350 {
  height: 350% !important;
}

.max-w-350 {
  max-width: 350% !important;
}

.min-w-350 {
  min-width: 350% !important;
}

.max-h-350 {
  max-height: 350% !important;
}

.min-h-350 {
  min-height: 350% !important;
}

.min-vw-350 {
  min-width: 350vw !important;
}

.min-vh-350 {
  min-height: 350vh !important;
}

.vw-350 {
  width: 350vw !important;
}

.vh-350 {
  height: 350vh !important;
}

.width-350 {
  width: 350px !important;
}

.height-350 {
  height: 350px !important;
}

.max-width-350 {
  max-width: 350px !important;
}

.min-width-350 {
  min-width: 350px !important;
}

.max-height-350 {
  max-height: 350px !important;
}

.min-height-350 {
  min-height: 350px !important;
}

@media (max-width: 576px) {
  .w-sm-351 {
    width: 351% !important;
  }
  .h-sm-351 {
    height: 351% !important;
  }
  .max-w-sm-351 {
    max-width: 351% !important;
  }
  .min-w-sm-351 {
    min-width: 351% !important;
  }
  .max-h-sm-351 {
    max-height: 351% !important;
  }
  .min-h-sm-351 {
    min-height: 351% !important;
  }
  .min-sm-vw-351 {
    min-width: 351vw !important;
  }
  .min-sm-vh-351 {
    min-height: 351vh !important;
  }
  .vw-sm-351 {
    width: 351vw !important;
  }
  .vh-sm-351 {
    height: 351vh !important;
  }
  .width-sm-351 {
    width: 351px !important;
  }
  .height-sm-351 {
    height: 351px !important;
  }
  .max-width-sm-351 {
    max-width: 351px !important;
  }
  .min-width-sm-351 {
    min-width: 351px !important;
  }
  .max-height-sm-351 {
    max-height: 351px !important;
  }
  .min-height-sm-351 {
    min-height: 351px !important;
  }
}
@media (max-width: 768px) {
  .w-md-351 {
    width: 351% !important;
  }
  .h-md-351 {
    height: 351% !important;
  }
  .max-w-md-351 {
    max-width: 351% !important;
  }
  .min-w-md-351 {
    min-width: 351% !important;
  }
  .max-h-md-351 {
    max-height: 351% !important;
  }
  .min-h-md-351 {
    min-height: 351% !important;
  }
  .min-md-vw-351 {
    min-width: 351vw !important;
  }
  .min-md-vh-351 {
    min-height: 351vh !important;
  }
  .vw-md-351 {
    width: 351vw !important;
  }
  .vh-md-351 {
    height: 351vh !important;
  }
  .width-md-351 {
    width: 351px !important;
  }
  .height-md-351 {
    height: 351px !important;
  }
  .max-width-md-351 {
    max-width: 351px !important;
  }
  .min-width-md-351 {
    min-width: 351px !important;
  }
  .max-height-md-351 {
    max-height: 351px !important;
  }
  .min-height-md-351 {
    min-height: 351px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-351 {
    width: 351% !important;
  }
  .h-lg-351 {
    height: 351% !important;
  }
  .max-w-lg-351 {
    max-width: 351% !important;
  }
  .min-w-lg-351 {
    min-width: 351% !important;
  }
  .max-h-lg-351 {
    max-height: 351% !important;
  }
  .min-h-lg-351 {
    min-height: 351% !important;
  }
  .min-lg-vw-351 {
    min-width: 351vw !important;
  }
  .min-lg-vh-351 {
    min-height: 351vh !important;
  }
  .vw-lg-351 {
    width: 351vw !important;
  }
  .vh-lg-351 {
    height: 351vh !important;
  }
  .width-lg-351 {
    width: 351px !important;
  }
  .height-lg-351 {
    height: 351px !important;
  }
  .max-width-lg-351 {
    max-width: 351px !important;
  }
  .min-width-lg-351 {
    min-width: 351px !important;
  }
  .max-height-lg-351 {
    max-height: 351px !important;
  }
  .min-height-lg-351 {
    min-height: 351px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-351 {
    width: 351% !important;
  }
  .h-xl-351 {
    height: 351% !important;
  }
  .max-w-xl-351 {
    max-width: 351% !important;
  }
  .min-w-xl-351 {
    min-width: 351% !important;
  }
  .max-h-xl-351 {
    max-height: 351% !important;
  }
  .min-h-xl-351 {
    min-height: 351% !important;
  }
  .min-xl-vw-351 {
    min-width: 351vw !important;
  }
  .min-xl-vh-351 {
    min-height: 351vh !important;
  }
  .vw-xl-351 {
    width: 351vw !important;
  }
  .vh-xl-351 {
    height: 351vh !important;
  }
  .width-xl-351 {
    width: 351px !important;
  }
  .height-xl-351 {
    height: 351px !important;
  }
  .max-width-xl-351 {
    max-width: 351px !important;
  }
  .min-width-xl-351 {
    min-width: 351px !important;
  }
  .max-height-xl-351 {
    max-height: 351px !important;
  }
  .min-height-xl-351 {
    min-height: 351px !important;
  }
}
.w-351 {
  width: 351% !important;
}

.h-351 {
  height: 351% !important;
}

.max-w-351 {
  max-width: 351% !important;
}

.min-w-351 {
  min-width: 351% !important;
}

.max-h-351 {
  max-height: 351% !important;
}

.min-h-351 {
  min-height: 351% !important;
}

.min-vw-351 {
  min-width: 351vw !important;
}

.min-vh-351 {
  min-height: 351vh !important;
}

.vw-351 {
  width: 351vw !important;
}

.vh-351 {
  height: 351vh !important;
}

.width-351 {
  width: 351px !important;
}

.height-351 {
  height: 351px !important;
}

.max-width-351 {
  max-width: 351px !important;
}

.min-width-351 {
  min-width: 351px !important;
}

.max-height-351 {
  max-height: 351px !important;
}

.min-height-351 {
  min-height: 351px !important;
}

@media (max-width: 576px) {
  .w-sm-352 {
    width: 352% !important;
  }
  .h-sm-352 {
    height: 352% !important;
  }
  .max-w-sm-352 {
    max-width: 352% !important;
  }
  .min-w-sm-352 {
    min-width: 352% !important;
  }
  .max-h-sm-352 {
    max-height: 352% !important;
  }
  .min-h-sm-352 {
    min-height: 352% !important;
  }
  .min-sm-vw-352 {
    min-width: 352vw !important;
  }
  .min-sm-vh-352 {
    min-height: 352vh !important;
  }
  .vw-sm-352 {
    width: 352vw !important;
  }
  .vh-sm-352 {
    height: 352vh !important;
  }
  .width-sm-352 {
    width: 352px !important;
  }
  .height-sm-352 {
    height: 352px !important;
  }
  .max-width-sm-352 {
    max-width: 352px !important;
  }
  .min-width-sm-352 {
    min-width: 352px !important;
  }
  .max-height-sm-352 {
    max-height: 352px !important;
  }
  .min-height-sm-352 {
    min-height: 352px !important;
  }
}
@media (max-width: 768px) {
  .w-md-352 {
    width: 352% !important;
  }
  .h-md-352 {
    height: 352% !important;
  }
  .max-w-md-352 {
    max-width: 352% !important;
  }
  .min-w-md-352 {
    min-width: 352% !important;
  }
  .max-h-md-352 {
    max-height: 352% !important;
  }
  .min-h-md-352 {
    min-height: 352% !important;
  }
  .min-md-vw-352 {
    min-width: 352vw !important;
  }
  .min-md-vh-352 {
    min-height: 352vh !important;
  }
  .vw-md-352 {
    width: 352vw !important;
  }
  .vh-md-352 {
    height: 352vh !important;
  }
  .width-md-352 {
    width: 352px !important;
  }
  .height-md-352 {
    height: 352px !important;
  }
  .max-width-md-352 {
    max-width: 352px !important;
  }
  .min-width-md-352 {
    min-width: 352px !important;
  }
  .max-height-md-352 {
    max-height: 352px !important;
  }
  .min-height-md-352 {
    min-height: 352px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-352 {
    width: 352% !important;
  }
  .h-lg-352 {
    height: 352% !important;
  }
  .max-w-lg-352 {
    max-width: 352% !important;
  }
  .min-w-lg-352 {
    min-width: 352% !important;
  }
  .max-h-lg-352 {
    max-height: 352% !important;
  }
  .min-h-lg-352 {
    min-height: 352% !important;
  }
  .min-lg-vw-352 {
    min-width: 352vw !important;
  }
  .min-lg-vh-352 {
    min-height: 352vh !important;
  }
  .vw-lg-352 {
    width: 352vw !important;
  }
  .vh-lg-352 {
    height: 352vh !important;
  }
  .width-lg-352 {
    width: 352px !important;
  }
  .height-lg-352 {
    height: 352px !important;
  }
  .max-width-lg-352 {
    max-width: 352px !important;
  }
  .min-width-lg-352 {
    min-width: 352px !important;
  }
  .max-height-lg-352 {
    max-height: 352px !important;
  }
  .min-height-lg-352 {
    min-height: 352px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-352 {
    width: 352% !important;
  }
  .h-xl-352 {
    height: 352% !important;
  }
  .max-w-xl-352 {
    max-width: 352% !important;
  }
  .min-w-xl-352 {
    min-width: 352% !important;
  }
  .max-h-xl-352 {
    max-height: 352% !important;
  }
  .min-h-xl-352 {
    min-height: 352% !important;
  }
  .min-xl-vw-352 {
    min-width: 352vw !important;
  }
  .min-xl-vh-352 {
    min-height: 352vh !important;
  }
  .vw-xl-352 {
    width: 352vw !important;
  }
  .vh-xl-352 {
    height: 352vh !important;
  }
  .width-xl-352 {
    width: 352px !important;
  }
  .height-xl-352 {
    height: 352px !important;
  }
  .max-width-xl-352 {
    max-width: 352px !important;
  }
  .min-width-xl-352 {
    min-width: 352px !important;
  }
  .max-height-xl-352 {
    max-height: 352px !important;
  }
  .min-height-xl-352 {
    min-height: 352px !important;
  }
}
.w-352 {
  width: 352% !important;
}

.h-352 {
  height: 352% !important;
}

.max-w-352 {
  max-width: 352% !important;
}

.min-w-352 {
  min-width: 352% !important;
}

.max-h-352 {
  max-height: 352% !important;
}

.min-h-352 {
  min-height: 352% !important;
}

.min-vw-352 {
  min-width: 352vw !important;
}

.min-vh-352 {
  min-height: 352vh !important;
}

.vw-352 {
  width: 352vw !important;
}

.vh-352 {
  height: 352vh !important;
}

.width-352 {
  width: 352px !important;
}

.height-352 {
  height: 352px !important;
}

.max-width-352 {
  max-width: 352px !important;
}

.min-width-352 {
  min-width: 352px !important;
}

.max-height-352 {
  max-height: 352px !important;
}

.min-height-352 {
  min-height: 352px !important;
}

@media (max-width: 576px) {
  .w-sm-353 {
    width: 353% !important;
  }
  .h-sm-353 {
    height: 353% !important;
  }
  .max-w-sm-353 {
    max-width: 353% !important;
  }
  .min-w-sm-353 {
    min-width: 353% !important;
  }
  .max-h-sm-353 {
    max-height: 353% !important;
  }
  .min-h-sm-353 {
    min-height: 353% !important;
  }
  .min-sm-vw-353 {
    min-width: 353vw !important;
  }
  .min-sm-vh-353 {
    min-height: 353vh !important;
  }
  .vw-sm-353 {
    width: 353vw !important;
  }
  .vh-sm-353 {
    height: 353vh !important;
  }
  .width-sm-353 {
    width: 353px !important;
  }
  .height-sm-353 {
    height: 353px !important;
  }
  .max-width-sm-353 {
    max-width: 353px !important;
  }
  .min-width-sm-353 {
    min-width: 353px !important;
  }
  .max-height-sm-353 {
    max-height: 353px !important;
  }
  .min-height-sm-353 {
    min-height: 353px !important;
  }
}
@media (max-width: 768px) {
  .w-md-353 {
    width: 353% !important;
  }
  .h-md-353 {
    height: 353% !important;
  }
  .max-w-md-353 {
    max-width: 353% !important;
  }
  .min-w-md-353 {
    min-width: 353% !important;
  }
  .max-h-md-353 {
    max-height: 353% !important;
  }
  .min-h-md-353 {
    min-height: 353% !important;
  }
  .min-md-vw-353 {
    min-width: 353vw !important;
  }
  .min-md-vh-353 {
    min-height: 353vh !important;
  }
  .vw-md-353 {
    width: 353vw !important;
  }
  .vh-md-353 {
    height: 353vh !important;
  }
  .width-md-353 {
    width: 353px !important;
  }
  .height-md-353 {
    height: 353px !important;
  }
  .max-width-md-353 {
    max-width: 353px !important;
  }
  .min-width-md-353 {
    min-width: 353px !important;
  }
  .max-height-md-353 {
    max-height: 353px !important;
  }
  .min-height-md-353 {
    min-height: 353px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-353 {
    width: 353% !important;
  }
  .h-lg-353 {
    height: 353% !important;
  }
  .max-w-lg-353 {
    max-width: 353% !important;
  }
  .min-w-lg-353 {
    min-width: 353% !important;
  }
  .max-h-lg-353 {
    max-height: 353% !important;
  }
  .min-h-lg-353 {
    min-height: 353% !important;
  }
  .min-lg-vw-353 {
    min-width: 353vw !important;
  }
  .min-lg-vh-353 {
    min-height: 353vh !important;
  }
  .vw-lg-353 {
    width: 353vw !important;
  }
  .vh-lg-353 {
    height: 353vh !important;
  }
  .width-lg-353 {
    width: 353px !important;
  }
  .height-lg-353 {
    height: 353px !important;
  }
  .max-width-lg-353 {
    max-width: 353px !important;
  }
  .min-width-lg-353 {
    min-width: 353px !important;
  }
  .max-height-lg-353 {
    max-height: 353px !important;
  }
  .min-height-lg-353 {
    min-height: 353px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-353 {
    width: 353% !important;
  }
  .h-xl-353 {
    height: 353% !important;
  }
  .max-w-xl-353 {
    max-width: 353% !important;
  }
  .min-w-xl-353 {
    min-width: 353% !important;
  }
  .max-h-xl-353 {
    max-height: 353% !important;
  }
  .min-h-xl-353 {
    min-height: 353% !important;
  }
  .min-xl-vw-353 {
    min-width: 353vw !important;
  }
  .min-xl-vh-353 {
    min-height: 353vh !important;
  }
  .vw-xl-353 {
    width: 353vw !important;
  }
  .vh-xl-353 {
    height: 353vh !important;
  }
  .width-xl-353 {
    width: 353px !important;
  }
  .height-xl-353 {
    height: 353px !important;
  }
  .max-width-xl-353 {
    max-width: 353px !important;
  }
  .min-width-xl-353 {
    min-width: 353px !important;
  }
  .max-height-xl-353 {
    max-height: 353px !important;
  }
  .min-height-xl-353 {
    min-height: 353px !important;
  }
}
.w-353 {
  width: 353% !important;
}

.h-353 {
  height: 353% !important;
}

.max-w-353 {
  max-width: 353% !important;
}

.min-w-353 {
  min-width: 353% !important;
}

.max-h-353 {
  max-height: 353% !important;
}

.min-h-353 {
  min-height: 353% !important;
}

.min-vw-353 {
  min-width: 353vw !important;
}

.min-vh-353 {
  min-height: 353vh !important;
}

.vw-353 {
  width: 353vw !important;
}

.vh-353 {
  height: 353vh !important;
}

.width-353 {
  width: 353px !important;
}

.height-353 {
  height: 353px !important;
}

.max-width-353 {
  max-width: 353px !important;
}

.min-width-353 {
  min-width: 353px !important;
}

.max-height-353 {
  max-height: 353px !important;
}

.min-height-353 {
  min-height: 353px !important;
}

@media (max-width: 576px) {
  .w-sm-354 {
    width: 354% !important;
  }
  .h-sm-354 {
    height: 354% !important;
  }
  .max-w-sm-354 {
    max-width: 354% !important;
  }
  .min-w-sm-354 {
    min-width: 354% !important;
  }
  .max-h-sm-354 {
    max-height: 354% !important;
  }
  .min-h-sm-354 {
    min-height: 354% !important;
  }
  .min-sm-vw-354 {
    min-width: 354vw !important;
  }
  .min-sm-vh-354 {
    min-height: 354vh !important;
  }
  .vw-sm-354 {
    width: 354vw !important;
  }
  .vh-sm-354 {
    height: 354vh !important;
  }
  .width-sm-354 {
    width: 354px !important;
  }
  .height-sm-354 {
    height: 354px !important;
  }
  .max-width-sm-354 {
    max-width: 354px !important;
  }
  .min-width-sm-354 {
    min-width: 354px !important;
  }
  .max-height-sm-354 {
    max-height: 354px !important;
  }
  .min-height-sm-354 {
    min-height: 354px !important;
  }
}
@media (max-width: 768px) {
  .w-md-354 {
    width: 354% !important;
  }
  .h-md-354 {
    height: 354% !important;
  }
  .max-w-md-354 {
    max-width: 354% !important;
  }
  .min-w-md-354 {
    min-width: 354% !important;
  }
  .max-h-md-354 {
    max-height: 354% !important;
  }
  .min-h-md-354 {
    min-height: 354% !important;
  }
  .min-md-vw-354 {
    min-width: 354vw !important;
  }
  .min-md-vh-354 {
    min-height: 354vh !important;
  }
  .vw-md-354 {
    width: 354vw !important;
  }
  .vh-md-354 {
    height: 354vh !important;
  }
  .width-md-354 {
    width: 354px !important;
  }
  .height-md-354 {
    height: 354px !important;
  }
  .max-width-md-354 {
    max-width: 354px !important;
  }
  .min-width-md-354 {
    min-width: 354px !important;
  }
  .max-height-md-354 {
    max-height: 354px !important;
  }
  .min-height-md-354 {
    min-height: 354px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-354 {
    width: 354% !important;
  }
  .h-lg-354 {
    height: 354% !important;
  }
  .max-w-lg-354 {
    max-width: 354% !important;
  }
  .min-w-lg-354 {
    min-width: 354% !important;
  }
  .max-h-lg-354 {
    max-height: 354% !important;
  }
  .min-h-lg-354 {
    min-height: 354% !important;
  }
  .min-lg-vw-354 {
    min-width: 354vw !important;
  }
  .min-lg-vh-354 {
    min-height: 354vh !important;
  }
  .vw-lg-354 {
    width: 354vw !important;
  }
  .vh-lg-354 {
    height: 354vh !important;
  }
  .width-lg-354 {
    width: 354px !important;
  }
  .height-lg-354 {
    height: 354px !important;
  }
  .max-width-lg-354 {
    max-width: 354px !important;
  }
  .min-width-lg-354 {
    min-width: 354px !important;
  }
  .max-height-lg-354 {
    max-height: 354px !important;
  }
  .min-height-lg-354 {
    min-height: 354px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-354 {
    width: 354% !important;
  }
  .h-xl-354 {
    height: 354% !important;
  }
  .max-w-xl-354 {
    max-width: 354% !important;
  }
  .min-w-xl-354 {
    min-width: 354% !important;
  }
  .max-h-xl-354 {
    max-height: 354% !important;
  }
  .min-h-xl-354 {
    min-height: 354% !important;
  }
  .min-xl-vw-354 {
    min-width: 354vw !important;
  }
  .min-xl-vh-354 {
    min-height: 354vh !important;
  }
  .vw-xl-354 {
    width: 354vw !important;
  }
  .vh-xl-354 {
    height: 354vh !important;
  }
  .width-xl-354 {
    width: 354px !important;
  }
  .height-xl-354 {
    height: 354px !important;
  }
  .max-width-xl-354 {
    max-width: 354px !important;
  }
  .min-width-xl-354 {
    min-width: 354px !important;
  }
  .max-height-xl-354 {
    max-height: 354px !important;
  }
  .min-height-xl-354 {
    min-height: 354px !important;
  }
}
.w-354 {
  width: 354% !important;
}

.h-354 {
  height: 354% !important;
}

.max-w-354 {
  max-width: 354% !important;
}

.min-w-354 {
  min-width: 354% !important;
}

.max-h-354 {
  max-height: 354% !important;
}

.min-h-354 {
  min-height: 354% !important;
}

.min-vw-354 {
  min-width: 354vw !important;
}

.min-vh-354 {
  min-height: 354vh !important;
}

.vw-354 {
  width: 354vw !important;
}

.vh-354 {
  height: 354vh !important;
}

.width-354 {
  width: 354px !important;
}

.height-354 {
  height: 354px !important;
}

.max-width-354 {
  max-width: 354px !important;
}

.min-width-354 {
  min-width: 354px !important;
}

.max-height-354 {
  max-height: 354px !important;
}

.min-height-354 {
  min-height: 354px !important;
}

@media (max-width: 576px) {
  .w-sm-355 {
    width: 355% !important;
  }
  .h-sm-355 {
    height: 355% !important;
  }
  .max-w-sm-355 {
    max-width: 355% !important;
  }
  .min-w-sm-355 {
    min-width: 355% !important;
  }
  .max-h-sm-355 {
    max-height: 355% !important;
  }
  .min-h-sm-355 {
    min-height: 355% !important;
  }
  .min-sm-vw-355 {
    min-width: 355vw !important;
  }
  .min-sm-vh-355 {
    min-height: 355vh !important;
  }
  .vw-sm-355 {
    width: 355vw !important;
  }
  .vh-sm-355 {
    height: 355vh !important;
  }
  .width-sm-355 {
    width: 355px !important;
  }
  .height-sm-355 {
    height: 355px !important;
  }
  .max-width-sm-355 {
    max-width: 355px !important;
  }
  .min-width-sm-355 {
    min-width: 355px !important;
  }
  .max-height-sm-355 {
    max-height: 355px !important;
  }
  .min-height-sm-355 {
    min-height: 355px !important;
  }
}
@media (max-width: 768px) {
  .w-md-355 {
    width: 355% !important;
  }
  .h-md-355 {
    height: 355% !important;
  }
  .max-w-md-355 {
    max-width: 355% !important;
  }
  .min-w-md-355 {
    min-width: 355% !important;
  }
  .max-h-md-355 {
    max-height: 355% !important;
  }
  .min-h-md-355 {
    min-height: 355% !important;
  }
  .min-md-vw-355 {
    min-width: 355vw !important;
  }
  .min-md-vh-355 {
    min-height: 355vh !important;
  }
  .vw-md-355 {
    width: 355vw !important;
  }
  .vh-md-355 {
    height: 355vh !important;
  }
  .width-md-355 {
    width: 355px !important;
  }
  .height-md-355 {
    height: 355px !important;
  }
  .max-width-md-355 {
    max-width: 355px !important;
  }
  .min-width-md-355 {
    min-width: 355px !important;
  }
  .max-height-md-355 {
    max-height: 355px !important;
  }
  .min-height-md-355 {
    min-height: 355px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-355 {
    width: 355% !important;
  }
  .h-lg-355 {
    height: 355% !important;
  }
  .max-w-lg-355 {
    max-width: 355% !important;
  }
  .min-w-lg-355 {
    min-width: 355% !important;
  }
  .max-h-lg-355 {
    max-height: 355% !important;
  }
  .min-h-lg-355 {
    min-height: 355% !important;
  }
  .min-lg-vw-355 {
    min-width: 355vw !important;
  }
  .min-lg-vh-355 {
    min-height: 355vh !important;
  }
  .vw-lg-355 {
    width: 355vw !important;
  }
  .vh-lg-355 {
    height: 355vh !important;
  }
  .width-lg-355 {
    width: 355px !important;
  }
  .height-lg-355 {
    height: 355px !important;
  }
  .max-width-lg-355 {
    max-width: 355px !important;
  }
  .min-width-lg-355 {
    min-width: 355px !important;
  }
  .max-height-lg-355 {
    max-height: 355px !important;
  }
  .min-height-lg-355 {
    min-height: 355px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-355 {
    width: 355% !important;
  }
  .h-xl-355 {
    height: 355% !important;
  }
  .max-w-xl-355 {
    max-width: 355% !important;
  }
  .min-w-xl-355 {
    min-width: 355% !important;
  }
  .max-h-xl-355 {
    max-height: 355% !important;
  }
  .min-h-xl-355 {
    min-height: 355% !important;
  }
  .min-xl-vw-355 {
    min-width: 355vw !important;
  }
  .min-xl-vh-355 {
    min-height: 355vh !important;
  }
  .vw-xl-355 {
    width: 355vw !important;
  }
  .vh-xl-355 {
    height: 355vh !important;
  }
  .width-xl-355 {
    width: 355px !important;
  }
  .height-xl-355 {
    height: 355px !important;
  }
  .max-width-xl-355 {
    max-width: 355px !important;
  }
  .min-width-xl-355 {
    min-width: 355px !important;
  }
  .max-height-xl-355 {
    max-height: 355px !important;
  }
  .min-height-xl-355 {
    min-height: 355px !important;
  }
}
.w-355 {
  width: 355% !important;
}

.h-355 {
  height: 355% !important;
}

.max-w-355 {
  max-width: 355% !important;
}

.min-w-355 {
  min-width: 355% !important;
}

.max-h-355 {
  max-height: 355% !important;
}

.min-h-355 {
  min-height: 355% !important;
}

.min-vw-355 {
  min-width: 355vw !important;
}

.min-vh-355 {
  min-height: 355vh !important;
}

.vw-355 {
  width: 355vw !important;
}

.vh-355 {
  height: 355vh !important;
}

.width-355 {
  width: 355px !important;
}

.height-355 {
  height: 355px !important;
}

.max-width-355 {
  max-width: 355px !important;
}

.min-width-355 {
  min-width: 355px !important;
}

.max-height-355 {
  max-height: 355px !important;
}

.min-height-355 {
  min-height: 355px !important;
}

@media (max-width: 576px) {
  .w-sm-356 {
    width: 356% !important;
  }
  .h-sm-356 {
    height: 356% !important;
  }
  .max-w-sm-356 {
    max-width: 356% !important;
  }
  .min-w-sm-356 {
    min-width: 356% !important;
  }
  .max-h-sm-356 {
    max-height: 356% !important;
  }
  .min-h-sm-356 {
    min-height: 356% !important;
  }
  .min-sm-vw-356 {
    min-width: 356vw !important;
  }
  .min-sm-vh-356 {
    min-height: 356vh !important;
  }
  .vw-sm-356 {
    width: 356vw !important;
  }
  .vh-sm-356 {
    height: 356vh !important;
  }
  .width-sm-356 {
    width: 356px !important;
  }
  .height-sm-356 {
    height: 356px !important;
  }
  .max-width-sm-356 {
    max-width: 356px !important;
  }
  .min-width-sm-356 {
    min-width: 356px !important;
  }
  .max-height-sm-356 {
    max-height: 356px !important;
  }
  .min-height-sm-356 {
    min-height: 356px !important;
  }
}
@media (max-width: 768px) {
  .w-md-356 {
    width: 356% !important;
  }
  .h-md-356 {
    height: 356% !important;
  }
  .max-w-md-356 {
    max-width: 356% !important;
  }
  .min-w-md-356 {
    min-width: 356% !important;
  }
  .max-h-md-356 {
    max-height: 356% !important;
  }
  .min-h-md-356 {
    min-height: 356% !important;
  }
  .min-md-vw-356 {
    min-width: 356vw !important;
  }
  .min-md-vh-356 {
    min-height: 356vh !important;
  }
  .vw-md-356 {
    width: 356vw !important;
  }
  .vh-md-356 {
    height: 356vh !important;
  }
  .width-md-356 {
    width: 356px !important;
  }
  .height-md-356 {
    height: 356px !important;
  }
  .max-width-md-356 {
    max-width: 356px !important;
  }
  .min-width-md-356 {
    min-width: 356px !important;
  }
  .max-height-md-356 {
    max-height: 356px !important;
  }
  .min-height-md-356 {
    min-height: 356px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-356 {
    width: 356% !important;
  }
  .h-lg-356 {
    height: 356% !important;
  }
  .max-w-lg-356 {
    max-width: 356% !important;
  }
  .min-w-lg-356 {
    min-width: 356% !important;
  }
  .max-h-lg-356 {
    max-height: 356% !important;
  }
  .min-h-lg-356 {
    min-height: 356% !important;
  }
  .min-lg-vw-356 {
    min-width: 356vw !important;
  }
  .min-lg-vh-356 {
    min-height: 356vh !important;
  }
  .vw-lg-356 {
    width: 356vw !important;
  }
  .vh-lg-356 {
    height: 356vh !important;
  }
  .width-lg-356 {
    width: 356px !important;
  }
  .height-lg-356 {
    height: 356px !important;
  }
  .max-width-lg-356 {
    max-width: 356px !important;
  }
  .min-width-lg-356 {
    min-width: 356px !important;
  }
  .max-height-lg-356 {
    max-height: 356px !important;
  }
  .min-height-lg-356 {
    min-height: 356px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-356 {
    width: 356% !important;
  }
  .h-xl-356 {
    height: 356% !important;
  }
  .max-w-xl-356 {
    max-width: 356% !important;
  }
  .min-w-xl-356 {
    min-width: 356% !important;
  }
  .max-h-xl-356 {
    max-height: 356% !important;
  }
  .min-h-xl-356 {
    min-height: 356% !important;
  }
  .min-xl-vw-356 {
    min-width: 356vw !important;
  }
  .min-xl-vh-356 {
    min-height: 356vh !important;
  }
  .vw-xl-356 {
    width: 356vw !important;
  }
  .vh-xl-356 {
    height: 356vh !important;
  }
  .width-xl-356 {
    width: 356px !important;
  }
  .height-xl-356 {
    height: 356px !important;
  }
  .max-width-xl-356 {
    max-width: 356px !important;
  }
  .min-width-xl-356 {
    min-width: 356px !important;
  }
  .max-height-xl-356 {
    max-height: 356px !important;
  }
  .min-height-xl-356 {
    min-height: 356px !important;
  }
}
.w-356 {
  width: 356% !important;
}

.h-356 {
  height: 356% !important;
}

.max-w-356 {
  max-width: 356% !important;
}

.min-w-356 {
  min-width: 356% !important;
}

.max-h-356 {
  max-height: 356% !important;
}

.min-h-356 {
  min-height: 356% !important;
}

.min-vw-356 {
  min-width: 356vw !important;
}

.min-vh-356 {
  min-height: 356vh !important;
}

.vw-356 {
  width: 356vw !important;
}

.vh-356 {
  height: 356vh !important;
}

.width-356 {
  width: 356px !important;
}

.height-356 {
  height: 356px !important;
}

.max-width-356 {
  max-width: 356px !important;
}

.min-width-356 {
  min-width: 356px !important;
}

.max-height-356 {
  max-height: 356px !important;
}

.min-height-356 {
  min-height: 356px !important;
}

@media (max-width: 576px) {
  .w-sm-357 {
    width: 357% !important;
  }
  .h-sm-357 {
    height: 357% !important;
  }
  .max-w-sm-357 {
    max-width: 357% !important;
  }
  .min-w-sm-357 {
    min-width: 357% !important;
  }
  .max-h-sm-357 {
    max-height: 357% !important;
  }
  .min-h-sm-357 {
    min-height: 357% !important;
  }
  .min-sm-vw-357 {
    min-width: 357vw !important;
  }
  .min-sm-vh-357 {
    min-height: 357vh !important;
  }
  .vw-sm-357 {
    width: 357vw !important;
  }
  .vh-sm-357 {
    height: 357vh !important;
  }
  .width-sm-357 {
    width: 357px !important;
  }
  .height-sm-357 {
    height: 357px !important;
  }
  .max-width-sm-357 {
    max-width: 357px !important;
  }
  .min-width-sm-357 {
    min-width: 357px !important;
  }
  .max-height-sm-357 {
    max-height: 357px !important;
  }
  .min-height-sm-357 {
    min-height: 357px !important;
  }
}
@media (max-width: 768px) {
  .w-md-357 {
    width: 357% !important;
  }
  .h-md-357 {
    height: 357% !important;
  }
  .max-w-md-357 {
    max-width: 357% !important;
  }
  .min-w-md-357 {
    min-width: 357% !important;
  }
  .max-h-md-357 {
    max-height: 357% !important;
  }
  .min-h-md-357 {
    min-height: 357% !important;
  }
  .min-md-vw-357 {
    min-width: 357vw !important;
  }
  .min-md-vh-357 {
    min-height: 357vh !important;
  }
  .vw-md-357 {
    width: 357vw !important;
  }
  .vh-md-357 {
    height: 357vh !important;
  }
  .width-md-357 {
    width: 357px !important;
  }
  .height-md-357 {
    height: 357px !important;
  }
  .max-width-md-357 {
    max-width: 357px !important;
  }
  .min-width-md-357 {
    min-width: 357px !important;
  }
  .max-height-md-357 {
    max-height: 357px !important;
  }
  .min-height-md-357 {
    min-height: 357px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-357 {
    width: 357% !important;
  }
  .h-lg-357 {
    height: 357% !important;
  }
  .max-w-lg-357 {
    max-width: 357% !important;
  }
  .min-w-lg-357 {
    min-width: 357% !important;
  }
  .max-h-lg-357 {
    max-height: 357% !important;
  }
  .min-h-lg-357 {
    min-height: 357% !important;
  }
  .min-lg-vw-357 {
    min-width: 357vw !important;
  }
  .min-lg-vh-357 {
    min-height: 357vh !important;
  }
  .vw-lg-357 {
    width: 357vw !important;
  }
  .vh-lg-357 {
    height: 357vh !important;
  }
  .width-lg-357 {
    width: 357px !important;
  }
  .height-lg-357 {
    height: 357px !important;
  }
  .max-width-lg-357 {
    max-width: 357px !important;
  }
  .min-width-lg-357 {
    min-width: 357px !important;
  }
  .max-height-lg-357 {
    max-height: 357px !important;
  }
  .min-height-lg-357 {
    min-height: 357px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-357 {
    width: 357% !important;
  }
  .h-xl-357 {
    height: 357% !important;
  }
  .max-w-xl-357 {
    max-width: 357% !important;
  }
  .min-w-xl-357 {
    min-width: 357% !important;
  }
  .max-h-xl-357 {
    max-height: 357% !important;
  }
  .min-h-xl-357 {
    min-height: 357% !important;
  }
  .min-xl-vw-357 {
    min-width: 357vw !important;
  }
  .min-xl-vh-357 {
    min-height: 357vh !important;
  }
  .vw-xl-357 {
    width: 357vw !important;
  }
  .vh-xl-357 {
    height: 357vh !important;
  }
  .width-xl-357 {
    width: 357px !important;
  }
  .height-xl-357 {
    height: 357px !important;
  }
  .max-width-xl-357 {
    max-width: 357px !important;
  }
  .min-width-xl-357 {
    min-width: 357px !important;
  }
  .max-height-xl-357 {
    max-height: 357px !important;
  }
  .min-height-xl-357 {
    min-height: 357px !important;
  }
}
.w-357 {
  width: 357% !important;
}

.h-357 {
  height: 357% !important;
}

.max-w-357 {
  max-width: 357% !important;
}

.min-w-357 {
  min-width: 357% !important;
}

.max-h-357 {
  max-height: 357% !important;
}

.min-h-357 {
  min-height: 357% !important;
}

.min-vw-357 {
  min-width: 357vw !important;
}

.min-vh-357 {
  min-height: 357vh !important;
}

.vw-357 {
  width: 357vw !important;
}

.vh-357 {
  height: 357vh !important;
}

.width-357 {
  width: 357px !important;
}

.height-357 {
  height: 357px !important;
}

.max-width-357 {
  max-width: 357px !important;
}

.min-width-357 {
  min-width: 357px !important;
}

.max-height-357 {
  max-height: 357px !important;
}

.min-height-357 {
  min-height: 357px !important;
}

@media (max-width: 576px) {
  .w-sm-358 {
    width: 358% !important;
  }
  .h-sm-358 {
    height: 358% !important;
  }
  .max-w-sm-358 {
    max-width: 358% !important;
  }
  .min-w-sm-358 {
    min-width: 358% !important;
  }
  .max-h-sm-358 {
    max-height: 358% !important;
  }
  .min-h-sm-358 {
    min-height: 358% !important;
  }
  .min-sm-vw-358 {
    min-width: 358vw !important;
  }
  .min-sm-vh-358 {
    min-height: 358vh !important;
  }
  .vw-sm-358 {
    width: 358vw !important;
  }
  .vh-sm-358 {
    height: 358vh !important;
  }
  .width-sm-358 {
    width: 358px !important;
  }
  .height-sm-358 {
    height: 358px !important;
  }
  .max-width-sm-358 {
    max-width: 358px !important;
  }
  .min-width-sm-358 {
    min-width: 358px !important;
  }
  .max-height-sm-358 {
    max-height: 358px !important;
  }
  .min-height-sm-358 {
    min-height: 358px !important;
  }
}
@media (max-width: 768px) {
  .w-md-358 {
    width: 358% !important;
  }
  .h-md-358 {
    height: 358% !important;
  }
  .max-w-md-358 {
    max-width: 358% !important;
  }
  .min-w-md-358 {
    min-width: 358% !important;
  }
  .max-h-md-358 {
    max-height: 358% !important;
  }
  .min-h-md-358 {
    min-height: 358% !important;
  }
  .min-md-vw-358 {
    min-width: 358vw !important;
  }
  .min-md-vh-358 {
    min-height: 358vh !important;
  }
  .vw-md-358 {
    width: 358vw !important;
  }
  .vh-md-358 {
    height: 358vh !important;
  }
  .width-md-358 {
    width: 358px !important;
  }
  .height-md-358 {
    height: 358px !important;
  }
  .max-width-md-358 {
    max-width: 358px !important;
  }
  .min-width-md-358 {
    min-width: 358px !important;
  }
  .max-height-md-358 {
    max-height: 358px !important;
  }
  .min-height-md-358 {
    min-height: 358px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-358 {
    width: 358% !important;
  }
  .h-lg-358 {
    height: 358% !important;
  }
  .max-w-lg-358 {
    max-width: 358% !important;
  }
  .min-w-lg-358 {
    min-width: 358% !important;
  }
  .max-h-lg-358 {
    max-height: 358% !important;
  }
  .min-h-lg-358 {
    min-height: 358% !important;
  }
  .min-lg-vw-358 {
    min-width: 358vw !important;
  }
  .min-lg-vh-358 {
    min-height: 358vh !important;
  }
  .vw-lg-358 {
    width: 358vw !important;
  }
  .vh-lg-358 {
    height: 358vh !important;
  }
  .width-lg-358 {
    width: 358px !important;
  }
  .height-lg-358 {
    height: 358px !important;
  }
  .max-width-lg-358 {
    max-width: 358px !important;
  }
  .min-width-lg-358 {
    min-width: 358px !important;
  }
  .max-height-lg-358 {
    max-height: 358px !important;
  }
  .min-height-lg-358 {
    min-height: 358px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-358 {
    width: 358% !important;
  }
  .h-xl-358 {
    height: 358% !important;
  }
  .max-w-xl-358 {
    max-width: 358% !important;
  }
  .min-w-xl-358 {
    min-width: 358% !important;
  }
  .max-h-xl-358 {
    max-height: 358% !important;
  }
  .min-h-xl-358 {
    min-height: 358% !important;
  }
  .min-xl-vw-358 {
    min-width: 358vw !important;
  }
  .min-xl-vh-358 {
    min-height: 358vh !important;
  }
  .vw-xl-358 {
    width: 358vw !important;
  }
  .vh-xl-358 {
    height: 358vh !important;
  }
  .width-xl-358 {
    width: 358px !important;
  }
  .height-xl-358 {
    height: 358px !important;
  }
  .max-width-xl-358 {
    max-width: 358px !important;
  }
  .min-width-xl-358 {
    min-width: 358px !important;
  }
  .max-height-xl-358 {
    max-height: 358px !important;
  }
  .min-height-xl-358 {
    min-height: 358px !important;
  }
}
.w-358 {
  width: 358% !important;
}

.h-358 {
  height: 358% !important;
}

.max-w-358 {
  max-width: 358% !important;
}

.min-w-358 {
  min-width: 358% !important;
}

.max-h-358 {
  max-height: 358% !important;
}

.min-h-358 {
  min-height: 358% !important;
}

.min-vw-358 {
  min-width: 358vw !important;
}

.min-vh-358 {
  min-height: 358vh !important;
}

.vw-358 {
  width: 358vw !important;
}

.vh-358 {
  height: 358vh !important;
}

.width-358 {
  width: 358px !important;
}

.height-358 {
  height: 358px !important;
}

.max-width-358 {
  max-width: 358px !important;
}

.min-width-358 {
  min-width: 358px !important;
}

.max-height-358 {
  max-height: 358px !important;
}

.min-height-358 {
  min-height: 358px !important;
}

@media (max-width: 576px) {
  .w-sm-359 {
    width: 359% !important;
  }
  .h-sm-359 {
    height: 359% !important;
  }
  .max-w-sm-359 {
    max-width: 359% !important;
  }
  .min-w-sm-359 {
    min-width: 359% !important;
  }
  .max-h-sm-359 {
    max-height: 359% !important;
  }
  .min-h-sm-359 {
    min-height: 359% !important;
  }
  .min-sm-vw-359 {
    min-width: 359vw !important;
  }
  .min-sm-vh-359 {
    min-height: 359vh !important;
  }
  .vw-sm-359 {
    width: 359vw !important;
  }
  .vh-sm-359 {
    height: 359vh !important;
  }
  .width-sm-359 {
    width: 359px !important;
  }
  .height-sm-359 {
    height: 359px !important;
  }
  .max-width-sm-359 {
    max-width: 359px !important;
  }
  .min-width-sm-359 {
    min-width: 359px !important;
  }
  .max-height-sm-359 {
    max-height: 359px !important;
  }
  .min-height-sm-359 {
    min-height: 359px !important;
  }
}
@media (max-width: 768px) {
  .w-md-359 {
    width: 359% !important;
  }
  .h-md-359 {
    height: 359% !important;
  }
  .max-w-md-359 {
    max-width: 359% !important;
  }
  .min-w-md-359 {
    min-width: 359% !important;
  }
  .max-h-md-359 {
    max-height: 359% !important;
  }
  .min-h-md-359 {
    min-height: 359% !important;
  }
  .min-md-vw-359 {
    min-width: 359vw !important;
  }
  .min-md-vh-359 {
    min-height: 359vh !important;
  }
  .vw-md-359 {
    width: 359vw !important;
  }
  .vh-md-359 {
    height: 359vh !important;
  }
  .width-md-359 {
    width: 359px !important;
  }
  .height-md-359 {
    height: 359px !important;
  }
  .max-width-md-359 {
    max-width: 359px !important;
  }
  .min-width-md-359 {
    min-width: 359px !important;
  }
  .max-height-md-359 {
    max-height: 359px !important;
  }
  .min-height-md-359 {
    min-height: 359px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-359 {
    width: 359% !important;
  }
  .h-lg-359 {
    height: 359% !important;
  }
  .max-w-lg-359 {
    max-width: 359% !important;
  }
  .min-w-lg-359 {
    min-width: 359% !important;
  }
  .max-h-lg-359 {
    max-height: 359% !important;
  }
  .min-h-lg-359 {
    min-height: 359% !important;
  }
  .min-lg-vw-359 {
    min-width: 359vw !important;
  }
  .min-lg-vh-359 {
    min-height: 359vh !important;
  }
  .vw-lg-359 {
    width: 359vw !important;
  }
  .vh-lg-359 {
    height: 359vh !important;
  }
  .width-lg-359 {
    width: 359px !important;
  }
  .height-lg-359 {
    height: 359px !important;
  }
  .max-width-lg-359 {
    max-width: 359px !important;
  }
  .min-width-lg-359 {
    min-width: 359px !important;
  }
  .max-height-lg-359 {
    max-height: 359px !important;
  }
  .min-height-lg-359 {
    min-height: 359px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-359 {
    width: 359% !important;
  }
  .h-xl-359 {
    height: 359% !important;
  }
  .max-w-xl-359 {
    max-width: 359% !important;
  }
  .min-w-xl-359 {
    min-width: 359% !important;
  }
  .max-h-xl-359 {
    max-height: 359% !important;
  }
  .min-h-xl-359 {
    min-height: 359% !important;
  }
  .min-xl-vw-359 {
    min-width: 359vw !important;
  }
  .min-xl-vh-359 {
    min-height: 359vh !important;
  }
  .vw-xl-359 {
    width: 359vw !important;
  }
  .vh-xl-359 {
    height: 359vh !important;
  }
  .width-xl-359 {
    width: 359px !important;
  }
  .height-xl-359 {
    height: 359px !important;
  }
  .max-width-xl-359 {
    max-width: 359px !important;
  }
  .min-width-xl-359 {
    min-width: 359px !important;
  }
  .max-height-xl-359 {
    max-height: 359px !important;
  }
  .min-height-xl-359 {
    min-height: 359px !important;
  }
}
.w-359 {
  width: 359% !important;
}

.h-359 {
  height: 359% !important;
}

.max-w-359 {
  max-width: 359% !important;
}

.min-w-359 {
  min-width: 359% !important;
}

.max-h-359 {
  max-height: 359% !important;
}

.min-h-359 {
  min-height: 359% !important;
}

.min-vw-359 {
  min-width: 359vw !important;
}

.min-vh-359 {
  min-height: 359vh !important;
}

.vw-359 {
  width: 359vw !important;
}

.vh-359 {
  height: 359vh !important;
}

.width-359 {
  width: 359px !important;
}

.height-359 {
  height: 359px !important;
}

.max-width-359 {
  max-width: 359px !important;
}

.min-width-359 {
  min-width: 359px !important;
}

.max-height-359 {
  max-height: 359px !important;
}

.min-height-359 {
  min-height: 359px !important;
}

@media (max-width: 576px) {
  .w-sm-360 {
    width: 360% !important;
  }
  .h-sm-360 {
    height: 360% !important;
  }
  .max-w-sm-360 {
    max-width: 360% !important;
  }
  .min-w-sm-360 {
    min-width: 360% !important;
  }
  .max-h-sm-360 {
    max-height: 360% !important;
  }
  .min-h-sm-360 {
    min-height: 360% !important;
  }
  .min-sm-vw-360 {
    min-width: 360vw !important;
  }
  .min-sm-vh-360 {
    min-height: 360vh !important;
  }
  .vw-sm-360 {
    width: 360vw !important;
  }
  .vh-sm-360 {
    height: 360vh !important;
  }
  .width-sm-360 {
    width: 360px !important;
  }
  .height-sm-360 {
    height: 360px !important;
  }
  .max-width-sm-360 {
    max-width: 360px !important;
  }
  .min-width-sm-360 {
    min-width: 360px !important;
  }
  .max-height-sm-360 {
    max-height: 360px !important;
  }
  .min-height-sm-360 {
    min-height: 360px !important;
  }
}
@media (max-width: 768px) {
  .w-md-360 {
    width: 360% !important;
  }
  .h-md-360 {
    height: 360% !important;
  }
  .max-w-md-360 {
    max-width: 360% !important;
  }
  .min-w-md-360 {
    min-width: 360% !important;
  }
  .max-h-md-360 {
    max-height: 360% !important;
  }
  .min-h-md-360 {
    min-height: 360% !important;
  }
  .min-md-vw-360 {
    min-width: 360vw !important;
  }
  .min-md-vh-360 {
    min-height: 360vh !important;
  }
  .vw-md-360 {
    width: 360vw !important;
  }
  .vh-md-360 {
    height: 360vh !important;
  }
  .width-md-360 {
    width: 360px !important;
  }
  .height-md-360 {
    height: 360px !important;
  }
  .max-width-md-360 {
    max-width: 360px !important;
  }
  .min-width-md-360 {
    min-width: 360px !important;
  }
  .max-height-md-360 {
    max-height: 360px !important;
  }
  .min-height-md-360 {
    min-height: 360px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-360 {
    width: 360% !important;
  }
  .h-lg-360 {
    height: 360% !important;
  }
  .max-w-lg-360 {
    max-width: 360% !important;
  }
  .min-w-lg-360 {
    min-width: 360% !important;
  }
  .max-h-lg-360 {
    max-height: 360% !important;
  }
  .min-h-lg-360 {
    min-height: 360% !important;
  }
  .min-lg-vw-360 {
    min-width: 360vw !important;
  }
  .min-lg-vh-360 {
    min-height: 360vh !important;
  }
  .vw-lg-360 {
    width: 360vw !important;
  }
  .vh-lg-360 {
    height: 360vh !important;
  }
  .width-lg-360 {
    width: 360px !important;
  }
  .height-lg-360 {
    height: 360px !important;
  }
  .max-width-lg-360 {
    max-width: 360px !important;
  }
  .min-width-lg-360 {
    min-width: 360px !important;
  }
  .max-height-lg-360 {
    max-height: 360px !important;
  }
  .min-height-lg-360 {
    min-height: 360px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-360 {
    width: 360% !important;
  }
  .h-xl-360 {
    height: 360% !important;
  }
  .max-w-xl-360 {
    max-width: 360% !important;
  }
  .min-w-xl-360 {
    min-width: 360% !important;
  }
  .max-h-xl-360 {
    max-height: 360% !important;
  }
  .min-h-xl-360 {
    min-height: 360% !important;
  }
  .min-xl-vw-360 {
    min-width: 360vw !important;
  }
  .min-xl-vh-360 {
    min-height: 360vh !important;
  }
  .vw-xl-360 {
    width: 360vw !important;
  }
  .vh-xl-360 {
    height: 360vh !important;
  }
  .width-xl-360 {
    width: 360px !important;
  }
  .height-xl-360 {
    height: 360px !important;
  }
  .max-width-xl-360 {
    max-width: 360px !important;
  }
  .min-width-xl-360 {
    min-width: 360px !important;
  }
  .max-height-xl-360 {
    max-height: 360px !important;
  }
  .min-height-xl-360 {
    min-height: 360px !important;
  }
}
.w-360 {
  width: 360% !important;
}

.h-360 {
  height: 360% !important;
}

.max-w-360 {
  max-width: 360% !important;
}

.min-w-360 {
  min-width: 360% !important;
}

.max-h-360 {
  max-height: 360% !important;
}

.min-h-360 {
  min-height: 360% !important;
}

.min-vw-360 {
  min-width: 360vw !important;
}

.min-vh-360 {
  min-height: 360vh !important;
}

.vw-360 {
  width: 360vw !important;
}

.vh-360 {
  height: 360vh !important;
}

.width-360 {
  width: 360px !important;
}

.height-360 {
  height: 360px !important;
}

.max-width-360 {
  max-width: 360px !important;
}

.min-width-360 {
  min-width: 360px !important;
}

.max-height-360 {
  max-height: 360px !important;
}

.min-height-360 {
  min-height: 360px !important;
}

@media (max-width: 576px) {
  .w-sm-361 {
    width: 361% !important;
  }
  .h-sm-361 {
    height: 361% !important;
  }
  .max-w-sm-361 {
    max-width: 361% !important;
  }
  .min-w-sm-361 {
    min-width: 361% !important;
  }
  .max-h-sm-361 {
    max-height: 361% !important;
  }
  .min-h-sm-361 {
    min-height: 361% !important;
  }
  .min-sm-vw-361 {
    min-width: 361vw !important;
  }
  .min-sm-vh-361 {
    min-height: 361vh !important;
  }
  .vw-sm-361 {
    width: 361vw !important;
  }
  .vh-sm-361 {
    height: 361vh !important;
  }
  .width-sm-361 {
    width: 361px !important;
  }
  .height-sm-361 {
    height: 361px !important;
  }
  .max-width-sm-361 {
    max-width: 361px !important;
  }
  .min-width-sm-361 {
    min-width: 361px !important;
  }
  .max-height-sm-361 {
    max-height: 361px !important;
  }
  .min-height-sm-361 {
    min-height: 361px !important;
  }
}
@media (max-width: 768px) {
  .w-md-361 {
    width: 361% !important;
  }
  .h-md-361 {
    height: 361% !important;
  }
  .max-w-md-361 {
    max-width: 361% !important;
  }
  .min-w-md-361 {
    min-width: 361% !important;
  }
  .max-h-md-361 {
    max-height: 361% !important;
  }
  .min-h-md-361 {
    min-height: 361% !important;
  }
  .min-md-vw-361 {
    min-width: 361vw !important;
  }
  .min-md-vh-361 {
    min-height: 361vh !important;
  }
  .vw-md-361 {
    width: 361vw !important;
  }
  .vh-md-361 {
    height: 361vh !important;
  }
  .width-md-361 {
    width: 361px !important;
  }
  .height-md-361 {
    height: 361px !important;
  }
  .max-width-md-361 {
    max-width: 361px !important;
  }
  .min-width-md-361 {
    min-width: 361px !important;
  }
  .max-height-md-361 {
    max-height: 361px !important;
  }
  .min-height-md-361 {
    min-height: 361px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-361 {
    width: 361% !important;
  }
  .h-lg-361 {
    height: 361% !important;
  }
  .max-w-lg-361 {
    max-width: 361% !important;
  }
  .min-w-lg-361 {
    min-width: 361% !important;
  }
  .max-h-lg-361 {
    max-height: 361% !important;
  }
  .min-h-lg-361 {
    min-height: 361% !important;
  }
  .min-lg-vw-361 {
    min-width: 361vw !important;
  }
  .min-lg-vh-361 {
    min-height: 361vh !important;
  }
  .vw-lg-361 {
    width: 361vw !important;
  }
  .vh-lg-361 {
    height: 361vh !important;
  }
  .width-lg-361 {
    width: 361px !important;
  }
  .height-lg-361 {
    height: 361px !important;
  }
  .max-width-lg-361 {
    max-width: 361px !important;
  }
  .min-width-lg-361 {
    min-width: 361px !important;
  }
  .max-height-lg-361 {
    max-height: 361px !important;
  }
  .min-height-lg-361 {
    min-height: 361px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-361 {
    width: 361% !important;
  }
  .h-xl-361 {
    height: 361% !important;
  }
  .max-w-xl-361 {
    max-width: 361% !important;
  }
  .min-w-xl-361 {
    min-width: 361% !important;
  }
  .max-h-xl-361 {
    max-height: 361% !important;
  }
  .min-h-xl-361 {
    min-height: 361% !important;
  }
  .min-xl-vw-361 {
    min-width: 361vw !important;
  }
  .min-xl-vh-361 {
    min-height: 361vh !important;
  }
  .vw-xl-361 {
    width: 361vw !important;
  }
  .vh-xl-361 {
    height: 361vh !important;
  }
  .width-xl-361 {
    width: 361px !important;
  }
  .height-xl-361 {
    height: 361px !important;
  }
  .max-width-xl-361 {
    max-width: 361px !important;
  }
  .min-width-xl-361 {
    min-width: 361px !important;
  }
  .max-height-xl-361 {
    max-height: 361px !important;
  }
  .min-height-xl-361 {
    min-height: 361px !important;
  }
}
.w-361 {
  width: 361% !important;
}

.h-361 {
  height: 361% !important;
}

.max-w-361 {
  max-width: 361% !important;
}

.min-w-361 {
  min-width: 361% !important;
}

.max-h-361 {
  max-height: 361% !important;
}

.min-h-361 {
  min-height: 361% !important;
}

.min-vw-361 {
  min-width: 361vw !important;
}

.min-vh-361 {
  min-height: 361vh !important;
}

.vw-361 {
  width: 361vw !important;
}

.vh-361 {
  height: 361vh !important;
}

.width-361 {
  width: 361px !important;
}

.height-361 {
  height: 361px !important;
}

.max-width-361 {
  max-width: 361px !important;
}

.min-width-361 {
  min-width: 361px !important;
}

.max-height-361 {
  max-height: 361px !important;
}

.min-height-361 {
  min-height: 361px !important;
}

@media (max-width: 576px) {
  .w-sm-362 {
    width: 362% !important;
  }
  .h-sm-362 {
    height: 362% !important;
  }
  .max-w-sm-362 {
    max-width: 362% !important;
  }
  .min-w-sm-362 {
    min-width: 362% !important;
  }
  .max-h-sm-362 {
    max-height: 362% !important;
  }
  .min-h-sm-362 {
    min-height: 362% !important;
  }
  .min-sm-vw-362 {
    min-width: 362vw !important;
  }
  .min-sm-vh-362 {
    min-height: 362vh !important;
  }
  .vw-sm-362 {
    width: 362vw !important;
  }
  .vh-sm-362 {
    height: 362vh !important;
  }
  .width-sm-362 {
    width: 362px !important;
  }
  .height-sm-362 {
    height: 362px !important;
  }
  .max-width-sm-362 {
    max-width: 362px !important;
  }
  .min-width-sm-362 {
    min-width: 362px !important;
  }
  .max-height-sm-362 {
    max-height: 362px !important;
  }
  .min-height-sm-362 {
    min-height: 362px !important;
  }
}
@media (max-width: 768px) {
  .w-md-362 {
    width: 362% !important;
  }
  .h-md-362 {
    height: 362% !important;
  }
  .max-w-md-362 {
    max-width: 362% !important;
  }
  .min-w-md-362 {
    min-width: 362% !important;
  }
  .max-h-md-362 {
    max-height: 362% !important;
  }
  .min-h-md-362 {
    min-height: 362% !important;
  }
  .min-md-vw-362 {
    min-width: 362vw !important;
  }
  .min-md-vh-362 {
    min-height: 362vh !important;
  }
  .vw-md-362 {
    width: 362vw !important;
  }
  .vh-md-362 {
    height: 362vh !important;
  }
  .width-md-362 {
    width: 362px !important;
  }
  .height-md-362 {
    height: 362px !important;
  }
  .max-width-md-362 {
    max-width: 362px !important;
  }
  .min-width-md-362 {
    min-width: 362px !important;
  }
  .max-height-md-362 {
    max-height: 362px !important;
  }
  .min-height-md-362 {
    min-height: 362px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-362 {
    width: 362% !important;
  }
  .h-lg-362 {
    height: 362% !important;
  }
  .max-w-lg-362 {
    max-width: 362% !important;
  }
  .min-w-lg-362 {
    min-width: 362% !important;
  }
  .max-h-lg-362 {
    max-height: 362% !important;
  }
  .min-h-lg-362 {
    min-height: 362% !important;
  }
  .min-lg-vw-362 {
    min-width: 362vw !important;
  }
  .min-lg-vh-362 {
    min-height: 362vh !important;
  }
  .vw-lg-362 {
    width: 362vw !important;
  }
  .vh-lg-362 {
    height: 362vh !important;
  }
  .width-lg-362 {
    width: 362px !important;
  }
  .height-lg-362 {
    height: 362px !important;
  }
  .max-width-lg-362 {
    max-width: 362px !important;
  }
  .min-width-lg-362 {
    min-width: 362px !important;
  }
  .max-height-lg-362 {
    max-height: 362px !important;
  }
  .min-height-lg-362 {
    min-height: 362px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-362 {
    width: 362% !important;
  }
  .h-xl-362 {
    height: 362% !important;
  }
  .max-w-xl-362 {
    max-width: 362% !important;
  }
  .min-w-xl-362 {
    min-width: 362% !important;
  }
  .max-h-xl-362 {
    max-height: 362% !important;
  }
  .min-h-xl-362 {
    min-height: 362% !important;
  }
  .min-xl-vw-362 {
    min-width: 362vw !important;
  }
  .min-xl-vh-362 {
    min-height: 362vh !important;
  }
  .vw-xl-362 {
    width: 362vw !important;
  }
  .vh-xl-362 {
    height: 362vh !important;
  }
  .width-xl-362 {
    width: 362px !important;
  }
  .height-xl-362 {
    height: 362px !important;
  }
  .max-width-xl-362 {
    max-width: 362px !important;
  }
  .min-width-xl-362 {
    min-width: 362px !important;
  }
  .max-height-xl-362 {
    max-height: 362px !important;
  }
  .min-height-xl-362 {
    min-height: 362px !important;
  }
}
.w-362 {
  width: 362% !important;
}

.h-362 {
  height: 362% !important;
}

.max-w-362 {
  max-width: 362% !important;
}

.min-w-362 {
  min-width: 362% !important;
}

.max-h-362 {
  max-height: 362% !important;
}

.min-h-362 {
  min-height: 362% !important;
}

.min-vw-362 {
  min-width: 362vw !important;
}

.min-vh-362 {
  min-height: 362vh !important;
}

.vw-362 {
  width: 362vw !important;
}

.vh-362 {
  height: 362vh !important;
}

.width-362 {
  width: 362px !important;
}

.height-362 {
  height: 362px !important;
}

.max-width-362 {
  max-width: 362px !important;
}

.min-width-362 {
  min-width: 362px !important;
}

.max-height-362 {
  max-height: 362px !important;
}

.min-height-362 {
  min-height: 362px !important;
}

@media (max-width: 576px) {
  .w-sm-363 {
    width: 363% !important;
  }
  .h-sm-363 {
    height: 363% !important;
  }
  .max-w-sm-363 {
    max-width: 363% !important;
  }
  .min-w-sm-363 {
    min-width: 363% !important;
  }
  .max-h-sm-363 {
    max-height: 363% !important;
  }
  .min-h-sm-363 {
    min-height: 363% !important;
  }
  .min-sm-vw-363 {
    min-width: 363vw !important;
  }
  .min-sm-vh-363 {
    min-height: 363vh !important;
  }
  .vw-sm-363 {
    width: 363vw !important;
  }
  .vh-sm-363 {
    height: 363vh !important;
  }
  .width-sm-363 {
    width: 363px !important;
  }
  .height-sm-363 {
    height: 363px !important;
  }
  .max-width-sm-363 {
    max-width: 363px !important;
  }
  .min-width-sm-363 {
    min-width: 363px !important;
  }
  .max-height-sm-363 {
    max-height: 363px !important;
  }
  .min-height-sm-363 {
    min-height: 363px !important;
  }
}
@media (max-width: 768px) {
  .w-md-363 {
    width: 363% !important;
  }
  .h-md-363 {
    height: 363% !important;
  }
  .max-w-md-363 {
    max-width: 363% !important;
  }
  .min-w-md-363 {
    min-width: 363% !important;
  }
  .max-h-md-363 {
    max-height: 363% !important;
  }
  .min-h-md-363 {
    min-height: 363% !important;
  }
  .min-md-vw-363 {
    min-width: 363vw !important;
  }
  .min-md-vh-363 {
    min-height: 363vh !important;
  }
  .vw-md-363 {
    width: 363vw !important;
  }
  .vh-md-363 {
    height: 363vh !important;
  }
  .width-md-363 {
    width: 363px !important;
  }
  .height-md-363 {
    height: 363px !important;
  }
  .max-width-md-363 {
    max-width: 363px !important;
  }
  .min-width-md-363 {
    min-width: 363px !important;
  }
  .max-height-md-363 {
    max-height: 363px !important;
  }
  .min-height-md-363 {
    min-height: 363px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-363 {
    width: 363% !important;
  }
  .h-lg-363 {
    height: 363% !important;
  }
  .max-w-lg-363 {
    max-width: 363% !important;
  }
  .min-w-lg-363 {
    min-width: 363% !important;
  }
  .max-h-lg-363 {
    max-height: 363% !important;
  }
  .min-h-lg-363 {
    min-height: 363% !important;
  }
  .min-lg-vw-363 {
    min-width: 363vw !important;
  }
  .min-lg-vh-363 {
    min-height: 363vh !important;
  }
  .vw-lg-363 {
    width: 363vw !important;
  }
  .vh-lg-363 {
    height: 363vh !important;
  }
  .width-lg-363 {
    width: 363px !important;
  }
  .height-lg-363 {
    height: 363px !important;
  }
  .max-width-lg-363 {
    max-width: 363px !important;
  }
  .min-width-lg-363 {
    min-width: 363px !important;
  }
  .max-height-lg-363 {
    max-height: 363px !important;
  }
  .min-height-lg-363 {
    min-height: 363px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-363 {
    width: 363% !important;
  }
  .h-xl-363 {
    height: 363% !important;
  }
  .max-w-xl-363 {
    max-width: 363% !important;
  }
  .min-w-xl-363 {
    min-width: 363% !important;
  }
  .max-h-xl-363 {
    max-height: 363% !important;
  }
  .min-h-xl-363 {
    min-height: 363% !important;
  }
  .min-xl-vw-363 {
    min-width: 363vw !important;
  }
  .min-xl-vh-363 {
    min-height: 363vh !important;
  }
  .vw-xl-363 {
    width: 363vw !important;
  }
  .vh-xl-363 {
    height: 363vh !important;
  }
  .width-xl-363 {
    width: 363px !important;
  }
  .height-xl-363 {
    height: 363px !important;
  }
  .max-width-xl-363 {
    max-width: 363px !important;
  }
  .min-width-xl-363 {
    min-width: 363px !important;
  }
  .max-height-xl-363 {
    max-height: 363px !important;
  }
  .min-height-xl-363 {
    min-height: 363px !important;
  }
}
.w-363 {
  width: 363% !important;
}

.h-363 {
  height: 363% !important;
}

.max-w-363 {
  max-width: 363% !important;
}

.min-w-363 {
  min-width: 363% !important;
}

.max-h-363 {
  max-height: 363% !important;
}

.min-h-363 {
  min-height: 363% !important;
}

.min-vw-363 {
  min-width: 363vw !important;
}

.min-vh-363 {
  min-height: 363vh !important;
}

.vw-363 {
  width: 363vw !important;
}

.vh-363 {
  height: 363vh !important;
}

.width-363 {
  width: 363px !important;
}

.height-363 {
  height: 363px !important;
}

.max-width-363 {
  max-width: 363px !important;
}

.min-width-363 {
  min-width: 363px !important;
}

.max-height-363 {
  max-height: 363px !important;
}

.min-height-363 {
  min-height: 363px !important;
}

@media (max-width: 576px) {
  .w-sm-364 {
    width: 364% !important;
  }
  .h-sm-364 {
    height: 364% !important;
  }
  .max-w-sm-364 {
    max-width: 364% !important;
  }
  .min-w-sm-364 {
    min-width: 364% !important;
  }
  .max-h-sm-364 {
    max-height: 364% !important;
  }
  .min-h-sm-364 {
    min-height: 364% !important;
  }
  .min-sm-vw-364 {
    min-width: 364vw !important;
  }
  .min-sm-vh-364 {
    min-height: 364vh !important;
  }
  .vw-sm-364 {
    width: 364vw !important;
  }
  .vh-sm-364 {
    height: 364vh !important;
  }
  .width-sm-364 {
    width: 364px !important;
  }
  .height-sm-364 {
    height: 364px !important;
  }
  .max-width-sm-364 {
    max-width: 364px !important;
  }
  .min-width-sm-364 {
    min-width: 364px !important;
  }
  .max-height-sm-364 {
    max-height: 364px !important;
  }
  .min-height-sm-364 {
    min-height: 364px !important;
  }
}
@media (max-width: 768px) {
  .w-md-364 {
    width: 364% !important;
  }
  .h-md-364 {
    height: 364% !important;
  }
  .max-w-md-364 {
    max-width: 364% !important;
  }
  .min-w-md-364 {
    min-width: 364% !important;
  }
  .max-h-md-364 {
    max-height: 364% !important;
  }
  .min-h-md-364 {
    min-height: 364% !important;
  }
  .min-md-vw-364 {
    min-width: 364vw !important;
  }
  .min-md-vh-364 {
    min-height: 364vh !important;
  }
  .vw-md-364 {
    width: 364vw !important;
  }
  .vh-md-364 {
    height: 364vh !important;
  }
  .width-md-364 {
    width: 364px !important;
  }
  .height-md-364 {
    height: 364px !important;
  }
  .max-width-md-364 {
    max-width: 364px !important;
  }
  .min-width-md-364 {
    min-width: 364px !important;
  }
  .max-height-md-364 {
    max-height: 364px !important;
  }
  .min-height-md-364 {
    min-height: 364px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-364 {
    width: 364% !important;
  }
  .h-lg-364 {
    height: 364% !important;
  }
  .max-w-lg-364 {
    max-width: 364% !important;
  }
  .min-w-lg-364 {
    min-width: 364% !important;
  }
  .max-h-lg-364 {
    max-height: 364% !important;
  }
  .min-h-lg-364 {
    min-height: 364% !important;
  }
  .min-lg-vw-364 {
    min-width: 364vw !important;
  }
  .min-lg-vh-364 {
    min-height: 364vh !important;
  }
  .vw-lg-364 {
    width: 364vw !important;
  }
  .vh-lg-364 {
    height: 364vh !important;
  }
  .width-lg-364 {
    width: 364px !important;
  }
  .height-lg-364 {
    height: 364px !important;
  }
  .max-width-lg-364 {
    max-width: 364px !important;
  }
  .min-width-lg-364 {
    min-width: 364px !important;
  }
  .max-height-lg-364 {
    max-height: 364px !important;
  }
  .min-height-lg-364 {
    min-height: 364px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-364 {
    width: 364% !important;
  }
  .h-xl-364 {
    height: 364% !important;
  }
  .max-w-xl-364 {
    max-width: 364% !important;
  }
  .min-w-xl-364 {
    min-width: 364% !important;
  }
  .max-h-xl-364 {
    max-height: 364% !important;
  }
  .min-h-xl-364 {
    min-height: 364% !important;
  }
  .min-xl-vw-364 {
    min-width: 364vw !important;
  }
  .min-xl-vh-364 {
    min-height: 364vh !important;
  }
  .vw-xl-364 {
    width: 364vw !important;
  }
  .vh-xl-364 {
    height: 364vh !important;
  }
  .width-xl-364 {
    width: 364px !important;
  }
  .height-xl-364 {
    height: 364px !important;
  }
  .max-width-xl-364 {
    max-width: 364px !important;
  }
  .min-width-xl-364 {
    min-width: 364px !important;
  }
  .max-height-xl-364 {
    max-height: 364px !important;
  }
  .min-height-xl-364 {
    min-height: 364px !important;
  }
}
.w-364 {
  width: 364% !important;
}

.h-364 {
  height: 364% !important;
}

.max-w-364 {
  max-width: 364% !important;
}

.min-w-364 {
  min-width: 364% !important;
}

.max-h-364 {
  max-height: 364% !important;
}

.min-h-364 {
  min-height: 364% !important;
}

.min-vw-364 {
  min-width: 364vw !important;
}

.min-vh-364 {
  min-height: 364vh !important;
}

.vw-364 {
  width: 364vw !important;
}

.vh-364 {
  height: 364vh !important;
}

.width-364 {
  width: 364px !important;
}

.height-364 {
  height: 364px !important;
}

.max-width-364 {
  max-width: 364px !important;
}

.min-width-364 {
  min-width: 364px !important;
}

.max-height-364 {
  max-height: 364px !important;
}

.min-height-364 {
  min-height: 364px !important;
}

@media (max-width: 576px) {
  .w-sm-365 {
    width: 365% !important;
  }
  .h-sm-365 {
    height: 365% !important;
  }
  .max-w-sm-365 {
    max-width: 365% !important;
  }
  .min-w-sm-365 {
    min-width: 365% !important;
  }
  .max-h-sm-365 {
    max-height: 365% !important;
  }
  .min-h-sm-365 {
    min-height: 365% !important;
  }
  .min-sm-vw-365 {
    min-width: 365vw !important;
  }
  .min-sm-vh-365 {
    min-height: 365vh !important;
  }
  .vw-sm-365 {
    width: 365vw !important;
  }
  .vh-sm-365 {
    height: 365vh !important;
  }
  .width-sm-365 {
    width: 365px !important;
  }
  .height-sm-365 {
    height: 365px !important;
  }
  .max-width-sm-365 {
    max-width: 365px !important;
  }
  .min-width-sm-365 {
    min-width: 365px !important;
  }
  .max-height-sm-365 {
    max-height: 365px !important;
  }
  .min-height-sm-365 {
    min-height: 365px !important;
  }
}
@media (max-width: 768px) {
  .w-md-365 {
    width: 365% !important;
  }
  .h-md-365 {
    height: 365% !important;
  }
  .max-w-md-365 {
    max-width: 365% !important;
  }
  .min-w-md-365 {
    min-width: 365% !important;
  }
  .max-h-md-365 {
    max-height: 365% !important;
  }
  .min-h-md-365 {
    min-height: 365% !important;
  }
  .min-md-vw-365 {
    min-width: 365vw !important;
  }
  .min-md-vh-365 {
    min-height: 365vh !important;
  }
  .vw-md-365 {
    width: 365vw !important;
  }
  .vh-md-365 {
    height: 365vh !important;
  }
  .width-md-365 {
    width: 365px !important;
  }
  .height-md-365 {
    height: 365px !important;
  }
  .max-width-md-365 {
    max-width: 365px !important;
  }
  .min-width-md-365 {
    min-width: 365px !important;
  }
  .max-height-md-365 {
    max-height: 365px !important;
  }
  .min-height-md-365 {
    min-height: 365px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-365 {
    width: 365% !important;
  }
  .h-lg-365 {
    height: 365% !important;
  }
  .max-w-lg-365 {
    max-width: 365% !important;
  }
  .min-w-lg-365 {
    min-width: 365% !important;
  }
  .max-h-lg-365 {
    max-height: 365% !important;
  }
  .min-h-lg-365 {
    min-height: 365% !important;
  }
  .min-lg-vw-365 {
    min-width: 365vw !important;
  }
  .min-lg-vh-365 {
    min-height: 365vh !important;
  }
  .vw-lg-365 {
    width: 365vw !important;
  }
  .vh-lg-365 {
    height: 365vh !important;
  }
  .width-lg-365 {
    width: 365px !important;
  }
  .height-lg-365 {
    height: 365px !important;
  }
  .max-width-lg-365 {
    max-width: 365px !important;
  }
  .min-width-lg-365 {
    min-width: 365px !important;
  }
  .max-height-lg-365 {
    max-height: 365px !important;
  }
  .min-height-lg-365 {
    min-height: 365px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-365 {
    width: 365% !important;
  }
  .h-xl-365 {
    height: 365% !important;
  }
  .max-w-xl-365 {
    max-width: 365% !important;
  }
  .min-w-xl-365 {
    min-width: 365% !important;
  }
  .max-h-xl-365 {
    max-height: 365% !important;
  }
  .min-h-xl-365 {
    min-height: 365% !important;
  }
  .min-xl-vw-365 {
    min-width: 365vw !important;
  }
  .min-xl-vh-365 {
    min-height: 365vh !important;
  }
  .vw-xl-365 {
    width: 365vw !important;
  }
  .vh-xl-365 {
    height: 365vh !important;
  }
  .width-xl-365 {
    width: 365px !important;
  }
  .height-xl-365 {
    height: 365px !important;
  }
  .max-width-xl-365 {
    max-width: 365px !important;
  }
  .min-width-xl-365 {
    min-width: 365px !important;
  }
  .max-height-xl-365 {
    max-height: 365px !important;
  }
  .min-height-xl-365 {
    min-height: 365px !important;
  }
}
.w-365 {
  width: 365% !important;
}

.h-365 {
  height: 365% !important;
}

.max-w-365 {
  max-width: 365% !important;
}

.min-w-365 {
  min-width: 365% !important;
}

.max-h-365 {
  max-height: 365% !important;
}

.min-h-365 {
  min-height: 365% !important;
}

.min-vw-365 {
  min-width: 365vw !important;
}

.min-vh-365 {
  min-height: 365vh !important;
}

.vw-365 {
  width: 365vw !important;
}

.vh-365 {
  height: 365vh !important;
}

.width-365 {
  width: 365px !important;
}

.height-365 {
  height: 365px !important;
}

.max-width-365 {
  max-width: 365px !important;
}

.min-width-365 {
  min-width: 365px !important;
}

.max-height-365 {
  max-height: 365px !important;
}

.min-height-365 {
  min-height: 365px !important;
}

@media (max-width: 576px) {
  .w-sm-366 {
    width: 366% !important;
  }
  .h-sm-366 {
    height: 366% !important;
  }
  .max-w-sm-366 {
    max-width: 366% !important;
  }
  .min-w-sm-366 {
    min-width: 366% !important;
  }
  .max-h-sm-366 {
    max-height: 366% !important;
  }
  .min-h-sm-366 {
    min-height: 366% !important;
  }
  .min-sm-vw-366 {
    min-width: 366vw !important;
  }
  .min-sm-vh-366 {
    min-height: 366vh !important;
  }
  .vw-sm-366 {
    width: 366vw !important;
  }
  .vh-sm-366 {
    height: 366vh !important;
  }
  .width-sm-366 {
    width: 366px !important;
  }
  .height-sm-366 {
    height: 366px !important;
  }
  .max-width-sm-366 {
    max-width: 366px !important;
  }
  .min-width-sm-366 {
    min-width: 366px !important;
  }
  .max-height-sm-366 {
    max-height: 366px !important;
  }
  .min-height-sm-366 {
    min-height: 366px !important;
  }
}
@media (max-width: 768px) {
  .w-md-366 {
    width: 366% !important;
  }
  .h-md-366 {
    height: 366% !important;
  }
  .max-w-md-366 {
    max-width: 366% !important;
  }
  .min-w-md-366 {
    min-width: 366% !important;
  }
  .max-h-md-366 {
    max-height: 366% !important;
  }
  .min-h-md-366 {
    min-height: 366% !important;
  }
  .min-md-vw-366 {
    min-width: 366vw !important;
  }
  .min-md-vh-366 {
    min-height: 366vh !important;
  }
  .vw-md-366 {
    width: 366vw !important;
  }
  .vh-md-366 {
    height: 366vh !important;
  }
  .width-md-366 {
    width: 366px !important;
  }
  .height-md-366 {
    height: 366px !important;
  }
  .max-width-md-366 {
    max-width: 366px !important;
  }
  .min-width-md-366 {
    min-width: 366px !important;
  }
  .max-height-md-366 {
    max-height: 366px !important;
  }
  .min-height-md-366 {
    min-height: 366px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-366 {
    width: 366% !important;
  }
  .h-lg-366 {
    height: 366% !important;
  }
  .max-w-lg-366 {
    max-width: 366% !important;
  }
  .min-w-lg-366 {
    min-width: 366% !important;
  }
  .max-h-lg-366 {
    max-height: 366% !important;
  }
  .min-h-lg-366 {
    min-height: 366% !important;
  }
  .min-lg-vw-366 {
    min-width: 366vw !important;
  }
  .min-lg-vh-366 {
    min-height: 366vh !important;
  }
  .vw-lg-366 {
    width: 366vw !important;
  }
  .vh-lg-366 {
    height: 366vh !important;
  }
  .width-lg-366 {
    width: 366px !important;
  }
  .height-lg-366 {
    height: 366px !important;
  }
  .max-width-lg-366 {
    max-width: 366px !important;
  }
  .min-width-lg-366 {
    min-width: 366px !important;
  }
  .max-height-lg-366 {
    max-height: 366px !important;
  }
  .min-height-lg-366 {
    min-height: 366px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-366 {
    width: 366% !important;
  }
  .h-xl-366 {
    height: 366% !important;
  }
  .max-w-xl-366 {
    max-width: 366% !important;
  }
  .min-w-xl-366 {
    min-width: 366% !important;
  }
  .max-h-xl-366 {
    max-height: 366% !important;
  }
  .min-h-xl-366 {
    min-height: 366% !important;
  }
  .min-xl-vw-366 {
    min-width: 366vw !important;
  }
  .min-xl-vh-366 {
    min-height: 366vh !important;
  }
  .vw-xl-366 {
    width: 366vw !important;
  }
  .vh-xl-366 {
    height: 366vh !important;
  }
  .width-xl-366 {
    width: 366px !important;
  }
  .height-xl-366 {
    height: 366px !important;
  }
  .max-width-xl-366 {
    max-width: 366px !important;
  }
  .min-width-xl-366 {
    min-width: 366px !important;
  }
  .max-height-xl-366 {
    max-height: 366px !important;
  }
  .min-height-xl-366 {
    min-height: 366px !important;
  }
}
.w-366 {
  width: 366% !important;
}

.h-366 {
  height: 366% !important;
}

.max-w-366 {
  max-width: 366% !important;
}

.min-w-366 {
  min-width: 366% !important;
}

.max-h-366 {
  max-height: 366% !important;
}

.min-h-366 {
  min-height: 366% !important;
}

.min-vw-366 {
  min-width: 366vw !important;
}

.min-vh-366 {
  min-height: 366vh !important;
}

.vw-366 {
  width: 366vw !important;
}

.vh-366 {
  height: 366vh !important;
}

.width-366 {
  width: 366px !important;
}

.height-366 {
  height: 366px !important;
}

.max-width-366 {
  max-width: 366px !important;
}

.min-width-366 {
  min-width: 366px !important;
}

.max-height-366 {
  max-height: 366px !important;
}

.min-height-366 {
  min-height: 366px !important;
}

@media (max-width: 576px) {
  .w-sm-367 {
    width: 367% !important;
  }
  .h-sm-367 {
    height: 367% !important;
  }
  .max-w-sm-367 {
    max-width: 367% !important;
  }
  .min-w-sm-367 {
    min-width: 367% !important;
  }
  .max-h-sm-367 {
    max-height: 367% !important;
  }
  .min-h-sm-367 {
    min-height: 367% !important;
  }
  .min-sm-vw-367 {
    min-width: 367vw !important;
  }
  .min-sm-vh-367 {
    min-height: 367vh !important;
  }
  .vw-sm-367 {
    width: 367vw !important;
  }
  .vh-sm-367 {
    height: 367vh !important;
  }
  .width-sm-367 {
    width: 367px !important;
  }
  .height-sm-367 {
    height: 367px !important;
  }
  .max-width-sm-367 {
    max-width: 367px !important;
  }
  .min-width-sm-367 {
    min-width: 367px !important;
  }
  .max-height-sm-367 {
    max-height: 367px !important;
  }
  .min-height-sm-367 {
    min-height: 367px !important;
  }
}
@media (max-width: 768px) {
  .w-md-367 {
    width: 367% !important;
  }
  .h-md-367 {
    height: 367% !important;
  }
  .max-w-md-367 {
    max-width: 367% !important;
  }
  .min-w-md-367 {
    min-width: 367% !important;
  }
  .max-h-md-367 {
    max-height: 367% !important;
  }
  .min-h-md-367 {
    min-height: 367% !important;
  }
  .min-md-vw-367 {
    min-width: 367vw !important;
  }
  .min-md-vh-367 {
    min-height: 367vh !important;
  }
  .vw-md-367 {
    width: 367vw !important;
  }
  .vh-md-367 {
    height: 367vh !important;
  }
  .width-md-367 {
    width: 367px !important;
  }
  .height-md-367 {
    height: 367px !important;
  }
  .max-width-md-367 {
    max-width: 367px !important;
  }
  .min-width-md-367 {
    min-width: 367px !important;
  }
  .max-height-md-367 {
    max-height: 367px !important;
  }
  .min-height-md-367 {
    min-height: 367px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-367 {
    width: 367% !important;
  }
  .h-lg-367 {
    height: 367% !important;
  }
  .max-w-lg-367 {
    max-width: 367% !important;
  }
  .min-w-lg-367 {
    min-width: 367% !important;
  }
  .max-h-lg-367 {
    max-height: 367% !important;
  }
  .min-h-lg-367 {
    min-height: 367% !important;
  }
  .min-lg-vw-367 {
    min-width: 367vw !important;
  }
  .min-lg-vh-367 {
    min-height: 367vh !important;
  }
  .vw-lg-367 {
    width: 367vw !important;
  }
  .vh-lg-367 {
    height: 367vh !important;
  }
  .width-lg-367 {
    width: 367px !important;
  }
  .height-lg-367 {
    height: 367px !important;
  }
  .max-width-lg-367 {
    max-width: 367px !important;
  }
  .min-width-lg-367 {
    min-width: 367px !important;
  }
  .max-height-lg-367 {
    max-height: 367px !important;
  }
  .min-height-lg-367 {
    min-height: 367px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-367 {
    width: 367% !important;
  }
  .h-xl-367 {
    height: 367% !important;
  }
  .max-w-xl-367 {
    max-width: 367% !important;
  }
  .min-w-xl-367 {
    min-width: 367% !important;
  }
  .max-h-xl-367 {
    max-height: 367% !important;
  }
  .min-h-xl-367 {
    min-height: 367% !important;
  }
  .min-xl-vw-367 {
    min-width: 367vw !important;
  }
  .min-xl-vh-367 {
    min-height: 367vh !important;
  }
  .vw-xl-367 {
    width: 367vw !important;
  }
  .vh-xl-367 {
    height: 367vh !important;
  }
  .width-xl-367 {
    width: 367px !important;
  }
  .height-xl-367 {
    height: 367px !important;
  }
  .max-width-xl-367 {
    max-width: 367px !important;
  }
  .min-width-xl-367 {
    min-width: 367px !important;
  }
  .max-height-xl-367 {
    max-height: 367px !important;
  }
  .min-height-xl-367 {
    min-height: 367px !important;
  }
}
.w-367 {
  width: 367% !important;
}

.h-367 {
  height: 367% !important;
}

.max-w-367 {
  max-width: 367% !important;
}

.min-w-367 {
  min-width: 367% !important;
}

.max-h-367 {
  max-height: 367% !important;
}

.min-h-367 {
  min-height: 367% !important;
}

.min-vw-367 {
  min-width: 367vw !important;
}

.min-vh-367 {
  min-height: 367vh !important;
}

.vw-367 {
  width: 367vw !important;
}

.vh-367 {
  height: 367vh !important;
}

.width-367 {
  width: 367px !important;
}

.height-367 {
  height: 367px !important;
}

.max-width-367 {
  max-width: 367px !important;
}

.min-width-367 {
  min-width: 367px !important;
}

.max-height-367 {
  max-height: 367px !important;
}

.min-height-367 {
  min-height: 367px !important;
}

@media (max-width: 576px) {
  .w-sm-368 {
    width: 368% !important;
  }
  .h-sm-368 {
    height: 368% !important;
  }
  .max-w-sm-368 {
    max-width: 368% !important;
  }
  .min-w-sm-368 {
    min-width: 368% !important;
  }
  .max-h-sm-368 {
    max-height: 368% !important;
  }
  .min-h-sm-368 {
    min-height: 368% !important;
  }
  .min-sm-vw-368 {
    min-width: 368vw !important;
  }
  .min-sm-vh-368 {
    min-height: 368vh !important;
  }
  .vw-sm-368 {
    width: 368vw !important;
  }
  .vh-sm-368 {
    height: 368vh !important;
  }
  .width-sm-368 {
    width: 368px !important;
  }
  .height-sm-368 {
    height: 368px !important;
  }
  .max-width-sm-368 {
    max-width: 368px !important;
  }
  .min-width-sm-368 {
    min-width: 368px !important;
  }
  .max-height-sm-368 {
    max-height: 368px !important;
  }
  .min-height-sm-368 {
    min-height: 368px !important;
  }
}
@media (max-width: 768px) {
  .w-md-368 {
    width: 368% !important;
  }
  .h-md-368 {
    height: 368% !important;
  }
  .max-w-md-368 {
    max-width: 368% !important;
  }
  .min-w-md-368 {
    min-width: 368% !important;
  }
  .max-h-md-368 {
    max-height: 368% !important;
  }
  .min-h-md-368 {
    min-height: 368% !important;
  }
  .min-md-vw-368 {
    min-width: 368vw !important;
  }
  .min-md-vh-368 {
    min-height: 368vh !important;
  }
  .vw-md-368 {
    width: 368vw !important;
  }
  .vh-md-368 {
    height: 368vh !important;
  }
  .width-md-368 {
    width: 368px !important;
  }
  .height-md-368 {
    height: 368px !important;
  }
  .max-width-md-368 {
    max-width: 368px !important;
  }
  .min-width-md-368 {
    min-width: 368px !important;
  }
  .max-height-md-368 {
    max-height: 368px !important;
  }
  .min-height-md-368 {
    min-height: 368px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-368 {
    width: 368% !important;
  }
  .h-lg-368 {
    height: 368% !important;
  }
  .max-w-lg-368 {
    max-width: 368% !important;
  }
  .min-w-lg-368 {
    min-width: 368% !important;
  }
  .max-h-lg-368 {
    max-height: 368% !important;
  }
  .min-h-lg-368 {
    min-height: 368% !important;
  }
  .min-lg-vw-368 {
    min-width: 368vw !important;
  }
  .min-lg-vh-368 {
    min-height: 368vh !important;
  }
  .vw-lg-368 {
    width: 368vw !important;
  }
  .vh-lg-368 {
    height: 368vh !important;
  }
  .width-lg-368 {
    width: 368px !important;
  }
  .height-lg-368 {
    height: 368px !important;
  }
  .max-width-lg-368 {
    max-width: 368px !important;
  }
  .min-width-lg-368 {
    min-width: 368px !important;
  }
  .max-height-lg-368 {
    max-height: 368px !important;
  }
  .min-height-lg-368 {
    min-height: 368px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-368 {
    width: 368% !important;
  }
  .h-xl-368 {
    height: 368% !important;
  }
  .max-w-xl-368 {
    max-width: 368% !important;
  }
  .min-w-xl-368 {
    min-width: 368% !important;
  }
  .max-h-xl-368 {
    max-height: 368% !important;
  }
  .min-h-xl-368 {
    min-height: 368% !important;
  }
  .min-xl-vw-368 {
    min-width: 368vw !important;
  }
  .min-xl-vh-368 {
    min-height: 368vh !important;
  }
  .vw-xl-368 {
    width: 368vw !important;
  }
  .vh-xl-368 {
    height: 368vh !important;
  }
  .width-xl-368 {
    width: 368px !important;
  }
  .height-xl-368 {
    height: 368px !important;
  }
  .max-width-xl-368 {
    max-width: 368px !important;
  }
  .min-width-xl-368 {
    min-width: 368px !important;
  }
  .max-height-xl-368 {
    max-height: 368px !important;
  }
  .min-height-xl-368 {
    min-height: 368px !important;
  }
}
.w-368 {
  width: 368% !important;
}

.h-368 {
  height: 368% !important;
}

.max-w-368 {
  max-width: 368% !important;
}

.min-w-368 {
  min-width: 368% !important;
}

.max-h-368 {
  max-height: 368% !important;
}

.min-h-368 {
  min-height: 368% !important;
}

.min-vw-368 {
  min-width: 368vw !important;
}

.min-vh-368 {
  min-height: 368vh !important;
}

.vw-368 {
  width: 368vw !important;
}

.vh-368 {
  height: 368vh !important;
}

.width-368 {
  width: 368px !important;
}

.height-368 {
  height: 368px !important;
}

.max-width-368 {
  max-width: 368px !important;
}

.min-width-368 {
  min-width: 368px !important;
}

.max-height-368 {
  max-height: 368px !important;
}

.min-height-368 {
  min-height: 368px !important;
}

@media (max-width: 576px) {
  .w-sm-369 {
    width: 369% !important;
  }
  .h-sm-369 {
    height: 369% !important;
  }
  .max-w-sm-369 {
    max-width: 369% !important;
  }
  .min-w-sm-369 {
    min-width: 369% !important;
  }
  .max-h-sm-369 {
    max-height: 369% !important;
  }
  .min-h-sm-369 {
    min-height: 369% !important;
  }
  .min-sm-vw-369 {
    min-width: 369vw !important;
  }
  .min-sm-vh-369 {
    min-height: 369vh !important;
  }
  .vw-sm-369 {
    width: 369vw !important;
  }
  .vh-sm-369 {
    height: 369vh !important;
  }
  .width-sm-369 {
    width: 369px !important;
  }
  .height-sm-369 {
    height: 369px !important;
  }
  .max-width-sm-369 {
    max-width: 369px !important;
  }
  .min-width-sm-369 {
    min-width: 369px !important;
  }
  .max-height-sm-369 {
    max-height: 369px !important;
  }
  .min-height-sm-369 {
    min-height: 369px !important;
  }
}
@media (max-width: 768px) {
  .w-md-369 {
    width: 369% !important;
  }
  .h-md-369 {
    height: 369% !important;
  }
  .max-w-md-369 {
    max-width: 369% !important;
  }
  .min-w-md-369 {
    min-width: 369% !important;
  }
  .max-h-md-369 {
    max-height: 369% !important;
  }
  .min-h-md-369 {
    min-height: 369% !important;
  }
  .min-md-vw-369 {
    min-width: 369vw !important;
  }
  .min-md-vh-369 {
    min-height: 369vh !important;
  }
  .vw-md-369 {
    width: 369vw !important;
  }
  .vh-md-369 {
    height: 369vh !important;
  }
  .width-md-369 {
    width: 369px !important;
  }
  .height-md-369 {
    height: 369px !important;
  }
  .max-width-md-369 {
    max-width: 369px !important;
  }
  .min-width-md-369 {
    min-width: 369px !important;
  }
  .max-height-md-369 {
    max-height: 369px !important;
  }
  .min-height-md-369 {
    min-height: 369px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-369 {
    width: 369% !important;
  }
  .h-lg-369 {
    height: 369% !important;
  }
  .max-w-lg-369 {
    max-width: 369% !important;
  }
  .min-w-lg-369 {
    min-width: 369% !important;
  }
  .max-h-lg-369 {
    max-height: 369% !important;
  }
  .min-h-lg-369 {
    min-height: 369% !important;
  }
  .min-lg-vw-369 {
    min-width: 369vw !important;
  }
  .min-lg-vh-369 {
    min-height: 369vh !important;
  }
  .vw-lg-369 {
    width: 369vw !important;
  }
  .vh-lg-369 {
    height: 369vh !important;
  }
  .width-lg-369 {
    width: 369px !important;
  }
  .height-lg-369 {
    height: 369px !important;
  }
  .max-width-lg-369 {
    max-width: 369px !important;
  }
  .min-width-lg-369 {
    min-width: 369px !important;
  }
  .max-height-lg-369 {
    max-height: 369px !important;
  }
  .min-height-lg-369 {
    min-height: 369px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-369 {
    width: 369% !important;
  }
  .h-xl-369 {
    height: 369% !important;
  }
  .max-w-xl-369 {
    max-width: 369% !important;
  }
  .min-w-xl-369 {
    min-width: 369% !important;
  }
  .max-h-xl-369 {
    max-height: 369% !important;
  }
  .min-h-xl-369 {
    min-height: 369% !important;
  }
  .min-xl-vw-369 {
    min-width: 369vw !important;
  }
  .min-xl-vh-369 {
    min-height: 369vh !important;
  }
  .vw-xl-369 {
    width: 369vw !important;
  }
  .vh-xl-369 {
    height: 369vh !important;
  }
  .width-xl-369 {
    width: 369px !important;
  }
  .height-xl-369 {
    height: 369px !important;
  }
  .max-width-xl-369 {
    max-width: 369px !important;
  }
  .min-width-xl-369 {
    min-width: 369px !important;
  }
  .max-height-xl-369 {
    max-height: 369px !important;
  }
  .min-height-xl-369 {
    min-height: 369px !important;
  }
}
.w-369 {
  width: 369% !important;
}

.h-369 {
  height: 369% !important;
}

.max-w-369 {
  max-width: 369% !important;
}

.min-w-369 {
  min-width: 369% !important;
}

.max-h-369 {
  max-height: 369% !important;
}

.min-h-369 {
  min-height: 369% !important;
}

.min-vw-369 {
  min-width: 369vw !important;
}

.min-vh-369 {
  min-height: 369vh !important;
}

.vw-369 {
  width: 369vw !important;
}

.vh-369 {
  height: 369vh !important;
}

.width-369 {
  width: 369px !important;
}

.height-369 {
  height: 369px !important;
}

.max-width-369 {
  max-width: 369px !important;
}

.min-width-369 {
  min-width: 369px !important;
}

.max-height-369 {
  max-height: 369px !important;
}

.min-height-369 {
  min-height: 369px !important;
}

@media (max-width: 576px) {
  .w-sm-370 {
    width: 370% !important;
  }
  .h-sm-370 {
    height: 370% !important;
  }
  .max-w-sm-370 {
    max-width: 370% !important;
  }
  .min-w-sm-370 {
    min-width: 370% !important;
  }
  .max-h-sm-370 {
    max-height: 370% !important;
  }
  .min-h-sm-370 {
    min-height: 370% !important;
  }
  .min-sm-vw-370 {
    min-width: 370vw !important;
  }
  .min-sm-vh-370 {
    min-height: 370vh !important;
  }
  .vw-sm-370 {
    width: 370vw !important;
  }
  .vh-sm-370 {
    height: 370vh !important;
  }
  .width-sm-370 {
    width: 370px !important;
  }
  .height-sm-370 {
    height: 370px !important;
  }
  .max-width-sm-370 {
    max-width: 370px !important;
  }
  .min-width-sm-370 {
    min-width: 370px !important;
  }
  .max-height-sm-370 {
    max-height: 370px !important;
  }
  .min-height-sm-370 {
    min-height: 370px !important;
  }
}
@media (max-width: 768px) {
  .w-md-370 {
    width: 370% !important;
  }
  .h-md-370 {
    height: 370% !important;
  }
  .max-w-md-370 {
    max-width: 370% !important;
  }
  .min-w-md-370 {
    min-width: 370% !important;
  }
  .max-h-md-370 {
    max-height: 370% !important;
  }
  .min-h-md-370 {
    min-height: 370% !important;
  }
  .min-md-vw-370 {
    min-width: 370vw !important;
  }
  .min-md-vh-370 {
    min-height: 370vh !important;
  }
  .vw-md-370 {
    width: 370vw !important;
  }
  .vh-md-370 {
    height: 370vh !important;
  }
  .width-md-370 {
    width: 370px !important;
  }
  .height-md-370 {
    height: 370px !important;
  }
  .max-width-md-370 {
    max-width: 370px !important;
  }
  .min-width-md-370 {
    min-width: 370px !important;
  }
  .max-height-md-370 {
    max-height: 370px !important;
  }
  .min-height-md-370 {
    min-height: 370px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-370 {
    width: 370% !important;
  }
  .h-lg-370 {
    height: 370% !important;
  }
  .max-w-lg-370 {
    max-width: 370% !important;
  }
  .min-w-lg-370 {
    min-width: 370% !important;
  }
  .max-h-lg-370 {
    max-height: 370% !important;
  }
  .min-h-lg-370 {
    min-height: 370% !important;
  }
  .min-lg-vw-370 {
    min-width: 370vw !important;
  }
  .min-lg-vh-370 {
    min-height: 370vh !important;
  }
  .vw-lg-370 {
    width: 370vw !important;
  }
  .vh-lg-370 {
    height: 370vh !important;
  }
  .width-lg-370 {
    width: 370px !important;
  }
  .height-lg-370 {
    height: 370px !important;
  }
  .max-width-lg-370 {
    max-width: 370px !important;
  }
  .min-width-lg-370 {
    min-width: 370px !important;
  }
  .max-height-lg-370 {
    max-height: 370px !important;
  }
  .min-height-lg-370 {
    min-height: 370px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-370 {
    width: 370% !important;
  }
  .h-xl-370 {
    height: 370% !important;
  }
  .max-w-xl-370 {
    max-width: 370% !important;
  }
  .min-w-xl-370 {
    min-width: 370% !important;
  }
  .max-h-xl-370 {
    max-height: 370% !important;
  }
  .min-h-xl-370 {
    min-height: 370% !important;
  }
  .min-xl-vw-370 {
    min-width: 370vw !important;
  }
  .min-xl-vh-370 {
    min-height: 370vh !important;
  }
  .vw-xl-370 {
    width: 370vw !important;
  }
  .vh-xl-370 {
    height: 370vh !important;
  }
  .width-xl-370 {
    width: 370px !important;
  }
  .height-xl-370 {
    height: 370px !important;
  }
  .max-width-xl-370 {
    max-width: 370px !important;
  }
  .min-width-xl-370 {
    min-width: 370px !important;
  }
  .max-height-xl-370 {
    max-height: 370px !important;
  }
  .min-height-xl-370 {
    min-height: 370px !important;
  }
}
.w-370 {
  width: 370% !important;
}

.h-370 {
  height: 370% !important;
}

.max-w-370 {
  max-width: 370% !important;
}

.min-w-370 {
  min-width: 370% !important;
}

.max-h-370 {
  max-height: 370% !important;
}

.min-h-370 {
  min-height: 370% !important;
}

.min-vw-370 {
  min-width: 370vw !important;
}

.min-vh-370 {
  min-height: 370vh !important;
}

.vw-370 {
  width: 370vw !important;
}

.vh-370 {
  height: 370vh !important;
}

.width-370 {
  width: 370px !important;
}

.height-370 {
  height: 370px !important;
}

.max-width-370 {
  max-width: 370px !important;
}

.min-width-370 {
  min-width: 370px !important;
}

.max-height-370 {
  max-height: 370px !important;
}

.min-height-370 {
  min-height: 370px !important;
}

@media (max-width: 576px) {
  .w-sm-371 {
    width: 371% !important;
  }
  .h-sm-371 {
    height: 371% !important;
  }
  .max-w-sm-371 {
    max-width: 371% !important;
  }
  .min-w-sm-371 {
    min-width: 371% !important;
  }
  .max-h-sm-371 {
    max-height: 371% !important;
  }
  .min-h-sm-371 {
    min-height: 371% !important;
  }
  .min-sm-vw-371 {
    min-width: 371vw !important;
  }
  .min-sm-vh-371 {
    min-height: 371vh !important;
  }
  .vw-sm-371 {
    width: 371vw !important;
  }
  .vh-sm-371 {
    height: 371vh !important;
  }
  .width-sm-371 {
    width: 371px !important;
  }
  .height-sm-371 {
    height: 371px !important;
  }
  .max-width-sm-371 {
    max-width: 371px !important;
  }
  .min-width-sm-371 {
    min-width: 371px !important;
  }
  .max-height-sm-371 {
    max-height: 371px !important;
  }
  .min-height-sm-371 {
    min-height: 371px !important;
  }
}
@media (max-width: 768px) {
  .w-md-371 {
    width: 371% !important;
  }
  .h-md-371 {
    height: 371% !important;
  }
  .max-w-md-371 {
    max-width: 371% !important;
  }
  .min-w-md-371 {
    min-width: 371% !important;
  }
  .max-h-md-371 {
    max-height: 371% !important;
  }
  .min-h-md-371 {
    min-height: 371% !important;
  }
  .min-md-vw-371 {
    min-width: 371vw !important;
  }
  .min-md-vh-371 {
    min-height: 371vh !important;
  }
  .vw-md-371 {
    width: 371vw !important;
  }
  .vh-md-371 {
    height: 371vh !important;
  }
  .width-md-371 {
    width: 371px !important;
  }
  .height-md-371 {
    height: 371px !important;
  }
  .max-width-md-371 {
    max-width: 371px !important;
  }
  .min-width-md-371 {
    min-width: 371px !important;
  }
  .max-height-md-371 {
    max-height: 371px !important;
  }
  .min-height-md-371 {
    min-height: 371px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-371 {
    width: 371% !important;
  }
  .h-lg-371 {
    height: 371% !important;
  }
  .max-w-lg-371 {
    max-width: 371% !important;
  }
  .min-w-lg-371 {
    min-width: 371% !important;
  }
  .max-h-lg-371 {
    max-height: 371% !important;
  }
  .min-h-lg-371 {
    min-height: 371% !important;
  }
  .min-lg-vw-371 {
    min-width: 371vw !important;
  }
  .min-lg-vh-371 {
    min-height: 371vh !important;
  }
  .vw-lg-371 {
    width: 371vw !important;
  }
  .vh-lg-371 {
    height: 371vh !important;
  }
  .width-lg-371 {
    width: 371px !important;
  }
  .height-lg-371 {
    height: 371px !important;
  }
  .max-width-lg-371 {
    max-width: 371px !important;
  }
  .min-width-lg-371 {
    min-width: 371px !important;
  }
  .max-height-lg-371 {
    max-height: 371px !important;
  }
  .min-height-lg-371 {
    min-height: 371px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-371 {
    width: 371% !important;
  }
  .h-xl-371 {
    height: 371% !important;
  }
  .max-w-xl-371 {
    max-width: 371% !important;
  }
  .min-w-xl-371 {
    min-width: 371% !important;
  }
  .max-h-xl-371 {
    max-height: 371% !important;
  }
  .min-h-xl-371 {
    min-height: 371% !important;
  }
  .min-xl-vw-371 {
    min-width: 371vw !important;
  }
  .min-xl-vh-371 {
    min-height: 371vh !important;
  }
  .vw-xl-371 {
    width: 371vw !important;
  }
  .vh-xl-371 {
    height: 371vh !important;
  }
  .width-xl-371 {
    width: 371px !important;
  }
  .height-xl-371 {
    height: 371px !important;
  }
  .max-width-xl-371 {
    max-width: 371px !important;
  }
  .min-width-xl-371 {
    min-width: 371px !important;
  }
  .max-height-xl-371 {
    max-height: 371px !important;
  }
  .min-height-xl-371 {
    min-height: 371px !important;
  }
}
.w-371 {
  width: 371% !important;
}

.h-371 {
  height: 371% !important;
}

.max-w-371 {
  max-width: 371% !important;
}

.min-w-371 {
  min-width: 371% !important;
}

.max-h-371 {
  max-height: 371% !important;
}

.min-h-371 {
  min-height: 371% !important;
}

.min-vw-371 {
  min-width: 371vw !important;
}

.min-vh-371 {
  min-height: 371vh !important;
}

.vw-371 {
  width: 371vw !important;
}

.vh-371 {
  height: 371vh !important;
}

.width-371 {
  width: 371px !important;
}

.height-371 {
  height: 371px !important;
}

.max-width-371 {
  max-width: 371px !important;
}

.min-width-371 {
  min-width: 371px !important;
}

.max-height-371 {
  max-height: 371px !important;
}

.min-height-371 {
  min-height: 371px !important;
}

@media (max-width: 576px) {
  .w-sm-372 {
    width: 372% !important;
  }
  .h-sm-372 {
    height: 372% !important;
  }
  .max-w-sm-372 {
    max-width: 372% !important;
  }
  .min-w-sm-372 {
    min-width: 372% !important;
  }
  .max-h-sm-372 {
    max-height: 372% !important;
  }
  .min-h-sm-372 {
    min-height: 372% !important;
  }
  .min-sm-vw-372 {
    min-width: 372vw !important;
  }
  .min-sm-vh-372 {
    min-height: 372vh !important;
  }
  .vw-sm-372 {
    width: 372vw !important;
  }
  .vh-sm-372 {
    height: 372vh !important;
  }
  .width-sm-372 {
    width: 372px !important;
  }
  .height-sm-372 {
    height: 372px !important;
  }
  .max-width-sm-372 {
    max-width: 372px !important;
  }
  .min-width-sm-372 {
    min-width: 372px !important;
  }
  .max-height-sm-372 {
    max-height: 372px !important;
  }
  .min-height-sm-372 {
    min-height: 372px !important;
  }
}
@media (max-width: 768px) {
  .w-md-372 {
    width: 372% !important;
  }
  .h-md-372 {
    height: 372% !important;
  }
  .max-w-md-372 {
    max-width: 372% !important;
  }
  .min-w-md-372 {
    min-width: 372% !important;
  }
  .max-h-md-372 {
    max-height: 372% !important;
  }
  .min-h-md-372 {
    min-height: 372% !important;
  }
  .min-md-vw-372 {
    min-width: 372vw !important;
  }
  .min-md-vh-372 {
    min-height: 372vh !important;
  }
  .vw-md-372 {
    width: 372vw !important;
  }
  .vh-md-372 {
    height: 372vh !important;
  }
  .width-md-372 {
    width: 372px !important;
  }
  .height-md-372 {
    height: 372px !important;
  }
  .max-width-md-372 {
    max-width: 372px !important;
  }
  .min-width-md-372 {
    min-width: 372px !important;
  }
  .max-height-md-372 {
    max-height: 372px !important;
  }
  .min-height-md-372 {
    min-height: 372px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-372 {
    width: 372% !important;
  }
  .h-lg-372 {
    height: 372% !important;
  }
  .max-w-lg-372 {
    max-width: 372% !important;
  }
  .min-w-lg-372 {
    min-width: 372% !important;
  }
  .max-h-lg-372 {
    max-height: 372% !important;
  }
  .min-h-lg-372 {
    min-height: 372% !important;
  }
  .min-lg-vw-372 {
    min-width: 372vw !important;
  }
  .min-lg-vh-372 {
    min-height: 372vh !important;
  }
  .vw-lg-372 {
    width: 372vw !important;
  }
  .vh-lg-372 {
    height: 372vh !important;
  }
  .width-lg-372 {
    width: 372px !important;
  }
  .height-lg-372 {
    height: 372px !important;
  }
  .max-width-lg-372 {
    max-width: 372px !important;
  }
  .min-width-lg-372 {
    min-width: 372px !important;
  }
  .max-height-lg-372 {
    max-height: 372px !important;
  }
  .min-height-lg-372 {
    min-height: 372px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-372 {
    width: 372% !important;
  }
  .h-xl-372 {
    height: 372% !important;
  }
  .max-w-xl-372 {
    max-width: 372% !important;
  }
  .min-w-xl-372 {
    min-width: 372% !important;
  }
  .max-h-xl-372 {
    max-height: 372% !important;
  }
  .min-h-xl-372 {
    min-height: 372% !important;
  }
  .min-xl-vw-372 {
    min-width: 372vw !important;
  }
  .min-xl-vh-372 {
    min-height: 372vh !important;
  }
  .vw-xl-372 {
    width: 372vw !important;
  }
  .vh-xl-372 {
    height: 372vh !important;
  }
  .width-xl-372 {
    width: 372px !important;
  }
  .height-xl-372 {
    height: 372px !important;
  }
  .max-width-xl-372 {
    max-width: 372px !important;
  }
  .min-width-xl-372 {
    min-width: 372px !important;
  }
  .max-height-xl-372 {
    max-height: 372px !important;
  }
  .min-height-xl-372 {
    min-height: 372px !important;
  }
}
.w-372 {
  width: 372% !important;
}

.h-372 {
  height: 372% !important;
}

.max-w-372 {
  max-width: 372% !important;
}

.min-w-372 {
  min-width: 372% !important;
}

.max-h-372 {
  max-height: 372% !important;
}

.min-h-372 {
  min-height: 372% !important;
}

.min-vw-372 {
  min-width: 372vw !important;
}

.min-vh-372 {
  min-height: 372vh !important;
}

.vw-372 {
  width: 372vw !important;
}

.vh-372 {
  height: 372vh !important;
}

.width-372 {
  width: 372px !important;
}

.height-372 {
  height: 372px !important;
}

.max-width-372 {
  max-width: 372px !important;
}

.min-width-372 {
  min-width: 372px !important;
}

.max-height-372 {
  max-height: 372px !important;
}

.min-height-372 {
  min-height: 372px !important;
}

@media (max-width: 576px) {
  .w-sm-373 {
    width: 373% !important;
  }
  .h-sm-373 {
    height: 373% !important;
  }
  .max-w-sm-373 {
    max-width: 373% !important;
  }
  .min-w-sm-373 {
    min-width: 373% !important;
  }
  .max-h-sm-373 {
    max-height: 373% !important;
  }
  .min-h-sm-373 {
    min-height: 373% !important;
  }
  .min-sm-vw-373 {
    min-width: 373vw !important;
  }
  .min-sm-vh-373 {
    min-height: 373vh !important;
  }
  .vw-sm-373 {
    width: 373vw !important;
  }
  .vh-sm-373 {
    height: 373vh !important;
  }
  .width-sm-373 {
    width: 373px !important;
  }
  .height-sm-373 {
    height: 373px !important;
  }
  .max-width-sm-373 {
    max-width: 373px !important;
  }
  .min-width-sm-373 {
    min-width: 373px !important;
  }
  .max-height-sm-373 {
    max-height: 373px !important;
  }
  .min-height-sm-373 {
    min-height: 373px !important;
  }
}
@media (max-width: 768px) {
  .w-md-373 {
    width: 373% !important;
  }
  .h-md-373 {
    height: 373% !important;
  }
  .max-w-md-373 {
    max-width: 373% !important;
  }
  .min-w-md-373 {
    min-width: 373% !important;
  }
  .max-h-md-373 {
    max-height: 373% !important;
  }
  .min-h-md-373 {
    min-height: 373% !important;
  }
  .min-md-vw-373 {
    min-width: 373vw !important;
  }
  .min-md-vh-373 {
    min-height: 373vh !important;
  }
  .vw-md-373 {
    width: 373vw !important;
  }
  .vh-md-373 {
    height: 373vh !important;
  }
  .width-md-373 {
    width: 373px !important;
  }
  .height-md-373 {
    height: 373px !important;
  }
  .max-width-md-373 {
    max-width: 373px !important;
  }
  .min-width-md-373 {
    min-width: 373px !important;
  }
  .max-height-md-373 {
    max-height: 373px !important;
  }
  .min-height-md-373 {
    min-height: 373px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-373 {
    width: 373% !important;
  }
  .h-lg-373 {
    height: 373% !important;
  }
  .max-w-lg-373 {
    max-width: 373% !important;
  }
  .min-w-lg-373 {
    min-width: 373% !important;
  }
  .max-h-lg-373 {
    max-height: 373% !important;
  }
  .min-h-lg-373 {
    min-height: 373% !important;
  }
  .min-lg-vw-373 {
    min-width: 373vw !important;
  }
  .min-lg-vh-373 {
    min-height: 373vh !important;
  }
  .vw-lg-373 {
    width: 373vw !important;
  }
  .vh-lg-373 {
    height: 373vh !important;
  }
  .width-lg-373 {
    width: 373px !important;
  }
  .height-lg-373 {
    height: 373px !important;
  }
  .max-width-lg-373 {
    max-width: 373px !important;
  }
  .min-width-lg-373 {
    min-width: 373px !important;
  }
  .max-height-lg-373 {
    max-height: 373px !important;
  }
  .min-height-lg-373 {
    min-height: 373px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-373 {
    width: 373% !important;
  }
  .h-xl-373 {
    height: 373% !important;
  }
  .max-w-xl-373 {
    max-width: 373% !important;
  }
  .min-w-xl-373 {
    min-width: 373% !important;
  }
  .max-h-xl-373 {
    max-height: 373% !important;
  }
  .min-h-xl-373 {
    min-height: 373% !important;
  }
  .min-xl-vw-373 {
    min-width: 373vw !important;
  }
  .min-xl-vh-373 {
    min-height: 373vh !important;
  }
  .vw-xl-373 {
    width: 373vw !important;
  }
  .vh-xl-373 {
    height: 373vh !important;
  }
  .width-xl-373 {
    width: 373px !important;
  }
  .height-xl-373 {
    height: 373px !important;
  }
  .max-width-xl-373 {
    max-width: 373px !important;
  }
  .min-width-xl-373 {
    min-width: 373px !important;
  }
  .max-height-xl-373 {
    max-height: 373px !important;
  }
  .min-height-xl-373 {
    min-height: 373px !important;
  }
}
.w-373 {
  width: 373% !important;
}

.h-373 {
  height: 373% !important;
}

.max-w-373 {
  max-width: 373% !important;
}

.min-w-373 {
  min-width: 373% !important;
}

.max-h-373 {
  max-height: 373% !important;
}

.min-h-373 {
  min-height: 373% !important;
}

.min-vw-373 {
  min-width: 373vw !important;
}

.min-vh-373 {
  min-height: 373vh !important;
}

.vw-373 {
  width: 373vw !important;
}

.vh-373 {
  height: 373vh !important;
}

.width-373 {
  width: 373px !important;
}

.height-373 {
  height: 373px !important;
}

.max-width-373 {
  max-width: 373px !important;
}

.min-width-373 {
  min-width: 373px !important;
}

.max-height-373 {
  max-height: 373px !important;
}

.min-height-373 {
  min-height: 373px !important;
}

@media (max-width: 576px) {
  .w-sm-374 {
    width: 374% !important;
  }
  .h-sm-374 {
    height: 374% !important;
  }
  .max-w-sm-374 {
    max-width: 374% !important;
  }
  .min-w-sm-374 {
    min-width: 374% !important;
  }
  .max-h-sm-374 {
    max-height: 374% !important;
  }
  .min-h-sm-374 {
    min-height: 374% !important;
  }
  .min-sm-vw-374 {
    min-width: 374vw !important;
  }
  .min-sm-vh-374 {
    min-height: 374vh !important;
  }
  .vw-sm-374 {
    width: 374vw !important;
  }
  .vh-sm-374 {
    height: 374vh !important;
  }
  .width-sm-374 {
    width: 374px !important;
  }
  .height-sm-374 {
    height: 374px !important;
  }
  .max-width-sm-374 {
    max-width: 374px !important;
  }
  .min-width-sm-374 {
    min-width: 374px !important;
  }
  .max-height-sm-374 {
    max-height: 374px !important;
  }
  .min-height-sm-374 {
    min-height: 374px !important;
  }
}
@media (max-width: 768px) {
  .w-md-374 {
    width: 374% !important;
  }
  .h-md-374 {
    height: 374% !important;
  }
  .max-w-md-374 {
    max-width: 374% !important;
  }
  .min-w-md-374 {
    min-width: 374% !important;
  }
  .max-h-md-374 {
    max-height: 374% !important;
  }
  .min-h-md-374 {
    min-height: 374% !important;
  }
  .min-md-vw-374 {
    min-width: 374vw !important;
  }
  .min-md-vh-374 {
    min-height: 374vh !important;
  }
  .vw-md-374 {
    width: 374vw !important;
  }
  .vh-md-374 {
    height: 374vh !important;
  }
  .width-md-374 {
    width: 374px !important;
  }
  .height-md-374 {
    height: 374px !important;
  }
  .max-width-md-374 {
    max-width: 374px !important;
  }
  .min-width-md-374 {
    min-width: 374px !important;
  }
  .max-height-md-374 {
    max-height: 374px !important;
  }
  .min-height-md-374 {
    min-height: 374px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-374 {
    width: 374% !important;
  }
  .h-lg-374 {
    height: 374% !important;
  }
  .max-w-lg-374 {
    max-width: 374% !important;
  }
  .min-w-lg-374 {
    min-width: 374% !important;
  }
  .max-h-lg-374 {
    max-height: 374% !important;
  }
  .min-h-lg-374 {
    min-height: 374% !important;
  }
  .min-lg-vw-374 {
    min-width: 374vw !important;
  }
  .min-lg-vh-374 {
    min-height: 374vh !important;
  }
  .vw-lg-374 {
    width: 374vw !important;
  }
  .vh-lg-374 {
    height: 374vh !important;
  }
  .width-lg-374 {
    width: 374px !important;
  }
  .height-lg-374 {
    height: 374px !important;
  }
  .max-width-lg-374 {
    max-width: 374px !important;
  }
  .min-width-lg-374 {
    min-width: 374px !important;
  }
  .max-height-lg-374 {
    max-height: 374px !important;
  }
  .min-height-lg-374 {
    min-height: 374px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-374 {
    width: 374% !important;
  }
  .h-xl-374 {
    height: 374% !important;
  }
  .max-w-xl-374 {
    max-width: 374% !important;
  }
  .min-w-xl-374 {
    min-width: 374% !important;
  }
  .max-h-xl-374 {
    max-height: 374% !important;
  }
  .min-h-xl-374 {
    min-height: 374% !important;
  }
  .min-xl-vw-374 {
    min-width: 374vw !important;
  }
  .min-xl-vh-374 {
    min-height: 374vh !important;
  }
  .vw-xl-374 {
    width: 374vw !important;
  }
  .vh-xl-374 {
    height: 374vh !important;
  }
  .width-xl-374 {
    width: 374px !important;
  }
  .height-xl-374 {
    height: 374px !important;
  }
  .max-width-xl-374 {
    max-width: 374px !important;
  }
  .min-width-xl-374 {
    min-width: 374px !important;
  }
  .max-height-xl-374 {
    max-height: 374px !important;
  }
  .min-height-xl-374 {
    min-height: 374px !important;
  }
}
.w-374 {
  width: 374% !important;
}

.h-374 {
  height: 374% !important;
}

.max-w-374 {
  max-width: 374% !important;
}

.min-w-374 {
  min-width: 374% !important;
}

.max-h-374 {
  max-height: 374% !important;
}

.min-h-374 {
  min-height: 374% !important;
}

.min-vw-374 {
  min-width: 374vw !important;
}

.min-vh-374 {
  min-height: 374vh !important;
}

.vw-374 {
  width: 374vw !important;
}

.vh-374 {
  height: 374vh !important;
}

.width-374 {
  width: 374px !important;
}

.height-374 {
  height: 374px !important;
}

.max-width-374 {
  max-width: 374px !important;
}

.min-width-374 {
  min-width: 374px !important;
}

.max-height-374 {
  max-height: 374px !important;
}

.min-height-374 {
  min-height: 374px !important;
}

@media (max-width: 576px) {
  .w-sm-375 {
    width: 375% !important;
  }
  .h-sm-375 {
    height: 375% !important;
  }
  .max-w-sm-375 {
    max-width: 375% !important;
  }
  .min-w-sm-375 {
    min-width: 375% !important;
  }
  .max-h-sm-375 {
    max-height: 375% !important;
  }
  .min-h-sm-375 {
    min-height: 375% !important;
  }
  .min-sm-vw-375 {
    min-width: 375vw !important;
  }
  .min-sm-vh-375 {
    min-height: 375vh !important;
  }
  .vw-sm-375 {
    width: 375vw !important;
  }
  .vh-sm-375 {
    height: 375vh !important;
  }
  .width-sm-375 {
    width: 375px !important;
  }
  .height-sm-375 {
    height: 375px !important;
  }
  .max-width-sm-375 {
    max-width: 375px !important;
  }
  .min-width-sm-375 {
    min-width: 375px !important;
  }
  .max-height-sm-375 {
    max-height: 375px !important;
  }
  .min-height-sm-375 {
    min-height: 375px !important;
  }
}
@media (max-width: 768px) {
  .w-md-375 {
    width: 375% !important;
  }
  .h-md-375 {
    height: 375% !important;
  }
  .max-w-md-375 {
    max-width: 375% !important;
  }
  .min-w-md-375 {
    min-width: 375% !important;
  }
  .max-h-md-375 {
    max-height: 375% !important;
  }
  .min-h-md-375 {
    min-height: 375% !important;
  }
  .min-md-vw-375 {
    min-width: 375vw !important;
  }
  .min-md-vh-375 {
    min-height: 375vh !important;
  }
  .vw-md-375 {
    width: 375vw !important;
  }
  .vh-md-375 {
    height: 375vh !important;
  }
  .width-md-375 {
    width: 375px !important;
  }
  .height-md-375 {
    height: 375px !important;
  }
  .max-width-md-375 {
    max-width: 375px !important;
  }
  .min-width-md-375 {
    min-width: 375px !important;
  }
  .max-height-md-375 {
    max-height: 375px !important;
  }
  .min-height-md-375 {
    min-height: 375px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-375 {
    width: 375% !important;
  }
  .h-lg-375 {
    height: 375% !important;
  }
  .max-w-lg-375 {
    max-width: 375% !important;
  }
  .min-w-lg-375 {
    min-width: 375% !important;
  }
  .max-h-lg-375 {
    max-height: 375% !important;
  }
  .min-h-lg-375 {
    min-height: 375% !important;
  }
  .min-lg-vw-375 {
    min-width: 375vw !important;
  }
  .min-lg-vh-375 {
    min-height: 375vh !important;
  }
  .vw-lg-375 {
    width: 375vw !important;
  }
  .vh-lg-375 {
    height: 375vh !important;
  }
  .width-lg-375 {
    width: 375px !important;
  }
  .height-lg-375 {
    height: 375px !important;
  }
  .max-width-lg-375 {
    max-width: 375px !important;
  }
  .min-width-lg-375 {
    min-width: 375px !important;
  }
  .max-height-lg-375 {
    max-height: 375px !important;
  }
  .min-height-lg-375 {
    min-height: 375px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-375 {
    width: 375% !important;
  }
  .h-xl-375 {
    height: 375% !important;
  }
  .max-w-xl-375 {
    max-width: 375% !important;
  }
  .min-w-xl-375 {
    min-width: 375% !important;
  }
  .max-h-xl-375 {
    max-height: 375% !important;
  }
  .min-h-xl-375 {
    min-height: 375% !important;
  }
  .min-xl-vw-375 {
    min-width: 375vw !important;
  }
  .min-xl-vh-375 {
    min-height: 375vh !important;
  }
  .vw-xl-375 {
    width: 375vw !important;
  }
  .vh-xl-375 {
    height: 375vh !important;
  }
  .width-xl-375 {
    width: 375px !important;
  }
  .height-xl-375 {
    height: 375px !important;
  }
  .max-width-xl-375 {
    max-width: 375px !important;
  }
  .min-width-xl-375 {
    min-width: 375px !important;
  }
  .max-height-xl-375 {
    max-height: 375px !important;
  }
  .min-height-xl-375 {
    min-height: 375px !important;
  }
}
.w-375 {
  width: 375% !important;
}

.h-375 {
  height: 375% !important;
}

.max-w-375 {
  max-width: 375% !important;
}

.min-w-375 {
  min-width: 375% !important;
}

.max-h-375 {
  max-height: 375% !important;
}

.min-h-375 {
  min-height: 375% !important;
}

.min-vw-375 {
  min-width: 375vw !important;
}

.min-vh-375 {
  min-height: 375vh !important;
}

.vw-375 {
  width: 375vw !important;
}

.vh-375 {
  height: 375vh !important;
}

.width-375 {
  width: 375px !important;
}

.height-375 {
  height: 375px !important;
}

.max-width-375 {
  max-width: 375px !important;
}

.min-width-375 {
  min-width: 375px !important;
}

.max-height-375 {
  max-height: 375px !important;
}

.min-height-375 {
  min-height: 375px !important;
}

@media (max-width: 576px) {
  .w-sm-376 {
    width: 376% !important;
  }
  .h-sm-376 {
    height: 376% !important;
  }
  .max-w-sm-376 {
    max-width: 376% !important;
  }
  .min-w-sm-376 {
    min-width: 376% !important;
  }
  .max-h-sm-376 {
    max-height: 376% !important;
  }
  .min-h-sm-376 {
    min-height: 376% !important;
  }
  .min-sm-vw-376 {
    min-width: 376vw !important;
  }
  .min-sm-vh-376 {
    min-height: 376vh !important;
  }
  .vw-sm-376 {
    width: 376vw !important;
  }
  .vh-sm-376 {
    height: 376vh !important;
  }
  .width-sm-376 {
    width: 376px !important;
  }
  .height-sm-376 {
    height: 376px !important;
  }
  .max-width-sm-376 {
    max-width: 376px !important;
  }
  .min-width-sm-376 {
    min-width: 376px !important;
  }
  .max-height-sm-376 {
    max-height: 376px !important;
  }
  .min-height-sm-376 {
    min-height: 376px !important;
  }
}
@media (max-width: 768px) {
  .w-md-376 {
    width: 376% !important;
  }
  .h-md-376 {
    height: 376% !important;
  }
  .max-w-md-376 {
    max-width: 376% !important;
  }
  .min-w-md-376 {
    min-width: 376% !important;
  }
  .max-h-md-376 {
    max-height: 376% !important;
  }
  .min-h-md-376 {
    min-height: 376% !important;
  }
  .min-md-vw-376 {
    min-width: 376vw !important;
  }
  .min-md-vh-376 {
    min-height: 376vh !important;
  }
  .vw-md-376 {
    width: 376vw !important;
  }
  .vh-md-376 {
    height: 376vh !important;
  }
  .width-md-376 {
    width: 376px !important;
  }
  .height-md-376 {
    height: 376px !important;
  }
  .max-width-md-376 {
    max-width: 376px !important;
  }
  .min-width-md-376 {
    min-width: 376px !important;
  }
  .max-height-md-376 {
    max-height: 376px !important;
  }
  .min-height-md-376 {
    min-height: 376px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-376 {
    width: 376% !important;
  }
  .h-lg-376 {
    height: 376% !important;
  }
  .max-w-lg-376 {
    max-width: 376% !important;
  }
  .min-w-lg-376 {
    min-width: 376% !important;
  }
  .max-h-lg-376 {
    max-height: 376% !important;
  }
  .min-h-lg-376 {
    min-height: 376% !important;
  }
  .min-lg-vw-376 {
    min-width: 376vw !important;
  }
  .min-lg-vh-376 {
    min-height: 376vh !important;
  }
  .vw-lg-376 {
    width: 376vw !important;
  }
  .vh-lg-376 {
    height: 376vh !important;
  }
  .width-lg-376 {
    width: 376px !important;
  }
  .height-lg-376 {
    height: 376px !important;
  }
  .max-width-lg-376 {
    max-width: 376px !important;
  }
  .min-width-lg-376 {
    min-width: 376px !important;
  }
  .max-height-lg-376 {
    max-height: 376px !important;
  }
  .min-height-lg-376 {
    min-height: 376px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-376 {
    width: 376% !important;
  }
  .h-xl-376 {
    height: 376% !important;
  }
  .max-w-xl-376 {
    max-width: 376% !important;
  }
  .min-w-xl-376 {
    min-width: 376% !important;
  }
  .max-h-xl-376 {
    max-height: 376% !important;
  }
  .min-h-xl-376 {
    min-height: 376% !important;
  }
  .min-xl-vw-376 {
    min-width: 376vw !important;
  }
  .min-xl-vh-376 {
    min-height: 376vh !important;
  }
  .vw-xl-376 {
    width: 376vw !important;
  }
  .vh-xl-376 {
    height: 376vh !important;
  }
  .width-xl-376 {
    width: 376px !important;
  }
  .height-xl-376 {
    height: 376px !important;
  }
  .max-width-xl-376 {
    max-width: 376px !important;
  }
  .min-width-xl-376 {
    min-width: 376px !important;
  }
  .max-height-xl-376 {
    max-height: 376px !important;
  }
  .min-height-xl-376 {
    min-height: 376px !important;
  }
}
.w-376 {
  width: 376% !important;
}

.h-376 {
  height: 376% !important;
}

.max-w-376 {
  max-width: 376% !important;
}

.min-w-376 {
  min-width: 376% !important;
}

.max-h-376 {
  max-height: 376% !important;
}

.min-h-376 {
  min-height: 376% !important;
}

.min-vw-376 {
  min-width: 376vw !important;
}

.min-vh-376 {
  min-height: 376vh !important;
}

.vw-376 {
  width: 376vw !important;
}

.vh-376 {
  height: 376vh !important;
}

.width-376 {
  width: 376px !important;
}

.height-376 {
  height: 376px !important;
}

.max-width-376 {
  max-width: 376px !important;
}

.min-width-376 {
  min-width: 376px !important;
}

.max-height-376 {
  max-height: 376px !important;
}

.min-height-376 {
  min-height: 376px !important;
}

@media (max-width: 576px) {
  .w-sm-377 {
    width: 377% !important;
  }
  .h-sm-377 {
    height: 377% !important;
  }
  .max-w-sm-377 {
    max-width: 377% !important;
  }
  .min-w-sm-377 {
    min-width: 377% !important;
  }
  .max-h-sm-377 {
    max-height: 377% !important;
  }
  .min-h-sm-377 {
    min-height: 377% !important;
  }
  .min-sm-vw-377 {
    min-width: 377vw !important;
  }
  .min-sm-vh-377 {
    min-height: 377vh !important;
  }
  .vw-sm-377 {
    width: 377vw !important;
  }
  .vh-sm-377 {
    height: 377vh !important;
  }
  .width-sm-377 {
    width: 377px !important;
  }
  .height-sm-377 {
    height: 377px !important;
  }
  .max-width-sm-377 {
    max-width: 377px !important;
  }
  .min-width-sm-377 {
    min-width: 377px !important;
  }
  .max-height-sm-377 {
    max-height: 377px !important;
  }
  .min-height-sm-377 {
    min-height: 377px !important;
  }
}
@media (max-width: 768px) {
  .w-md-377 {
    width: 377% !important;
  }
  .h-md-377 {
    height: 377% !important;
  }
  .max-w-md-377 {
    max-width: 377% !important;
  }
  .min-w-md-377 {
    min-width: 377% !important;
  }
  .max-h-md-377 {
    max-height: 377% !important;
  }
  .min-h-md-377 {
    min-height: 377% !important;
  }
  .min-md-vw-377 {
    min-width: 377vw !important;
  }
  .min-md-vh-377 {
    min-height: 377vh !important;
  }
  .vw-md-377 {
    width: 377vw !important;
  }
  .vh-md-377 {
    height: 377vh !important;
  }
  .width-md-377 {
    width: 377px !important;
  }
  .height-md-377 {
    height: 377px !important;
  }
  .max-width-md-377 {
    max-width: 377px !important;
  }
  .min-width-md-377 {
    min-width: 377px !important;
  }
  .max-height-md-377 {
    max-height: 377px !important;
  }
  .min-height-md-377 {
    min-height: 377px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-377 {
    width: 377% !important;
  }
  .h-lg-377 {
    height: 377% !important;
  }
  .max-w-lg-377 {
    max-width: 377% !important;
  }
  .min-w-lg-377 {
    min-width: 377% !important;
  }
  .max-h-lg-377 {
    max-height: 377% !important;
  }
  .min-h-lg-377 {
    min-height: 377% !important;
  }
  .min-lg-vw-377 {
    min-width: 377vw !important;
  }
  .min-lg-vh-377 {
    min-height: 377vh !important;
  }
  .vw-lg-377 {
    width: 377vw !important;
  }
  .vh-lg-377 {
    height: 377vh !important;
  }
  .width-lg-377 {
    width: 377px !important;
  }
  .height-lg-377 {
    height: 377px !important;
  }
  .max-width-lg-377 {
    max-width: 377px !important;
  }
  .min-width-lg-377 {
    min-width: 377px !important;
  }
  .max-height-lg-377 {
    max-height: 377px !important;
  }
  .min-height-lg-377 {
    min-height: 377px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-377 {
    width: 377% !important;
  }
  .h-xl-377 {
    height: 377% !important;
  }
  .max-w-xl-377 {
    max-width: 377% !important;
  }
  .min-w-xl-377 {
    min-width: 377% !important;
  }
  .max-h-xl-377 {
    max-height: 377% !important;
  }
  .min-h-xl-377 {
    min-height: 377% !important;
  }
  .min-xl-vw-377 {
    min-width: 377vw !important;
  }
  .min-xl-vh-377 {
    min-height: 377vh !important;
  }
  .vw-xl-377 {
    width: 377vw !important;
  }
  .vh-xl-377 {
    height: 377vh !important;
  }
  .width-xl-377 {
    width: 377px !important;
  }
  .height-xl-377 {
    height: 377px !important;
  }
  .max-width-xl-377 {
    max-width: 377px !important;
  }
  .min-width-xl-377 {
    min-width: 377px !important;
  }
  .max-height-xl-377 {
    max-height: 377px !important;
  }
  .min-height-xl-377 {
    min-height: 377px !important;
  }
}
.w-377 {
  width: 377% !important;
}

.h-377 {
  height: 377% !important;
}

.max-w-377 {
  max-width: 377% !important;
}

.min-w-377 {
  min-width: 377% !important;
}

.max-h-377 {
  max-height: 377% !important;
}

.min-h-377 {
  min-height: 377% !important;
}

.min-vw-377 {
  min-width: 377vw !important;
}

.min-vh-377 {
  min-height: 377vh !important;
}

.vw-377 {
  width: 377vw !important;
}

.vh-377 {
  height: 377vh !important;
}

.width-377 {
  width: 377px !important;
}

.height-377 {
  height: 377px !important;
}

.max-width-377 {
  max-width: 377px !important;
}

.min-width-377 {
  min-width: 377px !important;
}

.max-height-377 {
  max-height: 377px !important;
}

.min-height-377 {
  min-height: 377px !important;
}

@media (max-width: 576px) {
  .w-sm-378 {
    width: 378% !important;
  }
  .h-sm-378 {
    height: 378% !important;
  }
  .max-w-sm-378 {
    max-width: 378% !important;
  }
  .min-w-sm-378 {
    min-width: 378% !important;
  }
  .max-h-sm-378 {
    max-height: 378% !important;
  }
  .min-h-sm-378 {
    min-height: 378% !important;
  }
  .min-sm-vw-378 {
    min-width: 378vw !important;
  }
  .min-sm-vh-378 {
    min-height: 378vh !important;
  }
  .vw-sm-378 {
    width: 378vw !important;
  }
  .vh-sm-378 {
    height: 378vh !important;
  }
  .width-sm-378 {
    width: 378px !important;
  }
  .height-sm-378 {
    height: 378px !important;
  }
  .max-width-sm-378 {
    max-width: 378px !important;
  }
  .min-width-sm-378 {
    min-width: 378px !important;
  }
  .max-height-sm-378 {
    max-height: 378px !important;
  }
  .min-height-sm-378 {
    min-height: 378px !important;
  }
}
@media (max-width: 768px) {
  .w-md-378 {
    width: 378% !important;
  }
  .h-md-378 {
    height: 378% !important;
  }
  .max-w-md-378 {
    max-width: 378% !important;
  }
  .min-w-md-378 {
    min-width: 378% !important;
  }
  .max-h-md-378 {
    max-height: 378% !important;
  }
  .min-h-md-378 {
    min-height: 378% !important;
  }
  .min-md-vw-378 {
    min-width: 378vw !important;
  }
  .min-md-vh-378 {
    min-height: 378vh !important;
  }
  .vw-md-378 {
    width: 378vw !important;
  }
  .vh-md-378 {
    height: 378vh !important;
  }
  .width-md-378 {
    width: 378px !important;
  }
  .height-md-378 {
    height: 378px !important;
  }
  .max-width-md-378 {
    max-width: 378px !important;
  }
  .min-width-md-378 {
    min-width: 378px !important;
  }
  .max-height-md-378 {
    max-height: 378px !important;
  }
  .min-height-md-378 {
    min-height: 378px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-378 {
    width: 378% !important;
  }
  .h-lg-378 {
    height: 378% !important;
  }
  .max-w-lg-378 {
    max-width: 378% !important;
  }
  .min-w-lg-378 {
    min-width: 378% !important;
  }
  .max-h-lg-378 {
    max-height: 378% !important;
  }
  .min-h-lg-378 {
    min-height: 378% !important;
  }
  .min-lg-vw-378 {
    min-width: 378vw !important;
  }
  .min-lg-vh-378 {
    min-height: 378vh !important;
  }
  .vw-lg-378 {
    width: 378vw !important;
  }
  .vh-lg-378 {
    height: 378vh !important;
  }
  .width-lg-378 {
    width: 378px !important;
  }
  .height-lg-378 {
    height: 378px !important;
  }
  .max-width-lg-378 {
    max-width: 378px !important;
  }
  .min-width-lg-378 {
    min-width: 378px !important;
  }
  .max-height-lg-378 {
    max-height: 378px !important;
  }
  .min-height-lg-378 {
    min-height: 378px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-378 {
    width: 378% !important;
  }
  .h-xl-378 {
    height: 378% !important;
  }
  .max-w-xl-378 {
    max-width: 378% !important;
  }
  .min-w-xl-378 {
    min-width: 378% !important;
  }
  .max-h-xl-378 {
    max-height: 378% !important;
  }
  .min-h-xl-378 {
    min-height: 378% !important;
  }
  .min-xl-vw-378 {
    min-width: 378vw !important;
  }
  .min-xl-vh-378 {
    min-height: 378vh !important;
  }
  .vw-xl-378 {
    width: 378vw !important;
  }
  .vh-xl-378 {
    height: 378vh !important;
  }
  .width-xl-378 {
    width: 378px !important;
  }
  .height-xl-378 {
    height: 378px !important;
  }
  .max-width-xl-378 {
    max-width: 378px !important;
  }
  .min-width-xl-378 {
    min-width: 378px !important;
  }
  .max-height-xl-378 {
    max-height: 378px !important;
  }
  .min-height-xl-378 {
    min-height: 378px !important;
  }
}
.w-378 {
  width: 378% !important;
}

.h-378 {
  height: 378% !important;
}

.max-w-378 {
  max-width: 378% !important;
}

.min-w-378 {
  min-width: 378% !important;
}

.max-h-378 {
  max-height: 378% !important;
}

.min-h-378 {
  min-height: 378% !important;
}

.min-vw-378 {
  min-width: 378vw !important;
}

.min-vh-378 {
  min-height: 378vh !important;
}

.vw-378 {
  width: 378vw !important;
}

.vh-378 {
  height: 378vh !important;
}

.width-378 {
  width: 378px !important;
}

.height-378 {
  height: 378px !important;
}

.max-width-378 {
  max-width: 378px !important;
}

.min-width-378 {
  min-width: 378px !important;
}

.max-height-378 {
  max-height: 378px !important;
}

.min-height-378 {
  min-height: 378px !important;
}

@media (max-width: 576px) {
  .w-sm-379 {
    width: 379% !important;
  }
  .h-sm-379 {
    height: 379% !important;
  }
  .max-w-sm-379 {
    max-width: 379% !important;
  }
  .min-w-sm-379 {
    min-width: 379% !important;
  }
  .max-h-sm-379 {
    max-height: 379% !important;
  }
  .min-h-sm-379 {
    min-height: 379% !important;
  }
  .min-sm-vw-379 {
    min-width: 379vw !important;
  }
  .min-sm-vh-379 {
    min-height: 379vh !important;
  }
  .vw-sm-379 {
    width: 379vw !important;
  }
  .vh-sm-379 {
    height: 379vh !important;
  }
  .width-sm-379 {
    width: 379px !important;
  }
  .height-sm-379 {
    height: 379px !important;
  }
  .max-width-sm-379 {
    max-width: 379px !important;
  }
  .min-width-sm-379 {
    min-width: 379px !important;
  }
  .max-height-sm-379 {
    max-height: 379px !important;
  }
  .min-height-sm-379 {
    min-height: 379px !important;
  }
}
@media (max-width: 768px) {
  .w-md-379 {
    width: 379% !important;
  }
  .h-md-379 {
    height: 379% !important;
  }
  .max-w-md-379 {
    max-width: 379% !important;
  }
  .min-w-md-379 {
    min-width: 379% !important;
  }
  .max-h-md-379 {
    max-height: 379% !important;
  }
  .min-h-md-379 {
    min-height: 379% !important;
  }
  .min-md-vw-379 {
    min-width: 379vw !important;
  }
  .min-md-vh-379 {
    min-height: 379vh !important;
  }
  .vw-md-379 {
    width: 379vw !important;
  }
  .vh-md-379 {
    height: 379vh !important;
  }
  .width-md-379 {
    width: 379px !important;
  }
  .height-md-379 {
    height: 379px !important;
  }
  .max-width-md-379 {
    max-width: 379px !important;
  }
  .min-width-md-379 {
    min-width: 379px !important;
  }
  .max-height-md-379 {
    max-height: 379px !important;
  }
  .min-height-md-379 {
    min-height: 379px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-379 {
    width: 379% !important;
  }
  .h-lg-379 {
    height: 379% !important;
  }
  .max-w-lg-379 {
    max-width: 379% !important;
  }
  .min-w-lg-379 {
    min-width: 379% !important;
  }
  .max-h-lg-379 {
    max-height: 379% !important;
  }
  .min-h-lg-379 {
    min-height: 379% !important;
  }
  .min-lg-vw-379 {
    min-width: 379vw !important;
  }
  .min-lg-vh-379 {
    min-height: 379vh !important;
  }
  .vw-lg-379 {
    width: 379vw !important;
  }
  .vh-lg-379 {
    height: 379vh !important;
  }
  .width-lg-379 {
    width: 379px !important;
  }
  .height-lg-379 {
    height: 379px !important;
  }
  .max-width-lg-379 {
    max-width: 379px !important;
  }
  .min-width-lg-379 {
    min-width: 379px !important;
  }
  .max-height-lg-379 {
    max-height: 379px !important;
  }
  .min-height-lg-379 {
    min-height: 379px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-379 {
    width: 379% !important;
  }
  .h-xl-379 {
    height: 379% !important;
  }
  .max-w-xl-379 {
    max-width: 379% !important;
  }
  .min-w-xl-379 {
    min-width: 379% !important;
  }
  .max-h-xl-379 {
    max-height: 379% !important;
  }
  .min-h-xl-379 {
    min-height: 379% !important;
  }
  .min-xl-vw-379 {
    min-width: 379vw !important;
  }
  .min-xl-vh-379 {
    min-height: 379vh !important;
  }
  .vw-xl-379 {
    width: 379vw !important;
  }
  .vh-xl-379 {
    height: 379vh !important;
  }
  .width-xl-379 {
    width: 379px !important;
  }
  .height-xl-379 {
    height: 379px !important;
  }
  .max-width-xl-379 {
    max-width: 379px !important;
  }
  .min-width-xl-379 {
    min-width: 379px !important;
  }
  .max-height-xl-379 {
    max-height: 379px !important;
  }
  .min-height-xl-379 {
    min-height: 379px !important;
  }
}
.w-379 {
  width: 379% !important;
}

.h-379 {
  height: 379% !important;
}

.max-w-379 {
  max-width: 379% !important;
}

.min-w-379 {
  min-width: 379% !important;
}

.max-h-379 {
  max-height: 379% !important;
}

.min-h-379 {
  min-height: 379% !important;
}

.min-vw-379 {
  min-width: 379vw !important;
}

.min-vh-379 {
  min-height: 379vh !important;
}

.vw-379 {
  width: 379vw !important;
}

.vh-379 {
  height: 379vh !important;
}

.width-379 {
  width: 379px !important;
}

.height-379 {
  height: 379px !important;
}

.max-width-379 {
  max-width: 379px !important;
}

.min-width-379 {
  min-width: 379px !important;
}

.max-height-379 {
  max-height: 379px !important;
}

.min-height-379 {
  min-height: 379px !important;
}

@media (max-width: 576px) {
  .w-sm-380 {
    width: 380% !important;
  }
  .h-sm-380 {
    height: 380% !important;
  }
  .max-w-sm-380 {
    max-width: 380% !important;
  }
  .min-w-sm-380 {
    min-width: 380% !important;
  }
  .max-h-sm-380 {
    max-height: 380% !important;
  }
  .min-h-sm-380 {
    min-height: 380% !important;
  }
  .min-sm-vw-380 {
    min-width: 380vw !important;
  }
  .min-sm-vh-380 {
    min-height: 380vh !important;
  }
  .vw-sm-380 {
    width: 380vw !important;
  }
  .vh-sm-380 {
    height: 380vh !important;
  }
  .width-sm-380 {
    width: 380px !important;
  }
  .height-sm-380 {
    height: 380px !important;
  }
  .max-width-sm-380 {
    max-width: 380px !important;
  }
  .min-width-sm-380 {
    min-width: 380px !important;
  }
  .max-height-sm-380 {
    max-height: 380px !important;
  }
  .min-height-sm-380 {
    min-height: 380px !important;
  }
}
@media (max-width: 768px) {
  .w-md-380 {
    width: 380% !important;
  }
  .h-md-380 {
    height: 380% !important;
  }
  .max-w-md-380 {
    max-width: 380% !important;
  }
  .min-w-md-380 {
    min-width: 380% !important;
  }
  .max-h-md-380 {
    max-height: 380% !important;
  }
  .min-h-md-380 {
    min-height: 380% !important;
  }
  .min-md-vw-380 {
    min-width: 380vw !important;
  }
  .min-md-vh-380 {
    min-height: 380vh !important;
  }
  .vw-md-380 {
    width: 380vw !important;
  }
  .vh-md-380 {
    height: 380vh !important;
  }
  .width-md-380 {
    width: 380px !important;
  }
  .height-md-380 {
    height: 380px !important;
  }
  .max-width-md-380 {
    max-width: 380px !important;
  }
  .min-width-md-380 {
    min-width: 380px !important;
  }
  .max-height-md-380 {
    max-height: 380px !important;
  }
  .min-height-md-380 {
    min-height: 380px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-380 {
    width: 380% !important;
  }
  .h-lg-380 {
    height: 380% !important;
  }
  .max-w-lg-380 {
    max-width: 380% !important;
  }
  .min-w-lg-380 {
    min-width: 380% !important;
  }
  .max-h-lg-380 {
    max-height: 380% !important;
  }
  .min-h-lg-380 {
    min-height: 380% !important;
  }
  .min-lg-vw-380 {
    min-width: 380vw !important;
  }
  .min-lg-vh-380 {
    min-height: 380vh !important;
  }
  .vw-lg-380 {
    width: 380vw !important;
  }
  .vh-lg-380 {
    height: 380vh !important;
  }
  .width-lg-380 {
    width: 380px !important;
  }
  .height-lg-380 {
    height: 380px !important;
  }
  .max-width-lg-380 {
    max-width: 380px !important;
  }
  .min-width-lg-380 {
    min-width: 380px !important;
  }
  .max-height-lg-380 {
    max-height: 380px !important;
  }
  .min-height-lg-380 {
    min-height: 380px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-380 {
    width: 380% !important;
  }
  .h-xl-380 {
    height: 380% !important;
  }
  .max-w-xl-380 {
    max-width: 380% !important;
  }
  .min-w-xl-380 {
    min-width: 380% !important;
  }
  .max-h-xl-380 {
    max-height: 380% !important;
  }
  .min-h-xl-380 {
    min-height: 380% !important;
  }
  .min-xl-vw-380 {
    min-width: 380vw !important;
  }
  .min-xl-vh-380 {
    min-height: 380vh !important;
  }
  .vw-xl-380 {
    width: 380vw !important;
  }
  .vh-xl-380 {
    height: 380vh !important;
  }
  .width-xl-380 {
    width: 380px !important;
  }
  .height-xl-380 {
    height: 380px !important;
  }
  .max-width-xl-380 {
    max-width: 380px !important;
  }
  .min-width-xl-380 {
    min-width: 380px !important;
  }
  .max-height-xl-380 {
    max-height: 380px !important;
  }
  .min-height-xl-380 {
    min-height: 380px !important;
  }
}
.w-380 {
  width: 380% !important;
}

.h-380 {
  height: 380% !important;
}

.max-w-380 {
  max-width: 380% !important;
}

.min-w-380 {
  min-width: 380% !important;
}

.max-h-380 {
  max-height: 380% !important;
}

.min-h-380 {
  min-height: 380% !important;
}

.min-vw-380 {
  min-width: 380vw !important;
}

.min-vh-380 {
  min-height: 380vh !important;
}

.vw-380 {
  width: 380vw !important;
}

.vh-380 {
  height: 380vh !important;
}

.width-380 {
  width: 380px !important;
}

.height-380 {
  height: 380px !important;
}

.max-width-380 {
  max-width: 380px !important;
}

.min-width-380 {
  min-width: 380px !important;
}

.max-height-380 {
  max-height: 380px !important;
}

.min-height-380 {
  min-height: 380px !important;
}

@media (max-width: 576px) {
  .w-sm-381 {
    width: 381% !important;
  }
  .h-sm-381 {
    height: 381% !important;
  }
  .max-w-sm-381 {
    max-width: 381% !important;
  }
  .min-w-sm-381 {
    min-width: 381% !important;
  }
  .max-h-sm-381 {
    max-height: 381% !important;
  }
  .min-h-sm-381 {
    min-height: 381% !important;
  }
  .min-sm-vw-381 {
    min-width: 381vw !important;
  }
  .min-sm-vh-381 {
    min-height: 381vh !important;
  }
  .vw-sm-381 {
    width: 381vw !important;
  }
  .vh-sm-381 {
    height: 381vh !important;
  }
  .width-sm-381 {
    width: 381px !important;
  }
  .height-sm-381 {
    height: 381px !important;
  }
  .max-width-sm-381 {
    max-width: 381px !important;
  }
  .min-width-sm-381 {
    min-width: 381px !important;
  }
  .max-height-sm-381 {
    max-height: 381px !important;
  }
  .min-height-sm-381 {
    min-height: 381px !important;
  }
}
@media (max-width: 768px) {
  .w-md-381 {
    width: 381% !important;
  }
  .h-md-381 {
    height: 381% !important;
  }
  .max-w-md-381 {
    max-width: 381% !important;
  }
  .min-w-md-381 {
    min-width: 381% !important;
  }
  .max-h-md-381 {
    max-height: 381% !important;
  }
  .min-h-md-381 {
    min-height: 381% !important;
  }
  .min-md-vw-381 {
    min-width: 381vw !important;
  }
  .min-md-vh-381 {
    min-height: 381vh !important;
  }
  .vw-md-381 {
    width: 381vw !important;
  }
  .vh-md-381 {
    height: 381vh !important;
  }
  .width-md-381 {
    width: 381px !important;
  }
  .height-md-381 {
    height: 381px !important;
  }
  .max-width-md-381 {
    max-width: 381px !important;
  }
  .min-width-md-381 {
    min-width: 381px !important;
  }
  .max-height-md-381 {
    max-height: 381px !important;
  }
  .min-height-md-381 {
    min-height: 381px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-381 {
    width: 381% !important;
  }
  .h-lg-381 {
    height: 381% !important;
  }
  .max-w-lg-381 {
    max-width: 381% !important;
  }
  .min-w-lg-381 {
    min-width: 381% !important;
  }
  .max-h-lg-381 {
    max-height: 381% !important;
  }
  .min-h-lg-381 {
    min-height: 381% !important;
  }
  .min-lg-vw-381 {
    min-width: 381vw !important;
  }
  .min-lg-vh-381 {
    min-height: 381vh !important;
  }
  .vw-lg-381 {
    width: 381vw !important;
  }
  .vh-lg-381 {
    height: 381vh !important;
  }
  .width-lg-381 {
    width: 381px !important;
  }
  .height-lg-381 {
    height: 381px !important;
  }
  .max-width-lg-381 {
    max-width: 381px !important;
  }
  .min-width-lg-381 {
    min-width: 381px !important;
  }
  .max-height-lg-381 {
    max-height: 381px !important;
  }
  .min-height-lg-381 {
    min-height: 381px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-381 {
    width: 381% !important;
  }
  .h-xl-381 {
    height: 381% !important;
  }
  .max-w-xl-381 {
    max-width: 381% !important;
  }
  .min-w-xl-381 {
    min-width: 381% !important;
  }
  .max-h-xl-381 {
    max-height: 381% !important;
  }
  .min-h-xl-381 {
    min-height: 381% !important;
  }
  .min-xl-vw-381 {
    min-width: 381vw !important;
  }
  .min-xl-vh-381 {
    min-height: 381vh !important;
  }
  .vw-xl-381 {
    width: 381vw !important;
  }
  .vh-xl-381 {
    height: 381vh !important;
  }
  .width-xl-381 {
    width: 381px !important;
  }
  .height-xl-381 {
    height: 381px !important;
  }
  .max-width-xl-381 {
    max-width: 381px !important;
  }
  .min-width-xl-381 {
    min-width: 381px !important;
  }
  .max-height-xl-381 {
    max-height: 381px !important;
  }
  .min-height-xl-381 {
    min-height: 381px !important;
  }
}
.w-381 {
  width: 381% !important;
}

.h-381 {
  height: 381% !important;
}

.max-w-381 {
  max-width: 381% !important;
}

.min-w-381 {
  min-width: 381% !important;
}

.max-h-381 {
  max-height: 381% !important;
}

.min-h-381 {
  min-height: 381% !important;
}

.min-vw-381 {
  min-width: 381vw !important;
}

.min-vh-381 {
  min-height: 381vh !important;
}

.vw-381 {
  width: 381vw !important;
}

.vh-381 {
  height: 381vh !important;
}

.width-381 {
  width: 381px !important;
}

.height-381 {
  height: 381px !important;
}

.max-width-381 {
  max-width: 381px !important;
}

.min-width-381 {
  min-width: 381px !important;
}

.max-height-381 {
  max-height: 381px !important;
}

.min-height-381 {
  min-height: 381px !important;
}

@media (max-width: 576px) {
  .w-sm-382 {
    width: 382% !important;
  }
  .h-sm-382 {
    height: 382% !important;
  }
  .max-w-sm-382 {
    max-width: 382% !important;
  }
  .min-w-sm-382 {
    min-width: 382% !important;
  }
  .max-h-sm-382 {
    max-height: 382% !important;
  }
  .min-h-sm-382 {
    min-height: 382% !important;
  }
  .min-sm-vw-382 {
    min-width: 382vw !important;
  }
  .min-sm-vh-382 {
    min-height: 382vh !important;
  }
  .vw-sm-382 {
    width: 382vw !important;
  }
  .vh-sm-382 {
    height: 382vh !important;
  }
  .width-sm-382 {
    width: 382px !important;
  }
  .height-sm-382 {
    height: 382px !important;
  }
  .max-width-sm-382 {
    max-width: 382px !important;
  }
  .min-width-sm-382 {
    min-width: 382px !important;
  }
  .max-height-sm-382 {
    max-height: 382px !important;
  }
  .min-height-sm-382 {
    min-height: 382px !important;
  }
}
@media (max-width: 768px) {
  .w-md-382 {
    width: 382% !important;
  }
  .h-md-382 {
    height: 382% !important;
  }
  .max-w-md-382 {
    max-width: 382% !important;
  }
  .min-w-md-382 {
    min-width: 382% !important;
  }
  .max-h-md-382 {
    max-height: 382% !important;
  }
  .min-h-md-382 {
    min-height: 382% !important;
  }
  .min-md-vw-382 {
    min-width: 382vw !important;
  }
  .min-md-vh-382 {
    min-height: 382vh !important;
  }
  .vw-md-382 {
    width: 382vw !important;
  }
  .vh-md-382 {
    height: 382vh !important;
  }
  .width-md-382 {
    width: 382px !important;
  }
  .height-md-382 {
    height: 382px !important;
  }
  .max-width-md-382 {
    max-width: 382px !important;
  }
  .min-width-md-382 {
    min-width: 382px !important;
  }
  .max-height-md-382 {
    max-height: 382px !important;
  }
  .min-height-md-382 {
    min-height: 382px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-382 {
    width: 382% !important;
  }
  .h-lg-382 {
    height: 382% !important;
  }
  .max-w-lg-382 {
    max-width: 382% !important;
  }
  .min-w-lg-382 {
    min-width: 382% !important;
  }
  .max-h-lg-382 {
    max-height: 382% !important;
  }
  .min-h-lg-382 {
    min-height: 382% !important;
  }
  .min-lg-vw-382 {
    min-width: 382vw !important;
  }
  .min-lg-vh-382 {
    min-height: 382vh !important;
  }
  .vw-lg-382 {
    width: 382vw !important;
  }
  .vh-lg-382 {
    height: 382vh !important;
  }
  .width-lg-382 {
    width: 382px !important;
  }
  .height-lg-382 {
    height: 382px !important;
  }
  .max-width-lg-382 {
    max-width: 382px !important;
  }
  .min-width-lg-382 {
    min-width: 382px !important;
  }
  .max-height-lg-382 {
    max-height: 382px !important;
  }
  .min-height-lg-382 {
    min-height: 382px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-382 {
    width: 382% !important;
  }
  .h-xl-382 {
    height: 382% !important;
  }
  .max-w-xl-382 {
    max-width: 382% !important;
  }
  .min-w-xl-382 {
    min-width: 382% !important;
  }
  .max-h-xl-382 {
    max-height: 382% !important;
  }
  .min-h-xl-382 {
    min-height: 382% !important;
  }
  .min-xl-vw-382 {
    min-width: 382vw !important;
  }
  .min-xl-vh-382 {
    min-height: 382vh !important;
  }
  .vw-xl-382 {
    width: 382vw !important;
  }
  .vh-xl-382 {
    height: 382vh !important;
  }
  .width-xl-382 {
    width: 382px !important;
  }
  .height-xl-382 {
    height: 382px !important;
  }
  .max-width-xl-382 {
    max-width: 382px !important;
  }
  .min-width-xl-382 {
    min-width: 382px !important;
  }
  .max-height-xl-382 {
    max-height: 382px !important;
  }
  .min-height-xl-382 {
    min-height: 382px !important;
  }
}
.w-382 {
  width: 382% !important;
}

.h-382 {
  height: 382% !important;
}

.max-w-382 {
  max-width: 382% !important;
}

.min-w-382 {
  min-width: 382% !important;
}

.max-h-382 {
  max-height: 382% !important;
}

.min-h-382 {
  min-height: 382% !important;
}

.min-vw-382 {
  min-width: 382vw !important;
}

.min-vh-382 {
  min-height: 382vh !important;
}

.vw-382 {
  width: 382vw !important;
}

.vh-382 {
  height: 382vh !important;
}

.width-382 {
  width: 382px !important;
}

.height-382 {
  height: 382px !important;
}

.max-width-382 {
  max-width: 382px !important;
}

.min-width-382 {
  min-width: 382px !important;
}

.max-height-382 {
  max-height: 382px !important;
}

.min-height-382 {
  min-height: 382px !important;
}

@media (max-width: 576px) {
  .w-sm-383 {
    width: 383% !important;
  }
  .h-sm-383 {
    height: 383% !important;
  }
  .max-w-sm-383 {
    max-width: 383% !important;
  }
  .min-w-sm-383 {
    min-width: 383% !important;
  }
  .max-h-sm-383 {
    max-height: 383% !important;
  }
  .min-h-sm-383 {
    min-height: 383% !important;
  }
  .min-sm-vw-383 {
    min-width: 383vw !important;
  }
  .min-sm-vh-383 {
    min-height: 383vh !important;
  }
  .vw-sm-383 {
    width: 383vw !important;
  }
  .vh-sm-383 {
    height: 383vh !important;
  }
  .width-sm-383 {
    width: 383px !important;
  }
  .height-sm-383 {
    height: 383px !important;
  }
  .max-width-sm-383 {
    max-width: 383px !important;
  }
  .min-width-sm-383 {
    min-width: 383px !important;
  }
  .max-height-sm-383 {
    max-height: 383px !important;
  }
  .min-height-sm-383 {
    min-height: 383px !important;
  }
}
@media (max-width: 768px) {
  .w-md-383 {
    width: 383% !important;
  }
  .h-md-383 {
    height: 383% !important;
  }
  .max-w-md-383 {
    max-width: 383% !important;
  }
  .min-w-md-383 {
    min-width: 383% !important;
  }
  .max-h-md-383 {
    max-height: 383% !important;
  }
  .min-h-md-383 {
    min-height: 383% !important;
  }
  .min-md-vw-383 {
    min-width: 383vw !important;
  }
  .min-md-vh-383 {
    min-height: 383vh !important;
  }
  .vw-md-383 {
    width: 383vw !important;
  }
  .vh-md-383 {
    height: 383vh !important;
  }
  .width-md-383 {
    width: 383px !important;
  }
  .height-md-383 {
    height: 383px !important;
  }
  .max-width-md-383 {
    max-width: 383px !important;
  }
  .min-width-md-383 {
    min-width: 383px !important;
  }
  .max-height-md-383 {
    max-height: 383px !important;
  }
  .min-height-md-383 {
    min-height: 383px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-383 {
    width: 383% !important;
  }
  .h-lg-383 {
    height: 383% !important;
  }
  .max-w-lg-383 {
    max-width: 383% !important;
  }
  .min-w-lg-383 {
    min-width: 383% !important;
  }
  .max-h-lg-383 {
    max-height: 383% !important;
  }
  .min-h-lg-383 {
    min-height: 383% !important;
  }
  .min-lg-vw-383 {
    min-width: 383vw !important;
  }
  .min-lg-vh-383 {
    min-height: 383vh !important;
  }
  .vw-lg-383 {
    width: 383vw !important;
  }
  .vh-lg-383 {
    height: 383vh !important;
  }
  .width-lg-383 {
    width: 383px !important;
  }
  .height-lg-383 {
    height: 383px !important;
  }
  .max-width-lg-383 {
    max-width: 383px !important;
  }
  .min-width-lg-383 {
    min-width: 383px !important;
  }
  .max-height-lg-383 {
    max-height: 383px !important;
  }
  .min-height-lg-383 {
    min-height: 383px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-383 {
    width: 383% !important;
  }
  .h-xl-383 {
    height: 383% !important;
  }
  .max-w-xl-383 {
    max-width: 383% !important;
  }
  .min-w-xl-383 {
    min-width: 383% !important;
  }
  .max-h-xl-383 {
    max-height: 383% !important;
  }
  .min-h-xl-383 {
    min-height: 383% !important;
  }
  .min-xl-vw-383 {
    min-width: 383vw !important;
  }
  .min-xl-vh-383 {
    min-height: 383vh !important;
  }
  .vw-xl-383 {
    width: 383vw !important;
  }
  .vh-xl-383 {
    height: 383vh !important;
  }
  .width-xl-383 {
    width: 383px !important;
  }
  .height-xl-383 {
    height: 383px !important;
  }
  .max-width-xl-383 {
    max-width: 383px !important;
  }
  .min-width-xl-383 {
    min-width: 383px !important;
  }
  .max-height-xl-383 {
    max-height: 383px !important;
  }
  .min-height-xl-383 {
    min-height: 383px !important;
  }
}
.w-383 {
  width: 383% !important;
}

.h-383 {
  height: 383% !important;
}

.max-w-383 {
  max-width: 383% !important;
}

.min-w-383 {
  min-width: 383% !important;
}

.max-h-383 {
  max-height: 383% !important;
}

.min-h-383 {
  min-height: 383% !important;
}

.min-vw-383 {
  min-width: 383vw !important;
}

.min-vh-383 {
  min-height: 383vh !important;
}

.vw-383 {
  width: 383vw !important;
}

.vh-383 {
  height: 383vh !important;
}

.width-383 {
  width: 383px !important;
}

.height-383 {
  height: 383px !important;
}

.max-width-383 {
  max-width: 383px !important;
}

.min-width-383 {
  min-width: 383px !important;
}

.max-height-383 {
  max-height: 383px !important;
}

.min-height-383 {
  min-height: 383px !important;
}

@media (max-width: 576px) {
  .w-sm-384 {
    width: 384% !important;
  }
  .h-sm-384 {
    height: 384% !important;
  }
  .max-w-sm-384 {
    max-width: 384% !important;
  }
  .min-w-sm-384 {
    min-width: 384% !important;
  }
  .max-h-sm-384 {
    max-height: 384% !important;
  }
  .min-h-sm-384 {
    min-height: 384% !important;
  }
  .min-sm-vw-384 {
    min-width: 384vw !important;
  }
  .min-sm-vh-384 {
    min-height: 384vh !important;
  }
  .vw-sm-384 {
    width: 384vw !important;
  }
  .vh-sm-384 {
    height: 384vh !important;
  }
  .width-sm-384 {
    width: 384px !important;
  }
  .height-sm-384 {
    height: 384px !important;
  }
  .max-width-sm-384 {
    max-width: 384px !important;
  }
  .min-width-sm-384 {
    min-width: 384px !important;
  }
  .max-height-sm-384 {
    max-height: 384px !important;
  }
  .min-height-sm-384 {
    min-height: 384px !important;
  }
}
@media (max-width: 768px) {
  .w-md-384 {
    width: 384% !important;
  }
  .h-md-384 {
    height: 384% !important;
  }
  .max-w-md-384 {
    max-width: 384% !important;
  }
  .min-w-md-384 {
    min-width: 384% !important;
  }
  .max-h-md-384 {
    max-height: 384% !important;
  }
  .min-h-md-384 {
    min-height: 384% !important;
  }
  .min-md-vw-384 {
    min-width: 384vw !important;
  }
  .min-md-vh-384 {
    min-height: 384vh !important;
  }
  .vw-md-384 {
    width: 384vw !important;
  }
  .vh-md-384 {
    height: 384vh !important;
  }
  .width-md-384 {
    width: 384px !important;
  }
  .height-md-384 {
    height: 384px !important;
  }
  .max-width-md-384 {
    max-width: 384px !important;
  }
  .min-width-md-384 {
    min-width: 384px !important;
  }
  .max-height-md-384 {
    max-height: 384px !important;
  }
  .min-height-md-384 {
    min-height: 384px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-384 {
    width: 384% !important;
  }
  .h-lg-384 {
    height: 384% !important;
  }
  .max-w-lg-384 {
    max-width: 384% !important;
  }
  .min-w-lg-384 {
    min-width: 384% !important;
  }
  .max-h-lg-384 {
    max-height: 384% !important;
  }
  .min-h-lg-384 {
    min-height: 384% !important;
  }
  .min-lg-vw-384 {
    min-width: 384vw !important;
  }
  .min-lg-vh-384 {
    min-height: 384vh !important;
  }
  .vw-lg-384 {
    width: 384vw !important;
  }
  .vh-lg-384 {
    height: 384vh !important;
  }
  .width-lg-384 {
    width: 384px !important;
  }
  .height-lg-384 {
    height: 384px !important;
  }
  .max-width-lg-384 {
    max-width: 384px !important;
  }
  .min-width-lg-384 {
    min-width: 384px !important;
  }
  .max-height-lg-384 {
    max-height: 384px !important;
  }
  .min-height-lg-384 {
    min-height: 384px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-384 {
    width: 384% !important;
  }
  .h-xl-384 {
    height: 384% !important;
  }
  .max-w-xl-384 {
    max-width: 384% !important;
  }
  .min-w-xl-384 {
    min-width: 384% !important;
  }
  .max-h-xl-384 {
    max-height: 384% !important;
  }
  .min-h-xl-384 {
    min-height: 384% !important;
  }
  .min-xl-vw-384 {
    min-width: 384vw !important;
  }
  .min-xl-vh-384 {
    min-height: 384vh !important;
  }
  .vw-xl-384 {
    width: 384vw !important;
  }
  .vh-xl-384 {
    height: 384vh !important;
  }
  .width-xl-384 {
    width: 384px !important;
  }
  .height-xl-384 {
    height: 384px !important;
  }
  .max-width-xl-384 {
    max-width: 384px !important;
  }
  .min-width-xl-384 {
    min-width: 384px !important;
  }
  .max-height-xl-384 {
    max-height: 384px !important;
  }
  .min-height-xl-384 {
    min-height: 384px !important;
  }
}
.w-384 {
  width: 384% !important;
}

.h-384 {
  height: 384% !important;
}

.max-w-384 {
  max-width: 384% !important;
}

.min-w-384 {
  min-width: 384% !important;
}

.max-h-384 {
  max-height: 384% !important;
}

.min-h-384 {
  min-height: 384% !important;
}

.min-vw-384 {
  min-width: 384vw !important;
}

.min-vh-384 {
  min-height: 384vh !important;
}

.vw-384 {
  width: 384vw !important;
}

.vh-384 {
  height: 384vh !important;
}

.width-384 {
  width: 384px !important;
}

.height-384 {
  height: 384px !important;
}

.max-width-384 {
  max-width: 384px !important;
}

.min-width-384 {
  min-width: 384px !important;
}

.max-height-384 {
  max-height: 384px !important;
}

.min-height-384 {
  min-height: 384px !important;
}

@media (max-width: 576px) {
  .w-sm-385 {
    width: 385% !important;
  }
  .h-sm-385 {
    height: 385% !important;
  }
  .max-w-sm-385 {
    max-width: 385% !important;
  }
  .min-w-sm-385 {
    min-width: 385% !important;
  }
  .max-h-sm-385 {
    max-height: 385% !important;
  }
  .min-h-sm-385 {
    min-height: 385% !important;
  }
  .min-sm-vw-385 {
    min-width: 385vw !important;
  }
  .min-sm-vh-385 {
    min-height: 385vh !important;
  }
  .vw-sm-385 {
    width: 385vw !important;
  }
  .vh-sm-385 {
    height: 385vh !important;
  }
  .width-sm-385 {
    width: 385px !important;
  }
  .height-sm-385 {
    height: 385px !important;
  }
  .max-width-sm-385 {
    max-width: 385px !important;
  }
  .min-width-sm-385 {
    min-width: 385px !important;
  }
  .max-height-sm-385 {
    max-height: 385px !important;
  }
  .min-height-sm-385 {
    min-height: 385px !important;
  }
}
@media (max-width: 768px) {
  .w-md-385 {
    width: 385% !important;
  }
  .h-md-385 {
    height: 385% !important;
  }
  .max-w-md-385 {
    max-width: 385% !important;
  }
  .min-w-md-385 {
    min-width: 385% !important;
  }
  .max-h-md-385 {
    max-height: 385% !important;
  }
  .min-h-md-385 {
    min-height: 385% !important;
  }
  .min-md-vw-385 {
    min-width: 385vw !important;
  }
  .min-md-vh-385 {
    min-height: 385vh !important;
  }
  .vw-md-385 {
    width: 385vw !important;
  }
  .vh-md-385 {
    height: 385vh !important;
  }
  .width-md-385 {
    width: 385px !important;
  }
  .height-md-385 {
    height: 385px !important;
  }
  .max-width-md-385 {
    max-width: 385px !important;
  }
  .min-width-md-385 {
    min-width: 385px !important;
  }
  .max-height-md-385 {
    max-height: 385px !important;
  }
  .min-height-md-385 {
    min-height: 385px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-385 {
    width: 385% !important;
  }
  .h-lg-385 {
    height: 385% !important;
  }
  .max-w-lg-385 {
    max-width: 385% !important;
  }
  .min-w-lg-385 {
    min-width: 385% !important;
  }
  .max-h-lg-385 {
    max-height: 385% !important;
  }
  .min-h-lg-385 {
    min-height: 385% !important;
  }
  .min-lg-vw-385 {
    min-width: 385vw !important;
  }
  .min-lg-vh-385 {
    min-height: 385vh !important;
  }
  .vw-lg-385 {
    width: 385vw !important;
  }
  .vh-lg-385 {
    height: 385vh !important;
  }
  .width-lg-385 {
    width: 385px !important;
  }
  .height-lg-385 {
    height: 385px !important;
  }
  .max-width-lg-385 {
    max-width: 385px !important;
  }
  .min-width-lg-385 {
    min-width: 385px !important;
  }
  .max-height-lg-385 {
    max-height: 385px !important;
  }
  .min-height-lg-385 {
    min-height: 385px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-385 {
    width: 385% !important;
  }
  .h-xl-385 {
    height: 385% !important;
  }
  .max-w-xl-385 {
    max-width: 385% !important;
  }
  .min-w-xl-385 {
    min-width: 385% !important;
  }
  .max-h-xl-385 {
    max-height: 385% !important;
  }
  .min-h-xl-385 {
    min-height: 385% !important;
  }
  .min-xl-vw-385 {
    min-width: 385vw !important;
  }
  .min-xl-vh-385 {
    min-height: 385vh !important;
  }
  .vw-xl-385 {
    width: 385vw !important;
  }
  .vh-xl-385 {
    height: 385vh !important;
  }
  .width-xl-385 {
    width: 385px !important;
  }
  .height-xl-385 {
    height: 385px !important;
  }
  .max-width-xl-385 {
    max-width: 385px !important;
  }
  .min-width-xl-385 {
    min-width: 385px !important;
  }
  .max-height-xl-385 {
    max-height: 385px !important;
  }
  .min-height-xl-385 {
    min-height: 385px !important;
  }
}
.w-385 {
  width: 385% !important;
}

.h-385 {
  height: 385% !important;
}

.max-w-385 {
  max-width: 385% !important;
}

.min-w-385 {
  min-width: 385% !important;
}

.max-h-385 {
  max-height: 385% !important;
}

.min-h-385 {
  min-height: 385% !important;
}

.min-vw-385 {
  min-width: 385vw !important;
}

.min-vh-385 {
  min-height: 385vh !important;
}

.vw-385 {
  width: 385vw !important;
}

.vh-385 {
  height: 385vh !important;
}

.width-385 {
  width: 385px !important;
}

.height-385 {
  height: 385px !important;
}

.max-width-385 {
  max-width: 385px !important;
}

.min-width-385 {
  min-width: 385px !important;
}

.max-height-385 {
  max-height: 385px !important;
}

.min-height-385 {
  min-height: 385px !important;
}

@media (max-width: 576px) {
  .w-sm-386 {
    width: 386% !important;
  }
  .h-sm-386 {
    height: 386% !important;
  }
  .max-w-sm-386 {
    max-width: 386% !important;
  }
  .min-w-sm-386 {
    min-width: 386% !important;
  }
  .max-h-sm-386 {
    max-height: 386% !important;
  }
  .min-h-sm-386 {
    min-height: 386% !important;
  }
  .min-sm-vw-386 {
    min-width: 386vw !important;
  }
  .min-sm-vh-386 {
    min-height: 386vh !important;
  }
  .vw-sm-386 {
    width: 386vw !important;
  }
  .vh-sm-386 {
    height: 386vh !important;
  }
  .width-sm-386 {
    width: 386px !important;
  }
  .height-sm-386 {
    height: 386px !important;
  }
  .max-width-sm-386 {
    max-width: 386px !important;
  }
  .min-width-sm-386 {
    min-width: 386px !important;
  }
  .max-height-sm-386 {
    max-height: 386px !important;
  }
  .min-height-sm-386 {
    min-height: 386px !important;
  }
}
@media (max-width: 768px) {
  .w-md-386 {
    width: 386% !important;
  }
  .h-md-386 {
    height: 386% !important;
  }
  .max-w-md-386 {
    max-width: 386% !important;
  }
  .min-w-md-386 {
    min-width: 386% !important;
  }
  .max-h-md-386 {
    max-height: 386% !important;
  }
  .min-h-md-386 {
    min-height: 386% !important;
  }
  .min-md-vw-386 {
    min-width: 386vw !important;
  }
  .min-md-vh-386 {
    min-height: 386vh !important;
  }
  .vw-md-386 {
    width: 386vw !important;
  }
  .vh-md-386 {
    height: 386vh !important;
  }
  .width-md-386 {
    width: 386px !important;
  }
  .height-md-386 {
    height: 386px !important;
  }
  .max-width-md-386 {
    max-width: 386px !important;
  }
  .min-width-md-386 {
    min-width: 386px !important;
  }
  .max-height-md-386 {
    max-height: 386px !important;
  }
  .min-height-md-386 {
    min-height: 386px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-386 {
    width: 386% !important;
  }
  .h-lg-386 {
    height: 386% !important;
  }
  .max-w-lg-386 {
    max-width: 386% !important;
  }
  .min-w-lg-386 {
    min-width: 386% !important;
  }
  .max-h-lg-386 {
    max-height: 386% !important;
  }
  .min-h-lg-386 {
    min-height: 386% !important;
  }
  .min-lg-vw-386 {
    min-width: 386vw !important;
  }
  .min-lg-vh-386 {
    min-height: 386vh !important;
  }
  .vw-lg-386 {
    width: 386vw !important;
  }
  .vh-lg-386 {
    height: 386vh !important;
  }
  .width-lg-386 {
    width: 386px !important;
  }
  .height-lg-386 {
    height: 386px !important;
  }
  .max-width-lg-386 {
    max-width: 386px !important;
  }
  .min-width-lg-386 {
    min-width: 386px !important;
  }
  .max-height-lg-386 {
    max-height: 386px !important;
  }
  .min-height-lg-386 {
    min-height: 386px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-386 {
    width: 386% !important;
  }
  .h-xl-386 {
    height: 386% !important;
  }
  .max-w-xl-386 {
    max-width: 386% !important;
  }
  .min-w-xl-386 {
    min-width: 386% !important;
  }
  .max-h-xl-386 {
    max-height: 386% !important;
  }
  .min-h-xl-386 {
    min-height: 386% !important;
  }
  .min-xl-vw-386 {
    min-width: 386vw !important;
  }
  .min-xl-vh-386 {
    min-height: 386vh !important;
  }
  .vw-xl-386 {
    width: 386vw !important;
  }
  .vh-xl-386 {
    height: 386vh !important;
  }
  .width-xl-386 {
    width: 386px !important;
  }
  .height-xl-386 {
    height: 386px !important;
  }
  .max-width-xl-386 {
    max-width: 386px !important;
  }
  .min-width-xl-386 {
    min-width: 386px !important;
  }
  .max-height-xl-386 {
    max-height: 386px !important;
  }
  .min-height-xl-386 {
    min-height: 386px !important;
  }
}
.w-386 {
  width: 386% !important;
}

.h-386 {
  height: 386% !important;
}

.max-w-386 {
  max-width: 386% !important;
}

.min-w-386 {
  min-width: 386% !important;
}

.max-h-386 {
  max-height: 386% !important;
}

.min-h-386 {
  min-height: 386% !important;
}

.min-vw-386 {
  min-width: 386vw !important;
}

.min-vh-386 {
  min-height: 386vh !important;
}

.vw-386 {
  width: 386vw !important;
}

.vh-386 {
  height: 386vh !important;
}

.width-386 {
  width: 386px !important;
}

.height-386 {
  height: 386px !important;
}

.max-width-386 {
  max-width: 386px !important;
}

.min-width-386 {
  min-width: 386px !important;
}

.max-height-386 {
  max-height: 386px !important;
}

.min-height-386 {
  min-height: 386px !important;
}

@media (max-width: 576px) {
  .w-sm-387 {
    width: 387% !important;
  }
  .h-sm-387 {
    height: 387% !important;
  }
  .max-w-sm-387 {
    max-width: 387% !important;
  }
  .min-w-sm-387 {
    min-width: 387% !important;
  }
  .max-h-sm-387 {
    max-height: 387% !important;
  }
  .min-h-sm-387 {
    min-height: 387% !important;
  }
  .min-sm-vw-387 {
    min-width: 387vw !important;
  }
  .min-sm-vh-387 {
    min-height: 387vh !important;
  }
  .vw-sm-387 {
    width: 387vw !important;
  }
  .vh-sm-387 {
    height: 387vh !important;
  }
  .width-sm-387 {
    width: 387px !important;
  }
  .height-sm-387 {
    height: 387px !important;
  }
  .max-width-sm-387 {
    max-width: 387px !important;
  }
  .min-width-sm-387 {
    min-width: 387px !important;
  }
  .max-height-sm-387 {
    max-height: 387px !important;
  }
  .min-height-sm-387 {
    min-height: 387px !important;
  }
}
@media (max-width: 768px) {
  .w-md-387 {
    width: 387% !important;
  }
  .h-md-387 {
    height: 387% !important;
  }
  .max-w-md-387 {
    max-width: 387% !important;
  }
  .min-w-md-387 {
    min-width: 387% !important;
  }
  .max-h-md-387 {
    max-height: 387% !important;
  }
  .min-h-md-387 {
    min-height: 387% !important;
  }
  .min-md-vw-387 {
    min-width: 387vw !important;
  }
  .min-md-vh-387 {
    min-height: 387vh !important;
  }
  .vw-md-387 {
    width: 387vw !important;
  }
  .vh-md-387 {
    height: 387vh !important;
  }
  .width-md-387 {
    width: 387px !important;
  }
  .height-md-387 {
    height: 387px !important;
  }
  .max-width-md-387 {
    max-width: 387px !important;
  }
  .min-width-md-387 {
    min-width: 387px !important;
  }
  .max-height-md-387 {
    max-height: 387px !important;
  }
  .min-height-md-387 {
    min-height: 387px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-387 {
    width: 387% !important;
  }
  .h-lg-387 {
    height: 387% !important;
  }
  .max-w-lg-387 {
    max-width: 387% !important;
  }
  .min-w-lg-387 {
    min-width: 387% !important;
  }
  .max-h-lg-387 {
    max-height: 387% !important;
  }
  .min-h-lg-387 {
    min-height: 387% !important;
  }
  .min-lg-vw-387 {
    min-width: 387vw !important;
  }
  .min-lg-vh-387 {
    min-height: 387vh !important;
  }
  .vw-lg-387 {
    width: 387vw !important;
  }
  .vh-lg-387 {
    height: 387vh !important;
  }
  .width-lg-387 {
    width: 387px !important;
  }
  .height-lg-387 {
    height: 387px !important;
  }
  .max-width-lg-387 {
    max-width: 387px !important;
  }
  .min-width-lg-387 {
    min-width: 387px !important;
  }
  .max-height-lg-387 {
    max-height: 387px !important;
  }
  .min-height-lg-387 {
    min-height: 387px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-387 {
    width: 387% !important;
  }
  .h-xl-387 {
    height: 387% !important;
  }
  .max-w-xl-387 {
    max-width: 387% !important;
  }
  .min-w-xl-387 {
    min-width: 387% !important;
  }
  .max-h-xl-387 {
    max-height: 387% !important;
  }
  .min-h-xl-387 {
    min-height: 387% !important;
  }
  .min-xl-vw-387 {
    min-width: 387vw !important;
  }
  .min-xl-vh-387 {
    min-height: 387vh !important;
  }
  .vw-xl-387 {
    width: 387vw !important;
  }
  .vh-xl-387 {
    height: 387vh !important;
  }
  .width-xl-387 {
    width: 387px !important;
  }
  .height-xl-387 {
    height: 387px !important;
  }
  .max-width-xl-387 {
    max-width: 387px !important;
  }
  .min-width-xl-387 {
    min-width: 387px !important;
  }
  .max-height-xl-387 {
    max-height: 387px !important;
  }
  .min-height-xl-387 {
    min-height: 387px !important;
  }
}
.w-387 {
  width: 387% !important;
}

.h-387 {
  height: 387% !important;
}

.max-w-387 {
  max-width: 387% !important;
}

.min-w-387 {
  min-width: 387% !important;
}

.max-h-387 {
  max-height: 387% !important;
}

.min-h-387 {
  min-height: 387% !important;
}

.min-vw-387 {
  min-width: 387vw !important;
}

.min-vh-387 {
  min-height: 387vh !important;
}

.vw-387 {
  width: 387vw !important;
}

.vh-387 {
  height: 387vh !important;
}

.width-387 {
  width: 387px !important;
}

.height-387 {
  height: 387px !important;
}

.max-width-387 {
  max-width: 387px !important;
}

.min-width-387 {
  min-width: 387px !important;
}

.max-height-387 {
  max-height: 387px !important;
}

.min-height-387 {
  min-height: 387px !important;
}

@media (max-width: 576px) {
  .w-sm-388 {
    width: 388% !important;
  }
  .h-sm-388 {
    height: 388% !important;
  }
  .max-w-sm-388 {
    max-width: 388% !important;
  }
  .min-w-sm-388 {
    min-width: 388% !important;
  }
  .max-h-sm-388 {
    max-height: 388% !important;
  }
  .min-h-sm-388 {
    min-height: 388% !important;
  }
  .min-sm-vw-388 {
    min-width: 388vw !important;
  }
  .min-sm-vh-388 {
    min-height: 388vh !important;
  }
  .vw-sm-388 {
    width: 388vw !important;
  }
  .vh-sm-388 {
    height: 388vh !important;
  }
  .width-sm-388 {
    width: 388px !important;
  }
  .height-sm-388 {
    height: 388px !important;
  }
  .max-width-sm-388 {
    max-width: 388px !important;
  }
  .min-width-sm-388 {
    min-width: 388px !important;
  }
  .max-height-sm-388 {
    max-height: 388px !important;
  }
  .min-height-sm-388 {
    min-height: 388px !important;
  }
}
@media (max-width: 768px) {
  .w-md-388 {
    width: 388% !important;
  }
  .h-md-388 {
    height: 388% !important;
  }
  .max-w-md-388 {
    max-width: 388% !important;
  }
  .min-w-md-388 {
    min-width: 388% !important;
  }
  .max-h-md-388 {
    max-height: 388% !important;
  }
  .min-h-md-388 {
    min-height: 388% !important;
  }
  .min-md-vw-388 {
    min-width: 388vw !important;
  }
  .min-md-vh-388 {
    min-height: 388vh !important;
  }
  .vw-md-388 {
    width: 388vw !important;
  }
  .vh-md-388 {
    height: 388vh !important;
  }
  .width-md-388 {
    width: 388px !important;
  }
  .height-md-388 {
    height: 388px !important;
  }
  .max-width-md-388 {
    max-width: 388px !important;
  }
  .min-width-md-388 {
    min-width: 388px !important;
  }
  .max-height-md-388 {
    max-height: 388px !important;
  }
  .min-height-md-388 {
    min-height: 388px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-388 {
    width: 388% !important;
  }
  .h-lg-388 {
    height: 388% !important;
  }
  .max-w-lg-388 {
    max-width: 388% !important;
  }
  .min-w-lg-388 {
    min-width: 388% !important;
  }
  .max-h-lg-388 {
    max-height: 388% !important;
  }
  .min-h-lg-388 {
    min-height: 388% !important;
  }
  .min-lg-vw-388 {
    min-width: 388vw !important;
  }
  .min-lg-vh-388 {
    min-height: 388vh !important;
  }
  .vw-lg-388 {
    width: 388vw !important;
  }
  .vh-lg-388 {
    height: 388vh !important;
  }
  .width-lg-388 {
    width: 388px !important;
  }
  .height-lg-388 {
    height: 388px !important;
  }
  .max-width-lg-388 {
    max-width: 388px !important;
  }
  .min-width-lg-388 {
    min-width: 388px !important;
  }
  .max-height-lg-388 {
    max-height: 388px !important;
  }
  .min-height-lg-388 {
    min-height: 388px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-388 {
    width: 388% !important;
  }
  .h-xl-388 {
    height: 388% !important;
  }
  .max-w-xl-388 {
    max-width: 388% !important;
  }
  .min-w-xl-388 {
    min-width: 388% !important;
  }
  .max-h-xl-388 {
    max-height: 388% !important;
  }
  .min-h-xl-388 {
    min-height: 388% !important;
  }
  .min-xl-vw-388 {
    min-width: 388vw !important;
  }
  .min-xl-vh-388 {
    min-height: 388vh !important;
  }
  .vw-xl-388 {
    width: 388vw !important;
  }
  .vh-xl-388 {
    height: 388vh !important;
  }
  .width-xl-388 {
    width: 388px !important;
  }
  .height-xl-388 {
    height: 388px !important;
  }
  .max-width-xl-388 {
    max-width: 388px !important;
  }
  .min-width-xl-388 {
    min-width: 388px !important;
  }
  .max-height-xl-388 {
    max-height: 388px !important;
  }
  .min-height-xl-388 {
    min-height: 388px !important;
  }
}
.w-388 {
  width: 388% !important;
}

.h-388 {
  height: 388% !important;
}

.max-w-388 {
  max-width: 388% !important;
}

.min-w-388 {
  min-width: 388% !important;
}

.max-h-388 {
  max-height: 388% !important;
}

.min-h-388 {
  min-height: 388% !important;
}

.min-vw-388 {
  min-width: 388vw !important;
}

.min-vh-388 {
  min-height: 388vh !important;
}

.vw-388 {
  width: 388vw !important;
}

.vh-388 {
  height: 388vh !important;
}

.width-388 {
  width: 388px !important;
}

.height-388 {
  height: 388px !important;
}

.max-width-388 {
  max-width: 388px !important;
}

.min-width-388 {
  min-width: 388px !important;
}

.max-height-388 {
  max-height: 388px !important;
}

.min-height-388 {
  min-height: 388px !important;
}

@media (max-width: 576px) {
  .w-sm-389 {
    width: 389% !important;
  }
  .h-sm-389 {
    height: 389% !important;
  }
  .max-w-sm-389 {
    max-width: 389% !important;
  }
  .min-w-sm-389 {
    min-width: 389% !important;
  }
  .max-h-sm-389 {
    max-height: 389% !important;
  }
  .min-h-sm-389 {
    min-height: 389% !important;
  }
  .min-sm-vw-389 {
    min-width: 389vw !important;
  }
  .min-sm-vh-389 {
    min-height: 389vh !important;
  }
  .vw-sm-389 {
    width: 389vw !important;
  }
  .vh-sm-389 {
    height: 389vh !important;
  }
  .width-sm-389 {
    width: 389px !important;
  }
  .height-sm-389 {
    height: 389px !important;
  }
  .max-width-sm-389 {
    max-width: 389px !important;
  }
  .min-width-sm-389 {
    min-width: 389px !important;
  }
  .max-height-sm-389 {
    max-height: 389px !important;
  }
  .min-height-sm-389 {
    min-height: 389px !important;
  }
}
@media (max-width: 768px) {
  .w-md-389 {
    width: 389% !important;
  }
  .h-md-389 {
    height: 389% !important;
  }
  .max-w-md-389 {
    max-width: 389% !important;
  }
  .min-w-md-389 {
    min-width: 389% !important;
  }
  .max-h-md-389 {
    max-height: 389% !important;
  }
  .min-h-md-389 {
    min-height: 389% !important;
  }
  .min-md-vw-389 {
    min-width: 389vw !important;
  }
  .min-md-vh-389 {
    min-height: 389vh !important;
  }
  .vw-md-389 {
    width: 389vw !important;
  }
  .vh-md-389 {
    height: 389vh !important;
  }
  .width-md-389 {
    width: 389px !important;
  }
  .height-md-389 {
    height: 389px !important;
  }
  .max-width-md-389 {
    max-width: 389px !important;
  }
  .min-width-md-389 {
    min-width: 389px !important;
  }
  .max-height-md-389 {
    max-height: 389px !important;
  }
  .min-height-md-389 {
    min-height: 389px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-389 {
    width: 389% !important;
  }
  .h-lg-389 {
    height: 389% !important;
  }
  .max-w-lg-389 {
    max-width: 389% !important;
  }
  .min-w-lg-389 {
    min-width: 389% !important;
  }
  .max-h-lg-389 {
    max-height: 389% !important;
  }
  .min-h-lg-389 {
    min-height: 389% !important;
  }
  .min-lg-vw-389 {
    min-width: 389vw !important;
  }
  .min-lg-vh-389 {
    min-height: 389vh !important;
  }
  .vw-lg-389 {
    width: 389vw !important;
  }
  .vh-lg-389 {
    height: 389vh !important;
  }
  .width-lg-389 {
    width: 389px !important;
  }
  .height-lg-389 {
    height: 389px !important;
  }
  .max-width-lg-389 {
    max-width: 389px !important;
  }
  .min-width-lg-389 {
    min-width: 389px !important;
  }
  .max-height-lg-389 {
    max-height: 389px !important;
  }
  .min-height-lg-389 {
    min-height: 389px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-389 {
    width: 389% !important;
  }
  .h-xl-389 {
    height: 389% !important;
  }
  .max-w-xl-389 {
    max-width: 389% !important;
  }
  .min-w-xl-389 {
    min-width: 389% !important;
  }
  .max-h-xl-389 {
    max-height: 389% !important;
  }
  .min-h-xl-389 {
    min-height: 389% !important;
  }
  .min-xl-vw-389 {
    min-width: 389vw !important;
  }
  .min-xl-vh-389 {
    min-height: 389vh !important;
  }
  .vw-xl-389 {
    width: 389vw !important;
  }
  .vh-xl-389 {
    height: 389vh !important;
  }
  .width-xl-389 {
    width: 389px !important;
  }
  .height-xl-389 {
    height: 389px !important;
  }
  .max-width-xl-389 {
    max-width: 389px !important;
  }
  .min-width-xl-389 {
    min-width: 389px !important;
  }
  .max-height-xl-389 {
    max-height: 389px !important;
  }
  .min-height-xl-389 {
    min-height: 389px !important;
  }
}
.w-389 {
  width: 389% !important;
}

.h-389 {
  height: 389% !important;
}

.max-w-389 {
  max-width: 389% !important;
}

.min-w-389 {
  min-width: 389% !important;
}

.max-h-389 {
  max-height: 389% !important;
}

.min-h-389 {
  min-height: 389% !important;
}

.min-vw-389 {
  min-width: 389vw !important;
}

.min-vh-389 {
  min-height: 389vh !important;
}

.vw-389 {
  width: 389vw !important;
}

.vh-389 {
  height: 389vh !important;
}

.width-389 {
  width: 389px !important;
}

.height-389 {
  height: 389px !important;
}

.max-width-389 {
  max-width: 389px !important;
}

.min-width-389 {
  min-width: 389px !important;
}

.max-height-389 {
  max-height: 389px !important;
}

.min-height-389 {
  min-height: 389px !important;
}

@media (max-width: 576px) {
  .w-sm-390 {
    width: 390% !important;
  }
  .h-sm-390 {
    height: 390% !important;
  }
  .max-w-sm-390 {
    max-width: 390% !important;
  }
  .min-w-sm-390 {
    min-width: 390% !important;
  }
  .max-h-sm-390 {
    max-height: 390% !important;
  }
  .min-h-sm-390 {
    min-height: 390% !important;
  }
  .min-sm-vw-390 {
    min-width: 390vw !important;
  }
  .min-sm-vh-390 {
    min-height: 390vh !important;
  }
  .vw-sm-390 {
    width: 390vw !important;
  }
  .vh-sm-390 {
    height: 390vh !important;
  }
  .width-sm-390 {
    width: 390px !important;
  }
  .height-sm-390 {
    height: 390px !important;
  }
  .max-width-sm-390 {
    max-width: 390px !important;
  }
  .min-width-sm-390 {
    min-width: 390px !important;
  }
  .max-height-sm-390 {
    max-height: 390px !important;
  }
  .min-height-sm-390 {
    min-height: 390px !important;
  }
}
@media (max-width: 768px) {
  .w-md-390 {
    width: 390% !important;
  }
  .h-md-390 {
    height: 390% !important;
  }
  .max-w-md-390 {
    max-width: 390% !important;
  }
  .min-w-md-390 {
    min-width: 390% !important;
  }
  .max-h-md-390 {
    max-height: 390% !important;
  }
  .min-h-md-390 {
    min-height: 390% !important;
  }
  .min-md-vw-390 {
    min-width: 390vw !important;
  }
  .min-md-vh-390 {
    min-height: 390vh !important;
  }
  .vw-md-390 {
    width: 390vw !important;
  }
  .vh-md-390 {
    height: 390vh !important;
  }
  .width-md-390 {
    width: 390px !important;
  }
  .height-md-390 {
    height: 390px !important;
  }
  .max-width-md-390 {
    max-width: 390px !important;
  }
  .min-width-md-390 {
    min-width: 390px !important;
  }
  .max-height-md-390 {
    max-height: 390px !important;
  }
  .min-height-md-390 {
    min-height: 390px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-390 {
    width: 390% !important;
  }
  .h-lg-390 {
    height: 390% !important;
  }
  .max-w-lg-390 {
    max-width: 390% !important;
  }
  .min-w-lg-390 {
    min-width: 390% !important;
  }
  .max-h-lg-390 {
    max-height: 390% !important;
  }
  .min-h-lg-390 {
    min-height: 390% !important;
  }
  .min-lg-vw-390 {
    min-width: 390vw !important;
  }
  .min-lg-vh-390 {
    min-height: 390vh !important;
  }
  .vw-lg-390 {
    width: 390vw !important;
  }
  .vh-lg-390 {
    height: 390vh !important;
  }
  .width-lg-390 {
    width: 390px !important;
  }
  .height-lg-390 {
    height: 390px !important;
  }
  .max-width-lg-390 {
    max-width: 390px !important;
  }
  .min-width-lg-390 {
    min-width: 390px !important;
  }
  .max-height-lg-390 {
    max-height: 390px !important;
  }
  .min-height-lg-390 {
    min-height: 390px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-390 {
    width: 390% !important;
  }
  .h-xl-390 {
    height: 390% !important;
  }
  .max-w-xl-390 {
    max-width: 390% !important;
  }
  .min-w-xl-390 {
    min-width: 390% !important;
  }
  .max-h-xl-390 {
    max-height: 390% !important;
  }
  .min-h-xl-390 {
    min-height: 390% !important;
  }
  .min-xl-vw-390 {
    min-width: 390vw !important;
  }
  .min-xl-vh-390 {
    min-height: 390vh !important;
  }
  .vw-xl-390 {
    width: 390vw !important;
  }
  .vh-xl-390 {
    height: 390vh !important;
  }
  .width-xl-390 {
    width: 390px !important;
  }
  .height-xl-390 {
    height: 390px !important;
  }
  .max-width-xl-390 {
    max-width: 390px !important;
  }
  .min-width-xl-390 {
    min-width: 390px !important;
  }
  .max-height-xl-390 {
    max-height: 390px !important;
  }
  .min-height-xl-390 {
    min-height: 390px !important;
  }
}
.w-390 {
  width: 390% !important;
}

.h-390 {
  height: 390% !important;
}

.max-w-390 {
  max-width: 390% !important;
}

.min-w-390 {
  min-width: 390% !important;
}

.max-h-390 {
  max-height: 390% !important;
}

.min-h-390 {
  min-height: 390% !important;
}

.min-vw-390 {
  min-width: 390vw !important;
}

.min-vh-390 {
  min-height: 390vh !important;
}

.vw-390 {
  width: 390vw !important;
}

.vh-390 {
  height: 390vh !important;
}

.width-390 {
  width: 390px !important;
}

.height-390 {
  height: 390px !important;
}

.max-width-390 {
  max-width: 390px !important;
}

.min-width-390 {
  min-width: 390px !important;
}

.max-height-390 {
  max-height: 390px !important;
}

.min-height-390 {
  min-height: 390px !important;
}

@media (max-width: 576px) {
  .w-sm-391 {
    width: 391% !important;
  }
  .h-sm-391 {
    height: 391% !important;
  }
  .max-w-sm-391 {
    max-width: 391% !important;
  }
  .min-w-sm-391 {
    min-width: 391% !important;
  }
  .max-h-sm-391 {
    max-height: 391% !important;
  }
  .min-h-sm-391 {
    min-height: 391% !important;
  }
  .min-sm-vw-391 {
    min-width: 391vw !important;
  }
  .min-sm-vh-391 {
    min-height: 391vh !important;
  }
  .vw-sm-391 {
    width: 391vw !important;
  }
  .vh-sm-391 {
    height: 391vh !important;
  }
  .width-sm-391 {
    width: 391px !important;
  }
  .height-sm-391 {
    height: 391px !important;
  }
  .max-width-sm-391 {
    max-width: 391px !important;
  }
  .min-width-sm-391 {
    min-width: 391px !important;
  }
  .max-height-sm-391 {
    max-height: 391px !important;
  }
  .min-height-sm-391 {
    min-height: 391px !important;
  }
}
@media (max-width: 768px) {
  .w-md-391 {
    width: 391% !important;
  }
  .h-md-391 {
    height: 391% !important;
  }
  .max-w-md-391 {
    max-width: 391% !important;
  }
  .min-w-md-391 {
    min-width: 391% !important;
  }
  .max-h-md-391 {
    max-height: 391% !important;
  }
  .min-h-md-391 {
    min-height: 391% !important;
  }
  .min-md-vw-391 {
    min-width: 391vw !important;
  }
  .min-md-vh-391 {
    min-height: 391vh !important;
  }
  .vw-md-391 {
    width: 391vw !important;
  }
  .vh-md-391 {
    height: 391vh !important;
  }
  .width-md-391 {
    width: 391px !important;
  }
  .height-md-391 {
    height: 391px !important;
  }
  .max-width-md-391 {
    max-width: 391px !important;
  }
  .min-width-md-391 {
    min-width: 391px !important;
  }
  .max-height-md-391 {
    max-height: 391px !important;
  }
  .min-height-md-391 {
    min-height: 391px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-391 {
    width: 391% !important;
  }
  .h-lg-391 {
    height: 391% !important;
  }
  .max-w-lg-391 {
    max-width: 391% !important;
  }
  .min-w-lg-391 {
    min-width: 391% !important;
  }
  .max-h-lg-391 {
    max-height: 391% !important;
  }
  .min-h-lg-391 {
    min-height: 391% !important;
  }
  .min-lg-vw-391 {
    min-width: 391vw !important;
  }
  .min-lg-vh-391 {
    min-height: 391vh !important;
  }
  .vw-lg-391 {
    width: 391vw !important;
  }
  .vh-lg-391 {
    height: 391vh !important;
  }
  .width-lg-391 {
    width: 391px !important;
  }
  .height-lg-391 {
    height: 391px !important;
  }
  .max-width-lg-391 {
    max-width: 391px !important;
  }
  .min-width-lg-391 {
    min-width: 391px !important;
  }
  .max-height-lg-391 {
    max-height: 391px !important;
  }
  .min-height-lg-391 {
    min-height: 391px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-391 {
    width: 391% !important;
  }
  .h-xl-391 {
    height: 391% !important;
  }
  .max-w-xl-391 {
    max-width: 391% !important;
  }
  .min-w-xl-391 {
    min-width: 391% !important;
  }
  .max-h-xl-391 {
    max-height: 391% !important;
  }
  .min-h-xl-391 {
    min-height: 391% !important;
  }
  .min-xl-vw-391 {
    min-width: 391vw !important;
  }
  .min-xl-vh-391 {
    min-height: 391vh !important;
  }
  .vw-xl-391 {
    width: 391vw !important;
  }
  .vh-xl-391 {
    height: 391vh !important;
  }
  .width-xl-391 {
    width: 391px !important;
  }
  .height-xl-391 {
    height: 391px !important;
  }
  .max-width-xl-391 {
    max-width: 391px !important;
  }
  .min-width-xl-391 {
    min-width: 391px !important;
  }
  .max-height-xl-391 {
    max-height: 391px !important;
  }
  .min-height-xl-391 {
    min-height: 391px !important;
  }
}
.w-391 {
  width: 391% !important;
}

.h-391 {
  height: 391% !important;
}

.max-w-391 {
  max-width: 391% !important;
}

.min-w-391 {
  min-width: 391% !important;
}

.max-h-391 {
  max-height: 391% !important;
}

.min-h-391 {
  min-height: 391% !important;
}

.min-vw-391 {
  min-width: 391vw !important;
}

.min-vh-391 {
  min-height: 391vh !important;
}

.vw-391 {
  width: 391vw !important;
}

.vh-391 {
  height: 391vh !important;
}

.width-391 {
  width: 391px !important;
}

.height-391 {
  height: 391px !important;
}

.max-width-391 {
  max-width: 391px !important;
}

.min-width-391 {
  min-width: 391px !important;
}

.max-height-391 {
  max-height: 391px !important;
}

.min-height-391 {
  min-height: 391px !important;
}

@media (max-width: 576px) {
  .w-sm-392 {
    width: 392% !important;
  }
  .h-sm-392 {
    height: 392% !important;
  }
  .max-w-sm-392 {
    max-width: 392% !important;
  }
  .min-w-sm-392 {
    min-width: 392% !important;
  }
  .max-h-sm-392 {
    max-height: 392% !important;
  }
  .min-h-sm-392 {
    min-height: 392% !important;
  }
  .min-sm-vw-392 {
    min-width: 392vw !important;
  }
  .min-sm-vh-392 {
    min-height: 392vh !important;
  }
  .vw-sm-392 {
    width: 392vw !important;
  }
  .vh-sm-392 {
    height: 392vh !important;
  }
  .width-sm-392 {
    width: 392px !important;
  }
  .height-sm-392 {
    height: 392px !important;
  }
  .max-width-sm-392 {
    max-width: 392px !important;
  }
  .min-width-sm-392 {
    min-width: 392px !important;
  }
  .max-height-sm-392 {
    max-height: 392px !important;
  }
  .min-height-sm-392 {
    min-height: 392px !important;
  }
}
@media (max-width: 768px) {
  .w-md-392 {
    width: 392% !important;
  }
  .h-md-392 {
    height: 392% !important;
  }
  .max-w-md-392 {
    max-width: 392% !important;
  }
  .min-w-md-392 {
    min-width: 392% !important;
  }
  .max-h-md-392 {
    max-height: 392% !important;
  }
  .min-h-md-392 {
    min-height: 392% !important;
  }
  .min-md-vw-392 {
    min-width: 392vw !important;
  }
  .min-md-vh-392 {
    min-height: 392vh !important;
  }
  .vw-md-392 {
    width: 392vw !important;
  }
  .vh-md-392 {
    height: 392vh !important;
  }
  .width-md-392 {
    width: 392px !important;
  }
  .height-md-392 {
    height: 392px !important;
  }
  .max-width-md-392 {
    max-width: 392px !important;
  }
  .min-width-md-392 {
    min-width: 392px !important;
  }
  .max-height-md-392 {
    max-height: 392px !important;
  }
  .min-height-md-392 {
    min-height: 392px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-392 {
    width: 392% !important;
  }
  .h-lg-392 {
    height: 392% !important;
  }
  .max-w-lg-392 {
    max-width: 392% !important;
  }
  .min-w-lg-392 {
    min-width: 392% !important;
  }
  .max-h-lg-392 {
    max-height: 392% !important;
  }
  .min-h-lg-392 {
    min-height: 392% !important;
  }
  .min-lg-vw-392 {
    min-width: 392vw !important;
  }
  .min-lg-vh-392 {
    min-height: 392vh !important;
  }
  .vw-lg-392 {
    width: 392vw !important;
  }
  .vh-lg-392 {
    height: 392vh !important;
  }
  .width-lg-392 {
    width: 392px !important;
  }
  .height-lg-392 {
    height: 392px !important;
  }
  .max-width-lg-392 {
    max-width: 392px !important;
  }
  .min-width-lg-392 {
    min-width: 392px !important;
  }
  .max-height-lg-392 {
    max-height: 392px !important;
  }
  .min-height-lg-392 {
    min-height: 392px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-392 {
    width: 392% !important;
  }
  .h-xl-392 {
    height: 392% !important;
  }
  .max-w-xl-392 {
    max-width: 392% !important;
  }
  .min-w-xl-392 {
    min-width: 392% !important;
  }
  .max-h-xl-392 {
    max-height: 392% !important;
  }
  .min-h-xl-392 {
    min-height: 392% !important;
  }
  .min-xl-vw-392 {
    min-width: 392vw !important;
  }
  .min-xl-vh-392 {
    min-height: 392vh !important;
  }
  .vw-xl-392 {
    width: 392vw !important;
  }
  .vh-xl-392 {
    height: 392vh !important;
  }
  .width-xl-392 {
    width: 392px !important;
  }
  .height-xl-392 {
    height: 392px !important;
  }
  .max-width-xl-392 {
    max-width: 392px !important;
  }
  .min-width-xl-392 {
    min-width: 392px !important;
  }
  .max-height-xl-392 {
    max-height: 392px !important;
  }
  .min-height-xl-392 {
    min-height: 392px !important;
  }
}
.w-392 {
  width: 392% !important;
}

.h-392 {
  height: 392% !important;
}

.max-w-392 {
  max-width: 392% !important;
}

.min-w-392 {
  min-width: 392% !important;
}

.max-h-392 {
  max-height: 392% !important;
}

.min-h-392 {
  min-height: 392% !important;
}

.min-vw-392 {
  min-width: 392vw !important;
}

.min-vh-392 {
  min-height: 392vh !important;
}

.vw-392 {
  width: 392vw !important;
}

.vh-392 {
  height: 392vh !important;
}

.width-392 {
  width: 392px !important;
}

.height-392 {
  height: 392px !important;
}

.max-width-392 {
  max-width: 392px !important;
}

.min-width-392 {
  min-width: 392px !important;
}

.max-height-392 {
  max-height: 392px !important;
}

.min-height-392 {
  min-height: 392px !important;
}

@media (max-width: 576px) {
  .w-sm-393 {
    width: 393% !important;
  }
  .h-sm-393 {
    height: 393% !important;
  }
  .max-w-sm-393 {
    max-width: 393% !important;
  }
  .min-w-sm-393 {
    min-width: 393% !important;
  }
  .max-h-sm-393 {
    max-height: 393% !important;
  }
  .min-h-sm-393 {
    min-height: 393% !important;
  }
  .min-sm-vw-393 {
    min-width: 393vw !important;
  }
  .min-sm-vh-393 {
    min-height: 393vh !important;
  }
  .vw-sm-393 {
    width: 393vw !important;
  }
  .vh-sm-393 {
    height: 393vh !important;
  }
  .width-sm-393 {
    width: 393px !important;
  }
  .height-sm-393 {
    height: 393px !important;
  }
  .max-width-sm-393 {
    max-width: 393px !important;
  }
  .min-width-sm-393 {
    min-width: 393px !important;
  }
  .max-height-sm-393 {
    max-height: 393px !important;
  }
  .min-height-sm-393 {
    min-height: 393px !important;
  }
}
@media (max-width: 768px) {
  .w-md-393 {
    width: 393% !important;
  }
  .h-md-393 {
    height: 393% !important;
  }
  .max-w-md-393 {
    max-width: 393% !important;
  }
  .min-w-md-393 {
    min-width: 393% !important;
  }
  .max-h-md-393 {
    max-height: 393% !important;
  }
  .min-h-md-393 {
    min-height: 393% !important;
  }
  .min-md-vw-393 {
    min-width: 393vw !important;
  }
  .min-md-vh-393 {
    min-height: 393vh !important;
  }
  .vw-md-393 {
    width: 393vw !important;
  }
  .vh-md-393 {
    height: 393vh !important;
  }
  .width-md-393 {
    width: 393px !important;
  }
  .height-md-393 {
    height: 393px !important;
  }
  .max-width-md-393 {
    max-width: 393px !important;
  }
  .min-width-md-393 {
    min-width: 393px !important;
  }
  .max-height-md-393 {
    max-height: 393px !important;
  }
  .min-height-md-393 {
    min-height: 393px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-393 {
    width: 393% !important;
  }
  .h-lg-393 {
    height: 393% !important;
  }
  .max-w-lg-393 {
    max-width: 393% !important;
  }
  .min-w-lg-393 {
    min-width: 393% !important;
  }
  .max-h-lg-393 {
    max-height: 393% !important;
  }
  .min-h-lg-393 {
    min-height: 393% !important;
  }
  .min-lg-vw-393 {
    min-width: 393vw !important;
  }
  .min-lg-vh-393 {
    min-height: 393vh !important;
  }
  .vw-lg-393 {
    width: 393vw !important;
  }
  .vh-lg-393 {
    height: 393vh !important;
  }
  .width-lg-393 {
    width: 393px !important;
  }
  .height-lg-393 {
    height: 393px !important;
  }
  .max-width-lg-393 {
    max-width: 393px !important;
  }
  .min-width-lg-393 {
    min-width: 393px !important;
  }
  .max-height-lg-393 {
    max-height: 393px !important;
  }
  .min-height-lg-393 {
    min-height: 393px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-393 {
    width: 393% !important;
  }
  .h-xl-393 {
    height: 393% !important;
  }
  .max-w-xl-393 {
    max-width: 393% !important;
  }
  .min-w-xl-393 {
    min-width: 393% !important;
  }
  .max-h-xl-393 {
    max-height: 393% !important;
  }
  .min-h-xl-393 {
    min-height: 393% !important;
  }
  .min-xl-vw-393 {
    min-width: 393vw !important;
  }
  .min-xl-vh-393 {
    min-height: 393vh !important;
  }
  .vw-xl-393 {
    width: 393vw !important;
  }
  .vh-xl-393 {
    height: 393vh !important;
  }
  .width-xl-393 {
    width: 393px !important;
  }
  .height-xl-393 {
    height: 393px !important;
  }
  .max-width-xl-393 {
    max-width: 393px !important;
  }
  .min-width-xl-393 {
    min-width: 393px !important;
  }
  .max-height-xl-393 {
    max-height: 393px !important;
  }
  .min-height-xl-393 {
    min-height: 393px !important;
  }
}
.w-393 {
  width: 393% !important;
}

.h-393 {
  height: 393% !important;
}

.max-w-393 {
  max-width: 393% !important;
}

.min-w-393 {
  min-width: 393% !important;
}

.max-h-393 {
  max-height: 393% !important;
}

.min-h-393 {
  min-height: 393% !important;
}

.min-vw-393 {
  min-width: 393vw !important;
}

.min-vh-393 {
  min-height: 393vh !important;
}

.vw-393 {
  width: 393vw !important;
}

.vh-393 {
  height: 393vh !important;
}

.width-393 {
  width: 393px !important;
}

.height-393 {
  height: 393px !important;
}

.max-width-393 {
  max-width: 393px !important;
}

.min-width-393 {
  min-width: 393px !important;
}

.max-height-393 {
  max-height: 393px !important;
}

.min-height-393 {
  min-height: 393px !important;
}

@media (max-width: 576px) {
  .w-sm-394 {
    width: 394% !important;
  }
  .h-sm-394 {
    height: 394% !important;
  }
  .max-w-sm-394 {
    max-width: 394% !important;
  }
  .min-w-sm-394 {
    min-width: 394% !important;
  }
  .max-h-sm-394 {
    max-height: 394% !important;
  }
  .min-h-sm-394 {
    min-height: 394% !important;
  }
  .min-sm-vw-394 {
    min-width: 394vw !important;
  }
  .min-sm-vh-394 {
    min-height: 394vh !important;
  }
  .vw-sm-394 {
    width: 394vw !important;
  }
  .vh-sm-394 {
    height: 394vh !important;
  }
  .width-sm-394 {
    width: 394px !important;
  }
  .height-sm-394 {
    height: 394px !important;
  }
  .max-width-sm-394 {
    max-width: 394px !important;
  }
  .min-width-sm-394 {
    min-width: 394px !important;
  }
  .max-height-sm-394 {
    max-height: 394px !important;
  }
  .min-height-sm-394 {
    min-height: 394px !important;
  }
}
@media (max-width: 768px) {
  .w-md-394 {
    width: 394% !important;
  }
  .h-md-394 {
    height: 394% !important;
  }
  .max-w-md-394 {
    max-width: 394% !important;
  }
  .min-w-md-394 {
    min-width: 394% !important;
  }
  .max-h-md-394 {
    max-height: 394% !important;
  }
  .min-h-md-394 {
    min-height: 394% !important;
  }
  .min-md-vw-394 {
    min-width: 394vw !important;
  }
  .min-md-vh-394 {
    min-height: 394vh !important;
  }
  .vw-md-394 {
    width: 394vw !important;
  }
  .vh-md-394 {
    height: 394vh !important;
  }
  .width-md-394 {
    width: 394px !important;
  }
  .height-md-394 {
    height: 394px !important;
  }
  .max-width-md-394 {
    max-width: 394px !important;
  }
  .min-width-md-394 {
    min-width: 394px !important;
  }
  .max-height-md-394 {
    max-height: 394px !important;
  }
  .min-height-md-394 {
    min-height: 394px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-394 {
    width: 394% !important;
  }
  .h-lg-394 {
    height: 394% !important;
  }
  .max-w-lg-394 {
    max-width: 394% !important;
  }
  .min-w-lg-394 {
    min-width: 394% !important;
  }
  .max-h-lg-394 {
    max-height: 394% !important;
  }
  .min-h-lg-394 {
    min-height: 394% !important;
  }
  .min-lg-vw-394 {
    min-width: 394vw !important;
  }
  .min-lg-vh-394 {
    min-height: 394vh !important;
  }
  .vw-lg-394 {
    width: 394vw !important;
  }
  .vh-lg-394 {
    height: 394vh !important;
  }
  .width-lg-394 {
    width: 394px !important;
  }
  .height-lg-394 {
    height: 394px !important;
  }
  .max-width-lg-394 {
    max-width: 394px !important;
  }
  .min-width-lg-394 {
    min-width: 394px !important;
  }
  .max-height-lg-394 {
    max-height: 394px !important;
  }
  .min-height-lg-394 {
    min-height: 394px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-394 {
    width: 394% !important;
  }
  .h-xl-394 {
    height: 394% !important;
  }
  .max-w-xl-394 {
    max-width: 394% !important;
  }
  .min-w-xl-394 {
    min-width: 394% !important;
  }
  .max-h-xl-394 {
    max-height: 394% !important;
  }
  .min-h-xl-394 {
    min-height: 394% !important;
  }
  .min-xl-vw-394 {
    min-width: 394vw !important;
  }
  .min-xl-vh-394 {
    min-height: 394vh !important;
  }
  .vw-xl-394 {
    width: 394vw !important;
  }
  .vh-xl-394 {
    height: 394vh !important;
  }
  .width-xl-394 {
    width: 394px !important;
  }
  .height-xl-394 {
    height: 394px !important;
  }
  .max-width-xl-394 {
    max-width: 394px !important;
  }
  .min-width-xl-394 {
    min-width: 394px !important;
  }
  .max-height-xl-394 {
    max-height: 394px !important;
  }
  .min-height-xl-394 {
    min-height: 394px !important;
  }
}
.w-394 {
  width: 394% !important;
}

.h-394 {
  height: 394% !important;
}

.max-w-394 {
  max-width: 394% !important;
}

.min-w-394 {
  min-width: 394% !important;
}

.max-h-394 {
  max-height: 394% !important;
}

.min-h-394 {
  min-height: 394% !important;
}

.min-vw-394 {
  min-width: 394vw !important;
}

.min-vh-394 {
  min-height: 394vh !important;
}

.vw-394 {
  width: 394vw !important;
}

.vh-394 {
  height: 394vh !important;
}

.width-394 {
  width: 394px !important;
}

.height-394 {
  height: 394px !important;
}

.max-width-394 {
  max-width: 394px !important;
}

.min-width-394 {
  min-width: 394px !important;
}

.max-height-394 {
  max-height: 394px !important;
}

.min-height-394 {
  min-height: 394px !important;
}

@media (max-width: 576px) {
  .w-sm-395 {
    width: 395% !important;
  }
  .h-sm-395 {
    height: 395% !important;
  }
  .max-w-sm-395 {
    max-width: 395% !important;
  }
  .min-w-sm-395 {
    min-width: 395% !important;
  }
  .max-h-sm-395 {
    max-height: 395% !important;
  }
  .min-h-sm-395 {
    min-height: 395% !important;
  }
  .min-sm-vw-395 {
    min-width: 395vw !important;
  }
  .min-sm-vh-395 {
    min-height: 395vh !important;
  }
  .vw-sm-395 {
    width: 395vw !important;
  }
  .vh-sm-395 {
    height: 395vh !important;
  }
  .width-sm-395 {
    width: 395px !important;
  }
  .height-sm-395 {
    height: 395px !important;
  }
  .max-width-sm-395 {
    max-width: 395px !important;
  }
  .min-width-sm-395 {
    min-width: 395px !important;
  }
  .max-height-sm-395 {
    max-height: 395px !important;
  }
  .min-height-sm-395 {
    min-height: 395px !important;
  }
}
@media (max-width: 768px) {
  .w-md-395 {
    width: 395% !important;
  }
  .h-md-395 {
    height: 395% !important;
  }
  .max-w-md-395 {
    max-width: 395% !important;
  }
  .min-w-md-395 {
    min-width: 395% !important;
  }
  .max-h-md-395 {
    max-height: 395% !important;
  }
  .min-h-md-395 {
    min-height: 395% !important;
  }
  .min-md-vw-395 {
    min-width: 395vw !important;
  }
  .min-md-vh-395 {
    min-height: 395vh !important;
  }
  .vw-md-395 {
    width: 395vw !important;
  }
  .vh-md-395 {
    height: 395vh !important;
  }
  .width-md-395 {
    width: 395px !important;
  }
  .height-md-395 {
    height: 395px !important;
  }
  .max-width-md-395 {
    max-width: 395px !important;
  }
  .min-width-md-395 {
    min-width: 395px !important;
  }
  .max-height-md-395 {
    max-height: 395px !important;
  }
  .min-height-md-395 {
    min-height: 395px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-395 {
    width: 395% !important;
  }
  .h-lg-395 {
    height: 395% !important;
  }
  .max-w-lg-395 {
    max-width: 395% !important;
  }
  .min-w-lg-395 {
    min-width: 395% !important;
  }
  .max-h-lg-395 {
    max-height: 395% !important;
  }
  .min-h-lg-395 {
    min-height: 395% !important;
  }
  .min-lg-vw-395 {
    min-width: 395vw !important;
  }
  .min-lg-vh-395 {
    min-height: 395vh !important;
  }
  .vw-lg-395 {
    width: 395vw !important;
  }
  .vh-lg-395 {
    height: 395vh !important;
  }
  .width-lg-395 {
    width: 395px !important;
  }
  .height-lg-395 {
    height: 395px !important;
  }
  .max-width-lg-395 {
    max-width: 395px !important;
  }
  .min-width-lg-395 {
    min-width: 395px !important;
  }
  .max-height-lg-395 {
    max-height: 395px !important;
  }
  .min-height-lg-395 {
    min-height: 395px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-395 {
    width: 395% !important;
  }
  .h-xl-395 {
    height: 395% !important;
  }
  .max-w-xl-395 {
    max-width: 395% !important;
  }
  .min-w-xl-395 {
    min-width: 395% !important;
  }
  .max-h-xl-395 {
    max-height: 395% !important;
  }
  .min-h-xl-395 {
    min-height: 395% !important;
  }
  .min-xl-vw-395 {
    min-width: 395vw !important;
  }
  .min-xl-vh-395 {
    min-height: 395vh !important;
  }
  .vw-xl-395 {
    width: 395vw !important;
  }
  .vh-xl-395 {
    height: 395vh !important;
  }
  .width-xl-395 {
    width: 395px !important;
  }
  .height-xl-395 {
    height: 395px !important;
  }
  .max-width-xl-395 {
    max-width: 395px !important;
  }
  .min-width-xl-395 {
    min-width: 395px !important;
  }
  .max-height-xl-395 {
    max-height: 395px !important;
  }
  .min-height-xl-395 {
    min-height: 395px !important;
  }
}
.w-395 {
  width: 395% !important;
}

.h-395 {
  height: 395% !important;
}

.max-w-395 {
  max-width: 395% !important;
}

.min-w-395 {
  min-width: 395% !important;
}

.max-h-395 {
  max-height: 395% !important;
}

.min-h-395 {
  min-height: 395% !important;
}

.min-vw-395 {
  min-width: 395vw !important;
}

.min-vh-395 {
  min-height: 395vh !important;
}

.vw-395 {
  width: 395vw !important;
}

.vh-395 {
  height: 395vh !important;
}

.width-395 {
  width: 395px !important;
}

.height-395 {
  height: 395px !important;
}

.max-width-395 {
  max-width: 395px !important;
}

.min-width-395 {
  min-width: 395px !important;
}

.max-height-395 {
  max-height: 395px !important;
}

.min-height-395 {
  min-height: 395px !important;
}

@media (max-width: 576px) {
  .w-sm-396 {
    width: 396% !important;
  }
  .h-sm-396 {
    height: 396% !important;
  }
  .max-w-sm-396 {
    max-width: 396% !important;
  }
  .min-w-sm-396 {
    min-width: 396% !important;
  }
  .max-h-sm-396 {
    max-height: 396% !important;
  }
  .min-h-sm-396 {
    min-height: 396% !important;
  }
  .min-sm-vw-396 {
    min-width: 396vw !important;
  }
  .min-sm-vh-396 {
    min-height: 396vh !important;
  }
  .vw-sm-396 {
    width: 396vw !important;
  }
  .vh-sm-396 {
    height: 396vh !important;
  }
  .width-sm-396 {
    width: 396px !important;
  }
  .height-sm-396 {
    height: 396px !important;
  }
  .max-width-sm-396 {
    max-width: 396px !important;
  }
  .min-width-sm-396 {
    min-width: 396px !important;
  }
  .max-height-sm-396 {
    max-height: 396px !important;
  }
  .min-height-sm-396 {
    min-height: 396px !important;
  }
}
@media (max-width: 768px) {
  .w-md-396 {
    width: 396% !important;
  }
  .h-md-396 {
    height: 396% !important;
  }
  .max-w-md-396 {
    max-width: 396% !important;
  }
  .min-w-md-396 {
    min-width: 396% !important;
  }
  .max-h-md-396 {
    max-height: 396% !important;
  }
  .min-h-md-396 {
    min-height: 396% !important;
  }
  .min-md-vw-396 {
    min-width: 396vw !important;
  }
  .min-md-vh-396 {
    min-height: 396vh !important;
  }
  .vw-md-396 {
    width: 396vw !important;
  }
  .vh-md-396 {
    height: 396vh !important;
  }
  .width-md-396 {
    width: 396px !important;
  }
  .height-md-396 {
    height: 396px !important;
  }
  .max-width-md-396 {
    max-width: 396px !important;
  }
  .min-width-md-396 {
    min-width: 396px !important;
  }
  .max-height-md-396 {
    max-height: 396px !important;
  }
  .min-height-md-396 {
    min-height: 396px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-396 {
    width: 396% !important;
  }
  .h-lg-396 {
    height: 396% !important;
  }
  .max-w-lg-396 {
    max-width: 396% !important;
  }
  .min-w-lg-396 {
    min-width: 396% !important;
  }
  .max-h-lg-396 {
    max-height: 396% !important;
  }
  .min-h-lg-396 {
    min-height: 396% !important;
  }
  .min-lg-vw-396 {
    min-width: 396vw !important;
  }
  .min-lg-vh-396 {
    min-height: 396vh !important;
  }
  .vw-lg-396 {
    width: 396vw !important;
  }
  .vh-lg-396 {
    height: 396vh !important;
  }
  .width-lg-396 {
    width: 396px !important;
  }
  .height-lg-396 {
    height: 396px !important;
  }
  .max-width-lg-396 {
    max-width: 396px !important;
  }
  .min-width-lg-396 {
    min-width: 396px !important;
  }
  .max-height-lg-396 {
    max-height: 396px !important;
  }
  .min-height-lg-396 {
    min-height: 396px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-396 {
    width: 396% !important;
  }
  .h-xl-396 {
    height: 396% !important;
  }
  .max-w-xl-396 {
    max-width: 396% !important;
  }
  .min-w-xl-396 {
    min-width: 396% !important;
  }
  .max-h-xl-396 {
    max-height: 396% !important;
  }
  .min-h-xl-396 {
    min-height: 396% !important;
  }
  .min-xl-vw-396 {
    min-width: 396vw !important;
  }
  .min-xl-vh-396 {
    min-height: 396vh !important;
  }
  .vw-xl-396 {
    width: 396vw !important;
  }
  .vh-xl-396 {
    height: 396vh !important;
  }
  .width-xl-396 {
    width: 396px !important;
  }
  .height-xl-396 {
    height: 396px !important;
  }
  .max-width-xl-396 {
    max-width: 396px !important;
  }
  .min-width-xl-396 {
    min-width: 396px !important;
  }
  .max-height-xl-396 {
    max-height: 396px !important;
  }
  .min-height-xl-396 {
    min-height: 396px !important;
  }
}
.w-396 {
  width: 396% !important;
}

.h-396 {
  height: 396% !important;
}

.max-w-396 {
  max-width: 396% !important;
}

.min-w-396 {
  min-width: 396% !important;
}

.max-h-396 {
  max-height: 396% !important;
}

.min-h-396 {
  min-height: 396% !important;
}

.min-vw-396 {
  min-width: 396vw !important;
}

.min-vh-396 {
  min-height: 396vh !important;
}

.vw-396 {
  width: 396vw !important;
}

.vh-396 {
  height: 396vh !important;
}

.width-396 {
  width: 396px !important;
}

.height-396 {
  height: 396px !important;
}

.max-width-396 {
  max-width: 396px !important;
}

.min-width-396 {
  min-width: 396px !important;
}

.max-height-396 {
  max-height: 396px !important;
}

.min-height-396 {
  min-height: 396px !important;
}

@media (max-width: 576px) {
  .w-sm-397 {
    width: 397% !important;
  }
  .h-sm-397 {
    height: 397% !important;
  }
  .max-w-sm-397 {
    max-width: 397% !important;
  }
  .min-w-sm-397 {
    min-width: 397% !important;
  }
  .max-h-sm-397 {
    max-height: 397% !important;
  }
  .min-h-sm-397 {
    min-height: 397% !important;
  }
  .min-sm-vw-397 {
    min-width: 397vw !important;
  }
  .min-sm-vh-397 {
    min-height: 397vh !important;
  }
  .vw-sm-397 {
    width: 397vw !important;
  }
  .vh-sm-397 {
    height: 397vh !important;
  }
  .width-sm-397 {
    width: 397px !important;
  }
  .height-sm-397 {
    height: 397px !important;
  }
  .max-width-sm-397 {
    max-width: 397px !important;
  }
  .min-width-sm-397 {
    min-width: 397px !important;
  }
  .max-height-sm-397 {
    max-height: 397px !important;
  }
  .min-height-sm-397 {
    min-height: 397px !important;
  }
}
@media (max-width: 768px) {
  .w-md-397 {
    width: 397% !important;
  }
  .h-md-397 {
    height: 397% !important;
  }
  .max-w-md-397 {
    max-width: 397% !important;
  }
  .min-w-md-397 {
    min-width: 397% !important;
  }
  .max-h-md-397 {
    max-height: 397% !important;
  }
  .min-h-md-397 {
    min-height: 397% !important;
  }
  .min-md-vw-397 {
    min-width: 397vw !important;
  }
  .min-md-vh-397 {
    min-height: 397vh !important;
  }
  .vw-md-397 {
    width: 397vw !important;
  }
  .vh-md-397 {
    height: 397vh !important;
  }
  .width-md-397 {
    width: 397px !important;
  }
  .height-md-397 {
    height: 397px !important;
  }
  .max-width-md-397 {
    max-width: 397px !important;
  }
  .min-width-md-397 {
    min-width: 397px !important;
  }
  .max-height-md-397 {
    max-height: 397px !important;
  }
  .min-height-md-397 {
    min-height: 397px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-397 {
    width: 397% !important;
  }
  .h-lg-397 {
    height: 397% !important;
  }
  .max-w-lg-397 {
    max-width: 397% !important;
  }
  .min-w-lg-397 {
    min-width: 397% !important;
  }
  .max-h-lg-397 {
    max-height: 397% !important;
  }
  .min-h-lg-397 {
    min-height: 397% !important;
  }
  .min-lg-vw-397 {
    min-width: 397vw !important;
  }
  .min-lg-vh-397 {
    min-height: 397vh !important;
  }
  .vw-lg-397 {
    width: 397vw !important;
  }
  .vh-lg-397 {
    height: 397vh !important;
  }
  .width-lg-397 {
    width: 397px !important;
  }
  .height-lg-397 {
    height: 397px !important;
  }
  .max-width-lg-397 {
    max-width: 397px !important;
  }
  .min-width-lg-397 {
    min-width: 397px !important;
  }
  .max-height-lg-397 {
    max-height: 397px !important;
  }
  .min-height-lg-397 {
    min-height: 397px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-397 {
    width: 397% !important;
  }
  .h-xl-397 {
    height: 397% !important;
  }
  .max-w-xl-397 {
    max-width: 397% !important;
  }
  .min-w-xl-397 {
    min-width: 397% !important;
  }
  .max-h-xl-397 {
    max-height: 397% !important;
  }
  .min-h-xl-397 {
    min-height: 397% !important;
  }
  .min-xl-vw-397 {
    min-width: 397vw !important;
  }
  .min-xl-vh-397 {
    min-height: 397vh !important;
  }
  .vw-xl-397 {
    width: 397vw !important;
  }
  .vh-xl-397 {
    height: 397vh !important;
  }
  .width-xl-397 {
    width: 397px !important;
  }
  .height-xl-397 {
    height: 397px !important;
  }
  .max-width-xl-397 {
    max-width: 397px !important;
  }
  .min-width-xl-397 {
    min-width: 397px !important;
  }
  .max-height-xl-397 {
    max-height: 397px !important;
  }
  .min-height-xl-397 {
    min-height: 397px !important;
  }
}
.w-397 {
  width: 397% !important;
}

.h-397 {
  height: 397% !important;
}

.max-w-397 {
  max-width: 397% !important;
}

.min-w-397 {
  min-width: 397% !important;
}

.max-h-397 {
  max-height: 397% !important;
}

.min-h-397 {
  min-height: 397% !important;
}

.min-vw-397 {
  min-width: 397vw !important;
}

.min-vh-397 {
  min-height: 397vh !important;
}

.vw-397 {
  width: 397vw !important;
}

.vh-397 {
  height: 397vh !important;
}

.width-397 {
  width: 397px !important;
}

.height-397 {
  height: 397px !important;
}

.max-width-397 {
  max-width: 397px !important;
}

.min-width-397 {
  min-width: 397px !important;
}

.max-height-397 {
  max-height: 397px !important;
}

.min-height-397 {
  min-height: 397px !important;
}

@media (max-width: 576px) {
  .w-sm-398 {
    width: 398% !important;
  }
  .h-sm-398 {
    height: 398% !important;
  }
  .max-w-sm-398 {
    max-width: 398% !important;
  }
  .min-w-sm-398 {
    min-width: 398% !important;
  }
  .max-h-sm-398 {
    max-height: 398% !important;
  }
  .min-h-sm-398 {
    min-height: 398% !important;
  }
  .min-sm-vw-398 {
    min-width: 398vw !important;
  }
  .min-sm-vh-398 {
    min-height: 398vh !important;
  }
  .vw-sm-398 {
    width: 398vw !important;
  }
  .vh-sm-398 {
    height: 398vh !important;
  }
  .width-sm-398 {
    width: 398px !important;
  }
  .height-sm-398 {
    height: 398px !important;
  }
  .max-width-sm-398 {
    max-width: 398px !important;
  }
  .min-width-sm-398 {
    min-width: 398px !important;
  }
  .max-height-sm-398 {
    max-height: 398px !important;
  }
  .min-height-sm-398 {
    min-height: 398px !important;
  }
}
@media (max-width: 768px) {
  .w-md-398 {
    width: 398% !important;
  }
  .h-md-398 {
    height: 398% !important;
  }
  .max-w-md-398 {
    max-width: 398% !important;
  }
  .min-w-md-398 {
    min-width: 398% !important;
  }
  .max-h-md-398 {
    max-height: 398% !important;
  }
  .min-h-md-398 {
    min-height: 398% !important;
  }
  .min-md-vw-398 {
    min-width: 398vw !important;
  }
  .min-md-vh-398 {
    min-height: 398vh !important;
  }
  .vw-md-398 {
    width: 398vw !important;
  }
  .vh-md-398 {
    height: 398vh !important;
  }
  .width-md-398 {
    width: 398px !important;
  }
  .height-md-398 {
    height: 398px !important;
  }
  .max-width-md-398 {
    max-width: 398px !important;
  }
  .min-width-md-398 {
    min-width: 398px !important;
  }
  .max-height-md-398 {
    max-height: 398px !important;
  }
  .min-height-md-398 {
    min-height: 398px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-398 {
    width: 398% !important;
  }
  .h-lg-398 {
    height: 398% !important;
  }
  .max-w-lg-398 {
    max-width: 398% !important;
  }
  .min-w-lg-398 {
    min-width: 398% !important;
  }
  .max-h-lg-398 {
    max-height: 398% !important;
  }
  .min-h-lg-398 {
    min-height: 398% !important;
  }
  .min-lg-vw-398 {
    min-width: 398vw !important;
  }
  .min-lg-vh-398 {
    min-height: 398vh !important;
  }
  .vw-lg-398 {
    width: 398vw !important;
  }
  .vh-lg-398 {
    height: 398vh !important;
  }
  .width-lg-398 {
    width: 398px !important;
  }
  .height-lg-398 {
    height: 398px !important;
  }
  .max-width-lg-398 {
    max-width: 398px !important;
  }
  .min-width-lg-398 {
    min-width: 398px !important;
  }
  .max-height-lg-398 {
    max-height: 398px !important;
  }
  .min-height-lg-398 {
    min-height: 398px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-398 {
    width: 398% !important;
  }
  .h-xl-398 {
    height: 398% !important;
  }
  .max-w-xl-398 {
    max-width: 398% !important;
  }
  .min-w-xl-398 {
    min-width: 398% !important;
  }
  .max-h-xl-398 {
    max-height: 398% !important;
  }
  .min-h-xl-398 {
    min-height: 398% !important;
  }
  .min-xl-vw-398 {
    min-width: 398vw !important;
  }
  .min-xl-vh-398 {
    min-height: 398vh !important;
  }
  .vw-xl-398 {
    width: 398vw !important;
  }
  .vh-xl-398 {
    height: 398vh !important;
  }
  .width-xl-398 {
    width: 398px !important;
  }
  .height-xl-398 {
    height: 398px !important;
  }
  .max-width-xl-398 {
    max-width: 398px !important;
  }
  .min-width-xl-398 {
    min-width: 398px !important;
  }
  .max-height-xl-398 {
    max-height: 398px !important;
  }
  .min-height-xl-398 {
    min-height: 398px !important;
  }
}
.w-398 {
  width: 398% !important;
}

.h-398 {
  height: 398% !important;
}

.max-w-398 {
  max-width: 398% !important;
}

.min-w-398 {
  min-width: 398% !important;
}

.max-h-398 {
  max-height: 398% !important;
}

.min-h-398 {
  min-height: 398% !important;
}

.min-vw-398 {
  min-width: 398vw !important;
}

.min-vh-398 {
  min-height: 398vh !important;
}

.vw-398 {
  width: 398vw !important;
}

.vh-398 {
  height: 398vh !important;
}

.width-398 {
  width: 398px !important;
}

.height-398 {
  height: 398px !important;
}

.max-width-398 {
  max-width: 398px !important;
}

.min-width-398 {
  min-width: 398px !important;
}

.max-height-398 {
  max-height: 398px !important;
}

.min-height-398 {
  min-height: 398px !important;
}

@media (max-width: 576px) {
  .w-sm-399 {
    width: 399% !important;
  }
  .h-sm-399 {
    height: 399% !important;
  }
  .max-w-sm-399 {
    max-width: 399% !important;
  }
  .min-w-sm-399 {
    min-width: 399% !important;
  }
  .max-h-sm-399 {
    max-height: 399% !important;
  }
  .min-h-sm-399 {
    min-height: 399% !important;
  }
  .min-sm-vw-399 {
    min-width: 399vw !important;
  }
  .min-sm-vh-399 {
    min-height: 399vh !important;
  }
  .vw-sm-399 {
    width: 399vw !important;
  }
  .vh-sm-399 {
    height: 399vh !important;
  }
  .width-sm-399 {
    width: 399px !important;
  }
  .height-sm-399 {
    height: 399px !important;
  }
  .max-width-sm-399 {
    max-width: 399px !important;
  }
  .min-width-sm-399 {
    min-width: 399px !important;
  }
  .max-height-sm-399 {
    max-height: 399px !important;
  }
  .min-height-sm-399 {
    min-height: 399px !important;
  }
}
@media (max-width: 768px) {
  .w-md-399 {
    width: 399% !important;
  }
  .h-md-399 {
    height: 399% !important;
  }
  .max-w-md-399 {
    max-width: 399% !important;
  }
  .min-w-md-399 {
    min-width: 399% !important;
  }
  .max-h-md-399 {
    max-height: 399% !important;
  }
  .min-h-md-399 {
    min-height: 399% !important;
  }
  .min-md-vw-399 {
    min-width: 399vw !important;
  }
  .min-md-vh-399 {
    min-height: 399vh !important;
  }
  .vw-md-399 {
    width: 399vw !important;
  }
  .vh-md-399 {
    height: 399vh !important;
  }
  .width-md-399 {
    width: 399px !important;
  }
  .height-md-399 {
    height: 399px !important;
  }
  .max-width-md-399 {
    max-width: 399px !important;
  }
  .min-width-md-399 {
    min-width: 399px !important;
  }
  .max-height-md-399 {
    max-height: 399px !important;
  }
  .min-height-md-399 {
    min-height: 399px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-399 {
    width: 399% !important;
  }
  .h-lg-399 {
    height: 399% !important;
  }
  .max-w-lg-399 {
    max-width: 399% !important;
  }
  .min-w-lg-399 {
    min-width: 399% !important;
  }
  .max-h-lg-399 {
    max-height: 399% !important;
  }
  .min-h-lg-399 {
    min-height: 399% !important;
  }
  .min-lg-vw-399 {
    min-width: 399vw !important;
  }
  .min-lg-vh-399 {
    min-height: 399vh !important;
  }
  .vw-lg-399 {
    width: 399vw !important;
  }
  .vh-lg-399 {
    height: 399vh !important;
  }
  .width-lg-399 {
    width: 399px !important;
  }
  .height-lg-399 {
    height: 399px !important;
  }
  .max-width-lg-399 {
    max-width: 399px !important;
  }
  .min-width-lg-399 {
    min-width: 399px !important;
  }
  .max-height-lg-399 {
    max-height: 399px !important;
  }
  .min-height-lg-399 {
    min-height: 399px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-399 {
    width: 399% !important;
  }
  .h-xl-399 {
    height: 399% !important;
  }
  .max-w-xl-399 {
    max-width: 399% !important;
  }
  .min-w-xl-399 {
    min-width: 399% !important;
  }
  .max-h-xl-399 {
    max-height: 399% !important;
  }
  .min-h-xl-399 {
    min-height: 399% !important;
  }
  .min-xl-vw-399 {
    min-width: 399vw !important;
  }
  .min-xl-vh-399 {
    min-height: 399vh !important;
  }
  .vw-xl-399 {
    width: 399vw !important;
  }
  .vh-xl-399 {
    height: 399vh !important;
  }
  .width-xl-399 {
    width: 399px !important;
  }
  .height-xl-399 {
    height: 399px !important;
  }
  .max-width-xl-399 {
    max-width: 399px !important;
  }
  .min-width-xl-399 {
    min-width: 399px !important;
  }
  .max-height-xl-399 {
    max-height: 399px !important;
  }
  .min-height-xl-399 {
    min-height: 399px !important;
  }
}
.w-399 {
  width: 399% !important;
}

.h-399 {
  height: 399% !important;
}

.max-w-399 {
  max-width: 399% !important;
}

.min-w-399 {
  min-width: 399% !important;
}

.max-h-399 {
  max-height: 399% !important;
}

.min-h-399 {
  min-height: 399% !important;
}

.min-vw-399 {
  min-width: 399vw !important;
}

.min-vh-399 {
  min-height: 399vh !important;
}

.vw-399 {
  width: 399vw !important;
}

.vh-399 {
  height: 399vh !important;
}

.width-399 {
  width: 399px !important;
}

.height-399 {
  height: 399px !important;
}

.max-width-399 {
  max-width: 399px !important;
}

.min-width-399 {
  min-width: 399px !important;
}

.max-height-399 {
  max-height: 399px !important;
}

.min-height-399 {
  min-height: 399px !important;
}

@media (max-width: 576px) {
  .w-sm-400 {
    width: 400% !important;
  }
  .h-sm-400 {
    height: 400% !important;
  }
  .max-w-sm-400 {
    max-width: 400% !important;
  }
  .min-w-sm-400 {
    min-width: 400% !important;
  }
  .max-h-sm-400 {
    max-height: 400% !important;
  }
  .min-h-sm-400 {
    min-height: 400% !important;
  }
  .min-sm-vw-400 {
    min-width: 400vw !important;
  }
  .min-sm-vh-400 {
    min-height: 400vh !important;
  }
  .vw-sm-400 {
    width: 400vw !important;
  }
  .vh-sm-400 {
    height: 400vh !important;
  }
  .width-sm-400 {
    width: 400px !important;
  }
  .height-sm-400 {
    height: 400px !important;
  }
  .max-width-sm-400 {
    max-width: 400px !important;
  }
  .min-width-sm-400 {
    min-width: 400px !important;
  }
  .max-height-sm-400 {
    max-height: 400px !important;
  }
  .min-height-sm-400 {
    min-height: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-md-400 {
    width: 400% !important;
  }
  .h-md-400 {
    height: 400% !important;
  }
  .max-w-md-400 {
    max-width: 400% !important;
  }
  .min-w-md-400 {
    min-width: 400% !important;
  }
  .max-h-md-400 {
    max-height: 400% !important;
  }
  .min-h-md-400 {
    min-height: 400% !important;
  }
  .min-md-vw-400 {
    min-width: 400vw !important;
  }
  .min-md-vh-400 {
    min-height: 400vh !important;
  }
  .vw-md-400 {
    width: 400vw !important;
  }
  .vh-md-400 {
    height: 400vh !important;
  }
  .width-md-400 {
    width: 400px !important;
  }
  .height-md-400 {
    height: 400px !important;
  }
  .max-width-md-400 {
    max-width: 400px !important;
  }
  .min-width-md-400 {
    min-width: 400px !important;
  }
  .max-height-md-400 {
    max-height: 400px !important;
  }
  .min-height-md-400 {
    min-height: 400px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-400 {
    width: 400% !important;
  }
  .h-lg-400 {
    height: 400% !important;
  }
  .max-w-lg-400 {
    max-width: 400% !important;
  }
  .min-w-lg-400 {
    min-width: 400% !important;
  }
  .max-h-lg-400 {
    max-height: 400% !important;
  }
  .min-h-lg-400 {
    min-height: 400% !important;
  }
  .min-lg-vw-400 {
    min-width: 400vw !important;
  }
  .min-lg-vh-400 {
    min-height: 400vh !important;
  }
  .vw-lg-400 {
    width: 400vw !important;
  }
  .vh-lg-400 {
    height: 400vh !important;
  }
  .width-lg-400 {
    width: 400px !important;
  }
  .height-lg-400 {
    height: 400px !important;
  }
  .max-width-lg-400 {
    max-width: 400px !important;
  }
  .min-width-lg-400 {
    min-width: 400px !important;
  }
  .max-height-lg-400 {
    max-height: 400px !important;
  }
  .min-height-lg-400 {
    min-height: 400px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-400 {
    width: 400% !important;
  }
  .h-xl-400 {
    height: 400% !important;
  }
  .max-w-xl-400 {
    max-width: 400% !important;
  }
  .min-w-xl-400 {
    min-width: 400% !important;
  }
  .max-h-xl-400 {
    max-height: 400% !important;
  }
  .min-h-xl-400 {
    min-height: 400% !important;
  }
  .min-xl-vw-400 {
    min-width: 400vw !important;
  }
  .min-xl-vh-400 {
    min-height: 400vh !important;
  }
  .vw-xl-400 {
    width: 400vw !important;
  }
  .vh-xl-400 {
    height: 400vh !important;
  }
  .width-xl-400 {
    width: 400px !important;
  }
  .height-xl-400 {
    height: 400px !important;
  }
  .max-width-xl-400 {
    max-width: 400px !important;
  }
  .min-width-xl-400 {
    min-width: 400px !important;
  }
  .max-height-xl-400 {
    max-height: 400px !important;
  }
  .min-height-xl-400 {
    min-height: 400px !important;
  }
}
.w-400 {
  width: 400% !important;
}

.h-400 {
  height: 400% !important;
}

.max-w-400 {
  max-width: 400% !important;
}

.min-w-400 {
  min-width: 400% !important;
}

.max-h-400 {
  max-height: 400% !important;
}

.min-h-400 {
  min-height: 400% !important;
}

.min-vw-400 {
  min-width: 400vw !important;
}

.min-vh-400 {
  min-height: 400vh !important;
}

.vw-400 {
  width: 400vw !important;
}

.vh-400 {
  height: 400vh !important;
}

.width-400 {
  width: 400px !important;
}

.height-400 {
  height: 400px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.max-height-400 {
  max-height: 400px !important;
}

.min-height-400 {
  min-height: 400px !important;
}

@media (max-width: 576px) {
  .w-sm-401 {
    width: 401% !important;
  }
  .h-sm-401 {
    height: 401% !important;
  }
  .max-w-sm-401 {
    max-width: 401% !important;
  }
  .min-w-sm-401 {
    min-width: 401% !important;
  }
  .max-h-sm-401 {
    max-height: 401% !important;
  }
  .min-h-sm-401 {
    min-height: 401% !important;
  }
  .min-sm-vw-401 {
    min-width: 401vw !important;
  }
  .min-sm-vh-401 {
    min-height: 401vh !important;
  }
  .vw-sm-401 {
    width: 401vw !important;
  }
  .vh-sm-401 {
    height: 401vh !important;
  }
  .width-sm-401 {
    width: 401px !important;
  }
  .height-sm-401 {
    height: 401px !important;
  }
  .max-width-sm-401 {
    max-width: 401px !important;
  }
  .min-width-sm-401 {
    min-width: 401px !important;
  }
  .max-height-sm-401 {
    max-height: 401px !important;
  }
  .min-height-sm-401 {
    min-height: 401px !important;
  }
}
@media (max-width: 768px) {
  .w-md-401 {
    width: 401% !important;
  }
  .h-md-401 {
    height: 401% !important;
  }
  .max-w-md-401 {
    max-width: 401% !important;
  }
  .min-w-md-401 {
    min-width: 401% !important;
  }
  .max-h-md-401 {
    max-height: 401% !important;
  }
  .min-h-md-401 {
    min-height: 401% !important;
  }
  .min-md-vw-401 {
    min-width: 401vw !important;
  }
  .min-md-vh-401 {
    min-height: 401vh !important;
  }
  .vw-md-401 {
    width: 401vw !important;
  }
  .vh-md-401 {
    height: 401vh !important;
  }
  .width-md-401 {
    width: 401px !important;
  }
  .height-md-401 {
    height: 401px !important;
  }
  .max-width-md-401 {
    max-width: 401px !important;
  }
  .min-width-md-401 {
    min-width: 401px !important;
  }
  .max-height-md-401 {
    max-height: 401px !important;
  }
  .min-height-md-401 {
    min-height: 401px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-401 {
    width: 401% !important;
  }
  .h-lg-401 {
    height: 401% !important;
  }
  .max-w-lg-401 {
    max-width: 401% !important;
  }
  .min-w-lg-401 {
    min-width: 401% !important;
  }
  .max-h-lg-401 {
    max-height: 401% !important;
  }
  .min-h-lg-401 {
    min-height: 401% !important;
  }
  .min-lg-vw-401 {
    min-width: 401vw !important;
  }
  .min-lg-vh-401 {
    min-height: 401vh !important;
  }
  .vw-lg-401 {
    width: 401vw !important;
  }
  .vh-lg-401 {
    height: 401vh !important;
  }
  .width-lg-401 {
    width: 401px !important;
  }
  .height-lg-401 {
    height: 401px !important;
  }
  .max-width-lg-401 {
    max-width: 401px !important;
  }
  .min-width-lg-401 {
    min-width: 401px !important;
  }
  .max-height-lg-401 {
    max-height: 401px !important;
  }
  .min-height-lg-401 {
    min-height: 401px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-401 {
    width: 401% !important;
  }
  .h-xl-401 {
    height: 401% !important;
  }
  .max-w-xl-401 {
    max-width: 401% !important;
  }
  .min-w-xl-401 {
    min-width: 401% !important;
  }
  .max-h-xl-401 {
    max-height: 401% !important;
  }
  .min-h-xl-401 {
    min-height: 401% !important;
  }
  .min-xl-vw-401 {
    min-width: 401vw !important;
  }
  .min-xl-vh-401 {
    min-height: 401vh !important;
  }
  .vw-xl-401 {
    width: 401vw !important;
  }
  .vh-xl-401 {
    height: 401vh !important;
  }
  .width-xl-401 {
    width: 401px !important;
  }
  .height-xl-401 {
    height: 401px !important;
  }
  .max-width-xl-401 {
    max-width: 401px !important;
  }
  .min-width-xl-401 {
    min-width: 401px !important;
  }
  .max-height-xl-401 {
    max-height: 401px !important;
  }
  .min-height-xl-401 {
    min-height: 401px !important;
  }
}
.w-401 {
  width: 401% !important;
}

.h-401 {
  height: 401% !important;
}

.max-w-401 {
  max-width: 401% !important;
}

.min-w-401 {
  min-width: 401% !important;
}

.max-h-401 {
  max-height: 401% !important;
}

.min-h-401 {
  min-height: 401% !important;
}

.min-vw-401 {
  min-width: 401vw !important;
}

.min-vh-401 {
  min-height: 401vh !important;
}

.vw-401 {
  width: 401vw !important;
}

.vh-401 {
  height: 401vh !important;
}

.width-401 {
  width: 401px !important;
}

.height-401 {
  height: 401px !important;
}

.max-width-401 {
  max-width: 401px !important;
}

.min-width-401 {
  min-width: 401px !important;
}

.max-height-401 {
  max-height: 401px !important;
}

.min-height-401 {
  min-height: 401px !important;
}

@media (max-width: 576px) {
  .w-sm-402 {
    width: 402% !important;
  }
  .h-sm-402 {
    height: 402% !important;
  }
  .max-w-sm-402 {
    max-width: 402% !important;
  }
  .min-w-sm-402 {
    min-width: 402% !important;
  }
  .max-h-sm-402 {
    max-height: 402% !important;
  }
  .min-h-sm-402 {
    min-height: 402% !important;
  }
  .min-sm-vw-402 {
    min-width: 402vw !important;
  }
  .min-sm-vh-402 {
    min-height: 402vh !important;
  }
  .vw-sm-402 {
    width: 402vw !important;
  }
  .vh-sm-402 {
    height: 402vh !important;
  }
  .width-sm-402 {
    width: 402px !important;
  }
  .height-sm-402 {
    height: 402px !important;
  }
  .max-width-sm-402 {
    max-width: 402px !important;
  }
  .min-width-sm-402 {
    min-width: 402px !important;
  }
  .max-height-sm-402 {
    max-height: 402px !important;
  }
  .min-height-sm-402 {
    min-height: 402px !important;
  }
}
@media (max-width: 768px) {
  .w-md-402 {
    width: 402% !important;
  }
  .h-md-402 {
    height: 402% !important;
  }
  .max-w-md-402 {
    max-width: 402% !important;
  }
  .min-w-md-402 {
    min-width: 402% !important;
  }
  .max-h-md-402 {
    max-height: 402% !important;
  }
  .min-h-md-402 {
    min-height: 402% !important;
  }
  .min-md-vw-402 {
    min-width: 402vw !important;
  }
  .min-md-vh-402 {
    min-height: 402vh !important;
  }
  .vw-md-402 {
    width: 402vw !important;
  }
  .vh-md-402 {
    height: 402vh !important;
  }
  .width-md-402 {
    width: 402px !important;
  }
  .height-md-402 {
    height: 402px !important;
  }
  .max-width-md-402 {
    max-width: 402px !important;
  }
  .min-width-md-402 {
    min-width: 402px !important;
  }
  .max-height-md-402 {
    max-height: 402px !important;
  }
  .min-height-md-402 {
    min-height: 402px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-402 {
    width: 402% !important;
  }
  .h-lg-402 {
    height: 402% !important;
  }
  .max-w-lg-402 {
    max-width: 402% !important;
  }
  .min-w-lg-402 {
    min-width: 402% !important;
  }
  .max-h-lg-402 {
    max-height: 402% !important;
  }
  .min-h-lg-402 {
    min-height: 402% !important;
  }
  .min-lg-vw-402 {
    min-width: 402vw !important;
  }
  .min-lg-vh-402 {
    min-height: 402vh !important;
  }
  .vw-lg-402 {
    width: 402vw !important;
  }
  .vh-lg-402 {
    height: 402vh !important;
  }
  .width-lg-402 {
    width: 402px !important;
  }
  .height-lg-402 {
    height: 402px !important;
  }
  .max-width-lg-402 {
    max-width: 402px !important;
  }
  .min-width-lg-402 {
    min-width: 402px !important;
  }
  .max-height-lg-402 {
    max-height: 402px !important;
  }
  .min-height-lg-402 {
    min-height: 402px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-402 {
    width: 402% !important;
  }
  .h-xl-402 {
    height: 402% !important;
  }
  .max-w-xl-402 {
    max-width: 402% !important;
  }
  .min-w-xl-402 {
    min-width: 402% !important;
  }
  .max-h-xl-402 {
    max-height: 402% !important;
  }
  .min-h-xl-402 {
    min-height: 402% !important;
  }
  .min-xl-vw-402 {
    min-width: 402vw !important;
  }
  .min-xl-vh-402 {
    min-height: 402vh !important;
  }
  .vw-xl-402 {
    width: 402vw !important;
  }
  .vh-xl-402 {
    height: 402vh !important;
  }
  .width-xl-402 {
    width: 402px !important;
  }
  .height-xl-402 {
    height: 402px !important;
  }
  .max-width-xl-402 {
    max-width: 402px !important;
  }
  .min-width-xl-402 {
    min-width: 402px !important;
  }
  .max-height-xl-402 {
    max-height: 402px !important;
  }
  .min-height-xl-402 {
    min-height: 402px !important;
  }
}
.w-402 {
  width: 402% !important;
}

.h-402 {
  height: 402% !important;
}

.max-w-402 {
  max-width: 402% !important;
}

.min-w-402 {
  min-width: 402% !important;
}

.max-h-402 {
  max-height: 402% !important;
}

.min-h-402 {
  min-height: 402% !important;
}

.min-vw-402 {
  min-width: 402vw !important;
}

.min-vh-402 {
  min-height: 402vh !important;
}

.vw-402 {
  width: 402vw !important;
}

.vh-402 {
  height: 402vh !important;
}

.width-402 {
  width: 402px !important;
}

.height-402 {
  height: 402px !important;
}

.max-width-402 {
  max-width: 402px !important;
}

.min-width-402 {
  min-width: 402px !important;
}

.max-height-402 {
  max-height: 402px !important;
}

.min-height-402 {
  min-height: 402px !important;
}

@media (max-width: 576px) {
  .w-sm-403 {
    width: 403% !important;
  }
  .h-sm-403 {
    height: 403% !important;
  }
  .max-w-sm-403 {
    max-width: 403% !important;
  }
  .min-w-sm-403 {
    min-width: 403% !important;
  }
  .max-h-sm-403 {
    max-height: 403% !important;
  }
  .min-h-sm-403 {
    min-height: 403% !important;
  }
  .min-sm-vw-403 {
    min-width: 403vw !important;
  }
  .min-sm-vh-403 {
    min-height: 403vh !important;
  }
  .vw-sm-403 {
    width: 403vw !important;
  }
  .vh-sm-403 {
    height: 403vh !important;
  }
  .width-sm-403 {
    width: 403px !important;
  }
  .height-sm-403 {
    height: 403px !important;
  }
  .max-width-sm-403 {
    max-width: 403px !important;
  }
  .min-width-sm-403 {
    min-width: 403px !important;
  }
  .max-height-sm-403 {
    max-height: 403px !important;
  }
  .min-height-sm-403 {
    min-height: 403px !important;
  }
}
@media (max-width: 768px) {
  .w-md-403 {
    width: 403% !important;
  }
  .h-md-403 {
    height: 403% !important;
  }
  .max-w-md-403 {
    max-width: 403% !important;
  }
  .min-w-md-403 {
    min-width: 403% !important;
  }
  .max-h-md-403 {
    max-height: 403% !important;
  }
  .min-h-md-403 {
    min-height: 403% !important;
  }
  .min-md-vw-403 {
    min-width: 403vw !important;
  }
  .min-md-vh-403 {
    min-height: 403vh !important;
  }
  .vw-md-403 {
    width: 403vw !important;
  }
  .vh-md-403 {
    height: 403vh !important;
  }
  .width-md-403 {
    width: 403px !important;
  }
  .height-md-403 {
    height: 403px !important;
  }
  .max-width-md-403 {
    max-width: 403px !important;
  }
  .min-width-md-403 {
    min-width: 403px !important;
  }
  .max-height-md-403 {
    max-height: 403px !important;
  }
  .min-height-md-403 {
    min-height: 403px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-403 {
    width: 403% !important;
  }
  .h-lg-403 {
    height: 403% !important;
  }
  .max-w-lg-403 {
    max-width: 403% !important;
  }
  .min-w-lg-403 {
    min-width: 403% !important;
  }
  .max-h-lg-403 {
    max-height: 403% !important;
  }
  .min-h-lg-403 {
    min-height: 403% !important;
  }
  .min-lg-vw-403 {
    min-width: 403vw !important;
  }
  .min-lg-vh-403 {
    min-height: 403vh !important;
  }
  .vw-lg-403 {
    width: 403vw !important;
  }
  .vh-lg-403 {
    height: 403vh !important;
  }
  .width-lg-403 {
    width: 403px !important;
  }
  .height-lg-403 {
    height: 403px !important;
  }
  .max-width-lg-403 {
    max-width: 403px !important;
  }
  .min-width-lg-403 {
    min-width: 403px !important;
  }
  .max-height-lg-403 {
    max-height: 403px !important;
  }
  .min-height-lg-403 {
    min-height: 403px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-403 {
    width: 403% !important;
  }
  .h-xl-403 {
    height: 403% !important;
  }
  .max-w-xl-403 {
    max-width: 403% !important;
  }
  .min-w-xl-403 {
    min-width: 403% !important;
  }
  .max-h-xl-403 {
    max-height: 403% !important;
  }
  .min-h-xl-403 {
    min-height: 403% !important;
  }
  .min-xl-vw-403 {
    min-width: 403vw !important;
  }
  .min-xl-vh-403 {
    min-height: 403vh !important;
  }
  .vw-xl-403 {
    width: 403vw !important;
  }
  .vh-xl-403 {
    height: 403vh !important;
  }
  .width-xl-403 {
    width: 403px !important;
  }
  .height-xl-403 {
    height: 403px !important;
  }
  .max-width-xl-403 {
    max-width: 403px !important;
  }
  .min-width-xl-403 {
    min-width: 403px !important;
  }
  .max-height-xl-403 {
    max-height: 403px !important;
  }
  .min-height-xl-403 {
    min-height: 403px !important;
  }
}
.w-403 {
  width: 403% !important;
}

.h-403 {
  height: 403% !important;
}

.max-w-403 {
  max-width: 403% !important;
}

.min-w-403 {
  min-width: 403% !important;
}

.max-h-403 {
  max-height: 403% !important;
}

.min-h-403 {
  min-height: 403% !important;
}

.min-vw-403 {
  min-width: 403vw !important;
}

.min-vh-403 {
  min-height: 403vh !important;
}

.vw-403 {
  width: 403vw !important;
}

.vh-403 {
  height: 403vh !important;
}

.width-403 {
  width: 403px !important;
}

.height-403 {
  height: 403px !important;
}

.max-width-403 {
  max-width: 403px !important;
}

.min-width-403 {
  min-width: 403px !important;
}

.max-height-403 {
  max-height: 403px !important;
}

.min-height-403 {
  min-height: 403px !important;
}

@media (max-width: 576px) {
  .w-sm-404 {
    width: 404% !important;
  }
  .h-sm-404 {
    height: 404% !important;
  }
  .max-w-sm-404 {
    max-width: 404% !important;
  }
  .min-w-sm-404 {
    min-width: 404% !important;
  }
  .max-h-sm-404 {
    max-height: 404% !important;
  }
  .min-h-sm-404 {
    min-height: 404% !important;
  }
  .min-sm-vw-404 {
    min-width: 404vw !important;
  }
  .min-sm-vh-404 {
    min-height: 404vh !important;
  }
  .vw-sm-404 {
    width: 404vw !important;
  }
  .vh-sm-404 {
    height: 404vh !important;
  }
  .width-sm-404 {
    width: 404px !important;
  }
  .height-sm-404 {
    height: 404px !important;
  }
  .max-width-sm-404 {
    max-width: 404px !important;
  }
  .min-width-sm-404 {
    min-width: 404px !important;
  }
  .max-height-sm-404 {
    max-height: 404px !important;
  }
  .min-height-sm-404 {
    min-height: 404px !important;
  }
}
@media (max-width: 768px) {
  .w-md-404 {
    width: 404% !important;
  }
  .h-md-404 {
    height: 404% !important;
  }
  .max-w-md-404 {
    max-width: 404% !important;
  }
  .min-w-md-404 {
    min-width: 404% !important;
  }
  .max-h-md-404 {
    max-height: 404% !important;
  }
  .min-h-md-404 {
    min-height: 404% !important;
  }
  .min-md-vw-404 {
    min-width: 404vw !important;
  }
  .min-md-vh-404 {
    min-height: 404vh !important;
  }
  .vw-md-404 {
    width: 404vw !important;
  }
  .vh-md-404 {
    height: 404vh !important;
  }
  .width-md-404 {
    width: 404px !important;
  }
  .height-md-404 {
    height: 404px !important;
  }
  .max-width-md-404 {
    max-width: 404px !important;
  }
  .min-width-md-404 {
    min-width: 404px !important;
  }
  .max-height-md-404 {
    max-height: 404px !important;
  }
  .min-height-md-404 {
    min-height: 404px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-404 {
    width: 404% !important;
  }
  .h-lg-404 {
    height: 404% !important;
  }
  .max-w-lg-404 {
    max-width: 404% !important;
  }
  .min-w-lg-404 {
    min-width: 404% !important;
  }
  .max-h-lg-404 {
    max-height: 404% !important;
  }
  .min-h-lg-404 {
    min-height: 404% !important;
  }
  .min-lg-vw-404 {
    min-width: 404vw !important;
  }
  .min-lg-vh-404 {
    min-height: 404vh !important;
  }
  .vw-lg-404 {
    width: 404vw !important;
  }
  .vh-lg-404 {
    height: 404vh !important;
  }
  .width-lg-404 {
    width: 404px !important;
  }
  .height-lg-404 {
    height: 404px !important;
  }
  .max-width-lg-404 {
    max-width: 404px !important;
  }
  .min-width-lg-404 {
    min-width: 404px !important;
  }
  .max-height-lg-404 {
    max-height: 404px !important;
  }
  .min-height-lg-404 {
    min-height: 404px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-404 {
    width: 404% !important;
  }
  .h-xl-404 {
    height: 404% !important;
  }
  .max-w-xl-404 {
    max-width: 404% !important;
  }
  .min-w-xl-404 {
    min-width: 404% !important;
  }
  .max-h-xl-404 {
    max-height: 404% !important;
  }
  .min-h-xl-404 {
    min-height: 404% !important;
  }
  .min-xl-vw-404 {
    min-width: 404vw !important;
  }
  .min-xl-vh-404 {
    min-height: 404vh !important;
  }
  .vw-xl-404 {
    width: 404vw !important;
  }
  .vh-xl-404 {
    height: 404vh !important;
  }
  .width-xl-404 {
    width: 404px !important;
  }
  .height-xl-404 {
    height: 404px !important;
  }
  .max-width-xl-404 {
    max-width: 404px !important;
  }
  .min-width-xl-404 {
    min-width: 404px !important;
  }
  .max-height-xl-404 {
    max-height: 404px !important;
  }
  .min-height-xl-404 {
    min-height: 404px !important;
  }
}
.w-404 {
  width: 404% !important;
}

.h-404 {
  height: 404% !important;
}

.max-w-404 {
  max-width: 404% !important;
}

.min-w-404 {
  min-width: 404% !important;
}

.max-h-404 {
  max-height: 404% !important;
}

.min-h-404 {
  min-height: 404% !important;
}

.min-vw-404 {
  min-width: 404vw !important;
}

.min-vh-404 {
  min-height: 404vh !important;
}

.vw-404 {
  width: 404vw !important;
}

.vh-404 {
  height: 404vh !important;
}

.width-404 {
  width: 404px !important;
}

.height-404 {
  height: 404px !important;
}

.max-width-404 {
  max-width: 404px !important;
}

.min-width-404 {
  min-width: 404px !important;
}

.max-height-404 {
  max-height: 404px !important;
}

.min-height-404 {
  min-height: 404px !important;
}

@media (max-width: 576px) {
  .w-sm-405 {
    width: 405% !important;
  }
  .h-sm-405 {
    height: 405% !important;
  }
  .max-w-sm-405 {
    max-width: 405% !important;
  }
  .min-w-sm-405 {
    min-width: 405% !important;
  }
  .max-h-sm-405 {
    max-height: 405% !important;
  }
  .min-h-sm-405 {
    min-height: 405% !important;
  }
  .min-sm-vw-405 {
    min-width: 405vw !important;
  }
  .min-sm-vh-405 {
    min-height: 405vh !important;
  }
  .vw-sm-405 {
    width: 405vw !important;
  }
  .vh-sm-405 {
    height: 405vh !important;
  }
  .width-sm-405 {
    width: 405px !important;
  }
  .height-sm-405 {
    height: 405px !important;
  }
  .max-width-sm-405 {
    max-width: 405px !important;
  }
  .min-width-sm-405 {
    min-width: 405px !important;
  }
  .max-height-sm-405 {
    max-height: 405px !important;
  }
  .min-height-sm-405 {
    min-height: 405px !important;
  }
}
@media (max-width: 768px) {
  .w-md-405 {
    width: 405% !important;
  }
  .h-md-405 {
    height: 405% !important;
  }
  .max-w-md-405 {
    max-width: 405% !important;
  }
  .min-w-md-405 {
    min-width: 405% !important;
  }
  .max-h-md-405 {
    max-height: 405% !important;
  }
  .min-h-md-405 {
    min-height: 405% !important;
  }
  .min-md-vw-405 {
    min-width: 405vw !important;
  }
  .min-md-vh-405 {
    min-height: 405vh !important;
  }
  .vw-md-405 {
    width: 405vw !important;
  }
  .vh-md-405 {
    height: 405vh !important;
  }
  .width-md-405 {
    width: 405px !important;
  }
  .height-md-405 {
    height: 405px !important;
  }
  .max-width-md-405 {
    max-width: 405px !important;
  }
  .min-width-md-405 {
    min-width: 405px !important;
  }
  .max-height-md-405 {
    max-height: 405px !important;
  }
  .min-height-md-405 {
    min-height: 405px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-405 {
    width: 405% !important;
  }
  .h-lg-405 {
    height: 405% !important;
  }
  .max-w-lg-405 {
    max-width: 405% !important;
  }
  .min-w-lg-405 {
    min-width: 405% !important;
  }
  .max-h-lg-405 {
    max-height: 405% !important;
  }
  .min-h-lg-405 {
    min-height: 405% !important;
  }
  .min-lg-vw-405 {
    min-width: 405vw !important;
  }
  .min-lg-vh-405 {
    min-height: 405vh !important;
  }
  .vw-lg-405 {
    width: 405vw !important;
  }
  .vh-lg-405 {
    height: 405vh !important;
  }
  .width-lg-405 {
    width: 405px !important;
  }
  .height-lg-405 {
    height: 405px !important;
  }
  .max-width-lg-405 {
    max-width: 405px !important;
  }
  .min-width-lg-405 {
    min-width: 405px !important;
  }
  .max-height-lg-405 {
    max-height: 405px !important;
  }
  .min-height-lg-405 {
    min-height: 405px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-405 {
    width: 405% !important;
  }
  .h-xl-405 {
    height: 405% !important;
  }
  .max-w-xl-405 {
    max-width: 405% !important;
  }
  .min-w-xl-405 {
    min-width: 405% !important;
  }
  .max-h-xl-405 {
    max-height: 405% !important;
  }
  .min-h-xl-405 {
    min-height: 405% !important;
  }
  .min-xl-vw-405 {
    min-width: 405vw !important;
  }
  .min-xl-vh-405 {
    min-height: 405vh !important;
  }
  .vw-xl-405 {
    width: 405vw !important;
  }
  .vh-xl-405 {
    height: 405vh !important;
  }
  .width-xl-405 {
    width: 405px !important;
  }
  .height-xl-405 {
    height: 405px !important;
  }
  .max-width-xl-405 {
    max-width: 405px !important;
  }
  .min-width-xl-405 {
    min-width: 405px !important;
  }
  .max-height-xl-405 {
    max-height: 405px !important;
  }
  .min-height-xl-405 {
    min-height: 405px !important;
  }
}
.w-405 {
  width: 405% !important;
}

.h-405 {
  height: 405% !important;
}

.max-w-405 {
  max-width: 405% !important;
}

.min-w-405 {
  min-width: 405% !important;
}

.max-h-405 {
  max-height: 405% !important;
}

.min-h-405 {
  min-height: 405% !important;
}

.min-vw-405 {
  min-width: 405vw !important;
}

.min-vh-405 {
  min-height: 405vh !important;
}

.vw-405 {
  width: 405vw !important;
}

.vh-405 {
  height: 405vh !important;
}

.width-405 {
  width: 405px !important;
}

.height-405 {
  height: 405px !important;
}

.max-width-405 {
  max-width: 405px !important;
}

.min-width-405 {
  min-width: 405px !important;
}

.max-height-405 {
  max-height: 405px !important;
}

.min-height-405 {
  min-height: 405px !important;
}

@media (max-width: 576px) {
  .w-sm-406 {
    width: 406% !important;
  }
  .h-sm-406 {
    height: 406% !important;
  }
  .max-w-sm-406 {
    max-width: 406% !important;
  }
  .min-w-sm-406 {
    min-width: 406% !important;
  }
  .max-h-sm-406 {
    max-height: 406% !important;
  }
  .min-h-sm-406 {
    min-height: 406% !important;
  }
  .min-sm-vw-406 {
    min-width: 406vw !important;
  }
  .min-sm-vh-406 {
    min-height: 406vh !important;
  }
  .vw-sm-406 {
    width: 406vw !important;
  }
  .vh-sm-406 {
    height: 406vh !important;
  }
  .width-sm-406 {
    width: 406px !important;
  }
  .height-sm-406 {
    height: 406px !important;
  }
  .max-width-sm-406 {
    max-width: 406px !important;
  }
  .min-width-sm-406 {
    min-width: 406px !important;
  }
  .max-height-sm-406 {
    max-height: 406px !important;
  }
  .min-height-sm-406 {
    min-height: 406px !important;
  }
}
@media (max-width: 768px) {
  .w-md-406 {
    width: 406% !important;
  }
  .h-md-406 {
    height: 406% !important;
  }
  .max-w-md-406 {
    max-width: 406% !important;
  }
  .min-w-md-406 {
    min-width: 406% !important;
  }
  .max-h-md-406 {
    max-height: 406% !important;
  }
  .min-h-md-406 {
    min-height: 406% !important;
  }
  .min-md-vw-406 {
    min-width: 406vw !important;
  }
  .min-md-vh-406 {
    min-height: 406vh !important;
  }
  .vw-md-406 {
    width: 406vw !important;
  }
  .vh-md-406 {
    height: 406vh !important;
  }
  .width-md-406 {
    width: 406px !important;
  }
  .height-md-406 {
    height: 406px !important;
  }
  .max-width-md-406 {
    max-width: 406px !important;
  }
  .min-width-md-406 {
    min-width: 406px !important;
  }
  .max-height-md-406 {
    max-height: 406px !important;
  }
  .min-height-md-406 {
    min-height: 406px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-406 {
    width: 406% !important;
  }
  .h-lg-406 {
    height: 406% !important;
  }
  .max-w-lg-406 {
    max-width: 406% !important;
  }
  .min-w-lg-406 {
    min-width: 406% !important;
  }
  .max-h-lg-406 {
    max-height: 406% !important;
  }
  .min-h-lg-406 {
    min-height: 406% !important;
  }
  .min-lg-vw-406 {
    min-width: 406vw !important;
  }
  .min-lg-vh-406 {
    min-height: 406vh !important;
  }
  .vw-lg-406 {
    width: 406vw !important;
  }
  .vh-lg-406 {
    height: 406vh !important;
  }
  .width-lg-406 {
    width: 406px !important;
  }
  .height-lg-406 {
    height: 406px !important;
  }
  .max-width-lg-406 {
    max-width: 406px !important;
  }
  .min-width-lg-406 {
    min-width: 406px !important;
  }
  .max-height-lg-406 {
    max-height: 406px !important;
  }
  .min-height-lg-406 {
    min-height: 406px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-406 {
    width: 406% !important;
  }
  .h-xl-406 {
    height: 406% !important;
  }
  .max-w-xl-406 {
    max-width: 406% !important;
  }
  .min-w-xl-406 {
    min-width: 406% !important;
  }
  .max-h-xl-406 {
    max-height: 406% !important;
  }
  .min-h-xl-406 {
    min-height: 406% !important;
  }
  .min-xl-vw-406 {
    min-width: 406vw !important;
  }
  .min-xl-vh-406 {
    min-height: 406vh !important;
  }
  .vw-xl-406 {
    width: 406vw !important;
  }
  .vh-xl-406 {
    height: 406vh !important;
  }
  .width-xl-406 {
    width: 406px !important;
  }
  .height-xl-406 {
    height: 406px !important;
  }
  .max-width-xl-406 {
    max-width: 406px !important;
  }
  .min-width-xl-406 {
    min-width: 406px !important;
  }
  .max-height-xl-406 {
    max-height: 406px !important;
  }
  .min-height-xl-406 {
    min-height: 406px !important;
  }
}
.w-406 {
  width: 406% !important;
}

.h-406 {
  height: 406% !important;
}

.max-w-406 {
  max-width: 406% !important;
}

.min-w-406 {
  min-width: 406% !important;
}

.max-h-406 {
  max-height: 406% !important;
}

.min-h-406 {
  min-height: 406% !important;
}

.min-vw-406 {
  min-width: 406vw !important;
}

.min-vh-406 {
  min-height: 406vh !important;
}

.vw-406 {
  width: 406vw !important;
}

.vh-406 {
  height: 406vh !important;
}

.width-406 {
  width: 406px !important;
}

.height-406 {
  height: 406px !important;
}

.max-width-406 {
  max-width: 406px !important;
}

.min-width-406 {
  min-width: 406px !important;
}

.max-height-406 {
  max-height: 406px !important;
}

.min-height-406 {
  min-height: 406px !important;
}

@media (max-width: 576px) {
  .w-sm-407 {
    width: 407% !important;
  }
  .h-sm-407 {
    height: 407% !important;
  }
  .max-w-sm-407 {
    max-width: 407% !important;
  }
  .min-w-sm-407 {
    min-width: 407% !important;
  }
  .max-h-sm-407 {
    max-height: 407% !important;
  }
  .min-h-sm-407 {
    min-height: 407% !important;
  }
  .min-sm-vw-407 {
    min-width: 407vw !important;
  }
  .min-sm-vh-407 {
    min-height: 407vh !important;
  }
  .vw-sm-407 {
    width: 407vw !important;
  }
  .vh-sm-407 {
    height: 407vh !important;
  }
  .width-sm-407 {
    width: 407px !important;
  }
  .height-sm-407 {
    height: 407px !important;
  }
  .max-width-sm-407 {
    max-width: 407px !important;
  }
  .min-width-sm-407 {
    min-width: 407px !important;
  }
  .max-height-sm-407 {
    max-height: 407px !important;
  }
  .min-height-sm-407 {
    min-height: 407px !important;
  }
}
@media (max-width: 768px) {
  .w-md-407 {
    width: 407% !important;
  }
  .h-md-407 {
    height: 407% !important;
  }
  .max-w-md-407 {
    max-width: 407% !important;
  }
  .min-w-md-407 {
    min-width: 407% !important;
  }
  .max-h-md-407 {
    max-height: 407% !important;
  }
  .min-h-md-407 {
    min-height: 407% !important;
  }
  .min-md-vw-407 {
    min-width: 407vw !important;
  }
  .min-md-vh-407 {
    min-height: 407vh !important;
  }
  .vw-md-407 {
    width: 407vw !important;
  }
  .vh-md-407 {
    height: 407vh !important;
  }
  .width-md-407 {
    width: 407px !important;
  }
  .height-md-407 {
    height: 407px !important;
  }
  .max-width-md-407 {
    max-width: 407px !important;
  }
  .min-width-md-407 {
    min-width: 407px !important;
  }
  .max-height-md-407 {
    max-height: 407px !important;
  }
  .min-height-md-407 {
    min-height: 407px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-407 {
    width: 407% !important;
  }
  .h-lg-407 {
    height: 407% !important;
  }
  .max-w-lg-407 {
    max-width: 407% !important;
  }
  .min-w-lg-407 {
    min-width: 407% !important;
  }
  .max-h-lg-407 {
    max-height: 407% !important;
  }
  .min-h-lg-407 {
    min-height: 407% !important;
  }
  .min-lg-vw-407 {
    min-width: 407vw !important;
  }
  .min-lg-vh-407 {
    min-height: 407vh !important;
  }
  .vw-lg-407 {
    width: 407vw !important;
  }
  .vh-lg-407 {
    height: 407vh !important;
  }
  .width-lg-407 {
    width: 407px !important;
  }
  .height-lg-407 {
    height: 407px !important;
  }
  .max-width-lg-407 {
    max-width: 407px !important;
  }
  .min-width-lg-407 {
    min-width: 407px !important;
  }
  .max-height-lg-407 {
    max-height: 407px !important;
  }
  .min-height-lg-407 {
    min-height: 407px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-407 {
    width: 407% !important;
  }
  .h-xl-407 {
    height: 407% !important;
  }
  .max-w-xl-407 {
    max-width: 407% !important;
  }
  .min-w-xl-407 {
    min-width: 407% !important;
  }
  .max-h-xl-407 {
    max-height: 407% !important;
  }
  .min-h-xl-407 {
    min-height: 407% !important;
  }
  .min-xl-vw-407 {
    min-width: 407vw !important;
  }
  .min-xl-vh-407 {
    min-height: 407vh !important;
  }
  .vw-xl-407 {
    width: 407vw !important;
  }
  .vh-xl-407 {
    height: 407vh !important;
  }
  .width-xl-407 {
    width: 407px !important;
  }
  .height-xl-407 {
    height: 407px !important;
  }
  .max-width-xl-407 {
    max-width: 407px !important;
  }
  .min-width-xl-407 {
    min-width: 407px !important;
  }
  .max-height-xl-407 {
    max-height: 407px !important;
  }
  .min-height-xl-407 {
    min-height: 407px !important;
  }
}
.w-407 {
  width: 407% !important;
}

.h-407 {
  height: 407% !important;
}

.max-w-407 {
  max-width: 407% !important;
}

.min-w-407 {
  min-width: 407% !important;
}

.max-h-407 {
  max-height: 407% !important;
}

.min-h-407 {
  min-height: 407% !important;
}

.min-vw-407 {
  min-width: 407vw !important;
}

.min-vh-407 {
  min-height: 407vh !important;
}

.vw-407 {
  width: 407vw !important;
}

.vh-407 {
  height: 407vh !important;
}

.width-407 {
  width: 407px !important;
}

.height-407 {
  height: 407px !important;
}

.max-width-407 {
  max-width: 407px !important;
}

.min-width-407 {
  min-width: 407px !important;
}

.max-height-407 {
  max-height: 407px !important;
}

.min-height-407 {
  min-height: 407px !important;
}

@media (max-width: 576px) {
  .w-sm-408 {
    width: 408% !important;
  }
  .h-sm-408 {
    height: 408% !important;
  }
  .max-w-sm-408 {
    max-width: 408% !important;
  }
  .min-w-sm-408 {
    min-width: 408% !important;
  }
  .max-h-sm-408 {
    max-height: 408% !important;
  }
  .min-h-sm-408 {
    min-height: 408% !important;
  }
  .min-sm-vw-408 {
    min-width: 408vw !important;
  }
  .min-sm-vh-408 {
    min-height: 408vh !important;
  }
  .vw-sm-408 {
    width: 408vw !important;
  }
  .vh-sm-408 {
    height: 408vh !important;
  }
  .width-sm-408 {
    width: 408px !important;
  }
  .height-sm-408 {
    height: 408px !important;
  }
  .max-width-sm-408 {
    max-width: 408px !important;
  }
  .min-width-sm-408 {
    min-width: 408px !important;
  }
  .max-height-sm-408 {
    max-height: 408px !important;
  }
  .min-height-sm-408 {
    min-height: 408px !important;
  }
}
@media (max-width: 768px) {
  .w-md-408 {
    width: 408% !important;
  }
  .h-md-408 {
    height: 408% !important;
  }
  .max-w-md-408 {
    max-width: 408% !important;
  }
  .min-w-md-408 {
    min-width: 408% !important;
  }
  .max-h-md-408 {
    max-height: 408% !important;
  }
  .min-h-md-408 {
    min-height: 408% !important;
  }
  .min-md-vw-408 {
    min-width: 408vw !important;
  }
  .min-md-vh-408 {
    min-height: 408vh !important;
  }
  .vw-md-408 {
    width: 408vw !important;
  }
  .vh-md-408 {
    height: 408vh !important;
  }
  .width-md-408 {
    width: 408px !important;
  }
  .height-md-408 {
    height: 408px !important;
  }
  .max-width-md-408 {
    max-width: 408px !important;
  }
  .min-width-md-408 {
    min-width: 408px !important;
  }
  .max-height-md-408 {
    max-height: 408px !important;
  }
  .min-height-md-408 {
    min-height: 408px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-408 {
    width: 408% !important;
  }
  .h-lg-408 {
    height: 408% !important;
  }
  .max-w-lg-408 {
    max-width: 408% !important;
  }
  .min-w-lg-408 {
    min-width: 408% !important;
  }
  .max-h-lg-408 {
    max-height: 408% !important;
  }
  .min-h-lg-408 {
    min-height: 408% !important;
  }
  .min-lg-vw-408 {
    min-width: 408vw !important;
  }
  .min-lg-vh-408 {
    min-height: 408vh !important;
  }
  .vw-lg-408 {
    width: 408vw !important;
  }
  .vh-lg-408 {
    height: 408vh !important;
  }
  .width-lg-408 {
    width: 408px !important;
  }
  .height-lg-408 {
    height: 408px !important;
  }
  .max-width-lg-408 {
    max-width: 408px !important;
  }
  .min-width-lg-408 {
    min-width: 408px !important;
  }
  .max-height-lg-408 {
    max-height: 408px !important;
  }
  .min-height-lg-408 {
    min-height: 408px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-408 {
    width: 408% !important;
  }
  .h-xl-408 {
    height: 408% !important;
  }
  .max-w-xl-408 {
    max-width: 408% !important;
  }
  .min-w-xl-408 {
    min-width: 408% !important;
  }
  .max-h-xl-408 {
    max-height: 408% !important;
  }
  .min-h-xl-408 {
    min-height: 408% !important;
  }
  .min-xl-vw-408 {
    min-width: 408vw !important;
  }
  .min-xl-vh-408 {
    min-height: 408vh !important;
  }
  .vw-xl-408 {
    width: 408vw !important;
  }
  .vh-xl-408 {
    height: 408vh !important;
  }
  .width-xl-408 {
    width: 408px !important;
  }
  .height-xl-408 {
    height: 408px !important;
  }
  .max-width-xl-408 {
    max-width: 408px !important;
  }
  .min-width-xl-408 {
    min-width: 408px !important;
  }
  .max-height-xl-408 {
    max-height: 408px !important;
  }
  .min-height-xl-408 {
    min-height: 408px !important;
  }
}
.w-408 {
  width: 408% !important;
}

.h-408 {
  height: 408% !important;
}

.max-w-408 {
  max-width: 408% !important;
}

.min-w-408 {
  min-width: 408% !important;
}

.max-h-408 {
  max-height: 408% !important;
}

.min-h-408 {
  min-height: 408% !important;
}

.min-vw-408 {
  min-width: 408vw !important;
}

.min-vh-408 {
  min-height: 408vh !important;
}

.vw-408 {
  width: 408vw !important;
}

.vh-408 {
  height: 408vh !important;
}

.width-408 {
  width: 408px !important;
}

.height-408 {
  height: 408px !important;
}

.max-width-408 {
  max-width: 408px !important;
}

.min-width-408 {
  min-width: 408px !important;
}

.max-height-408 {
  max-height: 408px !important;
}

.min-height-408 {
  min-height: 408px !important;
}

@media (max-width: 576px) {
  .w-sm-409 {
    width: 409% !important;
  }
  .h-sm-409 {
    height: 409% !important;
  }
  .max-w-sm-409 {
    max-width: 409% !important;
  }
  .min-w-sm-409 {
    min-width: 409% !important;
  }
  .max-h-sm-409 {
    max-height: 409% !important;
  }
  .min-h-sm-409 {
    min-height: 409% !important;
  }
  .min-sm-vw-409 {
    min-width: 409vw !important;
  }
  .min-sm-vh-409 {
    min-height: 409vh !important;
  }
  .vw-sm-409 {
    width: 409vw !important;
  }
  .vh-sm-409 {
    height: 409vh !important;
  }
  .width-sm-409 {
    width: 409px !important;
  }
  .height-sm-409 {
    height: 409px !important;
  }
  .max-width-sm-409 {
    max-width: 409px !important;
  }
  .min-width-sm-409 {
    min-width: 409px !important;
  }
  .max-height-sm-409 {
    max-height: 409px !important;
  }
  .min-height-sm-409 {
    min-height: 409px !important;
  }
}
@media (max-width: 768px) {
  .w-md-409 {
    width: 409% !important;
  }
  .h-md-409 {
    height: 409% !important;
  }
  .max-w-md-409 {
    max-width: 409% !important;
  }
  .min-w-md-409 {
    min-width: 409% !important;
  }
  .max-h-md-409 {
    max-height: 409% !important;
  }
  .min-h-md-409 {
    min-height: 409% !important;
  }
  .min-md-vw-409 {
    min-width: 409vw !important;
  }
  .min-md-vh-409 {
    min-height: 409vh !important;
  }
  .vw-md-409 {
    width: 409vw !important;
  }
  .vh-md-409 {
    height: 409vh !important;
  }
  .width-md-409 {
    width: 409px !important;
  }
  .height-md-409 {
    height: 409px !important;
  }
  .max-width-md-409 {
    max-width: 409px !important;
  }
  .min-width-md-409 {
    min-width: 409px !important;
  }
  .max-height-md-409 {
    max-height: 409px !important;
  }
  .min-height-md-409 {
    min-height: 409px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-409 {
    width: 409% !important;
  }
  .h-lg-409 {
    height: 409% !important;
  }
  .max-w-lg-409 {
    max-width: 409% !important;
  }
  .min-w-lg-409 {
    min-width: 409% !important;
  }
  .max-h-lg-409 {
    max-height: 409% !important;
  }
  .min-h-lg-409 {
    min-height: 409% !important;
  }
  .min-lg-vw-409 {
    min-width: 409vw !important;
  }
  .min-lg-vh-409 {
    min-height: 409vh !important;
  }
  .vw-lg-409 {
    width: 409vw !important;
  }
  .vh-lg-409 {
    height: 409vh !important;
  }
  .width-lg-409 {
    width: 409px !important;
  }
  .height-lg-409 {
    height: 409px !important;
  }
  .max-width-lg-409 {
    max-width: 409px !important;
  }
  .min-width-lg-409 {
    min-width: 409px !important;
  }
  .max-height-lg-409 {
    max-height: 409px !important;
  }
  .min-height-lg-409 {
    min-height: 409px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-409 {
    width: 409% !important;
  }
  .h-xl-409 {
    height: 409% !important;
  }
  .max-w-xl-409 {
    max-width: 409% !important;
  }
  .min-w-xl-409 {
    min-width: 409% !important;
  }
  .max-h-xl-409 {
    max-height: 409% !important;
  }
  .min-h-xl-409 {
    min-height: 409% !important;
  }
  .min-xl-vw-409 {
    min-width: 409vw !important;
  }
  .min-xl-vh-409 {
    min-height: 409vh !important;
  }
  .vw-xl-409 {
    width: 409vw !important;
  }
  .vh-xl-409 {
    height: 409vh !important;
  }
  .width-xl-409 {
    width: 409px !important;
  }
  .height-xl-409 {
    height: 409px !important;
  }
  .max-width-xl-409 {
    max-width: 409px !important;
  }
  .min-width-xl-409 {
    min-width: 409px !important;
  }
  .max-height-xl-409 {
    max-height: 409px !important;
  }
  .min-height-xl-409 {
    min-height: 409px !important;
  }
}
.w-409 {
  width: 409% !important;
}

.h-409 {
  height: 409% !important;
}

.max-w-409 {
  max-width: 409% !important;
}

.min-w-409 {
  min-width: 409% !important;
}

.max-h-409 {
  max-height: 409% !important;
}

.min-h-409 {
  min-height: 409% !important;
}

.min-vw-409 {
  min-width: 409vw !important;
}

.min-vh-409 {
  min-height: 409vh !important;
}

.vw-409 {
  width: 409vw !important;
}

.vh-409 {
  height: 409vh !important;
}

.width-409 {
  width: 409px !important;
}

.height-409 {
  height: 409px !important;
}

.max-width-409 {
  max-width: 409px !important;
}

.min-width-409 {
  min-width: 409px !important;
}

.max-height-409 {
  max-height: 409px !important;
}

.min-height-409 {
  min-height: 409px !important;
}

@media (max-width: 576px) {
  .w-sm-410 {
    width: 410% !important;
  }
  .h-sm-410 {
    height: 410% !important;
  }
  .max-w-sm-410 {
    max-width: 410% !important;
  }
  .min-w-sm-410 {
    min-width: 410% !important;
  }
  .max-h-sm-410 {
    max-height: 410% !important;
  }
  .min-h-sm-410 {
    min-height: 410% !important;
  }
  .min-sm-vw-410 {
    min-width: 410vw !important;
  }
  .min-sm-vh-410 {
    min-height: 410vh !important;
  }
  .vw-sm-410 {
    width: 410vw !important;
  }
  .vh-sm-410 {
    height: 410vh !important;
  }
  .width-sm-410 {
    width: 410px !important;
  }
  .height-sm-410 {
    height: 410px !important;
  }
  .max-width-sm-410 {
    max-width: 410px !important;
  }
  .min-width-sm-410 {
    min-width: 410px !important;
  }
  .max-height-sm-410 {
    max-height: 410px !important;
  }
  .min-height-sm-410 {
    min-height: 410px !important;
  }
}
@media (max-width: 768px) {
  .w-md-410 {
    width: 410% !important;
  }
  .h-md-410 {
    height: 410% !important;
  }
  .max-w-md-410 {
    max-width: 410% !important;
  }
  .min-w-md-410 {
    min-width: 410% !important;
  }
  .max-h-md-410 {
    max-height: 410% !important;
  }
  .min-h-md-410 {
    min-height: 410% !important;
  }
  .min-md-vw-410 {
    min-width: 410vw !important;
  }
  .min-md-vh-410 {
    min-height: 410vh !important;
  }
  .vw-md-410 {
    width: 410vw !important;
  }
  .vh-md-410 {
    height: 410vh !important;
  }
  .width-md-410 {
    width: 410px !important;
  }
  .height-md-410 {
    height: 410px !important;
  }
  .max-width-md-410 {
    max-width: 410px !important;
  }
  .min-width-md-410 {
    min-width: 410px !important;
  }
  .max-height-md-410 {
    max-height: 410px !important;
  }
  .min-height-md-410 {
    min-height: 410px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-410 {
    width: 410% !important;
  }
  .h-lg-410 {
    height: 410% !important;
  }
  .max-w-lg-410 {
    max-width: 410% !important;
  }
  .min-w-lg-410 {
    min-width: 410% !important;
  }
  .max-h-lg-410 {
    max-height: 410% !important;
  }
  .min-h-lg-410 {
    min-height: 410% !important;
  }
  .min-lg-vw-410 {
    min-width: 410vw !important;
  }
  .min-lg-vh-410 {
    min-height: 410vh !important;
  }
  .vw-lg-410 {
    width: 410vw !important;
  }
  .vh-lg-410 {
    height: 410vh !important;
  }
  .width-lg-410 {
    width: 410px !important;
  }
  .height-lg-410 {
    height: 410px !important;
  }
  .max-width-lg-410 {
    max-width: 410px !important;
  }
  .min-width-lg-410 {
    min-width: 410px !important;
  }
  .max-height-lg-410 {
    max-height: 410px !important;
  }
  .min-height-lg-410 {
    min-height: 410px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-410 {
    width: 410% !important;
  }
  .h-xl-410 {
    height: 410% !important;
  }
  .max-w-xl-410 {
    max-width: 410% !important;
  }
  .min-w-xl-410 {
    min-width: 410% !important;
  }
  .max-h-xl-410 {
    max-height: 410% !important;
  }
  .min-h-xl-410 {
    min-height: 410% !important;
  }
  .min-xl-vw-410 {
    min-width: 410vw !important;
  }
  .min-xl-vh-410 {
    min-height: 410vh !important;
  }
  .vw-xl-410 {
    width: 410vw !important;
  }
  .vh-xl-410 {
    height: 410vh !important;
  }
  .width-xl-410 {
    width: 410px !important;
  }
  .height-xl-410 {
    height: 410px !important;
  }
  .max-width-xl-410 {
    max-width: 410px !important;
  }
  .min-width-xl-410 {
    min-width: 410px !important;
  }
  .max-height-xl-410 {
    max-height: 410px !important;
  }
  .min-height-xl-410 {
    min-height: 410px !important;
  }
}
.w-410 {
  width: 410% !important;
}

.h-410 {
  height: 410% !important;
}

.max-w-410 {
  max-width: 410% !important;
}

.min-w-410 {
  min-width: 410% !important;
}

.max-h-410 {
  max-height: 410% !important;
}

.min-h-410 {
  min-height: 410% !important;
}

.min-vw-410 {
  min-width: 410vw !important;
}

.min-vh-410 {
  min-height: 410vh !important;
}

.vw-410 {
  width: 410vw !important;
}

.vh-410 {
  height: 410vh !important;
}

.width-410 {
  width: 410px !important;
}

.height-410 {
  height: 410px !important;
}

.max-width-410 {
  max-width: 410px !important;
}

.min-width-410 {
  min-width: 410px !important;
}

.max-height-410 {
  max-height: 410px !important;
}

.min-height-410 {
  min-height: 410px !important;
}

@media (max-width: 576px) {
  .w-sm-411 {
    width: 411% !important;
  }
  .h-sm-411 {
    height: 411% !important;
  }
  .max-w-sm-411 {
    max-width: 411% !important;
  }
  .min-w-sm-411 {
    min-width: 411% !important;
  }
  .max-h-sm-411 {
    max-height: 411% !important;
  }
  .min-h-sm-411 {
    min-height: 411% !important;
  }
  .min-sm-vw-411 {
    min-width: 411vw !important;
  }
  .min-sm-vh-411 {
    min-height: 411vh !important;
  }
  .vw-sm-411 {
    width: 411vw !important;
  }
  .vh-sm-411 {
    height: 411vh !important;
  }
  .width-sm-411 {
    width: 411px !important;
  }
  .height-sm-411 {
    height: 411px !important;
  }
  .max-width-sm-411 {
    max-width: 411px !important;
  }
  .min-width-sm-411 {
    min-width: 411px !important;
  }
  .max-height-sm-411 {
    max-height: 411px !important;
  }
  .min-height-sm-411 {
    min-height: 411px !important;
  }
}
@media (max-width: 768px) {
  .w-md-411 {
    width: 411% !important;
  }
  .h-md-411 {
    height: 411% !important;
  }
  .max-w-md-411 {
    max-width: 411% !important;
  }
  .min-w-md-411 {
    min-width: 411% !important;
  }
  .max-h-md-411 {
    max-height: 411% !important;
  }
  .min-h-md-411 {
    min-height: 411% !important;
  }
  .min-md-vw-411 {
    min-width: 411vw !important;
  }
  .min-md-vh-411 {
    min-height: 411vh !important;
  }
  .vw-md-411 {
    width: 411vw !important;
  }
  .vh-md-411 {
    height: 411vh !important;
  }
  .width-md-411 {
    width: 411px !important;
  }
  .height-md-411 {
    height: 411px !important;
  }
  .max-width-md-411 {
    max-width: 411px !important;
  }
  .min-width-md-411 {
    min-width: 411px !important;
  }
  .max-height-md-411 {
    max-height: 411px !important;
  }
  .min-height-md-411 {
    min-height: 411px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-411 {
    width: 411% !important;
  }
  .h-lg-411 {
    height: 411% !important;
  }
  .max-w-lg-411 {
    max-width: 411% !important;
  }
  .min-w-lg-411 {
    min-width: 411% !important;
  }
  .max-h-lg-411 {
    max-height: 411% !important;
  }
  .min-h-lg-411 {
    min-height: 411% !important;
  }
  .min-lg-vw-411 {
    min-width: 411vw !important;
  }
  .min-lg-vh-411 {
    min-height: 411vh !important;
  }
  .vw-lg-411 {
    width: 411vw !important;
  }
  .vh-lg-411 {
    height: 411vh !important;
  }
  .width-lg-411 {
    width: 411px !important;
  }
  .height-lg-411 {
    height: 411px !important;
  }
  .max-width-lg-411 {
    max-width: 411px !important;
  }
  .min-width-lg-411 {
    min-width: 411px !important;
  }
  .max-height-lg-411 {
    max-height: 411px !important;
  }
  .min-height-lg-411 {
    min-height: 411px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-411 {
    width: 411% !important;
  }
  .h-xl-411 {
    height: 411% !important;
  }
  .max-w-xl-411 {
    max-width: 411% !important;
  }
  .min-w-xl-411 {
    min-width: 411% !important;
  }
  .max-h-xl-411 {
    max-height: 411% !important;
  }
  .min-h-xl-411 {
    min-height: 411% !important;
  }
  .min-xl-vw-411 {
    min-width: 411vw !important;
  }
  .min-xl-vh-411 {
    min-height: 411vh !important;
  }
  .vw-xl-411 {
    width: 411vw !important;
  }
  .vh-xl-411 {
    height: 411vh !important;
  }
  .width-xl-411 {
    width: 411px !important;
  }
  .height-xl-411 {
    height: 411px !important;
  }
  .max-width-xl-411 {
    max-width: 411px !important;
  }
  .min-width-xl-411 {
    min-width: 411px !important;
  }
  .max-height-xl-411 {
    max-height: 411px !important;
  }
  .min-height-xl-411 {
    min-height: 411px !important;
  }
}
.w-411 {
  width: 411% !important;
}

.h-411 {
  height: 411% !important;
}

.max-w-411 {
  max-width: 411% !important;
}

.min-w-411 {
  min-width: 411% !important;
}

.max-h-411 {
  max-height: 411% !important;
}

.min-h-411 {
  min-height: 411% !important;
}

.min-vw-411 {
  min-width: 411vw !important;
}

.min-vh-411 {
  min-height: 411vh !important;
}

.vw-411 {
  width: 411vw !important;
}

.vh-411 {
  height: 411vh !important;
}

.width-411 {
  width: 411px !important;
}

.height-411 {
  height: 411px !important;
}

.max-width-411 {
  max-width: 411px !important;
}

.min-width-411 {
  min-width: 411px !important;
}

.max-height-411 {
  max-height: 411px !important;
}

.min-height-411 {
  min-height: 411px !important;
}

@media (max-width: 576px) {
  .w-sm-412 {
    width: 412% !important;
  }
  .h-sm-412 {
    height: 412% !important;
  }
  .max-w-sm-412 {
    max-width: 412% !important;
  }
  .min-w-sm-412 {
    min-width: 412% !important;
  }
  .max-h-sm-412 {
    max-height: 412% !important;
  }
  .min-h-sm-412 {
    min-height: 412% !important;
  }
  .min-sm-vw-412 {
    min-width: 412vw !important;
  }
  .min-sm-vh-412 {
    min-height: 412vh !important;
  }
  .vw-sm-412 {
    width: 412vw !important;
  }
  .vh-sm-412 {
    height: 412vh !important;
  }
  .width-sm-412 {
    width: 412px !important;
  }
  .height-sm-412 {
    height: 412px !important;
  }
  .max-width-sm-412 {
    max-width: 412px !important;
  }
  .min-width-sm-412 {
    min-width: 412px !important;
  }
  .max-height-sm-412 {
    max-height: 412px !important;
  }
  .min-height-sm-412 {
    min-height: 412px !important;
  }
}
@media (max-width: 768px) {
  .w-md-412 {
    width: 412% !important;
  }
  .h-md-412 {
    height: 412% !important;
  }
  .max-w-md-412 {
    max-width: 412% !important;
  }
  .min-w-md-412 {
    min-width: 412% !important;
  }
  .max-h-md-412 {
    max-height: 412% !important;
  }
  .min-h-md-412 {
    min-height: 412% !important;
  }
  .min-md-vw-412 {
    min-width: 412vw !important;
  }
  .min-md-vh-412 {
    min-height: 412vh !important;
  }
  .vw-md-412 {
    width: 412vw !important;
  }
  .vh-md-412 {
    height: 412vh !important;
  }
  .width-md-412 {
    width: 412px !important;
  }
  .height-md-412 {
    height: 412px !important;
  }
  .max-width-md-412 {
    max-width: 412px !important;
  }
  .min-width-md-412 {
    min-width: 412px !important;
  }
  .max-height-md-412 {
    max-height: 412px !important;
  }
  .min-height-md-412 {
    min-height: 412px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-412 {
    width: 412% !important;
  }
  .h-lg-412 {
    height: 412% !important;
  }
  .max-w-lg-412 {
    max-width: 412% !important;
  }
  .min-w-lg-412 {
    min-width: 412% !important;
  }
  .max-h-lg-412 {
    max-height: 412% !important;
  }
  .min-h-lg-412 {
    min-height: 412% !important;
  }
  .min-lg-vw-412 {
    min-width: 412vw !important;
  }
  .min-lg-vh-412 {
    min-height: 412vh !important;
  }
  .vw-lg-412 {
    width: 412vw !important;
  }
  .vh-lg-412 {
    height: 412vh !important;
  }
  .width-lg-412 {
    width: 412px !important;
  }
  .height-lg-412 {
    height: 412px !important;
  }
  .max-width-lg-412 {
    max-width: 412px !important;
  }
  .min-width-lg-412 {
    min-width: 412px !important;
  }
  .max-height-lg-412 {
    max-height: 412px !important;
  }
  .min-height-lg-412 {
    min-height: 412px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-412 {
    width: 412% !important;
  }
  .h-xl-412 {
    height: 412% !important;
  }
  .max-w-xl-412 {
    max-width: 412% !important;
  }
  .min-w-xl-412 {
    min-width: 412% !important;
  }
  .max-h-xl-412 {
    max-height: 412% !important;
  }
  .min-h-xl-412 {
    min-height: 412% !important;
  }
  .min-xl-vw-412 {
    min-width: 412vw !important;
  }
  .min-xl-vh-412 {
    min-height: 412vh !important;
  }
  .vw-xl-412 {
    width: 412vw !important;
  }
  .vh-xl-412 {
    height: 412vh !important;
  }
  .width-xl-412 {
    width: 412px !important;
  }
  .height-xl-412 {
    height: 412px !important;
  }
  .max-width-xl-412 {
    max-width: 412px !important;
  }
  .min-width-xl-412 {
    min-width: 412px !important;
  }
  .max-height-xl-412 {
    max-height: 412px !important;
  }
  .min-height-xl-412 {
    min-height: 412px !important;
  }
}
.w-412 {
  width: 412% !important;
}

.h-412 {
  height: 412% !important;
}

.max-w-412 {
  max-width: 412% !important;
}

.min-w-412 {
  min-width: 412% !important;
}

.max-h-412 {
  max-height: 412% !important;
}

.min-h-412 {
  min-height: 412% !important;
}

.min-vw-412 {
  min-width: 412vw !important;
}

.min-vh-412 {
  min-height: 412vh !important;
}

.vw-412 {
  width: 412vw !important;
}

.vh-412 {
  height: 412vh !important;
}

.width-412 {
  width: 412px !important;
}

.height-412 {
  height: 412px !important;
}

.max-width-412 {
  max-width: 412px !important;
}

.min-width-412 {
  min-width: 412px !important;
}

.max-height-412 {
  max-height: 412px !important;
}

.min-height-412 {
  min-height: 412px !important;
}

@media (max-width: 576px) {
  .w-sm-413 {
    width: 413% !important;
  }
  .h-sm-413 {
    height: 413% !important;
  }
  .max-w-sm-413 {
    max-width: 413% !important;
  }
  .min-w-sm-413 {
    min-width: 413% !important;
  }
  .max-h-sm-413 {
    max-height: 413% !important;
  }
  .min-h-sm-413 {
    min-height: 413% !important;
  }
  .min-sm-vw-413 {
    min-width: 413vw !important;
  }
  .min-sm-vh-413 {
    min-height: 413vh !important;
  }
  .vw-sm-413 {
    width: 413vw !important;
  }
  .vh-sm-413 {
    height: 413vh !important;
  }
  .width-sm-413 {
    width: 413px !important;
  }
  .height-sm-413 {
    height: 413px !important;
  }
  .max-width-sm-413 {
    max-width: 413px !important;
  }
  .min-width-sm-413 {
    min-width: 413px !important;
  }
  .max-height-sm-413 {
    max-height: 413px !important;
  }
  .min-height-sm-413 {
    min-height: 413px !important;
  }
}
@media (max-width: 768px) {
  .w-md-413 {
    width: 413% !important;
  }
  .h-md-413 {
    height: 413% !important;
  }
  .max-w-md-413 {
    max-width: 413% !important;
  }
  .min-w-md-413 {
    min-width: 413% !important;
  }
  .max-h-md-413 {
    max-height: 413% !important;
  }
  .min-h-md-413 {
    min-height: 413% !important;
  }
  .min-md-vw-413 {
    min-width: 413vw !important;
  }
  .min-md-vh-413 {
    min-height: 413vh !important;
  }
  .vw-md-413 {
    width: 413vw !important;
  }
  .vh-md-413 {
    height: 413vh !important;
  }
  .width-md-413 {
    width: 413px !important;
  }
  .height-md-413 {
    height: 413px !important;
  }
  .max-width-md-413 {
    max-width: 413px !important;
  }
  .min-width-md-413 {
    min-width: 413px !important;
  }
  .max-height-md-413 {
    max-height: 413px !important;
  }
  .min-height-md-413 {
    min-height: 413px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-413 {
    width: 413% !important;
  }
  .h-lg-413 {
    height: 413% !important;
  }
  .max-w-lg-413 {
    max-width: 413% !important;
  }
  .min-w-lg-413 {
    min-width: 413% !important;
  }
  .max-h-lg-413 {
    max-height: 413% !important;
  }
  .min-h-lg-413 {
    min-height: 413% !important;
  }
  .min-lg-vw-413 {
    min-width: 413vw !important;
  }
  .min-lg-vh-413 {
    min-height: 413vh !important;
  }
  .vw-lg-413 {
    width: 413vw !important;
  }
  .vh-lg-413 {
    height: 413vh !important;
  }
  .width-lg-413 {
    width: 413px !important;
  }
  .height-lg-413 {
    height: 413px !important;
  }
  .max-width-lg-413 {
    max-width: 413px !important;
  }
  .min-width-lg-413 {
    min-width: 413px !important;
  }
  .max-height-lg-413 {
    max-height: 413px !important;
  }
  .min-height-lg-413 {
    min-height: 413px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-413 {
    width: 413% !important;
  }
  .h-xl-413 {
    height: 413% !important;
  }
  .max-w-xl-413 {
    max-width: 413% !important;
  }
  .min-w-xl-413 {
    min-width: 413% !important;
  }
  .max-h-xl-413 {
    max-height: 413% !important;
  }
  .min-h-xl-413 {
    min-height: 413% !important;
  }
  .min-xl-vw-413 {
    min-width: 413vw !important;
  }
  .min-xl-vh-413 {
    min-height: 413vh !important;
  }
  .vw-xl-413 {
    width: 413vw !important;
  }
  .vh-xl-413 {
    height: 413vh !important;
  }
  .width-xl-413 {
    width: 413px !important;
  }
  .height-xl-413 {
    height: 413px !important;
  }
  .max-width-xl-413 {
    max-width: 413px !important;
  }
  .min-width-xl-413 {
    min-width: 413px !important;
  }
  .max-height-xl-413 {
    max-height: 413px !important;
  }
  .min-height-xl-413 {
    min-height: 413px !important;
  }
}
.w-413 {
  width: 413% !important;
}

.h-413 {
  height: 413% !important;
}

.max-w-413 {
  max-width: 413% !important;
}

.min-w-413 {
  min-width: 413% !important;
}

.max-h-413 {
  max-height: 413% !important;
}

.min-h-413 {
  min-height: 413% !important;
}

.min-vw-413 {
  min-width: 413vw !important;
}

.min-vh-413 {
  min-height: 413vh !important;
}

.vw-413 {
  width: 413vw !important;
}

.vh-413 {
  height: 413vh !important;
}

.width-413 {
  width: 413px !important;
}

.height-413 {
  height: 413px !important;
}

.max-width-413 {
  max-width: 413px !important;
}

.min-width-413 {
  min-width: 413px !important;
}

.max-height-413 {
  max-height: 413px !important;
}

.min-height-413 {
  min-height: 413px !important;
}

@media (max-width: 576px) {
  .w-sm-414 {
    width: 414% !important;
  }
  .h-sm-414 {
    height: 414% !important;
  }
  .max-w-sm-414 {
    max-width: 414% !important;
  }
  .min-w-sm-414 {
    min-width: 414% !important;
  }
  .max-h-sm-414 {
    max-height: 414% !important;
  }
  .min-h-sm-414 {
    min-height: 414% !important;
  }
  .min-sm-vw-414 {
    min-width: 414vw !important;
  }
  .min-sm-vh-414 {
    min-height: 414vh !important;
  }
  .vw-sm-414 {
    width: 414vw !important;
  }
  .vh-sm-414 {
    height: 414vh !important;
  }
  .width-sm-414 {
    width: 414px !important;
  }
  .height-sm-414 {
    height: 414px !important;
  }
  .max-width-sm-414 {
    max-width: 414px !important;
  }
  .min-width-sm-414 {
    min-width: 414px !important;
  }
  .max-height-sm-414 {
    max-height: 414px !important;
  }
  .min-height-sm-414 {
    min-height: 414px !important;
  }
}
@media (max-width: 768px) {
  .w-md-414 {
    width: 414% !important;
  }
  .h-md-414 {
    height: 414% !important;
  }
  .max-w-md-414 {
    max-width: 414% !important;
  }
  .min-w-md-414 {
    min-width: 414% !important;
  }
  .max-h-md-414 {
    max-height: 414% !important;
  }
  .min-h-md-414 {
    min-height: 414% !important;
  }
  .min-md-vw-414 {
    min-width: 414vw !important;
  }
  .min-md-vh-414 {
    min-height: 414vh !important;
  }
  .vw-md-414 {
    width: 414vw !important;
  }
  .vh-md-414 {
    height: 414vh !important;
  }
  .width-md-414 {
    width: 414px !important;
  }
  .height-md-414 {
    height: 414px !important;
  }
  .max-width-md-414 {
    max-width: 414px !important;
  }
  .min-width-md-414 {
    min-width: 414px !important;
  }
  .max-height-md-414 {
    max-height: 414px !important;
  }
  .min-height-md-414 {
    min-height: 414px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-414 {
    width: 414% !important;
  }
  .h-lg-414 {
    height: 414% !important;
  }
  .max-w-lg-414 {
    max-width: 414% !important;
  }
  .min-w-lg-414 {
    min-width: 414% !important;
  }
  .max-h-lg-414 {
    max-height: 414% !important;
  }
  .min-h-lg-414 {
    min-height: 414% !important;
  }
  .min-lg-vw-414 {
    min-width: 414vw !important;
  }
  .min-lg-vh-414 {
    min-height: 414vh !important;
  }
  .vw-lg-414 {
    width: 414vw !important;
  }
  .vh-lg-414 {
    height: 414vh !important;
  }
  .width-lg-414 {
    width: 414px !important;
  }
  .height-lg-414 {
    height: 414px !important;
  }
  .max-width-lg-414 {
    max-width: 414px !important;
  }
  .min-width-lg-414 {
    min-width: 414px !important;
  }
  .max-height-lg-414 {
    max-height: 414px !important;
  }
  .min-height-lg-414 {
    min-height: 414px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-414 {
    width: 414% !important;
  }
  .h-xl-414 {
    height: 414% !important;
  }
  .max-w-xl-414 {
    max-width: 414% !important;
  }
  .min-w-xl-414 {
    min-width: 414% !important;
  }
  .max-h-xl-414 {
    max-height: 414% !important;
  }
  .min-h-xl-414 {
    min-height: 414% !important;
  }
  .min-xl-vw-414 {
    min-width: 414vw !important;
  }
  .min-xl-vh-414 {
    min-height: 414vh !important;
  }
  .vw-xl-414 {
    width: 414vw !important;
  }
  .vh-xl-414 {
    height: 414vh !important;
  }
  .width-xl-414 {
    width: 414px !important;
  }
  .height-xl-414 {
    height: 414px !important;
  }
  .max-width-xl-414 {
    max-width: 414px !important;
  }
  .min-width-xl-414 {
    min-width: 414px !important;
  }
  .max-height-xl-414 {
    max-height: 414px !important;
  }
  .min-height-xl-414 {
    min-height: 414px !important;
  }
}
.w-414 {
  width: 414% !important;
}

.h-414 {
  height: 414% !important;
}

.max-w-414 {
  max-width: 414% !important;
}

.min-w-414 {
  min-width: 414% !important;
}

.max-h-414 {
  max-height: 414% !important;
}

.min-h-414 {
  min-height: 414% !important;
}

.min-vw-414 {
  min-width: 414vw !important;
}

.min-vh-414 {
  min-height: 414vh !important;
}

.vw-414 {
  width: 414vw !important;
}

.vh-414 {
  height: 414vh !important;
}

.width-414 {
  width: 414px !important;
}

.height-414 {
  height: 414px !important;
}

.max-width-414 {
  max-width: 414px !important;
}

.min-width-414 {
  min-width: 414px !important;
}

.max-height-414 {
  max-height: 414px !important;
}

.min-height-414 {
  min-height: 414px !important;
}

@media (max-width: 576px) {
  .w-sm-415 {
    width: 415% !important;
  }
  .h-sm-415 {
    height: 415% !important;
  }
  .max-w-sm-415 {
    max-width: 415% !important;
  }
  .min-w-sm-415 {
    min-width: 415% !important;
  }
  .max-h-sm-415 {
    max-height: 415% !important;
  }
  .min-h-sm-415 {
    min-height: 415% !important;
  }
  .min-sm-vw-415 {
    min-width: 415vw !important;
  }
  .min-sm-vh-415 {
    min-height: 415vh !important;
  }
  .vw-sm-415 {
    width: 415vw !important;
  }
  .vh-sm-415 {
    height: 415vh !important;
  }
  .width-sm-415 {
    width: 415px !important;
  }
  .height-sm-415 {
    height: 415px !important;
  }
  .max-width-sm-415 {
    max-width: 415px !important;
  }
  .min-width-sm-415 {
    min-width: 415px !important;
  }
  .max-height-sm-415 {
    max-height: 415px !important;
  }
  .min-height-sm-415 {
    min-height: 415px !important;
  }
}
@media (max-width: 768px) {
  .w-md-415 {
    width: 415% !important;
  }
  .h-md-415 {
    height: 415% !important;
  }
  .max-w-md-415 {
    max-width: 415% !important;
  }
  .min-w-md-415 {
    min-width: 415% !important;
  }
  .max-h-md-415 {
    max-height: 415% !important;
  }
  .min-h-md-415 {
    min-height: 415% !important;
  }
  .min-md-vw-415 {
    min-width: 415vw !important;
  }
  .min-md-vh-415 {
    min-height: 415vh !important;
  }
  .vw-md-415 {
    width: 415vw !important;
  }
  .vh-md-415 {
    height: 415vh !important;
  }
  .width-md-415 {
    width: 415px !important;
  }
  .height-md-415 {
    height: 415px !important;
  }
  .max-width-md-415 {
    max-width: 415px !important;
  }
  .min-width-md-415 {
    min-width: 415px !important;
  }
  .max-height-md-415 {
    max-height: 415px !important;
  }
  .min-height-md-415 {
    min-height: 415px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-415 {
    width: 415% !important;
  }
  .h-lg-415 {
    height: 415% !important;
  }
  .max-w-lg-415 {
    max-width: 415% !important;
  }
  .min-w-lg-415 {
    min-width: 415% !important;
  }
  .max-h-lg-415 {
    max-height: 415% !important;
  }
  .min-h-lg-415 {
    min-height: 415% !important;
  }
  .min-lg-vw-415 {
    min-width: 415vw !important;
  }
  .min-lg-vh-415 {
    min-height: 415vh !important;
  }
  .vw-lg-415 {
    width: 415vw !important;
  }
  .vh-lg-415 {
    height: 415vh !important;
  }
  .width-lg-415 {
    width: 415px !important;
  }
  .height-lg-415 {
    height: 415px !important;
  }
  .max-width-lg-415 {
    max-width: 415px !important;
  }
  .min-width-lg-415 {
    min-width: 415px !important;
  }
  .max-height-lg-415 {
    max-height: 415px !important;
  }
  .min-height-lg-415 {
    min-height: 415px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-415 {
    width: 415% !important;
  }
  .h-xl-415 {
    height: 415% !important;
  }
  .max-w-xl-415 {
    max-width: 415% !important;
  }
  .min-w-xl-415 {
    min-width: 415% !important;
  }
  .max-h-xl-415 {
    max-height: 415% !important;
  }
  .min-h-xl-415 {
    min-height: 415% !important;
  }
  .min-xl-vw-415 {
    min-width: 415vw !important;
  }
  .min-xl-vh-415 {
    min-height: 415vh !important;
  }
  .vw-xl-415 {
    width: 415vw !important;
  }
  .vh-xl-415 {
    height: 415vh !important;
  }
  .width-xl-415 {
    width: 415px !important;
  }
  .height-xl-415 {
    height: 415px !important;
  }
  .max-width-xl-415 {
    max-width: 415px !important;
  }
  .min-width-xl-415 {
    min-width: 415px !important;
  }
  .max-height-xl-415 {
    max-height: 415px !important;
  }
  .min-height-xl-415 {
    min-height: 415px !important;
  }
}
.w-415 {
  width: 415% !important;
}

.h-415 {
  height: 415% !important;
}

.max-w-415 {
  max-width: 415% !important;
}

.min-w-415 {
  min-width: 415% !important;
}

.max-h-415 {
  max-height: 415% !important;
}

.min-h-415 {
  min-height: 415% !important;
}

.min-vw-415 {
  min-width: 415vw !important;
}

.min-vh-415 {
  min-height: 415vh !important;
}

.vw-415 {
  width: 415vw !important;
}

.vh-415 {
  height: 415vh !important;
}

.width-415 {
  width: 415px !important;
}

.height-415 {
  height: 415px !important;
}

.max-width-415 {
  max-width: 415px !important;
}

.min-width-415 {
  min-width: 415px !important;
}

.max-height-415 {
  max-height: 415px !important;
}

.min-height-415 {
  min-height: 415px !important;
}

@media (max-width: 576px) {
  .w-sm-416 {
    width: 416% !important;
  }
  .h-sm-416 {
    height: 416% !important;
  }
  .max-w-sm-416 {
    max-width: 416% !important;
  }
  .min-w-sm-416 {
    min-width: 416% !important;
  }
  .max-h-sm-416 {
    max-height: 416% !important;
  }
  .min-h-sm-416 {
    min-height: 416% !important;
  }
  .min-sm-vw-416 {
    min-width: 416vw !important;
  }
  .min-sm-vh-416 {
    min-height: 416vh !important;
  }
  .vw-sm-416 {
    width: 416vw !important;
  }
  .vh-sm-416 {
    height: 416vh !important;
  }
  .width-sm-416 {
    width: 416px !important;
  }
  .height-sm-416 {
    height: 416px !important;
  }
  .max-width-sm-416 {
    max-width: 416px !important;
  }
  .min-width-sm-416 {
    min-width: 416px !important;
  }
  .max-height-sm-416 {
    max-height: 416px !important;
  }
  .min-height-sm-416 {
    min-height: 416px !important;
  }
}
@media (max-width: 768px) {
  .w-md-416 {
    width: 416% !important;
  }
  .h-md-416 {
    height: 416% !important;
  }
  .max-w-md-416 {
    max-width: 416% !important;
  }
  .min-w-md-416 {
    min-width: 416% !important;
  }
  .max-h-md-416 {
    max-height: 416% !important;
  }
  .min-h-md-416 {
    min-height: 416% !important;
  }
  .min-md-vw-416 {
    min-width: 416vw !important;
  }
  .min-md-vh-416 {
    min-height: 416vh !important;
  }
  .vw-md-416 {
    width: 416vw !important;
  }
  .vh-md-416 {
    height: 416vh !important;
  }
  .width-md-416 {
    width: 416px !important;
  }
  .height-md-416 {
    height: 416px !important;
  }
  .max-width-md-416 {
    max-width: 416px !important;
  }
  .min-width-md-416 {
    min-width: 416px !important;
  }
  .max-height-md-416 {
    max-height: 416px !important;
  }
  .min-height-md-416 {
    min-height: 416px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-416 {
    width: 416% !important;
  }
  .h-lg-416 {
    height: 416% !important;
  }
  .max-w-lg-416 {
    max-width: 416% !important;
  }
  .min-w-lg-416 {
    min-width: 416% !important;
  }
  .max-h-lg-416 {
    max-height: 416% !important;
  }
  .min-h-lg-416 {
    min-height: 416% !important;
  }
  .min-lg-vw-416 {
    min-width: 416vw !important;
  }
  .min-lg-vh-416 {
    min-height: 416vh !important;
  }
  .vw-lg-416 {
    width: 416vw !important;
  }
  .vh-lg-416 {
    height: 416vh !important;
  }
  .width-lg-416 {
    width: 416px !important;
  }
  .height-lg-416 {
    height: 416px !important;
  }
  .max-width-lg-416 {
    max-width: 416px !important;
  }
  .min-width-lg-416 {
    min-width: 416px !important;
  }
  .max-height-lg-416 {
    max-height: 416px !important;
  }
  .min-height-lg-416 {
    min-height: 416px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-416 {
    width: 416% !important;
  }
  .h-xl-416 {
    height: 416% !important;
  }
  .max-w-xl-416 {
    max-width: 416% !important;
  }
  .min-w-xl-416 {
    min-width: 416% !important;
  }
  .max-h-xl-416 {
    max-height: 416% !important;
  }
  .min-h-xl-416 {
    min-height: 416% !important;
  }
  .min-xl-vw-416 {
    min-width: 416vw !important;
  }
  .min-xl-vh-416 {
    min-height: 416vh !important;
  }
  .vw-xl-416 {
    width: 416vw !important;
  }
  .vh-xl-416 {
    height: 416vh !important;
  }
  .width-xl-416 {
    width: 416px !important;
  }
  .height-xl-416 {
    height: 416px !important;
  }
  .max-width-xl-416 {
    max-width: 416px !important;
  }
  .min-width-xl-416 {
    min-width: 416px !important;
  }
  .max-height-xl-416 {
    max-height: 416px !important;
  }
  .min-height-xl-416 {
    min-height: 416px !important;
  }
}
.w-416 {
  width: 416% !important;
}

.h-416 {
  height: 416% !important;
}

.max-w-416 {
  max-width: 416% !important;
}

.min-w-416 {
  min-width: 416% !important;
}

.max-h-416 {
  max-height: 416% !important;
}

.min-h-416 {
  min-height: 416% !important;
}

.min-vw-416 {
  min-width: 416vw !important;
}

.min-vh-416 {
  min-height: 416vh !important;
}

.vw-416 {
  width: 416vw !important;
}

.vh-416 {
  height: 416vh !important;
}

.width-416 {
  width: 416px !important;
}

.height-416 {
  height: 416px !important;
}

.max-width-416 {
  max-width: 416px !important;
}

.min-width-416 {
  min-width: 416px !important;
}

.max-height-416 {
  max-height: 416px !important;
}

.min-height-416 {
  min-height: 416px !important;
}

@media (max-width: 576px) {
  .w-sm-417 {
    width: 417% !important;
  }
  .h-sm-417 {
    height: 417% !important;
  }
  .max-w-sm-417 {
    max-width: 417% !important;
  }
  .min-w-sm-417 {
    min-width: 417% !important;
  }
  .max-h-sm-417 {
    max-height: 417% !important;
  }
  .min-h-sm-417 {
    min-height: 417% !important;
  }
  .min-sm-vw-417 {
    min-width: 417vw !important;
  }
  .min-sm-vh-417 {
    min-height: 417vh !important;
  }
  .vw-sm-417 {
    width: 417vw !important;
  }
  .vh-sm-417 {
    height: 417vh !important;
  }
  .width-sm-417 {
    width: 417px !important;
  }
  .height-sm-417 {
    height: 417px !important;
  }
  .max-width-sm-417 {
    max-width: 417px !important;
  }
  .min-width-sm-417 {
    min-width: 417px !important;
  }
  .max-height-sm-417 {
    max-height: 417px !important;
  }
  .min-height-sm-417 {
    min-height: 417px !important;
  }
}
@media (max-width: 768px) {
  .w-md-417 {
    width: 417% !important;
  }
  .h-md-417 {
    height: 417% !important;
  }
  .max-w-md-417 {
    max-width: 417% !important;
  }
  .min-w-md-417 {
    min-width: 417% !important;
  }
  .max-h-md-417 {
    max-height: 417% !important;
  }
  .min-h-md-417 {
    min-height: 417% !important;
  }
  .min-md-vw-417 {
    min-width: 417vw !important;
  }
  .min-md-vh-417 {
    min-height: 417vh !important;
  }
  .vw-md-417 {
    width: 417vw !important;
  }
  .vh-md-417 {
    height: 417vh !important;
  }
  .width-md-417 {
    width: 417px !important;
  }
  .height-md-417 {
    height: 417px !important;
  }
  .max-width-md-417 {
    max-width: 417px !important;
  }
  .min-width-md-417 {
    min-width: 417px !important;
  }
  .max-height-md-417 {
    max-height: 417px !important;
  }
  .min-height-md-417 {
    min-height: 417px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-417 {
    width: 417% !important;
  }
  .h-lg-417 {
    height: 417% !important;
  }
  .max-w-lg-417 {
    max-width: 417% !important;
  }
  .min-w-lg-417 {
    min-width: 417% !important;
  }
  .max-h-lg-417 {
    max-height: 417% !important;
  }
  .min-h-lg-417 {
    min-height: 417% !important;
  }
  .min-lg-vw-417 {
    min-width: 417vw !important;
  }
  .min-lg-vh-417 {
    min-height: 417vh !important;
  }
  .vw-lg-417 {
    width: 417vw !important;
  }
  .vh-lg-417 {
    height: 417vh !important;
  }
  .width-lg-417 {
    width: 417px !important;
  }
  .height-lg-417 {
    height: 417px !important;
  }
  .max-width-lg-417 {
    max-width: 417px !important;
  }
  .min-width-lg-417 {
    min-width: 417px !important;
  }
  .max-height-lg-417 {
    max-height: 417px !important;
  }
  .min-height-lg-417 {
    min-height: 417px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-417 {
    width: 417% !important;
  }
  .h-xl-417 {
    height: 417% !important;
  }
  .max-w-xl-417 {
    max-width: 417% !important;
  }
  .min-w-xl-417 {
    min-width: 417% !important;
  }
  .max-h-xl-417 {
    max-height: 417% !important;
  }
  .min-h-xl-417 {
    min-height: 417% !important;
  }
  .min-xl-vw-417 {
    min-width: 417vw !important;
  }
  .min-xl-vh-417 {
    min-height: 417vh !important;
  }
  .vw-xl-417 {
    width: 417vw !important;
  }
  .vh-xl-417 {
    height: 417vh !important;
  }
  .width-xl-417 {
    width: 417px !important;
  }
  .height-xl-417 {
    height: 417px !important;
  }
  .max-width-xl-417 {
    max-width: 417px !important;
  }
  .min-width-xl-417 {
    min-width: 417px !important;
  }
  .max-height-xl-417 {
    max-height: 417px !important;
  }
  .min-height-xl-417 {
    min-height: 417px !important;
  }
}
.w-417 {
  width: 417% !important;
}

.h-417 {
  height: 417% !important;
}

.max-w-417 {
  max-width: 417% !important;
}

.min-w-417 {
  min-width: 417% !important;
}

.max-h-417 {
  max-height: 417% !important;
}

.min-h-417 {
  min-height: 417% !important;
}

.min-vw-417 {
  min-width: 417vw !important;
}

.min-vh-417 {
  min-height: 417vh !important;
}

.vw-417 {
  width: 417vw !important;
}

.vh-417 {
  height: 417vh !important;
}

.width-417 {
  width: 417px !important;
}

.height-417 {
  height: 417px !important;
}

.max-width-417 {
  max-width: 417px !important;
}

.min-width-417 {
  min-width: 417px !important;
}

.max-height-417 {
  max-height: 417px !important;
}

.min-height-417 {
  min-height: 417px !important;
}

@media (max-width: 576px) {
  .w-sm-418 {
    width: 418% !important;
  }
  .h-sm-418 {
    height: 418% !important;
  }
  .max-w-sm-418 {
    max-width: 418% !important;
  }
  .min-w-sm-418 {
    min-width: 418% !important;
  }
  .max-h-sm-418 {
    max-height: 418% !important;
  }
  .min-h-sm-418 {
    min-height: 418% !important;
  }
  .min-sm-vw-418 {
    min-width: 418vw !important;
  }
  .min-sm-vh-418 {
    min-height: 418vh !important;
  }
  .vw-sm-418 {
    width: 418vw !important;
  }
  .vh-sm-418 {
    height: 418vh !important;
  }
  .width-sm-418 {
    width: 418px !important;
  }
  .height-sm-418 {
    height: 418px !important;
  }
  .max-width-sm-418 {
    max-width: 418px !important;
  }
  .min-width-sm-418 {
    min-width: 418px !important;
  }
  .max-height-sm-418 {
    max-height: 418px !important;
  }
  .min-height-sm-418 {
    min-height: 418px !important;
  }
}
@media (max-width: 768px) {
  .w-md-418 {
    width: 418% !important;
  }
  .h-md-418 {
    height: 418% !important;
  }
  .max-w-md-418 {
    max-width: 418% !important;
  }
  .min-w-md-418 {
    min-width: 418% !important;
  }
  .max-h-md-418 {
    max-height: 418% !important;
  }
  .min-h-md-418 {
    min-height: 418% !important;
  }
  .min-md-vw-418 {
    min-width: 418vw !important;
  }
  .min-md-vh-418 {
    min-height: 418vh !important;
  }
  .vw-md-418 {
    width: 418vw !important;
  }
  .vh-md-418 {
    height: 418vh !important;
  }
  .width-md-418 {
    width: 418px !important;
  }
  .height-md-418 {
    height: 418px !important;
  }
  .max-width-md-418 {
    max-width: 418px !important;
  }
  .min-width-md-418 {
    min-width: 418px !important;
  }
  .max-height-md-418 {
    max-height: 418px !important;
  }
  .min-height-md-418 {
    min-height: 418px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-418 {
    width: 418% !important;
  }
  .h-lg-418 {
    height: 418% !important;
  }
  .max-w-lg-418 {
    max-width: 418% !important;
  }
  .min-w-lg-418 {
    min-width: 418% !important;
  }
  .max-h-lg-418 {
    max-height: 418% !important;
  }
  .min-h-lg-418 {
    min-height: 418% !important;
  }
  .min-lg-vw-418 {
    min-width: 418vw !important;
  }
  .min-lg-vh-418 {
    min-height: 418vh !important;
  }
  .vw-lg-418 {
    width: 418vw !important;
  }
  .vh-lg-418 {
    height: 418vh !important;
  }
  .width-lg-418 {
    width: 418px !important;
  }
  .height-lg-418 {
    height: 418px !important;
  }
  .max-width-lg-418 {
    max-width: 418px !important;
  }
  .min-width-lg-418 {
    min-width: 418px !important;
  }
  .max-height-lg-418 {
    max-height: 418px !important;
  }
  .min-height-lg-418 {
    min-height: 418px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-418 {
    width: 418% !important;
  }
  .h-xl-418 {
    height: 418% !important;
  }
  .max-w-xl-418 {
    max-width: 418% !important;
  }
  .min-w-xl-418 {
    min-width: 418% !important;
  }
  .max-h-xl-418 {
    max-height: 418% !important;
  }
  .min-h-xl-418 {
    min-height: 418% !important;
  }
  .min-xl-vw-418 {
    min-width: 418vw !important;
  }
  .min-xl-vh-418 {
    min-height: 418vh !important;
  }
  .vw-xl-418 {
    width: 418vw !important;
  }
  .vh-xl-418 {
    height: 418vh !important;
  }
  .width-xl-418 {
    width: 418px !important;
  }
  .height-xl-418 {
    height: 418px !important;
  }
  .max-width-xl-418 {
    max-width: 418px !important;
  }
  .min-width-xl-418 {
    min-width: 418px !important;
  }
  .max-height-xl-418 {
    max-height: 418px !important;
  }
  .min-height-xl-418 {
    min-height: 418px !important;
  }
}
.w-418 {
  width: 418% !important;
}

.h-418 {
  height: 418% !important;
}

.max-w-418 {
  max-width: 418% !important;
}

.min-w-418 {
  min-width: 418% !important;
}

.max-h-418 {
  max-height: 418% !important;
}

.min-h-418 {
  min-height: 418% !important;
}

.min-vw-418 {
  min-width: 418vw !important;
}

.min-vh-418 {
  min-height: 418vh !important;
}

.vw-418 {
  width: 418vw !important;
}

.vh-418 {
  height: 418vh !important;
}

.width-418 {
  width: 418px !important;
}

.height-418 {
  height: 418px !important;
}

.max-width-418 {
  max-width: 418px !important;
}

.min-width-418 {
  min-width: 418px !important;
}

.max-height-418 {
  max-height: 418px !important;
}

.min-height-418 {
  min-height: 418px !important;
}

@media (max-width: 576px) {
  .w-sm-419 {
    width: 419% !important;
  }
  .h-sm-419 {
    height: 419% !important;
  }
  .max-w-sm-419 {
    max-width: 419% !important;
  }
  .min-w-sm-419 {
    min-width: 419% !important;
  }
  .max-h-sm-419 {
    max-height: 419% !important;
  }
  .min-h-sm-419 {
    min-height: 419% !important;
  }
  .min-sm-vw-419 {
    min-width: 419vw !important;
  }
  .min-sm-vh-419 {
    min-height: 419vh !important;
  }
  .vw-sm-419 {
    width: 419vw !important;
  }
  .vh-sm-419 {
    height: 419vh !important;
  }
  .width-sm-419 {
    width: 419px !important;
  }
  .height-sm-419 {
    height: 419px !important;
  }
  .max-width-sm-419 {
    max-width: 419px !important;
  }
  .min-width-sm-419 {
    min-width: 419px !important;
  }
  .max-height-sm-419 {
    max-height: 419px !important;
  }
  .min-height-sm-419 {
    min-height: 419px !important;
  }
}
@media (max-width: 768px) {
  .w-md-419 {
    width: 419% !important;
  }
  .h-md-419 {
    height: 419% !important;
  }
  .max-w-md-419 {
    max-width: 419% !important;
  }
  .min-w-md-419 {
    min-width: 419% !important;
  }
  .max-h-md-419 {
    max-height: 419% !important;
  }
  .min-h-md-419 {
    min-height: 419% !important;
  }
  .min-md-vw-419 {
    min-width: 419vw !important;
  }
  .min-md-vh-419 {
    min-height: 419vh !important;
  }
  .vw-md-419 {
    width: 419vw !important;
  }
  .vh-md-419 {
    height: 419vh !important;
  }
  .width-md-419 {
    width: 419px !important;
  }
  .height-md-419 {
    height: 419px !important;
  }
  .max-width-md-419 {
    max-width: 419px !important;
  }
  .min-width-md-419 {
    min-width: 419px !important;
  }
  .max-height-md-419 {
    max-height: 419px !important;
  }
  .min-height-md-419 {
    min-height: 419px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-419 {
    width: 419% !important;
  }
  .h-lg-419 {
    height: 419% !important;
  }
  .max-w-lg-419 {
    max-width: 419% !important;
  }
  .min-w-lg-419 {
    min-width: 419% !important;
  }
  .max-h-lg-419 {
    max-height: 419% !important;
  }
  .min-h-lg-419 {
    min-height: 419% !important;
  }
  .min-lg-vw-419 {
    min-width: 419vw !important;
  }
  .min-lg-vh-419 {
    min-height: 419vh !important;
  }
  .vw-lg-419 {
    width: 419vw !important;
  }
  .vh-lg-419 {
    height: 419vh !important;
  }
  .width-lg-419 {
    width: 419px !important;
  }
  .height-lg-419 {
    height: 419px !important;
  }
  .max-width-lg-419 {
    max-width: 419px !important;
  }
  .min-width-lg-419 {
    min-width: 419px !important;
  }
  .max-height-lg-419 {
    max-height: 419px !important;
  }
  .min-height-lg-419 {
    min-height: 419px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-419 {
    width: 419% !important;
  }
  .h-xl-419 {
    height: 419% !important;
  }
  .max-w-xl-419 {
    max-width: 419% !important;
  }
  .min-w-xl-419 {
    min-width: 419% !important;
  }
  .max-h-xl-419 {
    max-height: 419% !important;
  }
  .min-h-xl-419 {
    min-height: 419% !important;
  }
  .min-xl-vw-419 {
    min-width: 419vw !important;
  }
  .min-xl-vh-419 {
    min-height: 419vh !important;
  }
  .vw-xl-419 {
    width: 419vw !important;
  }
  .vh-xl-419 {
    height: 419vh !important;
  }
  .width-xl-419 {
    width: 419px !important;
  }
  .height-xl-419 {
    height: 419px !important;
  }
  .max-width-xl-419 {
    max-width: 419px !important;
  }
  .min-width-xl-419 {
    min-width: 419px !important;
  }
  .max-height-xl-419 {
    max-height: 419px !important;
  }
  .min-height-xl-419 {
    min-height: 419px !important;
  }
}
.w-419 {
  width: 419% !important;
}

.h-419 {
  height: 419% !important;
}

.max-w-419 {
  max-width: 419% !important;
}

.min-w-419 {
  min-width: 419% !important;
}

.max-h-419 {
  max-height: 419% !important;
}

.min-h-419 {
  min-height: 419% !important;
}

.min-vw-419 {
  min-width: 419vw !important;
}

.min-vh-419 {
  min-height: 419vh !important;
}

.vw-419 {
  width: 419vw !important;
}

.vh-419 {
  height: 419vh !important;
}

.width-419 {
  width: 419px !important;
}

.height-419 {
  height: 419px !important;
}

.max-width-419 {
  max-width: 419px !important;
}

.min-width-419 {
  min-width: 419px !important;
}

.max-height-419 {
  max-height: 419px !important;
}

.min-height-419 {
  min-height: 419px !important;
}

@media (max-width: 576px) {
  .w-sm-420 {
    width: 420% !important;
  }
  .h-sm-420 {
    height: 420% !important;
  }
  .max-w-sm-420 {
    max-width: 420% !important;
  }
  .min-w-sm-420 {
    min-width: 420% !important;
  }
  .max-h-sm-420 {
    max-height: 420% !important;
  }
  .min-h-sm-420 {
    min-height: 420% !important;
  }
  .min-sm-vw-420 {
    min-width: 420vw !important;
  }
  .min-sm-vh-420 {
    min-height: 420vh !important;
  }
  .vw-sm-420 {
    width: 420vw !important;
  }
  .vh-sm-420 {
    height: 420vh !important;
  }
  .width-sm-420 {
    width: 420px !important;
  }
  .height-sm-420 {
    height: 420px !important;
  }
  .max-width-sm-420 {
    max-width: 420px !important;
  }
  .min-width-sm-420 {
    min-width: 420px !important;
  }
  .max-height-sm-420 {
    max-height: 420px !important;
  }
  .min-height-sm-420 {
    min-height: 420px !important;
  }
}
@media (max-width: 768px) {
  .w-md-420 {
    width: 420% !important;
  }
  .h-md-420 {
    height: 420% !important;
  }
  .max-w-md-420 {
    max-width: 420% !important;
  }
  .min-w-md-420 {
    min-width: 420% !important;
  }
  .max-h-md-420 {
    max-height: 420% !important;
  }
  .min-h-md-420 {
    min-height: 420% !important;
  }
  .min-md-vw-420 {
    min-width: 420vw !important;
  }
  .min-md-vh-420 {
    min-height: 420vh !important;
  }
  .vw-md-420 {
    width: 420vw !important;
  }
  .vh-md-420 {
    height: 420vh !important;
  }
  .width-md-420 {
    width: 420px !important;
  }
  .height-md-420 {
    height: 420px !important;
  }
  .max-width-md-420 {
    max-width: 420px !important;
  }
  .min-width-md-420 {
    min-width: 420px !important;
  }
  .max-height-md-420 {
    max-height: 420px !important;
  }
  .min-height-md-420 {
    min-height: 420px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-420 {
    width: 420% !important;
  }
  .h-lg-420 {
    height: 420% !important;
  }
  .max-w-lg-420 {
    max-width: 420% !important;
  }
  .min-w-lg-420 {
    min-width: 420% !important;
  }
  .max-h-lg-420 {
    max-height: 420% !important;
  }
  .min-h-lg-420 {
    min-height: 420% !important;
  }
  .min-lg-vw-420 {
    min-width: 420vw !important;
  }
  .min-lg-vh-420 {
    min-height: 420vh !important;
  }
  .vw-lg-420 {
    width: 420vw !important;
  }
  .vh-lg-420 {
    height: 420vh !important;
  }
  .width-lg-420 {
    width: 420px !important;
  }
  .height-lg-420 {
    height: 420px !important;
  }
  .max-width-lg-420 {
    max-width: 420px !important;
  }
  .min-width-lg-420 {
    min-width: 420px !important;
  }
  .max-height-lg-420 {
    max-height: 420px !important;
  }
  .min-height-lg-420 {
    min-height: 420px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-420 {
    width: 420% !important;
  }
  .h-xl-420 {
    height: 420% !important;
  }
  .max-w-xl-420 {
    max-width: 420% !important;
  }
  .min-w-xl-420 {
    min-width: 420% !important;
  }
  .max-h-xl-420 {
    max-height: 420% !important;
  }
  .min-h-xl-420 {
    min-height: 420% !important;
  }
  .min-xl-vw-420 {
    min-width: 420vw !important;
  }
  .min-xl-vh-420 {
    min-height: 420vh !important;
  }
  .vw-xl-420 {
    width: 420vw !important;
  }
  .vh-xl-420 {
    height: 420vh !important;
  }
  .width-xl-420 {
    width: 420px !important;
  }
  .height-xl-420 {
    height: 420px !important;
  }
  .max-width-xl-420 {
    max-width: 420px !important;
  }
  .min-width-xl-420 {
    min-width: 420px !important;
  }
  .max-height-xl-420 {
    max-height: 420px !important;
  }
  .min-height-xl-420 {
    min-height: 420px !important;
  }
}
.w-420 {
  width: 420% !important;
}

.h-420 {
  height: 420% !important;
}

.max-w-420 {
  max-width: 420% !important;
}

.min-w-420 {
  min-width: 420% !important;
}

.max-h-420 {
  max-height: 420% !important;
}

.min-h-420 {
  min-height: 420% !important;
}

.min-vw-420 {
  min-width: 420vw !important;
}

.min-vh-420 {
  min-height: 420vh !important;
}

.vw-420 {
  width: 420vw !important;
}

.vh-420 {
  height: 420vh !important;
}

.width-420 {
  width: 420px !important;
}

.height-420 {
  height: 420px !important;
}

.max-width-420 {
  max-width: 420px !important;
}

.min-width-420 {
  min-width: 420px !important;
}

.max-height-420 {
  max-height: 420px !important;
}

.min-height-420 {
  min-height: 420px !important;
}

@media (max-width: 576px) {
  .w-sm-421 {
    width: 421% !important;
  }
  .h-sm-421 {
    height: 421% !important;
  }
  .max-w-sm-421 {
    max-width: 421% !important;
  }
  .min-w-sm-421 {
    min-width: 421% !important;
  }
  .max-h-sm-421 {
    max-height: 421% !important;
  }
  .min-h-sm-421 {
    min-height: 421% !important;
  }
  .min-sm-vw-421 {
    min-width: 421vw !important;
  }
  .min-sm-vh-421 {
    min-height: 421vh !important;
  }
  .vw-sm-421 {
    width: 421vw !important;
  }
  .vh-sm-421 {
    height: 421vh !important;
  }
  .width-sm-421 {
    width: 421px !important;
  }
  .height-sm-421 {
    height: 421px !important;
  }
  .max-width-sm-421 {
    max-width: 421px !important;
  }
  .min-width-sm-421 {
    min-width: 421px !important;
  }
  .max-height-sm-421 {
    max-height: 421px !important;
  }
  .min-height-sm-421 {
    min-height: 421px !important;
  }
}
@media (max-width: 768px) {
  .w-md-421 {
    width: 421% !important;
  }
  .h-md-421 {
    height: 421% !important;
  }
  .max-w-md-421 {
    max-width: 421% !important;
  }
  .min-w-md-421 {
    min-width: 421% !important;
  }
  .max-h-md-421 {
    max-height: 421% !important;
  }
  .min-h-md-421 {
    min-height: 421% !important;
  }
  .min-md-vw-421 {
    min-width: 421vw !important;
  }
  .min-md-vh-421 {
    min-height: 421vh !important;
  }
  .vw-md-421 {
    width: 421vw !important;
  }
  .vh-md-421 {
    height: 421vh !important;
  }
  .width-md-421 {
    width: 421px !important;
  }
  .height-md-421 {
    height: 421px !important;
  }
  .max-width-md-421 {
    max-width: 421px !important;
  }
  .min-width-md-421 {
    min-width: 421px !important;
  }
  .max-height-md-421 {
    max-height: 421px !important;
  }
  .min-height-md-421 {
    min-height: 421px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-421 {
    width: 421% !important;
  }
  .h-lg-421 {
    height: 421% !important;
  }
  .max-w-lg-421 {
    max-width: 421% !important;
  }
  .min-w-lg-421 {
    min-width: 421% !important;
  }
  .max-h-lg-421 {
    max-height: 421% !important;
  }
  .min-h-lg-421 {
    min-height: 421% !important;
  }
  .min-lg-vw-421 {
    min-width: 421vw !important;
  }
  .min-lg-vh-421 {
    min-height: 421vh !important;
  }
  .vw-lg-421 {
    width: 421vw !important;
  }
  .vh-lg-421 {
    height: 421vh !important;
  }
  .width-lg-421 {
    width: 421px !important;
  }
  .height-lg-421 {
    height: 421px !important;
  }
  .max-width-lg-421 {
    max-width: 421px !important;
  }
  .min-width-lg-421 {
    min-width: 421px !important;
  }
  .max-height-lg-421 {
    max-height: 421px !important;
  }
  .min-height-lg-421 {
    min-height: 421px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-421 {
    width: 421% !important;
  }
  .h-xl-421 {
    height: 421% !important;
  }
  .max-w-xl-421 {
    max-width: 421% !important;
  }
  .min-w-xl-421 {
    min-width: 421% !important;
  }
  .max-h-xl-421 {
    max-height: 421% !important;
  }
  .min-h-xl-421 {
    min-height: 421% !important;
  }
  .min-xl-vw-421 {
    min-width: 421vw !important;
  }
  .min-xl-vh-421 {
    min-height: 421vh !important;
  }
  .vw-xl-421 {
    width: 421vw !important;
  }
  .vh-xl-421 {
    height: 421vh !important;
  }
  .width-xl-421 {
    width: 421px !important;
  }
  .height-xl-421 {
    height: 421px !important;
  }
  .max-width-xl-421 {
    max-width: 421px !important;
  }
  .min-width-xl-421 {
    min-width: 421px !important;
  }
  .max-height-xl-421 {
    max-height: 421px !important;
  }
  .min-height-xl-421 {
    min-height: 421px !important;
  }
}
.w-421 {
  width: 421% !important;
}

.h-421 {
  height: 421% !important;
}

.max-w-421 {
  max-width: 421% !important;
}

.min-w-421 {
  min-width: 421% !important;
}

.max-h-421 {
  max-height: 421% !important;
}

.min-h-421 {
  min-height: 421% !important;
}

.min-vw-421 {
  min-width: 421vw !important;
}

.min-vh-421 {
  min-height: 421vh !important;
}

.vw-421 {
  width: 421vw !important;
}

.vh-421 {
  height: 421vh !important;
}

.width-421 {
  width: 421px !important;
}

.height-421 {
  height: 421px !important;
}

.max-width-421 {
  max-width: 421px !important;
}

.min-width-421 {
  min-width: 421px !important;
}

.max-height-421 {
  max-height: 421px !important;
}

.min-height-421 {
  min-height: 421px !important;
}

@media (max-width: 576px) {
  .w-sm-422 {
    width: 422% !important;
  }
  .h-sm-422 {
    height: 422% !important;
  }
  .max-w-sm-422 {
    max-width: 422% !important;
  }
  .min-w-sm-422 {
    min-width: 422% !important;
  }
  .max-h-sm-422 {
    max-height: 422% !important;
  }
  .min-h-sm-422 {
    min-height: 422% !important;
  }
  .min-sm-vw-422 {
    min-width: 422vw !important;
  }
  .min-sm-vh-422 {
    min-height: 422vh !important;
  }
  .vw-sm-422 {
    width: 422vw !important;
  }
  .vh-sm-422 {
    height: 422vh !important;
  }
  .width-sm-422 {
    width: 422px !important;
  }
  .height-sm-422 {
    height: 422px !important;
  }
  .max-width-sm-422 {
    max-width: 422px !important;
  }
  .min-width-sm-422 {
    min-width: 422px !important;
  }
  .max-height-sm-422 {
    max-height: 422px !important;
  }
  .min-height-sm-422 {
    min-height: 422px !important;
  }
}
@media (max-width: 768px) {
  .w-md-422 {
    width: 422% !important;
  }
  .h-md-422 {
    height: 422% !important;
  }
  .max-w-md-422 {
    max-width: 422% !important;
  }
  .min-w-md-422 {
    min-width: 422% !important;
  }
  .max-h-md-422 {
    max-height: 422% !important;
  }
  .min-h-md-422 {
    min-height: 422% !important;
  }
  .min-md-vw-422 {
    min-width: 422vw !important;
  }
  .min-md-vh-422 {
    min-height: 422vh !important;
  }
  .vw-md-422 {
    width: 422vw !important;
  }
  .vh-md-422 {
    height: 422vh !important;
  }
  .width-md-422 {
    width: 422px !important;
  }
  .height-md-422 {
    height: 422px !important;
  }
  .max-width-md-422 {
    max-width: 422px !important;
  }
  .min-width-md-422 {
    min-width: 422px !important;
  }
  .max-height-md-422 {
    max-height: 422px !important;
  }
  .min-height-md-422 {
    min-height: 422px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-422 {
    width: 422% !important;
  }
  .h-lg-422 {
    height: 422% !important;
  }
  .max-w-lg-422 {
    max-width: 422% !important;
  }
  .min-w-lg-422 {
    min-width: 422% !important;
  }
  .max-h-lg-422 {
    max-height: 422% !important;
  }
  .min-h-lg-422 {
    min-height: 422% !important;
  }
  .min-lg-vw-422 {
    min-width: 422vw !important;
  }
  .min-lg-vh-422 {
    min-height: 422vh !important;
  }
  .vw-lg-422 {
    width: 422vw !important;
  }
  .vh-lg-422 {
    height: 422vh !important;
  }
  .width-lg-422 {
    width: 422px !important;
  }
  .height-lg-422 {
    height: 422px !important;
  }
  .max-width-lg-422 {
    max-width: 422px !important;
  }
  .min-width-lg-422 {
    min-width: 422px !important;
  }
  .max-height-lg-422 {
    max-height: 422px !important;
  }
  .min-height-lg-422 {
    min-height: 422px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-422 {
    width: 422% !important;
  }
  .h-xl-422 {
    height: 422% !important;
  }
  .max-w-xl-422 {
    max-width: 422% !important;
  }
  .min-w-xl-422 {
    min-width: 422% !important;
  }
  .max-h-xl-422 {
    max-height: 422% !important;
  }
  .min-h-xl-422 {
    min-height: 422% !important;
  }
  .min-xl-vw-422 {
    min-width: 422vw !important;
  }
  .min-xl-vh-422 {
    min-height: 422vh !important;
  }
  .vw-xl-422 {
    width: 422vw !important;
  }
  .vh-xl-422 {
    height: 422vh !important;
  }
  .width-xl-422 {
    width: 422px !important;
  }
  .height-xl-422 {
    height: 422px !important;
  }
  .max-width-xl-422 {
    max-width: 422px !important;
  }
  .min-width-xl-422 {
    min-width: 422px !important;
  }
  .max-height-xl-422 {
    max-height: 422px !important;
  }
  .min-height-xl-422 {
    min-height: 422px !important;
  }
}
.w-422 {
  width: 422% !important;
}

.h-422 {
  height: 422% !important;
}

.max-w-422 {
  max-width: 422% !important;
}

.min-w-422 {
  min-width: 422% !important;
}

.max-h-422 {
  max-height: 422% !important;
}

.min-h-422 {
  min-height: 422% !important;
}

.min-vw-422 {
  min-width: 422vw !important;
}

.min-vh-422 {
  min-height: 422vh !important;
}

.vw-422 {
  width: 422vw !important;
}

.vh-422 {
  height: 422vh !important;
}

.width-422 {
  width: 422px !important;
}

.height-422 {
  height: 422px !important;
}

.max-width-422 {
  max-width: 422px !important;
}

.min-width-422 {
  min-width: 422px !important;
}

.max-height-422 {
  max-height: 422px !important;
}

.min-height-422 {
  min-height: 422px !important;
}

@media (max-width: 576px) {
  .w-sm-423 {
    width: 423% !important;
  }
  .h-sm-423 {
    height: 423% !important;
  }
  .max-w-sm-423 {
    max-width: 423% !important;
  }
  .min-w-sm-423 {
    min-width: 423% !important;
  }
  .max-h-sm-423 {
    max-height: 423% !important;
  }
  .min-h-sm-423 {
    min-height: 423% !important;
  }
  .min-sm-vw-423 {
    min-width: 423vw !important;
  }
  .min-sm-vh-423 {
    min-height: 423vh !important;
  }
  .vw-sm-423 {
    width: 423vw !important;
  }
  .vh-sm-423 {
    height: 423vh !important;
  }
  .width-sm-423 {
    width: 423px !important;
  }
  .height-sm-423 {
    height: 423px !important;
  }
  .max-width-sm-423 {
    max-width: 423px !important;
  }
  .min-width-sm-423 {
    min-width: 423px !important;
  }
  .max-height-sm-423 {
    max-height: 423px !important;
  }
  .min-height-sm-423 {
    min-height: 423px !important;
  }
}
@media (max-width: 768px) {
  .w-md-423 {
    width: 423% !important;
  }
  .h-md-423 {
    height: 423% !important;
  }
  .max-w-md-423 {
    max-width: 423% !important;
  }
  .min-w-md-423 {
    min-width: 423% !important;
  }
  .max-h-md-423 {
    max-height: 423% !important;
  }
  .min-h-md-423 {
    min-height: 423% !important;
  }
  .min-md-vw-423 {
    min-width: 423vw !important;
  }
  .min-md-vh-423 {
    min-height: 423vh !important;
  }
  .vw-md-423 {
    width: 423vw !important;
  }
  .vh-md-423 {
    height: 423vh !important;
  }
  .width-md-423 {
    width: 423px !important;
  }
  .height-md-423 {
    height: 423px !important;
  }
  .max-width-md-423 {
    max-width: 423px !important;
  }
  .min-width-md-423 {
    min-width: 423px !important;
  }
  .max-height-md-423 {
    max-height: 423px !important;
  }
  .min-height-md-423 {
    min-height: 423px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-423 {
    width: 423% !important;
  }
  .h-lg-423 {
    height: 423% !important;
  }
  .max-w-lg-423 {
    max-width: 423% !important;
  }
  .min-w-lg-423 {
    min-width: 423% !important;
  }
  .max-h-lg-423 {
    max-height: 423% !important;
  }
  .min-h-lg-423 {
    min-height: 423% !important;
  }
  .min-lg-vw-423 {
    min-width: 423vw !important;
  }
  .min-lg-vh-423 {
    min-height: 423vh !important;
  }
  .vw-lg-423 {
    width: 423vw !important;
  }
  .vh-lg-423 {
    height: 423vh !important;
  }
  .width-lg-423 {
    width: 423px !important;
  }
  .height-lg-423 {
    height: 423px !important;
  }
  .max-width-lg-423 {
    max-width: 423px !important;
  }
  .min-width-lg-423 {
    min-width: 423px !important;
  }
  .max-height-lg-423 {
    max-height: 423px !important;
  }
  .min-height-lg-423 {
    min-height: 423px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-423 {
    width: 423% !important;
  }
  .h-xl-423 {
    height: 423% !important;
  }
  .max-w-xl-423 {
    max-width: 423% !important;
  }
  .min-w-xl-423 {
    min-width: 423% !important;
  }
  .max-h-xl-423 {
    max-height: 423% !important;
  }
  .min-h-xl-423 {
    min-height: 423% !important;
  }
  .min-xl-vw-423 {
    min-width: 423vw !important;
  }
  .min-xl-vh-423 {
    min-height: 423vh !important;
  }
  .vw-xl-423 {
    width: 423vw !important;
  }
  .vh-xl-423 {
    height: 423vh !important;
  }
  .width-xl-423 {
    width: 423px !important;
  }
  .height-xl-423 {
    height: 423px !important;
  }
  .max-width-xl-423 {
    max-width: 423px !important;
  }
  .min-width-xl-423 {
    min-width: 423px !important;
  }
  .max-height-xl-423 {
    max-height: 423px !important;
  }
  .min-height-xl-423 {
    min-height: 423px !important;
  }
}
.w-423 {
  width: 423% !important;
}

.h-423 {
  height: 423% !important;
}

.max-w-423 {
  max-width: 423% !important;
}

.min-w-423 {
  min-width: 423% !important;
}

.max-h-423 {
  max-height: 423% !important;
}

.min-h-423 {
  min-height: 423% !important;
}

.min-vw-423 {
  min-width: 423vw !important;
}

.min-vh-423 {
  min-height: 423vh !important;
}

.vw-423 {
  width: 423vw !important;
}

.vh-423 {
  height: 423vh !important;
}

.width-423 {
  width: 423px !important;
}

.height-423 {
  height: 423px !important;
}

.max-width-423 {
  max-width: 423px !important;
}

.min-width-423 {
  min-width: 423px !important;
}

.max-height-423 {
  max-height: 423px !important;
}

.min-height-423 {
  min-height: 423px !important;
}

@media (max-width: 576px) {
  .w-sm-424 {
    width: 424% !important;
  }
  .h-sm-424 {
    height: 424% !important;
  }
  .max-w-sm-424 {
    max-width: 424% !important;
  }
  .min-w-sm-424 {
    min-width: 424% !important;
  }
  .max-h-sm-424 {
    max-height: 424% !important;
  }
  .min-h-sm-424 {
    min-height: 424% !important;
  }
  .min-sm-vw-424 {
    min-width: 424vw !important;
  }
  .min-sm-vh-424 {
    min-height: 424vh !important;
  }
  .vw-sm-424 {
    width: 424vw !important;
  }
  .vh-sm-424 {
    height: 424vh !important;
  }
  .width-sm-424 {
    width: 424px !important;
  }
  .height-sm-424 {
    height: 424px !important;
  }
  .max-width-sm-424 {
    max-width: 424px !important;
  }
  .min-width-sm-424 {
    min-width: 424px !important;
  }
  .max-height-sm-424 {
    max-height: 424px !important;
  }
  .min-height-sm-424 {
    min-height: 424px !important;
  }
}
@media (max-width: 768px) {
  .w-md-424 {
    width: 424% !important;
  }
  .h-md-424 {
    height: 424% !important;
  }
  .max-w-md-424 {
    max-width: 424% !important;
  }
  .min-w-md-424 {
    min-width: 424% !important;
  }
  .max-h-md-424 {
    max-height: 424% !important;
  }
  .min-h-md-424 {
    min-height: 424% !important;
  }
  .min-md-vw-424 {
    min-width: 424vw !important;
  }
  .min-md-vh-424 {
    min-height: 424vh !important;
  }
  .vw-md-424 {
    width: 424vw !important;
  }
  .vh-md-424 {
    height: 424vh !important;
  }
  .width-md-424 {
    width: 424px !important;
  }
  .height-md-424 {
    height: 424px !important;
  }
  .max-width-md-424 {
    max-width: 424px !important;
  }
  .min-width-md-424 {
    min-width: 424px !important;
  }
  .max-height-md-424 {
    max-height: 424px !important;
  }
  .min-height-md-424 {
    min-height: 424px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-424 {
    width: 424% !important;
  }
  .h-lg-424 {
    height: 424% !important;
  }
  .max-w-lg-424 {
    max-width: 424% !important;
  }
  .min-w-lg-424 {
    min-width: 424% !important;
  }
  .max-h-lg-424 {
    max-height: 424% !important;
  }
  .min-h-lg-424 {
    min-height: 424% !important;
  }
  .min-lg-vw-424 {
    min-width: 424vw !important;
  }
  .min-lg-vh-424 {
    min-height: 424vh !important;
  }
  .vw-lg-424 {
    width: 424vw !important;
  }
  .vh-lg-424 {
    height: 424vh !important;
  }
  .width-lg-424 {
    width: 424px !important;
  }
  .height-lg-424 {
    height: 424px !important;
  }
  .max-width-lg-424 {
    max-width: 424px !important;
  }
  .min-width-lg-424 {
    min-width: 424px !important;
  }
  .max-height-lg-424 {
    max-height: 424px !important;
  }
  .min-height-lg-424 {
    min-height: 424px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-424 {
    width: 424% !important;
  }
  .h-xl-424 {
    height: 424% !important;
  }
  .max-w-xl-424 {
    max-width: 424% !important;
  }
  .min-w-xl-424 {
    min-width: 424% !important;
  }
  .max-h-xl-424 {
    max-height: 424% !important;
  }
  .min-h-xl-424 {
    min-height: 424% !important;
  }
  .min-xl-vw-424 {
    min-width: 424vw !important;
  }
  .min-xl-vh-424 {
    min-height: 424vh !important;
  }
  .vw-xl-424 {
    width: 424vw !important;
  }
  .vh-xl-424 {
    height: 424vh !important;
  }
  .width-xl-424 {
    width: 424px !important;
  }
  .height-xl-424 {
    height: 424px !important;
  }
  .max-width-xl-424 {
    max-width: 424px !important;
  }
  .min-width-xl-424 {
    min-width: 424px !important;
  }
  .max-height-xl-424 {
    max-height: 424px !important;
  }
  .min-height-xl-424 {
    min-height: 424px !important;
  }
}
.w-424 {
  width: 424% !important;
}

.h-424 {
  height: 424% !important;
}

.max-w-424 {
  max-width: 424% !important;
}

.min-w-424 {
  min-width: 424% !important;
}

.max-h-424 {
  max-height: 424% !important;
}

.min-h-424 {
  min-height: 424% !important;
}

.min-vw-424 {
  min-width: 424vw !important;
}

.min-vh-424 {
  min-height: 424vh !important;
}

.vw-424 {
  width: 424vw !important;
}

.vh-424 {
  height: 424vh !important;
}

.width-424 {
  width: 424px !important;
}

.height-424 {
  height: 424px !important;
}

.max-width-424 {
  max-width: 424px !important;
}

.min-width-424 {
  min-width: 424px !important;
}

.max-height-424 {
  max-height: 424px !important;
}

.min-height-424 {
  min-height: 424px !important;
}

@media (max-width: 576px) {
  .w-sm-425 {
    width: 425% !important;
  }
  .h-sm-425 {
    height: 425% !important;
  }
  .max-w-sm-425 {
    max-width: 425% !important;
  }
  .min-w-sm-425 {
    min-width: 425% !important;
  }
  .max-h-sm-425 {
    max-height: 425% !important;
  }
  .min-h-sm-425 {
    min-height: 425% !important;
  }
  .min-sm-vw-425 {
    min-width: 425vw !important;
  }
  .min-sm-vh-425 {
    min-height: 425vh !important;
  }
  .vw-sm-425 {
    width: 425vw !important;
  }
  .vh-sm-425 {
    height: 425vh !important;
  }
  .width-sm-425 {
    width: 425px !important;
  }
  .height-sm-425 {
    height: 425px !important;
  }
  .max-width-sm-425 {
    max-width: 425px !important;
  }
  .min-width-sm-425 {
    min-width: 425px !important;
  }
  .max-height-sm-425 {
    max-height: 425px !important;
  }
  .min-height-sm-425 {
    min-height: 425px !important;
  }
}
@media (max-width: 768px) {
  .w-md-425 {
    width: 425% !important;
  }
  .h-md-425 {
    height: 425% !important;
  }
  .max-w-md-425 {
    max-width: 425% !important;
  }
  .min-w-md-425 {
    min-width: 425% !important;
  }
  .max-h-md-425 {
    max-height: 425% !important;
  }
  .min-h-md-425 {
    min-height: 425% !important;
  }
  .min-md-vw-425 {
    min-width: 425vw !important;
  }
  .min-md-vh-425 {
    min-height: 425vh !important;
  }
  .vw-md-425 {
    width: 425vw !important;
  }
  .vh-md-425 {
    height: 425vh !important;
  }
  .width-md-425 {
    width: 425px !important;
  }
  .height-md-425 {
    height: 425px !important;
  }
  .max-width-md-425 {
    max-width: 425px !important;
  }
  .min-width-md-425 {
    min-width: 425px !important;
  }
  .max-height-md-425 {
    max-height: 425px !important;
  }
  .min-height-md-425 {
    min-height: 425px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-425 {
    width: 425% !important;
  }
  .h-lg-425 {
    height: 425% !important;
  }
  .max-w-lg-425 {
    max-width: 425% !important;
  }
  .min-w-lg-425 {
    min-width: 425% !important;
  }
  .max-h-lg-425 {
    max-height: 425% !important;
  }
  .min-h-lg-425 {
    min-height: 425% !important;
  }
  .min-lg-vw-425 {
    min-width: 425vw !important;
  }
  .min-lg-vh-425 {
    min-height: 425vh !important;
  }
  .vw-lg-425 {
    width: 425vw !important;
  }
  .vh-lg-425 {
    height: 425vh !important;
  }
  .width-lg-425 {
    width: 425px !important;
  }
  .height-lg-425 {
    height: 425px !important;
  }
  .max-width-lg-425 {
    max-width: 425px !important;
  }
  .min-width-lg-425 {
    min-width: 425px !important;
  }
  .max-height-lg-425 {
    max-height: 425px !important;
  }
  .min-height-lg-425 {
    min-height: 425px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-425 {
    width: 425% !important;
  }
  .h-xl-425 {
    height: 425% !important;
  }
  .max-w-xl-425 {
    max-width: 425% !important;
  }
  .min-w-xl-425 {
    min-width: 425% !important;
  }
  .max-h-xl-425 {
    max-height: 425% !important;
  }
  .min-h-xl-425 {
    min-height: 425% !important;
  }
  .min-xl-vw-425 {
    min-width: 425vw !important;
  }
  .min-xl-vh-425 {
    min-height: 425vh !important;
  }
  .vw-xl-425 {
    width: 425vw !important;
  }
  .vh-xl-425 {
    height: 425vh !important;
  }
  .width-xl-425 {
    width: 425px !important;
  }
  .height-xl-425 {
    height: 425px !important;
  }
  .max-width-xl-425 {
    max-width: 425px !important;
  }
  .min-width-xl-425 {
    min-width: 425px !important;
  }
  .max-height-xl-425 {
    max-height: 425px !important;
  }
  .min-height-xl-425 {
    min-height: 425px !important;
  }
}
.w-425 {
  width: 425% !important;
}

.h-425 {
  height: 425% !important;
}

.max-w-425 {
  max-width: 425% !important;
}

.min-w-425 {
  min-width: 425% !important;
}

.max-h-425 {
  max-height: 425% !important;
}

.min-h-425 {
  min-height: 425% !important;
}

.min-vw-425 {
  min-width: 425vw !important;
}

.min-vh-425 {
  min-height: 425vh !important;
}

.vw-425 {
  width: 425vw !important;
}

.vh-425 {
  height: 425vh !important;
}

.width-425 {
  width: 425px !important;
}

.height-425 {
  height: 425px !important;
}

.max-width-425 {
  max-width: 425px !important;
}

.min-width-425 {
  min-width: 425px !important;
}

.max-height-425 {
  max-height: 425px !important;
}

.min-height-425 {
  min-height: 425px !important;
}

@media (max-width: 576px) {
  .w-sm-426 {
    width: 426% !important;
  }
  .h-sm-426 {
    height: 426% !important;
  }
  .max-w-sm-426 {
    max-width: 426% !important;
  }
  .min-w-sm-426 {
    min-width: 426% !important;
  }
  .max-h-sm-426 {
    max-height: 426% !important;
  }
  .min-h-sm-426 {
    min-height: 426% !important;
  }
  .min-sm-vw-426 {
    min-width: 426vw !important;
  }
  .min-sm-vh-426 {
    min-height: 426vh !important;
  }
  .vw-sm-426 {
    width: 426vw !important;
  }
  .vh-sm-426 {
    height: 426vh !important;
  }
  .width-sm-426 {
    width: 426px !important;
  }
  .height-sm-426 {
    height: 426px !important;
  }
  .max-width-sm-426 {
    max-width: 426px !important;
  }
  .min-width-sm-426 {
    min-width: 426px !important;
  }
  .max-height-sm-426 {
    max-height: 426px !important;
  }
  .min-height-sm-426 {
    min-height: 426px !important;
  }
}
@media (max-width: 768px) {
  .w-md-426 {
    width: 426% !important;
  }
  .h-md-426 {
    height: 426% !important;
  }
  .max-w-md-426 {
    max-width: 426% !important;
  }
  .min-w-md-426 {
    min-width: 426% !important;
  }
  .max-h-md-426 {
    max-height: 426% !important;
  }
  .min-h-md-426 {
    min-height: 426% !important;
  }
  .min-md-vw-426 {
    min-width: 426vw !important;
  }
  .min-md-vh-426 {
    min-height: 426vh !important;
  }
  .vw-md-426 {
    width: 426vw !important;
  }
  .vh-md-426 {
    height: 426vh !important;
  }
  .width-md-426 {
    width: 426px !important;
  }
  .height-md-426 {
    height: 426px !important;
  }
  .max-width-md-426 {
    max-width: 426px !important;
  }
  .min-width-md-426 {
    min-width: 426px !important;
  }
  .max-height-md-426 {
    max-height: 426px !important;
  }
  .min-height-md-426 {
    min-height: 426px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-426 {
    width: 426% !important;
  }
  .h-lg-426 {
    height: 426% !important;
  }
  .max-w-lg-426 {
    max-width: 426% !important;
  }
  .min-w-lg-426 {
    min-width: 426% !important;
  }
  .max-h-lg-426 {
    max-height: 426% !important;
  }
  .min-h-lg-426 {
    min-height: 426% !important;
  }
  .min-lg-vw-426 {
    min-width: 426vw !important;
  }
  .min-lg-vh-426 {
    min-height: 426vh !important;
  }
  .vw-lg-426 {
    width: 426vw !important;
  }
  .vh-lg-426 {
    height: 426vh !important;
  }
  .width-lg-426 {
    width: 426px !important;
  }
  .height-lg-426 {
    height: 426px !important;
  }
  .max-width-lg-426 {
    max-width: 426px !important;
  }
  .min-width-lg-426 {
    min-width: 426px !important;
  }
  .max-height-lg-426 {
    max-height: 426px !important;
  }
  .min-height-lg-426 {
    min-height: 426px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-426 {
    width: 426% !important;
  }
  .h-xl-426 {
    height: 426% !important;
  }
  .max-w-xl-426 {
    max-width: 426% !important;
  }
  .min-w-xl-426 {
    min-width: 426% !important;
  }
  .max-h-xl-426 {
    max-height: 426% !important;
  }
  .min-h-xl-426 {
    min-height: 426% !important;
  }
  .min-xl-vw-426 {
    min-width: 426vw !important;
  }
  .min-xl-vh-426 {
    min-height: 426vh !important;
  }
  .vw-xl-426 {
    width: 426vw !important;
  }
  .vh-xl-426 {
    height: 426vh !important;
  }
  .width-xl-426 {
    width: 426px !important;
  }
  .height-xl-426 {
    height: 426px !important;
  }
  .max-width-xl-426 {
    max-width: 426px !important;
  }
  .min-width-xl-426 {
    min-width: 426px !important;
  }
  .max-height-xl-426 {
    max-height: 426px !important;
  }
  .min-height-xl-426 {
    min-height: 426px !important;
  }
}
.w-426 {
  width: 426% !important;
}

.h-426 {
  height: 426% !important;
}

.max-w-426 {
  max-width: 426% !important;
}

.min-w-426 {
  min-width: 426% !important;
}

.max-h-426 {
  max-height: 426% !important;
}

.min-h-426 {
  min-height: 426% !important;
}

.min-vw-426 {
  min-width: 426vw !important;
}

.min-vh-426 {
  min-height: 426vh !important;
}

.vw-426 {
  width: 426vw !important;
}

.vh-426 {
  height: 426vh !important;
}

.width-426 {
  width: 426px !important;
}

.height-426 {
  height: 426px !important;
}

.max-width-426 {
  max-width: 426px !important;
}

.min-width-426 {
  min-width: 426px !important;
}

.max-height-426 {
  max-height: 426px !important;
}

.min-height-426 {
  min-height: 426px !important;
}

@media (max-width: 576px) {
  .w-sm-427 {
    width: 427% !important;
  }
  .h-sm-427 {
    height: 427% !important;
  }
  .max-w-sm-427 {
    max-width: 427% !important;
  }
  .min-w-sm-427 {
    min-width: 427% !important;
  }
  .max-h-sm-427 {
    max-height: 427% !important;
  }
  .min-h-sm-427 {
    min-height: 427% !important;
  }
  .min-sm-vw-427 {
    min-width: 427vw !important;
  }
  .min-sm-vh-427 {
    min-height: 427vh !important;
  }
  .vw-sm-427 {
    width: 427vw !important;
  }
  .vh-sm-427 {
    height: 427vh !important;
  }
  .width-sm-427 {
    width: 427px !important;
  }
  .height-sm-427 {
    height: 427px !important;
  }
  .max-width-sm-427 {
    max-width: 427px !important;
  }
  .min-width-sm-427 {
    min-width: 427px !important;
  }
  .max-height-sm-427 {
    max-height: 427px !important;
  }
  .min-height-sm-427 {
    min-height: 427px !important;
  }
}
@media (max-width: 768px) {
  .w-md-427 {
    width: 427% !important;
  }
  .h-md-427 {
    height: 427% !important;
  }
  .max-w-md-427 {
    max-width: 427% !important;
  }
  .min-w-md-427 {
    min-width: 427% !important;
  }
  .max-h-md-427 {
    max-height: 427% !important;
  }
  .min-h-md-427 {
    min-height: 427% !important;
  }
  .min-md-vw-427 {
    min-width: 427vw !important;
  }
  .min-md-vh-427 {
    min-height: 427vh !important;
  }
  .vw-md-427 {
    width: 427vw !important;
  }
  .vh-md-427 {
    height: 427vh !important;
  }
  .width-md-427 {
    width: 427px !important;
  }
  .height-md-427 {
    height: 427px !important;
  }
  .max-width-md-427 {
    max-width: 427px !important;
  }
  .min-width-md-427 {
    min-width: 427px !important;
  }
  .max-height-md-427 {
    max-height: 427px !important;
  }
  .min-height-md-427 {
    min-height: 427px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-427 {
    width: 427% !important;
  }
  .h-lg-427 {
    height: 427% !important;
  }
  .max-w-lg-427 {
    max-width: 427% !important;
  }
  .min-w-lg-427 {
    min-width: 427% !important;
  }
  .max-h-lg-427 {
    max-height: 427% !important;
  }
  .min-h-lg-427 {
    min-height: 427% !important;
  }
  .min-lg-vw-427 {
    min-width: 427vw !important;
  }
  .min-lg-vh-427 {
    min-height: 427vh !important;
  }
  .vw-lg-427 {
    width: 427vw !important;
  }
  .vh-lg-427 {
    height: 427vh !important;
  }
  .width-lg-427 {
    width: 427px !important;
  }
  .height-lg-427 {
    height: 427px !important;
  }
  .max-width-lg-427 {
    max-width: 427px !important;
  }
  .min-width-lg-427 {
    min-width: 427px !important;
  }
  .max-height-lg-427 {
    max-height: 427px !important;
  }
  .min-height-lg-427 {
    min-height: 427px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-427 {
    width: 427% !important;
  }
  .h-xl-427 {
    height: 427% !important;
  }
  .max-w-xl-427 {
    max-width: 427% !important;
  }
  .min-w-xl-427 {
    min-width: 427% !important;
  }
  .max-h-xl-427 {
    max-height: 427% !important;
  }
  .min-h-xl-427 {
    min-height: 427% !important;
  }
  .min-xl-vw-427 {
    min-width: 427vw !important;
  }
  .min-xl-vh-427 {
    min-height: 427vh !important;
  }
  .vw-xl-427 {
    width: 427vw !important;
  }
  .vh-xl-427 {
    height: 427vh !important;
  }
  .width-xl-427 {
    width: 427px !important;
  }
  .height-xl-427 {
    height: 427px !important;
  }
  .max-width-xl-427 {
    max-width: 427px !important;
  }
  .min-width-xl-427 {
    min-width: 427px !important;
  }
  .max-height-xl-427 {
    max-height: 427px !important;
  }
  .min-height-xl-427 {
    min-height: 427px !important;
  }
}
.w-427 {
  width: 427% !important;
}

.h-427 {
  height: 427% !important;
}

.max-w-427 {
  max-width: 427% !important;
}

.min-w-427 {
  min-width: 427% !important;
}

.max-h-427 {
  max-height: 427% !important;
}

.min-h-427 {
  min-height: 427% !important;
}

.min-vw-427 {
  min-width: 427vw !important;
}

.min-vh-427 {
  min-height: 427vh !important;
}

.vw-427 {
  width: 427vw !important;
}

.vh-427 {
  height: 427vh !important;
}

.width-427 {
  width: 427px !important;
}

.height-427 {
  height: 427px !important;
}

.max-width-427 {
  max-width: 427px !important;
}

.min-width-427 {
  min-width: 427px !important;
}

.max-height-427 {
  max-height: 427px !important;
}

.min-height-427 {
  min-height: 427px !important;
}

@media (max-width: 576px) {
  .w-sm-428 {
    width: 428% !important;
  }
  .h-sm-428 {
    height: 428% !important;
  }
  .max-w-sm-428 {
    max-width: 428% !important;
  }
  .min-w-sm-428 {
    min-width: 428% !important;
  }
  .max-h-sm-428 {
    max-height: 428% !important;
  }
  .min-h-sm-428 {
    min-height: 428% !important;
  }
  .min-sm-vw-428 {
    min-width: 428vw !important;
  }
  .min-sm-vh-428 {
    min-height: 428vh !important;
  }
  .vw-sm-428 {
    width: 428vw !important;
  }
  .vh-sm-428 {
    height: 428vh !important;
  }
  .width-sm-428 {
    width: 428px !important;
  }
  .height-sm-428 {
    height: 428px !important;
  }
  .max-width-sm-428 {
    max-width: 428px !important;
  }
  .min-width-sm-428 {
    min-width: 428px !important;
  }
  .max-height-sm-428 {
    max-height: 428px !important;
  }
  .min-height-sm-428 {
    min-height: 428px !important;
  }
}
@media (max-width: 768px) {
  .w-md-428 {
    width: 428% !important;
  }
  .h-md-428 {
    height: 428% !important;
  }
  .max-w-md-428 {
    max-width: 428% !important;
  }
  .min-w-md-428 {
    min-width: 428% !important;
  }
  .max-h-md-428 {
    max-height: 428% !important;
  }
  .min-h-md-428 {
    min-height: 428% !important;
  }
  .min-md-vw-428 {
    min-width: 428vw !important;
  }
  .min-md-vh-428 {
    min-height: 428vh !important;
  }
  .vw-md-428 {
    width: 428vw !important;
  }
  .vh-md-428 {
    height: 428vh !important;
  }
  .width-md-428 {
    width: 428px !important;
  }
  .height-md-428 {
    height: 428px !important;
  }
  .max-width-md-428 {
    max-width: 428px !important;
  }
  .min-width-md-428 {
    min-width: 428px !important;
  }
  .max-height-md-428 {
    max-height: 428px !important;
  }
  .min-height-md-428 {
    min-height: 428px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-428 {
    width: 428% !important;
  }
  .h-lg-428 {
    height: 428% !important;
  }
  .max-w-lg-428 {
    max-width: 428% !important;
  }
  .min-w-lg-428 {
    min-width: 428% !important;
  }
  .max-h-lg-428 {
    max-height: 428% !important;
  }
  .min-h-lg-428 {
    min-height: 428% !important;
  }
  .min-lg-vw-428 {
    min-width: 428vw !important;
  }
  .min-lg-vh-428 {
    min-height: 428vh !important;
  }
  .vw-lg-428 {
    width: 428vw !important;
  }
  .vh-lg-428 {
    height: 428vh !important;
  }
  .width-lg-428 {
    width: 428px !important;
  }
  .height-lg-428 {
    height: 428px !important;
  }
  .max-width-lg-428 {
    max-width: 428px !important;
  }
  .min-width-lg-428 {
    min-width: 428px !important;
  }
  .max-height-lg-428 {
    max-height: 428px !important;
  }
  .min-height-lg-428 {
    min-height: 428px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-428 {
    width: 428% !important;
  }
  .h-xl-428 {
    height: 428% !important;
  }
  .max-w-xl-428 {
    max-width: 428% !important;
  }
  .min-w-xl-428 {
    min-width: 428% !important;
  }
  .max-h-xl-428 {
    max-height: 428% !important;
  }
  .min-h-xl-428 {
    min-height: 428% !important;
  }
  .min-xl-vw-428 {
    min-width: 428vw !important;
  }
  .min-xl-vh-428 {
    min-height: 428vh !important;
  }
  .vw-xl-428 {
    width: 428vw !important;
  }
  .vh-xl-428 {
    height: 428vh !important;
  }
  .width-xl-428 {
    width: 428px !important;
  }
  .height-xl-428 {
    height: 428px !important;
  }
  .max-width-xl-428 {
    max-width: 428px !important;
  }
  .min-width-xl-428 {
    min-width: 428px !important;
  }
  .max-height-xl-428 {
    max-height: 428px !important;
  }
  .min-height-xl-428 {
    min-height: 428px !important;
  }
}
.w-428 {
  width: 428% !important;
}

.h-428 {
  height: 428% !important;
}

.max-w-428 {
  max-width: 428% !important;
}

.min-w-428 {
  min-width: 428% !important;
}

.max-h-428 {
  max-height: 428% !important;
}

.min-h-428 {
  min-height: 428% !important;
}

.min-vw-428 {
  min-width: 428vw !important;
}

.min-vh-428 {
  min-height: 428vh !important;
}

.vw-428 {
  width: 428vw !important;
}

.vh-428 {
  height: 428vh !important;
}

.width-428 {
  width: 428px !important;
}

.height-428 {
  height: 428px !important;
}

.max-width-428 {
  max-width: 428px !important;
}

.min-width-428 {
  min-width: 428px !important;
}

.max-height-428 {
  max-height: 428px !important;
}

.min-height-428 {
  min-height: 428px !important;
}

@media (max-width: 576px) {
  .w-sm-429 {
    width: 429% !important;
  }
  .h-sm-429 {
    height: 429% !important;
  }
  .max-w-sm-429 {
    max-width: 429% !important;
  }
  .min-w-sm-429 {
    min-width: 429% !important;
  }
  .max-h-sm-429 {
    max-height: 429% !important;
  }
  .min-h-sm-429 {
    min-height: 429% !important;
  }
  .min-sm-vw-429 {
    min-width: 429vw !important;
  }
  .min-sm-vh-429 {
    min-height: 429vh !important;
  }
  .vw-sm-429 {
    width: 429vw !important;
  }
  .vh-sm-429 {
    height: 429vh !important;
  }
  .width-sm-429 {
    width: 429px !important;
  }
  .height-sm-429 {
    height: 429px !important;
  }
  .max-width-sm-429 {
    max-width: 429px !important;
  }
  .min-width-sm-429 {
    min-width: 429px !important;
  }
  .max-height-sm-429 {
    max-height: 429px !important;
  }
  .min-height-sm-429 {
    min-height: 429px !important;
  }
}
@media (max-width: 768px) {
  .w-md-429 {
    width: 429% !important;
  }
  .h-md-429 {
    height: 429% !important;
  }
  .max-w-md-429 {
    max-width: 429% !important;
  }
  .min-w-md-429 {
    min-width: 429% !important;
  }
  .max-h-md-429 {
    max-height: 429% !important;
  }
  .min-h-md-429 {
    min-height: 429% !important;
  }
  .min-md-vw-429 {
    min-width: 429vw !important;
  }
  .min-md-vh-429 {
    min-height: 429vh !important;
  }
  .vw-md-429 {
    width: 429vw !important;
  }
  .vh-md-429 {
    height: 429vh !important;
  }
  .width-md-429 {
    width: 429px !important;
  }
  .height-md-429 {
    height: 429px !important;
  }
  .max-width-md-429 {
    max-width: 429px !important;
  }
  .min-width-md-429 {
    min-width: 429px !important;
  }
  .max-height-md-429 {
    max-height: 429px !important;
  }
  .min-height-md-429 {
    min-height: 429px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-429 {
    width: 429% !important;
  }
  .h-lg-429 {
    height: 429% !important;
  }
  .max-w-lg-429 {
    max-width: 429% !important;
  }
  .min-w-lg-429 {
    min-width: 429% !important;
  }
  .max-h-lg-429 {
    max-height: 429% !important;
  }
  .min-h-lg-429 {
    min-height: 429% !important;
  }
  .min-lg-vw-429 {
    min-width: 429vw !important;
  }
  .min-lg-vh-429 {
    min-height: 429vh !important;
  }
  .vw-lg-429 {
    width: 429vw !important;
  }
  .vh-lg-429 {
    height: 429vh !important;
  }
  .width-lg-429 {
    width: 429px !important;
  }
  .height-lg-429 {
    height: 429px !important;
  }
  .max-width-lg-429 {
    max-width: 429px !important;
  }
  .min-width-lg-429 {
    min-width: 429px !important;
  }
  .max-height-lg-429 {
    max-height: 429px !important;
  }
  .min-height-lg-429 {
    min-height: 429px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-429 {
    width: 429% !important;
  }
  .h-xl-429 {
    height: 429% !important;
  }
  .max-w-xl-429 {
    max-width: 429% !important;
  }
  .min-w-xl-429 {
    min-width: 429% !important;
  }
  .max-h-xl-429 {
    max-height: 429% !important;
  }
  .min-h-xl-429 {
    min-height: 429% !important;
  }
  .min-xl-vw-429 {
    min-width: 429vw !important;
  }
  .min-xl-vh-429 {
    min-height: 429vh !important;
  }
  .vw-xl-429 {
    width: 429vw !important;
  }
  .vh-xl-429 {
    height: 429vh !important;
  }
  .width-xl-429 {
    width: 429px !important;
  }
  .height-xl-429 {
    height: 429px !important;
  }
  .max-width-xl-429 {
    max-width: 429px !important;
  }
  .min-width-xl-429 {
    min-width: 429px !important;
  }
  .max-height-xl-429 {
    max-height: 429px !important;
  }
  .min-height-xl-429 {
    min-height: 429px !important;
  }
}
.w-429 {
  width: 429% !important;
}

.h-429 {
  height: 429% !important;
}

.max-w-429 {
  max-width: 429% !important;
}

.min-w-429 {
  min-width: 429% !important;
}

.max-h-429 {
  max-height: 429% !important;
}

.min-h-429 {
  min-height: 429% !important;
}

.min-vw-429 {
  min-width: 429vw !important;
}

.min-vh-429 {
  min-height: 429vh !important;
}

.vw-429 {
  width: 429vw !important;
}

.vh-429 {
  height: 429vh !important;
}

.width-429 {
  width: 429px !important;
}

.height-429 {
  height: 429px !important;
}

.max-width-429 {
  max-width: 429px !important;
}

.min-width-429 {
  min-width: 429px !important;
}

.max-height-429 {
  max-height: 429px !important;
}

.min-height-429 {
  min-height: 429px !important;
}

@media (max-width: 576px) {
  .w-sm-430 {
    width: 430% !important;
  }
  .h-sm-430 {
    height: 430% !important;
  }
  .max-w-sm-430 {
    max-width: 430% !important;
  }
  .min-w-sm-430 {
    min-width: 430% !important;
  }
  .max-h-sm-430 {
    max-height: 430% !important;
  }
  .min-h-sm-430 {
    min-height: 430% !important;
  }
  .min-sm-vw-430 {
    min-width: 430vw !important;
  }
  .min-sm-vh-430 {
    min-height: 430vh !important;
  }
  .vw-sm-430 {
    width: 430vw !important;
  }
  .vh-sm-430 {
    height: 430vh !important;
  }
  .width-sm-430 {
    width: 430px !important;
  }
  .height-sm-430 {
    height: 430px !important;
  }
  .max-width-sm-430 {
    max-width: 430px !important;
  }
  .min-width-sm-430 {
    min-width: 430px !important;
  }
  .max-height-sm-430 {
    max-height: 430px !important;
  }
  .min-height-sm-430 {
    min-height: 430px !important;
  }
}
@media (max-width: 768px) {
  .w-md-430 {
    width: 430% !important;
  }
  .h-md-430 {
    height: 430% !important;
  }
  .max-w-md-430 {
    max-width: 430% !important;
  }
  .min-w-md-430 {
    min-width: 430% !important;
  }
  .max-h-md-430 {
    max-height: 430% !important;
  }
  .min-h-md-430 {
    min-height: 430% !important;
  }
  .min-md-vw-430 {
    min-width: 430vw !important;
  }
  .min-md-vh-430 {
    min-height: 430vh !important;
  }
  .vw-md-430 {
    width: 430vw !important;
  }
  .vh-md-430 {
    height: 430vh !important;
  }
  .width-md-430 {
    width: 430px !important;
  }
  .height-md-430 {
    height: 430px !important;
  }
  .max-width-md-430 {
    max-width: 430px !important;
  }
  .min-width-md-430 {
    min-width: 430px !important;
  }
  .max-height-md-430 {
    max-height: 430px !important;
  }
  .min-height-md-430 {
    min-height: 430px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-430 {
    width: 430% !important;
  }
  .h-lg-430 {
    height: 430% !important;
  }
  .max-w-lg-430 {
    max-width: 430% !important;
  }
  .min-w-lg-430 {
    min-width: 430% !important;
  }
  .max-h-lg-430 {
    max-height: 430% !important;
  }
  .min-h-lg-430 {
    min-height: 430% !important;
  }
  .min-lg-vw-430 {
    min-width: 430vw !important;
  }
  .min-lg-vh-430 {
    min-height: 430vh !important;
  }
  .vw-lg-430 {
    width: 430vw !important;
  }
  .vh-lg-430 {
    height: 430vh !important;
  }
  .width-lg-430 {
    width: 430px !important;
  }
  .height-lg-430 {
    height: 430px !important;
  }
  .max-width-lg-430 {
    max-width: 430px !important;
  }
  .min-width-lg-430 {
    min-width: 430px !important;
  }
  .max-height-lg-430 {
    max-height: 430px !important;
  }
  .min-height-lg-430 {
    min-height: 430px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-430 {
    width: 430% !important;
  }
  .h-xl-430 {
    height: 430% !important;
  }
  .max-w-xl-430 {
    max-width: 430% !important;
  }
  .min-w-xl-430 {
    min-width: 430% !important;
  }
  .max-h-xl-430 {
    max-height: 430% !important;
  }
  .min-h-xl-430 {
    min-height: 430% !important;
  }
  .min-xl-vw-430 {
    min-width: 430vw !important;
  }
  .min-xl-vh-430 {
    min-height: 430vh !important;
  }
  .vw-xl-430 {
    width: 430vw !important;
  }
  .vh-xl-430 {
    height: 430vh !important;
  }
  .width-xl-430 {
    width: 430px !important;
  }
  .height-xl-430 {
    height: 430px !important;
  }
  .max-width-xl-430 {
    max-width: 430px !important;
  }
  .min-width-xl-430 {
    min-width: 430px !important;
  }
  .max-height-xl-430 {
    max-height: 430px !important;
  }
  .min-height-xl-430 {
    min-height: 430px !important;
  }
}
.w-430 {
  width: 430% !important;
}

.h-430 {
  height: 430% !important;
}

.max-w-430 {
  max-width: 430% !important;
}

.min-w-430 {
  min-width: 430% !important;
}

.max-h-430 {
  max-height: 430% !important;
}

.min-h-430 {
  min-height: 430% !important;
}

.min-vw-430 {
  min-width: 430vw !important;
}

.min-vh-430 {
  min-height: 430vh !important;
}

.vw-430 {
  width: 430vw !important;
}

.vh-430 {
  height: 430vh !important;
}

.width-430 {
  width: 430px !important;
}

.height-430 {
  height: 430px !important;
}

.max-width-430 {
  max-width: 430px !important;
}

.min-width-430 {
  min-width: 430px !important;
}

.max-height-430 {
  max-height: 430px !important;
}

.min-height-430 {
  min-height: 430px !important;
}

@media (max-width: 576px) {
  .w-sm-431 {
    width: 431% !important;
  }
  .h-sm-431 {
    height: 431% !important;
  }
  .max-w-sm-431 {
    max-width: 431% !important;
  }
  .min-w-sm-431 {
    min-width: 431% !important;
  }
  .max-h-sm-431 {
    max-height: 431% !important;
  }
  .min-h-sm-431 {
    min-height: 431% !important;
  }
  .min-sm-vw-431 {
    min-width: 431vw !important;
  }
  .min-sm-vh-431 {
    min-height: 431vh !important;
  }
  .vw-sm-431 {
    width: 431vw !important;
  }
  .vh-sm-431 {
    height: 431vh !important;
  }
  .width-sm-431 {
    width: 431px !important;
  }
  .height-sm-431 {
    height: 431px !important;
  }
  .max-width-sm-431 {
    max-width: 431px !important;
  }
  .min-width-sm-431 {
    min-width: 431px !important;
  }
  .max-height-sm-431 {
    max-height: 431px !important;
  }
  .min-height-sm-431 {
    min-height: 431px !important;
  }
}
@media (max-width: 768px) {
  .w-md-431 {
    width: 431% !important;
  }
  .h-md-431 {
    height: 431% !important;
  }
  .max-w-md-431 {
    max-width: 431% !important;
  }
  .min-w-md-431 {
    min-width: 431% !important;
  }
  .max-h-md-431 {
    max-height: 431% !important;
  }
  .min-h-md-431 {
    min-height: 431% !important;
  }
  .min-md-vw-431 {
    min-width: 431vw !important;
  }
  .min-md-vh-431 {
    min-height: 431vh !important;
  }
  .vw-md-431 {
    width: 431vw !important;
  }
  .vh-md-431 {
    height: 431vh !important;
  }
  .width-md-431 {
    width: 431px !important;
  }
  .height-md-431 {
    height: 431px !important;
  }
  .max-width-md-431 {
    max-width: 431px !important;
  }
  .min-width-md-431 {
    min-width: 431px !important;
  }
  .max-height-md-431 {
    max-height: 431px !important;
  }
  .min-height-md-431 {
    min-height: 431px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-431 {
    width: 431% !important;
  }
  .h-lg-431 {
    height: 431% !important;
  }
  .max-w-lg-431 {
    max-width: 431% !important;
  }
  .min-w-lg-431 {
    min-width: 431% !important;
  }
  .max-h-lg-431 {
    max-height: 431% !important;
  }
  .min-h-lg-431 {
    min-height: 431% !important;
  }
  .min-lg-vw-431 {
    min-width: 431vw !important;
  }
  .min-lg-vh-431 {
    min-height: 431vh !important;
  }
  .vw-lg-431 {
    width: 431vw !important;
  }
  .vh-lg-431 {
    height: 431vh !important;
  }
  .width-lg-431 {
    width: 431px !important;
  }
  .height-lg-431 {
    height: 431px !important;
  }
  .max-width-lg-431 {
    max-width: 431px !important;
  }
  .min-width-lg-431 {
    min-width: 431px !important;
  }
  .max-height-lg-431 {
    max-height: 431px !important;
  }
  .min-height-lg-431 {
    min-height: 431px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-431 {
    width: 431% !important;
  }
  .h-xl-431 {
    height: 431% !important;
  }
  .max-w-xl-431 {
    max-width: 431% !important;
  }
  .min-w-xl-431 {
    min-width: 431% !important;
  }
  .max-h-xl-431 {
    max-height: 431% !important;
  }
  .min-h-xl-431 {
    min-height: 431% !important;
  }
  .min-xl-vw-431 {
    min-width: 431vw !important;
  }
  .min-xl-vh-431 {
    min-height: 431vh !important;
  }
  .vw-xl-431 {
    width: 431vw !important;
  }
  .vh-xl-431 {
    height: 431vh !important;
  }
  .width-xl-431 {
    width: 431px !important;
  }
  .height-xl-431 {
    height: 431px !important;
  }
  .max-width-xl-431 {
    max-width: 431px !important;
  }
  .min-width-xl-431 {
    min-width: 431px !important;
  }
  .max-height-xl-431 {
    max-height: 431px !important;
  }
  .min-height-xl-431 {
    min-height: 431px !important;
  }
}
.w-431 {
  width: 431% !important;
}

.h-431 {
  height: 431% !important;
}

.max-w-431 {
  max-width: 431% !important;
}

.min-w-431 {
  min-width: 431% !important;
}

.max-h-431 {
  max-height: 431% !important;
}

.min-h-431 {
  min-height: 431% !important;
}

.min-vw-431 {
  min-width: 431vw !important;
}

.min-vh-431 {
  min-height: 431vh !important;
}

.vw-431 {
  width: 431vw !important;
}

.vh-431 {
  height: 431vh !important;
}

.width-431 {
  width: 431px !important;
}

.height-431 {
  height: 431px !important;
}

.max-width-431 {
  max-width: 431px !important;
}

.min-width-431 {
  min-width: 431px !important;
}

.max-height-431 {
  max-height: 431px !important;
}

.min-height-431 {
  min-height: 431px !important;
}

@media (max-width: 576px) {
  .w-sm-432 {
    width: 432% !important;
  }
  .h-sm-432 {
    height: 432% !important;
  }
  .max-w-sm-432 {
    max-width: 432% !important;
  }
  .min-w-sm-432 {
    min-width: 432% !important;
  }
  .max-h-sm-432 {
    max-height: 432% !important;
  }
  .min-h-sm-432 {
    min-height: 432% !important;
  }
  .min-sm-vw-432 {
    min-width: 432vw !important;
  }
  .min-sm-vh-432 {
    min-height: 432vh !important;
  }
  .vw-sm-432 {
    width: 432vw !important;
  }
  .vh-sm-432 {
    height: 432vh !important;
  }
  .width-sm-432 {
    width: 432px !important;
  }
  .height-sm-432 {
    height: 432px !important;
  }
  .max-width-sm-432 {
    max-width: 432px !important;
  }
  .min-width-sm-432 {
    min-width: 432px !important;
  }
  .max-height-sm-432 {
    max-height: 432px !important;
  }
  .min-height-sm-432 {
    min-height: 432px !important;
  }
}
@media (max-width: 768px) {
  .w-md-432 {
    width: 432% !important;
  }
  .h-md-432 {
    height: 432% !important;
  }
  .max-w-md-432 {
    max-width: 432% !important;
  }
  .min-w-md-432 {
    min-width: 432% !important;
  }
  .max-h-md-432 {
    max-height: 432% !important;
  }
  .min-h-md-432 {
    min-height: 432% !important;
  }
  .min-md-vw-432 {
    min-width: 432vw !important;
  }
  .min-md-vh-432 {
    min-height: 432vh !important;
  }
  .vw-md-432 {
    width: 432vw !important;
  }
  .vh-md-432 {
    height: 432vh !important;
  }
  .width-md-432 {
    width: 432px !important;
  }
  .height-md-432 {
    height: 432px !important;
  }
  .max-width-md-432 {
    max-width: 432px !important;
  }
  .min-width-md-432 {
    min-width: 432px !important;
  }
  .max-height-md-432 {
    max-height: 432px !important;
  }
  .min-height-md-432 {
    min-height: 432px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-432 {
    width: 432% !important;
  }
  .h-lg-432 {
    height: 432% !important;
  }
  .max-w-lg-432 {
    max-width: 432% !important;
  }
  .min-w-lg-432 {
    min-width: 432% !important;
  }
  .max-h-lg-432 {
    max-height: 432% !important;
  }
  .min-h-lg-432 {
    min-height: 432% !important;
  }
  .min-lg-vw-432 {
    min-width: 432vw !important;
  }
  .min-lg-vh-432 {
    min-height: 432vh !important;
  }
  .vw-lg-432 {
    width: 432vw !important;
  }
  .vh-lg-432 {
    height: 432vh !important;
  }
  .width-lg-432 {
    width: 432px !important;
  }
  .height-lg-432 {
    height: 432px !important;
  }
  .max-width-lg-432 {
    max-width: 432px !important;
  }
  .min-width-lg-432 {
    min-width: 432px !important;
  }
  .max-height-lg-432 {
    max-height: 432px !important;
  }
  .min-height-lg-432 {
    min-height: 432px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-432 {
    width: 432% !important;
  }
  .h-xl-432 {
    height: 432% !important;
  }
  .max-w-xl-432 {
    max-width: 432% !important;
  }
  .min-w-xl-432 {
    min-width: 432% !important;
  }
  .max-h-xl-432 {
    max-height: 432% !important;
  }
  .min-h-xl-432 {
    min-height: 432% !important;
  }
  .min-xl-vw-432 {
    min-width: 432vw !important;
  }
  .min-xl-vh-432 {
    min-height: 432vh !important;
  }
  .vw-xl-432 {
    width: 432vw !important;
  }
  .vh-xl-432 {
    height: 432vh !important;
  }
  .width-xl-432 {
    width: 432px !important;
  }
  .height-xl-432 {
    height: 432px !important;
  }
  .max-width-xl-432 {
    max-width: 432px !important;
  }
  .min-width-xl-432 {
    min-width: 432px !important;
  }
  .max-height-xl-432 {
    max-height: 432px !important;
  }
  .min-height-xl-432 {
    min-height: 432px !important;
  }
}
.w-432 {
  width: 432% !important;
}

.h-432 {
  height: 432% !important;
}

.max-w-432 {
  max-width: 432% !important;
}

.min-w-432 {
  min-width: 432% !important;
}

.max-h-432 {
  max-height: 432% !important;
}

.min-h-432 {
  min-height: 432% !important;
}

.min-vw-432 {
  min-width: 432vw !important;
}

.min-vh-432 {
  min-height: 432vh !important;
}

.vw-432 {
  width: 432vw !important;
}

.vh-432 {
  height: 432vh !important;
}

.width-432 {
  width: 432px !important;
}

.height-432 {
  height: 432px !important;
}

.max-width-432 {
  max-width: 432px !important;
}

.min-width-432 {
  min-width: 432px !important;
}

.max-height-432 {
  max-height: 432px !important;
}

.min-height-432 {
  min-height: 432px !important;
}

@media (max-width: 576px) {
  .w-sm-433 {
    width: 433% !important;
  }
  .h-sm-433 {
    height: 433% !important;
  }
  .max-w-sm-433 {
    max-width: 433% !important;
  }
  .min-w-sm-433 {
    min-width: 433% !important;
  }
  .max-h-sm-433 {
    max-height: 433% !important;
  }
  .min-h-sm-433 {
    min-height: 433% !important;
  }
  .min-sm-vw-433 {
    min-width: 433vw !important;
  }
  .min-sm-vh-433 {
    min-height: 433vh !important;
  }
  .vw-sm-433 {
    width: 433vw !important;
  }
  .vh-sm-433 {
    height: 433vh !important;
  }
  .width-sm-433 {
    width: 433px !important;
  }
  .height-sm-433 {
    height: 433px !important;
  }
  .max-width-sm-433 {
    max-width: 433px !important;
  }
  .min-width-sm-433 {
    min-width: 433px !important;
  }
  .max-height-sm-433 {
    max-height: 433px !important;
  }
  .min-height-sm-433 {
    min-height: 433px !important;
  }
}
@media (max-width: 768px) {
  .w-md-433 {
    width: 433% !important;
  }
  .h-md-433 {
    height: 433% !important;
  }
  .max-w-md-433 {
    max-width: 433% !important;
  }
  .min-w-md-433 {
    min-width: 433% !important;
  }
  .max-h-md-433 {
    max-height: 433% !important;
  }
  .min-h-md-433 {
    min-height: 433% !important;
  }
  .min-md-vw-433 {
    min-width: 433vw !important;
  }
  .min-md-vh-433 {
    min-height: 433vh !important;
  }
  .vw-md-433 {
    width: 433vw !important;
  }
  .vh-md-433 {
    height: 433vh !important;
  }
  .width-md-433 {
    width: 433px !important;
  }
  .height-md-433 {
    height: 433px !important;
  }
  .max-width-md-433 {
    max-width: 433px !important;
  }
  .min-width-md-433 {
    min-width: 433px !important;
  }
  .max-height-md-433 {
    max-height: 433px !important;
  }
  .min-height-md-433 {
    min-height: 433px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-433 {
    width: 433% !important;
  }
  .h-lg-433 {
    height: 433% !important;
  }
  .max-w-lg-433 {
    max-width: 433% !important;
  }
  .min-w-lg-433 {
    min-width: 433% !important;
  }
  .max-h-lg-433 {
    max-height: 433% !important;
  }
  .min-h-lg-433 {
    min-height: 433% !important;
  }
  .min-lg-vw-433 {
    min-width: 433vw !important;
  }
  .min-lg-vh-433 {
    min-height: 433vh !important;
  }
  .vw-lg-433 {
    width: 433vw !important;
  }
  .vh-lg-433 {
    height: 433vh !important;
  }
  .width-lg-433 {
    width: 433px !important;
  }
  .height-lg-433 {
    height: 433px !important;
  }
  .max-width-lg-433 {
    max-width: 433px !important;
  }
  .min-width-lg-433 {
    min-width: 433px !important;
  }
  .max-height-lg-433 {
    max-height: 433px !important;
  }
  .min-height-lg-433 {
    min-height: 433px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-433 {
    width: 433% !important;
  }
  .h-xl-433 {
    height: 433% !important;
  }
  .max-w-xl-433 {
    max-width: 433% !important;
  }
  .min-w-xl-433 {
    min-width: 433% !important;
  }
  .max-h-xl-433 {
    max-height: 433% !important;
  }
  .min-h-xl-433 {
    min-height: 433% !important;
  }
  .min-xl-vw-433 {
    min-width: 433vw !important;
  }
  .min-xl-vh-433 {
    min-height: 433vh !important;
  }
  .vw-xl-433 {
    width: 433vw !important;
  }
  .vh-xl-433 {
    height: 433vh !important;
  }
  .width-xl-433 {
    width: 433px !important;
  }
  .height-xl-433 {
    height: 433px !important;
  }
  .max-width-xl-433 {
    max-width: 433px !important;
  }
  .min-width-xl-433 {
    min-width: 433px !important;
  }
  .max-height-xl-433 {
    max-height: 433px !important;
  }
  .min-height-xl-433 {
    min-height: 433px !important;
  }
}
.w-433 {
  width: 433% !important;
}

.h-433 {
  height: 433% !important;
}

.max-w-433 {
  max-width: 433% !important;
}

.min-w-433 {
  min-width: 433% !important;
}

.max-h-433 {
  max-height: 433% !important;
}

.min-h-433 {
  min-height: 433% !important;
}

.min-vw-433 {
  min-width: 433vw !important;
}

.min-vh-433 {
  min-height: 433vh !important;
}

.vw-433 {
  width: 433vw !important;
}

.vh-433 {
  height: 433vh !important;
}

.width-433 {
  width: 433px !important;
}

.height-433 {
  height: 433px !important;
}

.max-width-433 {
  max-width: 433px !important;
}

.min-width-433 {
  min-width: 433px !important;
}

.max-height-433 {
  max-height: 433px !important;
}

.min-height-433 {
  min-height: 433px !important;
}

@media (max-width: 576px) {
  .w-sm-434 {
    width: 434% !important;
  }
  .h-sm-434 {
    height: 434% !important;
  }
  .max-w-sm-434 {
    max-width: 434% !important;
  }
  .min-w-sm-434 {
    min-width: 434% !important;
  }
  .max-h-sm-434 {
    max-height: 434% !important;
  }
  .min-h-sm-434 {
    min-height: 434% !important;
  }
  .min-sm-vw-434 {
    min-width: 434vw !important;
  }
  .min-sm-vh-434 {
    min-height: 434vh !important;
  }
  .vw-sm-434 {
    width: 434vw !important;
  }
  .vh-sm-434 {
    height: 434vh !important;
  }
  .width-sm-434 {
    width: 434px !important;
  }
  .height-sm-434 {
    height: 434px !important;
  }
  .max-width-sm-434 {
    max-width: 434px !important;
  }
  .min-width-sm-434 {
    min-width: 434px !important;
  }
  .max-height-sm-434 {
    max-height: 434px !important;
  }
  .min-height-sm-434 {
    min-height: 434px !important;
  }
}
@media (max-width: 768px) {
  .w-md-434 {
    width: 434% !important;
  }
  .h-md-434 {
    height: 434% !important;
  }
  .max-w-md-434 {
    max-width: 434% !important;
  }
  .min-w-md-434 {
    min-width: 434% !important;
  }
  .max-h-md-434 {
    max-height: 434% !important;
  }
  .min-h-md-434 {
    min-height: 434% !important;
  }
  .min-md-vw-434 {
    min-width: 434vw !important;
  }
  .min-md-vh-434 {
    min-height: 434vh !important;
  }
  .vw-md-434 {
    width: 434vw !important;
  }
  .vh-md-434 {
    height: 434vh !important;
  }
  .width-md-434 {
    width: 434px !important;
  }
  .height-md-434 {
    height: 434px !important;
  }
  .max-width-md-434 {
    max-width: 434px !important;
  }
  .min-width-md-434 {
    min-width: 434px !important;
  }
  .max-height-md-434 {
    max-height: 434px !important;
  }
  .min-height-md-434 {
    min-height: 434px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-434 {
    width: 434% !important;
  }
  .h-lg-434 {
    height: 434% !important;
  }
  .max-w-lg-434 {
    max-width: 434% !important;
  }
  .min-w-lg-434 {
    min-width: 434% !important;
  }
  .max-h-lg-434 {
    max-height: 434% !important;
  }
  .min-h-lg-434 {
    min-height: 434% !important;
  }
  .min-lg-vw-434 {
    min-width: 434vw !important;
  }
  .min-lg-vh-434 {
    min-height: 434vh !important;
  }
  .vw-lg-434 {
    width: 434vw !important;
  }
  .vh-lg-434 {
    height: 434vh !important;
  }
  .width-lg-434 {
    width: 434px !important;
  }
  .height-lg-434 {
    height: 434px !important;
  }
  .max-width-lg-434 {
    max-width: 434px !important;
  }
  .min-width-lg-434 {
    min-width: 434px !important;
  }
  .max-height-lg-434 {
    max-height: 434px !important;
  }
  .min-height-lg-434 {
    min-height: 434px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-434 {
    width: 434% !important;
  }
  .h-xl-434 {
    height: 434% !important;
  }
  .max-w-xl-434 {
    max-width: 434% !important;
  }
  .min-w-xl-434 {
    min-width: 434% !important;
  }
  .max-h-xl-434 {
    max-height: 434% !important;
  }
  .min-h-xl-434 {
    min-height: 434% !important;
  }
  .min-xl-vw-434 {
    min-width: 434vw !important;
  }
  .min-xl-vh-434 {
    min-height: 434vh !important;
  }
  .vw-xl-434 {
    width: 434vw !important;
  }
  .vh-xl-434 {
    height: 434vh !important;
  }
  .width-xl-434 {
    width: 434px !important;
  }
  .height-xl-434 {
    height: 434px !important;
  }
  .max-width-xl-434 {
    max-width: 434px !important;
  }
  .min-width-xl-434 {
    min-width: 434px !important;
  }
  .max-height-xl-434 {
    max-height: 434px !important;
  }
  .min-height-xl-434 {
    min-height: 434px !important;
  }
}
.w-434 {
  width: 434% !important;
}

.h-434 {
  height: 434% !important;
}

.max-w-434 {
  max-width: 434% !important;
}

.min-w-434 {
  min-width: 434% !important;
}

.max-h-434 {
  max-height: 434% !important;
}

.min-h-434 {
  min-height: 434% !important;
}

.min-vw-434 {
  min-width: 434vw !important;
}

.min-vh-434 {
  min-height: 434vh !important;
}

.vw-434 {
  width: 434vw !important;
}

.vh-434 {
  height: 434vh !important;
}

.width-434 {
  width: 434px !important;
}

.height-434 {
  height: 434px !important;
}

.max-width-434 {
  max-width: 434px !important;
}

.min-width-434 {
  min-width: 434px !important;
}

.max-height-434 {
  max-height: 434px !important;
}

.min-height-434 {
  min-height: 434px !important;
}

@media (max-width: 576px) {
  .w-sm-435 {
    width: 435% !important;
  }
  .h-sm-435 {
    height: 435% !important;
  }
  .max-w-sm-435 {
    max-width: 435% !important;
  }
  .min-w-sm-435 {
    min-width: 435% !important;
  }
  .max-h-sm-435 {
    max-height: 435% !important;
  }
  .min-h-sm-435 {
    min-height: 435% !important;
  }
  .min-sm-vw-435 {
    min-width: 435vw !important;
  }
  .min-sm-vh-435 {
    min-height: 435vh !important;
  }
  .vw-sm-435 {
    width: 435vw !important;
  }
  .vh-sm-435 {
    height: 435vh !important;
  }
  .width-sm-435 {
    width: 435px !important;
  }
  .height-sm-435 {
    height: 435px !important;
  }
  .max-width-sm-435 {
    max-width: 435px !important;
  }
  .min-width-sm-435 {
    min-width: 435px !important;
  }
  .max-height-sm-435 {
    max-height: 435px !important;
  }
  .min-height-sm-435 {
    min-height: 435px !important;
  }
}
@media (max-width: 768px) {
  .w-md-435 {
    width: 435% !important;
  }
  .h-md-435 {
    height: 435% !important;
  }
  .max-w-md-435 {
    max-width: 435% !important;
  }
  .min-w-md-435 {
    min-width: 435% !important;
  }
  .max-h-md-435 {
    max-height: 435% !important;
  }
  .min-h-md-435 {
    min-height: 435% !important;
  }
  .min-md-vw-435 {
    min-width: 435vw !important;
  }
  .min-md-vh-435 {
    min-height: 435vh !important;
  }
  .vw-md-435 {
    width: 435vw !important;
  }
  .vh-md-435 {
    height: 435vh !important;
  }
  .width-md-435 {
    width: 435px !important;
  }
  .height-md-435 {
    height: 435px !important;
  }
  .max-width-md-435 {
    max-width: 435px !important;
  }
  .min-width-md-435 {
    min-width: 435px !important;
  }
  .max-height-md-435 {
    max-height: 435px !important;
  }
  .min-height-md-435 {
    min-height: 435px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-435 {
    width: 435% !important;
  }
  .h-lg-435 {
    height: 435% !important;
  }
  .max-w-lg-435 {
    max-width: 435% !important;
  }
  .min-w-lg-435 {
    min-width: 435% !important;
  }
  .max-h-lg-435 {
    max-height: 435% !important;
  }
  .min-h-lg-435 {
    min-height: 435% !important;
  }
  .min-lg-vw-435 {
    min-width: 435vw !important;
  }
  .min-lg-vh-435 {
    min-height: 435vh !important;
  }
  .vw-lg-435 {
    width: 435vw !important;
  }
  .vh-lg-435 {
    height: 435vh !important;
  }
  .width-lg-435 {
    width: 435px !important;
  }
  .height-lg-435 {
    height: 435px !important;
  }
  .max-width-lg-435 {
    max-width: 435px !important;
  }
  .min-width-lg-435 {
    min-width: 435px !important;
  }
  .max-height-lg-435 {
    max-height: 435px !important;
  }
  .min-height-lg-435 {
    min-height: 435px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-435 {
    width: 435% !important;
  }
  .h-xl-435 {
    height: 435% !important;
  }
  .max-w-xl-435 {
    max-width: 435% !important;
  }
  .min-w-xl-435 {
    min-width: 435% !important;
  }
  .max-h-xl-435 {
    max-height: 435% !important;
  }
  .min-h-xl-435 {
    min-height: 435% !important;
  }
  .min-xl-vw-435 {
    min-width: 435vw !important;
  }
  .min-xl-vh-435 {
    min-height: 435vh !important;
  }
  .vw-xl-435 {
    width: 435vw !important;
  }
  .vh-xl-435 {
    height: 435vh !important;
  }
  .width-xl-435 {
    width: 435px !important;
  }
  .height-xl-435 {
    height: 435px !important;
  }
  .max-width-xl-435 {
    max-width: 435px !important;
  }
  .min-width-xl-435 {
    min-width: 435px !important;
  }
  .max-height-xl-435 {
    max-height: 435px !important;
  }
  .min-height-xl-435 {
    min-height: 435px !important;
  }
}
.w-435 {
  width: 435% !important;
}

.h-435 {
  height: 435% !important;
}

.max-w-435 {
  max-width: 435% !important;
}

.min-w-435 {
  min-width: 435% !important;
}

.max-h-435 {
  max-height: 435% !important;
}

.min-h-435 {
  min-height: 435% !important;
}

.min-vw-435 {
  min-width: 435vw !important;
}

.min-vh-435 {
  min-height: 435vh !important;
}

.vw-435 {
  width: 435vw !important;
}

.vh-435 {
  height: 435vh !important;
}

.width-435 {
  width: 435px !important;
}

.height-435 {
  height: 435px !important;
}

.max-width-435 {
  max-width: 435px !important;
}

.min-width-435 {
  min-width: 435px !important;
}

.max-height-435 {
  max-height: 435px !important;
}

.min-height-435 {
  min-height: 435px !important;
}

@media (max-width: 576px) {
  .w-sm-436 {
    width: 436% !important;
  }
  .h-sm-436 {
    height: 436% !important;
  }
  .max-w-sm-436 {
    max-width: 436% !important;
  }
  .min-w-sm-436 {
    min-width: 436% !important;
  }
  .max-h-sm-436 {
    max-height: 436% !important;
  }
  .min-h-sm-436 {
    min-height: 436% !important;
  }
  .min-sm-vw-436 {
    min-width: 436vw !important;
  }
  .min-sm-vh-436 {
    min-height: 436vh !important;
  }
  .vw-sm-436 {
    width: 436vw !important;
  }
  .vh-sm-436 {
    height: 436vh !important;
  }
  .width-sm-436 {
    width: 436px !important;
  }
  .height-sm-436 {
    height: 436px !important;
  }
  .max-width-sm-436 {
    max-width: 436px !important;
  }
  .min-width-sm-436 {
    min-width: 436px !important;
  }
  .max-height-sm-436 {
    max-height: 436px !important;
  }
  .min-height-sm-436 {
    min-height: 436px !important;
  }
}
@media (max-width: 768px) {
  .w-md-436 {
    width: 436% !important;
  }
  .h-md-436 {
    height: 436% !important;
  }
  .max-w-md-436 {
    max-width: 436% !important;
  }
  .min-w-md-436 {
    min-width: 436% !important;
  }
  .max-h-md-436 {
    max-height: 436% !important;
  }
  .min-h-md-436 {
    min-height: 436% !important;
  }
  .min-md-vw-436 {
    min-width: 436vw !important;
  }
  .min-md-vh-436 {
    min-height: 436vh !important;
  }
  .vw-md-436 {
    width: 436vw !important;
  }
  .vh-md-436 {
    height: 436vh !important;
  }
  .width-md-436 {
    width: 436px !important;
  }
  .height-md-436 {
    height: 436px !important;
  }
  .max-width-md-436 {
    max-width: 436px !important;
  }
  .min-width-md-436 {
    min-width: 436px !important;
  }
  .max-height-md-436 {
    max-height: 436px !important;
  }
  .min-height-md-436 {
    min-height: 436px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-436 {
    width: 436% !important;
  }
  .h-lg-436 {
    height: 436% !important;
  }
  .max-w-lg-436 {
    max-width: 436% !important;
  }
  .min-w-lg-436 {
    min-width: 436% !important;
  }
  .max-h-lg-436 {
    max-height: 436% !important;
  }
  .min-h-lg-436 {
    min-height: 436% !important;
  }
  .min-lg-vw-436 {
    min-width: 436vw !important;
  }
  .min-lg-vh-436 {
    min-height: 436vh !important;
  }
  .vw-lg-436 {
    width: 436vw !important;
  }
  .vh-lg-436 {
    height: 436vh !important;
  }
  .width-lg-436 {
    width: 436px !important;
  }
  .height-lg-436 {
    height: 436px !important;
  }
  .max-width-lg-436 {
    max-width: 436px !important;
  }
  .min-width-lg-436 {
    min-width: 436px !important;
  }
  .max-height-lg-436 {
    max-height: 436px !important;
  }
  .min-height-lg-436 {
    min-height: 436px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-436 {
    width: 436% !important;
  }
  .h-xl-436 {
    height: 436% !important;
  }
  .max-w-xl-436 {
    max-width: 436% !important;
  }
  .min-w-xl-436 {
    min-width: 436% !important;
  }
  .max-h-xl-436 {
    max-height: 436% !important;
  }
  .min-h-xl-436 {
    min-height: 436% !important;
  }
  .min-xl-vw-436 {
    min-width: 436vw !important;
  }
  .min-xl-vh-436 {
    min-height: 436vh !important;
  }
  .vw-xl-436 {
    width: 436vw !important;
  }
  .vh-xl-436 {
    height: 436vh !important;
  }
  .width-xl-436 {
    width: 436px !important;
  }
  .height-xl-436 {
    height: 436px !important;
  }
  .max-width-xl-436 {
    max-width: 436px !important;
  }
  .min-width-xl-436 {
    min-width: 436px !important;
  }
  .max-height-xl-436 {
    max-height: 436px !important;
  }
  .min-height-xl-436 {
    min-height: 436px !important;
  }
}
.w-436 {
  width: 436% !important;
}

.h-436 {
  height: 436% !important;
}

.max-w-436 {
  max-width: 436% !important;
}

.min-w-436 {
  min-width: 436% !important;
}

.max-h-436 {
  max-height: 436% !important;
}

.min-h-436 {
  min-height: 436% !important;
}

.min-vw-436 {
  min-width: 436vw !important;
}

.min-vh-436 {
  min-height: 436vh !important;
}

.vw-436 {
  width: 436vw !important;
}

.vh-436 {
  height: 436vh !important;
}

.width-436 {
  width: 436px !important;
}

.height-436 {
  height: 436px !important;
}

.max-width-436 {
  max-width: 436px !important;
}

.min-width-436 {
  min-width: 436px !important;
}

.max-height-436 {
  max-height: 436px !important;
}

.min-height-436 {
  min-height: 436px !important;
}

@media (max-width: 576px) {
  .w-sm-437 {
    width: 437% !important;
  }
  .h-sm-437 {
    height: 437% !important;
  }
  .max-w-sm-437 {
    max-width: 437% !important;
  }
  .min-w-sm-437 {
    min-width: 437% !important;
  }
  .max-h-sm-437 {
    max-height: 437% !important;
  }
  .min-h-sm-437 {
    min-height: 437% !important;
  }
  .min-sm-vw-437 {
    min-width: 437vw !important;
  }
  .min-sm-vh-437 {
    min-height: 437vh !important;
  }
  .vw-sm-437 {
    width: 437vw !important;
  }
  .vh-sm-437 {
    height: 437vh !important;
  }
  .width-sm-437 {
    width: 437px !important;
  }
  .height-sm-437 {
    height: 437px !important;
  }
  .max-width-sm-437 {
    max-width: 437px !important;
  }
  .min-width-sm-437 {
    min-width: 437px !important;
  }
  .max-height-sm-437 {
    max-height: 437px !important;
  }
  .min-height-sm-437 {
    min-height: 437px !important;
  }
}
@media (max-width: 768px) {
  .w-md-437 {
    width: 437% !important;
  }
  .h-md-437 {
    height: 437% !important;
  }
  .max-w-md-437 {
    max-width: 437% !important;
  }
  .min-w-md-437 {
    min-width: 437% !important;
  }
  .max-h-md-437 {
    max-height: 437% !important;
  }
  .min-h-md-437 {
    min-height: 437% !important;
  }
  .min-md-vw-437 {
    min-width: 437vw !important;
  }
  .min-md-vh-437 {
    min-height: 437vh !important;
  }
  .vw-md-437 {
    width: 437vw !important;
  }
  .vh-md-437 {
    height: 437vh !important;
  }
  .width-md-437 {
    width: 437px !important;
  }
  .height-md-437 {
    height: 437px !important;
  }
  .max-width-md-437 {
    max-width: 437px !important;
  }
  .min-width-md-437 {
    min-width: 437px !important;
  }
  .max-height-md-437 {
    max-height: 437px !important;
  }
  .min-height-md-437 {
    min-height: 437px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-437 {
    width: 437% !important;
  }
  .h-lg-437 {
    height: 437% !important;
  }
  .max-w-lg-437 {
    max-width: 437% !important;
  }
  .min-w-lg-437 {
    min-width: 437% !important;
  }
  .max-h-lg-437 {
    max-height: 437% !important;
  }
  .min-h-lg-437 {
    min-height: 437% !important;
  }
  .min-lg-vw-437 {
    min-width: 437vw !important;
  }
  .min-lg-vh-437 {
    min-height: 437vh !important;
  }
  .vw-lg-437 {
    width: 437vw !important;
  }
  .vh-lg-437 {
    height: 437vh !important;
  }
  .width-lg-437 {
    width: 437px !important;
  }
  .height-lg-437 {
    height: 437px !important;
  }
  .max-width-lg-437 {
    max-width: 437px !important;
  }
  .min-width-lg-437 {
    min-width: 437px !important;
  }
  .max-height-lg-437 {
    max-height: 437px !important;
  }
  .min-height-lg-437 {
    min-height: 437px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-437 {
    width: 437% !important;
  }
  .h-xl-437 {
    height: 437% !important;
  }
  .max-w-xl-437 {
    max-width: 437% !important;
  }
  .min-w-xl-437 {
    min-width: 437% !important;
  }
  .max-h-xl-437 {
    max-height: 437% !important;
  }
  .min-h-xl-437 {
    min-height: 437% !important;
  }
  .min-xl-vw-437 {
    min-width: 437vw !important;
  }
  .min-xl-vh-437 {
    min-height: 437vh !important;
  }
  .vw-xl-437 {
    width: 437vw !important;
  }
  .vh-xl-437 {
    height: 437vh !important;
  }
  .width-xl-437 {
    width: 437px !important;
  }
  .height-xl-437 {
    height: 437px !important;
  }
  .max-width-xl-437 {
    max-width: 437px !important;
  }
  .min-width-xl-437 {
    min-width: 437px !important;
  }
  .max-height-xl-437 {
    max-height: 437px !important;
  }
  .min-height-xl-437 {
    min-height: 437px !important;
  }
}
.w-437 {
  width: 437% !important;
}

.h-437 {
  height: 437% !important;
}

.max-w-437 {
  max-width: 437% !important;
}

.min-w-437 {
  min-width: 437% !important;
}

.max-h-437 {
  max-height: 437% !important;
}

.min-h-437 {
  min-height: 437% !important;
}

.min-vw-437 {
  min-width: 437vw !important;
}

.min-vh-437 {
  min-height: 437vh !important;
}

.vw-437 {
  width: 437vw !important;
}

.vh-437 {
  height: 437vh !important;
}

.width-437 {
  width: 437px !important;
}

.height-437 {
  height: 437px !important;
}

.max-width-437 {
  max-width: 437px !important;
}

.min-width-437 {
  min-width: 437px !important;
}

.max-height-437 {
  max-height: 437px !important;
}

.min-height-437 {
  min-height: 437px !important;
}

@media (max-width: 576px) {
  .w-sm-438 {
    width: 438% !important;
  }
  .h-sm-438 {
    height: 438% !important;
  }
  .max-w-sm-438 {
    max-width: 438% !important;
  }
  .min-w-sm-438 {
    min-width: 438% !important;
  }
  .max-h-sm-438 {
    max-height: 438% !important;
  }
  .min-h-sm-438 {
    min-height: 438% !important;
  }
  .min-sm-vw-438 {
    min-width: 438vw !important;
  }
  .min-sm-vh-438 {
    min-height: 438vh !important;
  }
  .vw-sm-438 {
    width: 438vw !important;
  }
  .vh-sm-438 {
    height: 438vh !important;
  }
  .width-sm-438 {
    width: 438px !important;
  }
  .height-sm-438 {
    height: 438px !important;
  }
  .max-width-sm-438 {
    max-width: 438px !important;
  }
  .min-width-sm-438 {
    min-width: 438px !important;
  }
  .max-height-sm-438 {
    max-height: 438px !important;
  }
  .min-height-sm-438 {
    min-height: 438px !important;
  }
}
@media (max-width: 768px) {
  .w-md-438 {
    width: 438% !important;
  }
  .h-md-438 {
    height: 438% !important;
  }
  .max-w-md-438 {
    max-width: 438% !important;
  }
  .min-w-md-438 {
    min-width: 438% !important;
  }
  .max-h-md-438 {
    max-height: 438% !important;
  }
  .min-h-md-438 {
    min-height: 438% !important;
  }
  .min-md-vw-438 {
    min-width: 438vw !important;
  }
  .min-md-vh-438 {
    min-height: 438vh !important;
  }
  .vw-md-438 {
    width: 438vw !important;
  }
  .vh-md-438 {
    height: 438vh !important;
  }
  .width-md-438 {
    width: 438px !important;
  }
  .height-md-438 {
    height: 438px !important;
  }
  .max-width-md-438 {
    max-width: 438px !important;
  }
  .min-width-md-438 {
    min-width: 438px !important;
  }
  .max-height-md-438 {
    max-height: 438px !important;
  }
  .min-height-md-438 {
    min-height: 438px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-438 {
    width: 438% !important;
  }
  .h-lg-438 {
    height: 438% !important;
  }
  .max-w-lg-438 {
    max-width: 438% !important;
  }
  .min-w-lg-438 {
    min-width: 438% !important;
  }
  .max-h-lg-438 {
    max-height: 438% !important;
  }
  .min-h-lg-438 {
    min-height: 438% !important;
  }
  .min-lg-vw-438 {
    min-width: 438vw !important;
  }
  .min-lg-vh-438 {
    min-height: 438vh !important;
  }
  .vw-lg-438 {
    width: 438vw !important;
  }
  .vh-lg-438 {
    height: 438vh !important;
  }
  .width-lg-438 {
    width: 438px !important;
  }
  .height-lg-438 {
    height: 438px !important;
  }
  .max-width-lg-438 {
    max-width: 438px !important;
  }
  .min-width-lg-438 {
    min-width: 438px !important;
  }
  .max-height-lg-438 {
    max-height: 438px !important;
  }
  .min-height-lg-438 {
    min-height: 438px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-438 {
    width: 438% !important;
  }
  .h-xl-438 {
    height: 438% !important;
  }
  .max-w-xl-438 {
    max-width: 438% !important;
  }
  .min-w-xl-438 {
    min-width: 438% !important;
  }
  .max-h-xl-438 {
    max-height: 438% !important;
  }
  .min-h-xl-438 {
    min-height: 438% !important;
  }
  .min-xl-vw-438 {
    min-width: 438vw !important;
  }
  .min-xl-vh-438 {
    min-height: 438vh !important;
  }
  .vw-xl-438 {
    width: 438vw !important;
  }
  .vh-xl-438 {
    height: 438vh !important;
  }
  .width-xl-438 {
    width: 438px !important;
  }
  .height-xl-438 {
    height: 438px !important;
  }
  .max-width-xl-438 {
    max-width: 438px !important;
  }
  .min-width-xl-438 {
    min-width: 438px !important;
  }
  .max-height-xl-438 {
    max-height: 438px !important;
  }
  .min-height-xl-438 {
    min-height: 438px !important;
  }
}
.w-438 {
  width: 438% !important;
}

.h-438 {
  height: 438% !important;
}

.max-w-438 {
  max-width: 438% !important;
}

.min-w-438 {
  min-width: 438% !important;
}

.max-h-438 {
  max-height: 438% !important;
}

.min-h-438 {
  min-height: 438% !important;
}

.min-vw-438 {
  min-width: 438vw !important;
}

.min-vh-438 {
  min-height: 438vh !important;
}

.vw-438 {
  width: 438vw !important;
}

.vh-438 {
  height: 438vh !important;
}

.width-438 {
  width: 438px !important;
}

.height-438 {
  height: 438px !important;
}

.max-width-438 {
  max-width: 438px !important;
}

.min-width-438 {
  min-width: 438px !important;
}

.max-height-438 {
  max-height: 438px !important;
}

.min-height-438 {
  min-height: 438px !important;
}

@media (max-width: 576px) {
  .w-sm-439 {
    width: 439% !important;
  }
  .h-sm-439 {
    height: 439% !important;
  }
  .max-w-sm-439 {
    max-width: 439% !important;
  }
  .min-w-sm-439 {
    min-width: 439% !important;
  }
  .max-h-sm-439 {
    max-height: 439% !important;
  }
  .min-h-sm-439 {
    min-height: 439% !important;
  }
  .min-sm-vw-439 {
    min-width: 439vw !important;
  }
  .min-sm-vh-439 {
    min-height: 439vh !important;
  }
  .vw-sm-439 {
    width: 439vw !important;
  }
  .vh-sm-439 {
    height: 439vh !important;
  }
  .width-sm-439 {
    width: 439px !important;
  }
  .height-sm-439 {
    height: 439px !important;
  }
  .max-width-sm-439 {
    max-width: 439px !important;
  }
  .min-width-sm-439 {
    min-width: 439px !important;
  }
  .max-height-sm-439 {
    max-height: 439px !important;
  }
  .min-height-sm-439 {
    min-height: 439px !important;
  }
}
@media (max-width: 768px) {
  .w-md-439 {
    width: 439% !important;
  }
  .h-md-439 {
    height: 439% !important;
  }
  .max-w-md-439 {
    max-width: 439% !important;
  }
  .min-w-md-439 {
    min-width: 439% !important;
  }
  .max-h-md-439 {
    max-height: 439% !important;
  }
  .min-h-md-439 {
    min-height: 439% !important;
  }
  .min-md-vw-439 {
    min-width: 439vw !important;
  }
  .min-md-vh-439 {
    min-height: 439vh !important;
  }
  .vw-md-439 {
    width: 439vw !important;
  }
  .vh-md-439 {
    height: 439vh !important;
  }
  .width-md-439 {
    width: 439px !important;
  }
  .height-md-439 {
    height: 439px !important;
  }
  .max-width-md-439 {
    max-width: 439px !important;
  }
  .min-width-md-439 {
    min-width: 439px !important;
  }
  .max-height-md-439 {
    max-height: 439px !important;
  }
  .min-height-md-439 {
    min-height: 439px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-439 {
    width: 439% !important;
  }
  .h-lg-439 {
    height: 439% !important;
  }
  .max-w-lg-439 {
    max-width: 439% !important;
  }
  .min-w-lg-439 {
    min-width: 439% !important;
  }
  .max-h-lg-439 {
    max-height: 439% !important;
  }
  .min-h-lg-439 {
    min-height: 439% !important;
  }
  .min-lg-vw-439 {
    min-width: 439vw !important;
  }
  .min-lg-vh-439 {
    min-height: 439vh !important;
  }
  .vw-lg-439 {
    width: 439vw !important;
  }
  .vh-lg-439 {
    height: 439vh !important;
  }
  .width-lg-439 {
    width: 439px !important;
  }
  .height-lg-439 {
    height: 439px !important;
  }
  .max-width-lg-439 {
    max-width: 439px !important;
  }
  .min-width-lg-439 {
    min-width: 439px !important;
  }
  .max-height-lg-439 {
    max-height: 439px !important;
  }
  .min-height-lg-439 {
    min-height: 439px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-439 {
    width: 439% !important;
  }
  .h-xl-439 {
    height: 439% !important;
  }
  .max-w-xl-439 {
    max-width: 439% !important;
  }
  .min-w-xl-439 {
    min-width: 439% !important;
  }
  .max-h-xl-439 {
    max-height: 439% !important;
  }
  .min-h-xl-439 {
    min-height: 439% !important;
  }
  .min-xl-vw-439 {
    min-width: 439vw !important;
  }
  .min-xl-vh-439 {
    min-height: 439vh !important;
  }
  .vw-xl-439 {
    width: 439vw !important;
  }
  .vh-xl-439 {
    height: 439vh !important;
  }
  .width-xl-439 {
    width: 439px !important;
  }
  .height-xl-439 {
    height: 439px !important;
  }
  .max-width-xl-439 {
    max-width: 439px !important;
  }
  .min-width-xl-439 {
    min-width: 439px !important;
  }
  .max-height-xl-439 {
    max-height: 439px !important;
  }
  .min-height-xl-439 {
    min-height: 439px !important;
  }
}
.w-439 {
  width: 439% !important;
}

.h-439 {
  height: 439% !important;
}

.max-w-439 {
  max-width: 439% !important;
}

.min-w-439 {
  min-width: 439% !important;
}

.max-h-439 {
  max-height: 439% !important;
}

.min-h-439 {
  min-height: 439% !important;
}

.min-vw-439 {
  min-width: 439vw !important;
}

.min-vh-439 {
  min-height: 439vh !important;
}

.vw-439 {
  width: 439vw !important;
}

.vh-439 {
  height: 439vh !important;
}

.width-439 {
  width: 439px !important;
}

.height-439 {
  height: 439px !important;
}

.max-width-439 {
  max-width: 439px !important;
}

.min-width-439 {
  min-width: 439px !important;
}

.max-height-439 {
  max-height: 439px !important;
}

.min-height-439 {
  min-height: 439px !important;
}

@media (max-width: 576px) {
  .w-sm-440 {
    width: 440% !important;
  }
  .h-sm-440 {
    height: 440% !important;
  }
  .max-w-sm-440 {
    max-width: 440% !important;
  }
  .min-w-sm-440 {
    min-width: 440% !important;
  }
  .max-h-sm-440 {
    max-height: 440% !important;
  }
  .min-h-sm-440 {
    min-height: 440% !important;
  }
  .min-sm-vw-440 {
    min-width: 440vw !important;
  }
  .min-sm-vh-440 {
    min-height: 440vh !important;
  }
  .vw-sm-440 {
    width: 440vw !important;
  }
  .vh-sm-440 {
    height: 440vh !important;
  }
  .width-sm-440 {
    width: 440px !important;
  }
  .height-sm-440 {
    height: 440px !important;
  }
  .max-width-sm-440 {
    max-width: 440px !important;
  }
  .min-width-sm-440 {
    min-width: 440px !important;
  }
  .max-height-sm-440 {
    max-height: 440px !important;
  }
  .min-height-sm-440 {
    min-height: 440px !important;
  }
}
@media (max-width: 768px) {
  .w-md-440 {
    width: 440% !important;
  }
  .h-md-440 {
    height: 440% !important;
  }
  .max-w-md-440 {
    max-width: 440% !important;
  }
  .min-w-md-440 {
    min-width: 440% !important;
  }
  .max-h-md-440 {
    max-height: 440% !important;
  }
  .min-h-md-440 {
    min-height: 440% !important;
  }
  .min-md-vw-440 {
    min-width: 440vw !important;
  }
  .min-md-vh-440 {
    min-height: 440vh !important;
  }
  .vw-md-440 {
    width: 440vw !important;
  }
  .vh-md-440 {
    height: 440vh !important;
  }
  .width-md-440 {
    width: 440px !important;
  }
  .height-md-440 {
    height: 440px !important;
  }
  .max-width-md-440 {
    max-width: 440px !important;
  }
  .min-width-md-440 {
    min-width: 440px !important;
  }
  .max-height-md-440 {
    max-height: 440px !important;
  }
  .min-height-md-440 {
    min-height: 440px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-440 {
    width: 440% !important;
  }
  .h-lg-440 {
    height: 440% !important;
  }
  .max-w-lg-440 {
    max-width: 440% !important;
  }
  .min-w-lg-440 {
    min-width: 440% !important;
  }
  .max-h-lg-440 {
    max-height: 440% !important;
  }
  .min-h-lg-440 {
    min-height: 440% !important;
  }
  .min-lg-vw-440 {
    min-width: 440vw !important;
  }
  .min-lg-vh-440 {
    min-height: 440vh !important;
  }
  .vw-lg-440 {
    width: 440vw !important;
  }
  .vh-lg-440 {
    height: 440vh !important;
  }
  .width-lg-440 {
    width: 440px !important;
  }
  .height-lg-440 {
    height: 440px !important;
  }
  .max-width-lg-440 {
    max-width: 440px !important;
  }
  .min-width-lg-440 {
    min-width: 440px !important;
  }
  .max-height-lg-440 {
    max-height: 440px !important;
  }
  .min-height-lg-440 {
    min-height: 440px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-440 {
    width: 440% !important;
  }
  .h-xl-440 {
    height: 440% !important;
  }
  .max-w-xl-440 {
    max-width: 440% !important;
  }
  .min-w-xl-440 {
    min-width: 440% !important;
  }
  .max-h-xl-440 {
    max-height: 440% !important;
  }
  .min-h-xl-440 {
    min-height: 440% !important;
  }
  .min-xl-vw-440 {
    min-width: 440vw !important;
  }
  .min-xl-vh-440 {
    min-height: 440vh !important;
  }
  .vw-xl-440 {
    width: 440vw !important;
  }
  .vh-xl-440 {
    height: 440vh !important;
  }
  .width-xl-440 {
    width: 440px !important;
  }
  .height-xl-440 {
    height: 440px !important;
  }
  .max-width-xl-440 {
    max-width: 440px !important;
  }
  .min-width-xl-440 {
    min-width: 440px !important;
  }
  .max-height-xl-440 {
    max-height: 440px !important;
  }
  .min-height-xl-440 {
    min-height: 440px !important;
  }
}
.w-440 {
  width: 440% !important;
}

.h-440 {
  height: 440% !important;
}

.max-w-440 {
  max-width: 440% !important;
}

.min-w-440 {
  min-width: 440% !important;
}

.max-h-440 {
  max-height: 440% !important;
}

.min-h-440 {
  min-height: 440% !important;
}

.min-vw-440 {
  min-width: 440vw !important;
}

.min-vh-440 {
  min-height: 440vh !important;
}

.vw-440 {
  width: 440vw !important;
}

.vh-440 {
  height: 440vh !important;
}

.width-440 {
  width: 440px !important;
}

.height-440 {
  height: 440px !important;
}

.max-width-440 {
  max-width: 440px !important;
}

.min-width-440 {
  min-width: 440px !important;
}

.max-height-440 {
  max-height: 440px !important;
}

.min-height-440 {
  min-height: 440px !important;
}

@media (max-width: 576px) {
  .w-sm-441 {
    width: 441% !important;
  }
  .h-sm-441 {
    height: 441% !important;
  }
  .max-w-sm-441 {
    max-width: 441% !important;
  }
  .min-w-sm-441 {
    min-width: 441% !important;
  }
  .max-h-sm-441 {
    max-height: 441% !important;
  }
  .min-h-sm-441 {
    min-height: 441% !important;
  }
  .min-sm-vw-441 {
    min-width: 441vw !important;
  }
  .min-sm-vh-441 {
    min-height: 441vh !important;
  }
  .vw-sm-441 {
    width: 441vw !important;
  }
  .vh-sm-441 {
    height: 441vh !important;
  }
  .width-sm-441 {
    width: 441px !important;
  }
  .height-sm-441 {
    height: 441px !important;
  }
  .max-width-sm-441 {
    max-width: 441px !important;
  }
  .min-width-sm-441 {
    min-width: 441px !important;
  }
  .max-height-sm-441 {
    max-height: 441px !important;
  }
  .min-height-sm-441 {
    min-height: 441px !important;
  }
}
@media (max-width: 768px) {
  .w-md-441 {
    width: 441% !important;
  }
  .h-md-441 {
    height: 441% !important;
  }
  .max-w-md-441 {
    max-width: 441% !important;
  }
  .min-w-md-441 {
    min-width: 441% !important;
  }
  .max-h-md-441 {
    max-height: 441% !important;
  }
  .min-h-md-441 {
    min-height: 441% !important;
  }
  .min-md-vw-441 {
    min-width: 441vw !important;
  }
  .min-md-vh-441 {
    min-height: 441vh !important;
  }
  .vw-md-441 {
    width: 441vw !important;
  }
  .vh-md-441 {
    height: 441vh !important;
  }
  .width-md-441 {
    width: 441px !important;
  }
  .height-md-441 {
    height: 441px !important;
  }
  .max-width-md-441 {
    max-width: 441px !important;
  }
  .min-width-md-441 {
    min-width: 441px !important;
  }
  .max-height-md-441 {
    max-height: 441px !important;
  }
  .min-height-md-441 {
    min-height: 441px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-441 {
    width: 441% !important;
  }
  .h-lg-441 {
    height: 441% !important;
  }
  .max-w-lg-441 {
    max-width: 441% !important;
  }
  .min-w-lg-441 {
    min-width: 441% !important;
  }
  .max-h-lg-441 {
    max-height: 441% !important;
  }
  .min-h-lg-441 {
    min-height: 441% !important;
  }
  .min-lg-vw-441 {
    min-width: 441vw !important;
  }
  .min-lg-vh-441 {
    min-height: 441vh !important;
  }
  .vw-lg-441 {
    width: 441vw !important;
  }
  .vh-lg-441 {
    height: 441vh !important;
  }
  .width-lg-441 {
    width: 441px !important;
  }
  .height-lg-441 {
    height: 441px !important;
  }
  .max-width-lg-441 {
    max-width: 441px !important;
  }
  .min-width-lg-441 {
    min-width: 441px !important;
  }
  .max-height-lg-441 {
    max-height: 441px !important;
  }
  .min-height-lg-441 {
    min-height: 441px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-441 {
    width: 441% !important;
  }
  .h-xl-441 {
    height: 441% !important;
  }
  .max-w-xl-441 {
    max-width: 441% !important;
  }
  .min-w-xl-441 {
    min-width: 441% !important;
  }
  .max-h-xl-441 {
    max-height: 441% !important;
  }
  .min-h-xl-441 {
    min-height: 441% !important;
  }
  .min-xl-vw-441 {
    min-width: 441vw !important;
  }
  .min-xl-vh-441 {
    min-height: 441vh !important;
  }
  .vw-xl-441 {
    width: 441vw !important;
  }
  .vh-xl-441 {
    height: 441vh !important;
  }
  .width-xl-441 {
    width: 441px !important;
  }
  .height-xl-441 {
    height: 441px !important;
  }
  .max-width-xl-441 {
    max-width: 441px !important;
  }
  .min-width-xl-441 {
    min-width: 441px !important;
  }
  .max-height-xl-441 {
    max-height: 441px !important;
  }
  .min-height-xl-441 {
    min-height: 441px !important;
  }
}
.w-441 {
  width: 441% !important;
}

.h-441 {
  height: 441% !important;
}

.max-w-441 {
  max-width: 441% !important;
}

.min-w-441 {
  min-width: 441% !important;
}

.max-h-441 {
  max-height: 441% !important;
}

.min-h-441 {
  min-height: 441% !important;
}

.min-vw-441 {
  min-width: 441vw !important;
}

.min-vh-441 {
  min-height: 441vh !important;
}

.vw-441 {
  width: 441vw !important;
}

.vh-441 {
  height: 441vh !important;
}

.width-441 {
  width: 441px !important;
}

.height-441 {
  height: 441px !important;
}

.max-width-441 {
  max-width: 441px !important;
}

.min-width-441 {
  min-width: 441px !important;
}

.max-height-441 {
  max-height: 441px !important;
}

.min-height-441 {
  min-height: 441px !important;
}

@media (max-width: 576px) {
  .w-sm-442 {
    width: 442% !important;
  }
  .h-sm-442 {
    height: 442% !important;
  }
  .max-w-sm-442 {
    max-width: 442% !important;
  }
  .min-w-sm-442 {
    min-width: 442% !important;
  }
  .max-h-sm-442 {
    max-height: 442% !important;
  }
  .min-h-sm-442 {
    min-height: 442% !important;
  }
  .min-sm-vw-442 {
    min-width: 442vw !important;
  }
  .min-sm-vh-442 {
    min-height: 442vh !important;
  }
  .vw-sm-442 {
    width: 442vw !important;
  }
  .vh-sm-442 {
    height: 442vh !important;
  }
  .width-sm-442 {
    width: 442px !important;
  }
  .height-sm-442 {
    height: 442px !important;
  }
  .max-width-sm-442 {
    max-width: 442px !important;
  }
  .min-width-sm-442 {
    min-width: 442px !important;
  }
  .max-height-sm-442 {
    max-height: 442px !important;
  }
  .min-height-sm-442 {
    min-height: 442px !important;
  }
}
@media (max-width: 768px) {
  .w-md-442 {
    width: 442% !important;
  }
  .h-md-442 {
    height: 442% !important;
  }
  .max-w-md-442 {
    max-width: 442% !important;
  }
  .min-w-md-442 {
    min-width: 442% !important;
  }
  .max-h-md-442 {
    max-height: 442% !important;
  }
  .min-h-md-442 {
    min-height: 442% !important;
  }
  .min-md-vw-442 {
    min-width: 442vw !important;
  }
  .min-md-vh-442 {
    min-height: 442vh !important;
  }
  .vw-md-442 {
    width: 442vw !important;
  }
  .vh-md-442 {
    height: 442vh !important;
  }
  .width-md-442 {
    width: 442px !important;
  }
  .height-md-442 {
    height: 442px !important;
  }
  .max-width-md-442 {
    max-width: 442px !important;
  }
  .min-width-md-442 {
    min-width: 442px !important;
  }
  .max-height-md-442 {
    max-height: 442px !important;
  }
  .min-height-md-442 {
    min-height: 442px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-442 {
    width: 442% !important;
  }
  .h-lg-442 {
    height: 442% !important;
  }
  .max-w-lg-442 {
    max-width: 442% !important;
  }
  .min-w-lg-442 {
    min-width: 442% !important;
  }
  .max-h-lg-442 {
    max-height: 442% !important;
  }
  .min-h-lg-442 {
    min-height: 442% !important;
  }
  .min-lg-vw-442 {
    min-width: 442vw !important;
  }
  .min-lg-vh-442 {
    min-height: 442vh !important;
  }
  .vw-lg-442 {
    width: 442vw !important;
  }
  .vh-lg-442 {
    height: 442vh !important;
  }
  .width-lg-442 {
    width: 442px !important;
  }
  .height-lg-442 {
    height: 442px !important;
  }
  .max-width-lg-442 {
    max-width: 442px !important;
  }
  .min-width-lg-442 {
    min-width: 442px !important;
  }
  .max-height-lg-442 {
    max-height: 442px !important;
  }
  .min-height-lg-442 {
    min-height: 442px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-442 {
    width: 442% !important;
  }
  .h-xl-442 {
    height: 442% !important;
  }
  .max-w-xl-442 {
    max-width: 442% !important;
  }
  .min-w-xl-442 {
    min-width: 442% !important;
  }
  .max-h-xl-442 {
    max-height: 442% !important;
  }
  .min-h-xl-442 {
    min-height: 442% !important;
  }
  .min-xl-vw-442 {
    min-width: 442vw !important;
  }
  .min-xl-vh-442 {
    min-height: 442vh !important;
  }
  .vw-xl-442 {
    width: 442vw !important;
  }
  .vh-xl-442 {
    height: 442vh !important;
  }
  .width-xl-442 {
    width: 442px !important;
  }
  .height-xl-442 {
    height: 442px !important;
  }
  .max-width-xl-442 {
    max-width: 442px !important;
  }
  .min-width-xl-442 {
    min-width: 442px !important;
  }
  .max-height-xl-442 {
    max-height: 442px !important;
  }
  .min-height-xl-442 {
    min-height: 442px !important;
  }
}
.w-442 {
  width: 442% !important;
}

.h-442 {
  height: 442% !important;
}

.max-w-442 {
  max-width: 442% !important;
}

.min-w-442 {
  min-width: 442% !important;
}

.max-h-442 {
  max-height: 442% !important;
}

.min-h-442 {
  min-height: 442% !important;
}

.min-vw-442 {
  min-width: 442vw !important;
}

.min-vh-442 {
  min-height: 442vh !important;
}

.vw-442 {
  width: 442vw !important;
}

.vh-442 {
  height: 442vh !important;
}

.width-442 {
  width: 442px !important;
}

.height-442 {
  height: 442px !important;
}

.max-width-442 {
  max-width: 442px !important;
}

.min-width-442 {
  min-width: 442px !important;
}

.max-height-442 {
  max-height: 442px !important;
}

.min-height-442 {
  min-height: 442px !important;
}

@media (max-width: 576px) {
  .w-sm-443 {
    width: 443% !important;
  }
  .h-sm-443 {
    height: 443% !important;
  }
  .max-w-sm-443 {
    max-width: 443% !important;
  }
  .min-w-sm-443 {
    min-width: 443% !important;
  }
  .max-h-sm-443 {
    max-height: 443% !important;
  }
  .min-h-sm-443 {
    min-height: 443% !important;
  }
  .min-sm-vw-443 {
    min-width: 443vw !important;
  }
  .min-sm-vh-443 {
    min-height: 443vh !important;
  }
  .vw-sm-443 {
    width: 443vw !important;
  }
  .vh-sm-443 {
    height: 443vh !important;
  }
  .width-sm-443 {
    width: 443px !important;
  }
  .height-sm-443 {
    height: 443px !important;
  }
  .max-width-sm-443 {
    max-width: 443px !important;
  }
  .min-width-sm-443 {
    min-width: 443px !important;
  }
  .max-height-sm-443 {
    max-height: 443px !important;
  }
  .min-height-sm-443 {
    min-height: 443px !important;
  }
}
@media (max-width: 768px) {
  .w-md-443 {
    width: 443% !important;
  }
  .h-md-443 {
    height: 443% !important;
  }
  .max-w-md-443 {
    max-width: 443% !important;
  }
  .min-w-md-443 {
    min-width: 443% !important;
  }
  .max-h-md-443 {
    max-height: 443% !important;
  }
  .min-h-md-443 {
    min-height: 443% !important;
  }
  .min-md-vw-443 {
    min-width: 443vw !important;
  }
  .min-md-vh-443 {
    min-height: 443vh !important;
  }
  .vw-md-443 {
    width: 443vw !important;
  }
  .vh-md-443 {
    height: 443vh !important;
  }
  .width-md-443 {
    width: 443px !important;
  }
  .height-md-443 {
    height: 443px !important;
  }
  .max-width-md-443 {
    max-width: 443px !important;
  }
  .min-width-md-443 {
    min-width: 443px !important;
  }
  .max-height-md-443 {
    max-height: 443px !important;
  }
  .min-height-md-443 {
    min-height: 443px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-443 {
    width: 443% !important;
  }
  .h-lg-443 {
    height: 443% !important;
  }
  .max-w-lg-443 {
    max-width: 443% !important;
  }
  .min-w-lg-443 {
    min-width: 443% !important;
  }
  .max-h-lg-443 {
    max-height: 443% !important;
  }
  .min-h-lg-443 {
    min-height: 443% !important;
  }
  .min-lg-vw-443 {
    min-width: 443vw !important;
  }
  .min-lg-vh-443 {
    min-height: 443vh !important;
  }
  .vw-lg-443 {
    width: 443vw !important;
  }
  .vh-lg-443 {
    height: 443vh !important;
  }
  .width-lg-443 {
    width: 443px !important;
  }
  .height-lg-443 {
    height: 443px !important;
  }
  .max-width-lg-443 {
    max-width: 443px !important;
  }
  .min-width-lg-443 {
    min-width: 443px !important;
  }
  .max-height-lg-443 {
    max-height: 443px !important;
  }
  .min-height-lg-443 {
    min-height: 443px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-443 {
    width: 443% !important;
  }
  .h-xl-443 {
    height: 443% !important;
  }
  .max-w-xl-443 {
    max-width: 443% !important;
  }
  .min-w-xl-443 {
    min-width: 443% !important;
  }
  .max-h-xl-443 {
    max-height: 443% !important;
  }
  .min-h-xl-443 {
    min-height: 443% !important;
  }
  .min-xl-vw-443 {
    min-width: 443vw !important;
  }
  .min-xl-vh-443 {
    min-height: 443vh !important;
  }
  .vw-xl-443 {
    width: 443vw !important;
  }
  .vh-xl-443 {
    height: 443vh !important;
  }
  .width-xl-443 {
    width: 443px !important;
  }
  .height-xl-443 {
    height: 443px !important;
  }
  .max-width-xl-443 {
    max-width: 443px !important;
  }
  .min-width-xl-443 {
    min-width: 443px !important;
  }
  .max-height-xl-443 {
    max-height: 443px !important;
  }
  .min-height-xl-443 {
    min-height: 443px !important;
  }
}
.w-443 {
  width: 443% !important;
}

.h-443 {
  height: 443% !important;
}

.max-w-443 {
  max-width: 443% !important;
}

.min-w-443 {
  min-width: 443% !important;
}

.max-h-443 {
  max-height: 443% !important;
}

.min-h-443 {
  min-height: 443% !important;
}

.min-vw-443 {
  min-width: 443vw !important;
}

.min-vh-443 {
  min-height: 443vh !important;
}

.vw-443 {
  width: 443vw !important;
}

.vh-443 {
  height: 443vh !important;
}

.width-443 {
  width: 443px !important;
}

.height-443 {
  height: 443px !important;
}

.max-width-443 {
  max-width: 443px !important;
}

.min-width-443 {
  min-width: 443px !important;
}

.max-height-443 {
  max-height: 443px !important;
}

.min-height-443 {
  min-height: 443px !important;
}

@media (max-width: 576px) {
  .w-sm-444 {
    width: 444% !important;
  }
  .h-sm-444 {
    height: 444% !important;
  }
  .max-w-sm-444 {
    max-width: 444% !important;
  }
  .min-w-sm-444 {
    min-width: 444% !important;
  }
  .max-h-sm-444 {
    max-height: 444% !important;
  }
  .min-h-sm-444 {
    min-height: 444% !important;
  }
  .min-sm-vw-444 {
    min-width: 444vw !important;
  }
  .min-sm-vh-444 {
    min-height: 444vh !important;
  }
  .vw-sm-444 {
    width: 444vw !important;
  }
  .vh-sm-444 {
    height: 444vh !important;
  }
  .width-sm-444 {
    width: 444px !important;
  }
  .height-sm-444 {
    height: 444px !important;
  }
  .max-width-sm-444 {
    max-width: 444px !important;
  }
  .min-width-sm-444 {
    min-width: 444px !important;
  }
  .max-height-sm-444 {
    max-height: 444px !important;
  }
  .min-height-sm-444 {
    min-height: 444px !important;
  }
}
@media (max-width: 768px) {
  .w-md-444 {
    width: 444% !important;
  }
  .h-md-444 {
    height: 444% !important;
  }
  .max-w-md-444 {
    max-width: 444% !important;
  }
  .min-w-md-444 {
    min-width: 444% !important;
  }
  .max-h-md-444 {
    max-height: 444% !important;
  }
  .min-h-md-444 {
    min-height: 444% !important;
  }
  .min-md-vw-444 {
    min-width: 444vw !important;
  }
  .min-md-vh-444 {
    min-height: 444vh !important;
  }
  .vw-md-444 {
    width: 444vw !important;
  }
  .vh-md-444 {
    height: 444vh !important;
  }
  .width-md-444 {
    width: 444px !important;
  }
  .height-md-444 {
    height: 444px !important;
  }
  .max-width-md-444 {
    max-width: 444px !important;
  }
  .min-width-md-444 {
    min-width: 444px !important;
  }
  .max-height-md-444 {
    max-height: 444px !important;
  }
  .min-height-md-444 {
    min-height: 444px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-444 {
    width: 444% !important;
  }
  .h-lg-444 {
    height: 444% !important;
  }
  .max-w-lg-444 {
    max-width: 444% !important;
  }
  .min-w-lg-444 {
    min-width: 444% !important;
  }
  .max-h-lg-444 {
    max-height: 444% !important;
  }
  .min-h-lg-444 {
    min-height: 444% !important;
  }
  .min-lg-vw-444 {
    min-width: 444vw !important;
  }
  .min-lg-vh-444 {
    min-height: 444vh !important;
  }
  .vw-lg-444 {
    width: 444vw !important;
  }
  .vh-lg-444 {
    height: 444vh !important;
  }
  .width-lg-444 {
    width: 444px !important;
  }
  .height-lg-444 {
    height: 444px !important;
  }
  .max-width-lg-444 {
    max-width: 444px !important;
  }
  .min-width-lg-444 {
    min-width: 444px !important;
  }
  .max-height-lg-444 {
    max-height: 444px !important;
  }
  .min-height-lg-444 {
    min-height: 444px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-444 {
    width: 444% !important;
  }
  .h-xl-444 {
    height: 444% !important;
  }
  .max-w-xl-444 {
    max-width: 444% !important;
  }
  .min-w-xl-444 {
    min-width: 444% !important;
  }
  .max-h-xl-444 {
    max-height: 444% !important;
  }
  .min-h-xl-444 {
    min-height: 444% !important;
  }
  .min-xl-vw-444 {
    min-width: 444vw !important;
  }
  .min-xl-vh-444 {
    min-height: 444vh !important;
  }
  .vw-xl-444 {
    width: 444vw !important;
  }
  .vh-xl-444 {
    height: 444vh !important;
  }
  .width-xl-444 {
    width: 444px !important;
  }
  .height-xl-444 {
    height: 444px !important;
  }
  .max-width-xl-444 {
    max-width: 444px !important;
  }
  .min-width-xl-444 {
    min-width: 444px !important;
  }
  .max-height-xl-444 {
    max-height: 444px !important;
  }
  .min-height-xl-444 {
    min-height: 444px !important;
  }
}
.w-444 {
  width: 444% !important;
}

.h-444 {
  height: 444% !important;
}

.max-w-444 {
  max-width: 444% !important;
}

.min-w-444 {
  min-width: 444% !important;
}

.max-h-444 {
  max-height: 444% !important;
}

.min-h-444 {
  min-height: 444% !important;
}

.min-vw-444 {
  min-width: 444vw !important;
}

.min-vh-444 {
  min-height: 444vh !important;
}

.vw-444 {
  width: 444vw !important;
}

.vh-444 {
  height: 444vh !important;
}

.width-444 {
  width: 444px !important;
}

.height-444 {
  height: 444px !important;
}

.max-width-444 {
  max-width: 444px !important;
}

.min-width-444 {
  min-width: 444px !important;
}

.max-height-444 {
  max-height: 444px !important;
}

.min-height-444 {
  min-height: 444px !important;
}

@media (max-width: 576px) {
  .w-sm-445 {
    width: 445% !important;
  }
  .h-sm-445 {
    height: 445% !important;
  }
  .max-w-sm-445 {
    max-width: 445% !important;
  }
  .min-w-sm-445 {
    min-width: 445% !important;
  }
  .max-h-sm-445 {
    max-height: 445% !important;
  }
  .min-h-sm-445 {
    min-height: 445% !important;
  }
  .min-sm-vw-445 {
    min-width: 445vw !important;
  }
  .min-sm-vh-445 {
    min-height: 445vh !important;
  }
  .vw-sm-445 {
    width: 445vw !important;
  }
  .vh-sm-445 {
    height: 445vh !important;
  }
  .width-sm-445 {
    width: 445px !important;
  }
  .height-sm-445 {
    height: 445px !important;
  }
  .max-width-sm-445 {
    max-width: 445px !important;
  }
  .min-width-sm-445 {
    min-width: 445px !important;
  }
  .max-height-sm-445 {
    max-height: 445px !important;
  }
  .min-height-sm-445 {
    min-height: 445px !important;
  }
}
@media (max-width: 768px) {
  .w-md-445 {
    width: 445% !important;
  }
  .h-md-445 {
    height: 445% !important;
  }
  .max-w-md-445 {
    max-width: 445% !important;
  }
  .min-w-md-445 {
    min-width: 445% !important;
  }
  .max-h-md-445 {
    max-height: 445% !important;
  }
  .min-h-md-445 {
    min-height: 445% !important;
  }
  .min-md-vw-445 {
    min-width: 445vw !important;
  }
  .min-md-vh-445 {
    min-height: 445vh !important;
  }
  .vw-md-445 {
    width: 445vw !important;
  }
  .vh-md-445 {
    height: 445vh !important;
  }
  .width-md-445 {
    width: 445px !important;
  }
  .height-md-445 {
    height: 445px !important;
  }
  .max-width-md-445 {
    max-width: 445px !important;
  }
  .min-width-md-445 {
    min-width: 445px !important;
  }
  .max-height-md-445 {
    max-height: 445px !important;
  }
  .min-height-md-445 {
    min-height: 445px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-445 {
    width: 445% !important;
  }
  .h-lg-445 {
    height: 445% !important;
  }
  .max-w-lg-445 {
    max-width: 445% !important;
  }
  .min-w-lg-445 {
    min-width: 445% !important;
  }
  .max-h-lg-445 {
    max-height: 445% !important;
  }
  .min-h-lg-445 {
    min-height: 445% !important;
  }
  .min-lg-vw-445 {
    min-width: 445vw !important;
  }
  .min-lg-vh-445 {
    min-height: 445vh !important;
  }
  .vw-lg-445 {
    width: 445vw !important;
  }
  .vh-lg-445 {
    height: 445vh !important;
  }
  .width-lg-445 {
    width: 445px !important;
  }
  .height-lg-445 {
    height: 445px !important;
  }
  .max-width-lg-445 {
    max-width: 445px !important;
  }
  .min-width-lg-445 {
    min-width: 445px !important;
  }
  .max-height-lg-445 {
    max-height: 445px !important;
  }
  .min-height-lg-445 {
    min-height: 445px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-445 {
    width: 445% !important;
  }
  .h-xl-445 {
    height: 445% !important;
  }
  .max-w-xl-445 {
    max-width: 445% !important;
  }
  .min-w-xl-445 {
    min-width: 445% !important;
  }
  .max-h-xl-445 {
    max-height: 445% !important;
  }
  .min-h-xl-445 {
    min-height: 445% !important;
  }
  .min-xl-vw-445 {
    min-width: 445vw !important;
  }
  .min-xl-vh-445 {
    min-height: 445vh !important;
  }
  .vw-xl-445 {
    width: 445vw !important;
  }
  .vh-xl-445 {
    height: 445vh !important;
  }
  .width-xl-445 {
    width: 445px !important;
  }
  .height-xl-445 {
    height: 445px !important;
  }
  .max-width-xl-445 {
    max-width: 445px !important;
  }
  .min-width-xl-445 {
    min-width: 445px !important;
  }
  .max-height-xl-445 {
    max-height: 445px !important;
  }
  .min-height-xl-445 {
    min-height: 445px !important;
  }
}
.w-445 {
  width: 445% !important;
}

.h-445 {
  height: 445% !important;
}

.max-w-445 {
  max-width: 445% !important;
}

.min-w-445 {
  min-width: 445% !important;
}

.max-h-445 {
  max-height: 445% !important;
}

.min-h-445 {
  min-height: 445% !important;
}

.min-vw-445 {
  min-width: 445vw !important;
}

.min-vh-445 {
  min-height: 445vh !important;
}

.vw-445 {
  width: 445vw !important;
}

.vh-445 {
  height: 445vh !important;
}

.width-445 {
  width: 445px !important;
}

.height-445 {
  height: 445px !important;
}

.max-width-445 {
  max-width: 445px !important;
}

.min-width-445 {
  min-width: 445px !important;
}

.max-height-445 {
  max-height: 445px !important;
}

.min-height-445 {
  min-height: 445px !important;
}

@media (max-width: 576px) {
  .w-sm-446 {
    width: 446% !important;
  }
  .h-sm-446 {
    height: 446% !important;
  }
  .max-w-sm-446 {
    max-width: 446% !important;
  }
  .min-w-sm-446 {
    min-width: 446% !important;
  }
  .max-h-sm-446 {
    max-height: 446% !important;
  }
  .min-h-sm-446 {
    min-height: 446% !important;
  }
  .min-sm-vw-446 {
    min-width: 446vw !important;
  }
  .min-sm-vh-446 {
    min-height: 446vh !important;
  }
  .vw-sm-446 {
    width: 446vw !important;
  }
  .vh-sm-446 {
    height: 446vh !important;
  }
  .width-sm-446 {
    width: 446px !important;
  }
  .height-sm-446 {
    height: 446px !important;
  }
  .max-width-sm-446 {
    max-width: 446px !important;
  }
  .min-width-sm-446 {
    min-width: 446px !important;
  }
  .max-height-sm-446 {
    max-height: 446px !important;
  }
  .min-height-sm-446 {
    min-height: 446px !important;
  }
}
@media (max-width: 768px) {
  .w-md-446 {
    width: 446% !important;
  }
  .h-md-446 {
    height: 446% !important;
  }
  .max-w-md-446 {
    max-width: 446% !important;
  }
  .min-w-md-446 {
    min-width: 446% !important;
  }
  .max-h-md-446 {
    max-height: 446% !important;
  }
  .min-h-md-446 {
    min-height: 446% !important;
  }
  .min-md-vw-446 {
    min-width: 446vw !important;
  }
  .min-md-vh-446 {
    min-height: 446vh !important;
  }
  .vw-md-446 {
    width: 446vw !important;
  }
  .vh-md-446 {
    height: 446vh !important;
  }
  .width-md-446 {
    width: 446px !important;
  }
  .height-md-446 {
    height: 446px !important;
  }
  .max-width-md-446 {
    max-width: 446px !important;
  }
  .min-width-md-446 {
    min-width: 446px !important;
  }
  .max-height-md-446 {
    max-height: 446px !important;
  }
  .min-height-md-446 {
    min-height: 446px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-446 {
    width: 446% !important;
  }
  .h-lg-446 {
    height: 446% !important;
  }
  .max-w-lg-446 {
    max-width: 446% !important;
  }
  .min-w-lg-446 {
    min-width: 446% !important;
  }
  .max-h-lg-446 {
    max-height: 446% !important;
  }
  .min-h-lg-446 {
    min-height: 446% !important;
  }
  .min-lg-vw-446 {
    min-width: 446vw !important;
  }
  .min-lg-vh-446 {
    min-height: 446vh !important;
  }
  .vw-lg-446 {
    width: 446vw !important;
  }
  .vh-lg-446 {
    height: 446vh !important;
  }
  .width-lg-446 {
    width: 446px !important;
  }
  .height-lg-446 {
    height: 446px !important;
  }
  .max-width-lg-446 {
    max-width: 446px !important;
  }
  .min-width-lg-446 {
    min-width: 446px !important;
  }
  .max-height-lg-446 {
    max-height: 446px !important;
  }
  .min-height-lg-446 {
    min-height: 446px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-446 {
    width: 446% !important;
  }
  .h-xl-446 {
    height: 446% !important;
  }
  .max-w-xl-446 {
    max-width: 446% !important;
  }
  .min-w-xl-446 {
    min-width: 446% !important;
  }
  .max-h-xl-446 {
    max-height: 446% !important;
  }
  .min-h-xl-446 {
    min-height: 446% !important;
  }
  .min-xl-vw-446 {
    min-width: 446vw !important;
  }
  .min-xl-vh-446 {
    min-height: 446vh !important;
  }
  .vw-xl-446 {
    width: 446vw !important;
  }
  .vh-xl-446 {
    height: 446vh !important;
  }
  .width-xl-446 {
    width: 446px !important;
  }
  .height-xl-446 {
    height: 446px !important;
  }
  .max-width-xl-446 {
    max-width: 446px !important;
  }
  .min-width-xl-446 {
    min-width: 446px !important;
  }
  .max-height-xl-446 {
    max-height: 446px !important;
  }
  .min-height-xl-446 {
    min-height: 446px !important;
  }
}
.w-446 {
  width: 446% !important;
}

.h-446 {
  height: 446% !important;
}

.max-w-446 {
  max-width: 446% !important;
}

.min-w-446 {
  min-width: 446% !important;
}

.max-h-446 {
  max-height: 446% !important;
}

.min-h-446 {
  min-height: 446% !important;
}

.min-vw-446 {
  min-width: 446vw !important;
}

.min-vh-446 {
  min-height: 446vh !important;
}

.vw-446 {
  width: 446vw !important;
}

.vh-446 {
  height: 446vh !important;
}

.width-446 {
  width: 446px !important;
}

.height-446 {
  height: 446px !important;
}

.max-width-446 {
  max-width: 446px !important;
}

.min-width-446 {
  min-width: 446px !important;
}

.max-height-446 {
  max-height: 446px !important;
}

.min-height-446 {
  min-height: 446px !important;
}

@media (max-width: 576px) {
  .w-sm-447 {
    width: 447% !important;
  }
  .h-sm-447 {
    height: 447% !important;
  }
  .max-w-sm-447 {
    max-width: 447% !important;
  }
  .min-w-sm-447 {
    min-width: 447% !important;
  }
  .max-h-sm-447 {
    max-height: 447% !important;
  }
  .min-h-sm-447 {
    min-height: 447% !important;
  }
  .min-sm-vw-447 {
    min-width: 447vw !important;
  }
  .min-sm-vh-447 {
    min-height: 447vh !important;
  }
  .vw-sm-447 {
    width: 447vw !important;
  }
  .vh-sm-447 {
    height: 447vh !important;
  }
  .width-sm-447 {
    width: 447px !important;
  }
  .height-sm-447 {
    height: 447px !important;
  }
  .max-width-sm-447 {
    max-width: 447px !important;
  }
  .min-width-sm-447 {
    min-width: 447px !important;
  }
  .max-height-sm-447 {
    max-height: 447px !important;
  }
  .min-height-sm-447 {
    min-height: 447px !important;
  }
}
@media (max-width: 768px) {
  .w-md-447 {
    width: 447% !important;
  }
  .h-md-447 {
    height: 447% !important;
  }
  .max-w-md-447 {
    max-width: 447% !important;
  }
  .min-w-md-447 {
    min-width: 447% !important;
  }
  .max-h-md-447 {
    max-height: 447% !important;
  }
  .min-h-md-447 {
    min-height: 447% !important;
  }
  .min-md-vw-447 {
    min-width: 447vw !important;
  }
  .min-md-vh-447 {
    min-height: 447vh !important;
  }
  .vw-md-447 {
    width: 447vw !important;
  }
  .vh-md-447 {
    height: 447vh !important;
  }
  .width-md-447 {
    width: 447px !important;
  }
  .height-md-447 {
    height: 447px !important;
  }
  .max-width-md-447 {
    max-width: 447px !important;
  }
  .min-width-md-447 {
    min-width: 447px !important;
  }
  .max-height-md-447 {
    max-height: 447px !important;
  }
  .min-height-md-447 {
    min-height: 447px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-447 {
    width: 447% !important;
  }
  .h-lg-447 {
    height: 447% !important;
  }
  .max-w-lg-447 {
    max-width: 447% !important;
  }
  .min-w-lg-447 {
    min-width: 447% !important;
  }
  .max-h-lg-447 {
    max-height: 447% !important;
  }
  .min-h-lg-447 {
    min-height: 447% !important;
  }
  .min-lg-vw-447 {
    min-width: 447vw !important;
  }
  .min-lg-vh-447 {
    min-height: 447vh !important;
  }
  .vw-lg-447 {
    width: 447vw !important;
  }
  .vh-lg-447 {
    height: 447vh !important;
  }
  .width-lg-447 {
    width: 447px !important;
  }
  .height-lg-447 {
    height: 447px !important;
  }
  .max-width-lg-447 {
    max-width: 447px !important;
  }
  .min-width-lg-447 {
    min-width: 447px !important;
  }
  .max-height-lg-447 {
    max-height: 447px !important;
  }
  .min-height-lg-447 {
    min-height: 447px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-447 {
    width: 447% !important;
  }
  .h-xl-447 {
    height: 447% !important;
  }
  .max-w-xl-447 {
    max-width: 447% !important;
  }
  .min-w-xl-447 {
    min-width: 447% !important;
  }
  .max-h-xl-447 {
    max-height: 447% !important;
  }
  .min-h-xl-447 {
    min-height: 447% !important;
  }
  .min-xl-vw-447 {
    min-width: 447vw !important;
  }
  .min-xl-vh-447 {
    min-height: 447vh !important;
  }
  .vw-xl-447 {
    width: 447vw !important;
  }
  .vh-xl-447 {
    height: 447vh !important;
  }
  .width-xl-447 {
    width: 447px !important;
  }
  .height-xl-447 {
    height: 447px !important;
  }
  .max-width-xl-447 {
    max-width: 447px !important;
  }
  .min-width-xl-447 {
    min-width: 447px !important;
  }
  .max-height-xl-447 {
    max-height: 447px !important;
  }
  .min-height-xl-447 {
    min-height: 447px !important;
  }
}
.w-447 {
  width: 447% !important;
}

.h-447 {
  height: 447% !important;
}

.max-w-447 {
  max-width: 447% !important;
}

.min-w-447 {
  min-width: 447% !important;
}

.max-h-447 {
  max-height: 447% !important;
}

.min-h-447 {
  min-height: 447% !important;
}

.min-vw-447 {
  min-width: 447vw !important;
}

.min-vh-447 {
  min-height: 447vh !important;
}

.vw-447 {
  width: 447vw !important;
}

.vh-447 {
  height: 447vh !important;
}

.width-447 {
  width: 447px !important;
}

.height-447 {
  height: 447px !important;
}

.max-width-447 {
  max-width: 447px !important;
}

.min-width-447 {
  min-width: 447px !important;
}

.max-height-447 {
  max-height: 447px !important;
}

.min-height-447 {
  min-height: 447px !important;
}

@media (max-width: 576px) {
  .w-sm-448 {
    width: 448% !important;
  }
  .h-sm-448 {
    height: 448% !important;
  }
  .max-w-sm-448 {
    max-width: 448% !important;
  }
  .min-w-sm-448 {
    min-width: 448% !important;
  }
  .max-h-sm-448 {
    max-height: 448% !important;
  }
  .min-h-sm-448 {
    min-height: 448% !important;
  }
  .min-sm-vw-448 {
    min-width: 448vw !important;
  }
  .min-sm-vh-448 {
    min-height: 448vh !important;
  }
  .vw-sm-448 {
    width: 448vw !important;
  }
  .vh-sm-448 {
    height: 448vh !important;
  }
  .width-sm-448 {
    width: 448px !important;
  }
  .height-sm-448 {
    height: 448px !important;
  }
  .max-width-sm-448 {
    max-width: 448px !important;
  }
  .min-width-sm-448 {
    min-width: 448px !important;
  }
  .max-height-sm-448 {
    max-height: 448px !important;
  }
  .min-height-sm-448 {
    min-height: 448px !important;
  }
}
@media (max-width: 768px) {
  .w-md-448 {
    width: 448% !important;
  }
  .h-md-448 {
    height: 448% !important;
  }
  .max-w-md-448 {
    max-width: 448% !important;
  }
  .min-w-md-448 {
    min-width: 448% !important;
  }
  .max-h-md-448 {
    max-height: 448% !important;
  }
  .min-h-md-448 {
    min-height: 448% !important;
  }
  .min-md-vw-448 {
    min-width: 448vw !important;
  }
  .min-md-vh-448 {
    min-height: 448vh !important;
  }
  .vw-md-448 {
    width: 448vw !important;
  }
  .vh-md-448 {
    height: 448vh !important;
  }
  .width-md-448 {
    width: 448px !important;
  }
  .height-md-448 {
    height: 448px !important;
  }
  .max-width-md-448 {
    max-width: 448px !important;
  }
  .min-width-md-448 {
    min-width: 448px !important;
  }
  .max-height-md-448 {
    max-height: 448px !important;
  }
  .min-height-md-448 {
    min-height: 448px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-448 {
    width: 448% !important;
  }
  .h-lg-448 {
    height: 448% !important;
  }
  .max-w-lg-448 {
    max-width: 448% !important;
  }
  .min-w-lg-448 {
    min-width: 448% !important;
  }
  .max-h-lg-448 {
    max-height: 448% !important;
  }
  .min-h-lg-448 {
    min-height: 448% !important;
  }
  .min-lg-vw-448 {
    min-width: 448vw !important;
  }
  .min-lg-vh-448 {
    min-height: 448vh !important;
  }
  .vw-lg-448 {
    width: 448vw !important;
  }
  .vh-lg-448 {
    height: 448vh !important;
  }
  .width-lg-448 {
    width: 448px !important;
  }
  .height-lg-448 {
    height: 448px !important;
  }
  .max-width-lg-448 {
    max-width: 448px !important;
  }
  .min-width-lg-448 {
    min-width: 448px !important;
  }
  .max-height-lg-448 {
    max-height: 448px !important;
  }
  .min-height-lg-448 {
    min-height: 448px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-448 {
    width: 448% !important;
  }
  .h-xl-448 {
    height: 448% !important;
  }
  .max-w-xl-448 {
    max-width: 448% !important;
  }
  .min-w-xl-448 {
    min-width: 448% !important;
  }
  .max-h-xl-448 {
    max-height: 448% !important;
  }
  .min-h-xl-448 {
    min-height: 448% !important;
  }
  .min-xl-vw-448 {
    min-width: 448vw !important;
  }
  .min-xl-vh-448 {
    min-height: 448vh !important;
  }
  .vw-xl-448 {
    width: 448vw !important;
  }
  .vh-xl-448 {
    height: 448vh !important;
  }
  .width-xl-448 {
    width: 448px !important;
  }
  .height-xl-448 {
    height: 448px !important;
  }
  .max-width-xl-448 {
    max-width: 448px !important;
  }
  .min-width-xl-448 {
    min-width: 448px !important;
  }
  .max-height-xl-448 {
    max-height: 448px !important;
  }
  .min-height-xl-448 {
    min-height: 448px !important;
  }
}
.w-448 {
  width: 448% !important;
}

.h-448 {
  height: 448% !important;
}

.max-w-448 {
  max-width: 448% !important;
}

.min-w-448 {
  min-width: 448% !important;
}

.max-h-448 {
  max-height: 448% !important;
}

.min-h-448 {
  min-height: 448% !important;
}

.min-vw-448 {
  min-width: 448vw !important;
}

.min-vh-448 {
  min-height: 448vh !important;
}

.vw-448 {
  width: 448vw !important;
}

.vh-448 {
  height: 448vh !important;
}

.width-448 {
  width: 448px !important;
}

.height-448 {
  height: 448px !important;
}

.max-width-448 {
  max-width: 448px !important;
}

.min-width-448 {
  min-width: 448px !important;
}

.max-height-448 {
  max-height: 448px !important;
}

.min-height-448 {
  min-height: 448px !important;
}

@media (max-width: 576px) {
  .w-sm-449 {
    width: 449% !important;
  }
  .h-sm-449 {
    height: 449% !important;
  }
  .max-w-sm-449 {
    max-width: 449% !important;
  }
  .min-w-sm-449 {
    min-width: 449% !important;
  }
  .max-h-sm-449 {
    max-height: 449% !important;
  }
  .min-h-sm-449 {
    min-height: 449% !important;
  }
  .min-sm-vw-449 {
    min-width: 449vw !important;
  }
  .min-sm-vh-449 {
    min-height: 449vh !important;
  }
  .vw-sm-449 {
    width: 449vw !important;
  }
  .vh-sm-449 {
    height: 449vh !important;
  }
  .width-sm-449 {
    width: 449px !important;
  }
  .height-sm-449 {
    height: 449px !important;
  }
  .max-width-sm-449 {
    max-width: 449px !important;
  }
  .min-width-sm-449 {
    min-width: 449px !important;
  }
  .max-height-sm-449 {
    max-height: 449px !important;
  }
  .min-height-sm-449 {
    min-height: 449px !important;
  }
}
@media (max-width: 768px) {
  .w-md-449 {
    width: 449% !important;
  }
  .h-md-449 {
    height: 449% !important;
  }
  .max-w-md-449 {
    max-width: 449% !important;
  }
  .min-w-md-449 {
    min-width: 449% !important;
  }
  .max-h-md-449 {
    max-height: 449% !important;
  }
  .min-h-md-449 {
    min-height: 449% !important;
  }
  .min-md-vw-449 {
    min-width: 449vw !important;
  }
  .min-md-vh-449 {
    min-height: 449vh !important;
  }
  .vw-md-449 {
    width: 449vw !important;
  }
  .vh-md-449 {
    height: 449vh !important;
  }
  .width-md-449 {
    width: 449px !important;
  }
  .height-md-449 {
    height: 449px !important;
  }
  .max-width-md-449 {
    max-width: 449px !important;
  }
  .min-width-md-449 {
    min-width: 449px !important;
  }
  .max-height-md-449 {
    max-height: 449px !important;
  }
  .min-height-md-449 {
    min-height: 449px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-449 {
    width: 449% !important;
  }
  .h-lg-449 {
    height: 449% !important;
  }
  .max-w-lg-449 {
    max-width: 449% !important;
  }
  .min-w-lg-449 {
    min-width: 449% !important;
  }
  .max-h-lg-449 {
    max-height: 449% !important;
  }
  .min-h-lg-449 {
    min-height: 449% !important;
  }
  .min-lg-vw-449 {
    min-width: 449vw !important;
  }
  .min-lg-vh-449 {
    min-height: 449vh !important;
  }
  .vw-lg-449 {
    width: 449vw !important;
  }
  .vh-lg-449 {
    height: 449vh !important;
  }
  .width-lg-449 {
    width: 449px !important;
  }
  .height-lg-449 {
    height: 449px !important;
  }
  .max-width-lg-449 {
    max-width: 449px !important;
  }
  .min-width-lg-449 {
    min-width: 449px !important;
  }
  .max-height-lg-449 {
    max-height: 449px !important;
  }
  .min-height-lg-449 {
    min-height: 449px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-449 {
    width: 449% !important;
  }
  .h-xl-449 {
    height: 449% !important;
  }
  .max-w-xl-449 {
    max-width: 449% !important;
  }
  .min-w-xl-449 {
    min-width: 449% !important;
  }
  .max-h-xl-449 {
    max-height: 449% !important;
  }
  .min-h-xl-449 {
    min-height: 449% !important;
  }
  .min-xl-vw-449 {
    min-width: 449vw !important;
  }
  .min-xl-vh-449 {
    min-height: 449vh !important;
  }
  .vw-xl-449 {
    width: 449vw !important;
  }
  .vh-xl-449 {
    height: 449vh !important;
  }
  .width-xl-449 {
    width: 449px !important;
  }
  .height-xl-449 {
    height: 449px !important;
  }
  .max-width-xl-449 {
    max-width: 449px !important;
  }
  .min-width-xl-449 {
    min-width: 449px !important;
  }
  .max-height-xl-449 {
    max-height: 449px !important;
  }
  .min-height-xl-449 {
    min-height: 449px !important;
  }
}
.w-449 {
  width: 449% !important;
}

.h-449 {
  height: 449% !important;
}

.max-w-449 {
  max-width: 449% !important;
}

.min-w-449 {
  min-width: 449% !important;
}

.max-h-449 {
  max-height: 449% !important;
}

.min-h-449 {
  min-height: 449% !important;
}

.min-vw-449 {
  min-width: 449vw !important;
}

.min-vh-449 {
  min-height: 449vh !important;
}

.vw-449 {
  width: 449vw !important;
}

.vh-449 {
  height: 449vh !important;
}

.width-449 {
  width: 449px !important;
}

.height-449 {
  height: 449px !important;
}

.max-width-449 {
  max-width: 449px !important;
}

.min-width-449 {
  min-width: 449px !important;
}

.max-height-449 {
  max-height: 449px !important;
}

.min-height-449 {
  min-height: 449px !important;
}

@media (max-width: 576px) {
  .w-sm-450 {
    width: 450% !important;
  }
  .h-sm-450 {
    height: 450% !important;
  }
  .max-w-sm-450 {
    max-width: 450% !important;
  }
  .min-w-sm-450 {
    min-width: 450% !important;
  }
  .max-h-sm-450 {
    max-height: 450% !important;
  }
  .min-h-sm-450 {
    min-height: 450% !important;
  }
  .min-sm-vw-450 {
    min-width: 450vw !important;
  }
  .min-sm-vh-450 {
    min-height: 450vh !important;
  }
  .vw-sm-450 {
    width: 450vw !important;
  }
  .vh-sm-450 {
    height: 450vh !important;
  }
  .width-sm-450 {
    width: 450px !important;
  }
  .height-sm-450 {
    height: 450px !important;
  }
  .max-width-sm-450 {
    max-width: 450px !important;
  }
  .min-width-sm-450 {
    min-width: 450px !important;
  }
  .max-height-sm-450 {
    max-height: 450px !important;
  }
  .min-height-sm-450 {
    min-height: 450px !important;
  }
}
@media (max-width: 768px) {
  .w-md-450 {
    width: 450% !important;
  }
  .h-md-450 {
    height: 450% !important;
  }
  .max-w-md-450 {
    max-width: 450% !important;
  }
  .min-w-md-450 {
    min-width: 450% !important;
  }
  .max-h-md-450 {
    max-height: 450% !important;
  }
  .min-h-md-450 {
    min-height: 450% !important;
  }
  .min-md-vw-450 {
    min-width: 450vw !important;
  }
  .min-md-vh-450 {
    min-height: 450vh !important;
  }
  .vw-md-450 {
    width: 450vw !important;
  }
  .vh-md-450 {
    height: 450vh !important;
  }
  .width-md-450 {
    width: 450px !important;
  }
  .height-md-450 {
    height: 450px !important;
  }
  .max-width-md-450 {
    max-width: 450px !important;
  }
  .min-width-md-450 {
    min-width: 450px !important;
  }
  .max-height-md-450 {
    max-height: 450px !important;
  }
  .min-height-md-450 {
    min-height: 450px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-450 {
    width: 450% !important;
  }
  .h-lg-450 {
    height: 450% !important;
  }
  .max-w-lg-450 {
    max-width: 450% !important;
  }
  .min-w-lg-450 {
    min-width: 450% !important;
  }
  .max-h-lg-450 {
    max-height: 450% !important;
  }
  .min-h-lg-450 {
    min-height: 450% !important;
  }
  .min-lg-vw-450 {
    min-width: 450vw !important;
  }
  .min-lg-vh-450 {
    min-height: 450vh !important;
  }
  .vw-lg-450 {
    width: 450vw !important;
  }
  .vh-lg-450 {
    height: 450vh !important;
  }
  .width-lg-450 {
    width: 450px !important;
  }
  .height-lg-450 {
    height: 450px !important;
  }
  .max-width-lg-450 {
    max-width: 450px !important;
  }
  .min-width-lg-450 {
    min-width: 450px !important;
  }
  .max-height-lg-450 {
    max-height: 450px !important;
  }
  .min-height-lg-450 {
    min-height: 450px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-450 {
    width: 450% !important;
  }
  .h-xl-450 {
    height: 450% !important;
  }
  .max-w-xl-450 {
    max-width: 450% !important;
  }
  .min-w-xl-450 {
    min-width: 450% !important;
  }
  .max-h-xl-450 {
    max-height: 450% !important;
  }
  .min-h-xl-450 {
    min-height: 450% !important;
  }
  .min-xl-vw-450 {
    min-width: 450vw !important;
  }
  .min-xl-vh-450 {
    min-height: 450vh !important;
  }
  .vw-xl-450 {
    width: 450vw !important;
  }
  .vh-xl-450 {
    height: 450vh !important;
  }
  .width-xl-450 {
    width: 450px !important;
  }
  .height-xl-450 {
    height: 450px !important;
  }
  .max-width-xl-450 {
    max-width: 450px !important;
  }
  .min-width-xl-450 {
    min-width: 450px !important;
  }
  .max-height-xl-450 {
    max-height: 450px !important;
  }
  .min-height-xl-450 {
    min-height: 450px !important;
  }
}
.w-450 {
  width: 450% !important;
}

.h-450 {
  height: 450% !important;
}

.max-w-450 {
  max-width: 450% !important;
}

.min-w-450 {
  min-width: 450% !important;
}

.max-h-450 {
  max-height: 450% !important;
}

.min-h-450 {
  min-height: 450% !important;
}

.min-vw-450 {
  min-width: 450vw !important;
}

.min-vh-450 {
  min-height: 450vh !important;
}

.vw-450 {
  width: 450vw !important;
}

.vh-450 {
  height: 450vh !important;
}

.width-450 {
  width: 450px !important;
}

.height-450 {
  height: 450px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

.min-width-450 {
  min-width: 450px !important;
}

.max-height-450 {
  max-height: 450px !important;
}

.min-height-450 {
  min-height: 450px !important;
}

@media (max-width: 576px) {
  .w-sm-451 {
    width: 451% !important;
  }
  .h-sm-451 {
    height: 451% !important;
  }
  .max-w-sm-451 {
    max-width: 451% !important;
  }
  .min-w-sm-451 {
    min-width: 451% !important;
  }
  .max-h-sm-451 {
    max-height: 451% !important;
  }
  .min-h-sm-451 {
    min-height: 451% !important;
  }
  .min-sm-vw-451 {
    min-width: 451vw !important;
  }
  .min-sm-vh-451 {
    min-height: 451vh !important;
  }
  .vw-sm-451 {
    width: 451vw !important;
  }
  .vh-sm-451 {
    height: 451vh !important;
  }
  .width-sm-451 {
    width: 451px !important;
  }
  .height-sm-451 {
    height: 451px !important;
  }
  .max-width-sm-451 {
    max-width: 451px !important;
  }
  .min-width-sm-451 {
    min-width: 451px !important;
  }
  .max-height-sm-451 {
    max-height: 451px !important;
  }
  .min-height-sm-451 {
    min-height: 451px !important;
  }
}
@media (max-width: 768px) {
  .w-md-451 {
    width: 451% !important;
  }
  .h-md-451 {
    height: 451% !important;
  }
  .max-w-md-451 {
    max-width: 451% !important;
  }
  .min-w-md-451 {
    min-width: 451% !important;
  }
  .max-h-md-451 {
    max-height: 451% !important;
  }
  .min-h-md-451 {
    min-height: 451% !important;
  }
  .min-md-vw-451 {
    min-width: 451vw !important;
  }
  .min-md-vh-451 {
    min-height: 451vh !important;
  }
  .vw-md-451 {
    width: 451vw !important;
  }
  .vh-md-451 {
    height: 451vh !important;
  }
  .width-md-451 {
    width: 451px !important;
  }
  .height-md-451 {
    height: 451px !important;
  }
  .max-width-md-451 {
    max-width: 451px !important;
  }
  .min-width-md-451 {
    min-width: 451px !important;
  }
  .max-height-md-451 {
    max-height: 451px !important;
  }
  .min-height-md-451 {
    min-height: 451px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-451 {
    width: 451% !important;
  }
  .h-lg-451 {
    height: 451% !important;
  }
  .max-w-lg-451 {
    max-width: 451% !important;
  }
  .min-w-lg-451 {
    min-width: 451% !important;
  }
  .max-h-lg-451 {
    max-height: 451% !important;
  }
  .min-h-lg-451 {
    min-height: 451% !important;
  }
  .min-lg-vw-451 {
    min-width: 451vw !important;
  }
  .min-lg-vh-451 {
    min-height: 451vh !important;
  }
  .vw-lg-451 {
    width: 451vw !important;
  }
  .vh-lg-451 {
    height: 451vh !important;
  }
  .width-lg-451 {
    width: 451px !important;
  }
  .height-lg-451 {
    height: 451px !important;
  }
  .max-width-lg-451 {
    max-width: 451px !important;
  }
  .min-width-lg-451 {
    min-width: 451px !important;
  }
  .max-height-lg-451 {
    max-height: 451px !important;
  }
  .min-height-lg-451 {
    min-height: 451px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-451 {
    width: 451% !important;
  }
  .h-xl-451 {
    height: 451% !important;
  }
  .max-w-xl-451 {
    max-width: 451% !important;
  }
  .min-w-xl-451 {
    min-width: 451% !important;
  }
  .max-h-xl-451 {
    max-height: 451% !important;
  }
  .min-h-xl-451 {
    min-height: 451% !important;
  }
  .min-xl-vw-451 {
    min-width: 451vw !important;
  }
  .min-xl-vh-451 {
    min-height: 451vh !important;
  }
  .vw-xl-451 {
    width: 451vw !important;
  }
  .vh-xl-451 {
    height: 451vh !important;
  }
  .width-xl-451 {
    width: 451px !important;
  }
  .height-xl-451 {
    height: 451px !important;
  }
  .max-width-xl-451 {
    max-width: 451px !important;
  }
  .min-width-xl-451 {
    min-width: 451px !important;
  }
  .max-height-xl-451 {
    max-height: 451px !important;
  }
  .min-height-xl-451 {
    min-height: 451px !important;
  }
}
.w-451 {
  width: 451% !important;
}

.h-451 {
  height: 451% !important;
}

.max-w-451 {
  max-width: 451% !important;
}

.min-w-451 {
  min-width: 451% !important;
}

.max-h-451 {
  max-height: 451% !important;
}

.min-h-451 {
  min-height: 451% !important;
}

.min-vw-451 {
  min-width: 451vw !important;
}

.min-vh-451 {
  min-height: 451vh !important;
}

.vw-451 {
  width: 451vw !important;
}

.vh-451 {
  height: 451vh !important;
}

.width-451 {
  width: 451px !important;
}

.height-451 {
  height: 451px !important;
}

.max-width-451 {
  max-width: 451px !important;
}

.min-width-451 {
  min-width: 451px !important;
}

.max-height-451 {
  max-height: 451px !important;
}

.min-height-451 {
  min-height: 451px !important;
}

@media (max-width: 576px) {
  .w-sm-452 {
    width: 452% !important;
  }
  .h-sm-452 {
    height: 452% !important;
  }
  .max-w-sm-452 {
    max-width: 452% !important;
  }
  .min-w-sm-452 {
    min-width: 452% !important;
  }
  .max-h-sm-452 {
    max-height: 452% !important;
  }
  .min-h-sm-452 {
    min-height: 452% !important;
  }
  .min-sm-vw-452 {
    min-width: 452vw !important;
  }
  .min-sm-vh-452 {
    min-height: 452vh !important;
  }
  .vw-sm-452 {
    width: 452vw !important;
  }
  .vh-sm-452 {
    height: 452vh !important;
  }
  .width-sm-452 {
    width: 452px !important;
  }
  .height-sm-452 {
    height: 452px !important;
  }
  .max-width-sm-452 {
    max-width: 452px !important;
  }
  .min-width-sm-452 {
    min-width: 452px !important;
  }
  .max-height-sm-452 {
    max-height: 452px !important;
  }
  .min-height-sm-452 {
    min-height: 452px !important;
  }
}
@media (max-width: 768px) {
  .w-md-452 {
    width: 452% !important;
  }
  .h-md-452 {
    height: 452% !important;
  }
  .max-w-md-452 {
    max-width: 452% !important;
  }
  .min-w-md-452 {
    min-width: 452% !important;
  }
  .max-h-md-452 {
    max-height: 452% !important;
  }
  .min-h-md-452 {
    min-height: 452% !important;
  }
  .min-md-vw-452 {
    min-width: 452vw !important;
  }
  .min-md-vh-452 {
    min-height: 452vh !important;
  }
  .vw-md-452 {
    width: 452vw !important;
  }
  .vh-md-452 {
    height: 452vh !important;
  }
  .width-md-452 {
    width: 452px !important;
  }
  .height-md-452 {
    height: 452px !important;
  }
  .max-width-md-452 {
    max-width: 452px !important;
  }
  .min-width-md-452 {
    min-width: 452px !important;
  }
  .max-height-md-452 {
    max-height: 452px !important;
  }
  .min-height-md-452 {
    min-height: 452px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-452 {
    width: 452% !important;
  }
  .h-lg-452 {
    height: 452% !important;
  }
  .max-w-lg-452 {
    max-width: 452% !important;
  }
  .min-w-lg-452 {
    min-width: 452% !important;
  }
  .max-h-lg-452 {
    max-height: 452% !important;
  }
  .min-h-lg-452 {
    min-height: 452% !important;
  }
  .min-lg-vw-452 {
    min-width: 452vw !important;
  }
  .min-lg-vh-452 {
    min-height: 452vh !important;
  }
  .vw-lg-452 {
    width: 452vw !important;
  }
  .vh-lg-452 {
    height: 452vh !important;
  }
  .width-lg-452 {
    width: 452px !important;
  }
  .height-lg-452 {
    height: 452px !important;
  }
  .max-width-lg-452 {
    max-width: 452px !important;
  }
  .min-width-lg-452 {
    min-width: 452px !important;
  }
  .max-height-lg-452 {
    max-height: 452px !important;
  }
  .min-height-lg-452 {
    min-height: 452px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-452 {
    width: 452% !important;
  }
  .h-xl-452 {
    height: 452% !important;
  }
  .max-w-xl-452 {
    max-width: 452% !important;
  }
  .min-w-xl-452 {
    min-width: 452% !important;
  }
  .max-h-xl-452 {
    max-height: 452% !important;
  }
  .min-h-xl-452 {
    min-height: 452% !important;
  }
  .min-xl-vw-452 {
    min-width: 452vw !important;
  }
  .min-xl-vh-452 {
    min-height: 452vh !important;
  }
  .vw-xl-452 {
    width: 452vw !important;
  }
  .vh-xl-452 {
    height: 452vh !important;
  }
  .width-xl-452 {
    width: 452px !important;
  }
  .height-xl-452 {
    height: 452px !important;
  }
  .max-width-xl-452 {
    max-width: 452px !important;
  }
  .min-width-xl-452 {
    min-width: 452px !important;
  }
  .max-height-xl-452 {
    max-height: 452px !important;
  }
  .min-height-xl-452 {
    min-height: 452px !important;
  }
}
.w-452 {
  width: 452% !important;
}

.h-452 {
  height: 452% !important;
}

.max-w-452 {
  max-width: 452% !important;
}

.min-w-452 {
  min-width: 452% !important;
}

.max-h-452 {
  max-height: 452% !important;
}

.min-h-452 {
  min-height: 452% !important;
}

.min-vw-452 {
  min-width: 452vw !important;
}

.min-vh-452 {
  min-height: 452vh !important;
}

.vw-452 {
  width: 452vw !important;
}

.vh-452 {
  height: 452vh !important;
}

.width-452 {
  width: 452px !important;
}

.height-452 {
  height: 452px !important;
}

.max-width-452 {
  max-width: 452px !important;
}

.min-width-452 {
  min-width: 452px !important;
}

.max-height-452 {
  max-height: 452px !important;
}

.min-height-452 {
  min-height: 452px !important;
}

@media (max-width: 576px) {
  .w-sm-453 {
    width: 453% !important;
  }
  .h-sm-453 {
    height: 453% !important;
  }
  .max-w-sm-453 {
    max-width: 453% !important;
  }
  .min-w-sm-453 {
    min-width: 453% !important;
  }
  .max-h-sm-453 {
    max-height: 453% !important;
  }
  .min-h-sm-453 {
    min-height: 453% !important;
  }
  .min-sm-vw-453 {
    min-width: 453vw !important;
  }
  .min-sm-vh-453 {
    min-height: 453vh !important;
  }
  .vw-sm-453 {
    width: 453vw !important;
  }
  .vh-sm-453 {
    height: 453vh !important;
  }
  .width-sm-453 {
    width: 453px !important;
  }
  .height-sm-453 {
    height: 453px !important;
  }
  .max-width-sm-453 {
    max-width: 453px !important;
  }
  .min-width-sm-453 {
    min-width: 453px !important;
  }
  .max-height-sm-453 {
    max-height: 453px !important;
  }
  .min-height-sm-453 {
    min-height: 453px !important;
  }
}
@media (max-width: 768px) {
  .w-md-453 {
    width: 453% !important;
  }
  .h-md-453 {
    height: 453% !important;
  }
  .max-w-md-453 {
    max-width: 453% !important;
  }
  .min-w-md-453 {
    min-width: 453% !important;
  }
  .max-h-md-453 {
    max-height: 453% !important;
  }
  .min-h-md-453 {
    min-height: 453% !important;
  }
  .min-md-vw-453 {
    min-width: 453vw !important;
  }
  .min-md-vh-453 {
    min-height: 453vh !important;
  }
  .vw-md-453 {
    width: 453vw !important;
  }
  .vh-md-453 {
    height: 453vh !important;
  }
  .width-md-453 {
    width: 453px !important;
  }
  .height-md-453 {
    height: 453px !important;
  }
  .max-width-md-453 {
    max-width: 453px !important;
  }
  .min-width-md-453 {
    min-width: 453px !important;
  }
  .max-height-md-453 {
    max-height: 453px !important;
  }
  .min-height-md-453 {
    min-height: 453px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-453 {
    width: 453% !important;
  }
  .h-lg-453 {
    height: 453% !important;
  }
  .max-w-lg-453 {
    max-width: 453% !important;
  }
  .min-w-lg-453 {
    min-width: 453% !important;
  }
  .max-h-lg-453 {
    max-height: 453% !important;
  }
  .min-h-lg-453 {
    min-height: 453% !important;
  }
  .min-lg-vw-453 {
    min-width: 453vw !important;
  }
  .min-lg-vh-453 {
    min-height: 453vh !important;
  }
  .vw-lg-453 {
    width: 453vw !important;
  }
  .vh-lg-453 {
    height: 453vh !important;
  }
  .width-lg-453 {
    width: 453px !important;
  }
  .height-lg-453 {
    height: 453px !important;
  }
  .max-width-lg-453 {
    max-width: 453px !important;
  }
  .min-width-lg-453 {
    min-width: 453px !important;
  }
  .max-height-lg-453 {
    max-height: 453px !important;
  }
  .min-height-lg-453 {
    min-height: 453px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-453 {
    width: 453% !important;
  }
  .h-xl-453 {
    height: 453% !important;
  }
  .max-w-xl-453 {
    max-width: 453% !important;
  }
  .min-w-xl-453 {
    min-width: 453% !important;
  }
  .max-h-xl-453 {
    max-height: 453% !important;
  }
  .min-h-xl-453 {
    min-height: 453% !important;
  }
  .min-xl-vw-453 {
    min-width: 453vw !important;
  }
  .min-xl-vh-453 {
    min-height: 453vh !important;
  }
  .vw-xl-453 {
    width: 453vw !important;
  }
  .vh-xl-453 {
    height: 453vh !important;
  }
  .width-xl-453 {
    width: 453px !important;
  }
  .height-xl-453 {
    height: 453px !important;
  }
  .max-width-xl-453 {
    max-width: 453px !important;
  }
  .min-width-xl-453 {
    min-width: 453px !important;
  }
  .max-height-xl-453 {
    max-height: 453px !important;
  }
  .min-height-xl-453 {
    min-height: 453px !important;
  }
}
.w-453 {
  width: 453% !important;
}

.h-453 {
  height: 453% !important;
}

.max-w-453 {
  max-width: 453% !important;
}

.min-w-453 {
  min-width: 453% !important;
}

.max-h-453 {
  max-height: 453% !important;
}

.min-h-453 {
  min-height: 453% !important;
}

.min-vw-453 {
  min-width: 453vw !important;
}

.min-vh-453 {
  min-height: 453vh !important;
}

.vw-453 {
  width: 453vw !important;
}

.vh-453 {
  height: 453vh !important;
}

.width-453 {
  width: 453px !important;
}

.height-453 {
  height: 453px !important;
}

.max-width-453 {
  max-width: 453px !important;
}

.min-width-453 {
  min-width: 453px !important;
}

.max-height-453 {
  max-height: 453px !important;
}

.min-height-453 {
  min-height: 453px !important;
}

@media (max-width: 576px) {
  .w-sm-454 {
    width: 454% !important;
  }
  .h-sm-454 {
    height: 454% !important;
  }
  .max-w-sm-454 {
    max-width: 454% !important;
  }
  .min-w-sm-454 {
    min-width: 454% !important;
  }
  .max-h-sm-454 {
    max-height: 454% !important;
  }
  .min-h-sm-454 {
    min-height: 454% !important;
  }
  .min-sm-vw-454 {
    min-width: 454vw !important;
  }
  .min-sm-vh-454 {
    min-height: 454vh !important;
  }
  .vw-sm-454 {
    width: 454vw !important;
  }
  .vh-sm-454 {
    height: 454vh !important;
  }
  .width-sm-454 {
    width: 454px !important;
  }
  .height-sm-454 {
    height: 454px !important;
  }
  .max-width-sm-454 {
    max-width: 454px !important;
  }
  .min-width-sm-454 {
    min-width: 454px !important;
  }
  .max-height-sm-454 {
    max-height: 454px !important;
  }
  .min-height-sm-454 {
    min-height: 454px !important;
  }
}
@media (max-width: 768px) {
  .w-md-454 {
    width: 454% !important;
  }
  .h-md-454 {
    height: 454% !important;
  }
  .max-w-md-454 {
    max-width: 454% !important;
  }
  .min-w-md-454 {
    min-width: 454% !important;
  }
  .max-h-md-454 {
    max-height: 454% !important;
  }
  .min-h-md-454 {
    min-height: 454% !important;
  }
  .min-md-vw-454 {
    min-width: 454vw !important;
  }
  .min-md-vh-454 {
    min-height: 454vh !important;
  }
  .vw-md-454 {
    width: 454vw !important;
  }
  .vh-md-454 {
    height: 454vh !important;
  }
  .width-md-454 {
    width: 454px !important;
  }
  .height-md-454 {
    height: 454px !important;
  }
  .max-width-md-454 {
    max-width: 454px !important;
  }
  .min-width-md-454 {
    min-width: 454px !important;
  }
  .max-height-md-454 {
    max-height: 454px !important;
  }
  .min-height-md-454 {
    min-height: 454px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-454 {
    width: 454% !important;
  }
  .h-lg-454 {
    height: 454% !important;
  }
  .max-w-lg-454 {
    max-width: 454% !important;
  }
  .min-w-lg-454 {
    min-width: 454% !important;
  }
  .max-h-lg-454 {
    max-height: 454% !important;
  }
  .min-h-lg-454 {
    min-height: 454% !important;
  }
  .min-lg-vw-454 {
    min-width: 454vw !important;
  }
  .min-lg-vh-454 {
    min-height: 454vh !important;
  }
  .vw-lg-454 {
    width: 454vw !important;
  }
  .vh-lg-454 {
    height: 454vh !important;
  }
  .width-lg-454 {
    width: 454px !important;
  }
  .height-lg-454 {
    height: 454px !important;
  }
  .max-width-lg-454 {
    max-width: 454px !important;
  }
  .min-width-lg-454 {
    min-width: 454px !important;
  }
  .max-height-lg-454 {
    max-height: 454px !important;
  }
  .min-height-lg-454 {
    min-height: 454px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-454 {
    width: 454% !important;
  }
  .h-xl-454 {
    height: 454% !important;
  }
  .max-w-xl-454 {
    max-width: 454% !important;
  }
  .min-w-xl-454 {
    min-width: 454% !important;
  }
  .max-h-xl-454 {
    max-height: 454% !important;
  }
  .min-h-xl-454 {
    min-height: 454% !important;
  }
  .min-xl-vw-454 {
    min-width: 454vw !important;
  }
  .min-xl-vh-454 {
    min-height: 454vh !important;
  }
  .vw-xl-454 {
    width: 454vw !important;
  }
  .vh-xl-454 {
    height: 454vh !important;
  }
  .width-xl-454 {
    width: 454px !important;
  }
  .height-xl-454 {
    height: 454px !important;
  }
  .max-width-xl-454 {
    max-width: 454px !important;
  }
  .min-width-xl-454 {
    min-width: 454px !important;
  }
  .max-height-xl-454 {
    max-height: 454px !important;
  }
  .min-height-xl-454 {
    min-height: 454px !important;
  }
}
.w-454 {
  width: 454% !important;
}

.h-454 {
  height: 454% !important;
}

.max-w-454 {
  max-width: 454% !important;
}

.min-w-454 {
  min-width: 454% !important;
}

.max-h-454 {
  max-height: 454% !important;
}

.min-h-454 {
  min-height: 454% !important;
}

.min-vw-454 {
  min-width: 454vw !important;
}

.min-vh-454 {
  min-height: 454vh !important;
}

.vw-454 {
  width: 454vw !important;
}

.vh-454 {
  height: 454vh !important;
}

.width-454 {
  width: 454px !important;
}

.height-454 {
  height: 454px !important;
}

.max-width-454 {
  max-width: 454px !important;
}

.min-width-454 {
  min-width: 454px !important;
}

.max-height-454 {
  max-height: 454px !important;
}

.min-height-454 {
  min-height: 454px !important;
}

@media (max-width: 576px) {
  .w-sm-455 {
    width: 455% !important;
  }
  .h-sm-455 {
    height: 455% !important;
  }
  .max-w-sm-455 {
    max-width: 455% !important;
  }
  .min-w-sm-455 {
    min-width: 455% !important;
  }
  .max-h-sm-455 {
    max-height: 455% !important;
  }
  .min-h-sm-455 {
    min-height: 455% !important;
  }
  .min-sm-vw-455 {
    min-width: 455vw !important;
  }
  .min-sm-vh-455 {
    min-height: 455vh !important;
  }
  .vw-sm-455 {
    width: 455vw !important;
  }
  .vh-sm-455 {
    height: 455vh !important;
  }
  .width-sm-455 {
    width: 455px !important;
  }
  .height-sm-455 {
    height: 455px !important;
  }
  .max-width-sm-455 {
    max-width: 455px !important;
  }
  .min-width-sm-455 {
    min-width: 455px !important;
  }
  .max-height-sm-455 {
    max-height: 455px !important;
  }
  .min-height-sm-455 {
    min-height: 455px !important;
  }
}
@media (max-width: 768px) {
  .w-md-455 {
    width: 455% !important;
  }
  .h-md-455 {
    height: 455% !important;
  }
  .max-w-md-455 {
    max-width: 455% !important;
  }
  .min-w-md-455 {
    min-width: 455% !important;
  }
  .max-h-md-455 {
    max-height: 455% !important;
  }
  .min-h-md-455 {
    min-height: 455% !important;
  }
  .min-md-vw-455 {
    min-width: 455vw !important;
  }
  .min-md-vh-455 {
    min-height: 455vh !important;
  }
  .vw-md-455 {
    width: 455vw !important;
  }
  .vh-md-455 {
    height: 455vh !important;
  }
  .width-md-455 {
    width: 455px !important;
  }
  .height-md-455 {
    height: 455px !important;
  }
  .max-width-md-455 {
    max-width: 455px !important;
  }
  .min-width-md-455 {
    min-width: 455px !important;
  }
  .max-height-md-455 {
    max-height: 455px !important;
  }
  .min-height-md-455 {
    min-height: 455px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-455 {
    width: 455% !important;
  }
  .h-lg-455 {
    height: 455% !important;
  }
  .max-w-lg-455 {
    max-width: 455% !important;
  }
  .min-w-lg-455 {
    min-width: 455% !important;
  }
  .max-h-lg-455 {
    max-height: 455% !important;
  }
  .min-h-lg-455 {
    min-height: 455% !important;
  }
  .min-lg-vw-455 {
    min-width: 455vw !important;
  }
  .min-lg-vh-455 {
    min-height: 455vh !important;
  }
  .vw-lg-455 {
    width: 455vw !important;
  }
  .vh-lg-455 {
    height: 455vh !important;
  }
  .width-lg-455 {
    width: 455px !important;
  }
  .height-lg-455 {
    height: 455px !important;
  }
  .max-width-lg-455 {
    max-width: 455px !important;
  }
  .min-width-lg-455 {
    min-width: 455px !important;
  }
  .max-height-lg-455 {
    max-height: 455px !important;
  }
  .min-height-lg-455 {
    min-height: 455px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-455 {
    width: 455% !important;
  }
  .h-xl-455 {
    height: 455% !important;
  }
  .max-w-xl-455 {
    max-width: 455% !important;
  }
  .min-w-xl-455 {
    min-width: 455% !important;
  }
  .max-h-xl-455 {
    max-height: 455% !important;
  }
  .min-h-xl-455 {
    min-height: 455% !important;
  }
  .min-xl-vw-455 {
    min-width: 455vw !important;
  }
  .min-xl-vh-455 {
    min-height: 455vh !important;
  }
  .vw-xl-455 {
    width: 455vw !important;
  }
  .vh-xl-455 {
    height: 455vh !important;
  }
  .width-xl-455 {
    width: 455px !important;
  }
  .height-xl-455 {
    height: 455px !important;
  }
  .max-width-xl-455 {
    max-width: 455px !important;
  }
  .min-width-xl-455 {
    min-width: 455px !important;
  }
  .max-height-xl-455 {
    max-height: 455px !important;
  }
  .min-height-xl-455 {
    min-height: 455px !important;
  }
}
.w-455 {
  width: 455% !important;
}

.h-455 {
  height: 455% !important;
}

.max-w-455 {
  max-width: 455% !important;
}

.min-w-455 {
  min-width: 455% !important;
}

.max-h-455 {
  max-height: 455% !important;
}

.min-h-455 {
  min-height: 455% !important;
}

.min-vw-455 {
  min-width: 455vw !important;
}

.min-vh-455 {
  min-height: 455vh !important;
}

.vw-455 {
  width: 455vw !important;
}

.vh-455 {
  height: 455vh !important;
}

.width-455 {
  width: 455px !important;
}

.height-455 {
  height: 455px !important;
}

.max-width-455 {
  max-width: 455px !important;
}

.min-width-455 {
  min-width: 455px !important;
}

.max-height-455 {
  max-height: 455px !important;
}

.min-height-455 {
  min-height: 455px !important;
}

@media (max-width: 576px) {
  .w-sm-456 {
    width: 456% !important;
  }
  .h-sm-456 {
    height: 456% !important;
  }
  .max-w-sm-456 {
    max-width: 456% !important;
  }
  .min-w-sm-456 {
    min-width: 456% !important;
  }
  .max-h-sm-456 {
    max-height: 456% !important;
  }
  .min-h-sm-456 {
    min-height: 456% !important;
  }
  .min-sm-vw-456 {
    min-width: 456vw !important;
  }
  .min-sm-vh-456 {
    min-height: 456vh !important;
  }
  .vw-sm-456 {
    width: 456vw !important;
  }
  .vh-sm-456 {
    height: 456vh !important;
  }
  .width-sm-456 {
    width: 456px !important;
  }
  .height-sm-456 {
    height: 456px !important;
  }
  .max-width-sm-456 {
    max-width: 456px !important;
  }
  .min-width-sm-456 {
    min-width: 456px !important;
  }
  .max-height-sm-456 {
    max-height: 456px !important;
  }
  .min-height-sm-456 {
    min-height: 456px !important;
  }
}
@media (max-width: 768px) {
  .w-md-456 {
    width: 456% !important;
  }
  .h-md-456 {
    height: 456% !important;
  }
  .max-w-md-456 {
    max-width: 456% !important;
  }
  .min-w-md-456 {
    min-width: 456% !important;
  }
  .max-h-md-456 {
    max-height: 456% !important;
  }
  .min-h-md-456 {
    min-height: 456% !important;
  }
  .min-md-vw-456 {
    min-width: 456vw !important;
  }
  .min-md-vh-456 {
    min-height: 456vh !important;
  }
  .vw-md-456 {
    width: 456vw !important;
  }
  .vh-md-456 {
    height: 456vh !important;
  }
  .width-md-456 {
    width: 456px !important;
  }
  .height-md-456 {
    height: 456px !important;
  }
  .max-width-md-456 {
    max-width: 456px !important;
  }
  .min-width-md-456 {
    min-width: 456px !important;
  }
  .max-height-md-456 {
    max-height: 456px !important;
  }
  .min-height-md-456 {
    min-height: 456px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-456 {
    width: 456% !important;
  }
  .h-lg-456 {
    height: 456% !important;
  }
  .max-w-lg-456 {
    max-width: 456% !important;
  }
  .min-w-lg-456 {
    min-width: 456% !important;
  }
  .max-h-lg-456 {
    max-height: 456% !important;
  }
  .min-h-lg-456 {
    min-height: 456% !important;
  }
  .min-lg-vw-456 {
    min-width: 456vw !important;
  }
  .min-lg-vh-456 {
    min-height: 456vh !important;
  }
  .vw-lg-456 {
    width: 456vw !important;
  }
  .vh-lg-456 {
    height: 456vh !important;
  }
  .width-lg-456 {
    width: 456px !important;
  }
  .height-lg-456 {
    height: 456px !important;
  }
  .max-width-lg-456 {
    max-width: 456px !important;
  }
  .min-width-lg-456 {
    min-width: 456px !important;
  }
  .max-height-lg-456 {
    max-height: 456px !important;
  }
  .min-height-lg-456 {
    min-height: 456px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-456 {
    width: 456% !important;
  }
  .h-xl-456 {
    height: 456% !important;
  }
  .max-w-xl-456 {
    max-width: 456% !important;
  }
  .min-w-xl-456 {
    min-width: 456% !important;
  }
  .max-h-xl-456 {
    max-height: 456% !important;
  }
  .min-h-xl-456 {
    min-height: 456% !important;
  }
  .min-xl-vw-456 {
    min-width: 456vw !important;
  }
  .min-xl-vh-456 {
    min-height: 456vh !important;
  }
  .vw-xl-456 {
    width: 456vw !important;
  }
  .vh-xl-456 {
    height: 456vh !important;
  }
  .width-xl-456 {
    width: 456px !important;
  }
  .height-xl-456 {
    height: 456px !important;
  }
  .max-width-xl-456 {
    max-width: 456px !important;
  }
  .min-width-xl-456 {
    min-width: 456px !important;
  }
  .max-height-xl-456 {
    max-height: 456px !important;
  }
  .min-height-xl-456 {
    min-height: 456px !important;
  }
}
.w-456 {
  width: 456% !important;
}

.h-456 {
  height: 456% !important;
}

.max-w-456 {
  max-width: 456% !important;
}

.min-w-456 {
  min-width: 456% !important;
}

.max-h-456 {
  max-height: 456% !important;
}

.min-h-456 {
  min-height: 456% !important;
}

.min-vw-456 {
  min-width: 456vw !important;
}

.min-vh-456 {
  min-height: 456vh !important;
}

.vw-456 {
  width: 456vw !important;
}

.vh-456 {
  height: 456vh !important;
}

.width-456 {
  width: 456px !important;
}

.height-456 {
  height: 456px !important;
}

.max-width-456 {
  max-width: 456px !important;
}

.min-width-456 {
  min-width: 456px !important;
}

.max-height-456 {
  max-height: 456px !important;
}

.min-height-456 {
  min-height: 456px !important;
}

@media (max-width: 576px) {
  .w-sm-457 {
    width: 457% !important;
  }
  .h-sm-457 {
    height: 457% !important;
  }
  .max-w-sm-457 {
    max-width: 457% !important;
  }
  .min-w-sm-457 {
    min-width: 457% !important;
  }
  .max-h-sm-457 {
    max-height: 457% !important;
  }
  .min-h-sm-457 {
    min-height: 457% !important;
  }
  .min-sm-vw-457 {
    min-width: 457vw !important;
  }
  .min-sm-vh-457 {
    min-height: 457vh !important;
  }
  .vw-sm-457 {
    width: 457vw !important;
  }
  .vh-sm-457 {
    height: 457vh !important;
  }
  .width-sm-457 {
    width: 457px !important;
  }
  .height-sm-457 {
    height: 457px !important;
  }
  .max-width-sm-457 {
    max-width: 457px !important;
  }
  .min-width-sm-457 {
    min-width: 457px !important;
  }
  .max-height-sm-457 {
    max-height: 457px !important;
  }
  .min-height-sm-457 {
    min-height: 457px !important;
  }
}
@media (max-width: 768px) {
  .w-md-457 {
    width: 457% !important;
  }
  .h-md-457 {
    height: 457% !important;
  }
  .max-w-md-457 {
    max-width: 457% !important;
  }
  .min-w-md-457 {
    min-width: 457% !important;
  }
  .max-h-md-457 {
    max-height: 457% !important;
  }
  .min-h-md-457 {
    min-height: 457% !important;
  }
  .min-md-vw-457 {
    min-width: 457vw !important;
  }
  .min-md-vh-457 {
    min-height: 457vh !important;
  }
  .vw-md-457 {
    width: 457vw !important;
  }
  .vh-md-457 {
    height: 457vh !important;
  }
  .width-md-457 {
    width: 457px !important;
  }
  .height-md-457 {
    height: 457px !important;
  }
  .max-width-md-457 {
    max-width: 457px !important;
  }
  .min-width-md-457 {
    min-width: 457px !important;
  }
  .max-height-md-457 {
    max-height: 457px !important;
  }
  .min-height-md-457 {
    min-height: 457px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-457 {
    width: 457% !important;
  }
  .h-lg-457 {
    height: 457% !important;
  }
  .max-w-lg-457 {
    max-width: 457% !important;
  }
  .min-w-lg-457 {
    min-width: 457% !important;
  }
  .max-h-lg-457 {
    max-height: 457% !important;
  }
  .min-h-lg-457 {
    min-height: 457% !important;
  }
  .min-lg-vw-457 {
    min-width: 457vw !important;
  }
  .min-lg-vh-457 {
    min-height: 457vh !important;
  }
  .vw-lg-457 {
    width: 457vw !important;
  }
  .vh-lg-457 {
    height: 457vh !important;
  }
  .width-lg-457 {
    width: 457px !important;
  }
  .height-lg-457 {
    height: 457px !important;
  }
  .max-width-lg-457 {
    max-width: 457px !important;
  }
  .min-width-lg-457 {
    min-width: 457px !important;
  }
  .max-height-lg-457 {
    max-height: 457px !important;
  }
  .min-height-lg-457 {
    min-height: 457px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-457 {
    width: 457% !important;
  }
  .h-xl-457 {
    height: 457% !important;
  }
  .max-w-xl-457 {
    max-width: 457% !important;
  }
  .min-w-xl-457 {
    min-width: 457% !important;
  }
  .max-h-xl-457 {
    max-height: 457% !important;
  }
  .min-h-xl-457 {
    min-height: 457% !important;
  }
  .min-xl-vw-457 {
    min-width: 457vw !important;
  }
  .min-xl-vh-457 {
    min-height: 457vh !important;
  }
  .vw-xl-457 {
    width: 457vw !important;
  }
  .vh-xl-457 {
    height: 457vh !important;
  }
  .width-xl-457 {
    width: 457px !important;
  }
  .height-xl-457 {
    height: 457px !important;
  }
  .max-width-xl-457 {
    max-width: 457px !important;
  }
  .min-width-xl-457 {
    min-width: 457px !important;
  }
  .max-height-xl-457 {
    max-height: 457px !important;
  }
  .min-height-xl-457 {
    min-height: 457px !important;
  }
}
.w-457 {
  width: 457% !important;
}

.h-457 {
  height: 457% !important;
}

.max-w-457 {
  max-width: 457% !important;
}

.min-w-457 {
  min-width: 457% !important;
}

.max-h-457 {
  max-height: 457% !important;
}

.min-h-457 {
  min-height: 457% !important;
}

.min-vw-457 {
  min-width: 457vw !important;
}

.min-vh-457 {
  min-height: 457vh !important;
}

.vw-457 {
  width: 457vw !important;
}

.vh-457 {
  height: 457vh !important;
}

.width-457 {
  width: 457px !important;
}

.height-457 {
  height: 457px !important;
}

.max-width-457 {
  max-width: 457px !important;
}

.min-width-457 {
  min-width: 457px !important;
}

.max-height-457 {
  max-height: 457px !important;
}

.min-height-457 {
  min-height: 457px !important;
}

@media (max-width: 576px) {
  .w-sm-458 {
    width: 458% !important;
  }
  .h-sm-458 {
    height: 458% !important;
  }
  .max-w-sm-458 {
    max-width: 458% !important;
  }
  .min-w-sm-458 {
    min-width: 458% !important;
  }
  .max-h-sm-458 {
    max-height: 458% !important;
  }
  .min-h-sm-458 {
    min-height: 458% !important;
  }
  .min-sm-vw-458 {
    min-width: 458vw !important;
  }
  .min-sm-vh-458 {
    min-height: 458vh !important;
  }
  .vw-sm-458 {
    width: 458vw !important;
  }
  .vh-sm-458 {
    height: 458vh !important;
  }
  .width-sm-458 {
    width: 458px !important;
  }
  .height-sm-458 {
    height: 458px !important;
  }
  .max-width-sm-458 {
    max-width: 458px !important;
  }
  .min-width-sm-458 {
    min-width: 458px !important;
  }
  .max-height-sm-458 {
    max-height: 458px !important;
  }
  .min-height-sm-458 {
    min-height: 458px !important;
  }
}
@media (max-width: 768px) {
  .w-md-458 {
    width: 458% !important;
  }
  .h-md-458 {
    height: 458% !important;
  }
  .max-w-md-458 {
    max-width: 458% !important;
  }
  .min-w-md-458 {
    min-width: 458% !important;
  }
  .max-h-md-458 {
    max-height: 458% !important;
  }
  .min-h-md-458 {
    min-height: 458% !important;
  }
  .min-md-vw-458 {
    min-width: 458vw !important;
  }
  .min-md-vh-458 {
    min-height: 458vh !important;
  }
  .vw-md-458 {
    width: 458vw !important;
  }
  .vh-md-458 {
    height: 458vh !important;
  }
  .width-md-458 {
    width: 458px !important;
  }
  .height-md-458 {
    height: 458px !important;
  }
  .max-width-md-458 {
    max-width: 458px !important;
  }
  .min-width-md-458 {
    min-width: 458px !important;
  }
  .max-height-md-458 {
    max-height: 458px !important;
  }
  .min-height-md-458 {
    min-height: 458px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-458 {
    width: 458% !important;
  }
  .h-lg-458 {
    height: 458% !important;
  }
  .max-w-lg-458 {
    max-width: 458% !important;
  }
  .min-w-lg-458 {
    min-width: 458% !important;
  }
  .max-h-lg-458 {
    max-height: 458% !important;
  }
  .min-h-lg-458 {
    min-height: 458% !important;
  }
  .min-lg-vw-458 {
    min-width: 458vw !important;
  }
  .min-lg-vh-458 {
    min-height: 458vh !important;
  }
  .vw-lg-458 {
    width: 458vw !important;
  }
  .vh-lg-458 {
    height: 458vh !important;
  }
  .width-lg-458 {
    width: 458px !important;
  }
  .height-lg-458 {
    height: 458px !important;
  }
  .max-width-lg-458 {
    max-width: 458px !important;
  }
  .min-width-lg-458 {
    min-width: 458px !important;
  }
  .max-height-lg-458 {
    max-height: 458px !important;
  }
  .min-height-lg-458 {
    min-height: 458px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-458 {
    width: 458% !important;
  }
  .h-xl-458 {
    height: 458% !important;
  }
  .max-w-xl-458 {
    max-width: 458% !important;
  }
  .min-w-xl-458 {
    min-width: 458% !important;
  }
  .max-h-xl-458 {
    max-height: 458% !important;
  }
  .min-h-xl-458 {
    min-height: 458% !important;
  }
  .min-xl-vw-458 {
    min-width: 458vw !important;
  }
  .min-xl-vh-458 {
    min-height: 458vh !important;
  }
  .vw-xl-458 {
    width: 458vw !important;
  }
  .vh-xl-458 {
    height: 458vh !important;
  }
  .width-xl-458 {
    width: 458px !important;
  }
  .height-xl-458 {
    height: 458px !important;
  }
  .max-width-xl-458 {
    max-width: 458px !important;
  }
  .min-width-xl-458 {
    min-width: 458px !important;
  }
  .max-height-xl-458 {
    max-height: 458px !important;
  }
  .min-height-xl-458 {
    min-height: 458px !important;
  }
}
.w-458 {
  width: 458% !important;
}

.h-458 {
  height: 458% !important;
}

.max-w-458 {
  max-width: 458% !important;
}

.min-w-458 {
  min-width: 458% !important;
}

.max-h-458 {
  max-height: 458% !important;
}

.min-h-458 {
  min-height: 458% !important;
}

.min-vw-458 {
  min-width: 458vw !important;
}

.min-vh-458 {
  min-height: 458vh !important;
}

.vw-458 {
  width: 458vw !important;
}

.vh-458 {
  height: 458vh !important;
}

.width-458 {
  width: 458px !important;
}

.height-458 {
  height: 458px !important;
}

.max-width-458 {
  max-width: 458px !important;
}

.min-width-458 {
  min-width: 458px !important;
}

.max-height-458 {
  max-height: 458px !important;
}

.min-height-458 {
  min-height: 458px !important;
}

@media (max-width: 576px) {
  .w-sm-459 {
    width: 459% !important;
  }
  .h-sm-459 {
    height: 459% !important;
  }
  .max-w-sm-459 {
    max-width: 459% !important;
  }
  .min-w-sm-459 {
    min-width: 459% !important;
  }
  .max-h-sm-459 {
    max-height: 459% !important;
  }
  .min-h-sm-459 {
    min-height: 459% !important;
  }
  .min-sm-vw-459 {
    min-width: 459vw !important;
  }
  .min-sm-vh-459 {
    min-height: 459vh !important;
  }
  .vw-sm-459 {
    width: 459vw !important;
  }
  .vh-sm-459 {
    height: 459vh !important;
  }
  .width-sm-459 {
    width: 459px !important;
  }
  .height-sm-459 {
    height: 459px !important;
  }
  .max-width-sm-459 {
    max-width: 459px !important;
  }
  .min-width-sm-459 {
    min-width: 459px !important;
  }
  .max-height-sm-459 {
    max-height: 459px !important;
  }
  .min-height-sm-459 {
    min-height: 459px !important;
  }
}
@media (max-width: 768px) {
  .w-md-459 {
    width: 459% !important;
  }
  .h-md-459 {
    height: 459% !important;
  }
  .max-w-md-459 {
    max-width: 459% !important;
  }
  .min-w-md-459 {
    min-width: 459% !important;
  }
  .max-h-md-459 {
    max-height: 459% !important;
  }
  .min-h-md-459 {
    min-height: 459% !important;
  }
  .min-md-vw-459 {
    min-width: 459vw !important;
  }
  .min-md-vh-459 {
    min-height: 459vh !important;
  }
  .vw-md-459 {
    width: 459vw !important;
  }
  .vh-md-459 {
    height: 459vh !important;
  }
  .width-md-459 {
    width: 459px !important;
  }
  .height-md-459 {
    height: 459px !important;
  }
  .max-width-md-459 {
    max-width: 459px !important;
  }
  .min-width-md-459 {
    min-width: 459px !important;
  }
  .max-height-md-459 {
    max-height: 459px !important;
  }
  .min-height-md-459 {
    min-height: 459px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-459 {
    width: 459% !important;
  }
  .h-lg-459 {
    height: 459% !important;
  }
  .max-w-lg-459 {
    max-width: 459% !important;
  }
  .min-w-lg-459 {
    min-width: 459% !important;
  }
  .max-h-lg-459 {
    max-height: 459% !important;
  }
  .min-h-lg-459 {
    min-height: 459% !important;
  }
  .min-lg-vw-459 {
    min-width: 459vw !important;
  }
  .min-lg-vh-459 {
    min-height: 459vh !important;
  }
  .vw-lg-459 {
    width: 459vw !important;
  }
  .vh-lg-459 {
    height: 459vh !important;
  }
  .width-lg-459 {
    width: 459px !important;
  }
  .height-lg-459 {
    height: 459px !important;
  }
  .max-width-lg-459 {
    max-width: 459px !important;
  }
  .min-width-lg-459 {
    min-width: 459px !important;
  }
  .max-height-lg-459 {
    max-height: 459px !important;
  }
  .min-height-lg-459 {
    min-height: 459px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-459 {
    width: 459% !important;
  }
  .h-xl-459 {
    height: 459% !important;
  }
  .max-w-xl-459 {
    max-width: 459% !important;
  }
  .min-w-xl-459 {
    min-width: 459% !important;
  }
  .max-h-xl-459 {
    max-height: 459% !important;
  }
  .min-h-xl-459 {
    min-height: 459% !important;
  }
  .min-xl-vw-459 {
    min-width: 459vw !important;
  }
  .min-xl-vh-459 {
    min-height: 459vh !important;
  }
  .vw-xl-459 {
    width: 459vw !important;
  }
  .vh-xl-459 {
    height: 459vh !important;
  }
  .width-xl-459 {
    width: 459px !important;
  }
  .height-xl-459 {
    height: 459px !important;
  }
  .max-width-xl-459 {
    max-width: 459px !important;
  }
  .min-width-xl-459 {
    min-width: 459px !important;
  }
  .max-height-xl-459 {
    max-height: 459px !important;
  }
  .min-height-xl-459 {
    min-height: 459px !important;
  }
}
.w-459 {
  width: 459% !important;
}

.h-459 {
  height: 459% !important;
}

.max-w-459 {
  max-width: 459% !important;
}

.min-w-459 {
  min-width: 459% !important;
}

.max-h-459 {
  max-height: 459% !important;
}

.min-h-459 {
  min-height: 459% !important;
}

.min-vw-459 {
  min-width: 459vw !important;
}

.min-vh-459 {
  min-height: 459vh !important;
}

.vw-459 {
  width: 459vw !important;
}

.vh-459 {
  height: 459vh !important;
}

.width-459 {
  width: 459px !important;
}

.height-459 {
  height: 459px !important;
}

.max-width-459 {
  max-width: 459px !important;
}

.min-width-459 {
  min-width: 459px !important;
}

.max-height-459 {
  max-height: 459px !important;
}

.min-height-459 {
  min-height: 459px !important;
}

@media (max-width: 576px) {
  .w-sm-460 {
    width: 460% !important;
  }
  .h-sm-460 {
    height: 460% !important;
  }
  .max-w-sm-460 {
    max-width: 460% !important;
  }
  .min-w-sm-460 {
    min-width: 460% !important;
  }
  .max-h-sm-460 {
    max-height: 460% !important;
  }
  .min-h-sm-460 {
    min-height: 460% !important;
  }
  .min-sm-vw-460 {
    min-width: 460vw !important;
  }
  .min-sm-vh-460 {
    min-height: 460vh !important;
  }
  .vw-sm-460 {
    width: 460vw !important;
  }
  .vh-sm-460 {
    height: 460vh !important;
  }
  .width-sm-460 {
    width: 460px !important;
  }
  .height-sm-460 {
    height: 460px !important;
  }
  .max-width-sm-460 {
    max-width: 460px !important;
  }
  .min-width-sm-460 {
    min-width: 460px !important;
  }
  .max-height-sm-460 {
    max-height: 460px !important;
  }
  .min-height-sm-460 {
    min-height: 460px !important;
  }
}
@media (max-width: 768px) {
  .w-md-460 {
    width: 460% !important;
  }
  .h-md-460 {
    height: 460% !important;
  }
  .max-w-md-460 {
    max-width: 460% !important;
  }
  .min-w-md-460 {
    min-width: 460% !important;
  }
  .max-h-md-460 {
    max-height: 460% !important;
  }
  .min-h-md-460 {
    min-height: 460% !important;
  }
  .min-md-vw-460 {
    min-width: 460vw !important;
  }
  .min-md-vh-460 {
    min-height: 460vh !important;
  }
  .vw-md-460 {
    width: 460vw !important;
  }
  .vh-md-460 {
    height: 460vh !important;
  }
  .width-md-460 {
    width: 460px !important;
  }
  .height-md-460 {
    height: 460px !important;
  }
  .max-width-md-460 {
    max-width: 460px !important;
  }
  .min-width-md-460 {
    min-width: 460px !important;
  }
  .max-height-md-460 {
    max-height: 460px !important;
  }
  .min-height-md-460 {
    min-height: 460px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-460 {
    width: 460% !important;
  }
  .h-lg-460 {
    height: 460% !important;
  }
  .max-w-lg-460 {
    max-width: 460% !important;
  }
  .min-w-lg-460 {
    min-width: 460% !important;
  }
  .max-h-lg-460 {
    max-height: 460% !important;
  }
  .min-h-lg-460 {
    min-height: 460% !important;
  }
  .min-lg-vw-460 {
    min-width: 460vw !important;
  }
  .min-lg-vh-460 {
    min-height: 460vh !important;
  }
  .vw-lg-460 {
    width: 460vw !important;
  }
  .vh-lg-460 {
    height: 460vh !important;
  }
  .width-lg-460 {
    width: 460px !important;
  }
  .height-lg-460 {
    height: 460px !important;
  }
  .max-width-lg-460 {
    max-width: 460px !important;
  }
  .min-width-lg-460 {
    min-width: 460px !important;
  }
  .max-height-lg-460 {
    max-height: 460px !important;
  }
  .min-height-lg-460 {
    min-height: 460px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-460 {
    width: 460% !important;
  }
  .h-xl-460 {
    height: 460% !important;
  }
  .max-w-xl-460 {
    max-width: 460% !important;
  }
  .min-w-xl-460 {
    min-width: 460% !important;
  }
  .max-h-xl-460 {
    max-height: 460% !important;
  }
  .min-h-xl-460 {
    min-height: 460% !important;
  }
  .min-xl-vw-460 {
    min-width: 460vw !important;
  }
  .min-xl-vh-460 {
    min-height: 460vh !important;
  }
  .vw-xl-460 {
    width: 460vw !important;
  }
  .vh-xl-460 {
    height: 460vh !important;
  }
  .width-xl-460 {
    width: 460px !important;
  }
  .height-xl-460 {
    height: 460px !important;
  }
  .max-width-xl-460 {
    max-width: 460px !important;
  }
  .min-width-xl-460 {
    min-width: 460px !important;
  }
  .max-height-xl-460 {
    max-height: 460px !important;
  }
  .min-height-xl-460 {
    min-height: 460px !important;
  }
}
.w-460 {
  width: 460% !important;
}

.h-460 {
  height: 460% !important;
}

.max-w-460 {
  max-width: 460% !important;
}

.min-w-460 {
  min-width: 460% !important;
}

.max-h-460 {
  max-height: 460% !important;
}

.min-h-460 {
  min-height: 460% !important;
}

.min-vw-460 {
  min-width: 460vw !important;
}

.min-vh-460 {
  min-height: 460vh !important;
}

.vw-460 {
  width: 460vw !important;
}

.vh-460 {
  height: 460vh !important;
}

.width-460 {
  width: 460px !important;
}

.height-460 {
  height: 460px !important;
}

.max-width-460 {
  max-width: 460px !important;
}

.min-width-460 {
  min-width: 460px !important;
}

.max-height-460 {
  max-height: 460px !important;
}

.min-height-460 {
  min-height: 460px !important;
}

@media (max-width: 576px) {
  .w-sm-461 {
    width: 461% !important;
  }
  .h-sm-461 {
    height: 461% !important;
  }
  .max-w-sm-461 {
    max-width: 461% !important;
  }
  .min-w-sm-461 {
    min-width: 461% !important;
  }
  .max-h-sm-461 {
    max-height: 461% !important;
  }
  .min-h-sm-461 {
    min-height: 461% !important;
  }
  .min-sm-vw-461 {
    min-width: 461vw !important;
  }
  .min-sm-vh-461 {
    min-height: 461vh !important;
  }
  .vw-sm-461 {
    width: 461vw !important;
  }
  .vh-sm-461 {
    height: 461vh !important;
  }
  .width-sm-461 {
    width: 461px !important;
  }
  .height-sm-461 {
    height: 461px !important;
  }
  .max-width-sm-461 {
    max-width: 461px !important;
  }
  .min-width-sm-461 {
    min-width: 461px !important;
  }
  .max-height-sm-461 {
    max-height: 461px !important;
  }
  .min-height-sm-461 {
    min-height: 461px !important;
  }
}
@media (max-width: 768px) {
  .w-md-461 {
    width: 461% !important;
  }
  .h-md-461 {
    height: 461% !important;
  }
  .max-w-md-461 {
    max-width: 461% !important;
  }
  .min-w-md-461 {
    min-width: 461% !important;
  }
  .max-h-md-461 {
    max-height: 461% !important;
  }
  .min-h-md-461 {
    min-height: 461% !important;
  }
  .min-md-vw-461 {
    min-width: 461vw !important;
  }
  .min-md-vh-461 {
    min-height: 461vh !important;
  }
  .vw-md-461 {
    width: 461vw !important;
  }
  .vh-md-461 {
    height: 461vh !important;
  }
  .width-md-461 {
    width: 461px !important;
  }
  .height-md-461 {
    height: 461px !important;
  }
  .max-width-md-461 {
    max-width: 461px !important;
  }
  .min-width-md-461 {
    min-width: 461px !important;
  }
  .max-height-md-461 {
    max-height: 461px !important;
  }
  .min-height-md-461 {
    min-height: 461px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-461 {
    width: 461% !important;
  }
  .h-lg-461 {
    height: 461% !important;
  }
  .max-w-lg-461 {
    max-width: 461% !important;
  }
  .min-w-lg-461 {
    min-width: 461% !important;
  }
  .max-h-lg-461 {
    max-height: 461% !important;
  }
  .min-h-lg-461 {
    min-height: 461% !important;
  }
  .min-lg-vw-461 {
    min-width: 461vw !important;
  }
  .min-lg-vh-461 {
    min-height: 461vh !important;
  }
  .vw-lg-461 {
    width: 461vw !important;
  }
  .vh-lg-461 {
    height: 461vh !important;
  }
  .width-lg-461 {
    width: 461px !important;
  }
  .height-lg-461 {
    height: 461px !important;
  }
  .max-width-lg-461 {
    max-width: 461px !important;
  }
  .min-width-lg-461 {
    min-width: 461px !important;
  }
  .max-height-lg-461 {
    max-height: 461px !important;
  }
  .min-height-lg-461 {
    min-height: 461px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-461 {
    width: 461% !important;
  }
  .h-xl-461 {
    height: 461% !important;
  }
  .max-w-xl-461 {
    max-width: 461% !important;
  }
  .min-w-xl-461 {
    min-width: 461% !important;
  }
  .max-h-xl-461 {
    max-height: 461% !important;
  }
  .min-h-xl-461 {
    min-height: 461% !important;
  }
  .min-xl-vw-461 {
    min-width: 461vw !important;
  }
  .min-xl-vh-461 {
    min-height: 461vh !important;
  }
  .vw-xl-461 {
    width: 461vw !important;
  }
  .vh-xl-461 {
    height: 461vh !important;
  }
  .width-xl-461 {
    width: 461px !important;
  }
  .height-xl-461 {
    height: 461px !important;
  }
  .max-width-xl-461 {
    max-width: 461px !important;
  }
  .min-width-xl-461 {
    min-width: 461px !important;
  }
  .max-height-xl-461 {
    max-height: 461px !important;
  }
  .min-height-xl-461 {
    min-height: 461px !important;
  }
}
.w-461 {
  width: 461% !important;
}

.h-461 {
  height: 461% !important;
}

.max-w-461 {
  max-width: 461% !important;
}

.min-w-461 {
  min-width: 461% !important;
}

.max-h-461 {
  max-height: 461% !important;
}

.min-h-461 {
  min-height: 461% !important;
}

.min-vw-461 {
  min-width: 461vw !important;
}

.min-vh-461 {
  min-height: 461vh !important;
}

.vw-461 {
  width: 461vw !important;
}

.vh-461 {
  height: 461vh !important;
}

.width-461 {
  width: 461px !important;
}

.height-461 {
  height: 461px !important;
}

.max-width-461 {
  max-width: 461px !important;
}

.min-width-461 {
  min-width: 461px !important;
}

.max-height-461 {
  max-height: 461px !important;
}

.min-height-461 {
  min-height: 461px !important;
}

@media (max-width: 576px) {
  .w-sm-462 {
    width: 462% !important;
  }
  .h-sm-462 {
    height: 462% !important;
  }
  .max-w-sm-462 {
    max-width: 462% !important;
  }
  .min-w-sm-462 {
    min-width: 462% !important;
  }
  .max-h-sm-462 {
    max-height: 462% !important;
  }
  .min-h-sm-462 {
    min-height: 462% !important;
  }
  .min-sm-vw-462 {
    min-width: 462vw !important;
  }
  .min-sm-vh-462 {
    min-height: 462vh !important;
  }
  .vw-sm-462 {
    width: 462vw !important;
  }
  .vh-sm-462 {
    height: 462vh !important;
  }
  .width-sm-462 {
    width: 462px !important;
  }
  .height-sm-462 {
    height: 462px !important;
  }
  .max-width-sm-462 {
    max-width: 462px !important;
  }
  .min-width-sm-462 {
    min-width: 462px !important;
  }
  .max-height-sm-462 {
    max-height: 462px !important;
  }
  .min-height-sm-462 {
    min-height: 462px !important;
  }
}
@media (max-width: 768px) {
  .w-md-462 {
    width: 462% !important;
  }
  .h-md-462 {
    height: 462% !important;
  }
  .max-w-md-462 {
    max-width: 462% !important;
  }
  .min-w-md-462 {
    min-width: 462% !important;
  }
  .max-h-md-462 {
    max-height: 462% !important;
  }
  .min-h-md-462 {
    min-height: 462% !important;
  }
  .min-md-vw-462 {
    min-width: 462vw !important;
  }
  .min-md-vh-462 {
    min-height: 462vh !important;
  }
  .vw-md-462 {
    width: 462vw !important;
  }
  .vh-md-462 {
    height: 462vh !important;
  }
  .width-md-462 {
    width: 462px !important;
  }
  .height-md-462 {
    height: 462px !important;
  }
  .max-width-md-462 {
    max-width: 462px !important;
  }
  .min-width-md-462 {
    min-width: 462px !important;
  }
  .max-height-md-462 {
    max-height: 462px !important;
  }
  .min-height-md-462 {
    min-height: 462px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-462 {
    width: 462% !important;
  }
  .h-lg-462 {
    height: 462% !important;
  }
  .max-w-lg-462 {
    max-width: 462% !important;
  }
  .min-w-lg-462 {
    min-width: 462% !important;
  }
  .max-h-lg-462 {
    max-height: 462% !important;
  }
  .min-h-lg-462 {
    min-height: 462% !important;
  }
  .min-lg-vw-462 {
    min-width: 462vw !important;
  }
  .min-lg-vh-462 {
    min-height: 462vh !important;
  }
  .vw-lg-462 {
    width: 462vw !important;
  }
  .vh-lg-462 {
    height: 462vh !important;
  }
  .width-lg-462 {
    width: 462px !important;
  }
  .height-lg-462 {
    height: 462px !important;
  }
  .max-width-lg-462 {
    max-width: 462px !important;
  }
  .min-width-lg-462 {
    min-width: 462px !important;
  }
  .max-height-lg-462 {
    max-height: 462px !important;
  }
  .min-height-lg-462 {
    min-height: 462px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-462 {
    width: 462% !important;
  }
  .h-xl-462 {
    height: 462% !important;
  }
  .max-w-xl-462 {
    max-width: 462% !important;
  }
  .min-w-xl-462 {
    min-width: 462% !important;
  }
  .max-h-xl-462 {
    max-height: 462% !important;
  }
  .min-h-xl-462 {
    min-height: 462% !important;
  }
  .min-xl-vw-462 {
    min-width: 462vw !important;
  }
  .min-xl-vh-462 {
    min-height: 462vh !important;
  }
  .vw-xl-462 {
    width: 462vw !important;
  }
  .vh-xl-462 {
    height: 462vh !important;
  }
  .width-xl-462 {
    width: 462px !important;
  }
  .height-xl-462 {
    height: 462px !important;
  }
  .max-width-xl-462 {
    max-width: 462px !important;
  }
  .min-width-xl-462 {
    min-width: 462px !important;
  }
  .max-height-xl-462 {
    max-height: 462px !important;
  }
  .min-height-xl-462 {
    min-height: 462px !important;
  }
}
.w-462 {
  width: 462% !important;
}

.h-462 {
  height: 462% !important;
}

.max-w-462 {
  max-width: 462% !important;
}

.min-w-462 {
  min-width: 462% !important;
}

.max-h-462 {
  max-height: 462% !important;
}

.min-h-462 {
  min-height: 462% !important;
}

.min-vw-462 {
  min-width: 462vw !important;
}

.min-vh-462 {
  min-height: 462vh !important;
}

.vw-462 {
  width: 462vw !important;
}

.vh-462 {
  height: 462vh !important;
}

.width-462 {
  width: 462px !important;
}

.height-462 {
  height: 462px !important;
}

.max-width-462 {
  max-width: 462px !important;
}

.min-width-462 {
  min-width: 462px !important;
}

.max-height-462 {
  max-height: 462px !important;
}

.min-height-462 {
  min-height: 462px !important;
}

@media (max-width: 576px) {
  .w-sm-463 {
    width: 463% !important;
  }
  .h-sm-463 {
    height: 463% !important;
  }
  .max-w-sm-463 {
    max-width: 463% !important;
  }
  .min-w-sm-463 {
    min-width: 463% !important;
  }
  .max-h-sm-463 {
    max-height: 463% !important;
  }
  .min-h-sm-463 {
    min-height: 463% !important;
  }
  .min-sm-vw-463 {
    min-width: 463vw !important;
  }
  .min-sm-vh-463 {
    min-height: 463vh !important;
  }
  .vw-sm-463 {
    width: 463vw !important;
  }
  .vh-sm-463 {
    height: 463vh !important;
  }
  .width-sm-463 {
    width: 463px !important;
  }
  .height-sm-463 {
    height: 463px !important;
  }
  .max-width-sm-463 {
    max-width: 463px !important;
  }
  .min-width-sm-463 {
    min-width: 463px !important;
  }
  .max-height-sm-463 {
    max-height: 463px !important;
  }
  .min-height-sm-463 {
    min-height: 463px !important;
  }
}
@media (max-width: 768px) {
  .w-md-463 {
    width: 463% !important;
  }
  .h-md-463 {
    height: 463% !important;
  }
  .max-w-md-463 {
    max-width: 463% !important;
  }
  .min-w-md-463 {
    min-width: 463% !important;
  }
  .max-h-md-463 {
    max-height: 463% !important;
  }
  .min-h-md-463 {
    min-height: 463% !important;
  }
  .min-md-vw-463 {
    min-width: 463vw !important;
  }
  .min-md-vh-463 {
    min-height: 463vh !important;
  }
  .vw-md-463 {
    width: 463vw !important;
  }
  .vh-md-463 {
    height: 463vh !important;
  }
  .width-md-463 {
    width: 463px !important;
  }
  .height-md-463 {
    height: 463px !important;
  }
  .max-width-md-463 {
    max-width: 463px !important;
  }
  .min-width-md-463 {
    min-width: 463px !important;
  }
  .max-height-md-463 {
    max-height: 463px !important;
  }
  .min-height-md-463 {
    min-height: 463px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-463 {
    width: 463% !important;
  }
  .h-lg-463 {
    height: 463% !important;
  }
  .max-w-lg-463 {
    max-width: 463% !important;
  }
  .min-w-lg-463 {
    min-width: 463% !important;
  }
  .max-h-lg-463 {
    max-height: 463% !important;
  }
  .min-h-lg-463 {
    min-height: 463% !important;
  }
  .min-lg-vw-463 {
    min-width: 463vw !important;
  }
  .min-lg-vh-463 {
    min-height: 463vh !important;
  }
  .vw-lg-463 {
    width: 463vw !important;
  }
  .vh-lg-463 {
    height: 463vh !important;
  }
  .width-lg-463 {
    width: 463px !important;
  }
  .height-lg-463 {
    height: 463px !important;
  }
  .max-width-lg-463 {
    max-width: 463px !important;
  }
  .min-width-lg-463 {
    min-width: 463px !important;
  }
  .max-height-lg-463 {
    max-height: 463px !important;
  }
  .min-height-lg-463 {
    min-height: 463px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-463 {
    width: 463% !important;
  }
  .h-xl-463 {
    height: 463% !important;
  }
  .max-w-xl-463 {
    max-width: 463% !important;
  }
  .min-w-xl-463 {
    min-width: 463% !important;
  }
  .max-h-xl-463 {
    max-height: 463% !important;
  }
  .min-h-xl-463 {
    min-height: 463% !important;
  }
  .min-xl-vw-463 {
    min-width: 463vw !important;
  }
  .min-xl-vh-463 {
    min-height: 463vh !important;
  }
  .vw-xl-463 {
    width: 463vw !important;
  }
  .vh-xl-463 {
    height: 463vh !important;
  }
  .width-xl-463 {
    width: 463px !important;
  }
  .height-xl-463 {
    height: 463px !important;
  }
  .max-width-xl-463 {
    max-width: 463px !important;
  }
  .min-width-xl-463 {
    min-width: 463px !important;
  }
  .max-height-xl-463 {
    max-height: 463px !important;
  }
  .min-height-xl-463 {
    min-height: 463px !important;
  }
}
.w-463 {
  width: 463% !important;
}

.h-463 {
  height: 463% !important;
}

.max-w-463 {
  max-width: 463% !important;
}

.min-w-463 {
  min-width: 463% !important;
}

.max-h-463 {
  max-height: 463% !important;
}

.min-h-463 {
  min-height: 463% !important;
}

.min-vw-463 {
  min-width: 463vw !important;
}

.min-vh-463 {
  min-height: 463vh !important;
}

.vw-463 {
  width: 463vw !important;
}

.vh-463 {
  height: 463vh !important;
}

.width-463 {
  width: 463px !important;
}

.height-463 {
  height: 463px !important;
}

.max-width-463 {
  max-width: 463px !important;
}

.min-width-463 {
  min-width: 463px !important;
}

.max-height-463 {
  max-height: 463px !important;
}

.min-height-463 {
  min-height: 463px !important;
}

@media (max-width: 576px) {
  .w-sm-464 {
    width: 464% !important;
  }
  .h-sm-464 {
    height: 464% !important;
  }
  .max-w-sm-464 {
    max-width: 464% !important;
  }
  .min-w-sm-464 {
    min-width: 464% !important;
  }
  .max-h-sm-464 {
    max-height: 464% !important;
  }
  .min-h-sm-464 {
    min-height: 464% !important;
  }
  .min-sm-vw-464 {
    min-width: 464vw !important;
  }
  .min-sm-vh-464 {
    min-height: 464vh !important;
  }
  .vw-sm-464 {
    width: 464vw !important;
  }
  .vh-sm-464 {
    height: 464vh !important;
  }
  .width-sm-464 {
    width: 464px !important;
  }
  .height-sm-464 {
    height: 464px !important;
  }
  .max-width-sm-464 {
    max-width: 464px !important;
  }
  .min-width-sm-464 {
    min-width: 464px !important;
  }
  .max-height-sm-464 {
    max-height: 464px !important;
  }
  .min-height-sm-464 {
    min-height: 464px !important;
  }
}
@media (max-width: 768px) {
  .w-md-464 {
    width: 464% !important;
  }
  .h-md-464 {
    height: 464% !important;
  }
  .max-w-md-464 {
    max-width: 464% !important;
  }
  .min-w-md-464 {
    min-width: 464% !important;
  }
  .max-h-md-464 {
    max-height: 464% !important;
  }
  .min-h-md-464 {
    min-height: 464% !important;
  }
  .min-md-vw-464 {
    min-width: 464vw !important;
  }
  .min-md-vh-464 {
    min-height: 464vh !important;
  }
  .vw-md-464 {
    width: 464vw !important;
  }
  .vh-md-464 {
    height: 464vh !important;
  }
  .width-md-464 {
    width: 464px !important;
  }
  .height-md-464 {
    height: 464px !important;
  }
  .max-width-md-464 {
    max-width: 464px !important;
  }
  .min-width-md-464 {
    min-width: 464px !important;
  }
  .max-height-md-464 {
    max-height: 464px !important;
  }
  .min-height-md-464 {
    min-height: 464px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-464 {
    width: 464% !important;
  }
  .h-lg-464 {
    height: 464% !important;
  }
  .max-w-lg-464 {
    max-width: 464% !important;
  }
  .min-w-lg-464 {
    min-width: 464% !important;
  }
  .max-h-lg-464 {
    max-height: 464% !important;
  }
  .min-h-lg-464 {
    min-height: 464% !important;
  }
  .min-lg-vw-464 {
    min-width: 464vw !important;
  }
  .min-lg-vh-464 {
    min-height: 464vh !important;
  }
  .vw-lg-464 {
    width: 464vw !important;
  }
  .vh-lg-464 {
    height: 464vh !important;
  }
  .width-lg-464 {
    width: 464px !important;
  }
  .height-lg-464 {
    height: 464px !important;
  }
  .max-width-lg-464 {
    max-width: 464px !important;
  }
  .min-width-lg-464 {
    min-width: 464px !important;
  }
  .max-height-lg-464 {
    max-height: 464px !important;
  }
  .min-height-lg-464 {
    min-height: 464px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-464 {
    width: 464% !important;
  }
  .h-xl-464 {
    height: 464% !important;
  }
  .max-w-xl-464 {
    max-width: 464% !important;
  }
  .min-w-xl-464 {
    min-width: 464% !important;
  }
  .max-h-xl-464 {
    max-height: 464% !important;
  }
  .min-h-xl-464 {
    min-height: 464% !important;
  }
  .min-xl-vw-464 {
    min-width: 464vw !important;
  }
  .min-xl-vh-464 {
    min-height: 464vh !important;
  }
  .vw-xl-464 {
    width: 464vw !important;
  }
  .vh-xl-464 {
    height: 464vh !important;
  }
  .width-xl-464 {
    width: 464px !important;
  }
  .height-xl-464 {
    height: 464px !important;
  }
  .max-width-xl-464 {
    max-width: 464px !important;
  }
  .min-width-xl-464 {
    min-width: 464px !important;
  }
  .max-height-xl-464 {
    max-height: 464px !important;
  }
  .min-height-xl-464 {
    min-height: 464px !important;
  }
}
.w-464 {
  width: 464% !important;
}

.h-464 {
  height: 464% !important;
}

.max-w-464 {
  max-width: 464% !important;
}

.min-w-464 {
  min-width: 464% !important;
}

.max-h-464 {
  max-height: 464% !important;
}

.min-h-464 {
  min-height: 464% !important;
}

.min-vw-464 {
  min-width: 464vw !important;
}

.min-vh-464 {
  min-height: 464vh !important;
}

.vw-464 {
  width: 464vw !important;
}

.vh-464 {
  height: 464vh !important;
}

.width-464 {
  width: 464px !important;
}

.height-464 {
  height: 464px !important;
}

.max-width-464 {
  max-width: 464px !important;
}

.min-width-464 {
  min-width: 464px !important;
}

.max-height-464 {
  max-height: 464px !important;
}

.min-height-464 {
  min-height: 464px !important;
}

@media (max-width: 576px) {
  .w-sm-465 {
    width: 465% !important;
  }
  .h-sm-465 {
    height: 465% !important;
  }
  .max-w-sm-465 {
    max-width: 465% !important;
  }
  .min-w-sm-465 {
    min-width: 465% !important;
  }
  .max-h-sm-465 {
    max-height: 465% !important;
  }
  .min-h-sm-465 {
    min-height: 465% !important;
  }
  .min-sm-vw-465 {
    min-width: 465vw !important;
  }
  .min-sm-vh-465 {
    min-height: 465vh !important;
  }
  .vw-sm-465 {
    width: 465vw !important;
  }
  .vh-sm-465 {
    height: 465vh !important;
  }
  .width-sm-465 {
    width: 465px !important;
  }
  .height-sm-465 {
    height: 465px !important;
  }
  .max-width-sm-465 {
    max-width: 465px !important;
  }
  .min-width-sm-465 {
    min-width: 465px !important;
  }
  .max-height-sm-465 {
    max-height: 465px !important;
  }
  .min-height-sm-465 {
    min-height: 465px !important;
  }
}
@media (max-width: 768px) {
  .w-md-465 {
    width: 465% !important;
  }
  .h-md-465 {
    height: 465% !important;
  }
  .max-w-md-465 {
    max-width: 465% !important;
  }
  .min-w-md-465 {
    min-width: 465% !important;
  }
  .max-h-md-465 {
    max-height: 465% !important;
  }
  .min-h-md-465 {
    min-height: 465% !important;
  }
  .min-md-vw-465 {
    min-width: 465vw !important;
  }
  .min-md-vh-465 {
    min-height: 465vh !important;
  }
  .vw-md-465 {
    width: 465vw !important;
  }
  .vh-md-465 {
    height: 465vh !important;
  }
  .width-md-465 {
    width: 465px !important;
  }
  .height-md-465 {
    height: 465px !important;
  }
  .max-width-md-465 {
    max-width: 465px !important;
  }
  .min-width-md-465 {
    min-width: 465px !important;
  }
  .max-height-md-465 {
    max-height: 465px !important;
  }
  .min-height-md-465 {
    min-height: 465px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-465 {
    width: 465% !important;
  }
  .h-lg-465 {
    height: 465% !important;
  }
  .max-w-lg-465 {
    max-width: 465% !important;
  }
  .min-w-lg-465 {
    min-width: 465% !important;
  }
  .max-h-lg-465 {
    max-height: 465% !important;
  }
  .min-h-lg-465 {
    min-height: 465% !important;
  }
  .min-lg-vw-465 {
    min-width: 465vw !important;
  }
  .min-lg-vh-465 {
    min-height: 465vh !important;
  }
  .vw-lg-465 {
    width: 465vw !important;
  }
  .vh-lg-465 {
    height: 465vh !important;
  }
  .width-lg-465 {
    width: 465px !important;
  }
  .height-lg-465 {
    height: 465px !important;
  }
  .max-width-lg-465 {
    max-width: 465px !important;
  }
  .min-width-lg-465 {
    min-width: 465px !important;
  }
  .max-height-lg-465 {
    max-height: 465px !important;
  }
  .min-height-lg-465 {
    min-height: 465px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-465 {
    width: 465% !important;
  }
  .h-xl-465 {
    height: 465% !important;
  }
  .max-w-xl-465 {
    max-width: 465% !important;
  }
  .min-w-xl-465 {
    min-width: 465% !important;
  }
  .max-h-xl-465 {
    max-height: 465% !important;
  }
  .min-h-xl-465 {
    min-height: 465% !important;
  }
  .min-xl-vw-465 {
    min-width: 465vw !important;
  }
  .min-xl-vh-465 {
    min-height: 465vh !important;
  }
  .vw-xl-465 {
    width: 465vw !important;
  }
  .vh-xl-465 {
    height: 465vh !important;
  }
  .width-xl-465 {
    width: 465px !important;
  }
  .height-xl-465 {
    height: 465px !important;
  }
  .max-width-xl-465 {
    max-width: 465px !important;
  }
  .min-width-xl-465 {
    min-width: 465px !important;
  }
  .max-height-xl-465 {
    max-height: 465px !important;
  }
  .min-height-xl-465 {
    min-height: 465px !important;
  }
}
.w-465 {
  width: 465% !important;
}

.h-465 {
  height: 465% !important;
}

.max-w-465 {
  max-width: 465% !important;
}

.min-w-465 {
  min-width: 465% !important;
}

.max-h-465 {
  max-height: 465% !important;
}

.min-h-465 {
  min-height: 465% !important;
}

.min-vw-465 {
  min-width: 465vw !important;
}

.min-vh-465 {
  min-height: 465vh !important;
}

.vw-465 {
  width: 465vw !important;
}

.vh-465 {
  height: 465vh !important;
}

.width-465 {
  width: 465px !important;
}

.height-465 {
  height: 465px !important;
}

.max-width-465 {
  max-width: 465px !important;
}

.min-width-465 {
  min-width: 465px !important;
}

.max-height-465 {
  max-height: 465px !important;
}

.min-height-465 {
  min-height: 465px !important;
}

@media (max-width: 576px) {
  .w-sm-466 {
    width: 466% !important;
  }
  .h-sm-466 {
    height: 466% !important;
  }
  .max-w-sm-466 {
    max-width: 466% !important;
  }
  .min-w-sm-466 {
    min-width: 466% !important;
  }
  .max-h-sm-466 {
    max-height: 466% !important;
  }
  .min-h-sm-466 {
    min-height: 466% !important;
  }
  .min-sm-vw-466 {
    min-width: 466vw !important;
  }
  .min-sm-vh-466 {
    min-height: 466vh !important;
  }
  .vw-sm-466 {
    width: 466vw !important;
  }
  .vh-sm-466 {
    height: 466vh !important;
  }
  .width-sm-466 {
    width: 466px !important;
  }
  .height-sm-466 {
    height: 466px !important;
  }
  .max-width-sm-466 {
    max-width: 466px !important;
  }
  .min-width-sm-466 {
    min-width: 466px !important;
  }
  .max-height-sm-466 {
    max-height: 466px !important;
  }
  .min-height-sm-466 {
    min-height: 466px !important;
  }
}
@media (max-width: 768px) {
  .w-md-466 {
    width: 466% !important;
  }
  .h-md-466 {
    height: 466% !important;
  }
  .max-w-md-466 {
    max-width: 466% !important;
  }
  .min-w-md-466 {
    min-width: 466% !important;
  }
  .max-h-md-466 {
    max-height: 466% !important;
  }
  .min-h-md-466 {
    min-height: 466% !important;
  }
  .min-md-vw-466 {
    min-width: 466vw !important;
  }
  .min-md-vh-466 {
    min-height: 466vh !important;
  }
  .vw-md-466 {
    width: 466vw !important;
  }
  .vh-md-466 {
    height: 466vh !important;
  }
  .width-md-466 {
    width: 466px !important;
  }
  .height-md-466 {
    height: 466px !important;
  }
  .max-width-md-466 {
    max-width: 466px !important;
  }
  .min-width-md-466 {
    min-width: 466px !important;
  }
  .max-height-md-466 {
    max-height: 466px !important;
  }
  .min-height-md-466 {
    min-height: 466px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-466 {
    width: 466% !important;
  }
  .h-lg-466 {
    height: 466% !important;
  }
  .max-w-lg-466 {
    max-width: 466% !important;
  }
  .min-w-lg-466 {
    min-width: 466% !important;
  }
  .max-h-lg-466 {
    max-height: 466% !important;
  }
  .min-h-lg-466 {
    min-height: 466% !important;
  }
  .min-lg-vw-466 {
    min-width: 466vw !important;
  }
  .min-lg-vh-466 {
    min-height: 466vh !important;
  }
  .vw-lg-466 {
    width: 466vw !important;
  }
  .vh-lg-466 {
    height: 466vh !important;
  }
  .width-lg-466 {
    width: 466px !important;
  }
  .height-lg-466 {
    height: 466px !important;
  }
  .max-width-lg-466 {
    max-width: 466px !important;
  }
  .min-width-lg-466 {
    min-width: 466px !important;
  }
  .max-height-lg-466 {
    max-height: 466px !important;
  }
  .min-height-lg-466 {
    min-height: 466px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-466 {
    width: 466% !important;
  }
  .h-xl-466 {
    height: 466% !important;
  }
  .max-w-xl-466 {
    max-width: 466% !important;
  }
  .min-w-xl-466 {
    min-width: 466% !important;
  }
  .max-h-xl-466 {
    max-height: 466% !important;
  }
  .min-h-xl-466 {
    min-height: 466% !important;
  }
  .min-xl-vw-466 {
    min-width: 466vw !important;
  }
  .min-xl-vh-466 {
    min-height: 466vh !important;
  }
  .vw-xl-466 {
    width: 466vw !important;
  }
  .vh-xl-466 {
    height: 466vh !important;
  }
  .width-xl-466 {
    width: 466px !important;
  }
  .height-xl-466 {
    height: 466px !important;
  }
  .max-width-xl-466 {
    max-width: 466px !important;
  }
  .min-width-xl-466 {
    min-width: 466px !important;
  }
  .max-height-xl-466 {
    max-height: 466px !important;
  }
  .min-height-xl-466 {
    min-height: 466px !important;
  }
}
.w-466 {
  width: 466% !important;
}

.h-466 {
  height: 466% !important;
}

.max-w-466 {
  max-width: 466% !important;
}

.min-w-466 {
  min-width: 466% !important;
}

.max-h-466 {
  max-height: 466% !important;
}

.min-h-466 {
  min-height: 466% !important;
}

.min-vw-466 {
  min-width: 466vw !important;
}

.min-vh-466 {
  min-height: 466vh !important;
}

.vw-466 {
  width: 466vw !important;
}

.vh-466 {
  height: 466vh !important;
}

.width-466 {
  width: 466px !important;
}

.height-466 {
  height: 466px !important;
}

.max-width-466 {
  max-width: 466px !important;
}

.min-width-466 {
  min-width: 466px !important;
}

.max-height-466 {
  max-height: 466px !important;
}

.min-height-466 {
  min-height: 466px !important;
}

@media (max-width: 576px) {
  .w-sm-467 {
    width: 467% !important;
  }
  .h-sm-467 {
    height: 467% !important;
  }
  .max-w-sm-467 {
    max-width: 467% !important;
  }
  .min-w-sm-467 {
    min-width: 467% !important;
  }
  .max-h-sm-467 {
    max-height: 467% !important;
  }
  .min-h-sm-467 {
    min-height: 467% !important;
  }
  .min-sm-vw-467 {
    min-width: 467vw !important;
  }
  .min-sm-vh-467 {
    min-height: 467vh !important;
  }
  .vw-sm-467 {
    width: 467vw !important;
  }
  .vh-sm-467 {
    height: 467vh !important;
  }
  .width-sm-467 {
    width: 467px !important;
  }
  .height-sm-467 {
    height: 467px !important;
  }
  .max-width-sm-467 {
    max-width: 467px !important;
  }
  .min-width-sm-467 {
    min-width: 467px !important;
  }
  .max-height-sm-467 {
    max-height: 467px !important;
  }
  .min-height-sm-467 {
    min-height: 467px !important;
  }
}
@media (max-width: 768px) {
  .w-md-467 {
    width: 467% !important;
  }
  .h-md-467 {
    height: 467% !important;
  }
  .max-w-md-467 {
    max-width: 467% !important;
  }
  .min-w-md-467 {
    min-width: 467% !important;
  }
  .max-h-md-467 {
    max-height: 467% !important;
  }
  .min-h-md-467 {
    min-height: 467% !important;
  }
  .min-md-vw-467 {
    min-width: 467vw !important;
  }
  .min-md-vh-467 {
    min-height: 467vh !important;
  }
  .vw-md-467 {
    width: 467vw !important;
  }
  .vh-md-467 {
    height: 467vh !important;
  }
  .width-md-467 {
    width: 467px !important;
  }
  .height-md-467 {
    height: 467px !important;
  }
  .max-width-md-467 {
    max-width: 467px !important;
  }
  .min-width-md-467 {
    min-width: 467px !important;
  }
  .max-height-md-467 {
    max-height: 467px !important;
  }
  .min-height-md-467 {
    min-height: 467px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-467 {
    width: 467% !important;
  }
  .h-lg-467 {
    height: 467% !important;
  }
  .max-w-lg-467 {
    max-width: 467% !important;
  }
  .min-w-lg-467 {
    min-width: 467% !important;
  }
  .max-h-lg-467 {
    max-height: 467% !important;
  }
  .min-h-lg-467 {
    min-height: 467% !important;
  }
  .min-lg-vw-467 {
    min-width: 467vw !important;
  }
  .min-lg-vh-467 {
    min-height: 467vh !important;
  }
  .vw-lg-467 {
    width: 467vw !important;
  }
  .vh-lg-467 {
    height: 467vh !important;
  }
  .width-lg-467 {
    width: 467px !important;
  }
  .height-lg-467 {
    height: 467px !important;
  }
  .max-width-lg-467 {
    max-width: 467px !important;
  }
  .min-width-lg-467 {
    min-width: 467px !important;
  }
  .max-height-lg-467 {
    max-height: 467px !important;
  }
  .min-height-lg-467 {
    min-height: 467px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-467 {
    width: 467% !important;
  }
  .h-xl-467 {
    height: 467% !important;
  }
  .max-w-xl-467 {
    max-width: 467% !important;
  }
  .min-w-xl-467 {
    min-width: 467% !important;
  }
  .max-h-xl-467 {
    max-height: 467% !important;
  }
  .min-h-xl-467 {
    min-height: 467% !important;
  }
  .min-xl-vw-467 {
    min-width: 467vw !important;
  }
  .min-xl-vh-467 {
    min-height: 467vh !important;
  }
  .vw-xl-467 {
    width: 467vw !important;
  }
  .vh-xl-467 {
    height: 467vh !important;
  }
  .width-xl-467 {
    width: 467px !important;
  }
  .height-xl-467 {
    height: 467px !important;
  }
  .max-width-xl-467 {
    max-width: 467px !important;
  }
  .min-width-xl-467 {
    min-width: 467px !important;
  }
  .max-height-xl-467 {
    max-height: 467px !important;
  }
  .min-height-xl-467 {
    min-height: 467px !important;
  }
}
.w-467 {
  width: 467% !important;
}

.h-467 {
  height: 467% !important;
}

.max-w-467 {
  max-width: 467% !important;
}

.min-w-467 {
  min-width: 467% !important;
}

.max-h-467 {
  max-height: 467% !important;
}

.min-h-467 {
  min-height: 467% !important;
}

.min-vw-467 {
  min-width: 467vw !important;
}

.min-vh-467 {
  min-height: 467vh !important;
}

.vw-467 {
  width: 467vw !important;
}

.vh-467 {
  height: 467vh !important;
}

.width-467 {
  width: 467px !important;
}

.height-467 {
  height: 467px !important;
}

.max-width-467 {
  max-width: 467px !important;
}

.min-width-467 {
  min-width: 467px !important;
}

.max-height-467 {
  max-height: 467px !important;
}

.min-height-467 {
  min-height: 467px !important;
}

@media (max-width: 576px) {
  .w-sm-468 {
    width: 468% !important;
  }
  .h-sm-468 {
    height: 468% !important;
  }
  .max-w-sm-468 {
    max-width: 468% !important;
  }
  .min-w-sm-468 {
    min-width: 468% !important;
  }
  .max-h-sm-468 {
    max-height: 468% !important;
  }
  .min-h-sm-468 {
    min-height: 468% !important;
  }
  .min-sm-vw-468 {
    min-width: 468vw !important;
  }
  .min-sm-vh-468 {
    min-height: 468vh !important;
  }
  .vw-sm-468 {
    width: 468vw !important;
  }
  .vh-sm-468 {
    height: 468vh !important;
  }
  .width-sm-468 {
    width: 468px !important;
  }
  .height-sm-468 {
    height: 468px !important;
  }
  .max-width-sm-468 {
    max-width: 468px !important;
  }
  .min-width-sm-468 {
    min-width: 468px !important;
  }
  .max-height-sm-468 {
    max-height: 468px !important;
  }
  .min-height-sm-468 {
    min-height: 468px !important;
  }
}
@media (max-width: 768px) {
  .w-md-468 {
    width: 468% !important;
  }
  .h-md-468 {
    height: 468% !important;
  }
  .max-w-md-468 {
    max-width: 468% !important;
  }
  .min-w-md-468 {
    min-width: 468% !important;
  }
  .max-h-md-468 {
    max-height: 468% !important;
  }
  .min-h-md-468 {
    min-height: 468% !important;
  }
  .min-md-vw-468 {
    min-width: 468vw !important;
  }
  .min-md-vh-468 {
    min-height: 468vh !important;
  }
  .vw-md-468 {
    width: 468vw !important;
  }
  .vh-md-468 {
    height: 468vh !important;
  }
  .width-md-468 {
    width: 468px !important;
  }
  .height-md-468 {
    height: 468px !important;
  }
  .max-width-md-468 {
    max-width: 468px !important;
  }
  .min-width-md-468 {
    min-width: 468px !important;
  }
  .max-height-md-468 {
    max-height: 468px !important;
  }
  .min-height-md-468 {
    min-height: 468px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-468 {
    width: 468% !important;
  }
  .h-lg-468 {
    height: 468% !important;
  }
  .max-w-lg-468 {
    max-width: 468% !important;
  }
  .min-w-lg-468 {
    min-width: 468% !important;
  }
  .max-h-lg-468 {
    max-height: 468% !important;
  }
  .min-h-lg-468 {
    min-height: 468% !important;
  }
  .min-lg-vw-468 {
    min-width: 468vw !important;
  }
  .min-lg-vh-468 {
    min-height: 468vh !important;
  }
  .vw-lg-468 {
    width: 468vw !important;
  }
  .vh-lg-468 {
    height: 468vh !important;
  }
  .width-lg-468 {
    width: 468px !important;
  }
  .height-lg-468 {
    height: 468px !important;
  }
  .max-width-lg-468 {
    max-width: 468px !important;
  }
  .min-width-lg-468 {
    min-width: 468px !important;
  }
  .max-height-lg-468 {
    max-height: 468px !important;
  }
  .min-height-lg-468 {
    min-height: 468px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-468 {
    width: 468% !important;
  }
  .h-xl-468 {
    height: 468% !important;
  }
  .max-w-xl-468 {
    max-width: 468% !important;
  }
  .min-w-xl-468 {
    min-width: 468% !important;
  }
  .max-h-xl-468 {
    max-height: 468% !important;
  }
  .min-h-xl-468 {
    min-height: 468% !important;
  }
  .min-xl-vw-468 {
    min-width: 468vw !important;
  }
  .min-xl-vh-468 {
    min-height: 468vh !important;
  }
  .vw-xl-468 {
    width: 468vw !important;
  }
  .vh-xl-468 {
    height: 468vh !important;
  }
  .width-xl-468 {
    width: 468px !important;
  }
  .height-xl-468 {
    height: 468px !important;
  }
  .max-width-xl-468 {
    max-width: 468px !important;
  }
  .min-width-xl-468 {
    min-width: 468px !important;
  }
  .max-height-xl-468 {
    max-height: 468px !important;
  }
  .min-height-xl-468 {
    min-height: 468px !important;
  }
}
.w-468 {
  width: 468% !important;
}

.h-468 {
  height: 468% !important;
}

.max-w-468 {
  max-width: 468% !important;
}

.min-w-468 {
  min-width: 468% !important;
}

.max-h-468 {
  max-height: 468% !important;
}

.min-h-468 {
  min-height: 468% !important;
}

.min-vw-468 {
  min-width: 468vw !important;
}

.min-vh-468 {
  min-height: 468vh !important;
}

.vw-468 {
  width: 468vw !important;
}

.vh-468 {
  height: 468vh !important;
}

.width-468 {
  width: 468px !important;
}

.height-468 {
  height: 468px !important;
}

.max-width-468 {
  max-width: 468px !important;
}

.min-width-468 {
  min-width: 468px !important;
}

.max-height-468 {
  max-height: 468px !important;
}

.min-height-468 {
  min-height: 468px !important;
}

@media (max-width: 576px) {
  .w-sm-469 {
    width: 469% !important;
  }
  .h-sm-469 {
    height: 469% !important;
  }
  .max-w-sm-469 {
    max-width: 469% !important;
  }
  .min-w-sm-469 {
    min-width: 469% !important;
  }
  .max-h-sm-469 {
    max-height: 469% !important;
  }
  .min-h-sm-469 {
    min-height: 469% !important;
  }
  .min-sm-vw-469 {
    min-width: 469vw !important;
  }
  .min-sm-vh-469 {
    min-height: 469vh !important;
  }
  .vw-sm-469 {
    width: 469vw !important;
  }
  .vh-sm-469 {
    height: 469vh !important;
  }
  .width-sm-469 {
    width: 469px !important;
  }
  .height-sm-469 {
    height: 469px !important;
  }
  .max-width-sm-469 {
    max-width: 469px !important;
  }
  .min-width-sm-469 {
    min-width: 469px !important;
  }
  .max-height-sm-469 {
    max-height: 469px !important;
  }
  .min-height-sm-469 {
    min-height: 469px !important;
  }
}
@media (max-width: 768px) {
  .w-md-469 {
    width: 469% !important;
  }
  .h-md-469 {
    height: 469% !important;
  }
  .max-w-md-469 {
    max-width: 469% !important;
  }
  .min-w-md-469 {
    min-width: 469% !important;
  }
  .max-h-md-469 {
    max-height: 469% !important;
  }
  .min-h-md-469 {
    min-height: 469% !important;
  }
  .min-md-vw-469 {
    min-width: 469vw !important;
  }
  .min-md-vh-469 {
    min-height: 469vh !important;
  }
  .vw-md-469 {
    width: 469vw !important;
  }
  .vh-md-469 {
    height: 469vh !important;
  }
  .width-md-469 {
    width: 469px !important;
  }
  .height-md-469 {
    height: 469px !important;
  }
  .max-width-md-469 {
    max-width: 469px !important;
  }
  .min-width-md-469 {
    min-width: 469px !important;
  }
  .max-height-md-469 {
    max-height: 469px !important;
  }
  .min-height-md-469 {
    min-height: 469px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-469 {
    width: 469% !important;
  }
  .h-lg-469 {
    height: 469% !important;
  }
  .max-w-lg-469 {
    max-width: 469% !important;
  }
  .min-w-lg-469 {
    min-width: 469% !important;
  }
  .max-h-lg-469 {
    max-height: 469% !important;
  }
  .min-h-lg-469 {
    min-height: 469% !important;
  }
  .min-lg-vw-469 {
    min-width: 469vw !important;
  }
  .min-lg-vh-469 {
    min-height: 469vh !important;
  }
  .vw-lg-469 {
    width: 469vw !important;
  }
  .vh-lg-469 {
    height: 469vh !important;
  }
  .width-lg-469 {
    width: 469px !important;
  }
  .height-lg-469 {
    height: 469px !important;
  }
  .max-width-lg-469 {
    max-width: 469px !important;
  }
  .min-width-lg-469 {
    min-width: 469px !important;
  }
  .max-height-lg-469 {
    max-height: 469px !important;
  }
  .min-height-lg-469 {
    min-height: 469px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-469 {
    width: 469% !important;
  }
  .h-xl-469 {
    height: 469% !important;
  }
  .max-w-xl-469 {
    max-width: 469% !important;
  }
  .min-w-xl-469 {
    min-width: 469% !important;
  }
  .max-h-xl-469 {
    max-height: 469% !important;
  }
  .min-h-xl-469 {
    min-height: 469% !important;
  }
  .min-xl-vw-469 {
    min-width: 469vw !important;
  }
  .min-xl-vh-469 {
    min-height: 469vh !important;
  }
  .vw-xl-469 {
    width: 469vw !important;
  }
  .vh-xl-469 {
    height: 469vh !important;
  }
  .width-xl-469 {
    width: 469px !important;
  }
  .height-xl-469 {
    height: 469px !important;
  }
  .max-width-xl-469 {
    max-width: 469px !important;
  }
  .min-width-xl-469 {
    min-width: 469px !important;
  }
  .max-height-xl-469 {
    max-height: 469px !important;
  }
  .min-height-xl-469 {
    min-height: 469px !important;
  }
}
.w-469 {
  width: 469% !important;
}

.h-469 {
  height: 469% !important;
}

.max-w-469 {
  max-width: 469% !important;
}

.min-w-469 {
  min-width: 469% !important;
}

.max-h-469 {
  max-height: 469% !important;
}

.min-h-469 {
  min-height: 469% !important;
}

.min-vw-469 {
  min-width: 469vw !important;
}

.min-vh-469 {
  min-height: 469vh !important;
}

.vw-469 {
  width: 469vw !important;
}

.vh-469 {
  height: 469vh !important;
}

.width-469 {
  width: 469px !important;
}

.height-469 {
  height: 469px !important;
}

.max-width-469 {
  max-width: 469px !important;
}

.min-width-469 {
  min-width: 469px !important;
}

.max-height-469 {
  max-height: 469px !important;
}

.min-height-469 {
  min-height: 469px !important;
}

@media (max-width: 576px) {
  .w-sm-470 {
    width: 470% !important;
  }
  .h-sm-470 {
    height: 470% !important;
  }
  .max-w-sm-470 {
    max-width: 470% !important;
  }
  .min-w-sm-470 {
    min-width: 470% !important;
  }
  .max-h-sm-470 {
    max-height: 470% !important;
  }
  .min-h-sm-470 {
    min-height: 470% !important;
  }
  .min-sm-vw-470 {
    min-width: 470vw !important;
  }
  .min-sm-vh-470 {
    min-height: 470vh !important;
  }
  .vw-sm-470 {
    width: 470vw !important;
  }
  .vh-sm-470 {
    height: 470vh !important;
  }
  .width-sm-470 {
    width: 470px !important;
  }
  .height-sm-470 {
    height: 470px !important;
  }
  .max-width-sm-470 {
    max-width: 470px !important;
  }
  .min-width-sm-470 {
    min-width: 470px !important;
  }
  .max-height-sm-470 {
    max-height: 470px !important;
  }
  .min-height-sm-470 {
    min-height: 470px !important;
  }
}
@media (max-width: 768px) {
  .w-md-470 {
    width: 470% !important;
  }
  .h-md-470 {
    height: 470% !important;
  }
  .max-w-md-470 {
    max-width: 470% !important;
  }
  .min-w-md-470 {
    min-width: 470% !important;
  }
  .max-h-md-470 {
    max-height: 470% !important;
  }
  .min-h-md-470 {
    min-height: 470% !important;
  }
  .min-md-vw-470 {
    min-width: 470vw !important;
  }
  .min-md-vh-470 {
    min-height: 470vh !important;
  }
  .vw-md-470 {
    width: 470vw !important;
  }
  .vh-md-470 {
    height: 470vh !important;
  }
  .width-md-470 {
    width: 470px !important;
  }
  .height-md-470 {
    height: 470px !important;
  }
  .max-width-md-470 {
    max-width: 470px !important;
  }
  .min-width-md-470 {
    min-width: 470px !important;
  }
  .max-height-md-470 {
    max-height: 470px !important;
  }
  .min-height-md-470 {
    min-height: 470px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-470 {
    width: 470% !important;
  }
  .h-lg-470 {
    height: 470% !important;
  }
  .max-w-lg-470 {
    max-width: 470% !important;
  }
  .min-w-lg-470 {
    min-width: 470% !important;
  }
  .max-h-lg-470 {
    max-height: 470% !important;
  }
  .min-h-lg-470 {
    min-height: 470% !important;
  }
  .min-lg-vw-470 {
    min-width: 470vw !important;
  }
  .min-lg-vh-470 {
    min-height: 470vh !important;
  }
  .vw-lg-470 {
    width: 470vw !important;
  }
  .vh-lg-470 {
    height: 470vh !important;
  }
  .width-lg-470 {
    width: 470px !important;
  }
  .height-lg-470 {
    height: 470px !important;
  }
  .max-width-lg-470 {
    max-width: 470px !important;
  }
  .min-width-lg-470 {
    min-width: 470px !important;
  }
  .max-height-lg-470 {
    max-height: 470px !important;
  }
  .min-height-lg-470 {
    min-height: 470px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-470 {
    width: 470% !important;
  }
  .h-xl-470 {
    height: 470% !important;
  }
  .max-w-xl-470 {
    max-width: 470% !important;
  }
  .min-w-xl-470 {
    min-width: 470% !important;
  }
  .max-h-xl-470 {
    max-height: 470% !important;
  }
  .min-h-xl-470 {
    min-height: 470% !important;
  }
  .min-xl-vw-470 {
    min-width: 470vw !important;
  }
  .min-xl-vh-470 {
    min-height: 470vh !important;
  }
  .vw-xl-470 {
    width: 470vw !important;
  }
  .vh-xl-470 {
    height: 470vh !important;
  }
  .width-xl-470 {
    width: 470px !important;
  }
  .height-xl-470 {
    height: 470px !important;
  }
  .max-width-xl-470 {
    max-width: 470px !important;
  }
  .min-width-xl-470 {
    min-width: 470px !important;
  }
  .max-height-xl-470 {
    max-height: 470px !important;
  }
  .min-height-xl-470 {
    min-height: 470px !important;
  }
}
.w-470 {
  width: 470% !important;
}

.h-470 {
  height: 470% !important;
}

.max-w-470 {
  max-width: 470% !important;
}

.min-w-470 {
  min-width: 470% !important;
}

.max-h-470 {
  max-height: 470% !important;
}

.min-h-470 {
  min-height: 470% !important;
}

.min-vw-470 {
  min-width: 470vw !important;
}

.min-vh-470 {
  min-height: 470vh !important;
}

.vw-470 {
  width: 470vw !important;
}

.vh-470 {
  height: 470vh !important;
}

.width-470 {
  width: 470px !important;
}

.height-470 {
  height: 470px !important;
}

.max-width-470 {
  max-width: 470px !important;
}

.min-width-470 {
  min-width: 470px !important;
}

.max-height-470 {
  max-height: 470px !important;
}

.min-height-470 {
  min-height: 470px !important;
}

@media (max-width: 576px) {
  .w-sm-471 {
    width: 471% !important;
  }
  .h-sm-471 {
    height: 471% !important;
  }
  .max-w-sm-471 {
    max-width: 471% !important;
  }
  .min-w-sm-471 {
    min-width: 471% !important;
  }
  .max-h-sm-471 {
    max-height: 471% !important;
  }
  .min-h-sm-471 {
    min-height: 471% !important;
  }
  .min-sm-vw-471 {
    min-width: 471vw !important;
  }
  .min-sm-vh-471 {
    min-height: 471vh !important;
  }
  .vw-sm-471 {
    width: 471vw !important;
  }
  .vh-sm-471 {
    height: 471vh !important;
  }
  .width-sm-471 {
    width: 471px !important;
  }
  .height-sm-471 {
    height: 471px !important;
  }
  .max-width-sm-471 {
    max-width: 471px !important;
  }
  .min-width-sm-471 {
    min-width: 471px !important;
  }
  .max-height-sm-471 {
    max-height: 471px !important;
  }
  .min-height-sm-471 {
    min-height: 471px !important;
  }
}
@media (max-width: 768px) {
  .w-md-471 {
    width: 471% !important;
  }
  .h-md-471 {
    height: 471% !important;
  }
  .max-w-md-471 {
    max-width: 471% !important;
  }
  .min-w-md-471 {
    min-width: 471% !important;
  }
  .max-h-md-471 {
    max-height: 471% !important;
  }
  .min-h-md-471 {
    min-height: 471% !important;
  }
  .min-md-vw-471 {
    min-width: 471vw !important;
  }
  .min-md-vh-471 {
    min-height: 471vh !important;
  }
  .vw-md-471 {
    width: 471vw !important;
  }
  .vh-md-471 {
    height: 471vh !important;
  }
  .width-md-471 {
    width: 471px !important;
  }
  .height-md-471 {
    height: 471px !important;
  }
  .max-width-md-471 {
    max-width: 471px !important;
  }
  .min-width-md-471 {
    min-width: 471px !important;
  }
  .max-height-md-471 {
    max-height: 471px !important;
  }
  .min-height-md-471 {
    min-height: 471px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-471 {
    width: 471% !important;
  }
  .h-lg-471 {
    height: 471% !important;
  }
  .max-w-lg-471 {
    max-width: 471% !important;
  }
  .min-w-lg-471 {
    min-width: 471% !important;
  }
  .max-h-lg-471 {
    max-height: 471% !important;
  }
  .min-h-lg-471 {
    min-height: 471% !important;
  }
  .min-lg-vw-471 {
    min-width: 471vw !important;
  }
  .min-lg-vh-471 {
    min-height: 471vh !important;
  }
  .vw-lg-471 {
    width: 471vw !important;
  }
  .vh-lg-471 {
    height: 471vh !important;
  }
  .width-lg-471 {
    width: 471px !important;
  }
  .height-lg-471 {
    height: 471px !important;
  }
  .max-width-lg-471 {
    max-width: 471px !important;
  }
  .min-width-lg-471 {
    min-width: 471px !important;
  }
  .max-height-lg-471 {
    max-height: 471px !important;
  }
  .min-height-lg-471 {
    min-height: 471px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-471 {
    width: 471% !important;
  }
  .h-xl-471 {
    height: 471% !important;
  }
  .max-w-xl-471 {
    max-width: 471% !important;
  }
  .min-w-xl-471 {
    min-width: 471% !important;
  }
  .max-h-xl-471 {
    max-height: 471% !important;
  }
  .min-h-xl-471 {
    min-height: 471% !important;
  }
  .min-xl-vw-471 {
    min-width: 471vw !important;
  }
  .min-xl-vh-471 {
    min-height: 471vh !important;
  }
  .vw-xl-471 {
    width: 471vw !important;
  }
  .vh-xl-471 {
    height: 471vh !important;
  }
  .width-xl-471 {
    width: 471px !important;
  }
  .height-xl-471 {
    height: 471px !important;
  }
  .max-width-xl-471 {
    max-width: 471px !important;
  }
  .min-width-xl-471 {
    min-width: 471px !important;
  }
  .max-height-xl-471 {
    max-height: 471px !important;
  }
  .min-height-xl-471 {
    min-height: 471px !important;
  }
}
.w-471 {
  width: 471% !important;
}

.h-471 {
  height: 471% !important;
}

.max-w-471 {
  max-width: 471% !important;
}

.min-w-471 {
  min-width: 471% !important;
}

.max-h-471 {
  max-height: 471% !important;
}

.min-h-471 {
  min-height: 471% !important;
}

.min-vw-471 {
  min-width: 471vw !important;
}

.min-vh-471 {
  min-height: 471vh !important;
}

.vw-471 {
  width: 471vw !important;
}

.vh-471 {
  height: 471vh !important;
}

.width-471 {
  width: 471px !important;
}

.height-471 {
  height: 471px !important;
}

.max-width-471 {
  max-width: 471px !important;
}

.min-width-471 {
  min-width: 471px !important;
}

.max-height-471 {
  max-height: 471px !important;
}

.min-height-471 {
  min-height: 471px !important;
}

@media (max-width: 576px) {
  .w-sm-472 {
    width: 472% !important;
  }
  .h-sm-472 {
    height: 472% !important;
  }
  .max-w-sm-472 {
    max-width: 472% !important;
  }
  .min-w-sm-472 {
    min-width: 472% !important;
  }
  .max-h-sm-472 {
    max-height: 472% !important;
  }
  .min-h-sm-472 {
    min-height: 472% !important;
  }
  .min-sm-vw-472 {
    min-width: 472vw !important;
  }
  .min-sm-vh-472 {
    min-height: 472vh !important;
  }
  .vw-sm-472 {
    width: 472vw !important;
  }
  .vh-sm-472 {
    height: 472vh !important;
  }
  .width-sm-472 {
    width: 472px !important;
  }
  .height-sm-472 {
    height: 472px !important;
  }
  .max-width-sm-472 {
    max-width: 472px !important;
  }
  .min-width-sm-472 {
    min-width: 472px !important;
  }
  .max-height-sm-472 {
    max-height: 472px !important;
  }
  .min-height-sm-472 {
    min-height: 472px !important;
  }
}
@media (max-width: 768px) {
  .w-md-472 {
    width: 472% !important;
  }
  .h-md-472 {
    height: 472% !important;
  }
  .max-w-md-472 {
    max-width: 472% !important;
  }
  .min-w-md-472 {
    min-width: 472% !important;
  }
  .max-h-md-472 {
    max-height: 472% !important;
  }
  .min-h-md-472 {
    min-height: 472% !important;
  }
  .min-md-vw-472 {
    min-width: 472vw !important;
  }
  .min-md-vh-472 {
    min-height: 472vh !important;
  }
  .vw-md-472 {
    width: 472vw !important;
  }
  .vh-md-472 {
    height: 472vh !important;
  }
  .width-md-472 {
    width: 472px !important;
  }
  .height-md-472 {
    height: 472px !important;
  }
  .max-width-md-472 {
    max-width: 472px !important;
  }
  .min-width-md-472 {
    min-width: 472px !important;
  }
  .max-height-md-472 {
    max-height: 472px !important;
  }
  .min-height-md-472 {
    min-height: 472px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-472 {
    width: 472% !important;
  }
  .h-lg-472 {
    height: 472% !important;
  }
  .max-w-lg-472 {
    max-width: 472% !important;
  }
  .min-w-lg-472 {
    min-width: 472% !important;
  }
  .max-h-lg-472 {
    max-height: 472% !important;
  }
  .min-h-lg-472 {
    min-height: 472% !important;
  }
  .min-lg-vw-472 {
    min-width: 472vw !important;
  }
  .min-lg-vh-472 {
    min-height: 472vh !important;
  }
  .vw-lg-472 {
    width: 472vw !important;
  }
  .vh-lg-472 {
    height: 472vh !important;
  }
  .width-lg-472 {
    width: 472px !important;
  }
  .height-lg-472 {
    height: 472px !important;
  }
  .max-width-lg-472 {
    max-width: 472px !important;
  }
  .min-width-lg-472 {
    min-width: 472px !important;
  }
  .max-height-lg-472 {
    max-height: 472px !important;
  }
  .min-height-lg-472 {
    min-height: 472px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-472 {
    width: 472% !important;
  }
  .h-xl-472 {
    height: 472% !important;
  }
  .max-w-xl-472 {
    max-width: 472% !important;
  }
  .min-w-xl-472 {
    min-width: 472% !important;
  }
  .max-h-xl-472 {
    max-height: 472% !important;
  }
  .min-h-xl-472 {
    min-height: 472% !important;
  }
  .min-xl-vw-472 {
    min-width: 472vw !important;
  }
  .min-xl-vh-472 {
    min-height: 472vh !important;
  }
  .vw-xl-472 {
    width: 472vw !important;
  }
  .vh-xl-472 {
    height: 472vh !important;
  }
  .width-xl-472 {
    width: 472px !important;
  }
  .height-xl-472 {
    height: 472px !important;
  }
  .max-width-xl-472 {
    max-width: 472px !important;
  }
  .min-width-xl-472 {
    min-width: 472px !important;
  }
  .max-height-xl-472 {
    max-height: 472px !important;
  }
  .min-height-xl-472 {
    min-height: 472px !important;
  }
}
.w-472 {
  width: 472% !important;
}

.h-472 {
  height: 472% !important;
}

.max-w-472 {
  max-width: 472% !important;
}

.min-w-472 {
  min-width: 472% !important;
}

.max-h-472 {
  max-height: 472% !important;
}

.min-h-472 {
  min-height: 472% !important;
}

.min-vw-472 {
  min-width: 472vw !important;
}

.min-vh-472 {
  min-height: 472vh !important;
}

.vw-472 {
  width: 472vw !important;
}

.vh-472 {
  height: 472vh !important;
}

.width-472 {
  width: 472px !important;
}

.height-472 {
  height: 472px !important;
}

.max-width-472 {
  max-width: 472px !important;
}

.min-width-472 {
  min-width: 472px !important;
}

.max-height-472 {
  max-height: 472px !important;
}

.min-height-472 {
  min-height: 472px !important;
}

@media (max-width: 576px) {
  .w-sm-473 {
    width: 473% !important;
  }
  .h-sm-473 {
    height: 473% !important;
  }
  .max-w-sm-473 {
    max-width: 473% !important;
  }
  .min-w-sm-473 {
    min-width: 473% !important;
  }
  .max-h-sm-473 {
    max-height: 473% !important;
  }
  .min-h-sm-473 {
    min-height: 473% !important;
  }
  .min-sm-vw-473 {
    min-width: 473vw !important;
  }
  .min-sm-vh-473 {
    min-height: 473vh !important;
  }
  .vw-sm-473 {
    width: 473vw !important;
  }
  .vh-sm-473 {
    height: 473vh !important;
  }
  .width-sm-473 {
    width: 473px !important;
  }
  .height-sm-473 {
    height: 473px !important;
  }
  .max-width-sm-473 {
    max-width: 473px !important;
  }
  .min-width-sm-473 {
    min-width: 473px !important;
  }
  .max-height-sm-473 {
    max-height: 473px !important;
  }
  .min-height-sm-473 {
    min-height: 473px !important;
  }
}
@media (max-width: 768px) {
  .w-md-473 {
    width: 473% !important;
  }
  .h-md-473 {
    height: 473% !important;
  }
  .max-w-md-473 {
    max-width: 473% !important;
  }
  .min-w-md-473 {
    min-width: 473% !important;
  }
  .max-h-md-473 {
    max-height: 473% !important;
  }
  .min-h-md-473 {
    min-height: 473% !important;
  }
  .min-md-vw-473 {
    min-width: 473vw !important;
  }
  .min-md-vh-473 {
    min-height: 473vh !important;
  }
  .vw-md-473 {
    width: 473vw !important;
  }
  .vh-md-473 {
    height: 473vh !important;
  }
  .width-md-473 {
    width: 473px !important;
  }
  .height-md-473 {
    height: 473px !important;
  }
  .max-width-md-473 {
    max-width: 473px !important;
  }
  .min-width-md-473 {
    min-width: 473px !important;
  }
  .max-height-md-473 {
    max-height: 473px !important;
  }
  .min-height-md-473 {
    min-height: 473px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-473 {
    width: 473% !important;
  }
  .h-lg-473 {
    height: 473% !important;
  }
  .max-w-lg-473 {
    max-width: 473% !important;
  }
  .min-w-lg-473 {
    min-width: 473% !important;
  }
  .max-h-lg-473 {
    max-height: 473% !important;
  }
  .min-h-lg-473 {
    min-height: 473% !important;
  }
  .min-lg-vw-473 {
    min-width: 473vw !important;
  }
  .min-lg-vh-473 {
    min-height: 473vh !important;
  }
  .vw-lg-473 {
    width: 473vw !important;
  }
  .vh-lg-473 {
    height: 473vh !important;
  }
  .width-lg-473 {
    width: 473px !important;
  }
  .height-lg-473 {
    height: 473px !important;
  }
  .max-width-lg-473 {
    max-width: 473px !important;
  }
  .min-width-lg-473 {
    min-width: 473px !important;
  }
  .max-height-lg-473 {
    max-height: 473px !important;
  }
  .min-height-lg-473 {
    min-height: 473px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-473 {
    width: 473% !important;
  }
  .h-xl-473 {
    height: 473% !important;
  }
  .max-w-xl-473 {
    max-width: 473% !important;
  }
  .min-w-xl-473 {
    min-width: 473% !important;
  }
  .max-h-xl-473 {
    max-height: 473% !important;
  }
  .min-h-xl-473 {
    min-height: 473% !important;
  }
  .min-xl-vw-473 {
    min-width: 473vw !important;
  }
  .min-xl-vh-473 {
    min-height: 473vh !important;
  }
  .vw-xl-473 {
    width: 473vw !important;
  }
  .vh-xl-473 {
    height: 473vh !important;
  }
  .width-xl-473 {
    width: 473px !important;
  }
  .height-xl-473 {
    height: 473px !important;
  }
  .max-width-xl-473 {
    max-width: 473px !important;
  }
  .min-width-xl-473 {
    min-width: 473px !important;
  }
  .max-height-xl-473 {
    max-height: 473px !important;
  }
  .min-height-xl-473 {
    min-height: 473px !important;
  }
}
.w-473 {
  width: 473% !important;
}

.h-473 {
  height: 473% !important;
}

.max-w-473 {
  max-width: 473% !important;
}

.min-w-473 {
  min-width: 473% !important;
}

.max-h-473 {
  max-height: 473% !important;
}

.min-h-473 {
  min-height: 473% !important;
}

.min-vw-473 {
  min-width: 473vw !important;
}

.min-vh-473 {
  min-height: 473vh !important;
}

.vw-473 {
  width: 473vw !important;
}

.vh-473 {
  height: 473vh !important;
}

.width-473 {
  width: 473px !important;
}

.height-473 {
  height: 473px !important;
}

.max-width-473 {
  max-width: 473px !important;
}

.min-width-473 {
  min-width: 473px !important;
}

.max-height-473 {
  max-height: 473px !important;
}

.min-height-473 {
  min-height: 473px !important;
}

@media (max-width: 576px) {
  .w-sm-474 {
    width: 474% !important;
  }
  .h-sm-474 {
    height: 474% !important;
  }
  .max-w-sm-474 {
    max-width: 474% !important;
  }
  .min-w-sm-474 {
    min-width: 474% !important;
  }
  .max-h-sm-474 {
    max-height: 474% !important;
  }
  .min-h-sm-474 {
    min-height: 474% !important;
  }
  .min-sm-vw-474 {
    min-width: 474vw !important;
  }
  .min-sm-vh-474 {
    min-height: 474vh !important;
  }
  .vw-sm-474 {
    width: 474vw !important;
  }
  .vh-sm-474 {
    height: 474vh !important;
  }
  .width-sm-474 {
    width: 474px !important;
  }
  .height-sm-474 {
    height: 474px !important;
  }
  .max-width-sm-474 {
    max-width: 474px !important;
  }
  .min-width-sm-474 {
    min-width: 474px !important;
  }
  .max-height-sm-474 {
    max-height: 474px !important;
  }
  .min-height-sm-474 {
    min-height: 474px !important;
  }
}
@media (max-width: 768px) {
  .w-md-474 {
    width: 474% !important;
  }
  .h-md-474 {
    height: 474% !important;
  }
  .max-w-md-474 {
    max-width: 474% !important;
  }
  .min-w-md-474 {
    min-width: 474% !important;
  }
  .max-h-md-474 {
    max-height: 474% !important;
  }
  .min-h-md-474 {
    min-height: 474% !important;
  }
  .min-md-vw-474 {
    min-width: 474vw !important;
  }
  .min-md-vh-474 {
    min-height: 474vh !important;
  }
  .vw-md-474 {
    width: 474vw !important;
  }
  .vh-md-474 {
    height: 474vh !important;
  }
  .width-md-474 {
    width: 474px !important;
  }
  .height-md-474 {
    height: 474px !important;
  }
  .max-width-md-474 {
    max-width: 474px !important;
  }
  .min-width-md-474 {
    min-width: 474px !important;
  }
  .max-height-md-474 {
    max-height: 474px !important;
  }
  .min-height-md-474 {
    min-height: 474px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-474 {
    width: 474% !important;
  }
  .h-lg-474 {
    height: 474% !important;
  }
  .max-w-lg-474 {
    max-width: 474% !important;
  }
  .min-w-lg-474 {
    min-width: 474% !important;
  }
  .max-h-lg-474 {
    max-height: 474% !important;
  }
  .min-h-lg-474 {
    min-height: 474% !important;
  }
  .min-lg-vw-474 {
    min-width: 474vw !important;
  }
  .min-lg-vh-474 {
    min-height: 474vh !important;
  }
  .vw-lg-474 {
    width: 474vw !important;
  }
  .vh-lg-474 {
    height: 474vh !important;
  }
  .width-lg-474 {
    width: 474px !important;
  }
  .height-lg-474 {
    height: 474px !important;
  }
  .max-width-lg-474 {
    max-width: 474px !important;
  }
  .min-width-lg-474 {
    min-width: 474px !important;
  }
  .max-height-lg-474 {
    max-height: 474px !important;
  }
  .min-height-lg-474 {
    min-height: 474px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-474 {
    width: 474% !important;
  }
  .h-xl-474 {
    height: 474% !important;
  }
  .max-w-xl-474 {
    max-width: 474% !important;
  }
  .min-w-xl-474 {
    min-width: 474% !important;
  }
  .max-h-xl-474 {
    max-height: 474% !important;
  }
  .min-h-xl-474 {
    min-height: 474% !important;
  }
  .min-xl-vw-474 {
    min-width: 474vw !important;
  }
  .min-xl-vh-474 {
    min-height: 474vh !important;
  }
  .vw-xl-474 {
    width: 474vw !important;
  }
  .vh-xl-474 {
    height: 474vh !important;
  }
  .width-xl-474 {
    width: 474px !important;
  }
  .height-xl-474 {
    height: 474px !important;
  }
  .max-width-xl-474 {
    max-width: 474px !important;
  }
  .min-width-xl-474 {
    min-width: 474px !important;
  }
  .max-height-xl-474 {
    max-height: 474px !important;
  }
  .min-height-xl-474 {
    min-height: 474px !important;
  }
}
.w-474 {
  width: 474% !important;
}

.h-474 {
  height: 474% !important;
}

.max-w-474 {
  max-width: 474% !important;
}

.min-w-474 {
  min-width: 474% !important;
}

.max-h-474 {
  max-height: 474% !important;
}

.min-h-474 {
  min-height: 474% !important;
}

.min-vw-474 {
  min-width: 474vw !important;
}

.min-vh-474 {
  min-height: 474vh !important;
}

.vw-474 {
  width: 474vw !important;
}

.vh-474 {
  height: 474vh !important;
}

.width-474 {
  width: 474px !important;
}

.height-474 {
  height: 474px !important;
}

.max-width-474 {
  max-width: 474px !important;
}

.min-width-474 {
  min-width: 474px !important;
}

.max-height-474 {
  max-height: 474px !important;
}

.min-height-474 {
  min-height: 474px !important;
}

@media (max-width: 576px) {
  .w-sm-475 {
    width: 475% !important;
  }
  .h-sm-475 {
    height: 475% !important;
  }
  .max-w-sm-475 {
    max-width: 475% !important;
  }
  .min-w-sm-475 {
    min-width: 475% !important;
  }
  .max-h-sm-475 {
    max-height: 475% !important;
  }
  .min-h-sm-475 {
    min-height: 475% !important;
  }
  .min-sm-vw-475 {
    min-width: 475vw !important;
  }
  .min-sm-vh-475 {
    min-height: 475vh !important;
  }
  .vw-sm-475 {
    width: 475vw !important;
  }
  .vh-sm-475 {
    height: 475vh !important;
  }
  .width-sm-475 {
    width: 475px !important;
  }
  .height-sm-475 {
    height: 475px !important;
  }
  .max-width-sm-475 {
    max-width: 475px !important;
  }
  .min-width-sm-475 {
    min-width: 475px !important;
  }
  .max-height-sm-475 {
    max-height: 475px !important;
  }
  .min-height-sm-475 {
    min-height: 475px !important;
  }
}
@media (max-width: 768px) {
  .w-md-475 {
    width: 475% !important;
  }
  .h-md-475 {
    height: 475% !important;
  }
  .max-w-md-475 {
    max-width: 475% !important;
  }
  .min-w-md-475 {
    min-width: 475% !important;
  }
  .max-h-md-475 {
    max-height: 475% !important;
  }
  .min-h-md-475 {
    min-height: 475% !important;
  }
  .min-md-vw-475 {
    min-width: 475vw !important;
  }
  .min-md-vh-475 {
    min-height: 475vh !important;
  }
  .vw-md-475 {
    width: 475vw !important;
  }
  .vh-md-475 {
    height: 475vh !important;
  }
  .width-md-475 {
    width: 475px !important;
  }
  .height-md-475 {
    height: 475px !important;
  }
  .max-width-md-475 {
    max-width: 475px !important;
  }
  .min-width-md-475 {
    min-width: 475px !important;
  }
  .max-height-md-475 {
    max-height: 475px !important;
  }
  .min-height-md-475 {
    min-height: 475px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-475 {
    width: 475% !important;
  }
  .h-lg-475 {
    height: 475% !important;
  }
  .max-w-lg-475 {
    max-width: 475% !important;
  }
  .min-w-lg-475 {
    min-width: 475% !important;
  }
  .max-h-lg-475 {
    max-height: 475% !important;
  }
  .min-h-lg-475 {
    min-height: 475% !important;
  }
  .min-lg-vw-475 {
    min-width: 475vw !important;
  }
  .min-lg-vh-475 {
    min-height: 475vh !important;
  }
  .vw-lg-475 {
    width: 475vw !important;
  }
  .vh-lg-475 {
    height: 475vh !important;
  }
  .width-lg-475 {
    width: 475px !important;
  }
  .height-lg-475 {
    height: 475px !important;
  }
  .max-width-lg-475 {
    max-width: 475px !important;
  }
  .min-width-lg-475 {
    min-width: 475px !important;
  }
  .max-height-lg-475 {
    max-height: 475px !important;
  }
  .min-height-lg-475 {
    min-height: 475px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-475 {
    width: 475% !important;
  }
  .h-xl-475 {
    height: 475% !important;
  }
  .max-w-xl-475 {
    max-width: 475% !important;
  }
  .min-w-xl-475 {
    min-width: 475% !important;
  }
  .max-h-xl-475 {
    max-height: 475% !important;
  }
  .min-h-xl-475 {
    min-height: 475% !important;
  }
  .min-xl-vw-475 {
    min-width: 475vw !important;
  }
  .min-xl-vh-475 {
    min-height: 475vh !important;
  }
  .vw-xl-475 {
    width: 475vw !important;
  }
  .vh-xl-475 {
    height: 475vh !important;
  }
  .width-xl-475 {
    width: 475px !important;
  }
  .height-xl-475 {
    height: 475px !important;
  }
  .max-width-xl-475 {
    max-width: 475px !important;
  }
  .min-width-xl-475 {
    min-width: 475px !important;
  }
  .max-height-xl-475 {
    max-height: 475px !important;
  }
  .min-height-xl-475 {
    min-height: 475px !important;
  }
}
.w-475 {
  width: 475% !important;
}

.h-475 {
  height: 475% !important;
}

.max-w-475 {
  max-width: 475% !important;
}

.min-w-475 {
  min-width: 475% !important;
}

.max-h-475 {
  max-height: 475% !important;
}

.min-h-475 {
  min-height: 475% !important;
}

.min-vw-475 {
  min-width: 475vw !important;
}

.min-vh-475 {
  min-height: 475vh !important;
}

.vw-475 {
  width: 475vw !important;
}

.vh-475 {
  height: 475vh !important;
}

.width-475 {
  width: 475px !important;
}

.height-475 {
  height: 475px !important;
}

.max-width-475 {
  max-width: 475px !important;
}

.min-width-475 {
  min-width: 475px !important;
}

.max-height-475 {
  max-height: 475px !important;
}

.min-height-475 {
  min-height: 475px !important;
}

@media (max-width: 576px) {
  .w-sm-476 {
    width: 476% !important;
  }
  .h-sm-476 {
    height: 476% !important;
  }
  .max-w-sm-476 {
    max-width: 476% !important;
  }
  .min-w-sm-476 {
    min-width: 476% !important;
  }
  .max-h-sm-476 {
    max-height: 476% !important;
  }
  .min-h-sm-476 {
    min-height: 476% !important;
  }
  .min-sm-vw-476 {
    min-width: 476vw !important;
  }
  .min-sm-vh-476 {
    min-height: 476vh !important;
  }
  .vw-sm-476 {
    width: 476vw !important;
  }
  .vh-sm-476 {
    height: 476vh !important;
  }
  .width-sm-476 {
    width: 476px !important;
  }
  .height-sm-476 {
    height: 476px !important;
  }
  .max-width-sm-476 {
    max-width: 476px !important;
  }
  .min-width-sm-476 {
    min-width: 476px !important;
  }
  .max-height-sm-476 {
    max-height: 476px !important;
  }
  .min-height-sm-476 {
    min-height: 476px !important;
  }
}
@media (max-width: 768px) {
  .w-md-476 {
    width: 476% !important;
  }
  .h-md-476 {
    height: 476% !important;
  }
  .max-w-md-476 {
    max-width: 476% !important;
  }
  .min-w-md-476 {
    min-width: 476% !important;
  }
  .max-h-md-476 {
    max-height: 476% !important;
  }
  .min-h-md-476 {
    min-height: 476% !important;
  }
  .min-md-vw-476 {
    min-width: 476vw !important;
  }
  .min-md-vh-476 {
    min-height: 476vh !important;
  }
  .vw-md-476 {
    width: 476vw !important;
  }
  .vh-md-476 {
    height: 476vh !important;
  }
  .width-md-476 {
    width: 476px !important;
  }
  .height-md-476 {
    height: 476px !important;
  }
  .max-width-md-476 {
    max-width: 476px !important;
  }
  .min-width-md-476 {
    min-width: 476px !important;
  }
  .max-height-md-476 {
    max-height: 476px !important;
  }
  .min-height-md-476 {
    min-height: 476px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-476 {
    width: 476% !important;
  }
  .h-lg-476 {
    height: 476% !important;
  }
  .max-w-lg-476 {
    max-width: 476% !important;
  }
  .min-w-lg-476 {
    min-width: 476% !important;
  }
  .max-h-lg-476 {
    max-height: 476% !important;
  }
  .min-h-lg-476 {
    min-height: 476% !important;
  }
  .min-lg-vw-476 {
    min-width: 476vw !important;
  }
  .min-lg-vh-476 {
    min-height: 476vh !important;
  }
  .vw-lg-476 {
    width: 476vw !important;
  }
  .vh-lg-476 {
    height: 476vh !important;
  }
  .width-lg-476 {
    width: 476px !important;
  }
  .height-lg-476 {
    height: 476px !important;
  }
  .max-width-lg-476 {
    max-width: 476px !important;
  }
  .min-width-lg-476 {
    min-width: 476px !important;
  }
  .max-height-lg-476 {
    max-height: 476px !important;
  }
  .min-height-lg-476 {
    min-height: 476px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-476 {
    width: 476% !important;
  }
  .h-xl-476 {
    height: 476% !important;
  }
  .max-w-xl-476 {
    max-width: 476% !important;
  }
  .min-w-xl-476 {
    min-width: 476% !important;
  }
  .max-h-xl-476 {
    max-height: 476% !important;
  }
  .min-h-xl-476 {
    min-height: 476% !important;
  }
  .min-xl-vw-476 {
    min-width: 476vw !important;
  }
  .min-xl-vh-476 {
    min-height: 476vh !important;
  }
  .vw-xl-476 {
    width: 476vw !important;
  }
  .vh-xl-476 {
    height: 476vh !important;
  }
  .width-xl-476 {
    width: 476px !important;
  }
  .height-xl-476 {
    height: 476px !important;
  }
  .max-width-xl-476 {
    max-width: 476px !important;
  }
  .min-width-xl-476 {
    min-width: 476px !important;
  }
  .max-height-xl-476 {
    max-height: 476px !important;
  }
  .min-height-xl-476 {
    min-height: 476px !important;
  }
}
.w-476 {
  width: 476% !important;
}

.h-476 {
  height: 476% !important;
}

.max-w-476 {
  max-width: 476% !important;
}

.min-w-476 {
  min-width: 476% !important;
}

.max-h-476 {
  max-height: 476% !important;
}

.min-h-476 {
  min-height: 476% !important;
}

.min-vw-476 {
  min-width: 476vw !important;
}

.min-vh-476 {
  min-height: 476vh !important;
}

.vw-476 {
  width: 476vw !important;
}

.vh-476 {
  height: 476vh !important;
}

.width-476 {
  width: 476px !important;
}

.height-476 {
  height: 476px !important;
}

.max-width-476 {
  max-width: 476px !important;
}

.min-width-476 {
  min-width: 476px !important;
}

.max-height-476 {
  max-height: 476px !important;
}

.min-height-476 {
  min-height: 476px !important;
}

@media (max-width: 576px) {
  .w-sm-477 {
    width: 477% !important;
  }
  .h-sm-477 {
    height: 477% !important;
  }
  .max-w-sm-477 {
    max-width: 477% !important;
  }
  .min-w-sm-477 {
    min-width: 477% !important;
  }
  .max-h-sm-477 {
    max-height: 477% !important;
  }
  .min-h-sm-477 {
    min-height: 477% !important;
  }
  .min-sm-vw-477 {
    min-width: 477vw !important;
  }
  .min-sm-vh-477 {
    min-height: 477vh !important;
  }
  .vw-sm-477 {
    width: 477vw !important;
  }
  .vh-sm-477 {
    height: 477vh !important;
  }
  .width-sm-477 {
    width: 477px !important;
  }
  .height-sm-477 {
    height: 477px !important;
  }
  .max-width-sm-477 {
    max-width: 477px !important;
  }
  .min-width-sm-477 {
    min-width: 477px !important;
  }
  .max-height-sm-477 {
    max-height: 477px !important;
  }
  .min-height-sm-477 {
    min-height: 477px !important;
  }
}
@media (max-width: 768px) {
  .w-md-477 {
    width: 477% !important;
  }
  .h-md-477 {
    height: 477% !important;
  }
  .max-w-md-477 {
    max-width: 477% !important;
  }
  .min-w-md-477 {
    min-width: 477% !important;
  }
  .max-h-md-477 {
    max-height: 477% !important;
  }
  .min-h-md-477 {
    min-height: 477% !important;
  }
  .min-md-vw-477 {
    min-width: 477vw !important;
  }
  .min-md-vh-477 {
    min-height: 477vh !important;
  }
  .vw-md-477 {
    width: 477vw !important;
  }
  .vh-md-477 {
    height: 477vh !important;
  }
  .width-md-477 {
    width: 477px !important;
  }
  .height-md-477 {
    height: 477px !important;
  }
  .max-width-md-477 {
    max-width: 477px !important;
  }
  .min-width-md-477 {
    min-width: 477px !important;
  }
  .max-height-md-477 {
    max-height: 477px !important;
  }
  .min-height-md-477 {
    min-height: 477px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-477 {
    width: 477% !important;
  }
  .h-lg-477 {
    height: 477% !important;
  }
  .max-w-lg-477 {
    max-width: 477% !important;
  }
  .min-w-lg-477 {
    min-width: 477% !important;
  }
  .max-h-lg-477 {
    max-height: 477% !important;
  }
  .min-h-lg-477 {
    min-height: 477% !important;
  }
  .min-lg-vw-477 {
    min-width: 477vw !important;
  }
  .min-lg-vh-477 {
    min-height: 477vh !important;
  }
  .vw-lg-477 {
    width: 477vw !important;
  }
  .vh-lg-477 {
    height: 477vh !important;
  }
  .width-lg-477 {
    width: 477px !important;
  }
  .height-lg-477 {
    height: 477px !important;
  }
  .max-width-lg-477 {
    max-width: 477px !important;
  }
  .min-width-lg-477 {
    min-width: 477px !important;
  }
  .max-height-lg-477 {
    max-height: 477px !important;
  }
  .min-height-lg-477 {
    min-height: 477px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-477 {
    width: 477% !important;
  }
  .h-xl-477 {
    height: 477% !important;
  }
  .max-w-xl-477 {
    max-width: 477% !important;
  }
  .min-w-xl-477 {
    min-width: 477% !important;
  }
  .max-h-xl-477 {
    max-height: 477% !important;
  }
  .min-h-xl-477 {
    min-height: 477% !important;
  }
  .min-xl-vw-477 {
    min-width: 477vw !important;
  }
  .min-xl-vh-477 {
    min-height: 477vh !important;
  }
  .vw-xl-477 {
    width: 477vw !important;
  }
  .vh-xl-477 {
    height: 477vh !important;
  }
  .width-xl-477 {
    width: 477px !important;
  }
  .height-xl-477 {
    height: 477px !important;
  }
  .max-width-xl-477 {
    max-width: 477px !important;
  }
  .min-width-xl-477 {
    min-width: 477px !important;
  }
  .max-height-xl-477 {
    max-height: 477px !important;
  }
  .min-height-xl-477 {
    min-height: 477px !important;
  }
}
.w-477 {
  width: 477% !important;
}

.h-477 {
  height: 477% !important;
}

.max-w-477 {
  max-width: 477% !important;
}

.min-w-477 {
  min-width: 477% !important;
}

.max-h-477 {
  max-height: 477% !important;
}

.min-h-477 {
  min-height: 477% !important;
}

.min-vw-477 {
  min-width: 477vw !important;
}

.min-vh-477 {
  min-height: 477vh !important;
}

.vw-477 {
  width: 477vw !important;
}

.vh-477 {
  height: 477vh !important;
}

.width-477 {
  width: 477px !important;
}

.height-477 {
  height: 477px !important;
}

.max-width-477 {
  max-width: 477px !important;
}

.min-width-477 {
  min-width: 477px !important;
}

.max-height-477 {
  max-height: 477px !important;
}

.min-height-477 {
  min-height: 477px !important;
}

@media (max-width: 576px) {
  .w-sm-478 {
    width: 478% !important;
  }
  .h-sm-478 {
    height: 478% !important;
  }
  .max-w-sm-478 {
    max-width: 478% !important;
  }
  .min-w-sm-478 {
    min-width: 478% !important;
  }
  .max-h-sm-478 {
    max-height: 478% !important;
  }
  .min-h-sm-478 {
    min-height: 478% !important;
  }
  .min-sm-vw-478 {
    min-width: 478vw !important;
  }
  .min-sm-vh-478 {
    min-height: 478vh !important;
  }
  .vw-sm-478 {
    width: 478vw !important;
  }
  .vh-sm-478 {
    height: 478vh !important;
  }
  .width-sm-478 {
    width: 478px !important;
  }
  .height-sm-478 {
    height: 478px !important;
  }
  .max-width-sm-478 {
    max-width: 478px !important;
  }
  .min-width-sm-478 {
    min-width: 478px !important;
  }
  .max-height-sm-478 {
    max-height: 478px !important;
  }
  .min-height-sm-478 {
    min-height: 478px !important;
  }
}
@media (max-width: 768px) {
  .w-md-478 {
    width: 478% !important;
  }
  .h-md-478 {
    height: 478% !important;
  }
  .max-w-md-478 {
    max-width: 478% !important;
  }
  .min-w-md-478 {
    min-width: 478% !important;
  }
  .max-h-md-478 {
    max-height: 478% !important;
  }
  .min-h-md-478 {
    min-height: 478% !important;
  }
  .min-md-vw-478 {
    min-width: 478vw !important;
  }
  .min-md-vh-478 {
    min-height: 478vh !important;
  }
  .vw-md-478 {
    width: 478vw !important;
  }
  .vh-md-478 {
    height: 478vh !important;
  }
  .width-md-478 {
    width: 478px !important;
  }
  .height-md-478 {
    height: 478px !important;
  }
  .max-width-md-478 {
    max-width: 478px !important;
  }
  .min-width-md-478 {
    min-width: 478px !important;
  }
  .max-height-md-478 {
    max-height: 478px !important;
  }
  .min-height-md-478 {
    min-height: 478px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-478 {
    width: 478% !important;
  }
  .h-lg-478 {
    height: 478% !important;
  }
  .max-w-lg-478 {
    max-width: 478% !important;
  }
  .min-w-lg-478 {
    min-width: 478% !important;
  }
  .max-h-lg-478 {
    max-height: 478% !important;
  }
  .min-h-lg-478 {
    min-height: 478% !important;
  }
  .min-lg-vw-478 {
    min-width: 478vw !important;
  }
  .min-lg-vh-478 {
    min-height: 478vh !important;
  }
  .vw-lg-478 {
    width: 478vw !important;
  }
  .vh-lg-478 {
    height: 478vh !important;
  }
  .width-lg-478 {
    width: 478px !important;
  }
  .height-lg-478 {
    height: 478px !important;
  }
  .max-width-lg-478 {
    max-width: 478px !important;
  }
  .min-width-lg-478 {
    min-width: 478px !important;
  }
  .max-height-lg-478 {
    max-height: 478px !important;
  }
  .min-height-lg-478 {
    min-height: 478px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-478 {
    width: 478% !important;
  }
  .h-xl-478 {
    height: 478% !important;
  }
  .max-w-xl-478 {
    max-width: 478% !important;
  }
  .min-w-xl-478 {
    min-width: 478% !important;
  }
  .max-h-xl-478 {
    max-height: 478% !important;
  }
  .min-h-xl-478 {
    min-height: 478% !important;
  }
  .min-xl-vw-478 {
    min-width: 478vw !important;
  }
  .min-xl-vh-478 {
    min-height: 478vh !important;
  }
  .vw-xl-478 {
    width: 478vw !important;
  }
  .vh-xl-478 {
    height: 478vh !important;
  }
  .width-xl-478 {
    width: 478px !important;
  }
  .height-xl-478 {
    height: 478px !important;
  }
  .max-width-xl-478 {
    max-width: 478px !important;
  }
  .min-width-xl-478 {
    min-width: 478px !important;
  }
  .max-height-xl-478 {
    max-height: 478px !important;
  }
  .min-height-xl-478 {
    min-height: 478px !important;
  }
}
.w-478 {
  width: 478% !important;
}

.h-478 {
  height: 478% !important;
}

.max-w-478 {
  max-width: 478% !important;
}

.min-w-478 {
  min-width: 478% !important;
}

.max-h-478 {
  max-height: 478% !important;
}

.min-h-478 {
  min-height: 478% !important;
}

.min-vw-478 {
  min-width: 478vw !important;
}

.min-vh-478 {
  min-height: 478vh !important;
}

.vw-478 {
  width: 478vw !important;
}

.vh-478 {
  height: 478vh !important;
}

.width-478 {
  width: 478px !important;
}

.height-478 {
  height: 478px !important;
}

.max-width-478 {
  max-width: 478px !important;
}

.min-width-478 {
  min-width: 478px !important;
}

.max-height-478 {
  max-height: 478px !important;
}

.min-height-478 {
  min-height: 478px !important;
}

@media (max-width: 576px) {
  .w-sm-479 {
    width: 479% !important;
  }
  .h-sm-479 {
    height: 479% !important;
  }
  .max-w-sm-479 {
    max-width: 479% !important;
  }
  .min-w-sm-479 {
    min-width: 479% !important;
  }
  .max-h-sm-479 {
    max-height: 479% !important;
  }
  .min-h-sm-479 {
    min-height: 479% !important;
  }
  .min-sm-vw-479 {
    min-width: 479vw !important;
  }
  .min-sm-vh-479 {
    min-height: 479vh !important;
  }
  .vw-sm-479 {
    width: 479vw !important;
  }
  .vh-sm-479 {
    height: 479vh !important;
  }
  .width-sm-479 {
    width: 479px !important;
  }
  .height-sm-479 {
    height: 479px !important;
  }
  .max-width-sm-479 {
    max-width: 479px !important;
  }
  .min-width-sm-479 {
    min-width: 479px !important;
  }
  .max-height-sm-479 {
    max-height: 479px !important;
  }
  .min-height-sm-479 {
    min-height: 479px !important;
  }
}
@media (max-width: 768px) {
  .w-md-479 {
    width: 479% !important;
  }
  .h-md-479 {
    height: 479% !important;
  }
  .max-w-md-479 {
    max-width: 479% !important;
  }
  .min-w-md-479 {
    min-width: 479% !important;
  }
  .max-h-md-479 {
    max-height: 479% !important;
  }
  .min-h-md-479 {
    min-height: 479% !important;
  }
  .min-md-vw-479 {
    min-width: 479vw !important;
  }
  .min-md-vh-479 {
    min-height: 479vh !important;
  }
  .vw-md-479 {
    width: 479vw !important;
  }
  .vh-md-479 {
    height: 479vh !important;
  }
  .width-md-479 {
    width: 479px !important;
  }
  .height-md-479 {
    height: 479px !important;
  }
  .max-width-md-479 {
    max-width: 479px !important;
  }
  .min-width-md-479 {
    min-width: 479px !important;
  }
  .max-height-md-479 {
    max-height: 479px !important;
  }
  .min-height-md-479 {
    min-height: 479px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-479 {
    width: 479% !important;
  }
  .h-lg-479 {
    height: 479% !important;
  }
  .max-w-lg-479 {
    max-width: 479% !important;
  }
  .min-w-lg-479 {
    min-width: 479% !important;
  }
  .max-h-lg-479 {
    max-height: 479% !important;
  }
  .min-h-lg-479 {
    min-height: 479% !important;
  }
  .min-lg-vw-479 {
    min-width: 479vw !important;
  }
  .min-lg-vh-479 {
    min-height: 479vh !important;
  }
  .vw-lg-479 {
    width: 479vw !important;
  }
  .vh-lg-479 {
    height: 479vh !important;
  }
  .width-lg-479 {
    width: 479px !important;
  }
  .height-lg-479 {
    height: 479px !important;
  }
  .max-width-lg-479 {
    max-width: 479px !important;
  }
  .min-width-lg-479 {
    min-width: 479px !important;
  }
  .max-height-lg-479 {
    max-height: 479px !important;
  }
  .min-height-lg-479 {
    min-height: 479px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-479 {
    width: 479% !important;
  }
  .h-xl-479 {
    height: 479% !important;
  }
  .max-w-xl-479 {
    max-width: 479% !important;
  }
  .min-w-xl-479 {
    min-width: 479% !important;
  }
  .max-h-xl-479 {
    max-height: 479% !important;
  }
  .min-h-xl-479 {
    min-height: 479% !important;
  }
  .min-xl-vw-479 {
    min-width: 479vw !important;
  }
  .min-xl-vh-479 {
    min-height: 479vh !important;
  }
  .vw-xl-479 {
    width: 479vw !important;
  }
  .vh-xl-479 {
    height: 479vh !important;
  }
  .width-xl-479 {
    width: 479px !important;
  }
  .height-xl-479 {
    height: 479px !important;
  }
  .max-width-xl-479 {
    max-width: 479px !important;
  }
  .min-width-xl-479 {
    min-width: 479px !important;
  }
  .max-height-xl-479 {
    max-height: 479px !important;
  }
  .min-height-xl-479 {
    min-height: 479px !important;
  }
}
.w-479 {
  width: 479% !important;
}

.h-479 {
  height: 479% !important;
}

.max-w-479 {
  max-width: 479% !important;
}

.min-w-479 {
  min-width: 479% !important;
}

.max-h-479 {
  max-height: 479% !important;
}

.min-h-479 {
  min-height: 479% !important;
}

.min-vw-479 {
  min-width: 479vw !important;
}

.min-vh-479 {
  min-height: 479vh !important;
}

.vw-479 {
  width: 479vw !important;
}

.vh-479 {
  height: 479vh !important;
}

.width-479 {
  width: 479px !important;
}

.height-479 {
  height: 479px !important;
}

.max-width-479 {
  max-width: 479px !important;
}

.min-width-479 {
  min-width: 479px !important;
}

.max-height-479 {
  max-height: 479px !important;
}

.min-height-479 {
  min-height: 479px !important;
}

@media (max-width: 576px) {
  .w-sm-480 {
    width: 480% !important;
  }
  .h-sm-480 {
    height: 480% !important;
  }
  .max-w-sm-480 {
    max-width: 480% !important;
  }
  .min-w-sm-480 {
    min-width: 480% !important;
  }
  .max-h-sm-480 {
    max-height: 480% !important;
  }
  .min-h-sm-480 {
    min-height: 480% !important;
  }
  .min-sm-vw-480 {
    min-width: 480vw !important;
  }
  .min-sm-vh-480 {
    min-height: 480vh !important;
  }
  .vw-sm-480 {
    width: 480vw !important;
  }
  .vh-sm-480 {
    height: 480vh !important;
  }
  .width-sm-480 {
    width: 480px !important;
  }
  .height-sm-480 {
    height: 480px !important;
  }
  .max-width-sm-480 {
    max-width: 480px !important;
  }
  .min-width-sm-480 {
    min-width: 480px !important;
  }
  .max-height-sm-480 {
    max-height: 480px !important;
  }
  .min-height-sm-480 {
    min-height: 480px !important;
  }
}
@media (max-width: 768px) {
  .w-md-480 {
    width: 480% !important;
  }
  .h-md-480 {
    height: 480% !important;
  }
  .max-w-md-480 {
    max-width: 480% !important;
  }
  .min-w-md-480 {
    min-width: 480% !important;
  }
  .max-h-md-480 {
    max-height: 480% !important;
  }
  .min-h-md-480 {
    min-height: 480% !important;
  }
  .min-md-vw-480 {
    min-width: 480vw !important;
  }
  .min-md-vh-480 {
    min-height: 480vh !important;
  }
  .vw-md-480 {
    width: 480vw !important;
  }
  .vh-md-480 {
    height: 480vh !important;
  }
  .width-md-480 {
    width: 480px !important;
  }
  .height-md-480 {
    height: 480px !important;
  }
  .max-width-md-480 {
    max-width: 480px !important;
  }
  .min-width-md-480 {
    min-width: 480px !important;
  }
  .max-height-md-480 {
    max-height: 480px !important;
  }
  .min-height-md-480 {
    min-height: 480px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-480 {
    width: 480% !important;
  }
  .h-lg-480 {
    height: 480% !important;
  }
  .max-w-lg-480 {
    max-width: 480% !important;
  }
  .min-w-lg-480 {
    min-width: 480% !important;
  }
  .max-h-lg-480 {
    max-height: 480% !important;
  }
  .min-h-lg-480 {
    min-height: 480% !important;
  }
  .min-lg-vw-480 {
    min-width: 480vw !important;
  }
  .min-lg-vh-480 {
    min-height: 480vh !important;
  }
  .vw-lg-480 {
    width: 480vw !important;
  }
  .vh-lg-480 {
    height: 480vh !important;
  }
  .width-lg-480 {
    width: 480px !important;
  }
  .height-lg-480 {
    height: 480px !important;
  }
  .max-width-lg-480 {
    max-width: 480px !important;
  }
  .min-width-lg-480 {
    min-width: 480px !important;
  }
  .max-height-lg-480 {
    max-height: 480px !important;
  }
  .min-height-lg-480 {
    min-height: 480px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-480 {
    width: 480% !important;
  }
  .h-xl-480 {
    height: 480% !important;
  }
  .max-w-xl-480 {
    max-width: 480% !important;
  }
  .min-w-xl-480 {
    min-width: 480% !important;
  }
  .max-h-xl-480 {
    max-height: 480% !important;
  }
  .min-h-xl-480 {
    min-height: 480% !important;
  }
  .min-xl-vw-480 {
    min-width: 480vw !important;
  }
  .min-xl-vh-480 {
    min-height: 480vh !important;
  }
  .vw-xl-480 {
    width: 480vw !important;
  }
  .vh-xl-480 {
    height: 480vh !important;
  }
  .width-xl-480 {
    width: 480px !important;
  }
  .height-xl-480 {
    height: 480px !important;
  }
  .max-width-xl-480 {
    max-width: 480px !important;
  }
  .min-width-xl-480 {
    min-width: 480px !important;
  }
  .max-height-xl-480 {
    max-height: 480px !important;
  }
  .min-height-xl-480 {
    min-height: 480px !important;
  }
}
.w-480 {
  width: 480% !important;
}

.h-480 {
  height: 480% !important;
}

.max-w-480 {
  max-width: 480% !important;
}

.min-w-480 {
  min-width: 480% !important;
}

.max-h-480 {
  max-height: 480% !important;
}

.min-h-480 {
  min-height: 480% !important;
}

.min-vw-480 {
  min-width: 480vw !important;
}

.min-vh-480 {
  min-height: 480vh !important;
}

.vw-480 {
  width: 480vw !important;
}

.vh-480 {
  height: 480vh !important;
}

.width-480 {
  width: 480px !important;
}

.height-480 {
  height: 480px !important;
}

.max-width-480 {
  max-width: 480px !important;
}

.min-width-480 {
  min-width: 480px !important;
}

.max-height-480 {
  max-height: 480px !important;
}

.min-height-480 {
  min-height: 480px !important;
}

@media (max-width: 576px) {
  .w-sm-481 {
    width: 481% !important;
  }
  .h-sm-481 {
    height: 481% !important;
  }
  .max-w-sm-481 {
    max-width: 481% !important;
  }
  .min-w-sm-481 {
    min-width: 481% !important;
  }
  .max-h-sm-481 {
    max-height: 481% !important;
  }
  .min-h-sm-481 {
    min-height: 481% !important;
  }
  .min-sm-vw-481 {
    min-width: 481vw !important;
  }
  .min-sm-vh-481 {
    min-height: 481vh !important;
  }
  .vw-sm-481 {
    width: 481vw !important;
  }
  .vh-sm-481 {
    height: 481vh !important;
  }
  .width-sm-481 {
    width: 481px !important;
  }
  .height-sm-481 {
    height: 481px !important;
  }
  .max-width-sm-481 {
    max-width: 481px !important;
  }
  .min-width-sm-481 {
    min-width: 481px !important;
  }
  .max-height-sm-481 {
    max-height: 481px !important;
  }
  .min-height-sm-481 {
    min-height: 481px !important;
  }
}
@media (max-width: 768px) {
  .w-md-481 {
    width: 481% !important;
  }
  .h-md-481 {
    height: 481% !important;
  }
  .max-w-md-481 {
    max-width: 481% !important;
  }
  .min-w-md-481 {
    min-width: 481% !important;
  }
  .max-h-md-481 {
    max-height: 481% !important;
  }
  .min-h-md-481 {
    min-height: 481% !important;
  }
  .min-md-vw-481 {
    min-width: 481vw !important;
  }
  .min-md-vh-481 {
    min-height: 481vh !important;
  }
  .vw-md-481 {
    width: 481vw !important;
  }
  .vh-md-481 {
    height: 481vh !important;
  }
  .width-md-481 {
    width: 481px !important;
  }
  .height-md-481 {
    height: 481px !important;
  }
  .max-width-md-481 {
    max-width: 481px !important;
  }
  .min-width-md-481 {
    min-width: 481px !important;
  }
  .max-height-md-481 {
    max-height: 481px !important;
  }
  .min-height-md-481 {
    min-height: 481px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-481 {
    width: 481% !important;
  }
  .h-lg-481 {
    height: 481% !important;
  }
  .max-w-lg-481 {
    max-width: 481% !important;
  }
  .min-w-lg-481 {
    min-width: 481% !important;
  }
  .max-h-lg-481 {
    max-height: 481% !important;
  }
  .min-h-lg-481 {
    min-height: 481% !important;
  }
  .min-lg-vw-481 {
    min-width: 481vw !important;
  }
  .min-lg-vh-481 {
    min-height: 481vh !important;
  }
  .vw-lg-481 {
    width: 481vw !important;
  }
  .vh-lg-481 {
    height: 481vh !important;
  }
  .width-lg-481 {
    width: 481px !important;
  }
  .height-lg-481 {
    height: 481px !important;
  }
  .max-width-lg-481 {
    max-width: 481px !important;
  }
  .min-width-lg-481 {
    min-width: 481px !important;
  }
  .max-height-lg-481 {
    max-height: 481px !important;
  }
  .min-height-lg-481 {
    min-height: 481px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-481 {
    width: 481% !important;
  }
  .h-xl-481 {
    height: 481% !important;
  }
  .max-w-xl-481 {
    max-width: 481% !important;
  }
  .min-w-xl-481 {
    min-width: 481% !important;
  }
  .max-h-xl-481 {
    max-height: 481% !important;
  }
  .min-h-xl-481 {
    min-height: 481% !important;
  }
  .min-xl-vw-481 {
    min-width: 481vw !important;
  }
  .min-xl-vh-481 {
    min-height: 481vh !important;
  }
  .vw-xl-481 {
    width: 481vw !important;
  }
  .vh-xl-481 {
    height: 481vh !important;
  }
  .width-xl-481 {
    width: 481px !important;
  }
  .height-xl-481 {
    height: 481px !important;
  }
  .max-width-xl-481 {
    max-width: 481px !important;
  }
  .min-width-xl-481 {
    min-width: 481px !important;
  }
  .max-height-xl-481 {
    max-height: 481px !important;
  }
  .min-height-xl-481 {
    min-height: 481px !important;
  }
}
.w-481 {
  width: 481% !important;
}

.h-481 {
  height: 481% !important;
}

.max-w-481 {
  max-width: 481% !important;
}

.min-w-481 {
  min-width: 481% !important;
}

.max-h-481 {
  max-height: 481% !important;
}

.min-h-481 {
  min-height: 481% !important;
}

.min-vw-481 {
  min-width: 481vw !important;
}

.min-vh-481 {
  min-height: 481vh !important;
}

.vw-481 {
  width: 481vw !important;
}

.vh-481 {
  height: 481vh !important;
}

.width-481 {
  width: 481px !important;
}

.height-481 {
  height: 481px !important;
}

.max-width-481 {
  max-width: 481px !important;
}

.min-width-481 {
  min-width: 481px !important;
}

.max-height-481 {
  max-height: 481px !important;
}

.min-height-481 {
  min-height: 481px !important;
}

@media (max-width: 576px) {
  .w-sm-482 {
    width: 482% !important;
  }
  .h-sm-482 {
    height: 482% !important;
  }
  .max-w-sm-482 {
    max-width: 482% !important;
  }
  .min-w-sm-482 {
    min-width: 482% !important;
  }
  .max-h-sm-482 {
    max-height: 482% !important;
  }
  .min-h-sm-482 {
    min-height: 482% !important;
  }
  .min-sm-vw-482 {
    min-width: 482vw !important;
  }
  .min-sm-vh-482 {
    min-height: 482vh !important;
  }
  .vw-sm-482 {
    width: 482vw !important;
  }
  .vh-sm-482 {
    height: 482vh !important;
  }
  .width-sm-482 {
    width: 482px !important;
  }
  .height-sm-482 {
    height: 482px !important;
  }
  .max-width-sm-482 {
    max-width: 482px !important;
  }
  .min-width-sm-482 {
    min-width: 482px !important;
  }
  .max-height-sm-482 {
    max-height: 482px !important;
  }
  .min-height-sm-482 {
    min-height: 482px !important;
  }
}
@media (max-width: 768px) {
  .w-md-482 {
    width: 482% !important;
  }
  .h-md-482 {
    height: 482% !important;
  }
  .max-w-md-482 {
    max-width: 482% !important;
  }
  .min-w-md-482 {
    min-width: 482% !important;
  }
  .max-h-md-482 {
    max-height: 482% !important;
  }
  .min-h-md-482 {
    min-height: 482% !important;
  }
  .min-md-vw-482 {
    min-width: 482vw !important;
  }
  .min-md-vh-482 {
    min-height: 482vh !important;
  }
  .vw-md-482 {
    width: 482vw !important;
  }
  .vh-md-482 {
    height: 482vh !important;
  }
  .width-md-482 {
    width: 482px !important;
  }
  .height-md-482 {
    height: 482px !important;
  }
  .max-width-md-482 {
    max-width: 482px !important;
  }
  .min-width-md-482 {
    min-width: 482px !important;
  }
  .max-height-md-482 {
    max-height: 482px !important;
  }
  .min-height-md-482 {
    min-height: 482px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-482 {
    width: 482% !important;
  }
  .h-lg-482 {
    height: 482% !important;
  }
  .max-w-lg-482 {
    max-width: 482% !important;
  }
  .min-w-lg-482 {
    min-width: 482% !important;
  }
  .max-h-lg-482 {
    max-height: 482% !important;
  }
  .min-h-lg-482 {
    min-height: 482% !important;
  }
  .min-lg-vw-482 {
    min-width: 482vw !important;
  }
  .min-lg-vh-482 {
    min-height: 482vh !important;
  }
  .vw-lg-482 {
    width: 482vw !important;
  }
  .vh-lg-482 {
    height: 482vh !important;
  }
  .width-lg-482 {
    width: 482px !important;
  }
  .height-lg-482 {
    height: 482px !important;
  }
  .max-width-lg-482 {
    max-width: 482px !important;
  }
  .min-width-lg-482 {
    min-width: 482px !important;
  }
  .max-height-lg-482 {
    max-height: 482px !important;
  }
  .min-height-lg-482 {
    min-height: 482px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-482 {
    width: 482% !important;
  }
  .h-xl-482 {
    height: 482% !important;
  }
  .max-w-xl-482 {
    max-width: 482% !important;
  }
  .min-w-xl-482 {
    min-width: 482% !important;
  }
  .max-h-xl-482 {
    max-height: 482% !important;
  }
  .min-h-xl-482 {
    min-height: 482% !important;
  }
  .min-xl-vw-482 {
    min-width: 482vw !important;
  }
  .min-xl-vh-482 {
    min-height: 482vh !important;
  }
  .vw-xl-482 {
    width: 482vw !important;
  }
  .vh-xl-482 {
    height: 482vh !important;
  }
  .width-xl-482 {
    width: 482px !important;
  }
  .height-xl-482 {
    height: 482px !important;
  }
  .max-width-xl-482 {
    max-width: 482px !important;
  }
  .min-width-xl-482 {
    min-width: 482px !important;
  }
  .max-height-xl-482 {
    max-height: 482px !important;
  }
  .min-height-xl-482 {
    min-height: 482px !important;
  }
}
.w-482 {
  width: 482% !important;
}

.h-482 {
  height: 482% !important;
}

.max-w-482 {
  max-width: 482% !important;
}

.min-w-482 {
  min-width: 482% !important;
}

.max-h-482 {
  max-height: 482% !important;
}

.min-h-482 {
  min-height: 482% !important;
}

.min-vw-482 {
  min-width: 482vw !important;
}

.min-vh-482 {
  min-height: 482vh !important;
}

.vw-482 {
  width: 482vw !important;
}

.vh-482 {
  height: 482vh !important;
}

.width-482 {
  width: 482px !important;
}

.height-482 {
  height: 482px !important;
}

.max-width-482 {
  max-width: 482px !important;
}

.min-width-482 {
  min-width: 482px !important;
}

.max-height-482 {
  max-height: 482px !important;
}

.min-height-482 {
  min-height: 482px !important;
}

@media (max-width: 576px) {
  .w-sm-483 {
    width: 483% !important;
  }
  .h-sm-483 {
    height: 483% !important;
  }
  .max-w-sm-483 {
    max-width: 483% !important;
  }
  .min-w-sm-483 {
    min-width: 483% !important;
  }
  .max-h-sm-483 {
    max-height: 483% !important;
  }
  .min-h-sm-483 {
    min-height: 483% !important;
  }
  .min-sm-vw-483 {
    min-width: 483vw !important;
  }
  .min-sm-vh-483 {
    min-height: 483vh !important;
  }
  .vw-sm-483 {
    width: 483vw !important;
  }
  .vh-sm-483 {
    height: 483vh !important;
  }
  .width-sm-483 {
    width: 483px !important;
  }
  .height-sm-483 {
    height: 483px !important;
  }
  .max-width-sm-483 {
    max-width: 483px !important;
  }
  .min-width-sm-483 {
    min-width: 483px !important;
  }
  .max-height-sm-483 {
    max-height: 483px !important;
  }
  .min-height-sm-483 {
    min-height: 483px !important;
  }
}
@media (max-width: 768px) {
  .w-md-483 {
    width: 483% !important;
  }
  .h-md-483 {
    height: 483% !important;
  }
  .max-w-md-483 {
    max-width: 483% !important;
  }
  .min-w-md-483 {
    min-width: 483% !important;
  }
  .max-h-md-483 {
    max-height: 483% !important;
  }
  .min-h-md-483 {
    min-height: 483% !important;
  }
  .min-md-vw-483 {
    min-width: 483vw !important;
  }
  .min-md-vh-483 {
    min-height: 483vh !important;
  }
  .vw-md-483 {
    width: 483vw !important;
  }
  .vh-md-483 {
    height: 483vh !important;
  }
  .width-md-483 {
    width: 483px !important;
  }
  .height-md-483 {
    height: 483px !important;
  }
  .max-width-md-483 {
    max-width: 483px !important;
  }
  .min-width-md-483 {
    min-width: 483px !important;
  }
  .max-height-md-483 {
    max-height: 483px !important;
  }
  .min-height-md-483 {
    min-height: 483px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-483 {
    width: 483% !important;
  }
  .h-lg-483 {
    height: 483% !important;
  }
  .max-w-lg-483 {
    max-width: 483% !important;
  }
  .min-w-lg-483 {
    min-width: 483% !important;
  }
  .max-h-lg-483 {
    max-height: 483% !important;
  }
  .min-h-lg-483 {
    min-height: 483% !important;
  }
  .min-lg-vw-483 {
    min-width: 483vw !important;
  }
  .min-lg-vh-483 {
    min-height: 483vh !important;
  }
  .vw-lg-483 {
    width: 483vw !important;
  }
  .vh-lg-483 {
    height: 483vh !important;
  }
  .width-lg-483 {
    width: 483px !important;
  }
  .height-lg-483 {
    height: 483px !important;
  }
  .max-width-lg-483 {
    max-width: 483px !important;
  }
  .min-width-lg-483 {
    min-width: 483px !important;
  }
  .max-height-lg-483 {
    max-height: 483px !important;
  }
  .min-height-lg-483 {
    min-height: 483px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-483 {
    width: 483% !important;
  }
  .h-xl-483 {
    height: 483% !important;
  }
  .max-w-xl-483 {
    max-width: 483% !important;
  }
  .min-w-xl-483 {
    min-width: 483% !important;
  }
  .max-h-xl-483 {
    max-height: 483% !important;
  }
  .min-h-xl-483 {
    min-height: 483% !important;
  }
  .min-xl-vw-483 {
    min-width: 483vw !important;
  }
  .min-xl-vh-483 {
    min-height: 483vh !important;
  }
  .vw-xl-483 {
    width: 483vw !important;
  }
  .vh-xl-483 {
    height: 483vh !important;
  }
  .width-xl-483 {
    width: 483px !important;
  }
  .height-xl-483 {
    height: 483px !important;
  }
  .max-width-xl-483 {
    max-width: 483px !important;
  }
  .min-width-xl-483 {
    min-width: 483px !important;
  }
  .max-height-xl-483 {
    max-height: 483px !important;
  }
  .min-height-xl-483 {
    min-height: 483px !important;
  }
}
.w-483 {
  width: 483% !important;
}

.h-483 {
  height: 483% !important;
}

.max-w-483 {
  max-width: 483% !important;
}

.min-w-483 {
  min-width: 483% !important;
}

.max-h-483 {
  max-height: 483% !important;
}

.min-h-483 {
  min-height: 483% !important;
}

.min-vw-483 {
  min-width: 483vw !important;
}

.min-vh-483 {
  min-height: 483vh !important;
}

.vw-483 {
  width: 483vw !important;
}

.vh-483 {
  height: 483vh !important;
}

.width-483 {
  width: 483px !important;
}

.height-483 {
  height: 483px !important;
}

.max-width-483 {
  max-width: 483px !important;
}

.min-width-483 {
  min-width: 483px !important;
}

.max-height-483 {
  max-height: 483px !important;
}

.min-height-483 {
  min-height: 483px !important;
}

@media (max-width: 576px) {
  .w-sm-484 {
    width: 484% !important;
  }
  .h-sm-484 {
    height: 484% !important;
  }
  .max-w-sm-484 {
    max-width: 484% !important;
  }
  .min-w-sm-484 {
    min-width: 484% !important;
  }
  .max-h-sm-484 {
    max-height: 484% !important;
  }
  .min-h-sm-484 {
    min-height: 484% !important;
  }
  .min-sm-vw-484 {
    min-width: 484vw !important;
  }
  .min-sm-vh-484 {
    min-height: 484vh !important;
  }
  .vw-sm-484 {
    width: 484vw !important;
  }
  .vh-sm-484 {
    height: 484vh !important;
  }
  .width-sm-484 {
    width: 484px !important;
  }
  .height-sm-484 {
    height: 484px !important;
  }
  .max-width-sm-484 {
    max-width: 484px !important;
  }
  .min-width-sm-484 {
    min-width: 484px !important;
  }
  .max-height-sm-484 {
    max-height: 484px !important;
  }
  .min-height-sm-484 {
    min-height: 484px !important;
  }
}
@media (max-width: 768px) {
  .w-md-484 {
    width: 484% !important;
  }
  .h-md-484 {
    height: 484% !important;
  }
  .max-w-md-484 {
    max-width: 484% !important;
  }
  .min-w-md-484 {
    min-width: 484% !important;
  }
  .max-h-md-484 {
    max-height: 484% !important;
  }
  .min-h-md-484 {
    min-height: 484% !important;
  }
  .min-md-vw-484 {
    min-width: 484vw !important;
  }
  .min-md-vh-484 {
    min-height: 484vh !important;
  }
  .vw-md-484 {
    width: 484vw !important;
  }
  .vh-md-484 {
    height: 484vh !important;
  }
  .width-md-484 {
    width: 484px !important;
  }
  .height-md-484 {
    height: 484px !important;
  }
  .max-width-md-484 {
    max-width: 484px !important;
  }
  .min-width-md-484 {
    min-width: 484px !important;
  }
  .max-height-md-484 {
    max-height: 484px !important;
  }
  .min-height-md-484 {
    min-height: 484px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-484 {
    width: 484% !important;
  }
  .h-lg-484 {
    height: 484% !important;
  }
  .max-w-lg-484 {
    max-width: 484% !important;
  }
  .min-w-lg-484 {
    min-width: 484% !important;
  }
  .max-h-lg-484 {
    max-height: 484% !important;
  }
  .min-h-lg-484 {
    min-height: 484% !important;
  }
  .min-lg-vw-484 {
    min-width: 484vw !important;
  }
  .min-lg-vh-484 {
    min-height: 484vh !important;
  }
  .vw-lg-484 {
    width: 484vw !important;
  }
  .vh-lg-484 {
    height: 484vh !important;
  }
  .width-lg-484 {
    width: 484px !important;
  }
  .height-lg-484 {
    height: 484px !important;
  }
  .max-width-lg-484 {
    max-width: 484px !important;
  }
  .min-width-lg-484 {
    min-width: 484px !important;
  }
  .max-height-lg-484 {
    max-height: 484px !important;
  }
  .min-height-lg-484 {
    min-height: 484px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-484 {
    width: 484% !important;
  }
  .h-xl-484 {
    height: 484% !important;
  }
  .max-w-xl-484 {
    max-width: 484% !important;
  }
  .min-w-xl-484 {
    min-width: 484% !important;
  }
  .max-h-xl-484 {
    max-height: 484% !important;
  }
  .min-h-xl-484 {
    min-height: 484% !important;
  }
  .min-xl-vw-484 {
    min-width: 484vw !important;
  }
  .min-xl-vh-484 {
    min-height: 484vh !important;
  }
  .vw-xl-484 {
    width: 484vw !important;
  }
  .vh-xl-484 {
    height: 484vh !important;
  }
  .width-xl-484 {
    width: 484px !important;
  }
  .height-xl-484 {
    height: 484px !important;
  }
  .max-width-xl-484 {
    max-width: 484px !important;
  }
  .min-width-xl-484 {
    min-width: 484px !important;
  }
  .max-height-xl-484 {
    max-height: 484px !important;
  }
  .min-height-xl-484 {
    min-height: 484px !important;
  }
}
.w-484 {
  width: 484% !important;
}

.h-484 {
  height: 484% !important;
}

.max-w-484 {
  max-width: 484% !important;
}

.min-w-484 {
  min-width: 484% !important;
}

.max-h-484 {
  max-height: 484% !important;
}

.min-h-484 {
  min-height: 484% !important;
}

.min-vw-484 {
  min-width: 484vw !important;
}

.min-vh-484 {
  min-height: 484vh !important;
}

.vw-484 {
  width: 484vw !important;
}

.vh-484 {
  height: 484vh !important;
}

.width-484 {
  width: 484px !important;
}

.height-484 {
  height: 484px !important;
}

.max-width-484 {
  max-width: 484px !important;
}

.min-width-484 {
  min-width: 484px !important;
}

.max-height-484 {
  max-height: 484px !important;
}

.min-height-484 {
  min-height: 484px !important;
}

@media (max-width: 576px) {
  .w-sm-485 {
    width: 485% !important;
  }
  .h-sm-485 {
    height: 485% !important;
  }
  .max-w-sm-485 {
    max-width: 485% !important;
  }
  .min-w-sm-485 {
    min-width: 485% !important;
  }
  .max-h-sm-485 {
    max-height: 485% !important;
  }
  .min-h-sm-485 {
    min-height: 485% !important;
  }
  .min-sm-vw-485 {
    min-width: 485vw !important;
  }
  .min-sm-vh-485 {
    min-height: 485vh !important;
  }
  .vw-sm-485 {
    width: 485vw !important;
  }
  .vh-sm-485 {
    height: 485vh !important;
  }
  .width-sm-485 {
    width: 485px !important;
  }
  .height-sm-485 {
    height: 485px !important;
  }
  .max-width-sm-485 {
    max-width: 485px !important;
  }
  .min-width-sm-485 {
    min-width: 485px !important;
  }
  .max-height-sm-485 {
    max-height: 485px !important;
  }
  .min-height-sm-485 {
    min-height: 485px !important;
  }
}
@media (max-width: 768px) {
  .w-md-485 {
    width: 485% !important;
  }
  .h-md-485 {
    height: 485% !important;
  }
  .max-w-md-485 {
    max-width: 485% !important;
  }
  .min-w-md-485 {
    min-width: 485% !important;
  }
  .max-h-md-485 {
    max-height: 485% !important;
  }
  .min-h-md-485 {
    min-height: 485% !important;
  }
  .min-md-vw-485 {
    min-width: 485vw !important;
  }
  .min-md-vh-485 {
    min-height: 485vh !important;
  }
  .vw-md-485 {
    width: 485vw !important;
  }
  .vh-md-485 {
    height: 485vh !important;
  }
  .width-md-485 {
    width: 485px !important;
  }
  .height-md-485 {
    height: 485px !important;
  }
  .max-width-md-485 {
    max-width: 485px !important;
  }
  .min-width-md-485 {
    min-width: 485px !important;
  }
  .max-height-md-485 {
    max-height: 485px !important;
  }
  .min-height-md-485 {
    min-height: 485px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-485 {
    width: 485% !important;
  }
  .h-lg-485 {
    height: 485% !important;
  }
  .max-w-lg-485 {
    max-width: 485% !important;
  }
  .min-w-lg-485 {
    min-width: 485% !important;
  }
  .max-h-lg-485 {
    max-height: 485% !important;
  }
  .min-h-lg-485 {
    min-height: 485% !important;
  }
  .min-lg-vw-485 {
    min-width: 485vw !important;
  }
  .min-lg-vh-485 {
    min-height: 485vh !important;
  }
  .vw-lg-485 {
    width: 485vw !important;
  }
  .vh-lg-485 {
    height: 485vh !important;
  }
  .width-lg-485 {
    width: 485px !important;
  }
  .height-lg-485 {
    height: 485px !important;
  }
  .max-width-lg-485 {
    max-width: 485px !important;
  }
  .min-width-lg-485 {
    min-width: 485px !important;
  }
  .max-height-lg-485 {
    max-height: 485px !important;
  }
  .min-height-lg-485 {
    min-height: 485px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-485 {
    width: 485% !important;
  }
  .h-xl-485 {
    height: 485% !important;
  }
  .max-w-xl-485 {
    max-width: 485% !important;
  }
  .min-w-xl-485 {
    min-width: 485% !important;
  }
  .max-h-xl-485 {
    max-height: 485% !important;
  }
  .min-h-xl-485 {
    min-height: 485% !important;
  }
  .min-xl-vw-485 {
    min-width: 485vw !important;
  }
  .min-xl-vh-485 {
    min-height: 485vh !important;
  }
  .vw-xl-485 {
    width: 485vw !important;
  }
  .vh-xl-485 {
    height: 485vh !important;
  }
  .width-xl-485 {
    width: 485px !important;
  }
  .height-xl-485 {
    height: 485px !important;
  }
  .max-width-xl-485 {
    max-width: 485px !important;
  }
  .min-width-xl-485 {
    min-width: 485px !important;
  }
  .max-height-xl-485 {
    max-height: 485px !important;
  }
  .min-height-xl-485 {
    min-height: 485px !important;
  }
}
.w-485 {
  width: 485% !important;
}

.h-485 {
  height: 485% !important;
}

.max-w-485 {
  max-width: 485% !important;
}

.min-w-485 {
  min-width: 485% !important;
}

.max-h-485 {
  max-height: 485% !important;
}

.min-h-485 {
  min-height: 485% !important;
}

.min-vw-485 {
  min-width: 485vw !important;
}

.min-vh-485 {
  min-height: 485vh !important;
}

.vw-485 {
  width: 485vw !important;
}

.vh-485 {
  height: 485vh !important;
}

.width-485 {
  width: 485px !important;
}

.height-485 {
  height: 485px !important;
}

.max-width-485 {
  max-width: 485px !important;
}

.min-width-485 {
  min-width: 485px !important;
}

.max-height-485 {
  max-height: 485px !important;
}

.min-height-485 {
  min-height: 485px !important;
}

@media (max-width: 576px) {
  .w-sm-486 {
    width: 486% !important;
  }
  .h-sm-486 {
    height: 486% !important;
  }
  .max-w-sm-486 {
    max-width: 486% !important;
  }
  .min-w-sm-486 {
    min-width: 486% !important;
  }
  .max-h-sm-486 {
    max-height: 486% !important;
  }
  .min-h-sm-486 {
    min-height: 486% !important;
  }
  .min-sm-vw-486 {
    min-width: 486vw !important;
  }
  .min-sm-vh-486 {
    min-height: 486vh !important;
  }
  .vw-sm-486 {
    width: 486vw !important;
  }
  .vh-sm-486 {
    height: 486vh !important;
  }
  .width-sm-486 {
    width: 486px !important;
  }
  .height-sm-486 {
    height: 486px !important;
  }
  .max-width-sm-486 {
    max-width: 486px !important;
  }
  .min-width-sm-486 {
    min-width: 486px !important;
  }
  .max-height-sm-486 {
    max-height: 486px !important;
  }
  .min-height-sm-486 {
    min-height: 486px !important;
  }
}
@media (max-width: 768px) {
  .w-md-486 {
    width: 486% !important;
  }
  .h-md-486 {
    height: 486% !important;
  }
  .max-w-md-486 {
    max-width: 486% !important;
  }
  .min-w-md-486 {
    min-width: 486% !important;
  }
  .max-h-md-486 {
    max-height: 486% !important;
  }
  .min-h-md-486 {
    min-height: 486% !important;
  }
  .min-md-vw-486 {
    min-width: 486vw !important;
  }
  .min-md-vh-486 {
    min-height: 486vh !important;
  }
  .vw-md-486 {
    width: 486vw !important;
  }
  .vh-md-486 {
    height: 486vh !important;
  }
  .width-md-486 {
    width: 486px !important;
  }
  .height-md-486 {
    height: 486px !important;
  }
  .max-width-md-486 {
    max-width: 486px !important;
  }
  .min-width-md-486 {
    min-width: 486px !important;
  }
  .max-height-md-486 {
    max-height: 486px !important;
  }
  .min-height-md-486 {
    min-height: 486px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-486 {
    width: 486% !important;
  }
  .h-lg-486 {
    height: 486% !important;
  }
  .max-w-lg-486 {
    max-width: 486% !important;
  }
  .min-w-lg-486 {
    min-width: 486% !important;
  }
  .max-h-lg-486 {
    max-height: 486% !important;
  }
  .min-h-lg-486 {
    min-height: 486% !important;
  }
  .min-lg-vw-486 {
    min-width: 486vw !important;
  }
  .min-lg-vh-486 {
    min-height: 486vh !important;
  }
  .vw-lg-486 {
    width: 486vw !important;
  }
  .vh-lg-486 {
    height: 486vh !important;
  }
  .width-lg-486 {
    width: 486px !important;
  }
  .height-lg-486 {
    height: 486px !important;
  }
  .max-width-lg-486 {
    max-width: 486px !important;
  }
  .min-width-lg-486 {
    min-width: 486px !important;
  }
  .max-height-lg-486 {
    max-height: 486px !important;
  }
  .min-height-lg-486 {
    min-height: 486px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-486 {
    width: 486% !important;
  }
  .h-xl-486 {
    height: 486% !important;
  }
  .max-w-xl-486 {
    max-width: 486% !important;
  }
  .min-w-xl-486 {
    min-width: 486% !important;
  }
  .max-h-xl-486 {
    max-height: 486% !important;
  }
  .min-h-xl-486 {
    min-height: 486% !important;
  }
  .min-xl-vw-486 {
    min-width: 486vw !important;
  }
  .min-xl-vh-486 {
    min-height: 486vh !important;
  }
  .vw-xl-486 {
    width: 486vw !important;
  }
  .vh-xl-486 {
    height: 486vh !important;
  }
  .width-xl-486 {
    width: 486px !important;
  }
  .height-xl-486 {
    height: 486px !important;
  }
  .max-width-xl-486 {
    max-width: 486px !important;
  }
  .min-width-xl-486 {
    min-width: 486px !important;
  }
  .max-height-xl-486 {
    max-height: 486px !important;
  }
  .min-height-xl-486 {
    min-height: 486px !important;
  }
}
.w-486 {
  width: 486% !important;
}

.h-486 {
  height: 486% !important;
}

.max-w-486 {
  max-width: 486% !important;
}

.min-w-486 {
  min-width: 486% !important;
}

.max-h-486 {
  max-height: 486% !important;
}

.min-h-486 {
  min-height: 486% !important;
}

.min-vw-486 {
  min-width: 486vw !important;
}

.min-vh-486 {
  min-height: 486vh !important;
}

.vw-486 {
  width: 486vw !important;
}

.vh-486 {
  height: 486vh !important;
}

.width-486 {
  width: 486px !important;
}

.height-486 {
  height: 486px !important;
}

.max-width-486 {
  max-width: 486px !important;
}

.min-width-486 {
  min-width: 486px !important;
}

.max-height-486 {
  max-height: 486px !important;
}

.min-height-486 {
  min-height: 486px !important;
}

@media (max-width: 576px) {
  .w-sm-487 {
    width: 487% !important;
  }
  .h-sm-487 {
    height: 487% !important;
  }
  .max-w-sm-487 {
    max-width: 487% !important;
  }
  .min-w-sm-487 {
    min-width: 487% !important;
  }
  .max-h-sm-487 {
    max-height: 487% !important;
  }
  .min-h-sm-487 {
    min-height: 487% !important;
  }
  .min-sm-vw-487 {
    min-width: 487vw !important;
  }
  .min-sm-vh-487 {
    min-height: 487vh !important;
  }
  .vw-sm-487 {
    width: 487vw !important;
  }
  .vh-sm-487 {
    height: 487vh !important;
  }
  .width-sm-487 {
    width: 487px !important;
  }
  .height-sm-487 {
    height: 487px !important;
  }
  .max-width-sm-487 {
    max-width: 487px !important;
  }
  .min-width-sm-487 {
    min-width: 487px !important;
  }
  .max-height-sm-487 {
    max-height: 487px !important;
  }
  .min-height-sm-487 {
    min-height: 487px !important;
  }
}
@media (max-width: 768px) {
  .w-md-487 {
    width: 487% !important;
  }
  .h-md-487 {
    height: 487% !important;
  }
  .max-w-md-487 {
    max-width: 487% !important;
  }
  .min-w-md-487 {
    min-width: 487% !important;
  }
  .max-h-md-487 {
    max-height: 487% !important;
  }
  .min-h-md-487 {
    min-height: 487% !important;
  }
  .min-md-vw-487 {
    min-width: 487vw !important;
  }
  .min-md-vh-487 {
    min-height: 487vh !important;
  }
  .vw-md-487 {
    width: 487vw !important;
  }
  .vh-md-487 {
    height: 487vh !important;
  }
  .width-md-487 {
    width: 487px !important;
  }
  .height-md-487 {
    height: 487px !important;
  }
  .max-width-md-487 {
    max-width: 487px !important;
  }
  .min-width-md-487 {
    min-width: 487px !important;
  }
  .max-height-md-487 {
    max-height: 487px !important;
  }
  .min-height-md-487 {
    min-height: 487px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-487 {
    width: 487% !important;
  }
  .h-lg-487 {
    height: 487% !important;
  }
  .max-w-lg-487 {
    max-width: 487% !important;
  }
  .min-w-lg-487 {
    min-width: 487% !important;
  }
  .max-h-lg-487 {
    max-height: 487% !important;
  }
  .min-h-lg-487 {
    min-height: 487% !important;
  }
  .min-lg-vw-487 {
    min-width: 487vw !important;
  }
  .min-lg-vh-487 {
    min-height: 487vh !important;
  }
  .vw-lg-487 {
    width: 487vw !important;
  }
  .vh-lg-487 {
    height: 487vh !important;
  }
  .width-lg-487 {
    width: 487px !important;
  }
  .height-lg-487 {
    height: 487px !important;
  }
  .max-width-lg-487 {
    max-width: 487px !important;
  }
  .min-width-lg-487 {
    min-width: 487px !important;
  }
  .max-height-lg-487 {
    max-height: 487px !important;
  }
  .min-height-lg-487 {
    min-height: 487px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-487 {
    width: 487% !important;
  }
  .h-xl-487 {
    height: 487% !important;
  }
  .max-w-xl-487 {
    max-width: 487% !important;
  }
  .min-w-xl-487 {
    min-width: 487% !important;
  }
  .max-h-xl-487 {
    max-height: 487% !important;
  }
  .min-h-xl-487 {
    min-height: 487% !important;
  }
  .min-xl-vw-487 {
    min-width: 487vw !important;
  }
  .min-xl-vh-487 {
    min-height: 487vh !important;
  }
  .vw-xl-487 {
    width: 487vw !important;
  }
  .vh-xl-487 {
    height: 487vh !important;
  }
  .width-xl-487 {
    width: 487px !important;
  }
  .height-xl-487 {
    height: 487px !important;
  }
  .max-width-xl-487 {
    max-width: 487px !important;
  }
  .min-width-xl-487 {
    min-width: 487px !important;
  }
  .max-height-xl-487 {
    max-height: 487px !important;
  }
  .min-height-xl-487 {
    min-height: 487px !important;
  }
}
.w-487 {
  width: 487% !important;
}

.h-487 {
  height: 487% !important;
}

.max-w-487 {
  max-width: 487% !important;
}

.min-w-487 {
  min-width: 487% !important;
}

.max-h-487 {
  max-height: 487% !important;
}

.min-h-487 {
  min-height: 487% !important;
}

.min-vw-487 {
  min-width: 487vw !important;
}

.min-vh-487 {
  min-height: 487vh !important;
}

.vw-487 {
  width: 487vw !important;
}

.vh-487 {
  height: 487vh !important;
}

.width-487 {
  width: 487px !important;
}

.height-487 {
  height: 487px !important;
}

.max-width-487 {
  max-width: 487px !important;
}

.min-width-487 {
  min-width: 487px !important;
}

.max-height-487 {
  max-height: 487px !important;
}

.min-height-487 {
  min-height: 487px !important;
}

@media (max-width: 576px) {
  .w-sm-488 {
    width: 488% !important;
  }
  .h-sm-488 {
    height: 488% !important;
  }
  .max-w-sm-488 {
    max-width: 488% !important;
  }
  .min-w-sm-488 {
    min-width: 488% !important;
  }
  .max-h-sm-488 {
    max-height: 488% !important;
  }
  .min-h-sm-488 {
    min-height: 488% !important;
  }
  .min-sm-vw-488 {
    min-width: 488vw !important;
  }
  .min-sm-vh-488 {
    min-height: 488vh !important;
  }
  .vw-sm-488 {
    width: 488vw !important;
  }
  .vh-sm-488 {
    height: 488vh !important;
  }
  .width-sm-488 {
    width: 488px !important;
  }
  .height-sm-488 {
    height: 488px !important;
  }
  .max-width-sm-488 {
    max-width: 488px !important;
  }
  .min-width-sm-488 {
    min-width: 488px !important;
  }
  .max-height-sm-488 {
    max-height: 488px !important;
  }
  .min-height-sm-488 {
    min-height: 488px !important;
  }
}
@media (max-width: 768px) {
  .w-md-488 {
    width: 488% !important;
  }
  .h-md-488 {
    height: 488% !important;
  }
  .max-w-md-488 {
    max-width: 488% !important;
  }
  .min-w-md-488 {
    min-width: 488% !important;
  }
  .max-h-md-488 {
    max-height: 488% !important;
  }
  .min-h-md-488 {
    min-height: 488% !important;
  }
  .min-md-vw-488 {
    min-width: 488vw !important;
  }
  .min-md-vh-488 {
    min-height: 488vh !important;
  }
  .vw-md-488 {
    width: 488vw !important;
  }
  .vh-md-488 {
    height: 488vh !important;
  }
  .width-md-488 {
    width: 488px !important;
  }
  .height-md-488 {
    height: 488px !important;
  }
  .max-width-md-488 {
    max-width: 488px !important;
  }
  .min-width-md-488 {
    min-width: 488px !important;
  }
  .max-height-md-488 {
    max-height: 488px !important;
  }
  .min-height-md-488 {
    min-height: 488px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-488 {
    width: 488% !important;
  }
  .h-lg-488 {
    height: 488% !important;
  }
  .max-w-lg-488 {
    max-width: 488% !important;
  }
  .min-w-lg-488 {
    min-width: 488% !important;
  }
  .max-h-lg-488 {
    max-height: 488% !important;
  }
  .min-h-lg-488 {
    min-height: 488% !important;
  }
  .min-lg-vw-488 {
    min-width: 488vw !important;
  }
  .min-lg-vh-488 {
    min-height: 488vh !important;
  }
  .vw-lg-488 {
    width: 488vw !important;
  }
  .vh-lg-488 {
    height: 488vh !important;
  }
  .width-lg-488 {
    width: 488px !important;
  }
  .height-lg-488 {
    height: 488px !important;
  }
  .max-width-lg-488 {
    max-width: 488px !important;
  }
  .min-width-lg-488 {
    min-width: 488px !important;
  }
  .max-height-lg-488 {
    max-height: 488px !important;
  }
  .min-height-lg-488 {
    min-height: 488px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-488 {
    width: 488% !important;
  }
  .h-xl-488 {
    height: 488% !important;
  }
  .max-w-xl-488 {
    max-width: 488% !important;
  }
  .min-w-xl-488 {
    min-width: 488% !important;
  }
  .max-h-xl-488 {
    max-height: 488% !important;
  }
  .min-h-xl-488 {
    min-height: 488% !important;
  }
  .min-xl-vw-488 {
    min-width: 488vw !important;
  }
  .min-xl-vh-488 {
    min-height: 488vh !important;
  }
  .vw-xl-488 {
    width: 488vw !important;
  }
  .vh-xl-488 {
    height: 488vh !important;
  }
  .width-xl-488 {
    width: 488px !important;
  }
  .height-xl-488 {
    height: 488px !important;
  }
  .max-width-xl-488 {
    max-width: 488px !important;
  }
  .min-width-xl-488 {
    min-width: 488px !important;
  }
  .max-height-xl-488 {
    max-height: 488px !important;
  }
  .min-height-xl-488 {
    min-height: 488px !important;
  }
}
.w-488 {
  width: 488% !important;
}

.h-488 {
  height: 488% !important;
}

.max-w-488 {
  max-width: 488% !important;
}

.min-w-488 {
  min-width: 488% !important;
}

.max-h-488 {
  max-height: 488% !important;
}

.min-h-488 {
  min-height: 488% !important;
}

.min-vw-488 {
  min-width: 488vw !important;
}

.min-vh-488 {
  min-height: 488vh !important;
}

.vw-488 {
  width: 488vw !important;
}

.vh-488 {
  height: 488vh !important;
}

.width-488 {
  width: 488px !important;
}

.height-488 {
  height: 488px !important;
}

.max-width-488 {
  max-width: 488px !important;
}

.min-width-488 {
  min-width: 488px !important;
}

.max-height-488 {
  max-height: 488px !important;
}

.min-height-488 {
  min-height: 488px !important;
}

@media (max-width: 576px) {
  .w-sm-489 {
    width: 489% !important;
  }
  .h-sm-489 {
    height: 489% !important;
  }
  .max-w-sm-489 {
    max-width: 489% !important;
  }
  .min-w-sm-489 {
    min-width: 489% !important;
  }
  .max-h-sm-489 {
    max-height: 489% !important;
  }
  .min-h-sm-489 {
    min-height: 489% !important;
  }
  .min-sm-vw-489 {
    min-width: 489vw !important;
  }
  .min-sm-vh-489 {
    min-height: 489vh !important;
  }
  .vw-sm-489 {
    width: 489vw !important;
  }
  .vh-sm-489 {
    height: 489vh !important;
  }
  .width-sm-489 {
    width: 489px !important;
  }
  .height-sm-489 {
    height: 489px !important;
  }
  .max-width-sm-489 {
    max-width: 489px !important;
  }
  .min-width-sm-489 {
    min-width: 489px !important;
  }
  .max-height-sm-489 {
    max-height: 489px !important;
  }
  .min-height-sm-489 {
    min-height: 489px !important;
  }
}
@media (max-width: 768px) {
  .w-md-489 {
    width: 489% !important;
  }
  .h-md-489 {
    height: 489% !important;
  }
  .max-w-md-489 {
    max-width: 489% !important;
  }
  .min-w-md-489 {
    min-width: 489% !important;
  }
  .max-h-md-489 {
    max-height: 489% !important;
  }
  .min-h-md-489 {
    min-height: 489% !important;
  }
  .min-md-vw-489 {
    min-width: 489vw !important;
  }
  .min-md-vh-489 {
    min-height: 489vh !important;
  }
  .vw-md-489 {
    width: 489vw !important;
  }
  .vh-md-489 {
    height: 489vh !important;
  }
  .width-md-489 {
    width: 489px !important;
  }
  .height-md-489 {
    height: 489px !important;
  }
  .max-width-md-489 {
    max-width: 489px !important;
  }
  .min-width-md-489 {
    min-width: 489px !important;
  }
  .max-height-md-489 {
    max-height: 489px !important;
  }
  .min-height-md-489 {
    min-height: 489px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-489 {
    width: 489% !important;
  }
  .h-lg-489 {
    height: 489% !important;
  }
  .max-w-lg-489 {
    max-width: 489% !important;
  }
  .min-w-lg-489 {
    min-width: 489% !important;
  }
  .max-h-lg-489 {
    max-height: 489% !important;
  }
  .min-h-lg-489 {
    min-height: 489% !important;
  }
  .min-lg-vw-489 {
    min-width: 489vw !important;
  }
  .min-lg-vh-489 {
    min-height: 489vh !important;
  }
  .vw-lg-489 {
    width: 489vw !important;
  }
  .vh-lg-489 {
    height: 489vh !important;
  }
  .width-lg-489 {
    width: 489px !important;
  }
  .height-lg-489 {
    height: 489px !important;
  }
  .max-width-lg-489 {
    max-width: 489px !important;
  }
  .min-width-lg-489 {
    min-width: 489px !important;
  }
  .max-height-lg-489 {
    max-height: 489px !important;
  }
  .min-height-lg-489 {
    min-height: 489px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-489 {
    width: 489% !important;
  }
  .h-xl-489 {
    height: 489% !important;
  }
  .max-w-xl-489 {
    max-width: 489% !important;
  }
  .min-w-xl-489 {
    min-width: 489% !important;
  }
  .max-h-xl-489 {
    max-height: 489% !important;
  }
  .min-h-xl-489 {
    min-height: 489% !important;
  }
  .min-xl-vw-489 {
    min-width: 489vw !important;
  }
  .min-xl-vh-489 {
    min-height: 489vh !important;
  }
  .vw-xl-489 {
    width: 489vw !important;
  }
  .vh-xl-489 {
    height: 489vh !important;
  }
  .width-xl-489 {
    width: 489px !important;
  }
  .height-xl-489 {
    height: 489px !important;
  }
  .max-width-xl-489 {
    max-width: 489px !important;
  }
  .min-width-xl-489 {
    min-width: 489px !important;
  }
  .max-height-xl-489 {
    max-height: 489px !important;
  }
  .min-height-xl-489 {
    min-height: 489px !important;
  }
}
.w-489 {
  width: 489% !important;
}

.h-489 {
  height: 489% !important;
}

.max-w-489 {
  max-width: 489% !important;
}

.min-w-489 {
  min-width: 489% !important;
}

.max-h-489 {
  max-height: 489% !important;
}

.min-h-489 {
  min-height: 489% !important;
}

.min-vw-489 {
  min-width: 489vw !important;
}

.min-vh-489 {
  min-height: 489vh !important;
}

.vw-489 {
  width: 489vw !important;
}

.vh-489 {
  height: 489vh !important;
}

.width-489 {
  width: 489px !important;
}

.height-489 {
  height: 489px !important;
}

.max-width-489 {
  max-width: 489px !important;
}

.min-width-489 {
  min-width: 489px !important;
}

.max-height-489 {
  max-height: 489px !important;
}

.min-height-489 {
  min-height: 489px !important;
}

@media (max-width: 576px) {
  .w-sm-490 {
    width: 490% !important;
  }
  .h-sm-490 {
    height: 490% !important;
  }
  .max-w-sm-490 {
    max-width: 490% !important;
  }
  .min-w-sm-490 {
    min-width: 490% !important;
  }
  .max-h-sm-490 {
    max-height: 490% !important;
  }
  .min-h-sm-490 {
    min-height: 490% !important;
  }
  .min-sm-vw-490 {
    min-width: 490vw !important;
  }
  .min-sm-vh-490 {
    min-height: 490vh !important;
  }
  .vw-sm-490 {
    width: 490vw !important;
  }
  .vh-sm-490 {
    height: 490vh !important;
  }
  .width-sm-490 {
    width: 490px !important;
  }
  .height-sm-490 {
    height: 490px !important;
  }
  .max-width-sm-490 {
    max-width: 490px !important;
  }
  .min-width-sm-490 {
    min-width: 490px !important;
  }
  .max-height-sm-490 {
    max-height: 490px !important;
  }
  .min-height-sm-490 {
    min-height: 490px !important;
  }
}
@media (max-width: 768px) {
  .w-md-490 {
    width: 490% !important;
  }
  .h-md-490 {
    height: 490% !important;
  }
  .max-w-md-490 {
    max-width: 490% !important;
  }
  .min-w-md-490 {
    min-width: 490% !important;
  }
  .max-h-md-490 {
    max-height: 490% !important;
  }
  .min-h-md-490 {
    min-height: 490% !important;
  }
  .min-md-vw-490 {
    min-width: 490vw !important;
  }
  .min-md-vh-490 {
    min-height: 490vh !important;
  }
  .vw-md-490 {
    width: 490vw !important;
  }
  .vh-md-490 {
    height: 490vh !important;
  }
  .width-md-490 {
    width: 490px !important;
  }
  .height-md-490 {
    height: 490px !important;
  }
  .max-width-md-490 {
    max-width: 490px !important;
  }
  .min-width-md-490 {
    min-width: 490px !important;
  }
  .max-height-md-490 {
    max-height: 490px !important;
  }
  .min-height-md-490 {
    min-height: 490px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-490 {
    width: 490% !important;
  }
  .h-lg-490 {
    height: 490% !important;
  }
  .max-w-lg-490 {
    max-width: 490% !important;
  }
  .min-w-lg-490 {
    min-width: 490% !important;
  }
  .max-h-lg-490 {
    max-height: 490% !important;
  }
  .min-h-lg-490 {
    min-height: 490% !important;
  }
  .min-lg-vw-490 {
    min-width: 490vw !important;
  }
  .min-lg-vh-490 {
    min-height: 490vh !important;
  }
  .vw-lg-490 {
    width: 490vw !important;
  }
  .vh-lg-490 {
    height: 490vh !important;
  }
  .width-lg-490 {
    width: 490px !important;
  }
  .height-lg-490 {
    height: 490px !important;
  }
  .max-width-lg-490 {
    max-width: 490px !important;
  }
  .min-width-lg-490 {
    min-width: 490px !important;
  }
  .max-height-lg-490 {
    max-height: 490px !important;
  }
  .min-height-lg-490 {
    min-height: 490px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-490 {
    width: 490% !important;
  }
  .h-xl-490 {
    height: 490% !important;
  }
  .max-w-xl-490 {
    max-width: 490% !important;
  }
  .min-w-xl-490 {
    min-width: 490% !important;
  }
  .max-h-xl-490 {
    max-height: 490% !important;
  }
  .min-h-xl-490 {
    min-height: 490% !important;
  }
  .min-xl-vw-490 {
    min-width: 490vw !important;
  }
  .min-xl-vh-490 {
    min-height: 490vh !important;
  }
  .vw-xl-490 {
    width: 490vw !important;
  }
  .vh-xl-490 {
    height: 490vh !important;
  }
  .width-xl-490 {
    width: 490px !important;
  }
  .height-xl-490 {
    height: 490px !important;
  }
  .max-width-xl-490 {
    max-width: 490px !important;
  }
  .min-width-xl-490 {
    min-width: 490px !important;
  }
  .max-height-xl-490 {
    max-height: 490px !important;
  }
  .min-height-xl-490 {
    min-height: 490px !important;
  }
}
.w-490 {
  width: 490% !important;
}

.h-490 {
  height: 490% !important;
}

.max-w-490 {
  max-width: 490% !important;
}

.min-w-490 {
  min-width: 490% !important;
}

.max-h-490 {
  max-height: 490% !important;
}

.min-h-490 {
  min-height: 490% !important;
}

.min-vw-490 {
  min-width: 490vw !important;
}

.min-vh-490 {
  min-height: 490vh !important;
}

.vw-490 {
  width: 490vw !important;
}

.vh-490 {
  height: 490vh !important;
}

.width-490 {
  width: 490px !important;
}

.height-490 {
  height: 490px !important;
}

.max-width-490 {
  max-width: 490px !important;
}

.min-width-490 {
  min-width: 490px !important;
}

.max-height-490 {
  max-height: 490px !important;
}

.min-height-490 {
  min-height: 490px !important;
}

@media (max-width: 576px) {
  .w-sm-491 {
    width: 491% !important;
  }
  .h-sm-491 {
    height: 491% !important;
  }
  .max-w-sm-491 {
    max-width: 491% !important;
  }
  .min-w-sm-491 {
    min-width: 491% !important;
  }
  .max-h-sm-491 {
    max-height: 491% !important;
  }
  .min-h-sm-491 {
    min-height: 491% !important;
  }
  .min-sm-vw-491 {
    min-width: 491vw !important;
  }
  .min-sm-vh-491 {
    min-height: 491vh !important;
  }
  .vw-sm-491 {
    width: 491vw !important;
  }
  .vh-sm-491 {
    height: 491vh !important;
  }
  .width-sm-491 {
    width: 491px !important;
  }
  .height-sm-491 {
    height: 491px !important;
  }
  .max-width-sm-491 {
    max-width: 491px !important;
  }
  .min-width-sm-491 {
    min-width: 491px !important;
  }
  .max-height-sm-491 {
    max-height: 491px !important;
  }
  .min-height-sm-491 {
    min-height: 491px !important;
  }
}
@media (max-width: 768px) {
  .w-md-491 {
    width: 491% !important;
  }
  .h-md-491 {
    height: 491% !important;
  }
  .max-w-md-491 {
    max-width: 491% !important;
  }
  .min-w-md-491 {
    min-width: 491% !important;
  }
  .max-h-md-491 {
    max-height: 491% !important;
  }
  .min-h-md-491 {
    min-height: 491% !important;
  }
  .min-md-vw-491 {
    min-width: 491vw !important;
  }
  .min-md-vh-491 {
    min-height: 491vh !important;
  }
  .vw-md-491 {
    width: 491vw !important;
  }
  .vh-md-491 {
    height: 491vh !important;
  }
  .width-md-491 {
    width: 491px !important;
  }
  .height-md-491 {
    height: 491px !important;
  }
  .max-width-md-491 {
    max-width: 491px !important;
  }
  .min-width-md-491 {
    min-width: 491px !important;
  }
  .max-height-md-491 {
    max-height: 491px !important;
  }
  .min-height-md-491 {
    min-height: 491px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-491 {
    width: 491% !important;
  }
  .h-lg-491 {
    height: 491% !important;
  }
  .max-w-lg-491 {
    max-width: 491% !important;
  }
  .min-w-lg-491 {
    min-width: 491% !important;
  }
  .max-h-lg-491 {
    max-height: 491% !important;
  }
  .min-h-lg-491 {
    min-height: 491% !important;
  }
  .min-lg-vw-491 {
    min-width: 491vw !important;
  }
  .min-lg-vh-491 {
    min-height: 491vh !important;
  }
  .vw-lg-491 {
    width: 491vw !important;
  }
  .vh-lg-491 {
    height: 491vh !important;
  }
  .width-lg-491 {
    width: 491px !important;
  }
  .height-lg-491 {
    height: 491px !important;
  }
  .max-width-lg-491 {
    max-width: 491px !important;
  }
  .min-width-lg-491 {
    min-width: 491px !important;
  }
  .max-height-lg-491 {
    max-height: 491px !important;
  }
  .min-height-lg-491 {
    min-height: 491px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-491 {
    width: 491% !important;
  }
  .h-xl-491 {
    height: 491% !important;
  }
  .max-w-xl-491 {
    max-width: 491% !important;
  }
  .min-w-xl-491 {
    min-width: 491% !important;
  }
  .max-h-xl-491 {
    max-height: 491% !important;
  }
  .min-h-xl-491 {
    min-height: 491% !important;
  }
  .min-xl-vw-491 {
    min-width: 491vw !important;
  }
  .min-xl-vh-491 {
    min-height: 491vh !important;
  }
  .vw-xl-491 {
    width: 491vw !important;
  }
  .vh-xl-491 {
    height: 491vh !important;
  }
  .width-xl-491 {
    width: 491px !important;
  }
  .height-xl-491 {
    height: 491px !important;
  }
  .max-width-xl-491 {
    max-width: 491px !important;
  }
  .min-width-xl-491 {
    min-width: 491px !important;
  }
  .max-height-xl-491 {
    max-height: 491px !important;
  }
  .min-height-xl-491 {
    min-height: 491px !important;
  }
}
.w-491 {
  width: 491% !important;
}

.h-491 {
  height: 491% !important;
}

.max-w-491 {
  max-width: 491% !important;
}

.min-w-491 {
  min-width: 491% !important;
}

.max-h-491 {
  max-height: 491% !important;
}

.min-h-491 {
  min-height: 491% !important;
}

.min-vw-491 {
  min-width: 491vw !important;
}

.min-vh-491 {
  min-height: 491vh !important;
}

.vw-491 {
  width: 491vw !important;
}

.vh-491 {
  height: 491vh !important;
}

.width-491 {
  width: 491px !important;
}

.height-491 {
  height: 491px !important;
}

.max-width-491 {
  max-width: 491px !important;
}

.min-width-491 {
  min-width: 491px !important;
}

.max-height-491 {
  max-height: 491px !important;
}

.min-height-491 {
  min-height: 491px !important;
}

@media (max-width: 576px) {
  .w-sm-492 {
    width: 492% !important;
  }
  .h-sm-492 {
    height: 492% !important;
  }
  .max-w-sm-492 {
    max-width: 492% !important;
  }
  .min-w-sm-492 {
    min-width: 492% !important;
  }
  .max-h-sm-492 {
    max-height: 492% !important;
  }
  .min-h-sm-492 {
    min-height: 492% !important;
  }
  .min-sm-vw-492 {
    min-width: 492vw !important;
  }
  .min-sm-vh-492 {
    min-height: 492vh !important;
  }
  .vw-sm-492 {
    width: 492vw !important;
  }
  .vh-sm-492 {
    height: 492vh !important;
  }
  .width-sm-492 {
    width: 492px !important;
  }
  .height-sm-492 {
    height: 492px !important;
  }
  .max-width-sm-492 {
    max-width: 492px !important;
  }
  .min-width-sm-492 {
    min-width: 492px !important;
  }
  .max-height-sm-492 {
    max-height: 492px !important;
  }
  .min-height-sm-492 {
    min-height: 492px !important;
  }
}
@media (max-width: 768px) {
  .w-md-492 {
    width: 492% !important;
  }
  .h-md-492 {
    height: 492% !important;
  }
  .max-w-md-492 {
    max-width: 492% !important;
  }
  .min-w-md-492 {
    min-width: 492% !important;
  }
  .max-h-md-492 {
    max-height: 492% !important;
  }
  .min-h-md-492 {
    min-height: 492% !important;
  }
  .min-md-vw-492 {
    min-width: 492vw !important;
  }
  .min-md-vh-492 {
    min-height: 492vh !important;
  }
  .vw-md-492 {
    width: 492vw !important;
  }
  .vh-md-492 {
    height: 492vh !important;
  }
  .width-md-492 {
    width: 492px !important;
  }
  .height-md-492 {
    height: 492px !important;
  }
  .max-width-md-492 {
    max-width: 492px !important;
  }
  .min-width-md-492 {
    min-width: 492px !important;
  }
  .max-height-md-492 {
    max-height: 492px !important;
  }
  .min-height-md-492 {
    min-height: 492px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-492 {
    width: 492% !important;
  }
  .h-lg-492 {
    height: 492% !important;
  }
  .max-w-lg-492 {
    max-width: 492% !important;
  }
  .min-w-lg-492 {
    min-width: 492% !important;
  }
  .max-h-lg-492 {
    max-height: 492% !important;
  }
  .min-h-lg-492 {
    min-height: 492% !important;
  }
  .min-lg-vw-492 {
    min-width: 492vw !important;
  }
  .min-lg-vh-492 {
    min-height: 492vh !important;
  }
  .vw-lg-492 {
    width: 492vw !important;
  }
  .vh-lg-492 {
    height: 492vh !important;
  }
  .width-lg-492 {
    width: 492px !important;
  }
  .height-lg-492 {
    height: 492px !important;
  }
  .max-width-lg-492 {
    max-width: 492px !important;
  }
  .min-width-lg-492 {
    min-width: 492px !important;
  }
  .max-height-lg-492 {
    max-height: 492px !important;
  }
  .min-height-lg-492 {
    min-height: 492px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-492 {
    width: 492% !important;
  }
  .h-xl-492 {
    height: 492% !important;
  }
  .max-w-xl-492 {
    max-width: 492% !important;
  }
  .min-w-xl-492 {
    min-width: 492% !important;
  }
  .max-h-xl-492 {
    max-height: 492% !important;
  }
  .min-h-xl-492 {
    min-height: 492% !important;
  }
  .min-xl-vw-492 {
    min-width: 492vw !important;
  }
  .min-xl-vh-492 {
    min-height: 492vh !important;
  }
  .vw-xl-492 {
    width: 492vw !important;
  }
  .vh-xl-492 {
    height: 492vh !important;
  }
  .width-xl-492 {
    width: 492px !important;
  }
  .height-xl-492 {
    height: 492px !important;
  }
  .max-width-xl-492 {
    max-width: 492px !important;
  }
  .min-width-xl-492 {
    min-width: 492px !important;
  }
  .max-height-xl-492 {
    max-height: 492px !important;
  }
  .min-height-xl-492 {
    min-height: 492px !important;
  }
}
.w-492 {
  width: 492% !important;
}

.h-492 {
  height: 492% !important;
}

.max-w-492 {
  max-width: 492% !important;
}

.min-w-492 {
  min-width: 492% !important;
}

.max-h-492 {
  max-height: 492% !important;
}

.min-h-492 {
  min-height: 492% !important;
}

.min-vw-492 {
  min-width: 492vw !important;
}

.min-vh-492 {
  min-height: 492vh !important;
}

.vw-492 {
  width: 492vw !important;
}

.vh-492 {
  height: 492vh !important;
}

.width-492 {
  width: 492px !important;
}

.height-492 {
  height: 492px !important;
}

.max-width-492 {
  max-width: 492px !important;
}

.min-width-492 {
  min-width: 492px !important;
}

.max-height-492 {
  max-height: 492px !important;
}

.min-height-492 {
  min-height: 492px !important;
}

@media (max-width: 576px) {
  .w-sm-493 {
    width: 493% !important;
  }
  .h-sm-493 {
    height: 493% !important;
  }
  .max-w-sm-493 {
    max-width: 493% !important;
  }
  .min-w-sm-493 {
    min-width: 493% !important;
  }
  .max-h-sm-493 {
    max-height: 493% !important;
  }
  .min-h-sm-493 {
    min-height: 493% !important;
  }
  .min-sm-vw-493 {
    min-width: 493vw !important;
  }
  .min-sm-vh-493 {
    min-height: 493vh !important;
  }
  .vw-sm-493 {
    width: 493vw !important;
  }
  .vh-sm-493 {
    height: 493vh !important;
  }
  .width-sm-493 {
    width: 493px !important;
  }
  .height-sm-493 {
    height: 493px !important;
  }
  .max-width-sm-493 {
    max-width: 493px !important;
  }
  .min-width-sm-493 {
    min-width: 493px !important;
  }
  .max-height-sm-493 {
    max-height: 493px !important;
  }
  .min-height-sm-493 {
    min-height: 493px !important;
  }
}
@media (max-width: 768px) {
  .w-md-493 {
    width: 493% !important;
  }
  .h-md-493 {
    height: 493% !important;
  }
  .max-w-md-493 {
    max-width: 493% !important;
  }
  .min-w-md-493 {
    min-width: 493% !important;
  }
  .max-h-md-493 {
    max-height: 493% !important;
  }
  .min-h-md-493 {
    min-height: 493% !important;
  }
  .min-md-vw-493 {
    min-width: 493vw !important;
  }
  .min-md-vh-493 {
    min-height: 493vh !important;
  }
  .vw-md-493 {
    width: 493vw !important;
  }
  .vh-md-493 {
    height: 493vh !important;
  }
  .width-md-493 {
    width: 493px !important;
  }
  .height-md-493 {
    height: 493px !important;
  }
  .max-width-md-493 {
    max-width: 493px !important;
  }
  .min-width-md-493 {
    min-width: 493px !important;
  }
  .max-height-md-493 {
    max-height: 493px !important;
  }
  .min-height-md-493 {
    min-height: 493px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-493 {
    width: 493% !important;
  }
  .h-lg-493 {
    height: 493% !important;
  }
  .max-w-lg-493 {
    max-width: 493% !important;
  }
  .min-w-lg-493 {
    min-width: 493% !important;
  }
  .max-h-lg-493 {
    max-height: 493% !important;
  }
  .min-h-lg-493 {
    min-height: 493% !important;
  }
  .min-lg-vw-493 {
    min-width: 493vw !important;
  }
  .min-lg-vh-493 {
    min-height: 493vh !important;
  }
  .vw-lg-493 {
    width: 493vw !important;
  }
  .vh-lg-493 {
    height: 493vh !important;
  }
  .width-lg-493 {
    width: 493px !important;
  }
  .height-lg-493 {
    height: 493px !important;
  }
  .max-width-lg-493 {
    max-width: 493px !important;
  }
  .min-width-lg-493 {
    min-width: 493px !important;
  }
  .max-height-lg-493 {
    max-height: 493px !important;
  }
  .min-height-lg-493 {
    min-height: 493px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-493 {
    width: 493% !important;
  }
  .h-xl-493 {
    height: 493% !important;
  }
  .max-w-xl-493 {
    max-width: 493% !important;
  }
  .min-w-xl-493 {
    min-width: 493% !important;
  }
  .max-h-xl-493 {
    max-height: 493% !important;
  }
  .min-h-xl-493 {
    min-height: 493% !important;
  }
  .min-xl-vw-493 {
    min-width: 493vw !important;
  }
  .min-xl-vh-493 {
    min-height: 493vh !important;
  }
  .vw-xl-493 {
    width: 493vw !important;
  }
  .vh-xl-493 {
    height: 493vh !important;
  }
  .width-xl-493 {
    width: 493px !important;
  }
  .height-xl-493 {
    height: 493px !important;
  }
  .max-width-xl-493 {
    max-width: 493px !important;
  }
  .min-width-xl-493 {
    min-width: 493px !important;
  }
  .max-height-xl-493 {
    max-height: 493px !important;
  }
  .min-height-xl-493 {
    min-height: 493px !important;
  }
}
.w-493 {
  width: 493% !important;
}

.h-493 {
  height: 493% !important;
}

.max-w-493 {
  max-width: 493% !important;
}

.min-w-493 {
  min-width: 493% !important;
}

.max-h-493 {
  max-height: 493% !important;
}

.min-h-493 {
  min-height: 493% !important;
}

.min-vw-493 {
  min-width: 493vw !important;
}

.min-vh-493 {
  min-height: 493vh !important;
}

.vw-493 {
  width: 493vw !important;
}

.vh-493 {
  height: 493vh !important;
}

.width-493 {
  width: 493px !important;
}

.height-493 {
  height: 493px !important;
}

.max-width-493 {
  max-width: 493px !important;
}

.min-width-493 {
  min-width: 493px !important;
}

.max-height-493 {
  max-height: 493px !important;
}

.min-height-493 {
  min-height: 493px !important;
}

@media (max-width: 576px) {
  .w-sm-494 {
    width: 494% !important;
  }
  .h-sm-494 {
    height: 494% !important;
  }
  .max-w-sm-494 {
    max-width: 494% !important;
  }
  .min-w-sm-494 {
    min-width: 494% !important;
  }
  .max-h-sm-494 {
    max-height: 494% !important;
  }
  .min-h-sm-494 {
    min-height: 494% !important;
  }
  .min-sm-vw-494 {
    min-width: 494vw !important;
  }
  .min-sm-vh-494 {
    min-height: 494vh !important;
  }
  .vw-sm-494 {
    width: 494vw !important;
  }
  .vh-sm-494 {
    height: 494vh !important;
  }
  .width-sm-494 {
    width: 494px !important;
  }
  .height-sm-494 {
    height: 494px !important;
  }
  .max-width-sm-494 {
    max-width: 494px !important;
  }
  .min-width-sm-494 {
    min-width: 494px !important;
  }
  .max-height-sm-494 {
    max-height: 494px !important;
  }
  .min-height-sm-494 {
    min-height: 494px !important;
  }
}
@media (max-width: 768px) {
  .w-md-494 {
    width: 494% !important;
  }
  .h-md-494 {
    height: 494% !important;
  }
  .max-w-md-494 {
    max-width: 494% !important;
  }
  .min-w-md-494 {
    min-width: 494% !important;
  }
  .max-h-md-494 {
    max-height: 494% !important;
  }
  .min-h-md-494 {
    min-height: 494% !important;
  }
  .min-md-vw-494 {
    min-width: 494vw !important;
  }
  .min-md-vh-494 {
    min-height: 494vh !important;
  }
  .vw-md-494 {
    width: 494vw !important;
  }
  .vh-md-494 {
    height: 494vh !important;
  }
  .width-md-494 {
    width: 494px !important;
  }
  .height-md-494 {
    height: 494px !important;
  }
  .max-width-md-494 {
    max-width: 494px !important;
  }
  .min-width-md-494 {
    min-width: 494px !important;
  }
  .max-height-md-494 {
    max-height: 494px !important;
  }
  .min-height-md-494 {
    min-height: 494px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-494 {
    width: 494% !important;
  }
  .h-lg-494 {
    height: 494% !important;
  }
  .max-w-lg-494 {
    max-width: 494% !important;
  }
  .min-w-lg-494 {
    min-width: 494% !important;
  }
  .max-h-lg-494 {
    max-height: 494% !important;
  }
  .min-h-lg-494 {
    min-height: 494% !important;
  }
  .min-lg-vw-494 {
    min-width: 494vw !important;
  }
  .min-lg-vh-494 {
    min-height: 494vh !important;
  }
  .vw-lg-494 {
    width: 494vw !important;
  }
  .vh-lg-494 {
    height: 494vh !important;
  }
  .width-lg-494 {
    width: 494px !important;
  }
  .height-lg-494 {
    height: 494px !important;
  }
  .max-width-lg-494 {
    max-width: 494px !important;
  }
  .min-width-lg-494 {
    min-width: 494px !important;
  }
  .max-height-lg-494 {
    max-height: 494px !important;
  }
  .min-height-lg-494 {
    min-height: 494px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-494 {
    width: 494% !important;
  }
  .h-xl-494 {
    height: 494% !important;
  }
  .max-w-xl-494 {
    max-width: 494% !important;
  }
  .min-w-xl-494 {
    min-width: 494% !important;
  }
  .max-h-xl-494 {
    max-height: 494% !important;
  }
  .min-h-xl-494 {
    min-height: 494% !important;
  }
  .min-xl-vw-494 {
    min-width: 494vw !important;
  }
  .min-xl-vh-494 {
    min-height: 494vh !important;
  }
  .vw-xl-494 {
    width: 494vw !important;
  }
  .vh-xl-494 {
    height: 494vh !important;
  }
  .width-xl-494 {
    width: 494px !important;
  }
  .height-xl-494 {
    height: 494px !important;
  }
  .max-width-xl-494 {
    max-width: 494px !important;
  }
  .min-width-xl-494 {
    min-width: 494px !important;
  }
  .max-height-xl-494 {
    max-height: 494px !important;
  }
  .min-height-xl-494 {
    min-height: 494px !important;
  }
}
.w-494 {
  width: 494% !important;
}

.h-494 {
  height: 494% !important;
}

.max-w-494 {
  max-width: 494% !important;
}

.min-w-494 {
  min-width: 494% !important;
}

.max-h-494 {
  max-height: 494% !important;
}

.min-h-494 {
  min-height: 494% !important;
}

.min-vw-494 {
  min-width: 494vw !important;
}

.min-vh-494 {
  min-height: 494vh !important;
}

.vw-494 {
  width: 494vw !important;
}

.vh-494 {
  height: 494vh !important;
}

.width-494 {
  width: 494px !important;
}

.height-494 {
  height: 494px !important;
}

.max-width-494 {
  max-width: 494px !important;
}

.min-width-494 {
  min-width: 494px !important;
}

.max-height-494 {
  max-height: 494px !important;
}

.min-height-494 {
  min-height: 494px !important;
}

@media (max-width: 576px) {
  .w-sm-495 {
    width: 495% !important;
  }
  .h-sm-495 {
    height: 495% !important;
  }
  .max-w-sm-495 {
    max-width: 495% !important;
  }
  .min-w-sm-495 {
    min-width: 495% !important;
  }
  .max-h-sm-495 {
    max-height: 495% !important;
  }
  .min-h-sm-495 {
    min-height: 495% !important;
  }
  .min-sm-vw-495 {
    min-width: 495vw !important;
  }
  .min-sm-vh-495 {
    min-height: 495vh !important;
  }
  .vw-sm-495 {
    width: 495vw !important;
  }
  .vh-sm-495 {
    height: 495vh !important;
  }
  .width-sm-495 {
    width: 495px !important;
  }
  .height-sm-495 {
    height: 495px !important;
  }
  .max-width-sm-495 {
    max-width: 495px !important;
  }
  .min-width-sm-495 {
    min-width: 495px !important;
  }
  .max-height-sm-495 {
    max-height: 495px !important;
  }
  .min-height-sm-495 {
    min-height: 495px !important;
  }
}
@media (max-width: 768px) {
  .w-md-495 {
    width: 495% !important;
  }
  .h-md-495 {
    height: 495% !important;
  }
  .max-w-md-495 {
    max-width: 495% !important;
  }
  .min-w-md-495 {
    min-width: 495% !important;
  }
  .max-h-md-495 {
    max-height: 495% !important;
  }
  .min-h-md-495 {
    min-height: 495% !important;
  }
  .min-md-vw-495 {
    min-width: 495vw !important;
  }
  .min-md-vh-495 {
    min-height: 495vh !important;
  }
  .vw-md-495 {
    width: 495vw !important;
  }
  .vh-md-495 {
    height: 495vh !important;
  }
  .width-md-495 {
    width: 495px !important;
  }
  .height-md-495 {
    height: 495px !important;
  }
  .max-width-md-495 {
    max-width: 495px !important;
  }
  .min-width-md-495 {
    min-width: 495px !important;
  }
  .max-height-md-495 {
    max-height: 495px !important;
  }
  .min-height-md-495 {
    min-height: 495px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-495 {
    width: 495% !important;
  }
  .h-lg-495 {
    height: 495% !important;
  }
  .max-w-lg-495 {
    max-width: 495% !important;
  }
  .min-w-lg-495 {
    min-width: 495% !important;
  }
  .max-h-lg-495 {
    max-height: 495% !important;
  }
  .min-h-lg-495 {
    min-height: 495% !important;
  }
  .min-lg-vw-495 {
    min-width: 495vw !important;
  }
  .min-lg-vh-495 {
    min-height: 495vh !important;
  }
  .vw-lg-495 {
    width: 495vw !important;
  }
  .vh-lg-495 {
    height: 495vh !important;
  }
  .width-lg-495 {
    width: 495px !important;
  }
  .height-lg-495 {
    height: 495px !important;
  }
  .max-width-lg-495 {
    max-width: 495px !important;
  }
  .min-width-lg-495 {
    min-width: 495px !important;
  }
  .max-height-lg-495 {
    max-height: 495px !important;
  }
  .min-height-lg-495 {
    min-height: 495px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-495 {
    width: 495% !important;
  }
  .h-xl-495 {
    height: 495% !important;
  }
  .max-w-xl-495 {
    max-width: 495% !important;
  }
  .min-w-xl-495 {
    min-width: 495% !important;
  }
  .max-h-xl-495 {
    max-height: 495% !important;
  }
  .min-h-xl-495 {
    min-height: 495% !important;
  }
  .min-xl-vw-495 {
    min-width: 495vw !important;
  }
  .min-xl-vh-495 {
    min-height: 495vh !important;
  }
  .vw-xl-495 {
    width: 495vw !important;
  }
  .vh-xl-495 {
    height: 495vh !important;
  }
  .width-xl-495 {
    width: 495px !important;
  }
  .height-xl-495 {
    height: 495px !important;
  }
  .max-width-xl-495 {
    max-width: 495px !important;
  }
  .min-width-xl-495 {
    min-width: 495px !important;
  }
  .max-height-xl-495 {
    max-height: 495px !important;
  }
  .min-height-xl-495 {
    min-height: 495px !important;
  }
}
.w-495 {
  width: 495% !important;
}

.h-495 {
  height: 495% !important;
}

.max-w-495 {
  max-width: 495% !important;
}

.min-w-495 {
  min-width: 495% !important;
}

.max-h-495 {
  max-height: 495% !important;
}

.min-h-495 {
  min-height: 495% !important;
}

.min-vw-495 {
  min-width: 495vw !important;
}

.min-vh-495 {
  min-height: 495vh !important;
}

.vw-495 {
  width: 495vw !important;
}

.vh-495 {
  height: 495vh !important;
}

.width-495 {
  width: 495px !important;
}

.height-495 {
  height: 495px !important;
}

.max-width-495 {
  max-width: 495px !important;
}

.min-width-495 {
  min-width: 495px !important;
}

.max-height-495 {
  max-height: 495px !important;
}

.min-height-495 {
  min-height: 495px !important;
}

@media (max-width: 576px) {
  .w-sm-496 {
    width: 496% !important;
  }
  .h-sm-496 {
    height: 496% !important;
  }
  .max-w-sm-496 {
    max-width: 496% !important;
  }
  .min-w-sm-496 {
    min-width: 496% !important;
  }
  .max-h-sm-496 {
    max-height: 496% !important;
  }
  .min-h-sm-496 {
    min-height: 496% !important;
  }
  .min-sm-vw-496 {
    min-width: 496vw !important;
  }
  .min-sm-vh-496 {
    min-height: 496vh !important;
  }
  .vw-sm-496 {
    width: 496vw !important;
  }
  .vh-sm-496 {
    height: 496vh !important;
  }
  .width-sm-496 {
    width: 496px !important;
  }
  .height-sm-496 {
    height: 496px !important;
  }
  .max-width-sm-496 {
    max-width: 496px !important;
  }
  .min-width-sm-496 {
    min-width: 496px !important;
  }
  .max-height-sm-496 {
    max-height: 496px !important;
  }
  .min-height-sm-496 {
    min-height: 496px !important;
  }
}
@media (max-width: 768px) {
  .w-md-496 {
    width: 496% !important;
  }
  .h-md-496 {
    height: 496% !important;
  }
  .max-w-md-496 {
    max-width: 496% !important;
  }
  .min-w-md-496 {
    min-width: 496% !important;
  }
  .max-h-md-496 {
    max-height: 496% !important;
  }
  .min-h-md-496 {
    min-height: 496% !important;
  }
  .min-md-vw-496 {
    min-width: 496vw !important;
  }
  .min-md-vh-496 {
    min-height: 496vh !important;
  }
  .vw-md-496 {
    width: 496vw !important;
  }
  .vh-md-496 {
    height: 496vh !important;
  }
  .width-md-496 {
    width: 496px !important;
  }
  .height-md-496 {
    height: 496px !important;
  }
  .max-width-md-496 {
    max-width: 496px !important;
  }
  .min-width-md-496 {
    min-width: 496px !important;
  }
  .max-height-md-496 {
    max-height: 496px !important;
  }
  .min-height-md-496 {
    min-height: 496px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-496 {
    width: 496% !important;
  }
  .h-lg-496 {
    height: 496% !important;
  }
  .max-w-lg-496 {
    max-width: 496% !important;
  }
  .min-w-lg-496 {
    min-width: 496% !important;
  }
  .max-h-lg-496 {
    max-height: 496% !important;
  }
  .min-h-lg-496 {
    min-height: 496% !important;
  }
  .min-lg-vw-496 {
    min-width: 496vw !important;
  }
  .min-lg-vh-496 {
    min-height: 496vh !important;
  }
  .vw-lg-496 {
    width: 496vw !important;
  }
  .vh-lg-496 {
    height: 496vh !important;
  }
  .width-lg-496 {
    width: 496px !important;
  }
  .height-lg-496 {
    height: 496px !important;
  }
  .max-width-lg-496 {
    max-width: 496px !important;
  }
  .min-width-lg-496 {
    min-width: 496px !important;
  }
  .max-height-lg-496 {
    max-height: 496px !important;
  }
  .min-height-lg-496 {
    min-height: 496px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-496 {
    width: 496% !important;
  }
  .h-xl-496 {
    height: 496% !important;
  }
  .max-w-xl-496 {
    max-width: 496% !important;
  }
  .min-w-xl-496 {
    min-width: 496% !important;
  }
  .max-h-xl-496 {
    max-height: 496% !important;
  }
  .min-h-xl-496 {
    min-height: 496% !important;
  }
  .min-xl-vw-496 {
    min-width: 496vw !important;
  }
  .min-xl-vh-496 {
    min-height: 496vh !important;
  }
  .vw-xl-496 {
    width: 496vw !important;
  }
  .vh-xl-496 {
    height: 496vh !important;
  }
  .width-xl-496 {
    width: 496px !important;
  }
  .height-xl-496 {
    height: 496px !important;
  }
  .max-width-xl-496 {
    max-width: 496px !important;
  }
  .min-width-xl-496 {
    min-width: 496px !important;
  }
  .max-height-xl-496 {
    max-height: 496px !important;
  }
  .min-height-xl-496 {
    min-height: 496px !important;
  }
}
.w-496 {
  width: 496% !important;
}

.h-496 {
  height: 496% !important;
}

.max-w-496 {
  max-width: 496% !important;
}

.min-w-496 {
  min-width: 496% !important;
}

.max-h-496 {
  max-height: 496% !important;
}

.min-h-496 {
  min-height: 496% !important;
}

.min-vw-496 {
  min-width: 496vw !important;
}

.min-vh-496 {
  min-height: 496vh !important;
}

.vw-496 {
  width: 496vw !important;
}

.vh-496 {
  height: 496vh !important;
}

.width-496 {
  width: 496px !important;
}

.height-496 {
  height: 496px !important;
}

.max-width-496 {
  max-width: 496px !important;
}

.min-width-496 {
  min-width: 496px !important;
}

.max-height-496 {
  max-height: 496px !important;
}

.min-height-496 {
  min-height: 496px !important;
}

@media (max-width: 576px) {
  .w-sm-497 {
    width: 497% !important;
  }
  .h-sm-497 {
    height: 497% !important;
  }
  .max-w-sm-497 {
    max-width: 497% !important;
  }
  .min-w-sm-497 {
    min-width: 497% !important;
  }
  .max-h-sm-497 {
    max-height: 497% !important;
  }
  .min-h-sm-497 {
    min-height: 497% !important;
  }
  .min-sm-vw-497 {
    min-width: 497vw !important;
  }
  .min-sm-vh-497 {
    min-height: 497vh !important;
  }
  .vw-sm-497 {
    width: 497vw !important;
  }
  .vh-sm-497 {
    height: 497vh !important;
  }
  .width-sm-497 {
    width: 497px !important;
  }
  .height-sm-497 {
    height: 497px !important;
  }
  .max-width-sm-497 {
    max-width: 497px !important;
  }
  .min-width-sm-497 {
    min-width: 497px !important;
  }
  .max-height-sm-497 {
    max-height: 497px !important;
  }
  .min-height-sm-497 {
    min-height: 497px !important;
  }
}
@media (max-width: 768px) {
  .w-md-497 {
    width: 497% !important;
  }
  .h-md-497 {
    height: 497% !important;
  }
  .max-w-md-497 {
    max-width: 497% !important;
  }
  .min-w-md-497 {
    min-width: 497% !important;
  }
  .max-h-md-497 {
    max-height: 497% !important;
  }
  .min-h-md-497 {
    min-height: 497% !important;
  }
  .min-md-vw-497 {
    min-width: 497vw !important;
  }
  .min-md-vh-497 {
    min-height: 497vh !important;
  }
  .vw-md-497 {
    width: 497vw !important;
  }
  .vh-md-497 {
    height: 497vh !important;
  }
  .width-md-497 {
    width: 497px !important;
  }
  .height-md-497 {
    height: 497px !important;
  }
  .max-width-md-497 {
    max-width: 497px !important;
  }
  .min-width-md-497 {
    min-width: 497px !important;
  }
  .max-height-md-497 {
    max-height: 497px !important;
  }
  .min-height-md-497 {
    min-height: 497px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-497 {
    width: 497% !important;
  }
  .h-lg-497 {
    height: 497% !important;
  }
  .max-w-lg-497 {
    max-width: 497% !important;
  }
  .min-w-lg-497 {
    min-width: 497% !important;
  }
  .max-h-lg-497 {
    max-height: 497% !important;
  }
  .min-h-lg-497 {
    min-height: 497% !important;
  }
  .min-lg-vw-497 {
    min-width: 497vw !important;
  }
  .min-lg-vh-497 {
    min-height: 497vh !important;
  }
  .vw-lg-497 {
    width: 497vw !important;
  }
  .vh-lg-497 {
    height: 497vh !important;
  }
  .width-lg-497 {
    width: 497px !important;
  }
  .height-lg-497 {
    height: 497px !important;
  }
  .max-width-lg-497 {
    max-width: 497px !important;
  }
  .min-width-lg-497 {
    min-width: 497px !important;
  }
  .max-height-lg-497 {
    max-height: 497px !important;
  }
  .min-height-lg-497 {
    min-height: 497px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-497 {
    width: 497% !important;
  }
  .h-xl-497 {
    height: 497% !important;
  }
  .max-w-xl-497 {
    max-width: 497% !important;
  }
  .min-w-xl-497 {
    min-width: 497% !important;
  }
  .max-h-xl-497 {
    max-height: 497% !important;
  }
  .min-h-xl-497 {
    min-height: 497% !important;
  }
  .min-xl-vw-497 {
    min-width: 497vw !important;
  }
  .min-xl-vh-497 {
    min-height: 497vh !important;
  }
  .vw-xl-497 {
    width: 497vw !important;
  }
  .vh-xl-497 {
    height: 497vh !important;
  }
  .width-xl-497 {
    width: 497px !important;
  }
  .height-xl-497 {
    height: 497px !important;
  }
  .max-width-xl-497 {
    max-width: 497px !important;
  }
  .min-width-xl-497 {
    min-width: 497px !important;
  }
  .max-height-xl-497 {
    max-height: 497px !important;
  }
  .min-height-xl-497 {
    min-height: 497px !important;
  }
}
.w-497 {
  width: 497% !important;
}

.h-497 {
  height: 497% !important;
}

.max-w-497 {
  max-width: 497% !important;
}

.min-w-497 {
  min-width: 497% !important;
}

.max-h-497 {
  max-height: 497% !important;
}

.min-h-497 {
  min-height: 497% !important;
}

.min-vw-497 {
  min-width: 497vw !important;
}

.min-vh-497 {
  min-height: 497vh !important;
}

.vw-497 {
  width: 497vw !important;
}

.vh-497 {
  height: 497vh !important;
}

.width-497 {
  width: 497px !important;
}

.height-497 {
  height: 497px !important;
}

.max-width-497 {
  max-width: 497px !important;
}

.min-width-497 {
  min-width: 497px !important;
}

.max-height-497 {
  max-height: 497px !important;
}

.min-height-497 {
  min-height: 497px !important;
}

@media (max-width: 576px) {
  .w-sm-498 {
    width: 498% !important;
  }
  .h-sm-498 {
    height: 498% !important;
  }
  .max-w-sm-498 {
    max-width: 498% !important;
  }
  .min-w-sm-498 {
    min-width: 498% !important;
  }
  .max-h-sm-498 {
    max-height: 498% !important;
  }
  .min-h-sm-498 {
    min-height: 498% !important;
  }
  .min-sm-vw-498 {
    min-width: 498vw !important;
  }
  .min-sm-vh-498 {
    min-height: 498vh !important;
  }
  .vw-sm-498 {
    width: 498vw !important;
  }
  .vh-sm-498 {
    height: 498vh !important;
  }
  .width-sm-498 {
    width: 498px !important;
  }
  .height-sm-498 {
    height: 498px !important;
  }
  .max-width-sm-498 {
    max-width: 498px !important;
  }
  .min-width-sm-498 {
    min-width: 498px !important;
  }
  .max-height-sm-498 {
    max-height: 498px !important;
  }
  .min-height-sm-498 {
    min-height: 498px !important;
  }
}
@media (max-width: 768px) {
  .w-md-498 {
    width: 498% !important;
  }
  .h-md-498 {
    height: 498% !important;
  }
  .max-w-md-498 {
    max-width: 498% !important;
  }
  .min-w-md-498 {
    min-width: 498% !important;
  }
  .max-h-md-498 {
    max-height: 498% !important;
  }
  .min-h-md-498 {
    min-height: 498% !important;
  }
  .min-md-vw-498 {
    min-width: 498vw !important;
  }
  .min-md-vh-498 {
    min-height: 498vh !important;
  }
  .vw-md-498 {
    width: 498vw !important;
  }
  .vh-md-498 {
    height: 498vh !important;
  }
  .width-md-498 {
    width: 498px !important;
  }
  .height-md-498 {
    height: 498px !important;
  }
  .max-width-md-498 {
    max-width: 498px !important;
  }
  .min-width-md-498 {
    min-width: 498px !important;
  }
  .max-height-md-498 {
    max-height: 498px !important;
  }
  .min-height-md-498 {
    min-height: 498px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-498 {
    width: 498% !important;
  }
  .h-lg-498 {
    height: 498% !important;
  }
  .max-w-lg-498 {
    max-width: 498% !important;
  }
  .min-w-lg-498 {
    min-width: 498% !important;
  }
  .max-h-lg-498 {
    max-height: 498% !important;
  }
  .min-h-lg-498 {
    min-height: 498% !important;
  }
  .min-lg-vw-498 {
    min-width: 498vw !important;
  }
  .min-lg-vh-498 {
    min-height: 498vh !important;
  }
  .vw-lg-498 {
    width: 498vw !important;
  }
  .vh-lg-498 {
    height: 498vh !important;
  }
  .width-lg-498 {
    width: 498px !important;
  }
  .height-lg-498 {
    height: 498px !important;
  }
  .max-width-lg-498 {
    max-width: 498px !important;
  }
  .min-width-lg-498 {
    min-width: 498px !important;
  }
  .max-height-lg-498 {
    max-height: 498px !important;
  }
  .min-height-lg-498 {
    min-height: 498px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-498 {
    width: 498% !important;
  }
  .h-xl-498 {
    height: 498% !important;
  }
  .max-w-xl-498 {
    max-width: 498% !important;
  }
  .min-w-xl-498 {
    min-width: 498% !important;
  }
  .max-h-xl-498 {
    max-height: 498% !important;
  }
  .min-h-xl-498 {
    min-height: 498% !important;
  }
  .min-xl-vw-498 {
    min-width: 498vw !important;
  }
  .min-xl-vh-498 {
    min-height: 498vh !important;
  }
  .vw-xl-498 {
    width: 498vw !important;
  }
  .vh-xl-498 {
    height: 498vh !important;
  }
  .width-xl-498 {
    width: 498px !important;
  }
  .height-xl-498 {
    height: 498px !important;
  }
  .max-width-xl-498 {
    max-width: 498px !important;
  }
  .min-width-xl-498 {
    min-width: 498px !important;
  }
  .max-height-xl-498 {
    max-height: 498px !important;
  }
  .min-height-xl-498 {
    min-height: 498px !important;
  }
}
.w-498 {
  width: 498% !important;
}

.h-498 {
  height: 498% !important;
}

.max-w-498 {
  max-width: 498% !important;
}

.min-w-498 {
  min-width: 498% !important;
}

.max-h-498 {
  max-height: 498% !important;
}

.min-h-498 {
  min-height: 498% !important;
}

.min-vw-498 {
  min-width: 498vw !important;
}

.min-vh-498 {
  min-height: 498vh !important;
}

.vw-498 {
  width: 498vw !important;
}

.vh-498 {
  height: 498vh !important;
}

.width-498 {
  width: 498px !important;
}

.height-498 {
  height: 498px !important;
}

.max-width-498 {
  max-width: 498px !important;
}

.min-width-498 {
  min-width: 498px !important;
}

.max-height-498 {
  max-height: 498px !important;
}

.min-height-498 {
  min-height: 498px !important;
}

@media (max-width: 576px) {
  .w-sm-499 {
    width: 499% !important;
  }
  .h-sm-499 {
    height: 499% !important;
  }
  .max-w-sm-499 {
    max-width: 499% !important;
  }
  .min-w-sm-499 {
    min-width: 499% !important;
  }
  .max-h-sm-499 {
    max-height: 499% !important;
  }
  .min-h-sm-499 {
    min-height: 499% !important;
  }
  .min-sm-vw-499 {
    min-width: 499vw !important;
  }
  .min-sm-vh-499 {
    min-height: 499vh !important;
  }
  .vw-sm-499 {
    width: 499vw !important;
  }
  .vh-sm-499 {
    height: 499vh !important;
  }
  .width-sm-499 {
    width: 499px !important;
  }
  .height-sm-499 {
    height: 499px !important;
  }
  .max-width-sm-499 {
    max-width: 499px !important;
  }
  .min-width-sm-499 {
    min-width: 499px !important;
  }
  .max-height-sm-499 {
    max-height: 499px !important;
  }
  .min-height-sm-499 {
    min-height: 499px !important;
  }
}
@media (max-width: 768px) {
  .w-md-499 {
    width: 499% !important;
  }
  .h-md-499 {
    height: 499% !important;
  }
  .max-w-md-499 {
    max-width: 499% !important;
  }
  .min-w-md-499 {
    min-width: 499% !important;
  }
  .max-h-md-499 {
    max-height: 499% !important;
  }
  .min-h-md-499 {
    min-height: 499% !important;
  }
  .min-md-vw-499 {
    min-width: 499vw !important;
  }
  .min-md-vh-499 {
    min-height: 499vh !important;
  }
  .vw-md-499 {
    width: 499vw !important;
  }
  .vh-md-499 {
    height: 499vh !important;
  }
  .width-md-499 {
    width: 499px !important;
  }
  .height-md-499 {
    height: 499px !important;
  }
  .max-width-md-499 {
    max-width: 499px !important;
  }
  .min-width-md-499 {
    min-width: 499px !important;
  }
  .max-height-md-499 {
    max-height: 499px !important;
  }
  .min-height-md-499 {
    min-height: 499px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-499 {
    width: 499% !important;
  }
  .h-lg-499 {
    height: 499% !important;
  }
  .max-w-lg-499 {
    max-width: 499% !important;
  }
  .min-w-lg-499 {
    min-width: 499% !important;
  }
  .max-h-lg-499 {
    max-height: 499% !important;
  }
  .min-h-lg-499 {
    min-height: 499% !important;
  }
  .min-lg-vw-499 {
    min-width: 499vw !important;
  }
  .min-lg-vh-499 {
    min-height: 499vh !important;
  }
  .vw-lg-499 {
    width: 499vw !important;
  }
  .vh-lg-499 {
    height: 499vh !important;
  }
  .width-lg-499 {
    width: 499px !important;
  }
  .height-lg-499 {
    height: 499px !important;
  }
  .max-width-lg-499 {
    max-width: 499px !important;
  }
  .min-width-lg-499 {
    min-width: 499px !important;
  }
  .max-height-lg-499 {
    max-height: 499px !important;
  }
  .min-height-lg-499 {
    min-height: 499px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-499 {
    width: 499% !important;
  }
  .h-xl-499 {
    height: 499% !important;
  }
  .max-w-xl-499 {
    max-width: 499% !important;
  }
  .min-w-xl-499 {
    min-width: 499% !important;
  }
  .max-h-xl-499 {
    max-height: 499% !important;
  }
  .min-h-xl-499 {
    min-height: 499% !important;
  }
  .min-xl-vw-499 {
    min-width: 499vw !important;
  }
  .min-xl-vh-499 {
    min-height: 499vh !important;
  }
  .vw-xl-499 {
    width: 499vw !important;
  }
  .vh-xl-499 {
    height: 499vh !important;
  }
  .width-xl-499 {
    width: 499px !important;
  }
  .height-xl-499 {
    height: 499px !important;
  }
  .max-width-xl-499 {
    max-width: 499px !important;
  }
  .min-width-xl-499 {
    min-width: 499px !important;
  }
  .max-height-xl-499 {
    max-height: 499px !important;
  }
  .min-height-xl-499 {
    min-height: 499px !important;
  }
}
.w-499 {
  width: 499% !important;
}

.h-499 {
  height: 499% !important;
}

.max-w-499 {
  max-width: 499% !important;
}

.min-w-499 {
  min-width: 499% !important;
}

.max-h-499 {
  max-height: 499% !important;
}

.min-h-499 {
  min-height: 499% !important;
}

.min-vw-499 {
  min-width: 499vw !important;
}

.min-vh-499 {
  min-height: 499vh !important;
}

.vw-499 {
  width: 499vw !important;
}

.vh-499 {
  height: 499vh !important;
}

.width-499 {
  width: 499px !important;
}

.height-499 {
  height: 499px !important;
}

.max-width-499 {
  max-width: 499px !important;
}

.min-width-499 {
  min-width: 499px !important;
}

.max-height-499 {
  max-height: 499px !important;
}

.min-height-499 {
  min-height: 499px !important;
}

@media (max-width: 576px) {
  .w-sm-500 {
    width: 500% !important;
  }
  .h-sm-500 {
    height: 500% !important;
  }
  .max-w-sm-500 {
    max-width: 500% !important;
  }
  .min-w-sm-500 {
    min-width: 500% !important;
  }
  .max-h-sm-500 {
    max-height: 500% !important;
  }
  .min-h-sm-500 {
    min-height: 500% !important;
  }
  .min-sm-vw-500 {
    min-width: 500vw !important;
  }
  .min-sm-vh-500 {
    min-height: 500vh !important;
  }
  .vw-sm-500 {
    width: 500vw !important;
  }
  .vh-sm-500 {
    height: 500vh !important;
  }
  .width-sm-500 {
    width: 500px !important;
  }
  .height-sm-500 {
    height: 500px !important;
  }
  .max-width-sm-500 {
    max-width: 500px !important;
  }
  .min-width-sm-500 {
    min-width: 500px !important;
  }
  .max-height-sm-500 {
    max-height: 500px !important;
  }
  .min-height-sm-500 {
    min-height: 500px !important;
  }
}
@media (max-width: 768px) {
  .w-md-500 {
    width: 500% !important;
  }
  .h-md-500 {
    height: 500% !important;
  }
  .max-w-md-500 {
    max-width: 500% !important;
  }
  .min-w-md-500 {
    min-width: 500% !important;
  }
  .max-h-md-500 {
    max-height: 500% !important;
  }
  .min-h-md-500 {
    min-height: 500% !important;
  }
  .min-md-vw-500 {
    min-width: 500vw !important;
  }
  .min-md-vh-500 {
    min-height: 500vh !important;
  }
  .vw-md-500 {
    width: 500vw !important;
  }
  .vh-md-500 {
    height: 500vh !important;
  }
  .width-md-500 {
    width: 500px !important;
  }
  .height-md-500 {
    height: 500px !important;
  }
  .max-width-md-500 {
    max-width: 500px !important;
  }
  .min-width-md-500 {
    min-width: 500px !important;
  }
  .max-height-md-500 {
    max-height: 500px !important;
  }
  .min-height-md-500 {
    min-height: 500px !important;
  }
}
@media (max-width: 992px) {
  .w-lg-500 {
    width: 500% !important;
  }
  .h-lg-500 {
    height: 500% !important;
  }
  .max-w-lg-500 {
    max-width: 500% !important;
  }
  .min-w-lg-500 {
    min-width: 500% !important;
  }
  .max-h-lg-500 {
    max-height: 500% !important;
  }
  .min-h-lg-500 {
    min-height: 500% !important;
  }
  .min-lg-vw-500 {
    min-width: 500vw !important;
  }
  .min-lg-vh-500 {
    min-height: 500vh !important;
  }
  .vw-lg-500 {
    width: 500vw !important;
  }
  .vh-lg-500 {
    height: 500vh !important;
  }
  .width-lg-500 {
    width: 500px !important;
  }
  .height-lg-500 {
    height: 500px !important;
  }
  .max-width-lg-500 {
    max-width: 500px !important;
  }
  .min-width-lg-500 {
    min-width: 500px !important;
  }
  .max-height-lg-500 {
    max-height: 500px !important;
  }
  .min-height-lg-500 {
    min-height: 500px !important;
  }
}
@media (max-width: 1200px) {
  .w-xl-500 {
    width: 500% !important;
  }
  .h-xl-500 {
    height: 500% !important;
  }
  .max-w-xl-500 {
    max-width: 500% !important;
  }
  .min-w-xl-500 {
    min-width: 500% !important;
  }
  .max-h-xl-500 {
    max-height: 500% !important;
  }
  .min-h-xl-500 {
    min-height: 500% !important;
  }
  .min-xl-vw-500 {
    min-width: 500vw !important;
  }
  .min-xl-vh-500 {
    min-height: 500vh !important;
  }
  .vw-xl-500 {
    width: 500vw !important;
  }
  .vh-xl-500 {
    height: 500vh !important;
  }
  .width-xl-500 {
    width: 500px !important;
  }
  .height-xl-500 {
    height: 500px !important;
  }
  .max-width-xl-500 {
    max-width: 500px !important;
  }
  .min-width-xl-500 {
    min-width: 500px !important;
  }
  .max-height-xl-500 {
    max-height: 500px !important;
  }
  .min-height-xl-500 {
    min-height: 500px !important;
  }
}
.w-500 {
  width: 500% !important;
}

.h-500 {
  height: 500% !important;
}

.max-w-500 {
  max-width: 500% !important;
}

.min-w-500 {
  min-width: 500% !important;
}

.max-h-500 {
  max-height: 500% !important;
}

.min-h-500 {
  min-height: 500% !important;
}

.min-vw-500 {
  min-width: 500vw !important;
}

.min-vh-500 {
  min-height: 500vh !important;
}

.vw-500 {
  width: 500vw !important;
}

.vh-500 {
  height: 500vh !important;
}

.width-500 {
  width: 500px !important;
}

.height-500 {
  height: 500px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.min-width-500 {
  min-width: 500px !important;
}

.max-height-500 {
  max-height: 500px !important;
}

.min-height-500 {
  min-height: 500px !important;
}

.w-auto {
  width: auto;
}

.min-w-auto {
  min-width: auto !important;
}

.max-w-auto {
  max-width: auto !important;
}

.h-auto {
  height: auto;
}

.min-h-auto {
  min-height: auto !important;
}

.max-h-auto {
  max-height: auto !important;
}

@media (max-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 576px) {
  .m-sm-1 {
    margin: 1px !important;
  }
  .mt-sm-1 {
    margin-top: 1px !important;
  }
  .mb-sm-1 {
    margin-bottom: 1px !important;
  }
  .ml-sm-1 {
    margin-left: 1px !important;
  }
  .mr-sm-1 {
    margin-right: 1px !important;
  }
  .my-sm-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mx-sm-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .p-sm-1 {
    padding: 1px !important;
  }
  .pt-sm-1 {
    padding-top: 1px !important;
  }
  .pb-sm-1 {
    padding-bottom: 1px !important;
  }
  .pl-sm-1 {
    padding-left: 1px !important;
  }
  .pr-sm-1 {
    padding-right: 1px !important;
  }
  .py-sm-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .px-sm-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
@media (max-width: 768px) {
  .m-md-1 {
    margin: 1px !important;
  }
  .mt-md-1 {
    margin-top: 1px !important;
  }
  .mb-md-1 {
    margin-bottom: 1px !important;
  }
  .ml-md-1 {
    margin-left: 1px !important;
  }
  .mr-md-1 {
    margin-right: 1px !important;
  }
  .my-md-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mx-md-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .p-md-1 {
    padding: 1px !important;
  }
  .pt-md-1 {
    padding-top: 1px !important;
  }
  .pb-md-1 {
    padding-bottom: 1px !important;
  }
  .pl-md-1 {
    padding-left: 1px !important;
  }
  .pr-md-1 {
    padding-right: 1px !important;
  }
  .py-md-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .px-md-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-1 {
    margin: 1px !important;
  }
  .mt-lg-1 {
    margin-top: 1px !important;
  }
  .mb-lg-1 {
    margin-bottom: 1px !important;
  }
  .ml-lg-1 {
    margin-left: 1px !important;
  }
  .mr-lg-1 {
    margin-right: 1px !important;
  }
  .my-lg-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mx-lg-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .p-lg-1 {
    padding: 1px !important;
  }
  .pt-lg-1 {
    padding-top: 1px !important;
  }
  .pb-lg-1 {
    padding-bottom: 1px !important;
  }
  .pl-lg-1 {
    padding-left: 1px !important;
  }
  .pr-lg-1 {
    padding-right: 1px !important;
  }
  .py-lg-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .px-lg-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-1 {
    margin: 1px !important;
  }
  .mt-xl-1 {
    margin-top: 1px !important;
  }
  .mb-xl-1 {
    margin-bottom: 1px !important;
  }
  .ml-xl-1 {
    margin-left: 1px !important;
  }
  .mr-xl-1 {
    margin-right: 1px !important;
  }
  .my-xl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mx-xl-1 {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .p-xl-1 {
    padding: 1px !important;
  }
  .pt-xl-1 {
    padding-top: 1px !important;
  }
  .pb-xl-1 {
    padding-bottom: 1px !important;
  }
  .pl-xl-1 {
    padding-left: 1px !important;
  }
  .pr-xl-1 {
    padding-right: 1px !important;
  }
  .py-xl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .px-xl-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
.m-1 {
  margin: 1px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.p-1 {
  padding: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

@media (max-width: 576px) {
  .m-sm-2 {
    margin: 2px !important;
  }
  .mt-sm-2 {
    margin-top: 2px !important;
  }
  .mb-sm-2 {
    margin-bottom: 2px !important;
  }
  .ml-sm-2 {
    margin-left: 2px !important;
  }
  .mr-sm-2 {
    margin-right: 2px !important;
  }
  .my-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mx-sm-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-sm-2 {
    padding: 2px !important;
  }
  .pt-sm-2 {
    padding-top: 2px !important;
  }
  .pb-sm-2 {
    padding-bottom: 2px !important;
  }
  .pl-sm-2 {
    padding-left: 2px !important;
  }
  .pr-sm-2 {
    padding-right: 2px !important;
  }
  .py-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .px-sm-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media (max-width: 768px) {
  .m-md-2 {
    margin: 2px !important;
  }
  .mt-md-2 {
    margin-top: 2px !important;
  }
  .mb-md-2 {
    margin-bottom: 2px !important;
  }
  .ml-md-2 {
    margin-left: 2px !important;
  }
  .mr-md-2 {
    margin-right: 2px !important;
  }
  .my-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mx-md-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-md-2 {
    padding: 2px !important;
  }
  .pt-md-2 {
    padding-top: 2px !important;
  }
  .pb-md-2 {
    padding-bottom: 2px !important;
  }
  .pl-md-2 {
    padding-left: 2px !important;
  }
  .pr-md-2 {
    padding-right: 2px !important;
  }
  .py-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .px-md-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-2 {
    margin: 2px !important;
  }
  .mt-lg-2 {
    margin-top: 2px !important;
  }
  .mb-lg-2 {
    margin-bottom: 2px !important;
  }
  .ml-lg-2 {
    margin-left: 2px !important;
  }
  .mr-lg-2 {
    margin-right: 2px !important;
  }
  .my-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mx-lg-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-lg-2 {
    padding: 2px !important;
  }
  .pt-lg-2 {
    padding-top: 2px !important;
  }
  .pb-lg-2 {
    padding-bottom: 2px !important;
  }
  .pl-lg-2 {
    padding-left: 2px !important;
  }
  .pr-lg-2 {
    padding-right: 2px !important;
  }
  .py-lg-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .px-lg-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-2 {
    margin: 2px !important;
  }
  .mt-xl-2 {
    margin-top: 2px !important;
  }
  .mb-xl-2 {
    margin-bottom: 2px !important;
  }
  .ml-xl-2 {
    margin-left: 2px !important;
  }
  .mr-xl-2 {
    margin-right: 2px !important;
  }
  .my-xl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mx-xl-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .p-xl-2 {
    padding: 2px !important;
  }
  .pt-xl-2 {
    padding-top: 2px !important;
  }
  .pb-xl-2 {
    padding-bottom: 2px !important;
  }
  .pl-xl-2 {
    padding-left: 2px !important;
  }
  .pr-xl-2 {
    padding-right: 2px !important;
  }
  .py-xl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .px-xl-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
.m-2 {
  margin: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.p-2 {
  padding: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media (max-width: 576px) {
  .m-sm-3 {
    margin: 3px !important;
  }
  .mt-sm-3 {
    margin-top: 3px !important;
  }
  .mb-sm-3 {
    margin-bottom: 3px !important;
  }
  .ml-sm-3 {
    margin-left: 3px !important;
  }
  .mr-sm-3 {
    margin-right: 3px !important;
  }
  .my-sm-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mx-sm-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .p-sm-3 {
    padding: 3px !important;
  }
  .pt-sm-3 {
    padding-top: 3px !important;
  }
  .pb-sm-3 {
    padding-bottom: 3px !important;
  }
  .pl-sm-3 {
    padding-left: 3px !important;
  }
  .pr-sm-3 {
    padding-right: 3px !important;
  }
  .py-sm-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .px-sm-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
@media (max-width: 768px) {
  .m-md-3 {
    margin: 3px !important;
  }
  .mt-md-3 {
    margin-top: 3px !important;
  }
  .mb-md-3 {
    margin-bottom: 3px !important;
  }
  .ml-md-3 {
    margin-left: 3px !important;
  }
  .mr-md-3 {
    margin-right: 3px !important;
  }
  .my-md-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mx-md-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .p-md-3 {
    padding: 3px !important;
  }
  .pt-md-3 {
    padding-top: 3px !important;
  }
  .pb-md-3 {
    padding-bottom: 3px !important;
  }
  .pl-md-3 {
    padding-left: 3px !important;
  }
  .pr-md-3 {
    padding-right: 3px !important;
  }
  .py-md-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .px-md-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-3 {
    margin: 3px !important;
  }
  .mt-lg-3 {
    margin-top: 3px !important;
  }
  .mb-lg-3 {
    margin-bottom: 3px !important;
  }
  .ml-lg-3 {
    margin-left: 3px !important;
  }
  .mr-lg-3 {
    margin-right: 3px !important;
  }
  .my-lg-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mx-lg-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .p-lg-3 {
    padding: 3px !important;
  }
  .pt-lg-3 {
    padding-top: 3px !important;
  }
  .pb-lg-3 {
    padding-bottom: 3px !important;
  }
  .pl-lg-3 {
    padding-left: 3px !important;
  }
  .pr-lg-3 {
    padding-right: 3px !important;
  }
  .py-lg-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .px-lg-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-3 {
    margin: 3px !important;
  }
  .mt-xl-3 {
    margin-top: 3px !important;
  }
  .mb-xl-3 {
    margin-bottom: 3px !important;
  }
  .ml-xl-3 {
    margin-left: 3px !important;
  }
  .mr-xl-3 {
    margin-right: 3px !important;
  }
  .my-xl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mx-xl-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .p-xl-3 {
    padding: 3px !important;
  }
  .pt-xl-3 {
    padding-top: 3px !important;
  }
  .pb-xl-3 {
    padding-bottom: 3px !important;
  }
  .pl-xl-3 {
    padding-left: 3px !important;
  }
  .pr-xl-3 {
    padding-right: 3px !important;
  }
  .py-xl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .px-xl-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
.m-3 {
  margin: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.p-3 {
  padding: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

@media (max-width: 576px) {
  .m-sm-4 {
    margin: 4px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media (max-width: 768px) {
  .m-md-4 {
    margin: 4px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-md-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-md-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-4 {
    margin: 4px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-lg-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-lg-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-4 {
    margin: 4px !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ml-xl-4 {
    margin-left: 4px !important;
  }
  .mr-xl-4 {
    margin-right: 4px !important;
  }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-xl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .pl-xl-4 {
    padding-left: 4px !important;
  }
  .pr-xl-4 {
    padding-right: 4px !important;
  }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-xl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
.m-4 {
  margin: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

@media (max-width: 576px) {
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media (max-width: 576px) {
  .m-sm-6 {
    margin: 6px !important;
  }
  .mt-sm-6 {
    margin-top: 6px !important;
  }
  .mb-sm-6 {
    margin-bottom: 6px !important;
  }
  .ml-sm-6 {
    margin-left: 6px !important;
  }
  .mr-sm-6 {
    margin-right: 6px !important;
  }
  .my-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-sm-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .p-sm-6 {
    padding: 6px !important;
  }
  .pt-sm-6 {
    padding-top: 6px !important;
  }
  .pb-sm-6 {
    padding-bottom: 6px !important;
  }
  .pl-sm-6 {
    padding-left: 6px !important;
  }
  .pr-sm-6 {
    padding-right: 6px !important;
  }
  .py-sm-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-sm-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 768px) {
  .m-md-6 {
    margin: 6px !important;
  }
  .mt-md-6 {
    margin-top: 6px !important;
  }
  .mb-md-6 {
    margin-bottom: 6px !important;
  }
  .ml-md-6 {
    margin-left: 6px !important;
  }
  .mr-md-6 {
    margin-right: 6px !important;
  }
  .my-md-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-md-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .p-md-6 {
    padding: 6px !important;
  }
  .pt-md-6 {
    padding-top: 6px !important;
  }
  .pb-md-6 {
    padding-bottom: 6px !important;
  }
  .pl-md-6 {
    padding-left: 6px !important;
  }
  .pr-md-6 {
    padding-right: 6px !important;
  }
  .py-md-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-md-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-6 {
    margin: 6px !important;
  }
  .mt-lg-6 {
    margin-top: 6px !important;
  }
  .mb-lg-6 {
    margin-bottom: 6px !important;
  }
  .ml-lg-6 {
    margin-left: 6px !important;
  }
  .mr-lg-6 {
    margin-right: 6px !important;
  }
  .my-lg-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-lg-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .p-lg-6 {
    padding: 6px !important;
  }
  .pt-lg-6 {
    padding-top: 6px !important;
  }
  .pb-lg-6 {
    padding-bottom: 6px !important;
  }
  .pl-lg-6 {
    padding-left: 6px !important;
  }
  .pr-lg-6 {
    padding-right: 6px !important;
  }
  .py-lg-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-lg-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-6 {
    margin: 6px !important;
  }
  .mt-xl-6 {
    margin-top: 6px !important;
  }
  .mb-xl-6 {
    margin-bottom: 6px !important;
  }
  .ml-xl-6 {
    margin-left: 6px !important;
  }
  .mr-xl-6 {
    margin-right: 6px !important;
  }
  .my-xl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-xl-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .p-xl-6 {
    padding: 6px !important;
  }
  .pt-xl-6 {
    padding-top: 6px !important;
  }
  .pb-xl-6 {
    padding-bottom: 6px !important;
  }
  .pl-xl-6 {
    padding-left: 6px !important;
  }
  .pr-xl-6 {
    padding-right: 6px !important;
  }
  .py-xl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-xl-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
.m-6 {
  margin: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

@media (max-width: 576px) {
  .m-sm-7 {
    margin: 7px !important;
  }
  .mt-sm-7 {
    margin-top: 7px !important;
  }
  .mb-sm-7 {
    margin-bottom: 7px !important;
  }
  .ml-sm-7 {
    margin-left: 7px !important;
  }
  .mr-sm-7 {
    margin-right: 7px !important;
  }
  .my-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mx-sm-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .p-sm-7 {
    padding: 7px !important;
  }
  .pt-sm-7 {
    padding-top: 7px !important;
  }
  .pb-sm-7 {
    padding-bottom: 7px !important;
  }
  .pl-sm-7 {
    padding-left: 7px !important;
  }
  .pr-sm-7 {
    padding-right: 7px !important;
  }
  .py-sm-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .px-sm-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media (max-width: 768px) {
  .m-md-7 {
    margin: 7px !important;
  }
  .mt-md-7 {
    margin-top: 7px !important;
  }
  .mb-md-7 {
    margin-bottom: 7px !important;
  }
  .ml-md-7 {
    margin-left: 7px !important;
  }
  .mr-md-7 {
    margin-right: 7px !important;
  }
  .my-md-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mx-md-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .p-md-7 {
    padding: 7px !important;
  }
  .pt-md-7 {
    padding-top: 7px !important;
  }
  .pb-md-7 {
    padding-bottom: 7px !important;
  }
  .pl-md-7 {
    padding-left: 7px !important;
  }
  .pr-md-7 {
    padding-right: 7px !important;
  }
  .py-md-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .px-md-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-7 {
    margin: 7px !important;
  }
  .mt-lg-7 {
    margin-top: 7px !important;
  }
  .mb-lg-7 {
    margin-bottom: 7px !important;
  }
  .ml-lg-7 {
    margin-left: 7px !important;
  }
  .mr-lg-7 {
    margin-right: 7px !important;
  }
  .my-lg-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mx-lg-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .p-lg-7 {
    padding: 7px !important;
  }
  .pt-lg-7 {
    padding-top: 7px !important;
  }
  .pb-lg-7 {
    padding-bottom: 7px !important;
  }
  .pl-lg-7 {
    padding-left: 7px !important;
  }
  .pr-lg-7 {
    padding-right: 7px !important;
  }
  .py-lg-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .px-lg-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-7 {
    margin: 7px !important;
  }
  .mt-xl-7 {
    margin-top: 7px !important;
  }
  .mb-xl-7 {
    margin-bottom: 7px !important;
  }
  .ml-xl-7 {
    margin-left: 7px !important;
  }
  .mr-xl-7 {
    margin-right: 7px !important;
  }
  .my-xl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mx-xl-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .p-xl-7 {
    padding: 7px !important;
  }
  .pt-xl-7 {
    padding-top: 7px !important;
  }
  .pb-xl-7 {
    padding-bottom: 7px !important;
  }
  .pl-xl-7 {
    padding-left: 7px !important;
  }
  .pr-xl-7 {
    padding-right: 7px !important;
  }
  .py-xl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .px-xl-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
.m-7 {
  margin: 7px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.p-7 {
  padding: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

@media (max-width: 576px) {
  .m-sm-8 {
    margin: 8px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 768px) {
  .m-md-8 {
    margin: 8px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-md-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-md-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-8 {
    margin: 8px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-lg-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-lg-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-8 {
    margin: 8px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ml-xl-8 {
    margin-left: 8px !important;
  }
  .mr-xl-8 {
    margin-right: 8px !important;
  }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-xl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pl-xl-8 {
    padding-left: 8px !important;
  }
  .pr-xl-8 {
    padding-right: 8px !important;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-xl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

@media (max-width: 576px) {
  .m-sm-9 {
    margin: 9px !important;
  }
  .mt-sm-9 {
    margin-top: 9px !important;
  }
  .mb-sm-9 {
    margin-bottom: 9px !important;
  }
  .ml-sm-9 {
    margin-left: 9px !important;
  }
  .mr-sm-9 {
    margin-right: 9px !important;
  }
  .my-sm-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mx-sm-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .p-sm-9 {
    padding: 9px !important;
  }
  .pt-sm-9 {
    padding-top: 9px !important;
  }
  .pb-sm-9 {
    padding-bottom: 9px !important;
  }
  .pl-sm-9 {
    padding-left: 9px !important;
  }
  .pr-sm-9 {
    padding-right: 9px !important;
  }
  .py-sm-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .px-sm-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
@media (max-width: 768px) {
  .m-md-9 {
    margin: 9px !important;
  }
  .mt-md-9 {
    margin-top: 9px !important;
  }
  .mb-md-9 {
    margin-bottom: 9px !important;
  }
  .ml-md-9 {
    margin-left: 9px !important;
  }
  .mr-md-9 {
    margin-right: 9px !important;
  }
  .my-md-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mx-md-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .p-md-9 {
    padding: 9px !important;
  }
  .pt-md-9 {
    padding-top: 9px !important;
  }
  .pb-md-9 {
    padding-bottom: 9px !important;
  }
  .pl-md-9 {
    padding-left: 9px !important;
  }
  .pr-md-9 {
    padding-right: 9px !important;
  }
  .py-md-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .px-md-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-9 {
    margin: 9px !important;
  }
  .mt-lg-9 {
    margin-top: 9px !important;
  }
  .mb-lg-9 {
    margin-bottom: 9px !important;
  }
  .ml-lg-9 {
    margin-left: 9px !important;
  }
  .mr-lg-9 {
    margin-right: 9px !important;
  }
  .my-lg-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mx-lg-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .p-lg-9 {
    padding: 9px !important;
  }
  .pt-lg-9 {
    padding-top: 9px !important;
  }
  .pb-lg-9 {
    padding-bottom: 9px !important;
  }
  .pl-lg-9 {
    padding-left: 9px !important;
  }
  .pr-lg-9 {
    padding-right: 9px !important;
  }
  .py-lg-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .px-lg-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-9 {
    margin: 9px !important;
  }
  .mt-xl-9 {
    margin-top: 9px !important;
  }
  .mb-xl-9 {
    margin-bottom: 9px !important;
  }
  .ml-xl-9 {
    margin-left: 9px !important;
  }
  .mr-xl-9 {
    margin-right: 9px !important;
  }
  .my-xl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mx-xl-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .p-xl-9 {
    padding: 9px !important;
  }
  .pt-xl-9 {
    padding-top: 9px !important;
  }
  .pb-xl-9 {
    padding-bottom: 9px !important;
  }
  .pl-xl-9 {
    padding-left: 9px !important;
  }
  .pr-xl-9 {
    padding-right: 9px !important;
  }
  .py-xl-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .px-xl-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
.m-9 {
  margin: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.p-9 {
  padding: 9px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

@media (max-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 576px) {
  .m-sm-11 {
    margin: 11px !important;
  }
  .mt-sm-11 {
    margin-top: 11px !important;
  }
  .mb-sm-11 {
    margin-bottom: 11px !important;
  }
  .ml-sm-11 {
    margin-left: 11px !important;
  }
  .mr-sm-11 {
    margin-right: 11px !important;
  }
  .my-sm-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mx-sm-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .p-sm-11 {
    padding: 11px !important;
  }
  .pt-sm-11 {
    padding-top: 11px !important;
  }
  .pb-sm-11 {
    padding-bottom: 11px !important;
  }
  .pl-sm-11 {
    padding-left: 11px !important;
  }
  .pr-sm-11 {
    padding-right: 11px !important;
  }
  .py-sm-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .px-sm-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}
@media (max-width: 768px) {
  .m-md-11 {
    margin: 11px !important;
  }
  .mt-md-11 {
    margin-top: 11px !important;
  }
  .mb-md-11 {
    margin-bottom: 11px !important;
  }
  .ml-md-11 {
    margin-left: 11px !important;
  }
  .mr-md-11 {
    margin-right: 11px !important;
  }
  .my-md-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mx-md-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .p-md-11 {
    padding: 11px !important;
  }
  .pt-md-11 {
    padding-top: 11px !important;
  }
  .pb-md-11 {
    padding-bottom: 11px !important;
  }
  .pl-md-11 {
    padding-left: 11px !important;
  }
  .pr-md-11 {
    padding-right: 11px !important;
  }
  .py-md-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .px-md-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-11 {
    margin: 11px !important;
  }
  .mt-lg-11 {
    margin-top: 11px !important;
  }
  .mb-lg-11 {
    margin-bottom: 11px !important;
  }
  .ml-lg-11 {
    margin-left: 11px !important;
  }
  .mr-lg-11 {
    margin-right: 11px !important;
  }
  .my-lg-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mx-lg-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .p-lg-11 {
    padding: 11px !important;
  }
  .pt-lg-11 {
    padding-top: 11px !important;
  }
  .pb-lg-11 {
    padding-bottom: 11px !important;
  }
  .pl-lg-11 {
    padding-left: 11px !important;
  }
  .pr-lg-11 {
    padding-right: 11px !important;
  }
  .py-lg-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .px-lg-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-11 {
    margin: 11px !important;
  }
  .mt-xl-11 {
    margin-top: 11px !important;
  }
  .mb-xl-11 {
    margin-bottom: 11px !important;
  }
  .ml-xl-11 {
    margin-left: 11px !important;
  }
  .mr-xl-11 {
    margin-right: 11px !important;
  }
  .my-xl-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mx-xl-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .p-xl-11 {
    padding: 11px !important;
  }
  .pt-xl-11 {
    padding-top: 11px !important;
  }
  .pb-xl-11 {
    padding-bottom: 11px !important;
  }
  .pl-xl-11 {
    padding-left: 11px !important;
  }
  .pr-xl-11 {
    padding-right: 11px !important;
  }
  .py-xl-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .px-xl-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}
.m-11 {
  margin: 11px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.p-11 {
  padding: 11px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

@media (max-width: 576px) {
  .m-sm-12 {
    margin: 12px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 768px) {
  .m-md-12 {
    margin: 12px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-md-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-12 {
    margin: 12px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-lg-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-12 {
    margin: 12px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-xl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-xl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (max-width: 576px) {
  .m-sm-13 {
    margin: 13px !important;
  }
  .mt-sm-13 {
    margin-top: 13px !important;
  }
  .mb-sm-13 {
    margin-bottom: 13px !important;
  }
  .ml-sm-13 {
    margin-left: 13px !important;
  }
  .mr-sm-13 {
    margin-right: 13px !important;
  }
  .my-sm-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mx-sm-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .p-sm-13 {
    padding: 13px !important;
  }
  .pt-sm-13 {
    padding-top: 13px !important;
  }
  .pb-sm-13 {
    padding-bottom: 13px !important;
  }
  .pl-sm-13 {
    padding-left: 13px !important;
  }
  .pr-sm-13 {
    padding-right: 13px !important;
  }
  .py-sm-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .px-sm-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 768px) {
  .m-md-13 {
    margin: 13px !important;
  }
  .mt-md-13 {
    margin-top: 13px !important;
  }
  .mb-md-13 {
    margin-bottom: 13px !important;
  }
  .ml-md-13 {
    margin-left: 13px !important;
  }
  .mr-md-13 {
    margin-right: 13px !important;
  }
  .my-md-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mx-md-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .p-md-13 {
    padding: 13px !important;
  }
  .pt-md-13 {
    padding-top: 13px !important;
  }
  .pb-md-13 {
    padding-bottom: 13px !important;
  }
  .pl-md-13 {
    padding-left: 13px !important;
  }
  .pr-md-13 {
    padding-right: 13px !important;
  }
  .py-md-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .px-md-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-13 {
    margin: 13px !important;
  }
  .mt-lg-13 {
    margin-top: 13px !important;
  }
  .mb-lg-13 {
    margin-bottom: 13px !important;
  }
  .ml-lg-13 {
    margin-left: 13px !important;
  }
  .mr-lg-13 {
    margin-right: 13px !important;
  }
  .my-lg-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mx-lg-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .p-lg-13 {
    padding: 13px !important;
  }
  .pt-lg-13 {
    padding-top: 13px !important;
  }
  .pb-lg-13 {
    padding-bottom: 13px !important;
  }
  .pl-lg-13 {
    padding-left: 13px !important;
  }
  .pr-lg-13 {
    padding-right: 13px !important;
  }
  .py-lg-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .px-lg-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-13 {
    margin: 13px !important;
  }
  .mt-xl-13 {
    margin-top: 13px !important;
  }
  .mb-xl-13 {
    margin-bottom: 13px !important;
  }
  .ml-xl-13 {
    margin-left: 13px !important;
  }
  .mr-xl-13 {
    margin-right: 13px !important;
  }
  .my-xl-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mx-xl-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .p-xl-13 {
    padding: 13px !important;
  }
  .pt-xl-13 {
    padding-top: 13px !important;
  }
  .pb-xl-13 {
    padding-bottom: 13px !important;
  }
  .pl-xl-13 {
    padding-left: 13px !important;
  }
  .pr-xl-13 {
    padding-right: 13px !important;
  }
  .py-xl-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .px-xl-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
.m-13 {
  margin: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.p-13 {
  padding: 13px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

@media (max-width: 576px) {
  .m-sm-14 {
    margin: 14px !important;
  }
  .mt-sm-14 {
    margin-top: 14px !important;
  }
  .mb-sm-14 {
    margin-bottom: 14px !important;
  }
  .ml-sm-14 {
    margin-left: 14px !important;
  }
  .mr-sm-14 {
    margin-right: 14px !important;
  }
  .my-sm-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-sm-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .p-sm-14 {
    padding: 14px !important;
  }
  .pt-sm-14 {
    padding-top: 14px !important;
  }
  .pb-sm-14 {
    padding-bottom: 14px !important;
  }
  .pl-sm-14 {
    padding-left: 14px !important;
  }
  .pr-sm-14 {
    padding-right: 14px !important;
  }
  .py-sm-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-sm-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 768px) {
  .m-md-14 {
    margin: 14px !important;
  }
  .mt-md-14 {
    margin-top: 14px !important;
  }
  .mb-md-14 {
    margin-bottom: 14px !important;
  }
  .ml-md-14 {
    margin-left: 14px !important;
  }
  .mr-md-14 {
    margin-right: 14px !important;
  }
  .my-md-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-md-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .p-md-14 {
    padding: 14px !important;
  }
  .pt-md-14 {
    padding-top: 14px !important;
  }
  .pb-md-14 {
    padding-bottom: 14px !important;
  }
  .pl-md-14 {
    padding-left: 14px !important;
  }
  .pr-md-14 {
    padding-right: 14px !important;
  }
  .py-md-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-md-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-14 {
    margin: 14px !important;
  }
  .mt-lg-14 {
    margin-top: 14px !important;
  }
  .mb-lg-14 {
    margin-bottom: 14px !important;
  }
  .ml-lg-14 {
    margin-left: 14px !important;
  }
  .mr-lg-14 {
    margin-right: 14px !important;
  }
  .my-lg-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-lg-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .p-lg-14 {
    padding: 14px !important;
  }
  .pt-lg-14 {
    padding-top: 14px !important;
  }
  .pb-lg-14 {
    padding-bottom: 14px !important;
  }
  .pl-lg-14 {
    padding-left: 14px !important;
  }
  .pr-lg-14 {
    padding-right: 14px !important;
  }
  .py-lg-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-lg-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-14 {
    margin: 14px !important;
  }
  .mt-xl-14 {
    margin-top: 14px !important;
  }
  .mb-xl-14 {
    margin-bottom: 14px !important;
  }
  .ml-xl-14 {
    margin-left: 14px !important;
  }
  .mr-xl-14 {
    margin-right: 14px !important;
  }
  .my-xl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-xl-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .p-xl-14 {
    padding: 14px !important;
  }
  .pt-xl-14 {
    padding-top: 14px !important;
  }
  .pb-xl-14 {
    padding-bottom: 14px !important;
  }
  .pl-xl-14 {
    padding-left: 14px !important;
  }
  .pr-xl-14 {
    padding-right: 14px !important;
  }
  .py-xl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-xl-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.m-14 {
  margin: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

@media (max-width: 576px) {
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 576px) {
  .m-sm-16 {
    margin: 16px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 768px) {
  .m-md-16 {
    margin: 16px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-md-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-md-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-16 {
    margin: 16px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-lg-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-lg-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-16 {
    margin: 16px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-xl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-xl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 576px) {
  .m-sm-17 {
    margin: 17px !important;
  }
  .mt-sm-17 {
    margin-top: 17px !important;
  }
  .mb-sm-17 {
    margin-bottom: 17px !important;
  }
  .ml-sm-17 {
    margin-left: 17px !important;
  }
  .mr-sm-17 {
    margin-right: 17px !important;
  }
  .my-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mx-sm-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .p-sm-17 {
    padding: 17px !important;
  }
  .pt-sm-17 {
    padding-top: 17px !important;
  }
  .pb-sm-17 {
    padding-bottom: 17px !important;
  }
  .pl-sm-17 {
    padding-left: 17px !important;
  }
  .pr-sm-17 {
    padding-right: 17px !important;
  }
  .py-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .px-sm-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}
@media (max-width: 768px) {
  .m-md-17 {
    margin: 17px !important;
  }
  .mt-md-17 {
    margin-top: 17px !important;
  }
  .mb-md-17 {
    margin-bottom: 17px !important;
  }
  .ml-md-17 {
    margin-left: 17px !important;
  }
  .mr-md-17 {
    margin-right: 17px !important;
  }
  .my-md-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mx-md-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .p-md-17 {
    padding: 17px !important;
  }
  .pt-md-17 {
    padding-top: 17px !important;
  }
  .pb-md-17 {
    padding-bottom: 17px !important;
  }
  .pl-md-17 {
    padding-left: 17px !important;
  }
  .pr-md-17 {
    padding-right: 17px !important;
  }
  .py-md-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .px-md-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-17 {
    margin: 17px !important;
  }
  .mt-lg-17 {
    margin-top: 17px !important;
  }
  .mb-lg-17 {
    margin-bottom: 17px !important;
  }
  .ml-lg-17 {
    margin-left: 17px !important;
  }
  .mr-lg-17 {
    margin-right: 17px !important;
  }
  .my-lg-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mx-lg-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .p-lg-17 {
    padding: 17px !important;
  }
  .pt-lg-17 {
    padding-top: 17px !important;
  }
  .pb-lg-17 {
    padding-bottom: 17px !important;
  }
  .pl-lg-17 {
    padding-left: 17px !important;
  }
  .pr-lg-17 {
    padding-right: 17px !important;
  }
  .py-lg-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .px-lg-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-17 {
    margin: 17px !important;
  }
  .mt-xl-17 {
    margin-top: 17px !important;
  }
  .mb-xl-17 {
    margin-bottom: 17px !important;
  }
  .ml-xl-17 {
    margin-left: 17px !important;
  }
  .mr-xl-17 {
    margin-right: 17px !important;
  }
  .my-xl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mx-xl-17 {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .p-xl-17 {
    padding: 17px !important;
  }
  .pt-xl-17 {
    padding-top: 17px !important;
  }
  .pb-xl-17 {
    padding-bottom: 17px !important;
  }
  .pl-xl-17 {
    padding-left: 17px !important;
  }
  .pr-xl-17 {
    padding-right: 17px !important;
  }
  .py-xl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .px-xl-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}
.m-17 {
  margin: 17px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.p-17 {
  padding: 17px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

@media (max-width: 576px) {
  .m-sm-18 {
    margin: 18px !important;
  }
  .mt-sm-18 {
    margin-top: 18px !important;
  }
  .mb-sm-18 {
    margin-bottom: 18px !important;
  }
  .ml-sm-18 {
    margin-left: 18px !important;
  }
  .mr-sm-18 {
    margin-right: 18px !important;
  }
  .my-sm-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-sm-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .p-sm-18 {
    padding: 18px !important;
  }
  .pt-sm-18 {
    padding-top: 18px !important;
  }
  .pb-sm-18 {
    padding-bottom: 18px !important;
  }
  .pl-sm-18 {
    padding-left: 18px !important;
  }
  .pr-sm-18 {
    padding-right: 18px !important;
  }
  .py-sm-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-sm-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 768px) {
  .m-md-18 {
    margin: 18px !important;
  }
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .ml-md-18 {
    margin-left: 18px !important;
  }
  .mr-md-18 {
    margin-right: 18px !important;
  }
  .my-md-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-md-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .p-md-18 {
    padding: 18px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pl-md-18 {
    padding-left: 18px !important;
  }
  .pr-md-18 {
    padding-right: 18px !important;
  }
  .py-md-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-md-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-18 {
    margin: 18px !important;
  }
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .ml-lg-18 {
    margin-left: 18px !important;
  }
  .mr-lg-18 {
    margin-right: 18px !important;
  }
  .my-lg-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-lg-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .p-lg-18 {
    padding: 18px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pl-lg-18 {
    padding-left: 18px !important;
  }
  .pr-lg-18 {
    padding-right: 18px !important;
  }
  .py-lg-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-lg-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-18 {
    margin: 18px !important;
  }
  .mt-xl-18 {
    margin-top: 18px !important;
  }
  .mb-xl-18 {
    margin-bottom: 18px !important;
  }
  .ml-xl-18 {
    margin-left: 18px !important;
  }
  .mr-xl-18 {
    margin-right: 18px !important;
  }
  .my-xl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-xl-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .p-xl-18 {
    padding: 18px !important;
  }
  .pt-xl-18 {
    padding-top: 18px !important;
  }
  .pb-xl-18 {
    padding-bottom: 18px !important;
  }
  .pl-xl-18 {
    padding-left: 18px !important;
  }
  .pr-xl-18 {
    padding-right: 18px !important;
  }
  .py-xl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-xl-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.m-18 {
  margin: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

@media (max-width: 576px) {
  .m-sm-19 {
    margin: 19px !important;
  }
  .mt-sm-19 {
    margin-top: 19px !important;
  }
  .mb-sm-19 {
    margin-bottom: 19px !important;
  }
  .ml-sm-19 {
    margin-left: 19px !important;
  }
  .mr-sm-19 {
    margin-right: 19px !important;
  }
  .my-sm-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mx-sm-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .p-sm-19 {
    padding: 19px !important;
  }
  .pt-sm-19 {
    padding-top: 19px !important;
  }
  .pb-sm-19 {
    padding-bottom: 19px !important;
  }
  .pl-sm-19 {
    padding-left: 19px !important;
  }
  .pr-sm-19 {
    padding-right: 19px !important;
  }
  .py-sm-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .px-sm-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}
@media (max-width: 768px) {
  .m-md-19 {
    margin: 19px !important;
  }
  .mt-md-19 {
    margin-top: 19px !important;
  }
  .mb-md-19 {
    margin-bottom: 19px !important;
  }
  .ml-md-19 {
    margin-left: 19px !important;
  }
  .mr-md-19 {
    margin-right: 19px !important;
  }
  .my-md-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mx-md-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .p-md-19 {
    padding: 19px !important;
  }
  .pt-md-19 {
    padding-top: 19px !important;
  }
  .pb-md-19 {
    padding-bottom: 19px !important;
  }
  .pl-md-19 {
    padding-left: 19px !important;
  }
  .pr-md-19 {
    padding-right: 19px !important;
  }
  .py-md-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .px-md-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-19 {
    margin: 19px !important;
  }
  .mt-lg-19 {
    margin-top: 19px !important;
  }
  .mb-lg-19 {
    margin-bottom: 19px !important;
  }
  .ml-lg-19 {
    margin-left: 19px !important;
  }
  .mr-lg-19 {
    margin-right: 19px !important;
  }
  .my-lg-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mx-lg-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .p-lg-19 {
    padding: 19px !important;
  }
  .pt-lg-19 {
    padding-top: 19px !important;
  }
  .pb-lg-19 {
    padding-bottom: 19px !important;
  }
  .pl-lg-19 {
    padding-left: 19px !important;
  }
  .pr-lg-19 {
    padding-right: 19px !important;
  }
  .py-lg-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .px-lg-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-19 {
    margin: 19px !important;
  }
  .mt-xl-19 {
    margin-top: 19px !important;
  }
  .mb-xl-19 {
    margin-bottom: 19px !important;
  }
  .ml-xl-19 {
    margin-left: 19px !important;
  }
  .mr-xl-19 {
    margin-right: 19px !important;
  }
  .my-xl-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mx-xl-19 {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .p-xl-19 {
    padding: 19px !important;
  }
  .pt-xl-19 {
    padding-top: 19px !important;
  }
  .pb-xl-19 {
    padding-bottom: 19px !important;
  }
  .pl-xl-19 {
    padding-left: 19px !important;
  }
  .pr-xl-19 {
    padding-right: 19px !important;
  }
  .py-xl-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .px-xl-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}
.m-19 {
  margin: 19px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.p-19 {
  padding: 19px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

@media (max-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 576px) {
  .m-sm-21 {
    margin: 21px !important;
  }
  .mt-sm-21 {
    margin-top: 21px !important;
  }
  .mb-sm-21 {
    margin-bottom: 21px !important;
  }
  .ml-sm-21 {
    margin-left: 21px !important;
  }
  .mr-sm-21 {
    margin-right: 21px !important;
  }
  .my-sm-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mx-sm-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .p-sm-21 {
    padding: 21px !important;
  }
  .pt-sm-21 {
    padding-top: 21px !important;
  }
  .pb-sm-21 {
    padding-bottom: 21px !important;
  }
  .pl-sm-21 {
    padding-left: 21px !important;
  }
  .pr-sm-21 {
    padding-right: 21px !important;
  }
  .py-sm-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .px-sm-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
@media (max-width: 768px) {
  .m-md-21 {
    margin: 21px !important;
  }
  .mt-md-21 {
    margin-top: 21px !important;
  }
  .mb-md-21 {
    margin-bottom: 21px !important;
  }
  .ml-md-21 {
    margin-left: 21px !important;
  }
  .mr-md-21 {
    margin-right: 21px !important;
  }
  .my-md-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mx-md-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .p-md-21 {
    padding: 21px !important;
  }
  .pt-md-21 {
    padding-top: 21px !important;
  }
  .pb-md-21 {
    padding-bottom: 21px !important;
  }
  .pl-md-21 {
    padding-left: 21px !important;
  }
  .pr-md-21 {
    padding-right: 21px !important;
  }
  .py-md-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .px-md-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-21 {
    margin: 21px !important;
  }
  .mt-lg-21 {
    margin-top: 21px !important;
  }
  .mb-lg-21 {
    margin-bottom: 21px !important;
  }
  .ml-lg-21 {
    margin-left: 21px !important;
  }
  .mr-lg-21 {
    margin-right: 21px !important;
  }
  .my-lg-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mx-lg-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .p-lg-21 {
    padding: 21px !important;
  }
  .pt-lg-21 {
    padding-top: 21px !important;
  }
  .pb-lg-21 {
    padding-bottom: 21px !important;
  }
  .pl-lg-21 {
    padding-left: 21px !important;
  }
  .pr-lg-21 {
    padding-right: 21px !important;
  }
  .py-lg-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .px-lg-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-21 {
    margin: 21px !important;
  }
  .mt-xl-21 {
    margin-top: 21px !important;
  }
  .mb-xl-21 {
    margin-bottom: 21px !important;
  }
  .ml-xl-21 {
    margin-left: 21px !important;
  }
  .mr-xl-21 {
    margin-right: 21px !important;
  }
  .my-xl-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mx-xl-21 {
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .p-xl-21 {
    padding: 21px !important;
  }
  .pt-xl-21 {
    padding-top: 21px !important;
  }
  .pb-xl-21 {
    padding-bottom: 21px !important;
  }
  .pl-xl-21 {
    padding-left: 21px !important;
  }
  .pr-xl-21 {
    padding-right: 21px !important;
  }
  .py-xl-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .px-xl-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
.m-21 {
  margin: 21px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.p-21 {
  padding: 21px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

@media (max-width: 576px) {
  .m-sm-22 {
    margin: 22px !important;
  }
  .mt-sm-22 {
    margin-top: 22px !important;
  }
  .mb-sm-22 {
    margin-bottom: 22px !important;
  }
  .ml-sm-22 {
    margin-left: 22px !important;
  }
  .mr-sm-22 {
    margin-right: 22px !important;
  }
  .my-sm-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-sm-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .p-sm-22 {
    padding: 22px !important;
  }
  .pt-sm-22 {
    padding-top: 22px !important;
  }
  .pb-sm-22 {
    padding-bottom: 22px !important;
  }
  .pl-sm-22 {
    padding-left: 22px !important;
  }
  .pr-sm-22 {
    padding-right: 22px !important;
  }
  .py-sm-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-sm-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 768px) {
  .m-md-22 {
    margin: 22px !important;
  }
  .mt-md-22 {
    margin-top: 22px !important;
  }
  .mb-md-22 {
    margin-bottom: 22px !important;
  }
  .ml-md-22 {
    margin-left: 22px !important;
  }
  .mr-md-22 {
    margin-right: 22px !important;
  }
  .my-md-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-md-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .p-md-22 {
    padding: 22px !important;
  }
  .pt-md-22 {
    padding-top: 22px !important;
  }
  .pb-md-22 {
    padding-bottom: 22px !important;
  }
  .pl-md-22 {
    padding-left: 22px !important;
  }
  .pr-md-22 {
    padding-right: 22px !important;
  }
  .py-md-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-md-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-22 {
    margin: 22px !important;
  }
  .mt-lg-22 {
    margin-top: 22px !important;
  }
  .mb-lg-22 {
    margin-bottom: 22px !important;
  }
  .ml-lg-22 {
    margin-left: 22px !important;
  }
  .mr-lg-22 {
    margin-right: 22px !important;
  }
  .my-lg-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-lg-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .p-lg-22 {
    padding: 22px !important;
  }
  .pt-lg-22 {
    padding-top: 22px !important;
  }
  .pb-lg-22 {
    padding-bottom: 22px !important;
  }
  .pl-lg-22 {
    padding-left: 22px !important;
  }
  .pr-lg-22 {
    padding-right: 22px !important;
  }
  .py-lg-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-lg-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-22 {
    margin: 22px !important;
  }
  .mt-xl-22 {
    margin-top: 22px !important;
  }
  .mb-xl-22 {
    margin-bottom: 22px !important;
  }
  .ml-xl-22 {
    margin-left: 22px !important;
  }
  .mr-xl-22 {
    margin-right: 22px !important;
  }
  .my-xl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-xl-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .p-xl-22 {
    padding: 22px !important;
  }
  .pt-xl-22 {
    padding-top: 22px !important;
  }
  .pb-xl-22 {
    padding-bottom: 22px !important;
  }
  .pl-xl-22 {
    padding-left: 22px !important;
  }
  .pr-xl-22 {
    padding-right: 22px !important;
  }
  .py-xl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-xl-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
.m-22 {
  margin: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

@media (max-width: 576px) {
  .m-sm-23 {
    margin: 23px !important;
  }
  .mt-sm-23 {
    margin-top: 23px !important;
  }
  .mb-sm-23 {
    margin-bottom: 23px !important;
  }
  .ml-sm-23 {
    margin-left: 23px !important;
  }
  .mr-sm-23 {
    margin-right: 23px !important;
  }
  .my-sm-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mx-sm-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .p-sm-23 {
    padding: 23px !important;
  }
  .pt-sm-23 {
    padding-top: 23px !important;
  }
  .pb-sm-23 {
    padding-bottom: 23px !important;
  }
  .pl-sm-23 {
    padding-left: 23px !important;
  }
  .pr-sm-23 {
    padding-right: 23px !important;
  }
  .py-sm-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .px-sm-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}
@media (max-width: 768px) {
  .m-md-23 {
    margin: 23px !important;
  }
  .mt-md-23 {
    margin-top: 23px !important;
  }
  .mb-md-23 {
    margin-bottom: 23px !important;
  }
  .ml-md-23 {
    margin-left: 23px !important;
  }
  .mr-md-23 {
    margin-right: 23px !important;
  }
  .my-md-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mx-md-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .p-md-23 {
    padding: 23px !important;
  }
  .pt-md-23 {
    padding-top: 23px !important;
  }
  .pb-md-23 {
    padding-bottom: 23px !important;
  }
  .pl-md-23 {
    padding-left: 23px !important;
  }
  .pr-md-23 {
    padding-right: 23px !important;
  }
  .py-md-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .px-md-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-23 {
    margin: 23px !important;
  }
  .mt-lg-23 {
    margin-top: 23px !important;
  }
  .mb-lg-23 {
    margin-bottom: 23px !important;
  }
  .ml-lg-23 {
    margin-left: 23px !important;
  }
  .mr-lg-23 {
    margin-right: 23px !important;
  }
  .my-lg-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mx-lg-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .p-lg-23 {
    padding: 23px !important;
  }
  .pt-lg-23 {
    padding-top: 23px !important;
  }
  .pb-lg-23 {
    padding-bottom: 23px !important;
  }
  .pl-lg-23 {
    padding-left: 23px !important;
  }
  .pr-lg-23 {
    padding-right: 23px !important;
  }
  .py-lg-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .px-lg-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-23 {
    margin: 23px !important;
  }
  .mt-xl-23 {
    margin-top: 23px !important;
  }
  .mb-xl-23 {
    margin-bottom: 23px !important;
  }
  .ml-xl-23 {
    margin-left: 23px !important;
  }
  .mr-xl-23 {
    margin-right: 23px !important;
  }
  .my-xl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mx-xl-23 {
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .p-xl-23 {
    padding: 23px !important;
  }
  .pt-xl-23 {
    padding-top: 23px !important;
  }
  .pb-xl-23 {
    padding-bottom: 23px !important;
  }
  .pl-xl-23 {
    padding-left: 23px !important;
  }
  .pr-xl-23 {
    padding-right: 23px !important;
  }
  .py-xl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .px-xl-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}
.m-23 {
  margin: 23px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.p-23 {
  padding: 23px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

@media (max-width: 576px) {
  .m-sm-24 {
    margin: 24px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-sm-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-sm-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .m-md-24 {
    margin: 24px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-md-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-md-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-24 {
    margin: 24px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-lg-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-lg-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-24 {
    margin: 24px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-xl-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-xl-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media (max-width: 576px) {
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 768px) {
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 576px) {
  .m-sm-26 {
    margin: 26px !important;
  }
  .mt-sm-26 {
    margin-top: 26px !important;
  }
  .mb-sm-26 {
    margin-bottom: 26px !important;
  }
  .ml-sm-26 {
    margin-left: 26px !important;
  }
  .mr-sm-26 {
    margin-right: 26px !important;
  }
  .my-sm-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mx-sm-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .p-sm-26 {
    padding: 26px !important;
  }
  .pt-sm-26 {
    padding-top: 26px !important;
  }
  .pb-sm-26 {
    padding-bottom: 26px !important;
  }
  .pl-sm-26 {
    padding-left: 26px !important;
  }
  .pr-sm-26 {
    padding-right: 26px !important;
  }
  .py-sm-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .px-sm-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
@media (max-width: 768px) {
  .m-md-26 {
    margin: 26px !important;
  }
  .mt-md-26 {
    margin-top: 26px !important;
  }
  .mb-md-26 {
    margin-bottom: 26px !important;
  }
  .ml-md-26 {
    margin-left: 26px !important;
  }
  .mr-md-26 {
    margin-right: 26px !important;
  }
  .my-md-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mx-md-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .p-md-26 {
    padding: 26px !important;
  }
  .pt-md-26 {
    padding-top: 26px !important;
  }
  .pb-md-26 {
    padding-bottom: 26px !important;
  }
  .pl-md-26 {
    padding-left: 26px !important;
  }
  .pr-md-26 {
    padding-right: 26px !important;
  }
  .py-md-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .px-md-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-26 {
    margin: 26px !important;
  }
  .mt-lg-26 {
    margin-top: 26px !important;
  }
  .mb-lg-26 {
    margin-bottom: 26px !important;
  }
  .ml-lg-26 {
    margin-left: 26px !important;
  }
  .mr-lg-26 {
    margin-right: 26px !important;
  }
  .my-lg-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mx-lg-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .p-lg-26 {
    padding: 26px !important;
  }
  .pt-lg-26 {
    padding-top: 26px !important;
  }
  .pb-lg-26 {
    padding-bottom: 26px !important;
  }
  .pl-lg-26 {
    padding-left: 26px !important;
  }
  .pr-lg-26 {
    padding-right: 26px !important;
  }
  .py-lg-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .px-lg-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-26 {
    margin: 26px !important;
  }
  .mt-xl-26 {
    margin-top: 26px !important;
  }
  .mb-xl-26 {
    margin-bottom: 26px !important;
  }
  .ml-xl-26 {
    margin-left: 26px !important;
  }
  .mr-xl-26 {
    margin-right: 26px !important;
  }
  .my-xl-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mx-xl-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .p-xl-26 {
    padding: 26px !important;
  }
  .pt-xl-26 {
    padding-top: 26px !important;
  }
  .pb-xl-26 {
    padding-bottom: 26px !important;
  }
  .pl-xl-26 {
    padding-left: 26px !important;
  }
  .pr-xl-26 {
    padding-right: 26px !important;
  }
  .py-xl-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .px-xl-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.m-26 {
  margin: 26px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.p-26 {
  padding: 26px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

@media (max-width: 576px) {
  .m-sm-27 {
    margin: 27px !important;
  }
  .mt-sm-27 {
    margin-top: 27px !important;
  }
  .mb-sm-27 {
    margin-bottom: 27px !important;
  }
  .ml-sm-27 {
    margin-left: 27px !important;
  }
  .mr-sm-27 {
    margin-right: 27px !important;
  }
  .my-sm-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mx-sm-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .p-sm-27 {
    padding: 27px !important;
  }
  .pt-sm-27 {
    padding-top: 27px !important;
  }
  .pb-sm-27 {
    padding-bottom: 27px !important;
  }
  .pl-sm-27 {
    padding-left: 27px !important;
  }
  .pr-sm-27 {
    padding-right: 27px !important;
  }
  .py-sm-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .px-sm-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
@media (max-width: 768px) {
  .m-md-27 {
    margin: 27px !important;
  }
  .mt-md-27 {
    margin-top: 27px !important;
  }
  .mb-md-27 {
    margin-bottom: 27px !important;
  }
  .ml-md-27 {
    margin-left: 27px !important;
  }
  .mr-md-27 {
    margin-right: 27px !important;
  }
  .my-md-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mx-md-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .p-md-27 {
    padding: 27px !important;
  }
  .pt-md-27 {
    padding-top: 27px !important;
  }
  .pb-md-27 {
    padding-bottom: 27px !important;
  }
  .pl-md-27 {
    padding-left: 27px !important;
  }
  .pr-md-27 {
    padding-right: 27px !important;
  }
  .py-md-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .px-md-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-27 {
    margin: 27px !important;
  }
  .mt-lg-27 {
    margin-top: 27px !important;
  }
  .mb-lg-27 {
    margin-bottom: 27px !important;
  }
  .ml-lg-27 {
    margin-left: 27px !important;
  }
  .mr-lg-27 {
    margin-right: 27px !important;
  }
  .my-lg-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mx-lg-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .p-lg-27 {
    padding: 27px !important;
  }
  .pt-lg-27 {
    padding-top: 27px !important;
  }
  .pb-lg-27 {
    padding-bottom: 27px !important;
  }
  .pl-lg-27 {
    padding-left: 27px !important;
  }
  .pr-lg-27 {
    padding-right: 27px !important;
  }
  .py-lg-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .px-lg-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-27 {
    margin: 27px !important;
  }
  .mt-xl-27 {
    margin-top: 27px !important;
  }
  .mb-xl-27 {
    margin-bottom: 27px !important;
  }
  .ml-xl-27 {
    margin-left: 27px !important;
  }
  .mr-xl-27 {
    margin-right: 27px !important;
  }
  .my-xl-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mx-xl-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }
  .p-xl-27 {
    padding: 27px !important;
  }
  .pt-xl-27 {
    padding-top: 27px !important;
  }
  .pb-xl-27 {
    padding-bottom: 27px !important;
  }
  .pl-xl-27 {
    padding-left: 27px !important;
  }
  .pr-xl-27 {
    padding-right: 27px !important;
  }
  .py-xl-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .px-xl-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
.m-27 {
  margin: 27px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.p-27 {
  padding: 27px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

@media (max-width: 576px) {
  .m-sm-28 {
    margin: 28px !important;
  }
  .mt-sm-28 {
    margin-top: 28px !important;
  }
  .mb-sm-28 {
    margin-bottom: 28px !important;
  }
  .ml-sm-28 {
    margin-left: 28px !important;
  }
  .mr-sm-28 {
    margin-right: 28px !important;
  }
  .my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-sm-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .p-sm-28 {
    padding: 28px !important;
  }
  .pt-sm-28 {
    padding-top: 28px !important;
  }
  .pb-sm-28 {
    padding-bottom: 28px !important;
  }
  .pl-sm-28 {
    padding-left: 28px !important;
  }
  .pr-sm-28 {
    padding-right: 28px !important;
  }
  .py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-sm-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (max-width: 768px) {
  .m-md-28 {
    margin: 28px !important;
  }
  .mt-md-28 {
    margin-top: 28px !important;
  }
  .mb-md-28 {
    margin-bottom: 28px !important;
  }
  .ml-md-28 {
    margin-left: 28px !important;
  }
  .mr-md-28 {
    margin-right: 28px !important;
  }
  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-md-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .p-md-28 {
    padding: 28px !important;
  }
  .pt-md-28 {
    padding-top: 28px !important;
  }
  .pb-md-28 {
    padding-bottom: 28px !important;
  }
  .pl-md-28 {
    padding-left: 28px !important;
  }
  .pr-md-28 {
    padding-right: 28px !important;
  }
  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-md-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-28 {
    margin: 28px !important;
  }
  .mt-lg-28 {
    margin-top: 28px !important;
  }
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .ml-lg-28 {
    margin-left: 28px !important;
  }
  .mr-lg-28 {
    margin-right: 28px !important;
  }
  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-lg-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .p-lg-28 {
    padding: 28px !important;
  }
  .pt-lg-28 {
    padding-top: 28px !important;
  }
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .pl-lg-28 {
    padding-left: 28px !important;
  }
  .pr-lg-28 {
    padding-right: 28px !important;
  }
  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-lg-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-28 {
    margin: 28px !important;
  }
  .mt-xl-28 {
    margin-top: 28px !important;
  }
  .mb-xl-28 {
    margin-bottom: 28px !important;
  }
  .ml-xl-28 {
    margin-left: 28px !important;
  }
  .mr-xl-28 {
    margin-right: 28px !important;
  }
  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-xl-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .p-xl-28 {
    padding: 28px !important;
  }
  .pt-xl-28 {
    padding-top: 28px !important;
  }
  .pb-xl-28 {
    padding-bottom: 28px !important;
  }
  .pl-xl-28 {
    padding-left: 28px !important;
  }
  .pr-xl-28 {
    padding-right: 28px !important;
  }
  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-xl-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
.m-28 {
  margin: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.p-28 {
  padding: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

@media (max-width: 576px) {
  .m-sm-29 {
    margin: 29px !important;
  }
  .mt-sm-29 {
    margin-top: 29px !important;
  }
  .mb-sm-29 {
    margin-bottom: 29px !important;
  }
  .ml-sm-29 {
    margin-left: 29px !important;
  }
  .mr-sm-29 {
    margin-right: 29px !important;
  }
  .my-sm-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mx-sm-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .p-sm-29 {
    padding: 29px !important;
  }
  .pt-sm-29 {
    padding-top: 29px !important;
  }
  .pb-sm-29 {
    padding-bottom: 29px !important;
  }
  .pl-sm-29 {
    padding-left: 29px !important;
  }
  .pr-sm-29 {
    padding-right: 29px !important;
  }
  .py-sm-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .px-sm-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}
@media (max-width: 768px) {
  .m-md-29 {
    margin: 29px !important;
  }
  .mt-md-29 {
    margin-top: 29px !important;
  }
  .mb-md-29 {
    margin-bottom: 29px !important;
  }
  .ml-md-29 {
    margin-left: 29px !important;
  }
  .mr-md-29 {
    margin-right: 29px !important;
  }
  .my-md-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mx-md-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .p-md-29 {
    padding: 29px !important;
  }
  .pt-md-29 {
    padding-top: 29px !important;
  }
  .pb-md-29 {
    padding-bottom: 29px !important;
  }
  .pl-md-29 {
    padding-left: 29px !important;
  }
  .pr-md-29 {
    padding-right: 29px !important;
  }
  .py-md-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .px-md-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-29 {
    margin: 29px !important;
  }
  .mt-lg-29 {
    margin-top: 29px !important;
  }
  .mb-lg-29 {
    margin-bottom: 29px !important;
  }
  .ml-lg-29 {
    margin-left: 29px !important;
  }
  .mr-lg-29 {
    margin-right: 29px !important;
  }
  .my-lg-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mx-lg-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .p-lg-29 {
    padding: 29px !important;
  }
  .pt-lg-29 {
    padding-top: 29px !important;
  }
  .pb-lg-29 {
    padding-bottom: 29px !important;
  }
  .pl-lg-29 {
    padding-left: 29px !important;
  }
  .pr-lg-29 {
    padding-right: 29px !important;
  }
  .py-lg-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .px-lg-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-29 {
    margin: 29px !important;
  }
  .mt-xl-29 {
    margin-top: 29px !important;
  }
  .mb-xl-29 {
    margin-bottom: 29px !important;
  }
  .ml-xl-29 {
    margin-left: 29px !important;
  }
  .mr-xl-29 {
    margin-right: 29px !important;
  }
  .my-xl-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mx-xl-29 {
    margin-left: 29px !important;
    margin-right: 29px !important;
  }
  .p-xl-29 {
    padding: 29px !important;
  }
  .pt-xl-29 {
    padding-top: 29px !important;
  }
  .pb-xl-29 {
    padding-bottom: 29px !important;
  }
  .pl-xl-29 {
    padding-left: 29px !important;
  }
  .pr-xl-29 {
    padding-right: 29px !important;
  }
  .py-xl-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .px-xl-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}
.m-29 {
  margin: 29px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

.p-29 {
  padding: 29px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

@media (max-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 576px) {
  .m-sm-31 {
    margin: 31px !important;
  }
  .mt-sm-31 {
    margin-top: 31px !important;
  }
  .mb-sm-31 {
    margin-bottom: 31px !important;
  }
  .ml-sm-31 {
    margin-left: 31px !important;
  }
  .mr-sm-31 {
    margin-right: 31px !important;
  }
  .my-sm-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mx-sm-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .p-sm-31 {
    padding: 31px !important;
  }
  .pt-sm-31 {
    padding-top: 31px !important;
  }
  .pb-sm-31 {
    padding-bottom: 31px !important;
  }
  .pl-sm-31 {
    padding-left: 31px !important;
  }
  .pr-sm-31 {
    padding-right: 31px !important;
  }
  .py-sm-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .px-sm-31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}
@media (max-width: 768px) {
  .m-md-31 {
    margin: 31px !important;
  }
  .mt-md-31 {
    margin-top: 31px !important;
  }
  .mb-md-31 {
    margin-bottom: 31px !important;
  }
  .ml-md-31 {
    margin-left: 31px !important;
  }
  .mr-md-31 {
    margin-right: 31px !important;
  }
  .my-md-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mx-md-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .p-md-31 {
    padding: 31px !important;
  }
  .pt-md-31 {
    padding-top: 31px !important;
  }
  .pb-md-31 {
    padding-bottom: 31px !important;
  }
  .pl-md-31 {
    padding-left: 31px !important;
  }
  .pr-md-31 {
    padding-right: 31px !important;
  }
  .py-md-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .px-md-31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-31 {
    margin: 31px !important;
  }
  .mt-lg-31 {
    margin-top: 31px !important;
  }
  .mb-lg-31 {
    margin-bottom: 31px !important;
  }
  .ml-lg-31 {
    margin-left: 31px !important;
  }
  .mr-lg-31 {
    margin-right: 31px !important;
  }
  .my-lg-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mx-lg-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .p-lg-31 {
    padding: 31px !important;
  }
  .pt-lg-31 {
    padding-top: 31px !important;
  }
  .pb-lg-31 {
    padding-bottom: 31px !important;
  }
  .pl-lg-31 {
    padding-left: 31px !important;
  }
  .pr-lg-31 {
    padding-right: 31px !important;
  }
  .py-lg-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .px-lg-31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-31 {
    margin: 31px !important;
  }
  .mt-xl-31 {
    margin-top: 31px !important;
  }
  .mb-xl-31 {
    margin-bottom: 31px !important;
  }
  .ml-xl-31 {
    margin-left: 31px !important;
  }
  .mr-xl-31 {
    margin-right: 31px !important;
  }
  .my-xl-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mx-xl-31 {
    margin-left: 31px !important;
    margin-right: 31px !important;
  }
  .p-xl-31 {
    padding: 31px !important;
  }
  .pt-xl-31 {
    padding-top: 31px !important;
  }
  .pb-xl-31 {
    padding-bottom: 31px !important;
  }
  .pl-xl-31 {
    padding-left: 31px !important;
  }
  .pr-xl-31 {
    padding-right: 31px !important;
  }
  .py-xl-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .px-xl-31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}
.m-31 {
  margin: 31px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

.p-31 {
  padding: 31px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.px-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

@media (max-width: 576px) {
  .m-sm-32 {
    margin: 32px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .ml-sm-32 {
    margin-left: 32px !important;
  }
  .mr-sm-32 {
    margin-right: 32px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-sm-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pl-sm-32 {
    padding-left: 32px !important;
  }
  .pr-sm-32 {
    padding-right: 32px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-sm-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 768px) {
  .m-md-32 {
    margin: 32px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .ml-md-32 {
    margin-left: 32px !important;
  }
  .mr-md-32 {
    margin-right: 32px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-md-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pl-md-32 {
    padding-left: 32px !important;
  }
  .pr-md-32 {
    padding-right: 32px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-md-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-32 {
    margin: 32px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .ml-lg-32 {
    margin-left: 32px !important;
  }
  .mr-lg-32 {
    margin-right: 32px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-lg-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pl-lg-32 {
    padding-left: 32px !important;
  }
  .pr-lg-32 {
    padding-right: 32px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-lg-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-32 {
    margin: 32px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .ml-xl-32 {
    margin-left: 32px !important;
  }
  .mr-xl-32 {
    margin-right: 32px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-xl-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pl-xl-32 {
    padding-left: 32px !important;
  }
  .pr-xl-32 {
    padding-right: 32px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-xl-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media (max-width: 576px) {
  .m-sm-33 {
    margin: 33px !important;
  }
  .mt-sm-33 {
    margin-top: 33px !important;
  }
  .mb-sm-33 {
    margin-bottom: 33px !important;
  }
  .ml-sm-33 {
    margin-left: 33px !important;
  }
  .mr-sm-33 {
    margin-right: 33px !important;
  }
  .my-sm-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mx-sm-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .p-sm-33 {
    padding: 33px !important;
  }
  .pt-sm-33 {
    padding-top: 33px !important;
  }
  .pb-sm-33 {
    padding-bottom: 33px !important;
  }
  .pl-sm-33 {
    padding-left: 33px !important;
  }
  .pr-sm-33 {
    padding-right: 33px !important;
  }
  .py-sm-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .px-sm-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}
@media (max-width: 768px) {
  .m-md-33 {
    margin: 33px !important;
  }
  .mt-md-33 {
    margin-top: 33px !important;
  }
  .mb-md-33 {
    margin-bottom: 33px !important;
  }
  .ml-md-33 {
    margin-left: 33px !important;
  }
  .mr-md-33 {
    margin-right: 33px !important;
  }
  .my-md-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mx-md-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .p-md-33 {
    padding: 33px !important;
  }
  .pt-md-33 {
    padding-top: 33px !important;
  }
  .pb-md-33 {
    padding-bottom: 33px !important;
  }
  .pl-md-33 {
    padding-left: 33px !important;
  }
  .pr-md-33 {
    padding-right: 33px !important;
  }
  .py-md-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .px-md-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-33 {
    margin: 33px !important;
  }
  .mt-lg-33 {
    margin-top: 33px !important;
  }
  .mb-lg-33 {
    margin-bottom: 33px !important;
  }
  .ml-lg-33 {
    margin-left: 33px !important;
  }
  .mr-lg-33 {
    margin-right: 33px !important;
  }
  .my-lg-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mx-lg-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .p-lg-33 {
    padding: 33px !important;
  }
  .pt-lg-33 {
    padding-top: 33px !important;
  }
  .pb-lg-33 {
    padding-bottom: 33px !important;
  }
  .pl-lg-33 {
    padding-left: 33px !important;
  }
  .pr-lg-33 {
    padding-right: 33px !important;
  }
  .py-lg-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .px-lg-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-33 {
    margin: 33px !important;
  }
  .mt-xl-33 {
    margin-top: 33px !important;
  }
  .mb-xl-33 {
    margin-bottom: 33px !important;
  }
  .ml-xl-33 {
    margin-left: 33px !important;
  }
  .mr-xl-33 {
    margin-right: 33px !important;
  }
  .my-xl-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mx-xl-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }
  .p-xl-33 {
    padding: 33px !important;
  }
  .pt-xl-33 {
    padding-top: 33px !important;
  }
  .pb-xl-33 {
    padding-bottom: 33px !important;
  }
  .pl-xl-33 {
    padding-left: 33px !important;
  }
  .pr-xl-33 {
    padding-right: 33px !important;
  }
  .py-xl-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .px-xl-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}
.m-33 {
  margin: 33px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

.p-33 {
  padding: 33px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.px-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

@media (max-width: 576px) {
  .m-sm-34 {
    margin: 34px !important;
  }
  .mt-sm-34 {
    margin-top: 34px !important;
  }
  .mb-sm-34 {
    margin-bottom: 34px !important;
  }
  .ml-sm-34 {
    margin-left: 34px !important;
  }
  .mr-sm-34 {
    margin-right: 34px !important;
  }
  .my-sm-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mx-sm-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .p-sm-34 {
    padding: 34px !important;
  }
  .pt-sm-34 {
    padding-top: 34px !important;
  }
  .pb-sm-34 {
    padding-bottom: 34px !important;
  }
  .pl-sm-34 {
    padding-left: 34px !important;
  }
  .pr-sm-34 {
    padding-right: 34px !important;
  }
  .py-sm-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .px-sm-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}
@media (max-width: 768px) {
  .m-md-34 {
    margin: 34px !important;
  }
  .mt-md-34 {
    margin-top: 34px !important;
  }
  .mb-md-34 {
    margin-bottom: 34px !important;
  }
  .ml-md-34 {
    margin-left: 34px !important;
  }
  .mr-md-34 {
    margin-right: 34px !important;
  }
  .my-md-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mx-md-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .p-md-34 {
    padding: 34px !important;
  }
  .pt-md-34 {
    padding-top: 34px !important;
  }
  .pb-md-34 {
    padding-bottom: 34px !important;
  }
  .pl-md-34 {
    padding-left: 34px !important;
  }
  .pr-md-34 {
    padding-right: 34px !important;
  }
  .py-md-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .px-md-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-34 {
    margin: 34px !important;
  }
  .mt-lg-34 {
    margin-top: 34px !important;
  }
  .mb-lg-34 {
    margin-bottom: 34px !important;
  }
  .ml-lg-34 {
    margin-left: 34px !important;
  }
  .mr-lg-34 {
    margin-right: 34px !important;
  }
  .my-lg-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mx-lg-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .p-lg-34 {
    padding: 34px !important;
  }
  .pt-lg-34 {
    padding-top: 34px !important;
  }
  .pb-lg-34 {
    padding-bottom: 34px !important;
  }
  .pl-lg-34 {
    padding-left: 34px !important;
  }
  .pr-lg-34 {
    padding-right: 34px !important;
  }
  .py-lg-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .px-lg-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-34 {
    margin: 34px !important;
  }
  .mt-xl-34 {
    margin-top: 34px !important;
  }
  .mb-xl-34 {
    margin-bottom: 34px !important;
  }
  .ml-xl-34 {
    margin-left: 34px !important;
  }
  .mr-xl-34 {
    margin-right: 34px !important;
  }
  .my-xl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mx-xl-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .p-xl-34 {
    padding: 34px !important;
  }
  .pt-xl-34 {
    padding-top: 34px !important;
  }
  .pb-xl-34 {
    padding-bottom: 34px !important;
  }
  .pl-xl-34 {
    padding-left: 34px !important;
  }
  .pr-xl-34 {
    padding-right: 34px !important;
  }
  .py-xl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .px-xl-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}
.m-34 {
  margin: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.p-34 {
  padding: 34px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

@media (max-width: 576px) {
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 768px) {
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

@media (max-width: 576px) {
  .m-sm-36 {
    margin: 36px !important;
  }
  .mt-sm-36 {
    margin-top: 36px !important;
  }
  .mb-sm-36 {
    margin-bottom: 36px !important;
  }
  .ml-sm-36 {
    margin-left: 36px !important;
  }
  .mr-sm-36 {
    margin-right: 36px !important;
  }
  .my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-sm-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .p-sm-36 {
    padding: 36px !important;
  }
  .pt-sm-36 {
    padding-top: 36px !important;
  }
  .pb-sm-36 {
    padding-bottom: 36px !important;
  }
  .pl-sm-36 {
    padding-left: 36px !important;
  }
  .pr-sm-36 {
    padding-right: 36px !important;
  }
  .py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-sm-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (max-width: 768px) {
  .m-md-36 {
    margin: 36px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  .mb-md-36 {
    margin-bottom: 36px !important;
  }
  .ml-md-36 {
    margin-left: 36px !important;
  }
  .mr-md-36 {
    margin-right: 36px !important;
  }
  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-md-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .p-md-36 {
    padding: 36px !important;
  }
  .pt-md-36 {
    padding-top: 36px !important;
  }
  .pb-md-36 {
    padding-bottom: 36px !important;
  }
  .pl-md-36 {
    padding-left: 36px !important;
  }
  .pr-md-36 {
    padding-right: 36px !important;
  }
  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-md-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-36 {
    margin: 36px !important;
  }
  .mt-lg-36 {
    margin-top: 36px !important;
  }
  .mb-lg-36 {
    margin-bottom: 36px !important;
  }
  .ml-lg-36 {
    margin-left: 36px !important;
  }
  .mr-lg-36 {
    margin-right: 36px !important;
  }
  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-lg-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .p-lg-36 {
    padding: 36px !important;
  }
  .pt-lg-36 {
    padding-top: 36px !important;
  }
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
  .pl-lg-36 {
    padding-left: 36px !important;
  }
  .pr-lg-36 {
    padding-right: 36px !important;
  }
  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-lg-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-36 {
    margin: 36px !important;
  }
  .mt-xl-36 {
    margin-top: 36px !important;
  }
  .mb-xl-36 {
    margin-bottom: 36px !important;
  }
  .ml-xl-36 {
    margin-left: 36px !important;
  }
  .mr-xl-36 {
    margin-right: 36px !important;
  }
  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-xl-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .p-xl-36 {
    padding: 36px !important;
  }
  .pt-xl-36 {
    padding-top: 36px !important;
  }
  .pb-xl-36 {
    padding-bottom: 36px !important;
  }
  .pl-xl-36 {
    padding-left: 36px !important;
  }
  .pr-xl-36 {
    padding-right: 36px !important;
  }
  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-xl-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
.m-36 {
  margin: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.p-36 {
  padding: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

@media (max-width: 576px) {
  .m-sm-37 {
    margin: 37px !important;
  }
  .mt-sm-37 {
    margin-top: 37px !important;
  }
  .mb-sm-37 {
    margin-bottom: 37px !important;
  }
  .ml-sm-37 {
    margin-left: 37px !important;
  }
  .mr-sm-37 {
    margin-right: 37px !important;
  }
  .my-sm-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mx-sm-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .p-sm-37 {
    padding: 37px !important;
  }
  .pt-sm-37 {
    padding-top: 37px !important;
  }
  .pb-sm-37 {
    padding-bottom: 37px !important;
  }
  .pl-sm-37 {
    padding-left: 37px !important;
  }
  .pr-sm-37 {
    padding-right: 37px !important;
  }
  .py-sm-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .px-sm-37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}
@media (max-width: 768px) {
  .m-md-37 {
    margin: 37px !important;
  }
  .mt-md-37 {
    margin-top: 37px !important;
  }
  .mb-md-37 {
    margin-bottom: 37px !important;
  }
  .ml-md-37 {
    margin-left: 37px !important;
  }
  .mr-md-37 {
    margin-right: 37px !important;
  }
  .my-md-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mx-md-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .p-md-37 {
    padding: 37px !important;
  }
  .pt-md-37 {
    padding-top: 37px !important;
  }
  .pb-md-37 {
    padding-bottom: 37px !important;
  }
  .pl-md-37 {
    padding-left: 37px !important;
  }
  .pr-md-37 {
    padding-right: 37px !important;
  }
  .py-md-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .px-md-37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-37 {
    margin: 37px !important;
  }
  .mt-lg-37 {
    margin-top: 37px !important;
  }
  .mb-lg-37 {
    margin-bottom: 37px !important;
  }
  .ml-lg-37 {
    margin-left: 37px !important;
  }
  .mr-lg-37 {
    margin-right: 37px !important;
  }
  .my-lg-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mx-lg-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .p-lg-37 {
    padding: 37px !important;
  }
  .pt-lg-37 {
    padding-top: 37px !important;
  }
  .pb-lg-37 {
    padding-bottom: 37px !important;
  }
  .pl-lg-37 {
    padding-left: 37px !important;
  }
  .pr-lg-37 {
    padding-right: 37px !important;
  }
  .py-lg-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .px-lg-37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-37 {
    margin: 37px !important;
  }
  .mt-xl-37 {
    margin-top: 37px !important;
  }
  .mb-xl-37 {
    margin-bottom: 37px !important;
  }
  .ml-xl-37 {
    margin-left: 37px !important;
  }
  .mr-xl-37 {
    margin-right: 37px !important;
  }
  .my-xl-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mx-xl-37 {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }
  .p-xl-37 {
    padding: 37px !important;
  }
  .pt-xl-37 {
    padding-top: 37px !important;
  }
  .pb-xl-37 {
    padding-bottom: 37px !important;
  }
  .pl-xl-37 {
    padding-left: 37px !important;
  }
  .pr-xl-37 {
    padding-right: 37px !important;
  }
  .py-xl-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .px-xl-37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}
.m-37 {
  margin: 37px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.p-37 {
  padding: 37px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.px-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

@media (max-width: 576px) {
  .m-sm-38 {
    margin: 38px !important;
  }
  .mt-sm-38 {
    margin-top: 38px !important;
  }
  .mb-sm-38 {
    margin-bottom: 38px !important;
  }
  .ml-sm-38 {
    margin-left: 38px !important;
  }
  .mr-sm-38 {
    margin-right: 38px !important;
  }
  .my-sm-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mx-sm-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .p-sm-38 {
    padding: 38px !important;
  }
  .pt-sm-38 {
    padding-top: 38px !important;
  }
  .pb-sm-38 {
    padding-bottom: 38px !important;
  }
  .pl-sm-38 {
    padding-left: 38px !important;
  }
  .pr-sm-38 {
    padding-right: 38px !important;
  }
  .py-sm-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .px-sm-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}
@media (max-width: 768px) {
  .m-md-38 {
    margin: 38px !important;
  }
  .mt-md-38 {
    margin-top: 38px !important;
  }
  .mb-md-38 {
    margin-bottom: 38px !important;
  }
  .ml-md-38 {
    margin-left: 38px !important;
  }
  .mr-md-38 {
    margin-right: 38px !important;
  }
  .my-md-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mx-md-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .p-md-38 {
    padding: 38px !important;
  }
  .pt-md-38 {
    padding-top: 38px !important;
  }
  .pb-md-38 {
    padding-bottom: 38px !important;
  }
  .pl-md-38 {
    padding-left: 38px !important;
  }
  .pr-md-38 {
    padding-right: 38px !important;
  }
  .py-md-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .px-md-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-38 {
    margin: 38px !important;
  }
  .mt-lg-38 {
    margin-top: 38px !important;
  }
  .mb-lg-38 {
    margin-bottom: 38px !important;
  }
  .ml-lg-38 {
    margin-left: 38px !important;
  }
  .mr-lg-38 {
    margin-right: 38px !important;
  }
  .my-lg-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mx-lg-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .p-lg-38 {
    padding: 38px !important;
  }
  .pt-lg-38 {
    padding-top: 38px !important;
  }
  .pb-lg-38 {
    padding-bottom: 38px !important;
  }
  .pl-lg-38 {
    padding-left: 38px !important;
  }
  .pr-lg-38 {
    padding-right: 38px !important;
  }
  .py-lg-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .px-lg-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-38 {
    margin: 38px !important;
  }
  .mt-xl-38 {
    margin-top: 38px !important;
  }
  .mb-xl-38 {
    margin-bottom: 38px !important;
  }
  .ml-xl-38 {
    margin-left: 38px !important;
  }
  .mr-xl-38 {
    margin-right: 38px !important;
  }
  .my-xl-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mx-xl-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .p-xl-38 {
    padding: 38px !important;
  }
  .pt-xl-38 {
    padding-top: 38px !important;
  }
  .pb-xl-38 {
    padding-bottom: 38px !important;
  }
  .pl-xl-38 {
    padding-left: 38px !important;
  }
  .pr-xl-38 {
    padding-right: 38px !important;
  }
  .py-xl-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .px-xl-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}
.m-38 {
  margin: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.p-38 {
  padding: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

@media (max-width: 576px) {
  .m-sm-39 {
    margin: 39px !important;
  }
  .mt-sm-39 {
    margin-top: 39px !important;
  }
  .mb-sm-39 {
    margin-bottom: 39px !important;
  }
  .ml-sm-39 {
    margin-left: 39px !important;
  }
  .mr-sm-39 {
    margin-right: 39px !important;
  }
  .my-sm-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mx-sm-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .p-sm-39 {
    padding: 39px !important;
  }
  .pt-sm-39 {
    padding-top: 39px !important;
  }
  .pb-sm-39 {
    padding-bottom: 39px !important;
  }
  .pl-sm-39 {
    padding-left: 39px !important;
  }
  .pr-sm-39 {
    padding-right: 39px !important;
  }
  .py-sm-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .px-sm-39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}
@media (max-width: 768px) {
  .m-md-39 {
    margin: 39px !important;
  }
  .mt-md-39 {
    margin-top: 39px !important;
  }
  .mb-md-39 {
    margin-bottom: 39px !important;
  }
  .ml-md-39 {
    margin-left: 39px !important;
  }
  .mr-md-39 {
    margin-right: 39px !important;
  }
  .my-md-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mx-md-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .p-md-39 {
    padding: 39px !important;
  }
  .pt-md-39 {
    padding-top: 39px !important;
  }
  .pb-md-39 {
    padding-bottom: 39px !important;
  }
  .pl-md-39 {
    padding-left: 39px !important;
  }
  .pr-md-39 {
    padding-right: 39px !important;
  }
  .py-md-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .px-md-39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-39 {
    margin: 39px !important;
  }
  .mt-lg-39 {
    margin-top: 39px !important;
  }
  .mb-lg-39 {
    margin-bottom: 39px !important;
  }
  .ml-lg-39 {
    margin-left: 39px !important;
  }
  .mr-lg-39 {
    margin-right: 39px !important;
  }
  .my-lg-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mx-lg-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .p-lg-39 {
    padding: 39px !important;
  }
  .pt-lg-39 {
    padding-top: 39px !important;
  }
  .pb-lg-39 {
    padding-bottom: 39px !important;
  }
  .pl-lg-39 {
    padding-left: 39px !important;
  }
  .pr-lg-39 {
    padding-right: 39px !important;
  }
  .py-lg-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .px-lg-39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-39 {
    margin: 39px !important;
  }
  .mt-xl-39 {
    margin-top: 39px !important;
  }
  .mb-xl-39 {
    margin-bottom: 39px !important;
  }
  .ml-xl-39 {
    margin-left: 39px !important;
  }
  .mr-xl-39 {
    margin-right: 39px !important;
  }
  .my-xl-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mx-xl-39 {
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
  .p-xl-39 {
    padding: 39px !important;
  }
  .pt-xl-39 {
    padding-top: 39px !important;
  }
  .pb-xl-39 {
    padding-bottom: 39px !important;
  }
  .pl-xl-39 {
    padding-left: 39px !important;
  }
  .pr-xl-39 {
    padding-right: 39px !important;
  }
  .py-xl-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .px-xl-39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}
.m-39 {
  margin: 39px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.p-39 {
  padding: 39px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.px-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

@media (max-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 576px) {
  .m-sm-41 {
    margin: 41px !important;
  }
  .mt-sm-41 {
    margin-top: 41px !important;
  }
  .mb-sm-41 {
    margin-bottom: 41px !important;
  }
  .ml-sm-41 {
    margin-left: 41px !important;
  }
  .mr-sm-41 {
    margin-right: 41px !important;
  }
  .my-sm-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mx-sm-41 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .p-sm-41 {
    padding: 41px !important;
  }
  .pt-sm-41 {
    padding-top: 41px !important;
  }
  .pb-sm-41 {
    padding-bottom: 41px !important;
  }
  .pl-sm-41 {
    padding-left: 41px !important;
  }
  .pr-sm-41 {
    padding-right: 41px !important;
  }
  .py-sm-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .px-sm-41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}
@media (max-width: 768px) {
  .m-md-41 {
    margin: 41px !important;
  }
  .mt-md-41 {
    margin-top: 41px !important;
  }
  .mb-md-41 {
    margin-bottom: 41px !important;
  }
  .ml-md-41 {
    margin-left: 41px !important;
  }
  .mr-md-41 {
    margin-right: 41px !important;
  }
  .my-md-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mx-md-41 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .p-md-41 {
    padding: 41px !important;
  }
  .pt-md-41 {
    padding-top: 41px !important;
  }
  .pb-md-41 {
    padding-bottom: 41px !important;
  }
  .pl-md-41 {
    padding-left: 41px !important;
  }
  .pr-md-41 {
    padding-right: 41px !important;
  }
  .py-md-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .px-md-41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-41 {
    margin: 41px !important;
  }
  .mt-lg-41 {
    margin-top: 41px !important;
  }
  .mb-lg-41 {
    margin-bottom: 41px !important;
  }
  .ml-lg-41 {
    margin-left: 41px !important;
  }
  .mr-lg-41 {
    margin-right: 41px !important;
  }
  .my-lg-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mx-lg-41 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .p-lg-41 {
    padding: 41px !important;
  }
  .pt-lg-41 {
    padding-top: 41px !important;
  }
  .pb-lg-41 {
    padding-bottom: 41px !important;
  }
  .pl-lg-41 {
    padding-left: 41px !important;
  }
  .pr-lg-41 {
    padding-right: 41px !important;
  }
  .py-lg-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .px-lg-41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-41 {
    margin: 41px !important;
  }
  .mt-xl-41 {
    margin-top: 41px !important;
  }
  .mb-xl-41 {
    margin-bottom: 41px !important;
  }
  .ml-xl-41 {
    margin-left: 41px !important;
  }
  .mr-xl-41 {
    margin-right: 41px !important;
  }
  .my-xl-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mx-xl-41 {
    margin-left: 41px !important;
    margin-right: 41px !important;
  }
  .p-xl-41 {
    padding: 41px !important;
  }
  .pt-xl-41 {
    padding-top: 41px !important;
  }
  .pb-xl-41 {
    padding-bottom: 41px !important;
  }
  .pl-xl-41 {
    padding-left: 41px !important;
  }
  .pr-xl-41 {
    padding-right: 41px !important;
  }
  .py-xl-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .px-xl-41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}
.m-41 {
  margin: 41px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.mx-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

.p-41 {
  padding: 41px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pl-41 {
  padding-left: 41px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.px-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

@media (max-width: 576px) {
  .m-sm-42 {
    margin: 42px !important;
  }
  .mt-sm-42 {
    margin-top: 42px !important;
  }
  .mb-sm-42 {
    margin-bottom: 42px !important;
  }
  .ml-sm-42 {
    margin-left: 42px !important;
  }
  .mr-sm-42 {
    margin-right: 42px !important;
  }
  .my-sm-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mx-sm-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .p-sm-42 {
    padding: 42px !important;
  }
  .pt-sm-42 {
    padding-top: 42px !important;
  }
  .pb-sm-42 {
    padding-bottom: 42px !important;
  }
  .pl-sm-42 {
    padding-left: 42px !important;
  }
  .pr-sm-42 {
    padding-right: 42px !important;
  }
  .py-sm-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .px-sm-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}
@media (max-width: 768px) {
  .m-md-42 {
    margin: 42px !important;
  }
  .mt-md-42 {
    margin-top: 42px !important;
  }
  .mb-md-42 {
    margin-bottom: 42px !important;
  }
  .ml-md-42 {
    margin-left: 42px !important;
  }
  .mr-md-42 {
    margin-right: 42px !important;
  }
  .my-md-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mx-md-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .p-md-42 {
    padding: 42px !important;
  }
  .pt-md-42 {
    padding-top: 42px !important;
  }
  .pb-md-42 {
    padding-bottom: 42px !important;
  }
  .pl-md-42 {
    padding-left: 42px !important;
  }
  .pr-md-42 {
    padding-right: 42px !important;
  }
  .py-md-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .px-md-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-42 {
    margin: 42px !important;
  }
  .mt-lg-42 {
    margin-top: 42px !important;
  }
  .mb-lg-42 {
    margin-bottom: 42px !important;
  }
  .ml-lg-42 {
    margin-left: 42px !important;
  }
  .mr-lg-42 {
    margin-right: 42px !important;
  }
  .my-lg-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mx-lg-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .p-lg-42 {
    padding: 42px !important;
  }
  .pt-lg-42 {
    padding-top: 42px !important;
  }
  .pb-lg-42 {
    padding-bottom: 42px !important;
  }
  .pl-lg-42 {
    padding-left: 42px !important;
  }
  .pr-lg-42 {
    padding-right: 42px !important;
  }
  .py-lg-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .px-lg-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-42 {
    margin: 42px !important;
  }
  .mt-xl-42 {
    margin-top: 42px !important;
  }
  .mb-xl-42 {
    margin-bottom: 42px !important;
  }
  .ml-xl-42 {
    margin-left: 42px !important;
  }
  .mr-xl-42 {
    margin-right: 42px !important;
  }
  .my-xl-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mx-xl-42 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .p-xl-42 {
    padding: 42px !important;
  }
  .pt-xl-42 {
    padding-top: 42px !important;
  }
  .pb-xl-42 {
    padding-bottom: 42px !important;
  }
  .pl-xl-42 {
    padding-left: 42px !important;
  }
  .pr-xl-42 {
    padding-right: 42px !important;
  }
  .py-xl-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .px-xl-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}
.m-42 {
  margin: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.p-42 {
  padding: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

@media (max-width: 576px) {
  .m-sm-43 {
    margin: 43px !important;
  }
  .mt-sm-43 {
    margin-top: 43px !important;
  }
  .mb-sm-43 {
    margin-bottom: 43px !important;
  }
  .ml-sm-43 {
    margin-left: 43px !important;
  }
  .mr-sm-43 {
    margin-right: 43px !important;
  }
  .my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .p-sm-43 {
    padding: 43px !important;
  }
  .pt-sm-43 {
    padding-top: 43px !important;
  }
  .pb-sm-43 {
    padding-bottom: 43px !important;
  }
  .pl-sm-43 {
    padding-left: 43px !important;
  }
  .pr-sm-43 {
    padding-right: 43px !important;
  }
  .py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}
@media (max-width: 768px) {
  .m-md-43 {
    margin: 43px !important;
  }
  .mt-md-43 {
    margin-top: 43px !important;
  }
  .mb-md-43 {
    margin-bottom: 43px !important;
  }
  .ml-md-43 {
    margin-left: 43px !important;
  }
  .mr-md-43 {
    margin-right: 43px !important;
  }
  .my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .p-md-43 {
    padding: 43px !important;
  }
  .pt-md-43 {
    padding-top: 43px !important;
  }
  .pb-md-43 {
    padding-bottom: 43px !important;
  }
  .pl-md-43 {
    padding-left: 43px !important;
  }
  .pr-md-43 {
    padding-right: 43px !important;
  }
  .py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-43 {
    margin: 43px !important;
  }
  .mt-lg-43 {
    margin-top: 43px !important;
  }
  .mb-lg-43 {
    margin-bottom: 43px !important;
  }
  .ml-lg-43 {
    margin-left: 43px !important;
  }
  .mr-lg-43 {
    margin-right: 43px !important;
  }
  .my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mx-lg-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .p-lg-43 {
    padding: 43px !important;
  }
  .pt-lg-43 {
    padding-top: 43px !important;
  }
  .pb-lg-43 {
    padding-bottom: 43px !important;
  }
  .pl-lg-43 {
    padding-left: 43px !important;
  }
  .pr-lg-43 {
    padding-right: 43px !important;
  }
  .py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .px-lg-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-43 {
    margin: 43px !important;
  }
  .mt-xl-43 {
    margin-top: 43px !important;
  }
  .mb-xl-43 {
    margin-bottom: 43px !important;
  }
  .ml-xl-43 {
    margin-left: 43px !important;
  }
  .mr-xl-43 {
    margin-right: 43px !important;
  }
  .my-xl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mx-xl-43 {
    margin-left: 43px !important;
    margin-right: 43px !important;
  }
  .p-xl-43 {
    padding: 43px !important;
  }
  .pt-xl-43 {
    padding-top: 43px !important;
  }
  .pb-xl-43 {
    padding-bottom: 43px !important;
  }
  .pl-xl-43 {
    padding-left: 43px !important;
  }
  .pr-xl-43 {
    padding-right: 43px !important;
  }
  .py-xl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .px-xl-43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}
.m-43 {
  margin: 43px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

.p-43 {
  padding: 43px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pl-43 {
  padding-left: 43px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

@media (max-width: 576px) {
  .m-sm-44 {
    margin: 44px !important;
  }
  .mt-sm-44 {
    margin-top: 44px !important;
  }
  .mb-sm-44 {
    margin-bottom: 44px !important;
  }
  .ml-sm-44 {
    margin-left: 44px !important;
  }
  .mr-sm-44 {
    margin-right: 44px !important;
  }
  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-sm-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .p-sm-44 {
    padding: 44px !important;
  }
  .pt-sm-44 {
    padding-top: 44px !important;
  }
  .pb-sm-44 {
    padding-bottom: 44px !important;
  }
  .pl-sm-44 {
    padding-left: 44px !important;
  }
  .pr-sm-44 {
    padding-right: 44px !important;
  }
  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-sm-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}
@media (max-width: 768px) {
  .m-md-44 {
    margin: 44px !important;
  }
  .mt-md-44 {
    margin-top: 44px !important;
  }
  .mb-md-44 {
    margin-bottom: 44px !important;
  }
  .ml-md-44 {
    margin-left: 44px !important;
  }
  .mr-md-44 {
    margin-right: 44px !important;
  }
  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-md-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .p-md-44 {
    padding: 44px !important;
  }
  .pt-md-44 {
    padding-top: 44px !important;
  }
  .pb-md-44 {
    padding-bottom: 44px !important;
  }
  .pl-md-44 {
    padding-left: 44px !important;
  }
  .pr-md-44 {
    padding-right: 44px !important;
  }
  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-md-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-44 {
    margin: 44px !important;
  }
  .mt-lg-44 {
    margin-top: 44px !important;
  }
  .mb-lg-44 {
    margin-bottom: 44px !important;
  }
  .ml-lg-44 {
    margin-left: 44px !important;
  }
  .mr-lg-44 {
    margin-right: 44px !important;
  }
  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-lg-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .p-lg-44 {
    padding: 44px !important;
  }
  .pt-lg-44 {
    padding-top: 44px !important;
  }
  .pb-lg-44 {
    padding-bottom: 44px !important;
  }
  .pl-lg-44 {
    padding-left: 44px !important;
  }
  .pr-lg-44 {
    padding-right: 44px !important;
  }
  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-lg-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-44 {
    margin: 44px !important;
  }
  .mt-xl-44 {
    margin-top: 44px !important;
  }
  .mb-xl-44 {
    margin-bottom: 44px !important;
  }
  .ml-xl-44 {
    margin-left: 44px !important;
  }
  .mr-xl-44 {
    margin-right: 44px !important;
  }
  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-xl-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .p-xl-44 {
    padding: 44px !important;
  }
  .pt-xl-44 {
    padding-top: 44px !important;
  }
  .pb-xl-44 {
    padding-bottom: 44px !important;
  }
  .pl-xl-44 {
    padding-left: 44px !important;
  }
  .pr-xl-44 {
    padding-right: 44px !important;
  }
  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-xl-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}
.m-44 {
  margin: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.p-44 {
  padding: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

@media (max-width: 576px) {
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 768px) {
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media (max-width: 576px) {
  .m-sm-46 {
    margin: 46px !important;
  }
  .mt-sm-46 {
    margin-top: 46px !important;
  }
  .mb-sm-46 {
    margin-bottom: 46px !important;
  }
  .ml-sm-46 {
    margin-left: 46px !important;
  }
  .mr-sm-46 {
    margin-right: 46px !important;
  }
  .my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .p-sm-46 {
    padding: 46px !important;
  }
  .pt-sm-46 {
    padding-top: 46px !important;
  }
  .pb-sm-46 {
    padding-bottom: 46px !important;
  }
  .pl-sm-46 {
    padding-left: 46px !important;
  }
  .pr-sm-46 {
    padding-right: 46px !important;
  }
  .py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}
@media (max-width: 768px) {
  .m-md-46 {
    margin: 46px !important;
  }
  .mt-md-46 {
    margin-top: 46px !important;
  }
  .mb-md-46 {
    margin-bottom: 46px !important;
  }
  .ml-md-46 {
    margin-left: 46px !important;
  }
  .mr-md-46 {
    margin-right: 46px !important;
  }
  .my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .p-md-46 {
    padding: 46px !important;
  }
  .pt-md-46 {
    padding-top: 46px !important;
  }
  .pb-md-46 {
    padding-bottom: 46px !important;
  }
  .pl-md-46 {
    padding-left: 46px !important;
  }
  .pr-md-46 {
    padding-right: 46px !important;
  }
  .py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-46 {
    margin: 46px !important;
  }
  .mt-lg-46 {
    margin-top: 46px !important;
  }
  .mb-lg-46 {
    margin-bottom: 46px !important;
  }
  .ml-lg-46 {
    margin-left: 46px !important;
  }
  .mr-lg-46 {
    margin-right: 46px !important;
  }
  .my-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mx-lg-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .p-lg-46 {
    padding: 46px !important;
  }
  .pt-lg-46 {
    padding-top: 46px !important;
  }
  .pb-lg-46 {
    padding-bottom: 46px !important;
  }
  .pl-lg-46 {
    padding-left: 46px !important;
  }
  .pr-lg-46 {
    padding-right: 46px !important;
  }
  .py-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .px-lg-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-46 {
    margin: 46px !important;
  }
  .mt-xl-46 {
    margin-top: 46px !important;
  }
  .mb-xl-46 {
    margin-bottom: 46px !important;
  }
  .ml-xl-46 {
    margin-left: 46px !important;
  }
  .mr-xl-46 {
    margin-right: 46px !important;
  }
  .my-xl-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mx-xl-46 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .p-xl-46 {
    padding: 46px !important;
  }
  .pt-xl-46 {
    padding-top: 46px !important;
  }
  .pb-xl-46 {
    padding-bottom: 46px !important;
  }
  .pl-xl-46 {
    padding-left: 46px !important;
  }
  .pr-xl-46 {
    padding-right: 46px !important;
  }
  .py-xl-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .px-xl-46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}
.m-46 {
  margin: 46px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.p-46 {
  padding: 46px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

@media (max-width: 576px) {
  .m-sm-47 {
    margin: 47px !important;
  }
  .mt-sm-47 {
    margin-top: 47px !important;
  }
  .mb-sm-47 {
    margin-bottom: 47px !important;
  }
  .ml-sm-47 {
    margin-left: 47px !important;
  }
  .mr-sm-47 {
    margin-right: 47px !important;
  }
  .my-sm-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mx-sm-47 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .p-sm-47 {
    padding: 47px !important;
  }
  .pt-sm-47 {
    padding-top: 47px !important;
  }
  .pb-sm-47 {
    padding-bottom: 47px !important;
  }
  .pl-sm-47 {
    padding-left: 47px !important;
  }
  .pr-sm-47 {
    padding-right: 47px !important;
  }
  .py-sm-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .px-sm-47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}
@media (max-width: 768px) {
  .m-md-47 {
    margin: 47px !important;
  }
  .mt-md-47 {
    margin-top: 47px !important;
  }
  .mb-md-47 {
    margin-bottom: 47px !important;
  }
  .ml-md-47 {
    margin-left: 47px !important;
  }
  .mr-md-47 {
    margin-right: 47px !important;
  }
  .my-md-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mx-md-47 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .p-md-47 {
    padding: 47px !important;
  }
  .pt-md-47 {
    padding-top: 47px !important;
  }
  .pb-md-47 {
    padding-bottom: 47px !important;
  }
  .pl-md-47 {
    padding-left: 47px !important;
  }
  .pr-md-47 {
    padding-right: 47px !important;
  }
  .py-md-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .px-md-47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-47 {
    margin: 47px !important;
  }
  .mt-lg-47 {
    margin-top: 47px !important;
  }
  .mb-lg-47 {
    margin-bottom: 47px !important;
  }
  .ml-lg-47 {
    margin-left: 47px !important;
  }
  .mr-lg-47 {
    margin-right: 47px !important;
  }
  .my-lg-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mx-lg-47 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .p-lg-47 {
    padding: 47px !important;
  }
  .pt-lg-47 {
    padding-top: 47px !important;
  }
  .pb-lg-47 {
    padding-bottom: 47px !important;
  }
  .pl-lg-47 {
    padding-left: 47px !important;
  }
  .pr-lg-47 {
    padding-right: 47px !important;
  }
  .py-lg-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .px-lg-47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-47 {
    margin: 47px !important;
  }
  .mt-xl-47 {
    margin-top: 47px !important;
  }
  .mb-xl-47 {
    margin-bottom: 47px !important;
  }
  .ml-xl-47 {
    margin-left: 47px !important;
  }
  .mr-xl-47 {
    margin-right: 47px !important;
  }
  .my-xl-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mx-xl-47 {
    margin-left: 47px !important;
    margin-right: 47px !important;
  }
  .p-xl-47 {
    padding: 47px !important;
  }
  .pt-xl-47 {
    padding-top: 47px !important;
  }
  .pb-xl-47 {
    padding-bottom: 47px !important;
  }
  .pl-xl-47 {
    padding-left: 47px !important;
  }
  .pr-xl-47 {
    padding-right: 47px !important;
  }
  .py-xl-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .px-xl-47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}
.m-47 {
  margin: 47px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.mx-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

.p-47 {
  padding: 47px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pl-47 {
  padding-left: 47px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.px-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

@media (max-width: 576px) {
  .m-sm-48 {
    margin: 48px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .ml-sm-48 {
    margin-left: 48px !important;
  }
  .mr-sm-48 {
    margin-right: 48px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-sm-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pl-sm-48 {
    padding-left: 48px !important;
  }
  .pr-sm-48 {
    padding-right: 48px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-sm-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (max-width: 768px) {
  .m-md-48 {
    margin: 48px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .ml-md-48 {
    margin-left: 48px !important;
  }
  .mr-md-48 {
    margin-right: 48px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-md-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pl-md-48 {
    padding-left: 48px !important;
  }
  .pr-md-48 {
    padding-right: 48px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-md-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-48 {
    margin: 48px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .ml-lg-48 {
    margin-left: 48px !important;
  }
  .mr-lg-48 {
    margin-right: 48px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-lg-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pl-lg-48 {
    padding-left: 48px !important;
  }
  .pr-lg-48 {
    padding-right: 48px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-lg-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-48 {
    margin: 48px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .ml-xl-48 {
    margin-left: 48px !important;
  }
  .mr-xl-48 {
    margin-right: 48px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-xl-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pl-xl-48 {
    padding-left: 48px !important;
  }
  .pr-xl-48 {
    padding-right: 48px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-xl-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

@media (max-width: 576px) {
  .m-sm-49 {
    margin: 49px !important;
  }
  .mt-sm-49 {
    margin-top: 49px !important;
  }
  .mb-sm-49 {
    margin-bottom: 49px !important;
  }
  .ml-sm-49 {
    margin-left: 49px !important;
  }
  .mr-sm-49 {
    margin-right: 49px !important;
  }
  .my-sm-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mx-sm-49 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .p-sm-49 {
    padding: 49px !important;
  }
  .pt-sm-49 {
    padding-top: 49px !important;
  }
  .pb-sm-49 {
    padding-bottom: 49px !important;
  }
  .pl-sm-49 {
    padding-left: 49px !important;
  }
  .pr-sm-49 {
    padding-right: 49px !important;
  }
  .py-sm-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .px-sm-49 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}
@media (max-width: 768px) {
  .m-md-49 {
    margin: 49px !important;
  }
  .mt-md-49 {
    margin-top: 49px !important;
  }
  .mb-md-49 {
    margin-bottom: 49px !important;
  }
  .ml-md-49 {
    margin-left: 49px !important;
  }
  .mr-md-49 {
    margin-right: 49px !important;
  }
  .my-md-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mx-md-49 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .p-md-49 {
    padding: 49px !important;
  }
  .pt-md-49 {
    padding-top: 49px !important;
  }
  .pb-md-49 {
    padding-bottom: 49px !important;
  }
  .pl-md-49 {
    padding-left: 49px !important;
  }
  .pr-md-49 {
    padding-right: 49px !important;
  }
  .py-md-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .px-md-49 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-49 {
    margin: 49px !important;
  }
  .mt-lg-49 {
    margin-top: 49px !important;
  }
  .mb-lg-49 {
    margin-bottom: 49px !important;
  }
  .ml-lg-49 {
    margin-left: 49px !important;
  }
  .mr-lg-49 {
    margin-right: 49px !important;
  }
  .my-lg-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mx-lg-49 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .p-lg-49 {
    padding: 49px !important;
  }
  .pt-lg-49 {
    padding-top: 49px !important;
  }
  .pb-lg-49 {
    padding-bottom: 49px !important;
  }
  .pl-lg-49 {
    padding-left: 49px !important;
  }
  .pr-lg-49 {
    padding-right: 49px !important;
  }
  .py-lg-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .px-lg-49 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-49 {
    margin: 49px !important;
  }
  .mt-xl-49 {
    margin-top: 49px !important;
  }
  .mb-xl-49 {
    margin-bottom: 49px !important;
  }
  .ml-xl-49 {
    margin-left: 49px !important;
  }
  .mr-xl-49 {
    margin-right: 49px !important;
  }
  .my-xl-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mx-xl-49 {
    margin-left: 49px !important;
    margin-right: 49px !important;
  }
  .p-xl-49 {
    padding: 49px !important;
  }
  .pt-xl-49 {
    padding-top: 49px !important;
  }
  .pb-xl-49 {
    padding-bottom: 49px !important;
  }
  .pl-xl-49 {
    padding-left: 49px !important;
  }
  .pr-xl-49 {
    padding-right: 49px !important;
  }
  .py-xl-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .px-xl-49 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}
.m-49 {
  margin: 49px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.mx-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

.p-49 {
  padding: 49px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pl-49 {
  padding-left: 49px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.py-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.px-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

@media (max-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@media (max-width: 576px) {
  .m-sm-51 {
    margin: 51px !important;
  }
  .mt-sm-51 {
    margin-top: 51px !important;
  }
  .mb-sm-51 {
    margin-bottom: 51px !important;
  }
  .ml-sm-51 {
    margin-left: 51px !important;
  }
  .mr-sm-51 {
    margin-right: 51px !important;
  }
  .my-sm-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mx-sm-51 {
    margin-left: 51px !important;
    margin-right: 51px !important;
  }
  .p-sm-51 {
    padding: 51px !important;
  }
  .pt-sm-51 {
    padding-top: 51px !important;
  }
  .pb-sm-51 {
    padding-bottom: 51px !important;
  }
  .pl-sm-51 {
    padding-left: 51px !important;
  }
  .pr-sm-51 {
    padding-right: 51px !important;
  }
  .py-sm-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .px-sm-51 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}
@media (max-width: 768px) {
  .m-md-51 {
    margin: 51px !important;
  }
  .mt-md-51 {
    margin-top: 51px !important;
  }
  .mb-md-51 {
    margin-bottom: 51px !important;
  }
  .ml-md-51 {
    margin-left: 51px !important;
  }
  .mr-md-51 {
    margin-right: 51px !important;
  }
  .my-md-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mx-md-51 {
    margin-left: 51px !important;
    margin-right: 51px !important;
  }
  .p-md-51 {
    padding: 51px !important;
  }
  .pt-md-51 {
    padding-top: 51px !important;
  }
  .pb-md-51 {
    padding-bottom: 51px !important;
  }
  .pl-md-51 {
    padding-left: 51px !important;
  }
  .pr-md-51 {
    padding-right: 51px !important;
  }
  .py-md-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .px-md-51 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-51 {
    margin: 51px !important;
  }
  .mt-lg-51 {
    margin-top: 51px !important;
  }
  .mb-lg-51 {
    margin-bottom: 51px !important;
  }
  .ml-lg-51 {
    margin-left: 51px !important;
  }
  .mr-lg-51 {
    margin-right: 51px !important;
  }
  .my-lg-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mx-lg-51 {
    margin-left: 51px !important;
    margin-right: 51px !important;
  }
  .p-lg-51 {
    padding: 51px !important;
  }
  .pt-lg-51 {
    padding-top: 51px !important;
  }
  .pb-lg-51 {
    padding-bottom: 51px !important;
  }
  .pl-lg-51 {
    padding-left: 51px !important;
  }
  .pr-lg-51 {
    padding-right: 51px !important;
  }
  .py-lg-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .px-lg-51 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-51 {
    margin: 51px !important;
  }
  .mt-xl-51 {
    margin-top: 51px !important;
  }
  .mb-xl-51 {
    margin-bottom: 51px !important;
  }
  .ml-xl-51 {
    margin-left: 51px !important;
  }
  .mr-xl-51 {
    margin-right: 51px !important;
  }
  .my-xl-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mx-xl-51 {
    margin-left: 51px !important;
    margin-right: 51px !important;
  }
  .p-xl-51 {
    padding: 51px !important;
  }
  .pt-xl-51 {
    padding-top: 51px !important;
  }
  .pb-xl-51 {
    padding-bottom: 51px !important;
  }
  .pl-xl-51 {
    padding-left: 51px !important;
  }
  .pr-xl-51 {
    padding-right: 51px !important;
  }
  .py-xl-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .px-xl-51 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}
.m-51 {
  margin: 51px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.mx-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

.p-51 {
  padding: 51px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pl-51 {
  padding-left: 51px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.py-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

.px-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

@media (max-width: 576px) {
  .m-sm-52 {
    margin: 52px !important;
  }
  .mt-sm-52 {
    margin-top: 52px !important;
  }
  .mb-sm-52 {
    margin-bottom: 52px !important;
  }
  .ml-sm-52 {
    margin-left: 52px !important;
  }
  .mr-sm-52 {
    margin-right: 52px !important;
  }
  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-sm-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .p-sm-52 {
    padding: 52px !important;
  }
  .pt-sm-52 {
    padding-top: 52px !important;
  }
  .pb-sm-52 {
    padding-bottom: 52px !important;
  }
  .pl-sm-52 {
    padding-left: 52px !important;
  }
  .pr-sm-52 {
    padding-right: 52px !important;
  }
  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-sm-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}
@media (max-width: 768px) {
  .m-md-52 {
    margin: 52px !important;
  }
  .mt-md-52 {
    margin-top: 52px !important;
  }
  .mb-md-52 {
    margin-bottom: 52px !important;
  }
  .ml-md-52 {
    margin-left: 52px !important;
  }
  .mr-md-52 {
    margin-right: 52px !important;
  }
  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-md-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .p-md-52 {
    padding: 52px !important;
  }
  .pt-md-52 {
    padding-top: 52px !important;
  }
  .pb-md-52 {
    padding-bottom: 52px !important;
  }
  .pl-md-52 {
    padding-left: 52px !important;
  }
  .pr-md-52 {
    padding-right: 52px !important;
  }
  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-md-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-52 {
    margin: 52px !important;
  }
  .mt-lg-52 {
    margin-top: 52px !important;
  }
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .ml-lg-52 {
    margin-left: 52px !important;
  }
  .mr-lg-52 {
    margin-right: 52px !important;
  }
  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-lg-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .p-lg-52 {
    padding: 52px !important;
  }
  .pt-lg-52 {
    padding-top: 52px !important;
  }
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .pl-lg-52 {
    padding-left: 52px !important;
  }
  .pr-lg-52 {
    padding-right: 52px !important;
  }
  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-lg-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-52 {
    margin: 52px !important;
  }
  .mt-xl-52 {
    margin-top: 52px !important;
  }
  .mb-xl-52 {
    margin-bottom: 52px !important;
  }
  .ml-xl-52 {
    margin-left: 52px !important;
  }
  .mr-xl-52 {
    margin-right: 52px !important;
  }
  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-xl-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .p-xl-52 {
    padding: 52px !important;
  }
  .pt-xl-52 {
    padding-top: 52px !important;
  }
  .pb-xl-52 {
    padding-bottom: 52px !important;
  }
  .pl-xl-52 {
    padding-left: 52px !important;
  }
  .pr-xl-52 {
    padding-right: 52px !important;
  }
  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-xl-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}
.m-52 {
  margin: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.p-52 {
  padding: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

@media (max-width: 576px) {
  .m-sm-53 {
    margin: 53px !important;
  }
  .mt-sm-53 {
    margin-top: 53px !important;
  }
  .mb-sm-53 {
    margin-bottom: 53px !important;
  }
  .ml-sm-53 {
    margin-left: 53px !important;
  }
  .mr-sm-53 {
    margin-right: 53px !important;
  }
  .my-sm-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mx-sm-53 {
    margin-left: 53px !important;
    margin-right: 53px !important;
  }
  .p-sm-53 {
    padding: 53px !important;
  }
  .pt-sm-53 {
    padding-top: 53px !important;
  }
  .pb-sm-53 {
    padding-bottom: 53px !important;
  }
  .pl-sm-53 {
    padding-left: 53px !important;
  }
  .pr-sm-53 {
    padding-right: 53px !important;
  }
  .py-sm-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .px-sm-53 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}
@media (max-width: 768px) {
  .m-md-53 {
    margin: 53px !important;
  }
  .mt-md-53 {
    margin-top: 53px !important;
  }
  .mb-md-53 {
    margin-bottom: 53px !important;
  }
  .ml-md-53 {
    margin-left: 53px !important;
  }
  .mr-md-53 {
    margin-right: 53px !important;
  }
  .my-md-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mx-md-53 {
    margin-left: 53px !important;
    margin-right: 53px !important;
  }
  .p-md-53 {
    padding: 53px !important;
  }
  .pt-md-53 {
    padding-top: 53px !important;
  }
  .pb-md-53 {
    padding-bottom: 53px !important;
  }
  .pl-md-53 {
    padding-left: 53px !important;
  }
  .pr-md-53 {
    padding-right: 53px !important;
  }
  .py-md-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .px-md-53 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-53 {
    margin: 53px !important;
  }
  .mt-lg-53 {
    margin-top: 53px !important;
  }
  .mb-lg-53 {
    margin-bottom: 53px !important;
  }
  .ml-lg-53 {
    margin-left: 53px !important;
  }
  .mr-lg-53 {
    margin-right: 53px !important;
  }
  .my-lg-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mx-lg-53 {
    margin-left: 53px !important;
    margin-right: 53px !important;
  }
  .p-lg-53 {
    padding: 53px !important;
  }
  .pt-lg-53 {
    padding-top: 53px !important;
  }
  .pb-lg-53 {
    padding-bottom: 53px !important;
  }
  .pl-lg-53 {
    padding-left: 53px !important;
  }
  .pr-lg-53 {
    padding-right: 53px !important;
  }
  .py-lg-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .px-lg-53 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-53 {
    margin: 53px !important;
  }
  .mt-xl-53 {
    margin-top: 53px !important;
  }
  .mb-xl-53 {
    margin-bottom: 53px !important;
  }
  .ml-xl-53 {
    margin-left: 53px !important;
  }
  .mr-xl-53 {
    margin-right: 53px !important;
  }
  .my-xl-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mx-xl-53 {
    margin-left: 53px !important;
    margin-right: 53px !important;
  }
  .p-xl-53 {
    padding: 53px !important;
  }
  .pt-xl-53 {
    padding-top: 53px !important;
  }
  .pb-xl-53 {
    padding-bottom: 53px !important;
  }
  .pl-xl-53 {
    padding-left: 53px !important;
  }
  .pr-xl-53 {
    padding-right: 53px !important;
  }
  .py-xl-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .px-xl-53 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}
.m-53 {
  margin: 53px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.mx-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

.p-53 {
  padding: 53px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pl-53 {
  padding-left: 53px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.py-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

.px-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

@media (max-width: 576px) {
  .m-sm-54 {
    margin: 54px !important;
  }
  .mt-sm-54 {
    margin-top: 54px !important;
  }
  .mb-sm-54 {
    margin-bottom: 54px !important;
  }
  .ml-sm-54 {
    margin-left: 54px !important;
  }
  .mr-sm-54 {
    margin-right: 54px !important;
  }
  .my-sm-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mx-sm-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
  .p-sm-54 {
    padding: 54px !important;
  }
  .pt-sm-54 {
    padding-top: 54px !important;
  }
  .pb-sm-54 {
    padding-bottom: 54px !important;
  }
  .pl-sm-54 {
    padding-left: 54px !important;
  }
  .pr-sm-54 {
    padding-right: 54px !important;
  }
  .py-sm-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .px-sm-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
@media (max-width: 768px) {
  .m-md-54 {
    margin: 54px !important;
  }
  .mt-md-54 {
    margin-top: 54px !important;
  }
  .mb-md-54 {
    margin-bottom: 54px !important;
  }
  .ml-md-54 {
    margin-left: 54px !important;
  }
  .mr-md-54 {
    margin-right: 54px !important;
  }
  .my-md-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mx-md-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
  .p-md-54 {
    padding: 54px !important;
  }
  .pt-md-54 {
    padding-top: 54px !important;
  }
  .pb-md-54 {
    padding-bottom: 54px !important;
  }
  .pl-md-54 {
    padding-left: 54px !important;
  }
  .pr-md-54 {
    padding-right: 54px !important;
  }
  .py-md-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .px-md-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-54 {
    margin: 54px !important;
  }
  .mt-lg-54 {
    margin-top: 54px !important;
  }
  .mb-lg-54 {
    margin-bottom: 54px !important;
  }
  .ml-lg-54 {
    margin-left: 54px !important;
  }
  .mr-lg-54 {
    margin-right: 54px !important;
  }
  .my-lg-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mx-lg-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
  .p-lg-54 {
    padding: 54px !important;
  }
  .pt-lg-54 {
    padding-top: 54px !important;
  }
  .pb-lg-54 {
    padding-bottom: 54px !important;
  }
  .pl-lg-54 {
    padding-left: 54px !important;
  }
  .pr-lg-54 {
    padding-right: 54px !important;
  }
  .py-lg-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .px-lg-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-54 {
    margin: 54px !important;
  }
  .mt-xl-54 {
    margin-top: 54px !important;
  }
  .mb-xl-54 {
    margin-bottom: 54px !important;
  }
  .ml-xl-54 {
    margin-left: 54px !important;
  }
  .mr-xl-54 {
    margin-right: 54px !important;
  }
  .my-xl-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mx-xl-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
  .p-xl-54 {
    padding: 54px !important;
  }
  .pt-xl-54 {
    padding-top: 54px !important;
  }
  .pb-xl-54 {
    padding-bottom: 54px !important;
  }
  .pl-xl-54 {
    padding-left: 54px !important;
  }
  .pr-xl-54 {
    padding-right: 54px !important;
  }
  .py-xl-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .px-xl-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}
.m-54 {
  margin: 54px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.p-54 {
  padding: 54px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

@media (max-width: 576px) {
  .m-sm-55 {
    margin: 55px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media (max-width: 768px) {
  .m-md-55 {
    margin: 55px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-55 {
    margin: 55px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-55 {
    margin: 55px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
  .pr-xl-55 {
    padding-right: 55px !important;
  }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

@media (max-width: 576px) {
  .m-sm-56 {
    margin: 56px !important;
  }
  .mt-sm-56 {
    margin-top: 56px !important;
  }
  .mb-sm-56 {
    margin-bottom: 56px !important;
  }
  .ml-sm-56 {
    margin-left: 56px !important;
  }
  .mr-sm-56 {
    margin-right: 56px !important;
  }
  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-sm-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .p-sm-56 {
    padding: 56px !important;
  }
  .pt-sm-56 {
    padding-top: 56px !important;
  }
  .pb-sm-56 {
    padding-bottom: 56px !important;
  }
  .pl-sm-56 {
    padding-left: 56px !important;
  }
  .pr-sm-56 {
    padding-right: 56px !important;
  }
  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-sm-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
@media (max-width: 768px) {
  .m-md-56 {
    margin: 56px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .ml-md-56 {
    margin-left: 56px !important;
  }
  .mr-md-56 {
    margin-right: 56px !important;
  }
  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-md-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .p-md-56 {
    padding: 56px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pl-md-56 {
    padding-left: 56px !important;
  }
  .pr-md-56 {
    padding-right: 56px !important;
  }
  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-md-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-56 {
    margin: 56px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .ml-lg-56 {
    margin-left: 56px !important;
  }
  .mr-lg-56 {
    margin-right: 56px !important;
  }
  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-lg-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .p-lg-56 {
    padding: 56px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pl-lg-56 {
    padding-left: 56px !important;
  }
  .pr-lg-56 {
    padding-right: 56px !important;
  }
  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-lg-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-56 {
    margin: 56px !important;
  }
  .mt-xl-56 {
    margin-top: 56px !important;
  }
  .mb-xl-56 {
    margin-bottom: 56px !important;
  }
  .ml-xl-56 {
    margin-left: 56px !important;
  }
  .mr-xl-56 {
    margin-right: 56px !important;
  }
  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-xl-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .p-xl-56 {
    padding: 56px !important;
  }
  .pt-xl-56 {
    padding-top: 56px !important;
  }
  .pb-xl-56 {
    padding-bottom: 56px !important;
  }
  .pl-xl-56 {
    padding-left: 56px !important;
  }
  .pr-xl-56 {
    padding-right: 56px !important;
  }
  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-xl-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

@media (max-width: 576px) {
  .m-sm-57 {
    margin: 57px !important;
  }
  .mt-sm-57 {
    margin-top: 57px !important;
  }
  .mb-sm-57 {
    margin-bottom: 57px !important;
  }
  .ml-sm-57 {
    margin-left: 57px !important;
  }
  .mr-sm-57 {
    margin-right: 57px !important;
  }
  .my-sm-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mx-sm-57 {
    margin-left: 57px !important;
    margin-right: 57px !important;
  }
  .p-sm-57 {
    padding: 57px !important;
  }
  .pt-sm-57 {
    padding-top: 57px !important;
  }
  .pb-sm-57 {
    padding-bottom: 57px !important;
  }
  .pl-sm-57 {
    padding-left: 57px !important;
  }
  .pr-sm-57 {
    padding-right: 57px !important;
  }
  .py-sm-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .px-sm-57 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}
@media (max-width: 768px) {
  .m-md-57 {
    margin: 57px !important;
  }
  .mt-md-57 {
    margin-top: 57px !important;
  }
  .mb-md-57 {
    margin-bottom: 57px !important;
  }
  .ml-md-57 {
    margin-left: 57px !important;
  }
  .mr-md-57 {
    margin-right: 57px !important;
  }
  .my-md-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mx-md-57 {
    margin-left: 57px !important;
    margin-right: 57px !important;
  }
  .p-md-57 {
    padding: 57px !important;
  }
  .pt-md-57 {
    padding-top: 57px !important;
  }
  .pb-md-57 {
    padding-bottom: 57px !important;
  }
  .pl-md-57 {
    padding-left: 57px !important;
  }
  .pr-md-57 {
    padding-right: 57px !important;
  }
  .py-md-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .px-md-57 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-57 {
    margin: 57px !important;
  }
  .mt-lg-57 {
    margin-top: 57px !important;
  }
  .mb-lg-57 {
    margin-bottom: 57px !important;
  }
  .ml-lg-57 {
    margin-left: 57px !important;
  }
  .mr-lg-57 {
    margin-right: 57px !important;
  }
  .my-lg-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mx-lg-57 {
    margin-left: 57px !important;
    margin-right: 57px !important;
  }
  .p-lg-57 {
    padding: 57px !important;
  }
  .pt-lg-57 {
    padding-top: 57px !important;
  }
  .pb-lg-57 {
    padding-bottom: 57px !important;
  }
  .pl-lg-57 {
    padding-left: 57px !important;
  }
  .pr-lg-57 {
    padding-right: 57px !important;
  }
  .py-lg-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .px-lg-57 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-57 {
    margin: 57px !important;
  }
  .mt-xl-57 {
    margin-top: 57px !important;
  }
  .mb-xl-57 {
    margin-bottom: 57px !important;
  }
  .ml-xl-57 {
    margin-left: 57px !important;
  }
  .mr-xl-57 {
    margin-right: 57px !important;
  }
  .my-xl-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mx-xl-57 {
    margin-left: 57px !important;
    margin-right: 57px !important;
  }
  .p-xl-57 {
    padding: 57px !important;
  }
  .pt-xl-57 {
    padding-top: 57px !important;
  }
  .pb-xl-57 {
    padding-bottom: 57px !important;
  }
  .pl-xl-57 {
    padding-left: 57px !important;
  }
  .pr-xl-57 {
    padding-right: 57px !important;
  }
  .py-xl-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .px-xl-57 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}
.m-57 {
  margin: 57px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.mx-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

.p-57 {
  padding: 57px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pl-57 {
  padding-left: 57px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.py-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

.px-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

@media (max-width: 576px) {
  .m-sm-58 {
    margin: 58px !important;
  }
  .mt-sm-58 {
    margin-top: 58px !important;
  }
  .mb-sm-58 {
    margin-bottom: 58px !important;
  }
  .ml-sm-58 {
    margin-left: 58px !important;
  }
  .mr-sm-58 {
    margin-right: 58px !important;
  }
  .my-sm-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mx-sm-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
  }
  .p-sm-58 {
    padding: 58px !important;
  }
  .pt-sm-58 {
    padding-top: 58px !important;
  }
  .pb-sm-58 {
    padding-bottom: 58px !important;
  }
  .pl-sm-58 {
    padding-left: 58px !important;
  }
  .pr-sm-58 {
    padding-right: 58px !important;
  }
  .py-sm-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .px-sm-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}
@media (max-width: 768px) {
  .m-md-58 {
    margin: 58px !important;
  }
  .mt-md-58 {
    margin-top: 58px !important;
  }
  .mb-md-58 {
    margin-bottom: 58px !important;
  }
  .ml-md-58 {
    margin-left: 58px !important;
  }
  .mr-md-58 {
    margin-right: 58px !important;
  }
  .my-md-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mx-md-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
  }
  .p-md-58 {
    padding: 58px !important;
  }
  .pt-md-58 {
    padding-top: 58px !important;
  }
  .pb-md-58 {
    padding-bottom: 58px !important;
  }
  .pl-md-58 {
    padding-left: 58px !important;
  }
  .pr-md-58 {
    padding-right: 58px !important;
  }
  .py-md-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .px-md-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-58 {
    margin: 58px !important;
  }
  .mt-lg-58 {
    margin-top: 58px !important;
  }
  .mb-lg-58 {
    margin-bottom: 58px !important;
  }
  .ml-lg-58 {
    margin-left: 58px !important;
  }
  .mr-lg-58 {
    margin-right: 58px !important;
  }
  .my-lg-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mx-lg-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
  }
  .p-lg-58 {
    padding: 58px !important;
  }
  .pt-lg-58 {
    padding-top: 58px !important;
  }
  .pb-lg-58 {
    padding-bottom: 58px !important;
  }
  .pl-lg-58 {
    padding-left: 58px !important;
  }
  .pr-lg-58 {
    padding-right: 58px !important;
  }
  .py-lg-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .px-lg-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-58 {
    margin: 58px !important;
  }
  .mt-xl-58 {
    margin-top: 58px !important;
  }
  .mb-xl-58 {
    margin-bottom: 58px !important;
  }
  .ml-xl-58 {
    margin-left: 58px !important;
  }
  .mr-xl-58 {
    margin-right: 58px !important;
  }
  .my-xl-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mx-xl-58 {
    margin-left: 58px !important;
    margin-right: 58px !important;
  }
  .p-xl-58 {
    padding: 58px !important;
  }
  .pt-xl-58 {
    padding-top: 58px !important;
  }
  .pb-xl-58 {
    padding-bottom: 58px !important;
  }
  .pl-xl-58 {
    padding-left: 58px !important;
  }
  .pr-xl-58 {
    padding-right: 58px !important;
  }
  .py-xl-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .px-xl-58 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}
.m-58 {
  margin: 58px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.p-58 {
  padding: 58px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

@media (max-width: 576px) {
  .m-sm-59 {
    margin: 59px !important;
  }
  .mt-sm-59 {
    margin-top: 59px !important;
  }
  .mb-sm-59 {
    margin-bottom: 59px !important;
  }
  .ml-sm-59 {
    margin-left: 59px !important;
  }
  .mr-sm-59 {
    margin-right: 59px !important;
  }
  .my-sm-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mx-sm-59 {
    margin-left: 59px !important;
    margin-right: 59px !important;
  }
  .p-sm-59 {
    padding: 59px !important;
  }
  .pt-sm-59 {
    padding-top: 59px !important;
  }
  .pb-sm-59 {
    padding-bottom: 59px !important;
  }
  .pl-sm-59 {
    padding-left: 59px !important;
  }
  .pr-sm-59 {
    padding-right: 59px !important;
  }
  .py-sm-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .px-sm-59 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}
@media (max-width: 768px) {
  .m-md-59 {
    margin: 59px !important;
  }
  .mt-md-59 {
    margin-top: 59px !important;
  }
  .mb-md-59 {
    margin-bottom: 59px !important;
  }
  .ml-md-59 {
    margin-left: 59px !important;
  }
  .mr-md-59 {
    margin-right: 59px !important;
  }
  .my-md-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mx-md-59 {
    margin-left: 59px !important;
    margin-right: 59px !important;
  }
  .p-md-59 {
    padding: 59px !important;
  }
  .pt-md-59 {
    padding-top: 59px !important;
  }
  .pb-md-59 {
    padding-bottom: 59px !important;
  }
  .pl-md-59 {
    padding-left: 59px !important;
  }
  .pr-md-59 {
    padding-right: 59px !important;
  }
  .py-md-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .px-md-59 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-59 {
    margin: 59px !important;
  }
  .mt-lg-59 {
    margin-top: 59px !important;
  }
  .mb-lg-59 {
    margin-bottom: 59px !important;
  }
  .ml-lg-59 {
    margin-left: 59px !important;
  }
  .mr-lg-59 {
    margin-right: 59px !important;
  }
  .my-lg-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mx-lg-59 {
    margin-left: 59px !important;
    margin-right: 59px !important;
  }
  .p-lg-59 {
    padding: 59px !important;
  }
  .pt-lg-59 {
    padding-top: 59px !important;
  }
  .pb-lg-59 {
    padding-bottom: 59px !important;
  }
  .pl-lg-59 {
    padding-left: 59px !important;
  }
  .pr-lg-59 {
    padding-right: 59px !important;
  }
  .py-lg-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .px-lg-59 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-59 {
    margin: 59px !important;
  }
  .mt-xl-59 {
    margin-top: 59px !important;
  }
  .mb-xl-59 {
    margin-bottom: 59px !important;
  }
  .ml-xl-59 {
    margin-left: 59px !important;
  }
  .mr-xl-59 {
    margin-right: 59px !important;
  }
  .my-xl-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mx-xl-59 {
    margin-left: 59px !important;
    margin-right: 59px !important;
  }
  .p-xl-59 {
    padding: 59px !important;
  }
  .pt-xl-59 {
    padding-top: 59px !important;
  }
  .pb-xl-59 {
    padding-bottom: 59px !important;
  }
  .pl-xl-59 {
    padding-left: 59px !important;
  }
  .pr-xl-59 {
    padding-right: 59px !important;
  }
  .py-xl-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .px-xl-59 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}
.m-59 {
  margin: 59px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.mx-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

.p-59 {
  padding: 59px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pl-59 {
  padding-left: 59px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.py-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

.px-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

@media (max-width: 576px) {
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 576px) {
  .m-sm-61 {
    margin: 61px !important;
  }
  .mt-sm-61 {
    margin-top: 61px !important;
  }
  .mb-sm-61 {
    margin-bottom: 61px !important;
  }
  .ml-sm-61 {
    margin-left: 61px !important;
  }
  .mr-sm-61 {
    margin-right: 61px !important;
  }
  .my-sm-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mx-sm-61 {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }
  .p-sm-61 {
    padding: 61px !important;
  }
  .pt-sm-61 {
    padding-top: 61px !important;
  }
  .pb-sm-61 {
    padding-bottom: 61px !important;
  }
  .pl-sm-61 {
    padding-left: 61px !important;
  }
  .pr-sm-61 {
    padding-right: 61px !important;
  }
  .py-sm-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .px-sm-61 {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}
@media (max-width: 768px) {
  .m-md-61 {
    margin: 61px !important;
  }
  .mt-md-61 {
    margin-top: 61px !important;
  }
  .mb-md-61 {
    margin-bottom: 61px !important;
  }
  .ml-md-61 {
    margin-left: 61px !important;
  }
  .mr-md-61 {
    margin-right: 61px !important;
  }
  .my-md-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mx-md-61 {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }
  .p-md-61 {
    padding: 61px !important;
  }
  .pt-md-61 {
    padding-top: 61px !important;
  }
  .pb-md-61 {
    padding-bottom: 61px !important;
  }
  .pl-md-61 {
    padding-left: 61px !important;
  }
  .pr-md-61 {
    padding-right: 61px !important;
  }
  .py-md-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .px-md-61 {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-61 {
    margin: 61px !important;
  }
  .mt-lg-61 {
    margin-top: 61px !important;
  }
  .mb-lg-61 {
    margin-bottom: 61px !important;
  }
  .ml-lg-61 {
    margin-left: 61px !important;
  }
  .mr-lg-61 {
    margin-right: 61px !important;
  }
  .my-lg-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mx-lg-61 {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }
  .p-lg-61 {
    padding: 61px !important;
  }
  .pt-lg-61 {
    padding-top: 61px !important;
  }
  .pb-lg-61 {
    padding-bottom: 61px !important;
  }
  .pl-lg-61 {
    padding-left: 61px !important;
  }
  .pr-lg-61 {
    padding-right: 61px !important;
  }
  .py-lg-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .px-lg-61 {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-61 {
    margin: 61px !important;
  }
  .mt-xl-61 {
    margin-top: 61px !important;
  }
  .mb-xl-61 {
    margin-bottom: 61px !important;
  }
  .ml-xl-61 {
    margin-left: 61px !important;
  }
  .mr-xl-61 {
    margin-right: 61px !important;
  }
  .my-xl-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mx-xl-61 {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }
  .p-xl-61 {
    padding: 61px !important;
  }
  .pt-xl-61 {
    padding-top: 61px !important;
  }
  .pb-xl-61 {
    padding-bottom: 61px !important;
  }
  .pl-xl-61 {
    padding-left: 61px !important;
  }
  .pr-xl-61 {
    padding-right: 61px !important;
  }
  .py-xl-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .px-xl-61 {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}
.m-61 {
  margin: 61px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.mx-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

.p-61 {
  padding: 61px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pl-61 {
  padding-left: 61px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.py-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

.px-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

@media (max-width: 576px) {
  .m-sm-62 {
    margin: 62px !important;
  }
  .mt-sm-62 {
    margin-top: 62px !important;
  }
  .mb-sm-62 {
    margin-bottom: 62px !important;
  }
  .ml-sm-62 {
    margin-left: 62px !important;
  }
  .mr-sm-62 {
    margin-right: 62px !important;
  }
  .my-sm-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mx-sm-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
  }
  .p-sm-62 {
    padding: 62px !important;
  }
  .pt-sm-62 {
    padding-top: 62px !important;
  }
  .pb-sm-62 {
    padding-bottom: 62px !important;
  }
  .pl-sm-62 {
    padding-left: 62px !important;
  }
  .pr-sm-62 {
    padding-right: 62px !important;
  }
  .py-sm-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .px-sm-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}
@media (max-width: 768px) {
  .m-md-62 {
    margin: 62px !important;
  }
  .mt-md-62 {
    margin-top: 62px !important;
  }
  .mb-md-62 {
    margin-bottom: 62px !important;
  }
  .ml-md-62 {
    margin-left: 62px !important;
  }
  .mr-md-62 {
    margin-right: 62px !important;
  }
  .my-md-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mx-md-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
  }
  .p-md-62 {
    padding: 62px !important;
  }
  .pt-md-62 {
    padding-top: 62px !important;
  }
  .pb-md-62 {
    padding-bottom: 62px !important;
  }
  .pl-md-62 {
    padding-left: 62px !important;
  }
  .pr-md-62 {
    padding-right: 62px !important;
  }
  .py-md-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .px-md-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-62 {
    margin: 62px !important;
  }
  .mt-lg-62 {
    margin-top: 62px !important;
  }
  .mb-lg-62 {
    margin-bottom: 62px !important;
  }
  .ml-lg-62 {
    margin-left: 62px !important;
  }
  .mr-lg-62 {
    margin-right: 62px !important;
  }
  .my-lg-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mx-lg-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
  }
  .p-lg-62 {
    padding: 62px !important;
  }
  .pt-lg-62 {
    padding-top: 62px !important;
  }
  .pb-lg-62 {
    padding-bottom: 62px !important;
  }
  .pl-lg-62 {
    padding-left: 62px !important;
  }
  .pr-lg-62 {
    padding-right: 62px !important;
  }
  .py-lg-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .px-lg-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-62 {
    margin: 62px !important;
  }
  .mt-xl-62 {
    margin-top: 62px !important;
  }
  .mb-xl-62 {
    margin-bottom: 62px !important;
  }
  .ml-xl-62 {
    margin-left: 62px !important;
  }
  .mr-xl-62 {
    margin-right: 62px !important;
  }
  .my-xl-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mx-xl-62 {
    margin-left: 62px !important;
    margin-right: 62px !important;
  }
  .p-xl-62 {
    padding: 62px !important;
  }
  .pt-xl-62 {
    padding-top: 62px !important;
  }
  .pb-xl-62 {
    padding-bottom: 62px !important;
  }
  .pl-xl-62 {
    padding-left: 62px !important;
  }
  .pr-xl-62 {
    padding-right: 62px !important;
  }
  .py-xl-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .px-xl-62 {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}
.m-62 {
  margin: 62px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.p-62 {
  padding: 62px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

@media (max-width: 576px) {
  .m-sm-63 {
    margin: 63px !important;
  }
  .mt-sm-63 {
    margin-top: 63px !important;
  }
  .mb-sm-63 {
    margin-bottom: 63px !important;
  }
  .ml-sm-63 {
    margin-left: 63px !important;
  }
  .mr-sm-63 {
    margin-right: 63px !important;
  }
  .my-sm-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mx-sm-63 {
    margin-left: 63px !important;
    margin-right: 63px !important;
  }
  .p-sm-63 {
    padding: 63px !important;
  }
  .pt-sm-63 {
    padding-top: 63px !important;
  }
  .pb-sm-63 {
    padding-bottom: 63px !important;
  }
  .pl-sm-63 {
    padding-left: 63px !important;
  }
  .pr-sm-63 {
    padding-right: 63px !important;
  }
  .py-sm-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .px-sm-63 {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}
@media (max-width: 768px) {
  .m-md-63 {
    margin: 63px !important;
  }
  .mt-md-63 {
    margin-top: 63px !important;
  }
  .mb-md-63 {
    margin-bottom: 63px !important;
  }
  .ml-md-63 {
    margin-left: 63px !important;
  }
  .mr-md-63 {
    margin-right: 63px !important;
  }
  .my-md-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mx-md-63 {
    margin-left: 63px !important;
    margin-right: 63px !important;
  }
  .p-md-63 {
    padding: 63px !important;
  }
  .pt-md-63 {
    padding-top: 63px !important;
  }
  .pb-md-63 {
    padding-bottom: 63px !important;
  }
  .pl-md-63 {
    padding-left: 63px !important;
  }
  .pr-md-63 {
    padding-right: 63px !important;
  }
  .py-md-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .px-md-63 {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-63 {
    margin: 63px !important;
  }
  .mt-lg-63 {
    margin-top: 63px !important;
  }
  .mb-lg-63 {
    margin-bottom: 63px !important;
  }
  .ml-lg-63 {
    margin-left: 63px !important;
  }
  .mr-lg-63 {
    margin-right: 63px !important;
  }
  .my-lg-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mx-lg-63 {
    margin-left: 63px !important;
    margin-right: 63px !important;
  }
  .p-lg-63 {
    padding: 63px !important;
  }
  .pt-lg-63 {
    padding-top: 63px !important;
  }
  .pb-lg-63 {
    padding-bottom: 63px !important;
  }
  .pl-lg-63 {
    padding-left: 63px !important;
  }
  .pr-lg-63 {
    padding-right: 63px !important;
  }
  .py-lg-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .px-lg-63 {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-63 {
    margin: 63px !important;
  }
  .mt-xl-63 {
    margin-top: 63px !important;
  }
  .mb-xl-63 {
    margin-bottom: 63px !important;
  }
  .ml-xl-63 {
    margin-left: 63px !important;
  }
  .mr-xl-63 {
    margin-right: 63px !important;
  }
  .my-xl-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mx-xl-63 {
    margin-left: 63px !important;
    margin-right: 63px !important;
  }
  .p-xl-63 {
    padding: 63px !important;
  }
  .pt-xl-63 {
    padding-top: 63px !important;
  }
  .pb-xl-63 {
    padding-bottom: 63px !important;
  }
  .pl-xl-63 {
    padding-left: 63px !important;
  }
  .pr-xl-63 {
    padding-right: 63px !important;
  }
  .py-xl-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .px-xl-63 {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}
.m-63 {
  margin: 63px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.mx-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

.p-63 {
  padding: 63px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pl-63 {
  padding-left: 63px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.py-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

.px-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

@media (max-width: 576px) {
  .m-sm-64 {
    margin: 64px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .ml-sm-64 {
    margin-left: 64px !important;
  }
  .mr-sm-64 {
    margin-right: 64px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-sm-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pl-sm-64 {
    padding-left: 64px !important;
  }
  .pr-sm-64 {
    padding-right: 64px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-sm-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (max-width: 768px) {
  .m-md-64 {
    margin: 64px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .ml-md-64 {
    margin-left: 64px !important;
  }
  .mr-md-64 {
    margin-right: 64px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-md-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pl-md-64 {
    padding-left: 64px !important;
  }
  .pr-md-64 {
    padding-right: 64px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-md-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-64 {
    margin: 64px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .ml-lg-64 {
    margin-left: 64px !important;
  }
  .mr-lg-64 {
    margin-right: 64px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-lg-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pl-lg-64 {
    padding-left: 64px !important;
  }
  .pr-lg-64 {
    padding-right: 64px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-lg-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-64 {
    margin: 64px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .ml-xl-64 {
    margin-left: 64px !important;
  }
  .mr-xl-64 {
    margin-right: 64px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-xl-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pl-xl-64 {
    padding-left: 64px !important;
  }
  .pr-xl-64 {
    padding-right: 64px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-xl-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

@media (max-width: 576px) {
  .m-sm-65 {
    margin: 65px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (max-width: 768px) {
  .m-md-65 {
    margin: 65px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-65 {
    margin: 65px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-65 {
    margin: 65px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
  .pr-xl-65 {
    padding-right: 65px !important;
  }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

@media (max-width: 576px) {
  .m-sm-66 {
    margin: 66px !important;
  }
  .mt-sm-66 {
    margin-top: 66px !important;
  }
  .mb-sm-66 {
    margin-bottom: 66px !important;
  }
  .ml-sm-66 {
    margin-left: 66px !important;
  }
  .mr-sm-66 {
    margin-right: 66px !important;
  }
  .my-sm-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mx-sm-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
  .p-sm-66 {
    padding: 66px !important;
  }
  .pt-sm-66 {
    padding-top: 66px !important;
  }
  .pb-sm-66 {
    padding-bottom: 66px !important;
  }
  .pl-sm-66 {
    padding-left: 66px !important;
  }
  .pr-sm-66 {
    padding-right: 66px !important;
  }
  .py-sm-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .px-sm-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}
@media (max-width: 768px) {
  .m-md-66 {
    margin: 66px !important;
  }
  .mt-md-66 {
    margin-top: 66px !important;
  }
  .mb-md-66 {
    margin-bottom: 66px !important;
  }
  .ml-md-66 {
    margin-left: 66px !important;
  }
  .mr-md-66 {
    margin-right: 66px !important;
  }
  .my-md-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mx-md-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
  .p-md-66 {
    padding: 66px !important;
  }
  .pt-md-66 {
    padding-top: 66px !important;
  }
  .pb-md-66 {
    padding-bottom: 66px !important;
  }
  .pl-md-66 {
    padding-left: 66px !important;
  }
  .pr-md-66 {
    padding-right: 66px !important;
  }
  .py-md-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .px-md-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-66 {
    margin: 66px !important;
  }
  .mt-lg-66 {
    margin-top: 66px !important;
  }
  .mb-lg-66 {
    margin-bottom: 66px !important;
  }
  .ml-lg-66 {
    margin-left: 66px !important;
  }
  .mr-lg-66 {
    margin-right: 66px !important;
  }
  .my-lg-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mx-lg-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
  .p-lg-66 {
    padding: 66px !important;
  }
  .pt-lg-66 {
    padding-top: 66px !important;
  }
  .pb-lg-66 {
    padding-bottom: 66px !important;
  }
  .pl-lg-66 {
    padding-left: 66px !important;
  }
  .pr-lg-66 {
    padding-right: 66px !important;
  }
  .py-lg-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .px-lg-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-66 {
    margin: 66px !important;
  }
  .mt-xl-66 {
    margin-top: 66px !important;
  }
  .mb-xl-66 {
    margin-bottom: 66px !important;
  }
  .ml-xl-66 {
    margin-left: 66px !important;
  }
  .mr-xl-66 {
    margin-right: 66px !important;
  }
  .my-xl-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mx-xl-66 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
  .p-xl-66 {
    padding: 66px !important;
  }
  .pt-xl-66 {
    padding-top: 66px !important;
  }
  .pb-xl-66 {
    padding-bottom: 66px !important;
  }
  .pl-xl-66 {
    padding-left: 66px !important;
  }
  .pr-xl-66 {
    padding-right: 66px !important;
  }
  .py-xl-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .px-xl-66 {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}
.m-66 {
  margin: 66px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.p-66 {
  padding: 66px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

@media (max-width: 576px) {
  .m-sm-67 {
    margin: 67px !important;
  }
  .mt-sm-67 {
    margin-top: 67px !important;
  }
  .mb-sm-67 {
    margin-bottom: 67px !important;
  }
  .ml-sm-67 {
    margin-left: 67px !important;
  }
  .mr-sm-67 {
    margin-right: 67px !important;
  }
  .my-sm-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mx-sm-67 {
    margin-left: 67px !important;
    margin-right: 67px !important;
  }
  .p-sm-67 {
    padding: 67px !important;
  }
  .pt-sm-67 {
    padding-top: 67px !important;
  }
  .pb-sm-67 {
    padding-bottom: 67px !important;
  }
  .pl-sm-67 {
    padding-left: 67px !important;
  }
  .pr-sm-67 {
    padding-right: 67px !important;
  }
  .py-sm-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .px-sm-67 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}
@media (max-width: 768px) {
  .m-md-67 {
    margin: 67px !important;
  }
  .mt-md-67 {
    margin-top: 67px !important;
  }
  .mb-md-67 {
    margin-bottom: 67px !important;
  }
  .ml-md-67 {
    margin-left: 67px !important;
  }
  .mr-md-67 {
    margin-right: 67px !important;
  }
  .my-md-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mx-md-67 {
    margin-left: 67px !important;
    margin-right: 67px !important;
  }
  .p-md-67 {
    padding: 67px !important;
  }
  .pt-md-67 {
    padding-top: 67px !important;
  }
  .pb-md-67 {
    padding-bottom: 67px !important;
  }
  .pl-md-67 {
    padding-left: 67px !important;
  }
  .pr-md-67 {
    padding-right: 67px !important;
  }
  .py-md-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .px-md-67 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-67 {
    margin: 67px !important;
  }
  .mt-lg-67 {
    margin-top: 67px !important;
  }
  .mb-lg-67 {
    margin-bottom: 67px !important;
  }
  .ml-lg-67 {
    margin-left: 67px !important;
  }
  .mr-lg-67 {
    margin-right: 67px !important;
  }
  .my-lg-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mx-lg-67 {
    margin-left: 67px !important;
    margin-right: 67px !important;
  }
  .p-lg-67 {
    padding: 67px !important;
  }
  .pt-lg-67 {
    padding-top: 67px !important;
  }
  .pb-lg-67 {
    padding-bottom: 67px !important;
  }
  .pl-lg-67 {
    padding-left: 67px !important;
  }
  .pr-lg-67 {
    padding-right: 67px !important;
  }
  .py-lg-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .px-lg-67 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-67 {
    margin: 67px !important;
  }
  .mt-xl-67 {
    margin-top: 67px !important;
  }
  .mb-xl-67 {
    margin-bottom: 67px !important;
  }
  .ml-xl-67 {
    margin-left: 67px !important;
  }
  .mr-xl-67 {
    margin-right: 67px !important;
  }
  .my-xl-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mx-xl-67 {
    margin-left: 67px !important;
    margin-right: 67px !important;
  }
  .p-xl-67 {
    padding: 67px !important;
  }
  .pt-xl-67 {
    padding-top: 67px !important;
  }
  .pb-xl-67 {
    padding-bottom: 67px !important;
  }
  .pl-xl-67 {
    padding-left: 67px !important;
  }
  .pr-xl-67 {
    padding-right: 67px !important;
  }
  .py-xl-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .px-xl-67 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}
.m-67 {
  margin: 67px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.mx-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

.p-67 {
  padding: 67px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pl-67 {
  padding-left: 67px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.py-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.px-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

@media (max-width: 576px) {
  .m-sm-68 {
    margin: 68px !important;
  }
  .mt-sm-68 {
    margin-top: 68px !important;
  }
  .mb-sm-68 {
    margin-bottom: 68px !important;
  }
  .ml-sm-68 {
    margin-left: 68px !important;
  }
  .mr-sm-68 {
    margin-right: 68px !important;
  }
  .my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-sm-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
  .p-sm-68 {
    padding: 68px !important;
  }
  .pt-sm-68 {
    padding-top: 68px !important;
  }
  .pb-sm-68 {
    padding-bottom: 68px !important;
  }
  .pl-sm-68 {
    padding-left: 68px !important;
  }
  .pr-sm-68 {
    padding-right: 68px !important;
  }
  .py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-sm-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}
@media (max-width: 768px) {
  .m-md-68 {
    margin: 68px !important;
  }
  .mt-md-68 {
    margin-top: 68px !important;
  }
  .mb-md-68 {
    margin-bottom: 68px !important;
  }
  .ml-md-68 {
    margin-left: 68px !important;
  }
  .mr-md-68 {
    margin-right: 68px !important;
  }
  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-md-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
  .p-md-68 {
    padding: 68px !important;
  }
  .pt-md-68 {
    padding-top: 68px !important;
  }
  .pb-md-68 {
    padding-bottom: 68px !important;
  }
  .pl-md-68 {
    padding-left: 68px !important;
  }
  .pr-md-68 {
    padding-right: 68px !important;
  }
  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-md-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-68 {
    margin: 68px !important;
  }
  .mt-lg-68 {
    margin-top: 68px !important;
  }
  .mb-lg-68 {
    margin-bottom: 68px !important;
  }
  .ml-lg-68 {
    margin-left: 68px !important;
  }
  .mr-lg-68 {
    margin-right: 68px !important;
  }
  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-lg-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
  .p-lg-68 {
    padding: 68px !important;
  }
  .pt-lg-68 {
    padding-top: 68px !important;
  }
  .pb-lg-68 {
    padding-bottom: 68px !important;
  }
  .pl-lg-68 {
    padding-left: 68px !important;
  }
  .pr-lg-68 {
    padding-right: 68px !important;
  }
  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-lg-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-68 {
    margin: 68px !important;
  }
  .mt-xl-68 {
    margin-top: 68px !important;
  }
  .mb-xl-68 {
    margin-bottom: 68px !important;
  }
  .ml-xl-68 {
    margin-left: 68px !important;
  }
  .mr-xl-68 {
    margin-right: 68px !important;
  }
  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-xl-68 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
  .p-xl-68 {
    padding: 68px !important;
  }
  .pt-xl-68 {
    padding-top: 68px !important;
  }
  .pb-xl-68 {
    padding-bottom: 68px !important;
  }
  .pl-xl-68 {
    padding-left: 68px !important;
  }
  .pr-xl-68 {
    padding-right: 68px !important;
  }
  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-xl-68 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}
.m-68 {
  margin: 68px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.p-68 {
  padding: 68px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

@media (max-width: 576px) {
  .m-sm-69 {
    margin: 69px !important;
  }
  .mt-sm-69 {
    margin-top: 69px !important;
  }
  .mb-sm-69 {
    margin-bottom: 69px !important;
  }
  .ml-sm-69 {
    margin-left: 69px !important;
  }
  .mr-sm-69 {
    margin-right: 69px !important;
  }
  .my-sm-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mx-sm-69 {
    margin-left: 69px !important;
    margin-right: 69px !important;
  }
  .p-sm-69 {
    padding: 69px !important;
  }
  .pt-sm-69 {
    padding-top: 69px !important;
  }
  .pb-sm-69 {
    padding-bottom: 69px !important;
  }
  .pl-sm-69 {
    padding-left: 69px !important;
  }
  .pr-sm-69 {
    padding-right: 69px !important;
  }
  .py-sm-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .px-sm-69 {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}
@media (max-width: 768px) {
  .m-md-69 {
    margin: 69px !important;
  }
  .mt-md-69 {
    margin-top: 69px !important;
  }
  .mb-md-69 {
    margin-bottom: 69px !important;
  }
  .ml-md-69 {
    margin-left: 69px !important;
  }
  .mr-md-69 {
    margin-right: 69px !important;
  }
  .my-md-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mx-md-69 {
    margin-left: 69px !important;
    margin-right: 69px !important;
  }
  .p-md-69 {
    padding: 69px !important;
  }
  .pt-md-69 {
    padding-top: 69px !important;
  }
  .pb-md-69 {
    padding-bottom: 69px !important;
  }
  .pl-md-69 {
    padding-left: 69px !important;
  }
  .pr-md-69 {
    padding-right: 69px !important;
  }
  .py-md-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .px-md-69 {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-69 {
    margin: 69px !important;
  }
  .mt-lg-69 {
    margin-top: 69px !important;
  }
  .mb-lg-69 {
    margin-bottom: 69px !important;
  }
  .ml-lg-69 {
    margin-left: 69px !important;
  }
  .mr-lg-69 {
    margin-right: 69px !important;
  }
  .my-lg-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mx-lg-69 {
    margin-left: 69px !important;
    margin-right: 69px !important;
  }
  .p-lg-69 {
    padding: 69px !important;
  }
  .pt-lg-69 {
    padding-top: 69px !important;
  }
  .pb-lg-69 {
    padding-bottom: 69px !important;
  }
  .pl-lg-69 {
    padding-left: 69px !important;
  }
  .pr-lg-69 {
    padding-right: 69px !important;
  }
  .py-lg-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .px-lg-69 {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-69 {
    margin: 69px !important;
  }
  .mt-xl-69 {
    margin-top: 69px !important;
  }
  .mb-xl-69 {
    margin-bottom: 69px !important;
  }
  .ml-xl-69 {
    margin-left: 69px !important;
  }
  .mr-xl-69 {
    margin-right: 69px !important;
  }
  .my-xl-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mx-xl-69 {
    margin-left: 69px !important;
    margin-right: 69px !important;
  }
  .p-xl-69 {
    padding: 69px !important;
  }
  .pt-xl-69 {
    padding-top: 69px !important;
  }
  .pb-xl-69 {
    padding-bottom: 69px !important;
  }
  .pl-xl-69 {
    padding-left: 69px !important;
  }
  .pr-xl-69 {
    padding-right: 69px !important;
  }
  .py-xl-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .px-xl-69 {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}
.m-69 {
  margin: 69px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.mx-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

.p-69 {
  padding: 69px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pl-69 {
  padding-left: 69px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.px-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

@media (max-width: 576px) {
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (max-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

@media (max-width: 576px) {
  .m-sm-71 {
    margin: 71px !important;
  }
  .mt-sm-71 {
    margin-top: 71px !important;
  }
  .mb-sm-71 {
    margin-bottom: 71px !important;
  }
  .ml-sm-71 {
    margin-left: 71px !important;
  }
  .mr-sm-71 {
    margin-right: 71px !important;
  }
  .my-sm-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mx-sm-71 {
    margin-left: 71px !important;
    margin-right: 71px !important;
  }
  .p-sm-71 {
    padding: 71px !important;
  }
  .pt-sm-71 {
    padding-top: 71px !important;
  }
  .pb-sm-71 {
    padding-bottom: 71px !important;
  }
  .pl-sm-71 {
    padding-left: 71px !important;
  }
  .pr-sm-71 {
    padding-right: 71px !important;
  }
  .py-sm-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .px-sm-71 {
    padding-left: 71px !important;
    padding-right: 71px !important;
  }
}
@media (max-width: 768px) {
  .m-md-71 {
    margin: 71px !important;
  }
  .mt-md-71 {
    margin-top: 71px !important;
  }
  .mb-md-71 {
    margin-bottom: 71px !important;
  }
  .ml-md-71 {
    margin-left: 71px !important;
  }
  .mr-md-71 {
    margin-right: 71px !important;
  }
  .my-md-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mx-md-71 {
    margin-left: 71px !important;
    margin-right: 71px !important;
  }
  .p-md-71 {
    padding: 71px !important;
  }
  .pt-md-71 {
    padding-top: 71px !important;
  }
  .pb-md-71 {
    padding-bottom: 71px !important;
  }
  .pl-md-71 {
    padding-left: 71px !important;
  }
  .pr-md-71 {
    padding-right: 71px !important;
  }
  .py-md-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .px-md-71 {
    padding-left: 71px !important;
    padding-right: 71px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-71 {
    margin: 71px !important;
  }
  .mt-lg-71 {
    margin-top: 71px !important;
  }
  .mb-lg-71 {
    margin-bottom: 71px !important;
  }
  .ml-lg-71 {
    margin-left: 71px !important;
  }
  .mr-lg-71 {
    margin-right: 71px !important;
  }
  .my-lg-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mx-lg-71 {
    margin-left: 71px !important;
    margin-right: 71px !important;
  }
  .p-lg-71 {
    padding: 71px !important;
  }
  .pt-lg-71 {
    padding-top: 71px !important;
  }
  .pb-lg-71 {
    padding-bottom: 71px !important;
  }
  .pl-lg-71 {
    padding-left: 71px !important;
  }
  .pr-lg-71 {
    padding-right: 71px !important;
  }
  .py-lg-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .px-lg-71 {
    padding-left: 71px !important;
    padding-right: 71px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-71 {
    margin: 71px !important;
  }
  .mt-xl-71 {
    margin-top: 71px !important;
  }
  .mb-xl-71 {
    margin-bottom: 71px !important;
  }
  .ml-xl-71 {
    margin-left: 71px !important;
  }
  .mr-xl-71 {
    margin-right: 71px !important;
  }
  .my-xl-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mx-xl-71 {
    margin-left: 71px !important;
    margin-right: 71px !important;
  }
  .p-xl-71 {
    padding: 71px !important;
  }
  .pt-xl-71 {
    padding-top: 71px !important;
  }
  .pb-xl-71 {
    padding-bottom: 71px !important;
  }
  .pl-xl-71 {
    padding-left: 71px !important;
  }
  .pr-xl-71 {
    padding-right: 71px !important;
  }
  .py-xl-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .px-xl-71 {
    padding-left: 71px !important;
    padding-right: 71px !important;
  }
}
.m-71 {
  margin: 71px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.mx-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

.p-71 {
  padding: 71px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pl-71 {
  padding-left: 71px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.py-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

.px-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

@media (max-width: 576px) {
  .m-sm-72 {
    margin: 72px !important;
  }
  .mt-sm-72 {
    margin-top: 72px !important;
  }
  .mb-sm-72 {
    margin-bottom: 72px !important;
  }
  .ml-sm-72 {
    margin-left: 72px !important;
  }
  .mr-sm-72 {
    margin-right: 72px !important;
  }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-sm-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .pt-sm-72 {
    padding-top: 72px !important;
  }
  .pb-sm-72 {
    padding-bottom: 72px !important;
  }
  .pl-sm-72 {
    padding-left: 72px !important;
  }
  .pr-sm-72 {
    padding-right: 72px !important;
  }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-sm-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
@media (max-width: 768px) {
  .m-md-72 {
    margin: 72px !important;
  }
  .mt-md-72 {
    margin-top: 72px !important;
  }
  .mb-md-72 {
    margin-bottom: 72px !important;
  }
  .ml-md-72 {
    margin-left: 72px !important;
  }
  .mr-md-72 {
    margin-right: 72px !important;
  }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-md-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .pt-md-72 {
    padding-top: 72px !important;
  }
  .pb-md-72 {
    padding-bottom: 72px !important;
  }
  .pl-md-72 {
    padding-left: 72px !important;
  }
  .pr-md-72 {
    padding-right: 72px !important;
  }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-md-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-72 {
    margin: 72px !important;
  }
  .mt-lg-72 {
    margin-top: 72px !important;
  }
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .ml-lg-72 {
    margin-left: 72px !important;
  }
  .mr-lg-72 {
    margin-right: 72px !important;
  }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-lg-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .pt-lg-72 {
    padding-top: 72px !important;
  }
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
  .pl-lg-72 {
    padding-left: 72px !important;
  }
  .pr-lg-72 {
    padding-right: 72px !important;
  }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-lg-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-72 {
    margin: 72px !important;
  }
  .mt-xl-72 {
    margin-top: 72px !important;
  }
  .mb-xl-72 {
    margin-bottom: 72px !important;
  }
  .ml-xl-72 {
    margin-left: 72px !important;
  }
  .mr-xl-72 {
    margin-right: 72px !important;
  }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-xl-72 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .pt-xl-72 {
    padding-top: 72px !important;
  }
  .pb-xl-72 {
    padding-bottom: 72px !important;
  }
  .pl-xl-72 {
    padding-left: 72px !important;
  }
  .pr-xl-72 {
    padding-right: 72px !important;
  }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-xl-72 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
.m-72 {
  margin: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.p-72 {
  padding: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

@media (max-width: 576px) {
  .m-sm-73 {
    margin: 73px !important;
  }
  .mt-sm-73 {
    margin-top: 73px !important;
  }
  .mb-sm-73 {
    margin-bottom: 73px !important;
  }
  .ml-sm-73 {
    margin-left: 73px !important;
  }
  .mr-sm-73 {
    margin-right: 73px !important;
  }
  .my-sm-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mx-sm-73 {
    margin-left: 73px !important;
    margin-right: 73px !important;
  }
  .p-sm-73 {
    padding: 73px !important;
  }
  .pt-sm-73 {
    padding-top: 73px !important;
  }
  .pb-sm-73 {
    padding-bottom: 73px !important;
  }
  .pl-sm-73 {
    padding-left: 73px !important;
  }
  .pr-sm-73 {
    padding-right: 73px !important;
  }
  .py-sm-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .px-sm-73 {
    padding-left: 73px !important;
    padding-right: 73px !important;
  }
}
@media (max-width: 768px) {
  .m-md-73 {
    margin: 73px !important;
  }
  .mt-md-73 {
    margin-top: 73px !important;
  }
  .mb-md-73 {
    margin-bottom: 73px !important;
  }
  .ml-md-73 {
    margin-left: 73px !important;
  }
  .mr-md-73 {
    margin-right: 73px !important;
  }
  .my-md-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mx-md-73 {
    margin-left: 73px !important;
    margin-right: 73px !important;
  }
  .p-md-73 {
    padding: 73px !important;
  }
  .pt-md-73 {
    padding-top: 73px !important;
  }
  .pb-md-73 {
    padding-bottom: 73px !important;
  }
  .pl-md-73 {
    padding-left: 73px !important;
  }
  .pr-md-73 {
    padding-right: 73px !important;
  }
  .py-md-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .px-md-73 {
    padding-left: 73px !important;
    padding-right: 73px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-73 {
    margin: 73px !important;
  }
  .mt-lg-73 {
    margin-top: 73px !important;
  }
  .mb-lg-73 {
    margin-bottom: 73px !important;
  }
  .ml-lg-73 {
    margin-left: 73px !important;
  }
  .mr-lg-73 {
    margin-right: 73px !important;
  }
  .my-lg-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mx-lg-73 {
    margin-left: 73px !important;
    margin-right: 73px !important;
  }
  .p-lg-73 {
    padding: 73px !important;
  }
  .pt-lg-73 {
    padding-top: 73px !important;
  }
  .pb-lg-73 {
    padding-bottom: 73px !important;
  }
  .pl-lg-73 {
    padding-left: 73px !important;
  }
  .pr-lg-73 {
    padding-right: 73px !important;
  }
  .py-lg-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .px-lg-73 {
    padding-left: 73px !important;
    padding-right: 73px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-73 {
    margin: 73px !important;
  }
  .mt-xl-73 {
    margin-top: 73px !important;
  }
  .mb-xl-73 {
    margin-bottom: 73px !important;
  }
  .ml-xl-73 {
    margin-left: 73px !important;
  }
  .mr-xl-73 {
    margin-right: 73px !important;
  }
  .my-xl-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mx-xl-73 {
    margin-left: 73px !important;
    margin-right: 73px !important;
  }
  .p-xl-73 {
    padding: 73px !important;
  }
  .pt-xl-73 {
    padding-top: 73px !important;
  }
  .pb-xl-73 {
    padding-bottom: 73px !important;
  }
  .pl-xl-73 {
    padding-left: 73px !important;
  }
  .pr-xl-73 {
    padding-right: 73px !important;
  }
  .py-xl-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .px-xl-73 {
    padding-left: 73px !important;
    padding-right: 73px !important;
  }
}
.m-73 {
  margin: 73px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.mx-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

.p-73 {
  padding: 73px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pl-73 {
  padding-left: 73px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.py-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

.px-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

@media (max-width: 576px) {
  .m-sm-74 {
    margin: 74px !important;
  }
  .mt-sm-74 {
    margin-top: 74px !important;
  }
  .mb-sm-74 {
    margin-bottom: 74px !important;
  }
  .ml-sm-74 {
    margin-left: 74px !important;
  }
  .mr-sm-74 {
    margin-right: 74px !important;
  }
  .my-sm-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mx-sm-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }
  .p-sm-74 {
    padding: 74px !important;
  }
  .pt-sm-74 {
    padding-top: 74px !important;
  }
  .pb-sm-74 {
    padding-bottom: 74px !important;
  }
  .pl-sm-74 {
    padding-left: 74px !important;
  }
  .pr-sm-74 {
    padding-right: 74px !important;
  }
  .py-sm-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .px-sm-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}
@media (max-width: 768px) {
  .m-md-74 {
    margin: 74px !important;
  }
  .mt-md-74 {
    margin-top: 74px !important;
  }
  .mb-md-74 {
    margin-bottom: 74px !important;
  }
  .ml-md-74 {
    margin-left: 74px !important;
  }
  .mr-md-74 {
    margin-right: 74px !important;
  }
  .my-md-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mx-md-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }
  .p-md-74 {
    padding: 74px !important;
  }
  .pt-md-74 {
    padding-top: 74px !important;
  }
  .pb-md-74 {
    padding-bottom: 74px !important;
  }
  .pl-md-74 {
    padding-left: 74px !important;
  }
  .pr-md-74 {
    padding-right: 74px !important;
  }
  .py-md-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .px-md-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-74 {
    margin: 74px !important;
  }
  .mt-lg-74 {
    margin-top: 74px !important;
  }
  .mb-lg-74 {
    margin-bottom: 74px !important;
  }
  .ml-lg-74 {
    margin-left: 74px !important;
  }
  .mr-lg-74 {
    margin-right: 74px !important;
  }
  .my-lg-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mx-lg-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }
  .p-lg-74 {
    padding: 74px !important;
  }
  .pt-lg-74 {
    padding-top: 74px !important;
  }
  .pb-lg-74 {
    padding-bottom: 74px !important;
  }
  .pl-lg-74 {
    padding-left: 74px !important;
  }
  .pr-lg-74 {
    padding-right: 74px !important;
  }
  .py-lg-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .px-lg-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-74 {
    margin: 74px !important;
  }
  .mt-xl-74 {
    margin-top: 74px !important;
  }
  .mb-xl-74 {
    margin-bottom: 74px !important;
  }
  .ml-xl-74 {
    margin-left: 74px !important;
  }
  .mr-xl-74 {
    margin-right: 74px !important;
  }
  .my-xl-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mx-xl-74 {
    margin-left: 74px !important;
    margin-right: 74px !important;
  }
  .p-xl-74 {
    padding: 74px !important;
  }
  .pt-xl-74 {
    padding-top: 74px !important;
  }
  .pb-xl-74 {
    padding-bottom: 74px !important;
  }
  .pl-xl-74 {
    padding-left: 74px !important;
  }
  .pr-xl-74 {
    padding-right: 74px !important;
  }
  .py-xl-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .px-xl-74 {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}
.m-74 {
  margin: 74px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.p-74 {
  padding: 74px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

@media (max-width: 576px) {
  .m-sm-75 {
    margin: 75px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media (max-width: 768px) {
  .m-md-75 {
    margin: 75px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-75 {
    margin: 75px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-75 {
    margin: 75px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

@media (max-width: 576px) {
  .m-sm-76 {
    margin: 76px !important;
  }
  .mt-sm-76 {
    margin-top: 76px !important;
  }
  .mb-sm-76 {
    margin-bottom: 76px !important;
  }
  .ml-sm-76 {
    margin-left: 76px !important;
  }
  .mr-sm-76 {
    margin-right: 76px !important;
  }
  .my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-sm-76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .p-sm-76 {
    padding: 76px !important;
  }
  .pt-sm-76 {
    padding-top: 76px !important;
  }
  .pb-sm-76 {
    padding-bottom: 76px !important;
  }
  .pl-sm-76 {
    padding-left: 76px !important;
  }
  .pr-sm-76 {
    padding-right: 76px !important;
  }
  .py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-sm-76 {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}
@media (max-width: 768px) {
  .m-md-76 {
    margin: 76px !important;
  }
  .mt-md-76 {
    margin-top: 76px !important;
  }
  .mb-md-76 {
    margin-bottom: 76px !important;
  }
  .ml-md-76 {
    margin-left: 76px !important;
  }
  .mr-md-76 {
    margin-right: 76px !important;
  }
  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-md-76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .p-md-76 {
    padding: 76px !important;
  }
  .pt-md-76 {
    padding-top: 76px !important;
  }
  .pb-md-76 {
    padding-bottom: 76px !important;
  }
  .pl-md-76 {
    padding-left: 76px !important;
  }
  .pr-md-76 {
    padding-right: 76px !important;
  }
  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-md-76 {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-76 {
    margin: 76px !important;
  }
  .mt-lg-76 {
    margin-top: 76px !important;
  }
  .mb-lg-76 {
    margin-bottom: 76px !important;
  }
  .ml-lg-76 {
    margin-left: 76px !important;
  }
  .mr-lg-76 {
    margin-right: 76px !important;
  }
  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-lg-76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .p-lg-76 {
    padding: 76px !important;
  }
  .pt-lg-76 {
    padding-top: 76px !important;
  }
  .pb-lg-76 {
    padding-bottom: 76px !important;
  }
  .pl-lg-76 {
    padding-left: 76px !important;
  }
  .pr-lg-76 {
    padding-right: 76px !important;
  }
  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-lg-76 {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-76 {
    margin: 76px !important;
  }
  .mt-xl-76 {
    margin-top: 76px !important;
  }
  .mb-xl-76 {
    margin-bottom: 76px !important;
  }
  .ml-xl-76 {
    margin-left: 76px !important;
  }
  .mr-xl-76 {
    margin-right: 76px !important;
  }
  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-xl-76 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .p-xl-76 {
    padding: 76px !important;
  }
  .pt-xl-76 {
    padding-top: 76px !important;
  }
  .pb-xl-76 {
    padding-bottom: 76px !important;
  }
  .pl-xl-76 {
    padding-left: 76px !important;
  }
  .pr-xl-76 {
    padding-right: 76px !important;
  }
  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-xl-76 {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}
.m-76 {
  margin: 76px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.p-76 {
  padding: 76px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

@media (max-width: 576px) {
  .m-sm-77 {
    margin: 77px !important;
  }
  .mt-sm-77 {
    margin-top: 77px !important;
  }
  .mb-sm-77 {
    margin-bottom: 77px !important;
  }
  .ml-sm-77 {
    margin-left: 77px !important;
  }
  .mr-sm-77 {
    margin-right: 77px !important;
  }
  .my-sm-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mx-sm-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }
  .p-sm-77 {
    padding: 77px !important;
  }
  .pt-sm-77 {
    padding-top: 77px !important;
  }
  .pb-sm-77 {
    padding-bottom: 77px !important;
  }
  .pl-sm-77 {
    padding-left: 77px !important;
  }
  .pr-sm-77 {
    padding-right: 77px !important;
  }
  .py-sm-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .px-sm-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
}
@media (max-width: 768px) {
  .m-md-77 {
    margin: 77px !important;
  }
  .mt-md-77 {
    margin-top: 77px !important;
  }
  .mb-md-77 {
    margin-bottom: 77px !important;
  }
  .ml-md-77 {
    margin-left: 77px !important;
  }
  .mr-md-77 {
    margin-right: 77px !important;
  }
  .my-md-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mx-md-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }
  .p-md-77 {
    padding: 77px !important;
  }
  .pt-md-77 {
    padding-top: 77px !important;
  }
  .pb-md-77 {
    padding-bottom: 77px !important;
  }
  .pl-md-77 {
    padding-left: 77px !important;
  }
  .pr-md-77 {
    padding-right: 77px !important;
  }
  .py-md-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .px-md-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-77 {
    margin: 77px !important;
  }
  .mt-lg-77 {
    margin-top: 77px !important;
  }
  .mb-lg-77 {
    margin-bottom: 77px !important;
  }
  .ml-lg-77 {
    margin-left: 77px !important;
  }
  .mr-lg-77 {
    margin-right: 77px !important;
  }
  .my-lg-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mx-lg-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }
  .p-lg-77 {
    padding: 77px !important;
  }
  .pt-lg-77 {
    padding-top: 77px !important;
  }
  .pb-lg-77 {
    padding-bottom: 77px !important;
  }
  .pl-lg-77 {
    padding-left: 77px !important;
  }
  .pr-lg-77 {
    padding-right: 77px !important;
  }
  .py-lg-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .px-lg-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-77 {
    margin: 77px !important;
  }
  .mt-xl-77 {
    margin-top: 77px !important;
  }
  .mb-xl-77 {
    margin-bottom: 77px !important;
  }
  .ml-xl-77 {
    margin-left: 77px !important;
  }
  .mr-xl-77 {
    margin-right: 77px !important;
  }
  .my-xl-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mx-xl-77 {
    margin-left: 77px !important;
    margin-right: 77px !important;
  }
  .p-xl-77 {
    padding: 77px !important;
  }
  .pt-xl-77 {
    padding-top: 77px !important;
  }
  .pb-xl-77 {
    padding-bottom: 77px !important;
  }
  .pl-xl-77 {
    padding-left: 77px !important;
  }
  .pr-xl-77 {
    padding-right: 77px !important;
  }
  .py-xl-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .px-xl-77 {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
}
.m-77 {
  margin: 77px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.p-77 {
  padding: 77px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.py-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

.px-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

@media (max-width: 576px) {
  .m-sm-78 {
    margin: 78px !important;
  }
  .mt-sm-78 {
    margin-top: 78px !important;
  }
  .mb-sm-78 {
    margin-bottom: 78px !important;
  }
  .ml-sm-78 {
    margin-left: 78px !important;
  }
  .mr-sm-78 {
    margin-right: 78px !important;
  }
  .my-sm-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mx-sm-78 {
    margin-left: 78px !important;
    margin-right: 78px !important;
  }
  .p-sm-78 {
    padding: 78px !important;
  }
  .pt-sm-78 {
    padding-top: 78px !important;
  }
  .pb-sm-78 {
    padding-bottom: 78px !important;
  }
  .pl-sm-78 {
    padding-left: 78px !important;
  }
  .pr-sm-78 {
    padding-right: 78px !important;
  }
  .py-sm-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .px-sm-78 {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}
@media (max-width: 768px) {
  .m-md-78 {
    margin: 78px !important;
  }
  .mt-md-78 {
    margin-top: 78px !important;
  }
  .mb-md-78 {
    margin-bottom: 78px !important;
  }
  .ml-md-78 {
    margin-left: 78px !important;
  }
  .mr-md-78 {
    margin-right: 78px !important;
  }
  .my-md-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mx-md-78 {
    margin-left: 78px !important;
    margin-right: 78px !important;
  }
  .p-md-78 {
    padding: 78px !important;
  }
  .pt-md-78 {
    padding-top: 78px !important;
  }
  .pb-md-78 {
    padding-bottom: 78px !important;
  }
  .pl-md-78 {
    padding-left: 78px !important;
  }
  .pr-md-78 {
    padding-right: 78px !important;
  }
  .py-md-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .px-md-78 {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-78 {
    margin: 78px !important;
  }
  .mt-lg-78 {
    margin-top: 78px !important;
  }
  .mb-lg-78 {
    margin-bottom: 78px !important;
  }
  .ml-lg-78 {
    margin-left: 78px !important;
  }
  .mr-lg-78 {
    margin-right: 78px !important;
  }
  .my-lg-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mx-lg-78 {
    margin-left: 78px !important;
    margin-right: 78px !important;
  }
  .p-lg-78 {
    padding: 78px !important;
  }
  .pt-lg-78 {
    padding-top: 78px !important;
  }
  .pb-lg-78 {
    padding-bottom: 78px !important;
  }
  .pl-lg-78 {
    padding-left: 78px !important;
  }
  .pr-lg-78 {
    padding-right: 78px !important;
  }
  .py-lg-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .px-lg-78 {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-78 {
    margin: 78px !important;
  }
  .mt-xl-78 {
    margin-top: 78px !important;
  }
  .mb-xl-78 {
    margin-bottom: 78px !important;
  }
  .ml-xl-78 {
    margin-left: 78px !important;
  }
  .mr-xl-78 {
    margin-right: 78px !important;
  }
  .my-xl-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mx-xl-78 {
    margin-left: 78px !important;
    margin-right: 78px !important;
  }
  .p-xl-78 {
    padding: 78px !important;
  }
  .pt-xl-78 {
    padding-top: 78px !important;
  }
  .pb-xl-78 {
    padding-bottom: 78px !important;
  }
  .pl-xl-78 {
    padding-left: 78px !important;
  }
  .pr-xl-78 {
    padding-right: 78px !important;
  }
  .py-xl-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .px-xl-78 {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}
.m-78 {
  margin: 78px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.p-78 {
  padding: 78px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

@media (max-width: 576px) {
  .m-sm-79 {
    margin: 79px !important;
  }
  .mt-sm-79 {
    margin-top: 79px !important;
  }
  .mb-sm-79 {
    margin-bottom: 79px !important;
  }
  .ml-sm-79 {
    margin-left: 79px !important;
  }
  .mr-sm-79 {
    margin-right: 79px !important;
  }
  .my-sm-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mx-sm-79 {
    margin-left: 79px !important;
    margin-right: 79px !important;
  }
  .p-sm-79 {
    padding: 79px !important;
  }
  .pt-sm-79 {
    padding-top: 79px !important;
  }
  .pb-sm-79 {
    padding-bottom: 79px !important;
  }
  .pl-sm-79 {
    padding-left: 79px !important;
  }
  .pr-sm-79 {
    padding-right: 79px !important;
  }
  .py-sm-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .px-sm-79 {
    padding-left: 79px !important;
    padding-right: 79px !important;
  }
}
@media (max-width: 768px) {
  .m-md-79 {
    margin: 79px !important;
  }
  .mt-md-79 {
    margin-top: 79px !important;
  }
  .mb-md-79 {
    margin-bottom: 79px !important;
  }
  .ml-md-79 {
    margin-left: 79px !important;
  }
  .mr-md-79 {
    margin-right: 79px !important;
  }
  .my-md-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mx-md-79 {
    margin-left: 79px !important;
    margin-right: 79px !important;
  }
  .p-md-79 {
    padding: 79px !important;
  }
  .pt-md-79 {
    padding-top: 79px !important;
  }
  .pb-md-79 {
    padding-bottom: 79px !important;
  }
  .pl-md-79 {
    padding-left: 79px !important;
  }
  .pr-md-79 {
    padding-right: 79px !important;
  }
  .py-md-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .px-md-79 {
    padding-left: 79px !important;
    padding-right: 79px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-79 {
    margin: 79px !important;
  }
  .mt-lg-79 {
    margin-top: 79px !important;
  }
  .mb-lg-79 {
    margin-bottom: 79px !important;
  }
  .ml-lg-79 {
    margin-left: 79px !important;
  }
  .mr-lg-79 {
    margin-right: 79px !important;
  }
  .my-lg-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mx-lg-79 {
    margin-left: 79px !important;
    margin-right: 79px !important;
  }
  .p-lg-79 {
    padding: 79px !important;
  }
  .pt-lg-79 {
    padding-top: 79px !important;
  }
  .pb-lg-79 {
    padding-bottom: 79px !important;
  }
  .pl-lg-79 {
    padding-left: 79px !important;
  }
  .pr-lg-79 {
    padding-right: 79px !important;
  }
  .py-lg-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .px-lg-79 {
    padding-left: 79px !important;
    padding-right: 79px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-79 {
    margin: 79px !important;
  }
  .mt-xl-79 {
    margin-top: 79px !important;
  }
  .mb-xl-79 {
    margin-bottom: 79px !important;
  }
  .ml-xl-79 {
    margin-left: 79px !important;
  }
  .mr-xl-79 {
    margin-right: 79px !important;
  }
  .my-xl-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mx-xl-79 {
    margin-left: 79px !important;
    margin-right: 79px !important;
  }
  .p-xl-79 {
    padding: 79px !important;
  }
  .pt-xl-79 {
    padding-top: 79px !important;
  }
  .pb-xl-79 {
    padding-bottom: 79px !important;
  }
  .pl-xl-79 {
    padding-left: 79px !important;
  }
  .pr-xl-79 {
    padding-right: 79px !important;
  }
  .py-xl-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .px-xl-79 {
    padding-left: 79px !important;
    padding-right: 79px !important;
  }
}
.m-79 {
  margin: 79px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.mx-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

.p-79 {
  padding: 79px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pl-79 {
  padding-left: 79px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.py-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

.px-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

@media (max-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media (max-width: 576px) {
  .m-sm-81 {
    margin: 81px !important;
  }
  .mt-sm-81 {
    margin-top: 81px !important;
  }
  .mb-sm-81 {
    margin-bottom: 81px !important;
  }
  .ml-sm-81 {
    margin-left: 81px !important;
  }
  .mr-sm-81 {
    margin-right: 81px !important;
  }
  .my-sm-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mx-sm-81 {
    margin-left: 81px !important;
    margin-right: 81px !important;
  }
  .p-sm-81 {
    padding: 81px !important;
  }
  .pt-sm-81 {
    padding-top: 81px !important;
  }
  .pb-sm-81 {
    padding-bottom: 81px !important;
  }
  .pl-sm-81 {
    padding-left: 81px !important;
  }
  .pr-sm-81 {
    padding-right: 81px !important;
  }
  .py-sm-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .px-sm-81 {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}
@media (max-width: 768px) {
  .m-md-81 {
    margin: 81px !important;
  }
  .mt-md-81 {
    margin-top: 81px !important;
  }
  .mb-md-81 {
    margin-bottom: 81px !important;
  }
  .ml-md-81 {
    margin-left: 81px !important;
  }
  .mr-md-81 {
    margin-right: 81px !important;
  }
  .my-md-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mx-md-81 {
    margin-left: 81px !important;
    margin-right: 81px !important;
  }
  .p-md-81 {
    padding: 81px !important;
  }
  .pt-md-81 {
    padding-top: 81px !important;
  }
  .pb-md-81 {
    padding-bottom: 81px !important;
  }
  .pl-md-81 {
    padding-left: 81px !important;
  }
  .pr-md-81 {
    padding-right: 81px !important;
  }
  .py-md-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .px-md-81 {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-81 {
    margin: 81px !important;
  }
  .mt-lg-81 {
    margin-top: 81px !important;
  }
  .mb-lg-81 {
    margin-bottom: 81px !important;
  }
  .ml-lg-81 {
    margin-left: 81px !important;
  }
  .mr-lg-81 {
    margin-right: 81px !important;
  }
  .my-lg-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mx-lg-81 {
    margin-left: 81px !important;
    margin-right: 81px !important;
  }
  .p-lg-81 {
    padding: 81px !important;
  }
  .pt-lg-81 {
    padding-top: 81px !important;
  }
  .pb-lg-81 {
    padding-bottom: 81px !important;
  }
  .pl-lg-81 {
    padding-left: 81px !important;
  }
  .pr-lg-81 {
    padding-right: 81px !important;
  }
  .py-lg-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .px-lg-81 {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-81 {
    margin: 81px !important;
  }
  .mt-xl-81 {
    margin-top: 81px !important;
  }
  .mb-xl-81 {
    margin-bottom: 81px !important;
  }
  .ml-xl-81 {
    margin-left: 81px !important;
  }
  .mr-xl-81 {
    margin-right: 81px !important;
  }
  .my-xl-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mx-xl-81 {
    margin-left: 81px !important;
    margin-right: 81px !important;
  }
  .p-xl-81 {
    padding: 81px !important;
  }
  .pt-xl-81 {
    padding-top: 81px !important;
  }
  .pb-xl-81 {
    padding-bottom: 81px !important;
  }
  .pl-xl-81 {
    padding-left: 81px !important;
  }
  .pr-xl-81 {
    padding-right: 81px !important;
  }
  .py-xl-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .px-xl-81 {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}
.m-81 {
  margin: 81px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.mx-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

.p-81 {
  padding: 81px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pl-81 {
  padding-left: 81px !important;
}

.pr-81 {
  padding-right: 81px !important;
}

.py-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

.px-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

@media (max-width: 576px) {
  .m-sm-82 {
    margin: 82px !important;
  }
  .mt-sm-82 {
    margin-top: 82px !important;
  }
  .mb-sm-82 {
    margin-bottom: 82px !important;
  }
  .ml-sm-82 {
    margin-left: 82px !important;
  }
  .mr-sm-82 {
    margin-right: 82px !important;
  }
  .my-sm-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mx-sm-82 {
    margin-left: 82px !important;
    margin-right: 82px !important;
  }
  .p-sm-82 {
    padding: 82px !important;
  }
  .pt-sm-82 {
    padding-top: 82px !important;
  }
  .pb-sm-82 {
    padding-bottom: 82px !important;
  }
  .pl-sm-82 {
    padding-left: 82px !important;
  }
  .pr-sm-82 {
    padding-right: 82px !important;
  }
  .py-sm-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .px-sm-82 {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}
@media (max-width: 768px) {
  .m-md-82 {
    margin: 82px !important;
  }
  .mt-md-82 {
    margin-top: 82px !important;
  }
  .mb-md-82 {
    margin-bottom: 82px !important;
  }
  .ml-md-82 {
    margin-left: 82px !important;
  }
  .mr-md-82 {
    margin-right: 82px !important;
  }
  .my-md-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mx-md-82 {
    margin-left: 82px !important;
    margin-right: 82px !important;
  }
  .p-md-82 {
    padding: 82px !important;
  }
  .pt-md-82 {
    padding-top: 82px !important;
  }
  .pb-md-82 {
    padding-bottom: 82px !important;
  }
  .pl-md-82 {
    padding-left: 82px !important;
  }
  .pr-md-82 {
    padding-right: 82px !important;
  }
  .py-md-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .px-md-82 {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-82 {
    margin: 82px !important;
  }
  .mt-lg-82 {
    margin-top: 82px !important;
  }
  .mb-lg-82 {
    margin-bottom: 82px !important;
  }
  .ml-lg-82 {
    margin-left: 82px !important;
  }
  .mr-lg-82 {
    margin-right: 82px !important;
  }
  .my-lg-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mx-lg-82 {
    margin-left: 82px !important;
    margin-right: 82px !important;
  }
  .p-lg-82 {
    padding: 82px !important;
  }
  .pt-lg-82 {
    padding-top: 82px !important;
  }
  .pb-lg-82 {
    padding-bottom: 82px !important;
  }
  .pl-lg-82 {
    padding-left: 82px !important;
  }
  .pr-lg-82 {
    padding-right: 82px !important;
  }
  .py-lg-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .px-lg-82 {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-82 {
    margin: 82px !important;
  }
  .mt-xl-82 {
    margin-top: 82px !important;
  }
  .mb-xl-82 {
    margin-bottom: 82px !important;
  }
  .ml-xl-82 {
    margin-left: 82px !important;
  }
  .mr-xl-82 {
    margin-right: 82px !important;
  }
  .my-xl-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mx-xl-82 {
    margin-left: 82px !important;
    margin-right: 82px !important;
  }
  .p-xl-82 {
    padding: 82px !important;
  }
  .pt-xl-82 {
    padding-top: 82px !important;
  }
  .pb-xl-82 {
    padding-bottom: 82px !important;
  }
  .pl-xl-82 {
    padding-left: 82px !important;
  }
  .pr-xl-82 {
    padding-right: 82px !important;
  }
  .py-xl-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .px-xl-82 {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}
.m-82 {
  margin: 82px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.p-82 {
  padding: 82px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pl-82 {
  padding-left: 82px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

@media (max-width: 576px) {
  .m-sm-83 {
    margin: 83px !important;
  }
  .mt-sm-83 {
    margin-top: 83px !important;
  }
  .mb-sm-83 {
    margin-bottom: 83px !important;
  }
  .ml-sm-83 {
    margin-left: 83px !important;
  }
  .mr-sm-83 {
    margin-right: 83px !important;
  }
  .my-sm-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mx-sm-83 {
    margin-left: 83px !important;
    margin-right: 83px !important;
  }
  .p-sm-83 {
    padding: 83px !important;
  }
  .pt-sm-83 {
    padding-top: 83px !important;
  }
  .pb-sm-83 {
    padding-bottom: 83px !important;
  }
  .pl-sm-83 {
    padding-left: 83px !important;
  }
  .pr-sm-83 {
    padding-right: 83px !important;
  }
  .py-sm-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .px-sm-83 {
    padding-left: 83px !important;
    padding-right: 83px !important;
  }
}
@media (max-width: 768px) {
  .m-md-83 {
    margin: 83px !important;
  }
  .mt-md-83 {
    margin-top: 83px !important;
  }
  .mb-md-83 {
    margin-bottom: 83px !important;
  }
  .ml-md-83 {
    margin-left: 83px !important;
  }
  .mr-md-83 {
    margin-right: 83px !important;
  }
  .my-md-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mx-md-83 {
    margin-left: 83px !important;
    margin-right: 83px !important;
  }
  .p-md-83 {
    padding: 83px !important;
  }
  .pt-md-83 {
    padding-top: 83px !important;
  }
  .pb-md-83 {
    padding-bottom: 83px !important;
  }
  .pl-md-83 {
    padding-left: 83px !important;
  }
  .pr-md-83 {
    padding-right: 83px !important;
  }
  .py-md-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .px-md-83 {
    padding-left: 83px !important;
    padding-right: 83px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-83 {
    margin: 83px !important;
  }
  .mt-lg-83 {
    margin-top: 83px !important;
  }
  .mb-lg-83 {
    margin-bottom: 83px !important;
  }
  .ml-lg-83 {
    margin-left: 83px !important;
  }
  .mr-lg-83 {
    margin-right: 83px !important;
  }
  .my-lg-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mx-lg-83 {
    margin-left: 83px !important;
    margin-right: 83px !important;
  }
  .p-lg-83 {
    padding: 83px !important;
  }
  .pt-lg-83 {
    padding-top: 83px !important;
  }
  .pb-lg-83 {
    padding-bottom: 83px !important;
  }
  .pl-lg-83 {
    padding-left: 83px !important;
  }
  .pr-lg-83 {
    padding-right: 83px !important;
  }
  .py-lg-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .px-lg-83 {
    padding-left: 83px !important;
    padding-right: 83px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-83 {
    margin: 83px !important;
  }
  .mt-xl-83 {
    margin-top: 83px !important;
  }
  .mb-xl-83 {
    margin-bottom: 83px !important;
  }
  .ml-xl-83 {
    margin-left: 83px !important;
  }
  .mr-xl-83 {
    margin-right: 83px !important;
  }
  .my-xl-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mx-xl-83 {
    margin-left: 83px !important;
    margin-right: 83px !important;
  }
  .p-xl-83 {
    padding: 83px !important;
  }
  .pt-xl-83 {
    padding-top: 83px !important;
  }
  .pb-xl-83 {
    padding-bottom: 83px !important;
  }
  .pl-xl-83 {
    padding-left: 83px !important;
  }
  .pr-xl-83 {
    padding-right: 83px !important;
  }
  .py-xl-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .px-xl-83 {
    padding-left: 83px !important;
    padding-right: 83px !important;
  }
}
.m-83 {
  margin: 83px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.mx-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

.p-83 {
  padding: 83px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pl-83 {
  padding-left: 83px !important;
}

.pr-83 {
  padding-right: 83px !important;
}

.py-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

.px-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

@media (max-width: 576px) {
  .m-sm-84 {
    margin: 84px !important;
  }
  .mt-sm-84 {
    margin-top: 84px !important;
  }
  .mb-sm-84 {
    margin-bottom: 84px !important;
  }
  .ml-sm-84 {
    margin-left: 84px !important;
  }
  .mr-sm-84 {
    margin-right: 84px !important;
  }
  .my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-sm-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }
  .p-sm-84 {
    padding: 84px !important;
  }
  .pt-sm-84 {
    padding-top: 84px !important;
  }
  .pb-sm-84 {
    padding-bottom: 84px !important;
  }
  .pl-sm-84 {
    padding-left: 84px !important;
  }
  .pr-sm-84 {
    padding-right: 84px !important;
  }
  .py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-sm-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}
@media (max-width: 768px) {
  .m-md-84 {
    margin: 84px !important;
  }
  .mt-md-84 {
    margin-top: 84px !important;
  }
  .mb-md-84 {
    margin-bottom: 84px !important;
  }
  .ml-md-84 {
    margin-left: 84px !important;
  }
  .mr-md-84 {
    margin-right: 84px !important;
  }
  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-md-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }
  .p-md-84 {
    padding: 84px !important;
  }
  .pt-md-84 {
    padding-top: 84px !important;
  }
  .pb-md-84 {
    padding-bottom: 84px !important;
  }
  .pl-md-84 {
    padding-left: 84px !important;
  }
  .pr-md-84 {
    padding-right: 84px !important;
  }
  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-md-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-84 {
    margin: 84px !important;
  }
  .mt-lg-84 {
    margin-top: 84px !important;
  }
  .mb-lg-84 {
    margin-bottom: 84px !important;
  }
  .ml-lg-84 {
    margin-left: 84px !important;
  }
  .mr-lg-84 {
    margin-right: 84px !important;
  }
  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-lg-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }
  .p-lg-84 {
    padding: 84px !important;
  }
  .pt-lg-84 {
    padding-top: 84px !important;
  }
  .pb-lg-84 {
    padding-bottom: 84px !important;
  }
  .pl-lg-84 {
    padding-left: 84px !important;
  }
  .pr-lg-84 {
    padding-right: 84px !important;
  }
  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-lg-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-84 {
    margin: 84px !important;
  }
  .mt-xl-84 {
    margin-top: 84px !important;
  }
  .mb-xl-84 {
    margin-bottom: 84px !important;
  }
  .ml-xl-84 {
    margin-left: 84px !important;
  }
  .mr-xl-84 {
    margin-right: 84px !important;
  }
  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-xl-84 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }
  .p-xl-84 {
    padding: 84px !important;
  }
  .pt-xl-84 {
    padding-top: 84px !important;
  }
  .pb-xl-84 {
    padding-bottom: 84px !important;
  }
  .pl-xl-84 {
    padding-left: 84px !important;
  }
  .pr-xl-84 {
    padding-right: 84px !important;
  }
  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-xl-84 {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}
.m-84 {
  margin: 84px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.p-84 {
  padding: 84px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

@media (max-width: 576px) {
  .m-sm-85 {
    margin: 85px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media (max-width: 768px) {
  .m-md-85 {
    margin: 85px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-85 {
    margin: 85px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-85 {
    margin: 85px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
  .pr-xl-85 {
    padding-right: 85px !important;
  }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

@media (max-width: 576px) {
  .m-sm-86 {
    margin: 86px !important;
  }
  .mt-sm-86 {
    margin-top: 86px !important;
  }
  .mb-sm-86 {
    margin-bottom: 86px !important;
  }
  .ml-sm-86 {
    margin-left: 86px !important;
  }
  .mr-sm-86 {
    margin-right: 86px !important;
  }
  .my-sm-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mx-sm-86 {
    margin-left: 86px !important;
    margin-right: 86px !important;
  }
  .p-sm-86 {
    padding: 86px !important;
  }
  .pt-sm-86 {
    padding-top: 86px !important;
  }
  .pb-sm-86 {
    padding-bottom: 86px !important;
  }
  .pl-sm-86 {
    padding-left: 86px !important;
  }
  .pr-sm-86 {
    padding-right: 86px !important;
  }
  .py-sm-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .px-sm-86 {
    padding-left: 86px !important;
    padding-right: 86px !important;
  }
}
@media (max-width: 768px) {
  .m-md-86 {
    margin: 86px !important;
  }
  .mt-md-86 {
    margin-top: 86px !important;
  }
  .mb-md-86 {
    margin-bottom: 86px !important;
  }
  .ml-md-86 {
    margin-left: 86px !important;
  }
  .mr-md-86 {
    margin-right: 86px !important;
  }
  .my-md-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mx-md-86 {
    margin-left: 86px !important;
    margin-right: 86px !important;
  }
  .p-md-86 {
    padding: 86px !important;
  }
  .pt-md-86 {
    padding-top: 86px !important;
  }
  .pb-md-86 {
    padding-bottom: 86px !important;
  }
  .pl-md-86 {
    padding-left: 86px !important;
  }
  .pr-md-86 {
    padding-right: 86px !important;
  }
  .py-md-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .px-md-86 {
    padding-left: 86px !important;
    padding-right: 86px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-86 {
    margin: 86px !important;
  }
  .mt-lg-86 {
    margin-top: 86px !important;
  }
  .mb-lg-86 {
    margin-bottom: 86px !important;
  }
  .ml-lg-86 {
    margin-left: 86px !important;
  }
  .mr-lg-86 {
    margin-right: 86px !important;
  }
  .my-lg-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mx-lg-86 {
    margin-left: 86px !important;
    margin-right: 86px !important;
  }
  .p-lg-86 {
    padding: 86px !important;
  }
  .pt-lg-86 {
    padding-top: 86px !important;
  }
  .pb-lg-86 {
    padding-bottom: 86px !important;
  }
  .pl-lg-86 {
    padding-left: 86px !important;
  }
  .pr-lg-86 {
    padding-right: 86px !important;
  }
  .py-lg-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .px-lg-86 {
    padding-left: 86px !important;
    padding-right: 86px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-86 {
    margin: 86px !important;
  }
  .mt-xl-86 {
    margin-top: 86px !important;
  }
  .mb-xl-86 {
    margin-bottom: 86px !important;
  }
  .ml-xl-86 {
    margin-left: 86px !important;
  }
  .mr-xl-86 {
    margin-right: 86px !important;
  }
  .my-xl-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mx-xl-86 {
    margin-left: 86px !important;
    margin-right: 86px !important;
  }
  .p-xl-86 {
    padding: 86px !important;
  }
  .pt-xl-86 {
    padding-top: 86px !important;
  }
  .pb-xl-86 {
    padding-bottom: 86px !important;
  }
  .pl-xl-86 {
    padding-left: 86px !important;
  }
  .pr-xl-86 {
    padding-right: 86px !important;
  }
  .py-xl-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .px-xl-86 {
    padding-left: 86px !important;
    padding-right: 86px !important;
  }
}
.m-86 {
  margin: 86px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.p-86 {
  padding: 86px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pl-86 {
  padding-left: 86px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

@media (max-width: 576px) {
  .m-sm-87 {
    margin: 87px !important;
  }
  .mt-sm-87 {
    margin-top: 87px !important;
  }
  .mb-sm-87 {
    margin-bottom: 87px !important;
  }
  .ml-sm-87 {
    margin-left: 87px !important;
  }
  .mr-sm-87 {
    margin-right: 87px !important;
  }
  .my-sm-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mx-sm-87 {
    margin-left: 87px !important;
    margin-right: 87px !important;
  }
  .p-sm-87 {
    padding: 87px !important;
  }
  .pt-sm-87 {
    padding-top: 87px !important;
  }
  .pb-sm-87 {
    padding-bottom: 87px !important;
  }
  .pl-sm-87 {
    padding-left: 87px !important;
  }
  .pr-sm-87 {
    padding-right: 87px !important;
  }
  .py-sm-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .px-sm-87 {
    padding-left: 87px !important;
    padding-right: 87px !important;
  }
}
@media (max-width: 768px) {
  .m-md-87 {
    margin: 87px !important;
  }
  .mt-md-87 {
    margin-top: 87px !important;
  }
  .mb-md-87 {
    margin-bottom: 87px !important;
  }
  .ml-md-87 {
    margin-left: 87px !important;
  }
  .mr-md-87 {
    margin-right: 87px !important;
  }
  .my-md-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mx-md-87 {
    margin-left: 87px !important;
    margin-right: 87px !important;
  }
  .p-md-87 {
    padding: 87px !important;
  }
  .pt-md-87 {
    padding-top: 87px !important;
  }
  .pb-md-87 {
    padding-bottom: 87px !important;
  }
  .pl-md-87 {
    padding-left: 87px !important;
  }
  .pr-md-87 {
    padding-right: 87px !important;
  }
  .py-md-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .px-md-87 {
    padding-left: 87px !important;
    padding-right: 87px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-87 {
    margin: 87px !important;
  }
  .mt-lg-87 {
    margin-top: 87px !important;
  }
  .mb-lg-87 {
    margin-bottom: 87px !important;
  }
  .ml-lg-87 {
    margin-left: 87px !important;
  }
  .mr-lg-87 {
    margin-right: 87px !important;
  }
  .my-lg-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mx-lg-87 {
    margin-left: 87px !important;
    margin-right: 87px !important;
  }
  .p-lg-87 {
    padding: 87px !important;
  }
  .pt-lg-87 {
    padding-top: 87px !important;
  }
  .pb-lg-87 {
    padding-bottom: 87px !important;
  }
  .pl-lg-87 {
    padding-left: 87px !important;
  }
  .pr-lg-87 {
    padding-right: 87px !important;
  }
  .py-lg-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .px-lg-87 {
    padding-left: 87px !important;
    padding-right: 87px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-87 {
    margin: 87px !important;
  }
  .mt-xl-87 {
    margin-top: 87px !important;
  }
  .mb-xl-87 {
    margin-bottom: 87px !important;
  }
  .ml-xl-87 {
    margin-left: 87px !important;
  }
  .mr-xl-87 {
    margin-right: 87px !important;
  }
  .my-xl-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mx-xl-87 {
    margin-left: 87px !important;
    margin-right: 87px !important;
  }
  .p-xl-87 {
    padding: 87px !important;
  }
  .pt-xl-87 {
    padding-top: 87px !important;
  }
  .pb-xl-87 {
    padding-bottom: 87px !important;
  }
  .pl-xl-87 {
    padding-left: 87px !important;
  }
  .pr-xl-87 {
    padding-right: 87px !important;
  }
  .py-xl-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .px-xl-87 {
    padding-left: 87px !important;
    padding-right: 87px !important;
  }
}
.m-87 {
  margin: 87px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.mx-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

.p-87 {
  padding: 87px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pl-87 {
  padding-left: 87px !important;
}

.pr-87 {
  padding-right: 87px !important;
}

.py-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.px-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

@media (max-width: 576px) {
  .m-sm-88 {
    margin: 88px !important;
  }
  .mt-sm-88 {
    margin-top: 88px !important;
  }
  .mb-sm-88 {
    margin-bottom: 88px !important;
  }
  .ml-sm-88 {
    margin-left: 88px !important;
  }
  .mr-sm-88 {
    margin-right: 88px !important;
  }
  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-sm-88 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
  .p-sm-88 {
    padding: 88px !important;
  }
  .pt-sm-88 {
    padding-top: 88px !important;
  }
  .pb-sm-88 {
    padding-bottom: 88px !important;
  }
  .pl-sm-88 {
    padding-left: 88px !important;
  }
  .pr-sm-88 {
    padding-right: 88px !important;
  }
  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-sm-88 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}
@media (max-width: 768px) {
  .m-md-88 {
    margin: 88px !important;
  }
  .mt-md-88 {
    margin-top: 88px !important;
  }
  .mb-md-88 {
    margin-bottom: 88px !important;
  }
  .ml-md-88 {
    margin-left: 88px !important;
  }
  .mr-md-88 {
    margin-right: 88px !important;
  }
  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-md-88 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
  .p-md-88 {
    padding: 88px !important;
  }
  .pt-md-88 {
    padding-top: 88px !important;
  }
  .pb-md-88 {
    padding-bottom: 88px !important;
  }
  .pl-md-88 {
    padding-left: 88px !important;
  }
  .pr-md-88 {
    padding-right: 88px !important;
  }
  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-md-88 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-88 {
    margin: 88px !important;
  }
  .mt-lg-88 {
    margin-top: 88px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .ml-lg-88 {
    margin-left: 88px !important;
  }
  .mr-lg-88 {
    margin-right: 88px !important;
  }
  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-lg-88 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
  .p-lg-88 {
    padding: 88px !important;
  }
  .pt-lg-88 {
    padding-top: 88px !important;
  }
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
  .pl-lg-88 {
    padding-left: 88px !important;
  }
  .pr-lg-88 {
    padding-right: 88px !important;
  }
  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-lg-88 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-88 {
    margin: 88px !important;
  }
  .mt-xl-88 {
    margin-top: 88px !important;
  }
  .mb-xl-88 {
    margin-bottom: 88px !important;
  }
  .ml-xl-88 {
    margin-left: 88px !important;
  }
  .mr-xl-88 {
    margin-right: 88px !important;
  }
  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-xl-88 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
  .p-xl-88 {
    padding: 88px !important;
  }
  .pt-xl-88 {
    padding-top: 88px !important;
  }
  .pb-xl-88 {
    padding-bottom: 88px !important;
  }
  .pl-xl-88 {
    padding-left: 88px !important;
  }
  .pr-xl-88 {
    padding-right: 88px !important;
  }
  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-xl-88 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}
.m-88 {
  margin: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.p-88 {
  padding: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

@media (max-width: 576px) {
  .m-sm-89 {
    margin: 89px !important;
  }
  .mt-sm-89 {
    margin-top: 89px !important;
  }
  .mb-sm-89 {
    margin-bottom: 89px !important;
  }
  .ml-sm-89 {
    margin-left: 89px !important;
  }
  .mr-sm-89 {
    margin-right: 89px !important;
  }
  .my-sm-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mx-sm-89 {
    margin-left: 89px !important;
    margin-right: 89px !important;
  }
  .p-sm-89 {
    padding: 89px !important;
  }
  .pt-sm-89 {
    padding-top: 89px !important;
  }
  .pb-sm-89 {
    padding-bottom: 89px !important;
  }
  .pl-sm-89 {
    padding-left: 89px !important;
  }
  .pr-sm-89 {
    padding-right: 89px !important;
  }
  .py-sm-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .px-sm-89 {
    padding-left: 89px !important;
    padding-right: 89px !important;
  }
}
@media (max-width: 768px) {
  .m-md-89 {
    margin: 89px !important;
  }
  .mt-md-89 {
    margin-top: 89px !important;
  }
  .mb-md-89 {
    margin-bottom: 89px !important;
  }
  .ml-md-89 {
    margin-left: 89px !important;
  }
  .mr-md-89 {
    margin-right: 89px !important;
  }
  .my-md-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mx-md-89 {
    margin-left: 89px !important;
    margin-right: 89px !important;
  }
  .p-md-89 {
    padding: 89px !important;
  }
  .pt-md-89 {
    padding-top: 89px !important;
  }
  .pb-md-89 {
    padding-bottom: 89px !important;
  }
  .pl-md-89 {
    padding-left: 89px !important;
  }
  .pr-md-89 {
    padding-right: 89px !important;
  }
  .py-md-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .px-md-89 {
    padding-left: 89px !important;
    padding-right: 89px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-89 {
    margin: 89px !important;
  }
  .mt-lg-89 {
    margin-top: 89px !important;
  }
  .mb-lg-89 {
    margin-bottom: 89px !important;
  }
  .ml-lg-89 {
    margin-left: 89px !important;
  }
  .mr-lg-89 {
    margin-right: 89px !important;
  }
  .my-lg-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mx-lg-89 {
    margin-left: 89px !important;
    margin-right: 89px !important;
  }
  .p-lg-89 {
    padding: 89px !important;
  }
  .pt-lg-89 {
    padding-top: 89px !important;
  }
  .pb-lg-89 {
    padding-bottom: 89px !important;
  }
  .pl-lg-89 {
    padding-left: 89px !important;
  }
  .pr-lg-89 {
    padding-right: 89px !important;
  }
  .py-lg-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .px-lg-89 {
    padding-left: 89px !important;
    padding-right: 89px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-89 {
    margin: 89px !important;
  }
  .mt-xl-89 {
    margin-top: 89px !important;
  }
  .mb-xl-89 {
    margin-bottom: 89px !important;
  }
  .ml-xl-89 {
    margin-left: 89px !important;
  }
  .mr-xl-89 {
    margin-right: 89px !important;
  }
  .my-xl-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mx-xl-89 {
    margin-left: 89px !important;
    margin-right: 89px !important;
  }
  .p-xl-89 {
    padding: 89px !important;
  }
  .pt-xl-89 {
    padding-top: 89px !important;
  }
  .pb-xl-89 {
    padding-bottom: 89px !important;
  }
  .pl-xl-89 {
    padding-left: 89px !important;
  }
  .pr-xl-89 {
    padding-right: 89px !important;
  }
  .py-xl-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .px-xl-89 {
    padding-left: 89px !important;
    padding-right: 89px !important;
  }
}
.m-89 {
  margin: 89px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.mx-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

.p-89 {
  padding: 89px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pl-89 {
  padding-left: 89px !important;
}

.pr-89 {
  padding-right: 89px !important;
}

.py-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

.px-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

@media (max-width: 576px) {
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 768px) {
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

@media (max-width: 576px) {
  .m-sm-91 {
    margin: 91px !important;
  }
  .mt-sm-91 {
    margin-top: 91px !important;
  }
  .mb-sm-91 {
    margin-bottom: 91px !important;
  }
  .ml-sm-91 {
    margin-left: 91px !important;
  }
  .mr-sm-91 {
    margin-right: 91px !important;
  }
  .my-sm-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mx-sm-91 {
    margin-left: 91px !important;
    margin-right: 91px !important;
  }
  .p-sm-91 {
    padding: 91px !important;
  }
  .pt-sm-91 {
    padding-top: 91px !important;
  }
  .pb-sm-91 {
    padding-bottom: 91px !important;
  }
  .pl-sm-91 {
    padding-left: 91px !important;
  }
  .pr-sm-91 {
    padding-right: 91px !important;
  }
  .py-sm-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .px-sm-91 {
    padding-left: 91px !important;
    padding-right: 91px !important;
  }
}
@media (max-width: 768px) {
  .m-md-91 {
    margin: 91px !important;
  }
  .mt-md-91 {
    margin-top: 91px !important;
  }
  .mb-md-91 {
    margin-bottom: 91px !important;
  }
  .ml-md-91 {
    margin-left: 91px !important;
  }
  .mr-md-91 {
    margin-right: 91px !important;
  }
  .my-md-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mx-md-91 {
    margin-left: 91px !important;
    margin-right: 91px !important;
  }
  .p-md-91 {
    padding: 91px !important;
  }
  .pt-md-91 {
    padding-top: 91px !important;
  }
  .pb-md-91 {
    padding-bottom: 91px !important;
  }
  .pl-md-91 {
    padding-left: 91px !important;
  }
  .pr-md-91 {
    padding-right: 91px !important;
  }
  .py-md-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .px-md-91 {
    padding-left: 91px !important;
    padding-right: 91px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-91 {
    margin: 91px !important;
  }
  .mt-lg-91 {
    margin-top: 91px !important;
  }
  .mb-lg-91 {
    margin-bottom: 91px !important;
  }
  .ml-lg-91 {
    margin-left: 91px !important;
  }
  .mr-lg-91 {
    margin-right: 91px !important;
  }
  .my-lg-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mx-lg-91 {
    margin-left: 91px !important;
    margin-right: 91px !important;
  }
  .p-lg-91 {
    padding: 91px !important;
  }
  .pt-lg-91 {
    padding-top: 91px !important;
  }
  .pb-lg-91 {
    padding-bottom: 91px !important;
  }
  .pl-lg-91 {
    padding-left: 91px !important;
  }
  .pr-lg-91 {
    padding-right: 91px !important;
  }
  .py-lg-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .px-lg-91 {
    padding-left: 91px !important;
    padding-right: 91px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-91 {
    margin: 91px !important;
  }
  .mt-xl-91 {
    margin-top: 91px !important;
  }
  .mb-xl-91 {
    margin-bottom: 91px !important;
  }
  .ml-xl-91 {
    margin-left: 91px !important;
  }
  .mr-xl-91 {
    margin-right: 91px !important;
  }
  .my-xl-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mx-xl-91 {
    margin-left: 91px !important;
    margin-right: 91px !important;
  }
  .p-xl-91 {
    padding: 91px !important;
  }
  .pt-xl-91 {
    padding-top: 91px !important;
  }
  .pb-xl-91 {
    padding-bottom: 91px !important;
  }
  .pl-xl-91 {
    padding-left: 91px !important;
  }
  .pr-xl-91 {
    padding-right: 91px !important;
  }
  .py-xl-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .px-xl-91 {
    padding-left: 91px !important;
    padding-right: 91px !important;
  }
}
.m-91 {
  margin: 91px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.ml-91 {
  margin-left: 91px !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.my-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

.mx-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

.p-91 {
  padding: 91px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pl-91 {
  padding-left: 91px !important;
}

.pr-91 {
  padding-right: 91px !important;
}

.py-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}

.px-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

@media (max-width: 576px) {
  .m-sm-92 {
    margin: 92px !important;
  }
  .mt-sm-92 {
    margin-top: 92px !important;
  }
  .mb-sm-92 {
    margin-bottom: 92px !important;
  }
  .ml-sm-92 {
    margin-left: 92px !important;
  }
  .mr-sm-92 {
    margin-right: 92px !important;
  }
  .my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-sm-92 {
    margin-left: 92px !important;
    margin-right: 92px !important;
  }
  .p-sm-92 {
    padding: 92px !important;
  }
  .pt-sm-92 {
    padding-top: 92px !important;
  }
  .pb-sm-92 {
    padding-bottom: 92px !important;
  }
  .pl-sm-92 {
    padding-left: 92px !important;
  }
  .pr-sm-92 {
    padding-right: 92px !important;
  }
  .py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-sm-92 {
    padding-left: 92px !important;
    padding-right: 92px !important;
  }
}
@media (max-width: 768px) {
  .m-md-92 {
    margin: 92px !important;
  }
  .mt-md-92 {
    margin-top: 92px !important;
  }
  .mb-md-92 {
    margin-bottom: 92px !important;
  }
  .ml-md-92 {
    margin-left: 92px !important;
  }
  .mr-md-92 {
    margin-right: 92px !important;
  }
  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-md-92 {
    margin-left: 92px !important;
    margin-right: 92px !important;
  }
  .p-md-92 {
    padding: 92px !important;
  }
  .pt-md-92 {
    padding-top: 92px !important;
  }
  .pb-md-92 {
    padding-bottom: 92px !important;
  }
  .pl-md-92 {
    padding-left: 92px !important;
  }
  .pr-md-92 {
    padding-right: 92px !important;
  }
  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-md-92 {
    padding-left: 92px !important;
    padding-right: 92px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-92 {
    margin: 92px !important;
  }
  .mt-lg-92 {
    margin-top: 92px !important;
  }
  .mb-lg-92 {
    margin-bottom: 92px !important;
  }
  .ml-lg-92 {
    margin-left: 92px !important;
  }
  .mr-lg-92 {
    margin-right: 92px !important;
  }
  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-lg-92 {
    margin-left: 92px !important;
    margin-right: 92px !important;
  }
  .p-lg-92 {
    padding: 92px !important;
  }
  .pt-lg-92 {
    padding-top: 92px !important;
  }
  .pb-lg-92 {
    padding-bottom: 92px !important;
  }
  .pl-lg-92 {
    padding-left: 92px !important;
  }
  .pr-lg-92 {
    padding-right: 92px !important;
  }
  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-lg-92 {
    padding-left: 92px !important;
    padding-right: 92px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-92 {
    margin: 92px !important;
  }
  .mt-xl-92 {
    margin-top: 92px !important;
  }
  .mb-xl-92 {
    margin-bottom: 92px !important;
  }
  .ml-xl-92 {
    margin-left: 92px !important;
  }
  .mr-xl-92 {
    margin-right: 92px !important;
  }
  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-xl-92 {
    margin-left: 92px !important;
    margin-right: 92px !important;
  }
  .p-xl-92 {
    padding: 92px !important;
  }
  .pt-xl-92 {
    padding-top: 92px !important;
  }
  .pb-xl-92 {
    padding-bottom: 92px !important;
  }
  .pl-xl-92 {
    padding-left: 92px !important;
  }
  .pr-xl-92 {
    padding-right: 92px !important;
  }
  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-xl-92 {
    padding-left: 92px !important;
    padding-right: 92px !important;
  }
}
.m-92 {
  margin: 92px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.mx-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

.p-92 {
  padding: 92px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pl-92 {
  padding-left: 92px !important;
}

.pr-92 {
  padding-right: 92px !important;
}

.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.px-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

@media (max-width: 576px) {
  .m-sm-93 {
    margin: 93px !important;
  }
  .mt-sm-93 {
    margin-top: 93px !important;
  }
  .mb-sm-93 {
    margin-bottom: 93px !important;
  }
  .ml-sm-93 {
    margin-left: 93px !important;
  }
  .mr-sm-93 {
    margin-right: 93px !important;
  }
  .my-sm-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mx-sm-93 {
    margin-left: 93px !important;
    margin-right: 93px !important;
  }
  .p-sm-93 {
    padding: 93px !important;
  }
  .pt-sm-93 {
    padding-top: 93px !important;
  }
  .pb-sm-93 {
    padding-bottom: 93px !important;
  }
  .pl-sm-93 {
    padding-left: 93px !important;
  }
  .pr-sm-93 {
    padding-right: 93px !important;
  }
  .py-sm-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .px-sm-93 {
    padding-left: 93px !important;
    padding-right: 93px !important;
  }
}
@media (max-width: 768px) {
  .m-md-93 {
    margin: 93px !important;
  }
  .mt-md-93 {
    margin-top: 93px !important;
  }
  .mb-md-93 {
    margin-bottom: 93px !important;
  }
  .ml-md-93 {
    margin-left: 93px !important;
  }
  .mr-md-93 {
    margin-right: 93px !important;
  }
  .my-md-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mx-md-93 {
    margin-left: 93px !important;
    margin-right: 93px !important;
  }
  .p-md-93 {
    padding: 93px !important;
  }
  .pt-md-93 {
    padding-top: 93px !important;
  }
  .pb-md-93 {
    padding-bottom: 93px !important;
  }
  .pl-md-93 {
    padding-left: 93px !important;
  }
  .pr-md-93 {
    padding-right: 93px !important;
  }
  .py-md-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .px-md-93 {
    padding-left: 93px !important;
    padding-right: 93px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-93 {
    margin: 93px !important;
  }
  .mt-lg-93 {
    margin-top: 93px !important;
  }
  .mb-lg-93 {
    margin-bottom: 93px !important;
  }
  .ml-lg-93 {
    margin-left: 93px !important;
  }
  .mr-lg-93 {
    margin-right: 93px !important;
  }
  .my-lg-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mx-lg-93 {
    margin-left: 93px !important;
    margin-right: 93px !important;
  }
  .p-lg-93 {
    padding: 93px !important;
  }
  .pt-lg-93 {
    padding-top: 93px !important;
  }
  .pb-lg-93 {
    padding-bottom: 93px !important;
  }
  .pl-lg-93 {
    padding-left: 93px !important;
  }
  .pr-lg-93 {
    padding-right: 93px !important;
  }
  .py-lg-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .px-lg-93 {
    padding-left: 93px !important;
    padding-right: 93px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-93 {
    margin: 93px !important;
  }
  .mt-xl-93 {
    margin-top: 93px !important;
  }
  .mb-xl-93 {
    margin-bottom: 93px !important;
  }
  .ml-xl-93 {
    margin-left: 93px !important;
  }
  .mr-xl-93 {
    margin-right: 93px !important;
  }
  .my-xl-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mx-xl-93 {
    margin-left: 93px !important;
    margin-right: 93px !important;
  }
  .p-xl-93 {
    padding: 93px !important;
  }
  .pt-xl-93 {
    padding-top: 93px !important;
  }
  .pb-xl-93 {
    padding-bottom: 93px !important;
  }
  .pl-xl-93 {
    padding-left: 93px !important;
  }
  .pr-xl-93 {
    padding-right: 93px !important;
  }
  .py-xl-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .px-xl-93 {
    padding-left: 93px !important;
    padding-right: 93px !important;
  }
}
.m-93 {
  margin: 93px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.ml-93 {
  margin-left: 93px !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.my-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

.mx-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

.p-93 {
  padding: 93px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pl-93 {
  padding-left: 93px !important;
}

.pr-93 {
  padding-right: 93px !important;
}

.py-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

.px-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

@media (max-width: 576px) {
  .m-sm-94 {
    margin: 94px !important;
  }
  .mt-sm-94 {
    margin-top: 94px !important;
  }
  .mb-sm-94 {
    margin-bottom: 94px !important;
  }
  .ml-sm-94 {
    margin-left: 94px !important;
  }
  .mr-sm-94 {
    margin-right: 94px !important;
  }
  .my-sm-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mx-sm-94 {
    margin-left: 94px !important;
    margin-right: 94px !important;
  }
  .p-sm-94 {
    padding: 94px !important;
  }
  .pt-sm-94 {
    padding-top: 94px !important;
  }
  .pb-sm-94 {
    padding-bottom: 94px !important;
  }
  .pl-sm-94 {
    padding-left: 94px !important;
  }
  .pr-sm-94 {
    padding-right: 94px !important;
  }
  .py-sm-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .px-sm-94 {
    padding-left: 94px !important;
    padding-right: 94px !important;
  }
}
@media (max-width: 768px) {
  .m-md-94 {
    margin: 94px !important;
  }
  .mt-md-94 {
    margin-top: 94px !important;
  }
  .mb-md-94 {
    margin-bottom: 94px !important;
  }
  .ml-md-94 {
    margin-left: 94px !important;
  }
  .mr-md-94 {
    margin-right: 94px !important;
  }
  .my-md-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mx-md-94 {
    margin-left: 94px !important;
    margin-right: 94px !important;
  }
  .p-md-94 {
    padding: 94px !important;
  }
  .pt-md-94 {
    padding-top: 94px !important;
  }
  .pb-md-94 {
    padding-bottom: 94px !important;
  }
  .pl-md-94 {
    padding-left: 94px !important;
  }
  .pr-md-94 {
    padding-right: 94px !important;
  }
  .py-md-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .px-md-94 {
    padding-left: 94px !important;
    padding-right: 94px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-94 {
    margin: 94px !important;
  }
  .mt-lg-94 {
    margin-top: 94px !important;
  }
  .mb-lg-94 {
    margin-bottom: 94px !important;
  }
  .ml-lg-94 {
    margin-left: 94px !important;
  }
  .mr-lg-94 {
    margin-right: 94px !important;
  }
  .my-lg-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mx-lg-94 {
    margin-left: 94px !important;
    margin-right: 94px !important;
  }
  .p-lg-94 {
    padding: 94px !important;
  }
  .pt-lg-94 {
    padding-top: 94px !important;
  }
  .pb-lg-94 {
    padding-bottom: 94px !important;
  }
  .pl-lg-94 {
    padding-left: 94px !important;
  }
  .pr-lg-94 {
    padding-right: 94px !important;
  }
  .py-lg-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .px-lg-94 {
    padding-left: 94px !important;
    padding-right: 94px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-94 {
    margin: 94px !important;
  }
  .mt-xl-94 {
    margin-top: 94px !important;
  }
  .mb-xl-94 {
    margin-bottom: 94px !important;
  }
  .ml-xl-94 {
    margin-left: 94px !important;
  }
  .mr-xl-94 {
    margin-right: 94px !important;
  }
  .my-xl-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mx-xl-94 {
    margin-left: 94px !important;
    margin-right: 94px !important;
  }
  .p-xl-94 {
    padding: 94px !important;
  }
  .pt-xl-94 {
    padding-top: 94px !important;
  }
  .pb-xl-94 {
    padding-bottom: 94px !important;
  }
  .pl-xl-94 {
    padding-left: 94px !important;
  }
  .pr-xl-94 {
    padding-right: 94px !important;
  }
  .py-xl-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .px-xl-94 {
    padding-left: 94px !important;
    padding-right: 94px !important;
  }
}
.m-94 {
  margin: 94px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.mx-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

.p-94 {
  padding: 94px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pl-94 {
  padding-left: 94px !important;
}

.pr-94 {
  padding-right: 94px !important;
}

.py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.px-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

@media (max-width: 576px) {
  .m-sm-95 {
    margin: 95px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
@media (max-width: 768px) {
  .m-md-95 {
    margin: 95px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-95 {
    margin: 95px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-95 {
    margin: 95px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
  .pr-xl-95 {
    padding-right: 95px !important;
  }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

@media (max-width: 576px) {
  .m-sm-96 {
    margin: 96px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .ml-sm-96 {
    margin-left: 96px !important;
  }
  .mr-sm-96 {
    margin-right: 96px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-sm-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pl-sm-96 {
    padding-left: 96px !important;
  }
  .pr-sm-96 {
    padding-right: 96px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-sm-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (max-width: 768px) {
  .m-md-96 {
    margin: 96px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .ml-md-96 {
    margin-left: 96px !important;
  }
  .mr-md-96 {
    margin-right: 96px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-md-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pl-md-96 {
    padding-left: 96px !important;
  }
  .pr-md-96 {
    padding-right: 96px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-md-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-96 {
    margin: 96px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .ml-lg-96 {
    margin-left: 96px !important;
  }
  .mr-lg-96 {
    margin-right: 96px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-lg-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pl-lg-96 {
    padding-left: 96px !important;
  }
  .pr-lg-96 {
    padding-right: 96px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-lg-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-96 {
    margin: 96px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .ml-xl-96 {
    margin-left: 96px !important;
  }
  .mr-xl-96 {
    margin-right: 96px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-xl-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pl-xl-96 {
    padding-left: 96px !important;
  }
  .pr-xl-96 {
    padding-right: 96px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-xl-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
.m-96 {
  margin: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.p-96 {
  padding: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

@media (max-width: 576px) {
  .m-sm-97 {
    margin: 97px !important;
  }
  .mt-sm-97 {
    margin-top: 97px !important;
  }
  .mb-sm-97 {
    margin-bottom: 97px !important;
  }
  .ml-sm-97 {
    margin-left: 97px !important;
  }
  .mr-sm-97 {
    margin-right: 97px !important;
  }
  .my-sm-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mx-sm-97 {
    margin-left: 97px !important;
    margin-right: 97px !important;
  }
  .p-sm-97 {
    padding: 97px !important;
  }
  .pt-sm-97 {
    padding-top: 97px !important;
  }
  .pb-sm-97 {
    padding-bottom: 97px !important;
  }
  .pl-sm-97 {
    padding-left: 97px !important;
  }
  .pr-sm-97 {
    padding-right: 97px !important;
  }
  .py-sm-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .px-sm-97 {
    padding-left: 97px !important;
    padding-right: 97px !important;
  }
}
@media (max-width: 768px) {
  .m-md-97 {
    margin: 97px !important;
  }
  .mt-md-97 {
    margin-top: 97px !important;
  }
  .mb-md-97 {
    margin-bottom: 97px !important;
  }
  .ml-md-97 {
    margin-left: 97px !important;
  }
  .mr-md-97 {
    margin-right: 97px !important;
  }
  .my-md-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mx-md-97 {
    margin-left: 97px !important;
    margin-right: 97px !important;
  }
  .p-md-97 {
    padding: 97px !important;
  }
  .pt-md-97 {
    padding-top: 97px !important;
  }
  .pb-md-97 {
    padding-bottom: 97px !important;
  }
  .pl-md-97 {
    padding-left: 97px !important;
  }
  .pr-md-97 {
    padding-right: 97px !important;
  }
  .py-md-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .px-md-97 {
    padding-left: 97px !important;
    padding-right: 97px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-97 {
    margin: 97px !important;
  }
  .mt-lg-97 {
    margin-top: 97px !important;
  }
  .mb-lg-97 {
    margin-bottom: 97px !important;
  }
  .ml-lg-97 {
    margin-left: 97px !important;
  }
  .mr-lg-97 {
    margin-right: 97px !important;
  }
  .my-lg-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mx-lg-97 {
    margin-left: 97px !important;
    margin-right: 97px !important;
  }
  .p-lg-97 {
    padding: 97px !important;
  }
  .pt-lg-97 {
    padding-top: 97px !important;
  }
  .pb-lg-97 {
    padding-bottom: 97px !important;
  }
  .pl-lg-97 {
    padding-left: 97px !important;
  }
  .pr-lg-97 {
    padding-right: 97px !important;
  }
  .py-lg-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .px-lg-97 {
    padding-left: 97px !important;
    padding-right: 97px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-97 {
    margin: 97px !important;
  }
  .mt-xl-97 {
    margin-top: 97px !important;
  }
  .mb-xl-97 {
    margin-bottom: 97px !important;
  }
  .ml-xl-97 {
    margin-left: 97px !important;
  }
  .mr-xl-97 {
    margin-right: 97px !important;
  }
  .my-xl-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mx-xl-97 {
    margin-left: 97px !important;
    margin-right: 97px !important;
  }
  .p-xl-97 {
    padding: 97px !important;
  }
  .pt-xl-97 {
    padding-top: 97px !important;
  }
  .pb-xl-97 {
    padding-bottom: 97px !important;
  }
  .pl-xl-97 {
    padding-left: 97px !important;
  }
  .pr-xl-97 {
    padding-right: 97px !important;
  }
  .py-xl-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .px-xl-97 {
    padding-left: 97px !important;
    padding-right: 97px !important;
  }
}
.m-97 {
  margin: 97px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.ml-97 {
  margin-left: 97px !important;
}

.mr-97 {
  margin-right: 97px !important;
}

.my-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

.mx-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

.p-97 {
  padding: 97px !important;
}

.pt-97 {
  padding-top: 97px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.pl-97 {
  padding-left: 97px !important;
}

.pr-97 {
  padding-right: 97px !important;
}

.py-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}

.px-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

@media (max-width: 576px) {
  .m-sm-98 {
    margin: 98px !important;
  }
  .mt-sm-98 {
    margin-top: 98px !important;
  }
  .mb-sm-98 {
    margin-bottom: 98px !important;
  }
  .ml-sm-98 {
    margin-left: 98px !important;
  }
  .mr-sm-98 {
    margin-right: 98px !important;
  }
  .my-sm-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mx-sm-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }
  .p-sm-98 {
    padding: 98px !important;
  }
  .pt-sm-98 {
    padding-top: 98px !important;
  }
  .pb-sm-98 {
    padding-bottom: 98px !important;
  }
  .pl-sm-98 {
    padding-left: 98px !important;
  }
  .pr-sm-98 {
    padding-right: 98px !important;
  }
  .py-sm-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .px-sm-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }
}
@media (max-width: 768px) {
  .m-md-98 {
    margin: 98px !important;
  }
  .mt-md-98 {
    margin-top: 98px !important;
  }
  .mb-md-98 {
    margin-bottom: 98px !important;
  }
  .ml-md-98 {
    margin-left: 98px !important;
  }
  .mr-md-98 {
    margin-right: 98px !important;
  }
  .my-md-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mx-md-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }
  .p-md-98 {
    padding: 98px !important;
  }
  .pt-md-98 {
    padding-top: 98px !important;
  }
  .pb-md-98 {
    padding-bottom: 98px !important;
  }
  .pl-md-98 {
    padding-left: 98px !important;
  }
  .pr-md-98 {
    padding-right: 98px !important;
  }
  .py-md-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .px-md-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-98 {
    margin: 98px !important;
  }
  .mt-lg-98 {
    margin-top: 98px !important;
  }
  .mb-lg-98 {
    margin-bottom: 98px !important;
  }
  .ml-lg-98 {
    margin-left: 98px !important;
  }
  .mr-lg-98 {
    margin-right: 98px !important;
  }
  .my-lg-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mx-lg-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }
  .p-lg-98 {
    padding: 98px !important;
  }
  .pt-lg-98 {
    padding-top: 98px !important;
  }
  .pb-lg-98 {
    padding-bottom: 98px !important;
  }
  .pl-lg-98 {
    padding-left: 98px !important;
  }
  .pr-lg-98 {
    padding-right: 98px !important;
  }
  .py-lg-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .px-lg-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-98 {
    margin: 98px !important;
  }
  .mt-xl-98 {
    margin-top: 98px !important;
  }
  .mb-xl-98 {
    margin-bottom: 98px !important;
  }
  .ml-xl-98 {
    margin-left: 98px !important;
  }
  .mr-xl-98 {
    margin-right: 98px !important;
  }
  .my-xl-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mx-xl-98 {
    margin-left: 98px !important;
    margin-right: 98px !important;
  }
  .p-xl-98 {
    padding: 98px !important;
  }
  .pt-xl-98 {
    padding-top: 98px !important;
  }
  .pb-xl-98 {
    padding-bottom: 98px !important;
  }
  .pl-xl-98 {
    padding-left: 98px !important;
  }
  .pr-xl-98 {
    padding-right: 98px !important;
  }
  .py-xl-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .px-xl-98 {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }
}
.m-98 {
  margin: 98px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.p-98 {
  padding: 98px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pl-98 {
  padding-left: 98px !important;
}

.pr-98 {
  padding-right: 98px !important;
}

.py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

@media (max-width: 576px) {
  .m-sm-99 {
    margin: 99px !important;
  }
  .mt-sm-99 {
    margin-top: 99px !important;
  }
  .mb-sm-99 {
    margin-bottom: 99px !important;
  }
  .ml-sm-99 {
    margin-left: 99px !important;
  }
  .mr-sm-99 {
    margin-right: 99px !important;
  }
  .my-sm-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mx-sm-99 {
    margin-left: 99px !important;
    margin-right: 99px !important;
  }
  .p-sm-99 {
    padding: 99px !important;
  }
  .pt-sm-99 {
    padding-top: 99px !important;
  }
  .pb-sm-99 {
    padding-bottom: 99px !important;
  }
  .pl-sm-99 {
    padding-left: 99px !important;
  }
  .pr-sm-99 {
    padding-right: 99px !important;
  }
  .py-sm-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .px-sm-99 {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }
}
@media (max-width: 768px) {
  .m-md-99 {
    margin: 99px !important;
  }
  .mt-md-99 {
    margin-top: 99px !important;
  }
  .mb-md-99 {
    margin-bottom: 99px !important;
  }
  .ml-md-99 {
    margin-left: 99px !important;
  }
  .mr-md-99 {
    margin-right: 99px !important;
  }
  .my-md-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mx-md-99 {
    margin-left: 99px !important;
    margin-right: 99px !important;
  }
  .p-md-99 {
    padding: 99px !important;
  }
  .pt-md-99 {
    padding-top: 99px !important;
  }
  .pb-md-99 {
    padding-bottom: 99px !important;
  }
  .pl-md-99 {
    padding-left: 99px !important;
  }
  .pr-md-99 {
    padding-right: 99px !important;
  }
  .py-md-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .px-md-99 {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-99 {
    margin: 99px !important;
  }
  .mt-lg-99 {
    margin-top: 99px !important;
  }
  .mb-lg-99 {
    margin-bottom: 99px !important;
  }
  .ml-lg-99 {
    margin-left: 99px !important;
  }
  .mr-lg-99 {
    margin-right: 99px !important;
  }
  .my-lg-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mx-lg-99 {
    margin-left: 99px !important;
    margin-right: 99px !important;
  }
  .p-lg-99 {
    padding: 99px !important;
  }
  .pt-lg-99 {
    padding-top: 99px !important;
  }
  .pb-lg-99 {
    padding-bottom: 99px !important;
  }
  .pl-lg-99 {
    padding-left: 99px !important;
  }
  .pr-lg-99 {
    padding-right: 99px !important;
  }
  .py-lg-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .px-lg-99 {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-99 {
    margin: 99px !important;
  }
  .mt-xl-99 {
    margin-top: 99px !important;
  }
  .mb-xl-99 {
    margin-bottom: 99px !important;
  }
  .ml-xl-99 {
    margin-left: 99px !important;
  }
  .mr-xl-99 {
    margin-right: 99px !important;
  }
  .my-xl-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mx-xl-99 {
    margin-left: 99px !important;
    margin-right: 99px !important;
  }
  .p-xl-99 {
    padding: 99px !important;
  }
  .pt-xl-99 {
    padding-top: 99px !important;
  }
  .pb-xl-99 {
    padding-bottom: 99px !important;
  }
  .pl-xl-99 {
    padding-left: 99px !important;
  }
  .pr-xl-99 {
    padding-right: 99px !important;
  }
  .py-xl-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .px-xl-99 {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }
}
.m-99 {
  margin: 99px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.ml-99 {
  margin-left: 99px !important;
}

.mr-99 {
  margin-right: 99px !important;
}

.my-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

.mx-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

.p-99 {
  padding: 99px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.pl-99 {
  padding-left: 99px !important;
}

.pr-99 {
  padding-right: 99px !important;
}

.py-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}

.px-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

@media (max-width: 576px) {
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 1200px) {
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

.tableContainer {
  width: 100%;
}
.tableContainer::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
}
.tableContainer::-webkit-scrollbar-track {
  background: var(--gray-0);
}
.tableContainer::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
.tableContainer::-webkit-scrollbar-corner {
  background: var(--gray-0);
}
.tableContainer table {
  width: 100%;
  border-collapse: collapse;
}
.tableContainer table thead tr th {
  text-align: left;
  font-size: var(--font-size-14);
  font-family: var(--font-bold);
  text-transform: uppercase;
  color: var(--gray-50);
  border-bottom: 1px solid;
  border-color: var(--gray-10);
  padding: 0.5rem;
  vertical-align: top;
}
.tableContainer table thead tr th.sticky-th {
  position: sticky;
  top: 0;
  z-index: 5;
}
.tableContainer table thead tr th.sticky-th.sticky-col {
  z-index: 6;
}
.tableContainer table thead tr th.va-middle {
  vertical-align: middle;
}
.tableContainer table tbody tr {
  position: relative;
}
.tableContainer table tbody tr:hover {
  z-index: 3;
}
.tableContainer table tbody tr:first-child td {
  border-top: 0px;
}
.tableContainer table tbody tr td {
  vertical-align: top;
  padding: 0.5rem;
  text-align: left;
  font-size: var(--font-size-15);
  line-height: 21px;
  color: var(--black);
  border-top: 1px solid;
  border-color: var(--gray-15);
}
.tableContainer table tbody tr td.va-middle {
  vertical-align: middle;
}
.tableContainer table.radio-table thead tr th {
  background: var(--primary);
  color: var(--white);
  text-transform: none;
  padding: 0.8rem 0.5rem;
}
.tableContainer table.radio-table thead tr th:first-child {
  border-radius: var(--rounded-left);
}
.tableContainer table.radio-table thead tr th:last-child {
  border-radius: var(--rounded-right);
}
.tableContainer table.radio-table tbody tr td {
  border-bottom: 0px;
  padding: 0.8rem 0.5rem;
}
.tableContainer table.table-list tbody tr td {
  padding: 0.5rem;
  border-bottom: 0px;
}
.tableContainer table.table-list tbody tr td .icon {
  font-size: var(--font-size-22);
}
.tableContainer .tableActions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tableContainer .tableActions a {
  font-size: var(--font-size-22);
}
.tableContainer .sticky-col {
  position: sticky !important;
  z-index: 4;
  left: 0;
}

.wow.wow-fade {
  opacity: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-up {
  opacity: 0;
  transform: translatey(2rem);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-down {
  opacity: 0;
  transform: translatey(-2rem);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-left {
  opacity: 0;
  transform: translatex(-2rem);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-right {
  opacity: 0;
  transform: translatex(2rem);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-active.wow-fade {
  opacity: 1;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-active.wow-up {
  opacity: 1;
  transform: translatey(0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-active.wow-down {
  opacity: 1;
  transform: translatey(0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-active.wow-left {
  opacity: 1;
  transform: translatex(0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-active.wow-right {
  opacity: 1;
  transform: translatex(0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.wow.wow-time-1 {
  transition-delay: calc(0.2s) !important;
}
.wow.wow-time-2 {
  transition-delay: calc(0.4s) !important;
}
.wow.wow-time-3 {
  transition-delay: calc(0.6s) !important;
}
.wow.wow-time-4 {
  transition-delay: calc(0.8s) !important;
}
.wow.wow-time-5 {
  transition-delay: calc(1s) !important;
}
.wow.wow-time-6 {
  transition-delay: calc(1.2s) !important;
}
.wow.wow-time-7 {
  transition-delay: calc(1.4s) !important;
}
.wow.wow-time-8 {
  transition-delay: calc(1.6s) !important;
}
.wow.wow-time-9 {
  transition-delay: calc(1.8s) !important;
}
.wow.wow-time-10 {
  transition-delay: calc(2s) !important;
}
.wow.wow-time-11 {
  transition-delay: calc(2.2s) !important;
}
.wow.wow-time-12 {
  transition-delay: calc(2.4s) !important;
}

.move {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}

.z-index-16 {
  z-index: 16;
}

.z-index-17 {
  z-index: 17;
}

.z-index-18 {
  z-index: 18;
}

.z-index-19 {
  z-index: 19;
}

.z-index-20 {
  z-index: 20;
}

.z-index-21 {
  z-index: 21;
}

.z-index-22 {
  z-index: 22;
}

.z-index-23 {
  z-index: 23;
}

.z-index-24 {
  z-index: 24;
}

.z-index-25 {
  z-index: 25;
}

.z-index-26 {
  z-index: 26;
}

.z-index-27 {
  z-index: 27;
}

.z-index-28 {
  z-index: 28;
}

.z-index-29 {
  z-index: 29;
}

.z-index-30 {
  z-index: 30;
}

.z-index-31 {
  z-index: 31;
}

.z-index-32 {
  z-index: 32;
}

.z-index-33 {
  z-index: 33;
}

.z-index-34 {
  z-index: 34;
}

.z-index-35 {
  z-index: 35;
}

.z-index-36 {
  z-index: 36;
}

.z-index-37 {
  z-index: 37;
}

.z-index-38 {
  z-index: 38;
}

.z-index-39 {
  z-index: 39;
}

.z-index-40 {
  z-index: 40;
}

.z-index-41 {
  z-index: 41;
}

.z-index-42 {
  z-index: 42;
}

.z-index-43 {
  z-index: 43;
}

.z-index-44 {
  z-index: 44;
}

.z-index-45 {
  z-index: 45;
}

.z-index-46 {
  z-index: 46;
}

.z-index-47 {
  z-index: 47;
}

.z-index-48 {
  z-index: 48;
}

.z-index-49 {
  z-index: 49;
}

.z-index-50 {
  z-index: 50;
}

.z-index-51 {
  z-index: 51;
}

.z-index-52 {
  z-index: 52;
}

.z-index-53 {
  z-index: 53;
}

.z-index-54 {
  z-index: 54;
}

.z-index-55 {
  z-index: 55;
}

.z-index-56 {
  z-index: 56;
}

.z-index-57 {
  z-index: 57;
}

.z-index-58 {
  z-index: 58;
}

.z-index-59 {
  z-index: 59;
}

.z-index-60 {
  z-index: 60;
}

.z-index-61 {
  z-index: 61;
}

.z-index-62 {
  z-index: 62;
}

.z-index-63 {
  z-index: 63;
}

.z-index-64 {
  z-index: 64;
}

.z-index-65 {
  z-index: 65;
}

.z-index-66 {
  z-index: 66;
}

.z-index-67 {
  z-index: 67;
}

.z-index-68 {
  z-index: 68;
}

.z-index-69 {
  z-index: 69;
}

.z-index-70 {
  z-index: 70;
}

.z-index-71 {
  z-index: 71;
}

.z-index-72 {
  z-index: 72;
}

.z-index-73 {
  z-index: 73;
}

.z-index-74 {
  z-index: 74;
}

.z-index-75 {
  z-index: 75;
}

.z-index-76 {
  z-index: 76;
}

.z-index-77 {
  z-index: 77;
}

.z-index-78 {
  z-index: 78;
}

.z-index-79 {
  z-index: 79;
}

.z-index-80 {
  z-index: 80;
}

.z-index-81 {
  z-index: 81;
}

.z-index-82 {
  z-index: 82;
}

.z-index-83 {
  z-index: 83;
}

.z-index-84 {
  z-index: 84;
}

.z-index-85 {
  z-index: 85;
}

.z-index-86 {
  z-index: 86;
}

.z-index-87 {
  z-index: 87;
}

.z-index-88 {
  z-index: 88;
}

.z-index-89 {
  z-index: 89;
}

.z-index-90 {
  z-index: 90;
}

.z-index-91 {
  z-index: 91;
}

.z-index-92 {
  z-index: 92;
}

.z-index-93 {
  z-index: 93;
}

.z-index-94 {
  z-index: 94;
}

.z-index-95 {
  z-index: 95;
}

.z-index-96 {
  z-index: 96;
}

.z-index-97 {
  z-index: 97;
}

.z-index-98 {
  z-index: 98;
}

.z-index-99 {
  z-index: 99;
}

.z-index-100 {
  z-index: 100;
}

.accordion__item.is-active .accordion__item--content {
  display: block;
}
.accordion__item:hover .accordion__item--title h4 {
  color: var(--secondary);
}
.accordion__item--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--gray-50);
}
.accordion__item--title h4 {
  margin: 0px;
  color: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.accordion__item--title .fa-chevron-down {
  margin-left: 2rem;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.accordion__item.is-active .accordion__item--title .fa-chevron-down {
  transform: rotate(180deg);
}
.accordion__item--content {
  display: none;
}
.accordion__item--content p {
  margin: 1rem 0;
}
.accordion__item--content-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.accordion__item--content-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.anchorLink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  position: fixed;
  top: inherit;
  bottom: 3rem;
  left: 50%;
  margin: 0 0 0 -50px;
  width: 100px;
  z-index: 1;
}
.anchorLink.hide {
  opacity: 0;
  pointer-events: none;
}
.anchorLink__image {
  width: 100px;
}
.anchorLink__image path {
  fill: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.anchorLink:hover .anchorLink__image path {
  fill: var(--primary);
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}
@media (min-width: 992px) {
  .anchorLink {
    position: sticky;
    margin: 100px auto;
    top: 300px;
    bottom: inherit;
    width: 200px;
    background: transparent;
    padding: 0px;
    box-shadow: none;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .anchorLink__image {
    width: 200px;
  }
}
.artisticSheet {
  display: flex;
  flex-flow: row wrap;
}
.artisticSheet__item {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.artisticSheet__item strong {
  margin-right: 0.3rem;
}

@media (min-width: 992px) {
  .artisticSheet__item {
    width: 50%;
  }
}
.aurora {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.aurora.blue {
  background: var(--primary);
}
.aurora.blue .aurora-one,
.aurora.blue .aurora-two,
.aurora.blue .aurora-three {
  background-color: var(--secondary);
}
.aurora .aurora-one,
.aurora .aurora-two,
.aurora .aurora-three {
  position: absolute;
  filter: blur(60px);
  opacity: 0.4;
  border-radius: 100%;
}
.aurora .aurora-one {
  width: 600px;
  height: 600px;
  left: -50px;
  top: -300px;
  z-index: 1;
  animation: fly 12s linear infinite;
  transform: rotate(0) translate(80px) rotate(0);
  background-color: var(--gray-30);
}
.aurora .aurora-two {
  width: 500px;
  height: 800px;
  bottom: -30px;
  left: -80px;
  animation: fly 16s linear infinite;
  background-color: var(--gray-30);
}
.aurora .aurora-three {
  width: 450px;
  height: 450px;
  bottom: -100px;
  right: -80px;
  animation: fly 14s linear infinite;
  transform: rotate(0) translate(100px) rotate(0);
  background-color: var(--gray-30);
}
@keyframes fly {
  100% {
    transform: rotate(1turn) translate(70px) rotate(-1turn);
  }
}
@keyframes flyPlus {
  100% {
    transform: rotate(-1turn) translate(100px) rotate(1turn);
  }
}

.balanaClub {
  border-radius: var(--rounded-md);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  overflow: hidden;
}
.balanaClub .row .col {
  padding: 0px;
}
.balanaClub__photo {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.balanaClub__photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.balanaClub__photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.balanaClub__photo:after.x {
  transform: translate(0%, -50%);
}
.balanaClub__photo:after.y {
  transform: translate(-50%, 0%);
}
.balanaClub__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--primary);
  padding: 3rem;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.balanaClub__content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 46px 0 0;
  border-color: var(--primary) transparent transparent transparent;
  position: absolute;
  right: -45px;
  top: 3rem;
}

.banner {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background: var(--white);
  position: relative;
  z-index: 2;
}
.banner img:not(.banner-logo):not(.banner-logo-card) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.banner video,
.banner iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.banner:after.x {
  transform: translate(0%, -50%);
}
.banner:after.y {
  transform: translate(-50%, 0%);
}
.banner .banner-logo {
  height: 80px;
  max-width: 100%;
}
.banner__content {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  height: 100%;
}
.banner__content--name-title {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.banner__content--name-title-play {
  color: var(--white);
  font-size: var(--font-size-50);
  margin-right: 1rem;
}
.banner__content--name-title-play.theater {
  position: relative;
  padding: 1.3rem 0 0 1.4rem;
}
.banner__content--name-title-play.theater svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
}
.banner__content--name-title-play.theater svg path {
  fill: var(--primary);
}
.banner__content--name-title-data {
  display: flex;
  flex-flow: column;
}
.banner__content--name-title-data ul {
  color: var(--white);
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.5rem;
}
.banner__content--name-title-data ul li {
  font-family: var(--font-bold);
  position: relative;
  line-height: 1.3;
  margin: 0.4rem;
}
.banner__content--name-title-data ul li:before {
  content: "|";
  margin-right: 1rem;
}
.banner__content--name-title-data ul li:first-child:before {
  display: none;
}
.banner__content--name-title-data ul li span {
  font-size: var(--font-size-12);
  font-family: var(--font-regular);
}
.banner__content--name-actor {
  color: var(--white);
  margin: 0px;
}
.banner__content--name-theater {
  color: var(--white);
  font-size: var(--font-size-20);
  font-family: var(--font-bold);
  position: relative;
  padding: 0.4rem 0.7rem;
}
.banner__content--name-theater svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
}
.banner__content--name-theater svg path {
  fill: var(--primary);
}

.banner-logo-card {
  height: 40px;
}

@media (min-width: 768px) {
  .banner__content--name-title-play {
    font-size: var(--font-size-80);
  }
  .banner__content--name-title-play.theater {
    padding: 2.2rem 0 0 1.8rem;
  }
  .banner__content--name-title-play.theater svg {
    width: 80px;
    top: 6px;
  }
  .banner__content--name-title-data {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .banner__content--name-title-data ul {
    flex-flow: column;
    margin-bottom: 1.5rem;
  }
  .banner__content--name-title-data ul li {
    margin: 0px;
  }
  .banner__content--name-title-data ul li:before {
    display: none;
  }
}
.Bicon {
  margin-left: 0.5rem;
  width: 18px;
}

.purple .Bicon path {
  fill: var(--purple);
}

.orange .Bicon path {
  fill: var(--orange);
}

.green .Bicon path {
  fill: var(--green);
}

.regular .Bicon path {
  fill: var(--primary);
}

.box {
  display: flex;
  flex-flow: row wrap;
  flex-flow: column;
  position: relative;
  height: 480px;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--rounded-md);
}
.box .sandwitch {
  margin-top: -1rem;
}
.box.is-active {
  border: 3px solid var(--secondary);
}
.box:hover {
  text-decoration: none;
}
.box:hover .box__image img {
  transform: scale(1.1);
}
.box .info {
  display: block;
  width: 32px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.box__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 50%;
  width: 100%;
}
.box__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.box__image:after.x {
  transform: translate(0%, -50%);
}
.box__image:after.y {
  transform: translate(-50%, 0%);
}
.box__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.box__header {
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.box__header--data {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
}
.box__header--data-place {
  color: var(--white);
  font-size: var(--font-size-20);
  font-family: var(--font-bold);
  position: relative;
  padding: 0.1rem;
}
.box__header--data-place img {
  height: 30px;
}
.box__header--data-time {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
}
.box__header--data .discount {
  text-align: center;
  margin-top: 0.5rem;
}
.box__header--data .discount strong {
  text-decoration: line-through;
}
.box__body {
  position: relative;
  z-index: 1;
}
.box__body:hover {
  text-decoration: none;
}
.box__body--label {
  color: var(--white);
  text-transform: uppercase;
  font-size: var(--font-size-14);
  letter-spacing: 1px;
}
.box__body--title {
  font-size: var(--font-size-34);
  font-family: var(--font-title-bold);
  margin-bottom: -0.5rem;
}
.box__body--people {
  display: -webkit-box;
  margin-top: 0px;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box__body--flex {
  display: flex;
  align-items: center;
}
.box__body .play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: var(--font-size-26);
}
.box__body .play:hover {
  background: var(--secondary);
  text-decoration: none;
}
.box__footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50%;
  padding: 1rem;
  margin-left: auto;
}

.viewDataSheet {
  position: relative;
  z-index: 1;
}

.closeX {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  color: var(--white);
  font-size: var(--font-size-30);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.closeX:hover {
  background: var(--gray-30);
}
.closeX i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.closeX i.x {
  transform: translate(0%, -50%);
}
.closeX i.y {
  transform: translate(-50%, 0%);
}

.cta__content {
  text-align: center;
}
@media (min-width: 992px) {
  .cta__content {
    text-align: center;
  }
}
.customLabel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background: var(--primary);
  font-size: var(--font-size-14);
  font-family: var(--font-bold);
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 1rem 0 1rem;
  text-transform: uppercase;
  text-align: center;
}
.customLabel.reverse {
  color: var(--primary);
  background: var(--white);
}
.customLabel.small-size {
  line-height: 26px;
  font-size: var(--font-size-10);
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 0.3rem 0.9rem;
  line-height: 13px;
  text-align: left;
}

@media (min-width: 992px) {
  .customLabel.small-size {
    margin-bottom: 3px;
  }
}
.dataSelector {
  position: relative;
  z-index: 2;
  background: var(--gray-70);
  padding: 0px;
}
.dataSelector h4 {
  color: var(--white);
}
.dataSelector__days {
  padding-left: 40px;
}
.dataSelector__days ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.dataSelector__days ul li {
  margin: 0.3rem;
}

.monthSlider {
  padding-left: 40px;
  width: 180px;
  margin: inherit;
}
.monthSlider .swiper-wrapper .swiper-slide {
  font-family: var(--font-regular);
  font-size: var(--font-size-14);
  color: var(--white);
  background: var(--gray-70);
}

.daysSlider {
  overflow: visible;
}
.daysSlider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: var(--gray-70);
}
.daysSlider .daysSlider-next, .daysSlider .daysSlider-prev {
  background: var(--gray-70);
  border-radius: 50%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  margin: 0;
  width: 27px;
  height: 27px;
}
.daysSlider .daysSlider-next:hover, .daysSlider .daysSlider-prev:hover {
  background: var(--primary);
}
.daysSlider .daysSlider-next:after, .daysSlider .daysSlider-prev:after {
  font-size: var(--font-size-14);
  font-weight: 800;
  color: var(--white);
}
.daysSlider .daysSlider-next {
  right: inherit;
  left: -27px;
  top: 0;
}
.daysSlider .daysSlider-prev {
  left: -27px;
  top: 27px;
}
.daysSlider__item {
  height: 65px;
  margin: 0.2rem;
}
.daysSlider__item.is-active {
  cursor: default;
}
.daysSlider__item.is-active .daysSlider__item--title {
  color: var(--white);
}
.daysSlider__item.is-active:hover {
  z-index: 1;
}
.daysSlider__item.is-active:hover .daysSlider__item--title {
  color: var(--primary);
}
.daysSlider__item.is-active:hover .daysSlider__item--content {
  opacity: 1;
  pointer-events: all;
}
.daysSlider__item--title {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0.3rem;
  width: 30px;
  height: 50px;
  color: var(--gray-30);
}
.daysSlider__item--title-name {
  text-transform: uppercase;
  font-size: var(--font-size-14);
}
.daysSlider__item--title-number {
  font-size: var(--font-size-18);
  font-family: var(--font-bold);
}
.daysSlider__item--title-month {
  font-family: var(--font-regular);
  font-size: var(--font-size-14);
  color: var(--white);
  align-self: baseline;
}
.daysSlider__item--title-empty {
  padding-top: 20px;
}
.daysSlider__item--content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 340px;
  overflow: hidden;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  background: var(--gray-0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-radius: var(--rounded-md);
}
.daysSlider__item--content-title {
  color: var(--gray-50);
  border-bottom: 1px solid var(--gray-50);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-black);
  padding: 0.4rem;
}
.daysSlider__item--content .tableContainer {
  padding: 0.4rem;
}

@media (min-width: 992px) {
  .dataSelector {
    padding: 4rem;
  }
  .daysSlider .swiper-wrapper .swiper-slide {
    justify-content: space-between;
  }
  .daysSlider__item {
    height: auto;
    margin: 0px;
    position: relative;
    padding-bottom: 1rem;
  }
  .daysSlider__item:nth-child(1) .daysSlider__item--content, .daysSlider__item:nth-child(2) .daysSlider__item--content, .daysSlider__item:nth-child(3) .daysSlider__item--content, .daysSlider__item:nth-child(4) .daysSlider__item--content, .daysSlider__item:nth-child(5) .daysSlider__item--content {
    left: 0;
    transform: none;
  }
  .daysSlider__item:nth-child(27) .daysSlider__item--content, .daysSlider__item:nth-child(28) .daysSlider__item--content, .daysSlider__item:nth-child(29) .daysSlider__item--content, .daysSlider__item:nth-child(30) .daysSlider__item--content, .daysSlider__item:nth-child(31) .daysSlider__item--content {
    left: inherit;
    right: 0;
    transform: none;
  }
  .daysSlider__item--content {
    bottom: 66px;
  }
}
.dataSheet {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 50px);
  background: var(--white);
  z-index: 3;
  overflow: hidden;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.dataSheet .closeX {
  left: auto;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.dataSheet.init {
  height: calc(100vh - 50px);
}
.dataSheet.fixed {
  height: calc(100vh - 50px);
}
.dataSheet.is-active {
  right: 0;
}
.dataSheet.hide {
  right: -100%;
}
.dataSheet__header {
  display: flex;
  width: 100%;
  height: 30%;
  position: relative;
  overflow: hidden;
}
.dataSheet__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.dataSheet__header:after.x {
  transform: translate(0%, -50%);
}
.dataSheet__header:after.y {
  transform: translate(-50%, 0%);
}
.dataSheet__header--content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.dataSheet__header--content-place {
  color: var(--white);
  font-size: var(--font-size-20);
  font-family: var(--font-bold);
  position: relative;
  padding: 0.1rem 0.7rem;
}
.dataSheet__header--content-place svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
}
.dataSheet__header--content-place svg path {
  fill: var(--primary);
}
.dataSheet__header--content-time {
  color: var(--white);
  font-family: var(--font-bold);
  font-size: var(--font-size-14);
}
.dataSheet__header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.dataSheet__content {
  padding: 2rem;
  height: 70%;
  overflow: auto;
}
.dataSheet__content::-webkit-scrollbar {
  display: block;
  width: 14px;
}
.dataSheet__content::-webkit-scrollbar-track {
  background: var(--gray-50);
}
.dataSheet__content::-webkit-scrollbar-thumb {
  background: var(--gray-30);
  border-radius: 10px;
  border: 4px solid var(--gray-50);
}
.dataSheet__content::-webkit-scrollbar-corner {
  background: var(--gray-50);
}
.dataSheet__content--label {
  color: var(--gray-50);
  text-transform: uppercase;
  font-size: var(--font-size-14);
  letter-spacing: 1px;
}
.dataSheet__content--title {
  color: var(--gray-50);
  font-size: var(--font-size-35);
  font-family: var(--font-bold);
}
.dataSheet__content--item {
  color: var(--primary);
}
.dataSheet__content p {
  color: var(--gray-50);
  font-size: var(--font-size-14);
}

.dataGrid {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

@media (min-width: 992px) {
  .dataSheet {
    bottom: 1rem;
    right: -400px;
    width: 400px;
    height: calc(100vh - 136px);
    border-radius: var(--rounded-md) 0 0 var(--rounded-md);
  }
  .dataSheet.init {
    height: calc(100vh - 32px);
  }
  .dataSheet.fixed {
    height: calc(100vh - 136px);
  }
  .dataSheet.hide {
    right: -400px;
  }
  .dataGrid.is-active {
    padding-right: calc(400px + 1.5rem);
  }
}
.daterangepicker .drp-buttons .btn {
  border: 1px solid var(--primary);
  background: transparent;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--primary) !important;
}

.daterangepicker td:hover:before {
  display: none;
}

.discount-box {
  background: var(--primary);
  color: var(--white);
  padding: 1rem;
  border-radius: var(--rounded-md);
}
.discount-box p,
.discount-box h4 {
  margin: 0px;
}

.dotty {
  height: 4px;
  width: 100%;
  background: var(--primary);
}
.dotty.light {
  background: var(--body);
}
.dotty.gray {
  background: var(--gray-10);
}

.faces {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.faces.x {
  transform: translate(0%, -50%);
}
.faces.y {
  transform: translate(-50%, 0%);
}
.faces path {
  fill: var(--white);
  opacity: 0.5;
}

.filters {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.filters input#filters-search {
  width: calc(100% - 1rem);
}
.filters.is-active .filters__item a {
  display: inline-block;
}
.filters__item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.filters__item a {
  display: none;
}
.filters__item a:nth-child(-n+4) {
  display: inline-block;
}
.filters__item a, .filters__item select, .filters__item input {
  margin: 0.5rem;
}
.filters__item.actions {
  min-width: 100%;
}
.filters__item .form-group {
  width: 100%;
}
.filters .viewMore {
  margin: 8px 0 16px 8px;
  display: block;
}

@media (min-width: 576px) {
  .filters__item a {
    display: inline-block;
  }
  .filters__item .form-group {
    width: 100%;
  }
  .filters .viewMore {
    display: none;
  }
}
@media (min-width: 992px) {
  .filters {
    flex-flow: row;
  }
  .filters input#filters-search {
    width: 100%;
  }
  .filters__item {
    flex-flow: row wrap;
    width: inherit;
    margin: 0.5rem 0;
  }
  .filters__item.actions {
    min-width: 500px;
  }
}
.footer {
  background: var(--gray-70);
}
.footer__content .footer-flex {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer__content__topNav {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.footer__content__topNav nav {
  margin: 0 0 2rem 0;
}
.footer__content__topNav nav:last-child {
  margin-right: 0px;
}
.footer__content__topNav nav ul li {
  text-align: center;
  color: var(--gray-0);
  font-size: var(--font-size-14);
  text-transform: uppercase;
}
.footer__content__topNav nav ul li a {
  color: var(--white);
  text-transform: none;
  font-size: var(--font-size-16);
}
.footer__content__bottomNav {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.footer__content__bottomNav__legal {
  margin: 0.3rem 0;
  color: var(--white);
}
.footer__content__bottomNav__legal a {
  color: var(--white);
}
.footer__content__bottomNav__legal ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer__content__bottomNav__legal ul li {
  text-align: center;
  margin: 0.3rem 0;
  color: var(--gray-0);
}
.footer__content__bottomNav__legal ul li a {
  color: var(--white);
}
.footer__content__bottomNav__legal ul li:first-child {
  order: 4;
}
.footer__content__bottomNav__legal ul li:last-child {
  margin-right: 0px;
}
.footer__content__bottomNav__social {
  margin: 0.3rem 0;
}
.footer__content__bottomNav__social ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.footer__content__bottomNav__social ul li {
  margin-right: 0.5rem;
  text-align: center;
  color: var(--gray-0);
}
.footer__content__bottomNav__social ul li:first-child {
  margin-right: 0px;
  margin-bottom: 0.5rem;
  width: 100%;
}
.footer__content__bottomNav__social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: var(--font-size-16);
  border-radius: 50%;
  color: var(--gray-70);
  background: var(--gray-0);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  position: relative;
}
.footer__content__bottomNav__social ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__content__bottomNav__social ul li a i.x {
  transform: translate(0%, -50%);
}
.footer__content__bottomNav__social ul li a i.y {
  transform: translate(-50%, 0%);
}
.footer__content__bottomNav__social ul li a:hover {
  background: var(--primary);
}
.footer__content__bottomNav__social ul li a:hover i {
  color: var(--white);
}
.footer__content__logos {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer__content__logos img {
  display: block;
  max-height: 32px;
  margin: 0.5rem 0;
}

@media (min-width: 992px) {
  .footer__content .footer-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
  }
  .footer__content__topNav {
    flex-flow: row wrap;
    width: auto;
    align-items: baseline;
  }
  .footer__content__topNav nav {
    margin: 0 6rem 0 0;
  }
  .footer__content__topNav nav ul li {
    text-align: left;
  }
  .footer__content__bottomNav {
    flex-flow: row wrap;
  }
  .footer__content__bottomNav__legal ul {
    flex-flow: row wrap;
    align-items: center;
  }
  .footer__content__bottomNav__legal ul li {
    margin: 0 1.5rem 0 0;
  }
  .footer__content__bottomNav__legal ul li:first-child {
    order: inherit;
  }
  .footer__content__bottomNav__social {
    margin: 0.3rem 0;
  }
  .footer__content__bottomNav__social ul {
    flex-flow: row wrap;
    align-items: center;
  }
  .footer__content__bottomNav__social ul li {
    margin-right: 0.5rem;
  }
  .footer__content__bottomNav__social ul li:first-child {
    width: auto;
    margin-right: 1.5rem;
    margin-bottom: 0px;
  }
  .footer__content__bottomNav__social ul li:last-child {
    margin-right: 0px;
  }
  .footer__content__logos {
    flex-flow: row wrap;
    justify-content: baseline;
  }
  .footer__content__logos img {
    margin: 0.5rem 3rem 0.5rem 0;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.grid.close {
  grid-template-columns: repeat(1, 1fr);
}
.grid-section__home {
  overflow: hidden;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.close {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.close {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-section__home {
    overflow: visible;
  }
}
@media (min-width: 1315px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.close {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gridSlider {
  width: 100%;
  padding: 0 25px;
}

.gridSlider-nav {
  position: relative;
  display: flex;
}
.gridSlider-nav .gridSlider-next, .gridSlider-nav .gridSlider-prev {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--gray-0);
  color: var(--gray-50);
  left: inherit;
  top: inherit;
  right: inherit;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  z-index: 0;
  margin: 0px;
}
.gridSlider-nav .gridSlider-next:hover, .gridSlider-nav .gridSlider-prev:hover {
  background: var(--gray-50);
  color: var(--white);
}
.gridSlider-nav .gridSlider-next:after, .gridSlider-nav .gridSlider-prev:after {
  display: none;
}

.hamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  background: var(--primary);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  line-height: 1em;
}
.hamburger span:after, .hamburger span:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: var(--primary);
  position: absolute;
  z-index: -1;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.hamburger span:before {
  top: -9px;
}
.hamburger span:after {
  top: 9px;
}
.hamburger:hover span:before {
  top: -10px;
}
.hamburger:hover span:after {
  top: 10px;
}
.hamburger.is-active span {
  background: none !important;
}
.hamburger.is-active span:before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.hamburger.is-active span:after {
  top: 0 !important;
  transform: rotate(45deg);
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  right: -100%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  z-index: 4;
  max-height: 100vh;
  overflow: auto;
}
.header.is-active {
  right: 0;
}
.header__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 80px;
  background: var(--gray-50);
}
.header__content--brand {
  display: none;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.header__content--nav {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.header__content--nav:first-child {
  order: 1;
}
.header__content--nav.extra {
  padding: 2rem 0 0 1rem;
  border-top: 1px solid var(--gray-10);
}
.header__content--nav.extra h1 {
  display: flex;
  align-items: end;
  color: var(--white);
  font-size: var(--font-size-20);
}
.header__content--nav-up {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
  padding: 1rem;
  width: 100%;
  background: var(--gray-70);
}
.header__content--nav-down {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.header__content--nav .top-menu {
  margin: 0.3rem 0;
}
.header__content--nav .top-menu ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.header__content--nav .top-menu ul li {
  margin: 0.4rem 0;
  text-align: center;
}
.header__content--nav .top-menu ul li a {
  font-size: var(--font-size-14);
  color: var(--white);
}
.header__content--nav .top-menu ul li a:hover {
  color: var(--primary);
}
.header__content--nav .top-menu ul li:first-child {
  margin-left: 0px;
}
.header__content--nav .lang-menu {
  margin: 0.5rem 0;
}
.header__content--nav .lang-menu ul {
  display: flex;
}
.header__content--nav .lang-menu ul li {
  margin-left: 0.3rem;
  position: relative;
}
.header__content--nav .lang-menu ul li a {
  font-size: var(--font-size-14);
  text-transform: uppercase;
  color: var(--white);
}
.header__content--nav .lang-menu ul li a:hover {
  color: var(--primary);
}
.header__content--nav .lang-menu ul li a.is-active {
  font-family: var(--font-bold);
}
.header__content--nav .lang-menu ul li:before {
  content: "/";
  color: var(--white);
  margin-right: 0.3rem;
}
.header__content--nav .lang-menu ul li:first-child:before {
  display: none;
}
.header__content--nav .ppal-menu {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.header__content--nav .ppal-menu ul {
  display: flex;
  flex-flow: column;
}
.header__content--nav .ppal-menu ul li:first-child {
  margin-left: 0px;
}
.header__content--nav .ppal-menu ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  position: relative;
  color: var(--white);
  font-size: var(--font-size-16);
}
.header__content--nav .ppal-menu ul li a:after {
  content: "";
  display: block;
  height: 4px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: var(--primary);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.header__content--nav .ppal-menu ul li a:hover, .header__content--nav .ppal-menu ul li a.is-active {
  text-decoration: none;
}
.header__content--nav .ppal-menu ul li a:hover:after, .header__content--nav .ppal-menu ul li a.is-active:after {
  width: 100%;
}

.responsive__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
  padding: 0 1rem;
  z-index: 4;
  width: 100%;
  height: 50px;
  background: var(--gray-0);
}
.responsive__header .responsive__header--brand {
  display: flex;
  margin: 1rem;
  height: 38px;
  width: 90px;
}
.responsive__header .responsive__header--brand .logo {
  height: 38px;
  width: 90px;
}
.responsive__header .buyTickets {
  display: block;
  z-index: 3;
}

.ticket {
  fill: var(--white);
  height: 20px;
}

.responsiveFlex {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.responsiveFlex .button {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .header {
    right: 0;
    overflow: visible;
  }
  .header.hide-header {
    transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    transform: translateY(-105px);
  }
  .header.hide-header .header__content--brand {
    margin: 0.4rem 1rem;
    height: 38px;
    width: 90px;
  }
  .header.hide-header .header__content--brand .logo {
    height: 38px;
    width: 90px;
  }
  .header.collapsed {
    position: sticky;
    background: var(--gray-50);
  }
  .header.collapsed .header__content--brand {
    margin: 0.4rem 1rem;
    height: 38px;
    width: 90px;
  }
  .header.collapsed .header__content--brand .logo {
    height: 38px;
    width: 90px;
  }
  .header.fixed {
    transform: translateY(0%);
    background: var(--gray-50);
  }
  .header.fixed .header__content--brand {
    margin: 0.4rem 1rem;
    height: 38px;
    width: 90px;
  }
  .header.fixed .header__content--brand .logo {
    height: 38px;
    width: 90px;
  }
  .header__content {
    padding-top: 0;
    height: auto;
    justify-content: inherit;
    background: transparent;
  }
  .header__content--brand {
    display: flex;
    align-items: center;
    margin: 1rem;
    height: 53px;
    width: 140px;
  }
  .header__content--brand .logo {
    height: 53px;
    width: 140px;
  }
  .header__content--nav {
    flex-flow: row;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .header__content--nav.extra {
    padding: 0 0 0 1rem;
  }
  .header__content--nav:first-child {
    order: inherit;
  }
  .header__content--nav .ppal-menu {
    width: auto;
    margin-bottom: 0;
  }
  .header__content--nav .ppal-menu ul {
    flex-flow: row;
    padding: 0 1rem;
  }
  .header__content--nav .ppal-menu ul li {
    margin: 0 1rem;
  }
  .header__content--nav .lang-menu {
    margin: 0.3rem 3rem 0.3rem 0.3rem;
  }
  .header__content--nav .top-menu ul {
    flex-flow: row;
  }
  .header__content--nav .top-menu ul li {
    margin: 0 0 0 2rem;
  }
  .header__content--nav-up {
    height: 44px;
    flex-flow: row wrap;
    padding: 0 1rem;
    background: var(--gray-70);
  }
  .header__content--nav-down {
    flex-flow: row;
    align-items: center;
    width: auto;
  }
  .responsiveFlex {
    flex-flow: row;
    width: auto;
  }
  .responsiveFlex .button {
    margin-left: 2rem;
  }
}
.valentin {
  text-align: center;
  padding: 0.4rem 1rem;
  background: #e30007;
}
.valentin a {
  color: #ff8ab8;
}

.irregular-grid {
  display: grid;
  height: 400px;
}
.irregular-grid figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0.25rem;
}
.irregular-grid figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

@media (min-width: 992px) {
  .irregular-grid {
    min-height: 700px;
    margin: -1px 0 -1px -1px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .irregular-grid.grid-1 figure:nth-child(1) {
    grid-row: span 4;
    grid-column: span 7;
  }
  .irregular-grid.grid-2 figure:nth-child(1) {
    grid-row: span 4;
    grid-column: span 4;
  }
  .irregular-grid.grid-2 figure:nth-child(2) {
    grid-row: span 4;
    grid-column: span 3;
  }
  .irregular-grid.grid-3 figure:nth-child(1) {
    grid-row: span 2;
    grid-column: span 5;
  }
  .irregular-grid.grid-3 figure:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-3 figure:nth-child(3) {
    grid-row: span 2;
    grid-column: span 7;
  }
  .irregular-grid.grid-4 figure:nth-child(1) {
    grid-row: span 2;
    grid-column: span 5;
  }
  .irregular-grid.grid-4 figure:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-4 figure:nth-child(3) {
    grid-row: span 2;
    grid-column: span 3;
  }
  .irregular-grid.grid-4 figure:nth-child(4) {
    grid-row: span 2;
    grid-column: span 4;
  }
  .irregular-grid.grid-5 figure:nth-child(1) {
    grid-row: span 2;
    grid-column: span 5;
  }
  .irregular-grid.grid-5 figure:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-5 figure:nth-child(3) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-5 figure:nth-child(4) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-5 figure:nth-child(5) {
    grid-row: span 2;
    grid-column: span 3;
  }
  .irregular-grid.grid-6 figure:nth-child(1) {
    grid-row: span 2;
    grid-column: span 3;
  }
  .irregular-grid.grid-6 figure:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-6 figure:nth-child(3) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-6 figure:nth-child(4) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .irregular-grid.grid-6 figure:nth-child(5) {
    grid-row: span 2;
    grid-column: span 3;
  }
  .irregular-grid.grid-6 figure:nth-child(6) {
    grid-row: span 2;
    grid-column: span 2;
  }
}
.logo:hover .logo__symbol {
  fill: var(--white);
}
.logo:hover .logo__type {
  fill: var(--primary);
}
.logo:hover .logo__type2 {
  fill: var(--white);
}
.logo__symbol {
  fill: var(--primary);
}
.logo__type {
  fill: var(--white);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.logo__type2 {
  fill: var(--primary);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

.map {
  display: flex;
  flex-flow: column;
}
.map__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 400px;
  width: 100%;
  padding: 4rem;
  background: var(--gray-50);
  color: var(--white);
  position: relative;
  z-index: 1;
}
.map__content {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}
.map__content img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.map__content--point {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
.map__content--point:hover {
  z-index: 1;
}
.map__content--point:hover span {
  opacity: 1;
}
.map__content--point span {
  display: block;
  padding: 0.2rem 0.4rem;
  border-radius: var(--rounded-sm);
  background: var(--gray-50);
  color: var(--white);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin-bottom: 0.5rem;
  font-family: var(--font-bold);
  font-size: var(--font-size-14);
}
.map__content--point i {
  font-size: var(--font-size-40);
  color: var(--primary);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

@media (min-width: 992px) {
  .map {
    flex-flow: row;
  }
  .map__text {
    width: 35%;
    height: 500px;
  }
  .map__text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 46px 0 0;
    border-color: var(--gray-50) transparent transparent transparent;
    position: absolute;
    right: -45px;
    top: 3rem;
  }
  .map__content {
    width: 65%;
    height: 500px;
  }
}
.modal-fade {
  opacity: 0;
  z-index: -1;
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-fade.is-active {
  opacity: 1;
  z-index: 11;
}
.modal-fade.is-active .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-fade.is-active .modal.x {
  transform: translate(0%, -50%);
}
.modal-fade.is-active .modal.y {
  transform: translate(-50%, 0%);
}
.modal-fade .modal {
  position: relative;
  transform: translate(-50%, -100%);
  width: auto;
  width: 800px;
  max-width: 80%;
  z-index: 11;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  pointer-events: all;
}
.modal-fade .modal.small-size, .modal-fade .modal.big-size, .modal-fade .modal.mega-size {
  width: 80%;
}
.modal-fade .modal__content {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  max-height: 80vh;
  overflow: auto;
  background: var(--white);
  border-radius: var(--rounded-md);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.modal-fade .modal__content--header {
  display: flex;
  padding: 1rem 1rem 0 1rem;
  width: 100%;
  position: relative;
}
.modal-fade .modal__content--header .CloseModal {
  margin-left: auto;
  cursor: pointer;
  font-size: var(--font-size-30);
  font-family: var(--font-bold);
  z-index: 2;
  color: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.modal-fade .modal__content--header .CloseModal:hover {
  color: var(--primary);
}
.modal-fade .modal__content--header:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary) -alpha;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-fade .modal__content--header:after.x {
  transform: translate(0%, -50%);
}
.modal-fade .modal__content--header:after.y {
  transform: translate(-50%, 0%);
}
.modal-fade .modal__content--header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.modal-fade .modal__content--header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  width: 100%;
  z-index: 2;
}
.modal-fade .modal__content--header-text.x {
  transform: translate(0%, -50%);
}
.modal-fade .modal__content--header-text.y {
  transform: translate(-50%, 0%);
}
.modal-fade .modal__content--header-text h2 {
  margin: 0px;
  font-size: var(--font-size-36);
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}
.modal-fade .modal__content--header-text h3 {
  margin: 0px;
  font-size: var(--font-size-24);
  font-family: var(--font-regular);
  text-align: center;
  color: var(--white);
}
.modal-fade .modal__content--body {
  padding: 0 1rem 1rem 1rem;
}
.modal-fade .modal__content--body .item {
  position: relative;
  height: 410px;
  border-radius: var(--rounded-md);
  overflow: hidden;
}
.modal-fade .modal__content--body .item img, .modal-fade .modal__content--body .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.modal-fade .modal__content::-webkit-scrollbar {
  display: block;
  width: 10px;
}
.modal-fade .modal__content::-webkit-scrollbar-track {
  background: var(--gray-50);
}
.modal-fade .modal__content::-webkit-scrollbar-thumb {
  background: var(--gray-10);
  border-radius: 10px;
}
.modal-fade .modal__content::-webkit-scrollbar-corner {
  background: var(--gray-50);
}

.wpcf7-response-output {
  color: var(--primary);
}

#modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-alpha);
  opacity: 0;
  z-index: -1;
}
#modal-backdrop.is-active {
  opacity: 1;
  z-index: 10;
}

@media (min-width: 768px) {
  .modal-fade .modal.small-size {
    width: 600px;
  }
  .modal-fade .modal.big-size {
    width: 900px;
  }
  .modal-fade .modal.mega-size {
    width: 1140px;
  }
  .modal-fade .modal__content .gradimage img {
    max-width: 450px;
  }
  .modal-fade .modal__content--header {
    padding: 2rem 2rem 0 2rem;
  }
  .modal-fade .modal__content--body {
    padding: 0 2rem 2rem 2rem;
  }
}
.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination li:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.pagination li span {
  font-size: var(--font-size-14);
  color: var(--black);
  padding: 0.2rem 0;
  line-height: normal;
  margin-right: 2rem;
}
.pagination li a {
  display: block;
  padding: 0.2rem 0;
  font-size: var(--font-size-14);
  color: var(--black);
  line-height: normal;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  margin-right: 1rem;
}
.pagination li a:hover {
  color: var(--primary);
}
.pagination li a.disabled {
  color: var(--gray-10);
  pointer-events: none;
}
.pagination li a.number {
  border-radius: var(--rounded);
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
}
.pagination li a.number:hover {
  background: var(--gray-15);
}
.pagination li a.number.is-active {
  background: var(--primary);
  color: var(--white);
}
.pagination li:last-child a {
  margin-right: 0;
  margin-left: 0.5rem;
}

@media (min-width: 1024px) {
  .pagination {
    flex-flow: row;
    justify-content: flex-end;
  }
  .pagination li:first-child {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
.periodLine {
  position: relative;
  padding-left: 2rem;
  background: var(--gray-50);
  color: var(--white);
}
.periodLine:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 1rem;
}
.periodLine__item .wow.wow-active .periodLine__item--dateline {
  width: 40%;
}
.periodLine__item--line {
  width: 2px;
  height: 100%;
  background: var(--primary);
  margin: 0 auto;
  position: relative;
}
.periodLine__item--dateline {
  width: 0%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  left: inherit;
  right: 50%;
  top: 12px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.periodLine__item--dateline:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.periodLine__item--dateline:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--gray-50);
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.periodLine__item--title {
  position: relative;
  padding-left: 2rem;
}
.periodLine__item--title:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gray-0);
  position: absolute;
  left: -16px;
  top: 8px;
}
.periodLine__item--image {
  margin: 0 0 4rem 0;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: var(--rounded-md);
}
.periodLine__item--image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.periodLine__item--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.periodLine__item--image:after.x {
  transform: translate(0%, -50%);
}
.periodLine__item--image:after.y {
  transform: translate(-50%, 0%);
}

@media (min-width: 992px) {
  .periodLine:after {
    display: none;
  }
  .periodLine__item .col {
    padding: 0px;
  }
  .periodLine__item:nth-child(odd) .row {
    text-align: right;
  }
  .periodLine__item:nth-child(odd) .periodLine__item--dateline:before {
    left: 0;
  }
  .periodLine__item:nth-child(odd) .periodLine__item--dateline:after {
    left: 3px;
  }
  .periodLine__item:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  .periodLine__item:nth-child(even) .periodLine__item--dateline {
    left: 50%;
  }
  .periodLine__item:nth-child(even) .periodLine__item--dateline:before {
    right: 0;
  }
  .periodLine__item:nth-child(even) .periodLine__item--dateline:after {
    right: 3px;
  }
  .periodLine__item--title {
    padding-left: 0px;
  }
  .periodLine__item--title:before {
    display: none;
  }
  .periodLine__item--text {
    margin-bottom: 4rem;
  }
}
.podcast-banner .soundwave {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  block-size: 3.75rem;
}
.podcast-banner .soundwave .dot {
  inline-size: 0.75rem;
  block-size: 0.75rem;
  border-radius: 0.375rem;
  background: var(--primary);
  animation: y-grow 2s infinite ease-in-out;
}
.podcast-banner .soundwave .dot:nth-child(1) {
  animation-delay: 0ms;
}
.podcast-banner .soundwave .dot:nth-child(2) {
  animation-delay: 200ms;
}
.podcast-banner .soundwave .dot:nth-child(3) {
  animation-delay: 400ms;
}
.podcast-banner .soundwave .dot:nth-child(4) {
  animation-delay: 600ms;
}
.podcast-banner .soundwave .dot:nth-child(5) {
  animation-delay: 800ms;
}
@keyframes y-grow {
  25% {
    block-size: 3.75rem;
    background-color: lch(47.72% 83.22 38.13);
  }
  50% {
    block-size: 0.75rem;
    background-color: lch(28.17% 82.59 300.98);
  }
}
.podcast-banner__image {
  position: relative;
}
.podcast-banner__image picture {
  display: flex;
  height: 500px;
  background: var(--primary);
  border-radius: var(--rounded-md);
  overflow: hidden;
  position: relative;
}
.podcast-banner__image picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  filter: grayscale(1);
  mix-blend-mode: hard-light;
}
.podcast-banner__image .controls {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  padding: 0.5rem;
  border-radius: var(--rounded-md);
  width: 80%;
  color: var(--gray-70);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.podcast-banner__image .controls:hover {
  text-decoration: none;
}
.podcast-banner__image .controls:hover .controls__items .play {
  background: #da291c;
}
.podcast-banner__image .controls__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.podcast-banner__image .controls__items .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 60px;
  height: 60px;
  background: var(--gray-70);
  border-radius: 50%;
  font-size: var(--font-size-30);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.podcast-banner__image .controls .time {
  width: 100%;
  height: 4px;
  background: var(--gray-10);
  border-radius: 4px;
  position: relative;
}
.podcast-banner__image .controls .time::before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  border-radius: 4px 0 0 4px;
  background: var(--primary);
  position: absolute;
  left: 0;
}
.podcast-banner__image .controls .time::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--secondary);
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: dense;
  gap: 4rem 2rem;
}
.podcast-grid__item {
  background: var(--white);
  border-radius: var(--rounded-md);
  border: 2px solid var(--gray-50);
}
.podcast-grid__item .button:hover {
  text-decoration: none;
}
.podcast-grid__item .button:hover.spotify {
  background: #1dd05e;
}
.podcast-grid__item .button:hover.youtube {
  background: #da291c;
}
.podcast-grid__item .play {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 60px;
  height: 60px;
  background: var(--gray-70);
  border-radius: 50%;
  font-size: var(--font-size-30);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.podcast-grid__item .play.x {
  transform: translate(0%, -50%);
}
.podcast-grid__item .play.y {
  transform: translate(-50%, 0%);
}
.podcast-grid__item:hover {
  text-decoration: none;
}
.podcast-grid__item:hover .play {
  background: #da291c;
}
.podcast-grid__item .sandwitch {
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
}
.podcast-grid__item .sandwitch__leftline, .podcast-grid__item .sandwitch__rightline {
  background: transparent;
}
.podcast-grid__item .sandwitch__arrow {
  background: var(--primary);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.podcast-grid__item .sandwitch__arrow::after, .podcast-grid__item .sandwitch__arrow::before {
  background: var(--gray-50);
}
.podcast-grid__item .sandwitch__arrow::after {
  height: 29px;
}
.podcast-grid__item .sandwitch__arrow::before {
  left: 17px;
  top: -10px;
}
.podcast-grid__item h3 {
  margin: 0px;
  font-size: var(--font-size-24);
  color: var(--gray-70);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.podcast-grid__item p {
  margin: 0px;
  font-size: var(--font-size-14);
  color: var(--gray-30);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.podcast-grid__item picture {
  background: var(--primary);
  display: flex;
  align-items: end;
  border-radius: 6px 6px 0 0;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.podcast-grid__item picture img {
  filter: grayscale(1);
  mix-blend-mode: hard-light;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

@media (min-width: 992px) {
  .podcast-grid__item .play {
    width: 40px;
    height: 40px;
    font-size: var(--font-size-20);
  }
}
.ppalSlider {
  min-height: 500px;
}
.ppalSlider__background {
  min-width: 888px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ppalSlider__background.x {
  transform: translate(0%, -50%);
}
.ppalSlider__background.y {
  transform: translate(-50%, 0%);
}
.ppalSlider__background iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.ppalSlider__background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  opacity: 1;
}
.ppalSlider__item {
  width: 100%;
  position: relative;
}
.ppalSlider__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.ppalSlider__item:after.x {
  transform: translate(0%, -50%);
}
.ppalSlider__item:after.y {
  transform: translate(-50%, 0%);
}
.ppalSlider__item:last-child .triptych__item--content:after {
  display: none;
}
.ppalSlider__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  opacity: 1;
}
.ppalSlider__item:is(:hover, .is-active) img {
  opacity: 1;
}
.ppalSlider__item:is(:hover, .is-active) .triptych__item--content-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 2rem 1rem;
  height: 70%;
}
.ppalSlider__item:is(:hover, .is-active) .triptych__item--content-text a {
  display: block;
}
.ppalSlider__item:is(:hover, .is-active) .triptych__item--content-hide {
  height: auto;
  opacity: 1;
}
.ppalSlider__item--content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 500px;
  z-index: 2;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.ppalSlider__item--content:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: var(--body);
  position: absolute;
  top: 0;
  right: 0;
}
.ppalSlider__item--content-title {
  width: 100%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  margin: 0px;
  color: var(--gray-0);
  font-size: var(--font-size-24);
  text-align: center;
}
.ppalSlider__item--content-hide {
  text-align: center;
  color: var(--gray-0);
}

.salientSlider {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}
.salientSlider .salientBoxSlider {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 90%;
  height: 300px;
  background: var(--body);
  z-index: 1;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin-top: -3rem;
  border-radius: var(--rounded-md);
}
.salientSlider .salientBoxSlider__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}
.salientSlider .salientBoxSlider__content h2 {
  font-size: var(--font-size-40);
}
.salientSlider .salientBoxSlider__content--place {
  color: var(--gray-70);
  font-family: var(--font-bold);
  font-size: var(--font-size-20);
  position: relative;
  padding: 0.1rem 0.7rem;
}
.salientSlider .salientBoxSlider__content--place svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
}
.salientSlider .salientBoxSlider__content--place svg path {
  fill: var(--primary);
}
.salientSlider .salientBoxSlider__content--date {
  color: var(--gray-30);
}
.salientSlider .salientBoxSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
  border: 1px solid var(--gray-50);
}
.salientSlider .salientBoxSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gray-50);
}
.salientSlider .salientBoxSlider .swiper-pagination-vertical.swiper-pagination-bullets, .salientSlider .salientBoxSlider .swiper-vertical > .swiper-pagination-bullets {
  right: 14px;
}
.salientSlider .salientBoxSlider .salientBoxSlider-next, .salientSlider .salientBoxSlider .salientBoxSlider-prev {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--gray-50);
  color: var(--gray-0);
  text-align: center;
  margin-top: 0px;
  font-size: var(--font-size-20);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.salientSlider .salientBoxSlider .salientBoxSlider-next.swiper-button-disabled, .salientSlider .salientBoxSlider .salientBoxSlider-prev.swiper-button-disabled {
  opacity: 0;
}
.salientSlider .salientBoxSlider .salientBoxSlider-next:hover, .salientSlider .salientBoxSlider .salientBoxSlider-prev:hover {
  background: var(--primary);
}
.salientSlider .salientBoxSlider .salientBoxSlider-next:after, .salientSlider .salientBoxSlider .salientBoxSlider-prev:after {
  display: none;
}
.salientSlider .salientBoxSlider .salientBoxSlider-next {
  right: inherit;
  left: 0;
}
.salientSlider .salientBoxSlider .salientBoxSlider-prev {
  left: 0;
  top: calc(50% - 61px);
}
.salientSlider .salientImageSlider {
  width: 100%;
}
.salientSlider .salientImageSlider__image {
  overflow: hidden;
  height: 400px;
  position: relative;
}
.salientSlider .salientImageSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  -o-object-position: top;
     object-position: top;
}
.salientSlider .salientImageSlider__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.salientSlider .salientImageSlider__image:after.x {
  transform: translate(0%, -50%);
}
.salientSlider .salientImageSlider__image:after.y {
  transform: translate(-50%, 0%);
}

@media (min-width: 992px) {
  .salientSlider {
    flex-flow: row;
    padding: 4rem 0;
  }
  .salientSlider .salientBoxSlider {
    position: absolute;
    height: 400px;
    margin-top: 0px;
    transform: translateX(100px);
    width: -moz-min-content;
    width: min-content;
  }
  .salientSlider .salientBoxSlider__content {
    padding: 3rem 5rem 3rem 8rem;
  }
  .salientSlider .salientBoxSlider .salientBoxSlider-next, .salientSlider .salientBoxSlider .salientBoxSlider-prev {
    display: flex;
  }
  .salientSlider .salientImageSlider .swiper-slide {
    transform: translateX(300px);
  }
  .salientSlider .salientImageSlider__image {
    height: 600px;
  }
}
.sandwitch {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.sandwitch__leftline {
  height: 2px;
  background: var(--gray-0);
  width: 80%;
}
.sandwitch__rightline {
  height: 2px;
  background: var(--gray-0);
  width: calc(20% - 39px);
  margin-left: -1px;
}
.sandwitch__arrow {
  height: 30px;
  width: 40px;
  position: relative;
}
.sandwitch__arrow:after, .sandwitch__arrow:before {
  content: "";
  display: block;
  width: 2px;
  background: var(--gray-0);
  position: absolute;
}
.sandwitch__arrow:after {
  height: 30px;
  top: 0;
}
.sandwitch__arrow:before {
  height: 48px;
  transform: rotate(-53deg);
  left: 19px;
  top: -9px;
}
.sandwitch.dark .sandwitch__leftline, .sandwitch.dark .sandwitch__rightline,
.sandwitch.dark .sandwitch__arrow::after,
.sandwitch.dark .sandwitch__arrow::before {
  background: var(--gray-50);
}
.sandwitch--solid .sandwitch__arrow {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.sandwitch--solid .sandwitch__arrow::after, .sandwitch--solid .sandwitch__arrow::before {
  display: none;
}

.shareBox {
  display: block;
  width: 146px;
  background: var(--primary);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-radius: 0 0 0 20px;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 2rem;
  right: -140px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  z-index: 3;
}
.shareBox:hover {
  right: -130px;
}
.shareBox.is-active {
  right: 0;
}
.shareBox.is-active .shareBox__lavel path.shareBox__lavel--arrow.left {
  opacity: 0;
}
.shareBox.is-active .shareBox__lavel path.shareBox__lavel--arrow.right {
  opacity: 1;
}
.shareBox.hide {
  right: -176px;
}
.shareBox__title {
  text-align: center;
  font-size: var(--font-size-14);
  margin: 0px;
  color: var(--gray-0);
}
.shareBox__nav ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.shareBox__nav ul li {
  margin-bottom: 0.5rem;
}
.shareBox__nav ul li:last-child {
  margin-bottom: 0;
}
.shareBox__nav ul li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: var(--font-size-16);
  border-radius: 50%;
  color: var(--gray-0);
  background: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  position: relative;
}
.shareBox__nav ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shareBox__nav ul li a i.x {
  transform: translate(0%, -50%);
}
.shareBox__nav ul li a i.y {
  transform: translate(-50%, 0%);
}
.shareBox__nav ul li a:hover {
  background: var(--primary);
}
.shareBox__lavel {
  width: 30px;
  position: absolute;
  left: -29px;
  top: 0;
}
.shareBox__lavel path.shareBox__lavel--bg {
  fill: var(--primary);
}
.shareBox__lavel path.shareBox__lavel--arrow {
  fill: var(--gray-0);
}
.shareBox__lavel path.shareBox__lavel--arrow.left {
  opacity: 1;
}
.shareBox__lavel path.shareBox__lavel--arrow.right {
  opacity: 0;
}
.shareBox__lavel:hover {
  cursor: pointer;
}

.showsSlider {
  width: 100%;
  padding: 0 25px;
  overflow: visible;
}

.showsSlider-nav {
  position: relative;
  display: flex;
}
.showsSlider-nav .showsSlider-next, .showsSlider-nav .showsSlider-prev {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--primary);
  color: var(--white);
  left: inherit;
  top: inherit;
  right: inherit;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  z-index: 0;
  margin: 0px;
}
.showsSlider-nav .showsSlider-next:hover, .showsSlider-nav .showsSlider-prev:hover {
  background: var(--secondary);
}
.showsSlider-nav .showsSlider-next:after, .showsSlider-nav .showsSlider-prev:after {
  display: none;
}

.ticketTypes__item {
  margin-bottom: 2rem;
}
.ticketTypes__item:last-child {
  margin-bottom: 0px;
}

.regular-gallery {
  border-radius: var(--rounded-md);
  overflow: hidden;
}
.regular-gallery .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
}
.regular-gallery .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.regular-gallery .swiper-wrapper .swiper-slide picture img, .regular-gallery .swiper-wrapper .swiper-slide picture iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.regular-gallery .gallery-next,
.regular-gallery .gallery-prev {
  display: flex;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--white);
  top: auto;
  bottom: 2.5rem;
  margin-top: 0px;
  color: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.regular-gallery .gallery-next:hover,
.regular-gallery .gallery-prev:hover {
  background: var(--secondary);
}
.regular-gallery .gallery-next:after,
.regular-gallery .gallery-prev:after {
  display: none;
}
.regular-gallery .gallery-next {
  right: 2rem;
}
.regular-gallery .gallery-prev {
  left: auto;
  right: 5rem;
}

.single-content-opinions__item p {
  font-style: italic;
}
.single-content-opinions__item--name {
  color: var(--secondary);
  font-size: var(--font-bold);
}
.single-content-opinions .swiper-wrapper .swiper-slide {
  padding-left: 4rem;
}
.single-content-opinions .swiper-wrapper .swiper-slide:before {
  content: "“";
  font-size: var(--font-size-100);
  color: var(--gray-50);
  position: absolute;
  top: -12px;
  left: 0;
}
.single-content-opinions .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}
.single-content-opinions .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
  border: 1px solid var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.single-content-opinions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gray-50);
}
.single-content-opinions .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.ticketTypes__item {
  margin-bottom: 2rem;
}
.ticketTypes__item:last-child {
  margin-bottom: 0px;
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid;
  border-color: var(--gray-30);
  border-right-color: var(--secondary);
  margin: 0 auto;
  animation: spinner 1s infinite linear;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}
.sticky-tabs {
  display: flex;
  align-items: center;
  background: var(--gray-30);
  background-repeat: repeat;
  background-size: 2px 2px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  height: 60px;
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 2;
}
.sticky-tabs.fixed {
  top: 50px;
}
.sticky-tabs.is-active .sticky-tabs__name {
  max-width: 300px;
}
.sticky-tabs__name {
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 0px;
  padding-right: 0px;
  border-right: 0px;
  overflow: hidden;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.sticky-tabs__name span {
  display: block;
  font-family: var(--font-bold);
  color: var(--white);
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sticky-tabs__name img {
  height: 60%;
}
.sticky-tabs__nav {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.sticky-tabs__nav li {
  margin-left: 2rem;
}
.sticky-tabs__nav li:first-child {
  margin-left: 0px;
}
.sticky-tabs__nav li a {
  display: flex;
  flex-flow: column;
  position: relative;
  line-height: normal;
  white-space: nowrap;
}
.sticky-tabs__nav li a:hover, .sticky-tabs__nav li a.is-active {
  color: var(--gray-0);
}
.sticky-tabs__nav li a span {
  font-family: var(--font-bold);
  color: var(--gray-0);
}

@media (min-width: 992px) {
  .sticky-tabs {
    top: 0px;
  }
  .sticky-tabs.is-active .sticky-tabs__name {
    padding-right: 2rem;
    border-right: 1px solid var(--gray-10);
  }
  .sticky-tabs.is-active .sticky-tabs__nav {
    margin-left: auto;
    justify-content: inherit;
    width: auto;
    max-width: calc(100% - 110px);
  }
  .sticky-tabs.fixed {
    top: 60px;
  }
  .sticky-tabs__nab {
    justify-content: center;
  }
}
.symbolContent {
  display: flex;
  align-items: flex-start;
}
.symbolContent svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
.symbolContent svg path {
  fill: var(--gray-30);
}
.symbolContent--light svg path {
  fill: var(--gray-10);
}

@media (min-width: 992px) {
  .symbolContent svg {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.theaters {
  height: 100vh;
  width: 100%;
  background: var(--gray-70);
  position: fixed;
  overflow: auto;
  top: -100vh;
  left: 0;
  z-index: 4;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  color: var(--white);
  text-align: center;
}
.theaters .container {
  padding-top: 7rem;
}
.theaters.is-active {
  top: 0;
}
.theaters .closeX {
  top: 4rem;
}
.theaters__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.theaters__grid a {
  display: flex;
  align-items: baseline;
  margin: 2rem;
  opacity: 0.3;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  font-family: var(--font-bold);
  font-size: var(--font-size-36);
  color: var(--white);
  position: relative;
  padding-left: 15px;
}
.theaters__grid a svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
}
.theaters__grid a svg path {
  fill: var(--primary);
}
.theaters__grid a:hover {
  opacity: 1;
  filter: grayscale(0%);
  text-decoration: none;
}

.theater-gallery {
  border-radius: var(--rounded-md);
  overflow: hidden;
}
.theater-gallery .swiper-wrapper .swiper-slide {
  position: relative;
  height: 350px;
}
.theater-gallery .swiper-wrapper .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.theater-gallery .swiper-wrapper .swiper-slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.theater-gallery .theater-next, .theater-gallery .theater-prev {
  display: flex;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--gray-0);
  top: auto;
  bottom: 0.5rem;
  margin-top: 0px;
  color: var(--gray-50);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.theater-gallery .theater-next:hover, .theater-gallery .theater-prev:hover {
  background: var(--secondary);
  color: var(--white);
}
.theater-gallery .theater-next:after, .theater-gallery .theater-prev:after {
  display: none;
}
.theater-gallery .theater-next {
  right: 0.5rem;
}
.theater-gallery .theater-prev {
  left: auto;
  right: 58px;
}

.theater-gallery-mini .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100px;
}
.theater-gallery-mini .swiper-wrapper .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: var(--rounded-md);
  overflow: hidden;
  filter: grayscale(100%);
  opacity: 0.4;
}
.theater-gallery-mini .swiper-wrapper .swiper-slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.theater-gallery-mini .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture {
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 992px) {
  .theater-gallery .swiper-wrapper .swiper-slide {
    height: 450px;
  }
}
.ticketsBox {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.ticketsBox__content {
  display: flex;
  flex-flow: column;
}
.ticketsBox__content--item {
  padding: 0.4rem;
  border-bottom: 1px solid var(--gray-10);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.ticketsBox__content--item-flex {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.ticketsBox__content--item:hover {
  background: var(--slate);
}
.ticketsBox__content--item:last-child {
  border-bottom: 0px;
}
.ticketsBox__content--item-date {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: var(--rounded-sm);
  background: var(--slate);
  margin-right: 1.5rem;
}
.ticketsBox__content--item-date-month {
  font-family: var(--font-bold);
  text-transform: uppercase;
  font-size: var(--font-size-11);
}
.ticketsBox__content--item-date-number {
  font-family: var(--font-bold);
  font-size: var(--font-size-18);
}
.ticketsBox__content--item-date-day {
  font-size: var(--font-size-11);
}
.ticketsBox__content--item-info {
  max-width: 150px;
}
.ticketsBox__content--item-info-hour {
  font-family: var(--font-bold);
  font-size: var(--font-size-14);
}
.ticketsBox__content--item-info-place {
  color: var(--gray-40);
}
.ticketsBox__content--item-action {
  margin-left: auto;
}
.ticketsBox__content--item-sold-out {
  color: var(--cancelled);
  text-align: right;
  font-style: italic;
}

.triptych {
  display: flex;
  flex-flow: row;
  height: calc(75vh - 10px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.triptych:after {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.triptych:after.x {
  transform: translate(0%, -50%);
}
.triptych:after.y {
  transform: translate(-50%, 0%);
}
.triptych__background {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triptych__background.x {
  transform: translate(0%, -50%);
}
.triptych__background.y {
  transform: translate(-50%, 0%);
}
.triptych__background iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triptych__background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  opacity: 1;
}
.triptych__item {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.triptych__item:last-child .triptych__item--content:after {
  display: none;
}
.triptych__item img,
.triptych__item iframe {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  opacity: 0;
}
.triptych__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.triptych__item iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triptych__item:is(:hover, .is-active) img,
.triptych__item:is(:hover, .is-active) iframe {
  opacity: 1;
}
.triptych__item:is(:hover, .is-active) .triptych__item--content-hide {
  height: auto;
  opacity: 1;
}
.triptych__item--content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.triptych__item--content:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: var(--gray-0);
  position: absolute;
  top: 0;
  right: 0;
}
.triptych__item--content-title {
  width: 100%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: var(--font-size-32);
  line-height: 1.4;
}
.triptych__item--content-text {
  width: -moz-fit-content;
  width: fit-content;
}
.triptych__item--content-hide {
  color: var(--gray-0);
  z-index: 1;
  height: 0px;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}

.user {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.user.is-active .user__content {
  opacity: 1;
  pointer-events: all;
  margin-top: 1rem;
}
.user.is-active .user__name i {
  transform: rotate(-180deg);
}
.user__name {
  color: var(--white);
  cursor: pointer;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  font-size: var(--font-size-14);
}
.user__name:hover {
  color: var(--primary);
}
.user__name i {
  display: none;
  margin-left: 0.5rem;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.user__content {
  opacity: 1;
  margin-top: 1rem;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  padding: 1rem;
  background: var(--gray-30);
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.user__content nav ul li {
  margin: 0.2rem 0;
}
.user__content nav ul li a {
  font-size: var(--font-size-14);
  white-space: nowrap;
  color: var(--white);
}

@media (min-width: 992px) {
  .user {
    width: auto;
    margin-left: 3rem;
  }
  .user.is-active .user__content {
    opacity: 1;
    pointer-events: all;
    margin-top: 1rem;
  }
  .user.is-active .user__name i {
    transform: rotate(-180deg);
  }
  .user__name i {
    display: inline-block;
  }
  .user__content {
    opacity: 0;
    pointer-events: none;
    padding: 1rem;
    margin-top: 0rem;
    border-radius: var(--rounded-sm);
    position: absolute;
    right: 0px;
  }
  .user__content nav ul li {
    margin: 0.2rem 0;
  }
  .user__content nav ul li a {
    font-size: var(--font-size-14);
    white-space: nowrap;
  }
}
.video-modal__link {
  opacity: 1;
  pointer-events: all;
}
.video-modal__iframe {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  opacity: 0;
  pointer-events: none;
}
.video-modal__iframe iframe {
  width: 300px;
  height: 169px;
  border-radius: var(--rounded-md);
  border: 0px;
}
.video-modal__iframe__close {
  width: 44px;
  height: 44px !important;
  line-height: 44px !important;
  margin-left: 0.5rem;
}
.video-modal.is-active {
  position: absolute;
  width: 100vw;
  background: var(--black-alpha);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.video-modal.is-active .video-modal__link {
  opacity: 0;
  pointer-events: none;
}
.video-modal.is-active .video-modal__iframe {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 1200px) {
  .video-modal__iframe iframe {
    width: 640px;
    height: 360px;
  }
}
