@media (max-width: 480px) {
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom { 
    bottom: 15% !important; 
  }
  #hs-en-cookie-confirmation-buttons-area {
    display: grid;
    grid-template-areas: "link link"
                         "btn_1 btn_2";
  }

  #hs-eu-cookie-settings-button {
    grid-area: link;
    margin-bottom: 12px;
  }

  #hs-eu-confirmation-button {
    grid-area: btn_1;
  }

  #hs-eu-decline-button {
    grid-area: btn_2;
  }
}










































































* {
  --base: #000000;
  --primary: #FFCC00;
  --secondary: #6BBFF7;
  --danger: #FF695B;
  --warning: #FFBE4F;
  --success: #3DCC79;
  --gray: #EFEFEF;
  --lightgray: #dfdbd2;
  --light: #fafafa;
  --dark: #000000;
  --border_radius: 0;

  --primary100: #ffffc8;
  --primary200: #ffff96;
  --primary300: #ffff64;
  --primary400: #fffe32;
  --primary500: #FFCC00;
  --primary600: #cd9a00;
  --primary700: #9b6800;
  --primary800: #693600;
  --primary900: #370400;

  --secondary100: #ffffff;
  --secondary200: #ffffff;
  --secondary300: #cfffff;
  --secondary400: #9df1ff;
  --secondary500: #6BBFF7;
  --secondary600: #398dc5;
  --secondary700: #075b93;
  --secondary800: #002961;
  --secondary900: #00002f;

  --gray100: #ffffff;
  --gray200: #ffffff;
  --gray300: #ffffff;
  --gray400: #ffffff;
  --gray500: #EFEFEF;
  --gray600: #bdbdbd;
  --gray700: #8b8b8b;
  --gray800: #595959;
  --gray900: #272727;
  
  --dark100: #505050;
  --dark200: #3c3c3c;
  --dark300: #282828;
  --dark400: #141414;
  --dark500: #000000;
  --dark600: #000000;
  --dark700: #000000;
  --dark800: #000000;
  --dark900: #000000;
	
	
	--h1_color: ;
	--h2_color: ;
	--h3_color: ;
	--h4_color: ;
	--h5_color: ;
	--h6_color: ;
} 
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 solid #e2e8f0 /* 2; */;
}



/* Responsive Grid */
.bee-container {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1480px; /* Adds 40px for padding right + left */
}

.bee-container-xs {
	max-width: 670px;
}

.bee-container-xm {
	max-width: 930px;
}

.bee-container-s {
	max-width: 1152.0px;
}

.bee-container-m {
	max-width: 1440px;
}

.bee-container-l {
	max-width: 1728.0px;
}

.bee-container-xl {
	max-width: 2015.9999999999998px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}



/* Display */
.bee-display-none {
	display: none!important;
}
@media (min-width:768px) {
	.bee-desktop-display-none {
		display: none!important;
	}
}
@media (max-width:767px) {
	.bee-mb-display-none {
		display: none!important;
	}
}


/* Additional Layout using Flex */
.bee-grid {
	margin: -1rem;
}
.bee-grid .bee-grid-col {
	padding: 1rem;
}

@media (min-width:768px) {
	.bee-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bee-grid-1col .bee-grid-col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.bee-grid-2col .bee-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.bee-grid-3col .bee-grid-col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
	}
	.bee-grid-4col .bee-grid-col {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%;
	}
	.bee-grid-5col .bee-grid-col {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		width: 20%;
	}
	.bee-grid-6col .bee-grid-col {
		-ms-flex-preferred-size: 16.666%;
		flex-basis: 16.666%;
		width: 16.666%;
	}
}
@media (max-width:768px) and (max-width:991px) {
	.bee-grid-4col .bee-grid-col,
	.bee-grid-5col .bee-grid-col,
	.bee-grid-6col .bee-grid-col{
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
	}
}
@media (min-width:576px) and (max-width:767px) {
	.bee-grid-2col .bee-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.bee-grid-3col .bee-grid-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	
	
}

/* Grid */
@supports ((display: -ms-grid) or (display: grid)) {
  .bee-grid .bee-grid-col:not('.bee-filter-item') {
    width: auto;
    padding: 0;
  }
	.bee-grid {
		display: -ms-grid;
		display: grid;
		grid-row-gap: 2rem;
		grid-column-gap: 2rem;
		margin: 0;
	}
	.bee-grid.bee-gallery-filter {
		display: block!important;
		margin: -.75rem;
	}
	.bee-grid.bee-gallery-filter > div {
		padding: .75rem;
	}
	@media (min-width: 768px) {
		.bee-grid-1col {
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
		}
		.bee-grid-2col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .bee-grid-2col.bee-gallery-filter .bee-grid-col {
				width: 50%;
		  }
		.bee-grid-3col {
			-ms-grid-columns: (1fr)[3];
			grid-template-columns: repeat(3, 1fr);
		}
		  .bee-grid-3col.bee-gallery-filter .bee-grid-col {
				width: 33.33%;
		  }
		.bee-grid-4col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		.bee-grid-4col,
		.bee-grid-5col,
		.bee-grid-6col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .bee-grid-4col.bee-gallery-filter .bee-grid-col,
		  .bee-grid-5col.bee-gallery-filter .bee-grid-col,
		  .bee-grid-6col.bee-gallery-filter .bee-grid-col {
				width: 50%;
		  }
	}
	@media (min-width:992px) {
		.bee-grid-4col {
			-ms-grid-columns: (1fr)[4];
			grid-template-columns: repeat(4, 1fr);
		}
		  .bee-grid-4col.bee-gallery-filter .bee-grid-col {
				width: 25%;
		  }
		.bee-grid-5col {
			-ms-grid-columns: (1fr)[5];
			grid-template-columns: repeat(5, 1fr);
		}
			.bee-grid-5col.bee-gallery-filter .bee-grid-col {
				width: 20%;
			}
		.bee-grid-6col {
			-ms-grid-columns: (1fr)[6];
			grid-template-columns: repeat(6, 1fr);
		}
			.bee-grid-6col.bee-gallery-filter .bee-grid-col {
				width: 16.6%;
			}
	}
	@media (min-width:576px) and (max-width:767px) {
		.bee-grid-2col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .bee-grid-2col.bee-gallery-filter .bee-grid-col {
				width: 50%;
		  }
		.bee-grid-4col,
		.bee-grid-5col,
		.bee-grid-6col {
			-ms-grid-columns: (1fr)[2];
			grid-template-columns: repeat(2, 1fr);
		}
		  .bee-grid-4col.bee-gallery-filter .bee-grid-col,
		  .bee-grid-5col.bee-gallery-filter .bee-grid-col,
		  .bee-grid-6col.bee-gallery-filter .bee-grid-col {
				width: 50%;
		  }
	}
}



/* ----
 * Flex
 * ========== */
@media (min-width:768px) {
	.bee-flex > .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.bee-align-center > .row-fluid {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	max-width: 100%;
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: Inter;
  font-size: 1rem;
  color: #000000;
  line-height: 1.7;
}

p {
  margin-top: 0;
  margin-bottom: .75em;
}

p:last-child {
	margin-bottom: 0;
}

.bee-intro {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.bee-dropcap *:first-child::first-letter {
  font-size: 6rem;
	line-height: 1;
  padding-right: 1rem;
	float: left;
	font-weight: bold;
	color: #FFCC00;
}

/* Anchor Links */
a {
  color: #FFCC00;
  text-decoration: none;
  transition: all ease 200ms;
}

a:hover,
a:visited {
  color: #FFCC00;
}
a:focus,
a:active {
  color: #FFCC00;
}
a:visited,
a:visited * {
  color: #FFCC00;
}

a.bee-link-default:not(:hover) * {
  color: inherit;
	transition: 0.2s ease;
}
a.bee-link-default:not(:hover) h1 {
  color: #00161c;
}
a.bee-link-default:not(:hover) h2 {
  color: #00161c;
}
a.bee-link-default:not(:hover) h3 {
  color: #00161c;
}
a.bee-link-default:not(:hover) h4 {
  color: #00161c;
}
a.bee-link-default:not(:hover) h5 {
  color: #00161c;
}
a.bee-link-default:not(:hover) h6 {
  color: #000000;
}

a:hover * {
	color: inherit;
}
 
.bee-link {
	font-weight: bold;
	color: #FFCC00;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

/* Headings */
h1, .bee-h1,
h2, .bee-h2,
h3, .bee-h3,
h4, .bee-h4,
h5, .bee-h5,
h6, .bee-h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  word-break: break-word;
}

.widget-type-rich_text * + h1,
.widget-type-rich_text * + h2,
.widget-type-rich_text * + h3,
.widget-type-rich_text * + h4,
.widget-type-rich_text * + h5,
.widget-type-rich_text * + h6 {
  margin-top: 2.25rem;
}

h1, .bee-h1 {
  font-size: 4.6875rem;
  font-style: normal;
  font-weight: 900;
  font-family: Inter;
  color: #00161c;
	
	  text-decoration: none;
	
}

h2, .bee-h2 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  font-family: Inter;
  color: #00161c;
	
	  text-decoration: none;
	
}

h3, .bee-h3 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  font-family: Inter;
  color: #00161c;
	
	  text-decoration: none;
	
}

h4, .bee-h4 {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 600;
  font-family: Inter;
  color: #00161c;
	
	  text-decoration: none;
	
}

h5, .bee-h5 {
  font-size: 1.0rem;
  font-style: normal;
  font-weight: normal;
  font-family: Inter;
  color: #00161c;
	
	  text-decoration: none;
	
}

h6, .bee-h6 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  font-family: Inter;
  color: #000000;
	
	  text-decoration: none;
	
}

.text-base *:not(a),
.text-primary *:not(a),
.text-secondary *:not(a),
.text-warning *:not(a),
.text-danger *:not(a),
.text-success *:not(a),
.text-white *:not(a),
.text-dark *:not(a),
.text-gray *:not(a),
.text-lightgray *:not(a),
.text-light *:not(a) {
	color: inherit;
}

.text-white a:visited {
	color: inherit;
}

.bee-l {
	font-size: 3rem;
	line-height: 1;
}

.bee-xl {
	font-size: 4rem;
	line-height: 1;
}

.bee-xxl {
	font-size: 6rem;
	line-height: 1;
}

@media (max-width: 767px) {
  h1, .bee-h1 {
    font-size: 24px;
  }
  h2, .bee-h2 {
    font-size: 22px;
  }
  h3, .bee-h3 {
    font-size: 20px;
  }
  h4, .bee-h4 {
    font-size: 18px;
  }
  h5, .bee-h5 {
    font-size: 16px;
  }
	.bee-l {
	  font-size: 1.5rem;
	}
	.bee-xl {
	  font-size: 2rem;
	}
	.bee-xxl {
		font-size: 3rem;
	}
}

strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

.widget-type-rich_text ul,
.widget-type-rich_text ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
	list-style: none;
	padding: 0;
}

.widget-type-rich_text ul {
}

.widget-type-rich_text ol {
	counter-reset: item;
}

.widget-type-rich_text ul li,
.widget-type-rich_text ol li {
  line-height: 1.5rem;
	position: relative;
	padding-left: 1.5rem;
}

.widget-type-rich_text ul li:before {
	content: "";
	position: absolute;
	top: .45rem;
	left: 0;
	width: .75rem;
	height: .75rem;
	background: #6BBFF7;
	border-radius: 50%;
}

.widget-type-rich_text ol li {
	counter-increment: item;
}

.widget-type-rich_text ol li:before {
	content: counter(item);
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5rem;
	color: #6BBFF7;
	font-weight: bold;
}

.widget-type-rich_text ul li + li,
.widget-type-rich_text ol li + li {
	margin-top: .75rem;
}

.widget-type-rich_text ul ul,
.widget-type-rich_text ol ul,
.widget-type-rich_text ul ol,
.widget-type-rich_text ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

.bee-cap {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
	font-size: .75rem;
	opacity: .8;
}

.bee-dropcap:first-letter {
	font-size: 3.5rem;
	margin-right: .35rem;
	float: left;
	margin-top: 0;
	line-height: 1;
	font-weight: bold;
}

.text-default {
	color: inherit;
}

/* -------
 * Headline Styles 
 * ------------------- */

/* Headline 01 */
.bee-headline-01 strong {
	background: linear-gradient(transparent calc(100% - .4em),#FFCC00 .4em);
}
.bee-headline-01-primary strong {
	background: linear-gradient(transparent calc(100% - .4em),#FFCC00 .4em);
}
.bee-headline-01-secondary strong {
	background: linear-gradient(transparent calc(100% - .4em),#6BBFF7 .4em);
}
.bee-headline-01-base strong {
	background: linear-gradient(transparent calc(100% - .4em),#000000 .4em);
}
.bee-headline-01-danger strong {
	background: linear-gradient(transparent calc(100% - .4em),#FF695B .4em);
}
.bee-headline-01-warning strong {
	background: linear-gradient(transparent calc(100% - .4em),#FFBE4F .4em);
}
.bee-headline-01-success strong {
	background: linear-gradient(transparent calc(100% - .4em),#3DCC79 .4em);
}
.bee-headline-01-gray strong {
	background: linear-gradient(transparent calc(100% - .4em),#EFEFEF .4em);
}
.bee-headline-01-lightgray strong {
	background: linear-gradient(transparent calc(100% - .4em),#dfdbd2 .4em);
}
.bee-headline-01-light strong {
	background: linear-gradient(transparent calc(100% - .4em),#fafafa .4em);
}
.bee-headline-01-white strong {
	background: linear-gradient(transparent calc(100% - .4em), .4em);
}
.bee-headline-01-dark strong {
	background: linear-gradient(transparent calc(100% - .4em),#000000 .4em);
}

/* Headline 02 */
.bee-headline-02 {
	position: relative;
}
.bee-headline-02:before {
	content: "";
	width: 3rem;
	height: .25em;
	background: #FFCC00;
	position: absolute;
	top: .5em;
	right: calc(100% + .5rem);
}
.bee-headline-02-primary:before {
	background: #FFCC00;
}
.bee-headline-02-secondary:before {
	background: #6BBFF7;
}
.bee-headline-02-base:before {
	background: #000000;
}
.bee-headline-02-danger:before {
	background: #FF695B;
}
.bee-headline-02-success:before {
	background: #3DCC79;
}
.bee-headline-02-warning:before {
	background: #FFBE4F;
}
.bee-headline-02-gray:before {
	background: #EFEFEF;
}
.bee-headline-02-lightgray:before {
	background: #dfdbd2;
}
.bee-headline-02-light:before {
	background: #fafafa;
}
.bee-headline-02-white:before {
	background: ;
}
.bee-headline-02-dark:before {
	background: #000000;
}
.bee-headline-02.text-right:before {
	left: calc(100% + .5rem);
	right: auto;
}

/* Headline 03 */
.bee-headline-03 {
	position: relative;
	padding-bottom: 1rem;
}
.bee-headline-03:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 80px;
	height: 6px;
	background-color: #FFCC00;
	margin: 0;
}
.bee-headline-03-primary:after {
	background-color: #FFCC00;
}
.bee-headline-03-secondary:after {
	background-color: #6BBFF7;
}
.bee-headline-03-base:after {
	background-color: #000000;
}
.bee-headline-03-danger:after {
	background-color: #FF695B;
}
.bee-headline-03-warning:after {
	background-color: #FFBE4F;
}
.bee-headline-03-success:after {
	background-color: #3DCC79;
}
.bee-headline-03-gray:after {
	background-color: #EFEFEF;
}
.bee-headline-03-lightgray:after {
	background-color: #dfdbd2;
}
.bee-headline-03-light:after {
	background-color: #fafafa;
}
.bee-headline-03-white:after {
	background-color: ;
}
.bee-headline-03-dark:after {
	background-color: #000000;
}
.bee-headline-03.text-center:after {
  left: 0;
	right: 0;
	margin: auto;
}
.bee-headline-03.text-right:after {
  left: auto;
	right: 0;
	margin: 0;
}

/* Headline 04 */
.bee-headline-04 strong {
	background: linear-gradient(transparent calc(100% - .1em), #FFCC00 .4em);
}
.bee-headline-04-primary strong {
	background: linear-gradient(transparent calc(100% - .1em),#FFCC00 .4em);
}
.bee-headline-04-secondary strong {
	background: linear-gradient(transparent calc(100% - .1em),#6BBFF7 .4em);
}
.bee-headline-04-base strong {
	background: linear-gradient(transparent calc(100% - .1em),#000000 .4em);
}
.bee-headline-04-danger strong {
	background: linear-gradient(transparent calc(100% - .1em),#FF695B .4em);
}
.bee-headline-04-warning strong {
	background: linear-gradient(transparent calc(100% - .1em),#FFBE4F .4em);
}
.bee-headline-04-success strong {
	background: linear-gradient(transparent calc(100% - .1em),#3DCC79 .4em);
}
.bee-headline-04-gray strong {
	background: linear-gradient(transparent calc(100% - .1em),#EFEFEF .4em);
}
.bee-headline-04-lightgray strong {
	background: linear-gradient(transparent calc(100% - .1em),#dfdbd2 .4em);
}
.bee-headline-04-light strong {
	background: linear-gradient(transparent calc(100% - .1em),#fafafa .4em);
}
.bee-headline-04-white strong {
	background: linear-gradient(transparent calc(100% - .1em), .4em);
}
.bee-headline-04-dark strong {
	background: linear-gradient(transparent calc(100% - .1em),#000000 .4em);
}

/* Headline 05 */
.bee-headline-05 {
  padding-left: .75rem;
	border-left: .75rem solid #FFCC00;
}
.bee-headline-05.text-right {
  padding-right: .75rem;
	border-left: 0;
	padding-left: 0;
	border-right: .75rem solid #FFCC00;
}
.bee-headline-05-primary {
	border-color: #FFCC00;
}
.bee-headline-05-secondary {
	border-color: #6BBFF7;
}
.bee-headline-05-base: {
	border-color: #000000;
}
.bee-headline-05-danger {
	border-color: #FF695B;
}
.bee-headline-05-warning {
	border-color: #FFBE4F;
}
.bee-headline-05-success {
	border-color: #3DCC79;
}
.bee-headline-05-gray {
	border-color: #EFEFEF;
}
.bee-headline-05-lightgray {
	border-color: #dfdbd2;
}
.bee-headline-05-light {
	border-color: #fafafa;
}
.bee-headline-05-white {
	border-color: ;
}
.bee-headline-05-dark {
	border-color: #000000;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}


/* Quotes */
.bee-quote-01 {
	position: relative;
}
.bee-quote-01:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	font-size: 5rem;
	color: inherit;
	opacity: .2;
	z-index: inherit;
	top: -3rem;
	left: -3rem;
}
.bee-quote-01 > div {
	position: relative;
}


.bee-quote-02 {
	position: relative;
}
.bee-quote-02:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	font-size: 5rem;
	color: inherit;
	opacity: .2;
	z-index: inherit;
	top: -3rem;
	left: -3rem;
}
.bee-quote-02:after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	font-size: 5rem;
	color: inherit;
	opacity: .2;
	z-index: inherit;
	bottom: -3rem;
	right: -1rem;
}
.bee-quote-01 > div {
	position: relative;
}
.bee-color-base,
.bee-color-base *:not(.bee-btn) {
	color: #000000;
}
.bee-color-primary,
.bee-color-primary *:not(.bee-btn) {
	color: #FFCC00;
}
.bee-color-secondary,
.bee-color-secondary *:not(.bee-btn) {
	color: #6BBFF7;
}

.bee-color-warning,
.bee-color-warning *:not(.bee-btn) {
	color: #FFBE4F;
}
.bee-color-danger,
.bee-color-danger *:not(.bee-btn) {
	color: #FF695B;
}
.bee-color-success,
.bee-color-success *:not(.bee-btn) {
	color: #3DCC79;
}
.bee-color-gray,
.bee-color-gray *:not(.bee-btn) {
	color: #EFEFEF;
}
.bee-color-lightgray,
.bee-color-lightgray *:not(.bee-btn) {
	color: #dfdbd2;
}
.bee-color-light,
.bee-color-light *:not(.bee-btn) {
	color: #fafafa;
}
.bee-color-dark,
.bee-color-dark *:not(.bee-btn) {
	color: #000000;
}


.bee-color-white,
.bee-color-white *:not(.bee-btn) {
	color: #fff;
}

.bee-color-primary200 {
  color: #ffff96;
}
.bee-color-primary300 {
  color: #ffff64;
}
.bee-color-primary400 {
  color: #fffe32;
}
.bee-color-primary500 {
  color: #FFCC00;
}
.bee-color-primary600 {
  color: #cd9a00;
}
.bee-color-primary700 {
  color: #9b6800;
}
.bee-color-primary800 {
  color: #693600;
}
.bee-color-primary900 {
  color: #370400;
} 

.bee-color-secondary200 {
  color: #ffffff;
}
.bee-color-secondary300 {
  color: #cfffff;
}
.bee-color-secondary400 {
  color: #9df1ff;
}
.bee-color-secondary500 {
  color: #6BBFF7;
}
.bee-color-secondary600 {
  color: #398dc5;
}
.bee-color-secondary700 {
  color: #075b93;
}
.bee-color-secondary800 {
  color: #002961;
}
.bee-color-secondary900 {
  color: #00002f;
}

.bee-color-gray200 {
  color: #ffffff;
}
.bee-color-gray300 {
  color: #ffffff;
}
.bee-color-gray400 {
  color: #ffffff;
}
.bee-color-gray500 {
  color: #EFEFEF;
}
.bee-color-gray600 {
  color: #bdbdbd;
}
.bee-color-gray700 {
  color: #8b8b8b;
}
.bee-color-gray800 {
  color: #595959;
}
.bee-color-gray900 {
  color: #272727;
}


/* Icon Fill Colors */
.bee-icon-base svg {
	fill: #000000;
}
.bee-icon-primary svg {
	fill: #FFCC00;
}
.bee-icon-secondary svg {
	fill: #6BBFF7;
}
.bee-icon-danger svg {
	fill: #FF695B;
}
.bee-icon-warning svg {
	fill: #FFBE4F;
}
.bee-icon-success svg {
	fill: #3DCC79;
}
.bee-icon-gray svg {
	fill: #EFEFEF;
}
.bee-icon-lightgray svg {
	fill: #dfdbd2;
}
.bee-icon-light svg {
	fill: #fafafa;
}
.bee-icon-dark svg {
	fill: #000000;
}
.bee-icon-white svg {
	fill: #fff;
}
.bee-bg-primary200 {
  background-color: #ffff96;
}
.bee-bg-primary300 {
  background-color: #ffff64;
}
.bee-bg-primary400 {
  background-color: #fffe32;
}
.bee-bg-primary500 {
  background-color: #FFCC00;
}
.bee-bg-primary600 {
  background-color: #cd9a00;
}
.bee-bg-primary700 {
  background-color: #9b6800;
}
.bee-bg-primary800 {
  background-color: #693600;
}
.bee-bg-primary900 {
  background-color: #370400;
} 

.bee-bg-secondary200 {
  background-color: #ffffff;
}
.bee-bg-secondary300 {
  background-color: #cfffff;
}
.bee-bg-secondary400 {
  background-color: #9df1ff;
}
.bee-bg-secondary500 {
  background-color: #6BBFF7;
}
.bee-bg-secondary600 {
  background-color: #398dc5;
}
.bee-bg-secondary700 {
  background-color: #075b93;
}
.bee-bg-secondary800 {
  background-color: #002961;
}
.bee-bg-secondary900 {
  background-color: #00002f;
}

.bee-bg-gray200 {
  background-color: #ffffff;
}
.bee-bg-gray300 {
  background-color: #ffffff;
}
.bee-bg-gray400 {
  background-color: #ffffff;
}
.bee-bg-gray500 {
  background-color: #EFEFEF;
}
.bee-bg-gray600 {
  background-color: #bdbdbd;
}
.bee-bg-gray700 {
  background-color: #8b8b8b;
}
.bee-bg-gray800 {
  background-color: #595959;
}
.bee-bg-gray900 {
  background-color: #272727;
}


/* Background Gradients */
.bg-gradient {
	background: linear-gradient(210.53deg, #000000 0%, #FFCC00 100%), #FFCC00;
}

/* Background Patterns */
.bee-bg-pattern {
	background-image: url(https://5712527.fs1.hubspotusercontent-na1.net/hubfs/5712527/Atomic/pattern.png);
	background-repeat: repeat;
}


/* Hero */
.bee-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 6rem 0;
}

/* ----------- Decoration ---------- */

.bee-decoration-01 {
	position: relative;
}
.bee-decoration-01 > * {
	position: relative;
}
.bee-decoration-01:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFCC00;
	background-image: url(https://5712527.fs1.hubspotusercontent-na1.net/hubfs/5712527/Atomic/pattern.png);
	background-repeat: repeat;
	position: absolute;
	bottom: -2em;
	left: -2em;
	opacity: 1;
}
.dnd-section {
  padding: 2.9166666666666665rem 20px;
	position: relative;
}

@media (min-width: 768px) {
  .dnd-section {
    padding: 4.375rem 20px;
  }
}

@media (min-width:992px) {
  .dnd-section {
    padding: 6.3rem 60px;
  }
}
@media (min-width: 1440px) {
  .dnd-section {
    padding: 6.3rem 60px;
  }
}

@media (min-width: 1680px) {
  .dnd-section {
    padding: 8.75rem 60px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-row + .dnd-row {
  margin-top: 1.5rem;
}

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
	.dnd-section .dnd-row + .dnd-row,
	.dnd-section .dnd-module + .dnd-module,
  .dnd-section .dnd-column + .dnd-column,
  .dnd-section .dnd-column + .dnd-module,
  .dnd-section .dnd-module + .dnd-column {
		margin-top: 1.5rem;
	}
}
/*  

form_header_background       
form_header_text_color       
form_background_color     

form_border_color            
form_label_color      

form_field_background_color
form_field_border_color      
form_field_focus_border_color
form_button_text_color       
form_button_background_color 

*/

.widget-type-form .form-title {
	background: #000000;
	padding: 2rem;
	border-radius: 0px;
	margin-bottom: 0;
	color: #000000;
}

.widget-type-form form {
  padding: 2rem;
	background: #fff;
	border: 1px solid #fafafa;
}

.hs-form label {
  font-size: .75rem;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
	color: #FFCC00;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #FF695B;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hs-input,
.hs-search-field__input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2rem;
  color: #000000;
  background-color: #fafafa;
	border: 1px solid #dddde4;
  box-sizing: border-box;
  border-radius: 0px;
}


input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem!important;
  height: 1rem!important;
  padding: 0!important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  background-color: #fafafa;
  border-radius: 0px;
	border: 1px solid #EFEFEF;
	outline: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #FFCC00 !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.hs-input:focus,
.hs-search-field__input:focus {
  outline: none;
  border-color: #6BBFF7;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input[type="submit"] {
	background: #FFCC00!important;
	color: #000000!important;
	border: none!important;
}

fieldset {
	max-width: none!important;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
.bee-site-footer fieldset.form-columns-1 select,
.bee-site-footer fieldset.form-columns-1 input[name="jobtitle"]{
    min-height: initial!important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #FF695B;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #FF695B;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 1.25rem;
}

.hs-field-desc {
  color: #EFEFEF;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #FF695B;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
}


.hubspot-link__container {
  display: none;
}

.grecaptcha-badge {
	margin: 0;
}

/* Form No Labels */
.form-no-labels form.hs-form .hs-fieldtype-text > label,
.form-no-labels form.hs-form .hs-fieldtype-textarea > label,
.form-no-labels form.hs-form .hs-fieldtype-selec > label {
	display: none!important;
}

/* Fullwidth Button */
.bee-form-btn-fullwidth form .hs_submit input {
	width: 100%;
}

/* ==========================================================================
   White Form
   ========================================================================== */

.bee-form-white .hs-form label {
	color: #fff;
}
.bee-form-white .hs-error-msgs label {
  color: #FFBE4F;
}

.bee-form-white .hs-input,
.bee-form-white .hs-search-field__input {
  box-sizing: border-box;
	border-radius: 0!important;
	background-color: rgba(255, 255, 255, 0.1)!important;
	border: 0!important;
	border-bottom: 2px solid #fff!important;
	color: #fff!important;
}

.bee-form-white .hs-form input[type="submit"] {
	background: #FFCC00!important;
	color: #fff!important;
}
 


.hs-form [data-hsfc-id=RichText]{
  color: white!important;
}
/* Buttons */
.bee-btn,
.hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none!important;
	
	font-weight: bold;
	
  font-size: 1rem;
  padding: .75rem 1rem;
  letter-spacing: 0.05px;
  line-height: 1;
  white-space: initial;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: 0px;
  border: 2px solid;
  user-select: none;
	
	text-transform: uppercase;
	
	
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
} 
  .bee-btn:hover,
  .hs-button:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }


@media (min-width: 768px) {
	.hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta {
		margin-left: .75rem;
	}
}

/* ------------- Button Sizes -------------- */

.bee-btn-s {
  font-size: .875rem;
  padding: .5rem .625rem;
}
.bee-btn-m {
  font-size: 1rem;
  padding: .75rem 1rem;
}
.bee-btn-l {
  font-size: 1.25rem;
  padding: .9375rem 1.875rem;
}

/* ------------- Button Styles -------------- */

/* Button Primary */
.bee-btn-primary,
.hs-button {
  color: #fff!important;
  background: #FFCC00!important;
  border-color: #FFCC00;
}
  .bee-btn-primary:hover,
  .hs-button:hover {
    background: #FFCC00!important; 
    border-color: #FFCC00;
  }



/* Button Outline Primary */
.bee-btn-outline-primary {
  color: #FFCC00!important;
  background: none!important;
  border-color: #FFCC00;
}
  .bee-btn-outline-primary:hover {
    color: #fff!important;
    background: #FFCC00!important;
  }
	.bee-btn-outline-primary.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-primary.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Secondary */
.bee-btn-secondary {
  color: #fff!important;
  background: #6BBFF7!important;
  border-color: #6BBFF7;
}
  .bee-btn-secondary:hover {
    background: #FFCC00!important; 
    border-color: #FFCC00;
  }

/* Button Outline Secondary */
.bee-btn-outline-secondary {
  color: #6BBFF7!important;
  background: none!important;
  border-color: #6BBFF7;
}
  .bee-btn-outline-secondary:hover {
    color: #fff!important;
    background: #6BBFF7!important;
  }
	.bee-btn-outline-secondary.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-secondary.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button White */
.bee-btn-white {
  color: #FFCC00!important;
  background: #fff!important;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
  .bee-btn-white:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline White */
.bee-btn-outline-white {
  color: #fff!important;
  background: none!important;
  border-color: #fff;
}
  .bee-btn-outline-white:hover {
    color: #000000!important;
    background: #fff!important;
  }
	.bee-btn-outline-white.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #000000;
	}
	.bee-btn-outline-white.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #000000;
	}

/* Button White */
.bee-btn-dark {
  color: #fff!important;
  background: #000000!important;
  border-color: #000000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
  .bee-btn-dark:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline White */
.bee-btn-outline-dark {
  color: #000000!important;
  background: none!important;
  border-color: #000000;
}
  .bee-btn-outline-dark:hover {
    color: #fff!important;
    background: #000000!important;
  }
	.bee-btn-outline-dark.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-dark.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Base */
.bee-btn-base {
  color: #fff!important;
  background: #000000!important;
  border-color: #000000;
}
  .bee-btn-base:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Base */
.bee-btn-outline-base {
  color: #000000!important;
  background: none!important;
  border-color: #000000;
}
  .bee-btn-outline-base:hover {
    color: #fff!important;
    background: #000000!important;
  }
	.bee-btn-outline-base.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-base.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Danger */
.bee-btn-danger {
  color: #fff!important;
  background: #FF695B!important;
  border-color: #FF695B;
}
  .bee-btn-danger:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Base */
.bee-btn-outline-danger {
  color: #FF695B!important;
  background: none!important;
  border-color: #FF695B;
}
  .bee-btn-outline-danger:hover {
    color: #fff!important;
    background: #FF695B!important;
  }
	.bee-btn-outline-danger.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-danger.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Warning */
.bee-btn-warning {
  color: #fff!important;
  background: #FFBE4F!important;
  border-color: #FFBE4F;
}
  .bee-btn-warning:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Warning */
.bee-btn-outline-warning {
  color: #FFBE4F!important;
  background: none!important;
  border-color: #FFBE4F;
}
  .bee-btn-outline-warning:hover {
    color: #fff!important;
    background: #FFBE4F!important;
  }
	.bee-btn-outline-warning.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-warning.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Success */
.bee-btn-success {
  color: #fff!important;
  background: #3DCC79!important;
  border-color: #3DCC79;
}
  .bee-btn-success:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Success */
.bee-btn-outline-success {
  color: #3DCC79!important;
  background: none!important;
  border-color: #3DCC79;
}
  .bee-btn-outline-success:hover {
    color: #fff!important;
    background: #3DCC79!important;
  }
	.bee-btn-outline-success.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-success.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Gray */
.bee-btn-gray {
  color: #fff!important;
  background: #EFEFEF!important;
  border-color: #EFEFEF;
}
  .bee-btn-gray:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Gray */
.bee-btn-outline-gray {
  color: #EFEFEF!important;
  background: none!important;
  border-color: #EFEFEF;
}
  .bee-btn-outline-gray:hover {
    color: #fff!important;
    background: #EFEFEF!important;
  }
	.bee-btn-outline-gray.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #fff;
	}
	.bee-btn-outline-gray.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #fff;
	}

/* Button Light Gray */
.bee-btn-lightgray {
  color: #000000!important;
  background: #dfdbd2!important;
  border-color: #dfdbd2;
}
  .bee-btn-lightgray:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Light Gray */
.bee-btn-outline-lightgray {
  color: #dfdbd2!important;
  background: none!important;
  border-color: #dfdbd2;
}
  .bee-btn-outline-lightgray:hover {
    color: #000000!important;
    background: #dfdbd2!important;
  }
	.bee-btn-outline-lightgray.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #000000;
	}
	.bee-btn-outline-lightgray.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #000000;
	}

/* Button Light */
.bee-btn-light {
  color: #000000!important;
  background: #fafafa!important;
  border-color: #fafafa;
}
  .bee-btn-light:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

/* Button Outline Light */
.bee-btn-outline-light {
  color: #fafafa!important;
  background: none!important;
  border-color: #fafafa;
}
  .bee-btn-outline-light:hover {
    color: #000000!important;
    background: #fafafa!important;
  }
	.bee-btn-outline-light.bee-btn-icon:hover .bee-btn-icon_icon {
		border-color: #000000;
	}
	.bee-btn-outline-light.bee-btn-icon:hover .bee-btn-icon_icon svg {
		fill: #000000;
	}


/* ----
 * Button Icon 
 * ---------------- */
.bee-btn.bee-btn-icon {
	position: relative;
}
.bee-btn.bee-btn-icon .bee-btn-icon_icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Position */
.bee-btn-icon_front .bee-btn-icon_icon {
	right: auto;
	left: 0;
}

/* Width */
.bee-btn.bee-btn-icon .bee-btn-icon_icon {
	width: 3rem;
}
.bee-btn.bee-btn-icon.bee-btn-s .bee-btn-icon_icon {
	width: 2.5rem;
}
.bee-btn.bee-btn-icon.bee-btn-l .bee-btn-icon_icon {
	width: 4rem;
}

/* Padding */
.bee-btn.bee-btn-icon_front {
	padding-left: 4rem;
}
.bee-btn.bee-btn-icon_back {
	padding-right: 4rem;
}
.bee-btn-l.bee-btn-icon_front {
	padding-left: 5.875rem;
}
.bee-btn-l.bee-btn-icon_back {
	padding-right: 5.875rem;
}
.bee-btn-s.bee-btn-icon_front {
	padding-left: 3.1125rem;
}
.bee-btn-s.bee-btn-icon_back {
	padding-right: 3.1125rem;
}
.bee-btn.bee-btn-icon .bee-btn-icon_icon svg {
	height: 1.5rem;
}
.bee-btn.bee-btn-s.bee-btn-icon {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.bee-btn.bee-btn-s.bee-btn-icon svg {
	height: 1rem;
}
.bee-btn.bee-btn-l.bee-btn-icon {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.bee-btn.bee-btn-l.bee-btn-icon svg {
	height: 2rem;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover > a,
.hs-menu-item:focus > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



.bee-inline-menu {
	
}
.bee-inline-menu .hs-menu-item a {
	padding: 0;
	color: inherit;
}
.bee-inline-menu .hs-menu-item a:hover {
	color: #FFCC00;
}
.bee-inline-menu .hs-menu-item + .hs-menu-item {
	margin-left: 1rem;
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* Shadows */
.bee-shadow {
	box-shadow: 0px 30px 2.2rem rgba(0,0,0, .09);
	box-shadow: 0px 20px 20px rgba(0,0,0,.15)
}

.bee-hover-shadow:hover {
	transition: all ease-in-out 200ms;
	box-shadow: 0px 30px 2.2rem rgba(0,0,0, .09);
}

/* Radius */
.bee-border-radius {
  border-radius: 0px;
  overflow: hidden;
}
.bee-alert-base {
  background: #000000;
  color: #fff;
  padding: 1rem;
}
.bee-alert-primary {
  background: #FFCC00;
  color: #fff;
  padding: 1rem;
}
.bee-alert-secondary {
  background: #6BBFF7;
  color: #fff;
  padding: 1rem;
}
.bee-alert-danger {
  background: #FF695B;
  color: #fff;
  padding: 1rem;
}
.bee-alert-warning {
  background: #FFBE4F;
  color: #fff;
  padding: 1rem;
}
.bee-alert-success {
  background: #3DCC79;
  color: #fff;
  padding: 1rem;
}
.bee-alert-light {
  background: #fafafa;
	color: #000000;
  padding: 1rem;
}
.bee-alert-lightgray {
  background: #dfdbd2;
  color: #000000;
  padding: 1rem;
}
.bee-alert-gray {
  background: #EFEFEF;
  color: #fff;
  padding: 1rem;
}
.bee-alert-dark {
  background: #000000;
  color: #fff;
  padding: 1rem;
}
.bee-alert-white {
  background: #fff;
  color: #000000;
  padding: 1rem;
}
/* ----------------- Full Height ----------------- */
@media (min-width:768px) {
	.bee-full-height {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 100vh;
	}
}

/* ----------------- Cards ----------------- */
.bee-card {
  border-radius: 4px;
  box-shadow: 0px 20px 20px rgba(0,0,0,.15);
  background-color: #fff;
  padding: 3rem;
  margin: .75rem 0;
}

.bee-card_header {
	margin: -3rem -3rem 3rem;
	padding: 3rem;
	border-bottom: 1px solid #dfdbd2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.bee-card_footer {
	margin: 3rem -3rem -3rem;
	padding: 3rem;
	background-color: #fafafa;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media (min-width: 768px) {
  .bee-card {
    margin: 0;
  }
}

/* ----------------- Video Background ----------------- */
.bee-hero-video {
	z-index: 1!important;
}
.bee-section-video {
	z-index: -2!important;
}
.bee-section-video + * {
	position: relative;
	z-index: 5;
}
/* ----------------- Images + Iframes ---------------- */
img {
	height: auto;
}
.bee-ratio-1-1:before {
	content: "";
	display: block;
	padding-bottom: 100%;
  position: relative;
}
.bee-ratio-3-2:before {
	content: "";
	display: block;
	padding-bottom: 67.67%;
  position: relative;
}
.bee-ratio-4-3:before {
	content: "";
	display: block;
	padding-bottom: 75%;
  position: relative;
}
.bee-ratio-16-9:before {
	content: "";
	display: block;
	padding-bottom: 62.5%;
  position: relative;
}
.bee-ratio-19-10:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
  position: relative;
}

/* ----------------- Magnific Popup ---------------- */

/**
 * Fade-zoom animation for first dialog
 */

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 1.5rem auto;
}

/* start state */
.my-mfp-zoom-in .bee-popup-wrapper {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .bee-popup-wrapper {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .bee-popup-wrapper {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Overwrite */
.mfp-close-btn-in .mfp-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--primary);
	width: 44px!important;
	padding: 0!important;
	opacity: 1;
	color: #fff!important;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.mfp-image-holder .mfp-close {
	top: 40px!important;
	right: 0!important;
}
	.mfp-close-btn-in .mfp-close:hover {
		transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
	}
.bee-popup-shadow {
	box-shadow: 2px 10px 60px rgba(0, 0, 0, 0.35);
}
.mfp-bg {
	background-color: #fff!important;
	opacity: 0.5!important;
}
body.magnific-popup-open .body-container-wrapper {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}






/* ----------------- Scroll to ----------------- */
.bee-scroll-to {
  position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	width: 20px;
	height: 35px;
	margin: auto;
	text-align: center;
	border: 2px solid #000000;
	border-radius: 30px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 5;
	transition: 0.2s ease;
}
	.bee-scroll-to:hover {
		opacity: 1;
		transform: scale(1.02);
	}
.bee-scroll-to:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	background-color: #000000;
	border-radius: 100%;
	margin: auto;
	animation: atmcScrollToAnimation 2s infinite;
}
.bee-scroll-to:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -17px;
	margin: auto;
	width: 2px;
	height: 12px;
	opacity: .5;
	background-color: #000000;
}

/* White */
.bee-scroll-to-white {
	border: 2px solid #fff;
}
.bee-scroll-to-white:before {
	background-color: #fff;
}
.bee-scroll-to-white:after {
	background-color: #fff;
}

/* Animation */
@keyframes atmcScrollToAnimation {
	0% {
		top: 7px;
	}
	50% {
		top: 20px;
	}
	100% {
		top: 7px;
	}
}


/* ----------------- Decorations ----------------- */

.bee-decoration-01-left {
	position: relative;
}
.bee-decoration-01-left:before {
	content: "";
	width: 50vw;
	position: absolute;
	background: #FFCC00;
	opacity: .4;
	height: 100%;
	right: 50%;
	left: auto;
	top: 0;
	margin: auto;
}
.bee-decoration-01-left > * {
  position: relative;
}

.bee-decoration-01-right {
	position: relative;
}
.bee-decoration-01-right:before {
	content: "";
	width: calc(50vw - 50%);
	position: absolute;
	background: #FFCC00;
	opacity: .4;
	height: 100%;
	left: 50%;
	right: auto;
	top: 0;
	z-index: 0;
}
.bee-decoration-01-right > * {
  position: relative;
}


/* ----------------- Social Icons ---------------- */

/* 
 * Social Sizes
 */
.bee-social-links-01 {
	margin: -.5rem;
}
.bee-social {
	height: 2.5rem;
	width: 2.5rem;
	margin: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bee-social svg {
	height: 1rem;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
/* @media (min-width: 768px) {
	.ds\:flex-col .bee-social-01-wrapper  + .bee-social-01-wrapper {
		margin-top: 1rem;
		margin-left: 0;
	}
} */

/* 
 * Social Colors
 */

.bee-social-facebook svg {
	fill: #3b5998!important;
}
.bee-social-twitter svg {
	fill: #00acee!important;
}
.bee-social-linkedin svg {
	fill: #0e76a8!important;
}
.bee-social-pinterest svg {
	fill: #c8232c!important;
}

/* 
 * Social Styles
 */

/* Social 01 */
.bee-social-01 {
	background: none!important;
	width: auto;
	height: auto;
}

/* Social Icons 02 */
.bee-social-02 {
	border-radius: 0px;
	box-shadow: 0px 20px 20px rgba(0,0,0, .15);
}

/* Social Icons 03 */
.bee-social-03 {
	border-radius: 100%;
	box-shadow: 0px 20px 20px rgba(0,0,0, .15);
}

/* ----------------- Language Switcher ----------------- */
.bee-header_language-switcher-label-current {
	display: none;
}


/* ----------------- Animation on Mobile ----------------- */

@media (max-width:767px) {
	.sr-invisible {
		visibility: visible!important;
		opacity: 1!important;
		transform: initial!important;
	}
}

/* ----------------- Slick Styling ----------------- */

.bee-slick,
.bee-slider {
	opacity: 0;
	transition: opacity 200ms ease;
}
.bee-slider {
	margin: 0 -.75rem;
}
.bee-slider .slick-slide {
	padding: 0 .75rem;
}

.bee-slider:not([data-slider-item]) {
	margin: 0;
}
.bee-slider:not([data-slider-item]) .slick-slide {
	padding: 0;
}

.slick-slide {
	outline: none!important;
}
.bee-slider-white {
	
}
.bee-slider-center .slick-track {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 3rem!important;
}
.slick-slider .slick-dots {
	bottom: -3rem;
}
.slick-slider .slick-dots button:before {
	display: none;
}
.slick-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
}
.slick-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	transform: rotateZ(45deg) scale(0.9);
	-webkit-transform: rotateZ(45deg) scale(0.9);
	opacity: 1;
	transition: 0.3s ease;
	background: #000000;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
	opacity: .7;
}
.slick-slider .slick-dots li.slick-active button {
	opacity: 1;
	transform: rotateZ(45deg) scale(1.15);
	-webkit-transform: rotateZ(45deg) scale(1.15);
	position: relative;
}
.slick-slider .slick-dots li.slick-active button::after {
	content: "";
	width: 30%;
	height: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	display: block;
	border-radius: 50%;
	background: #fff;
}

.text-white .slick-dots li button {
	background-color: #fff;
}
.text-white .slick-dots li.slick-active button::after {
	background: #FFCC00;
}

/* Arrows .bee-slider-arrow-inside  */


.slick-next, .slick-prev {
	width: auto!important;
	height: auto!important;
}

.slick-slider .slick-arrow:before {
	/* 
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900;
	font-size: 2rem;
	background: #FFCC00;
	color: #fff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06); 
	*/
	opacity: 1;
}
.slick-slider .slick-arrow:hover:before {
	/* background: #FFCC00; */
	color: #fff;
}
.slick-slider .slick-arrow.slick-prev {
	right: calc(100% - 5px);
	left: auto;
	z-index: 1;
}
.slick-slider .slick-arrow.slick-next {
	left: calc(100% - 5px);
	right: auto;
}

/*
.slick-slider .slick-arrow.slick-prev:before {
	content: '\f104'!important;
}
.slick-slider .slick-arrow.slick-next:before {
	content: '\f105'!important;
}
*/

@media (max-width: 767px) {
	.slick-next, .slick-prev {
		display: none
	}
}
@media (min-width:768px) and (max-width: 1439px) {
	.slick-slider .slick-arrow.slick-prev {
		right: calc(100% - 65px);
	}
	.slick-slider .slick-arrow.slick-next {
		left: calc(100% - 65px);
	}
}
@media (min-width:1440px) {
	.slick-slider .slick-arrow.slick-prev {
		right: calc(100% - 65px);
	}
	.slick-slider .slick-arrow.slick-next {
		left: calc(100% - 65px);
	}
}
/* Hero Banner */
.bee-hero-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bee-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
}
.bee-overlay .bee-container {
	position: relative;
	z-index: 5;
}

.bee-parallax {
	background-attachment: inital;
}
@media (hover:hover) { 
	.bee-parallax {
		background-attachment: fixed;
	}
}







/* ======
 * Blog 01
 * ============ */
.bee-blog-01_box {
	display: inline-block;
	width: 100%;
}
.bee-blog-01_img_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0.5rem;
}
.bee-blog-01_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 2s ease;
}
.bee-blog-01_name {
	margin-bottom: 0;
}
.bee-blog-01_info {
	position: absolute;
	right: 1rem;
	top: 0;
	padding: 20px 15px;
	text-align: center;
	line-height: 1;
}
.bee-blog-01 .bee-blog-01_date {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff!important;
}
.bee-blog-01 .bee-blog-01_month {
	display: block;
	font-size: 0.75rem;	
	color: #fff!important;
}

/* ======
 * Blog 02
 * ============ */
.bee-blog-02_box {
	width: 100%;
}
.bee-blog-02_img_wrapper {
	position: relative;
	display: inline-block;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	width: 30%;
	overflow: hidden;
}
.bee-blog-02_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.bee-blog-02_text {
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	width: 70%;
	padding-left: 1rem;
}
.bee-blog-02_detail {
	margin: 0 0 5px;
}
.bee-blog-02_body {
	margin: 0;
}
@media (max-width: 768px) {
	.bee-blog-02_wrapper {
		-ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
	}
}

/* ======
 * Blog 03
 * ============ */
.bee-blog-03_box {
	display: inline-block;
	width: 100%;
}
.bee-blog-03_img_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.bee-blog-03_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}

/* ======
 * Blog 04
 * ============ */
.bee-blog-04_wrapper {
	grid-row-gap: 3rem;
}
.bee-blog-04_img_wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}
.bee-blog-04_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}
	.bee-blog-04_box:hover .bee-blog-04_img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
.bee-blog-04_author_icon svg {
  height: 1rem;
	margin-right: 5px;
}

/* Detail */
.bee-blog-04_info {
	display: inline-block;
	padding: 0.5rem;
	text-align: center;
	line-height: 1;
}

/* ======
 * Blog 05
 * ============ */

/* ======
 * Blog 06
 * ============ */
.bee-blog-06_box .bee-card {
	position: relative;
	overflow: hidden;
}
.bee-blog-06_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.4s ease;
	z-index: 1;
}
	.bee-blog-06_box:hover .bee-blog-06_img {
		opacity: 1;
		transform: scale(1.2) rotateZ(5deg);
		-webkit-transform: scale(1.2) rotateZ(5deg);
		-moz-transform: scale(1.2) rotateZ(5deg);
		-ms-transform: scale(1.2) rotateZ(5deg);
		-o-transform: scale(1.2) rotateZ(5deg);
	}
.bee-blog-06_img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	opacity: 0.6;
}
.bee-blog-06_content {
	position: relative;
	z-index: 3;
}
.bee-blog-06_box:hover * {
	color: #fff;
}

/* ======
 * Blog 07
 * ============ */
.bee-blog-07_box {
	display: block;
	width: 100%;
	padding: 0 3rem;
}
.bee-blog-07_box_inner {
	position: relative;
	padding: 1.5rem;
}
.bee-blog-07_box:hover {
  background: var(--primary);
	color: #fff;
}
.bee-blog-07_box:hover .bee-blog-07_box_inner:after {
	display: none;
}
.bee-blog-07_topic {
	text-transforM: uppercase;
	font-weight: bold;
	font-size: .75rem;
	letter-spacing: 1px;
}
.bee-blog-07_name {
	margin: 0;
}
@media (min-width:768px) {
	.bee-blog-07_box_inner {
		padding: 3rem;
	}
}

/* ======
 * Blog 08
 * ============ */
.bee-blog-08_box {
	position: relative;
	padding: 2rem;
	height: 15rem;
	overflow: hidden;
	display: block;
	color: #fff!important;
}
.bee-blog-08_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: 0.4s ease;
}
	.bee-blog-08_box:hover .bee-blog-08_img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
.bee-blog-08_img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	opacity: 0.6;
	transition: all ease-in-out 200ms;
}
	.bee-blog-08_box:hover .bee-blog-08_img:before {
		background-color: var(--primary);
	}
.bee-blog-08_content {
	height: 100%;
}
.bee-blog-08_date {
	position: relative;
	z-index: 3;
}
.bee-blog-08_name {
	width: 100%;
	margin: 0;
	position: relative;
}
@media (min-width: 768px) {
	.bee-blog-08_box {
		height: 25rem;
	}
}

/* ======
 * Blog 09
 * ============ */


/* ======
 * Blog 10
 * ============ */
.bee-blog-10_box + .bee-blog-10_box {
	margin-top: 4rem;
}
.bee-blog-10_img_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.bee-blog-10_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}
.bee-blog-10_box:hover .bee-blog-10_img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}



.author-box { position: absolute; bottom: 28px; right: 0; display: flex; align-items: center;background-color: #EFEFEF; border-radius: 30px 0px 0px 0px; padding: 15px 10px 20px 20px; width: 55%; }
.author-box .author-img { float: left; height: 35px; }
.author-box .author-img img { border-radius: 50px; width: 35px; height: 35px; margin-right: 15px; }
.author-box .read { float: left; }

.bee-blog-11_box { position: relative; }
.bee-blog-11_box:after { content: ""; position: absolute; left: 0; bottom: -1rem; display: block; width: 100%; height: 2px; background-color: #fc0; margin: 0; }
.bee-hover-scaleup:hover {
  transform: scale(1.1);
}
.bee-hover-scaledown:hover {
  transform: scale(.95);
}
.bee-hover-translateY:hover {
  transform: translateY(-.27rem);
}

/* Disable animations in page editor */
body.hubspot-disable-focus-styles .sr-invisible {
	visibility: visible!important;
}

/* SR Animation */

img {
	max-width: 100%;
}

/* Image Decoration 01 */
.bee-image-decoration-01 {
	position: relative;
	display: inline-block;
}
.bee-image-decoration-01:before {
	content: "";
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: 100%;
	height: 100%;
	background-color: #FFCC00;
	z-index: 2;
}
.bee-image-decoration-01 img {
	position: relative;
	z-index: 3;
}

/* Image Decoration 02 */
.bee-image-decoration-02 {
	position: relative;
	display: inline-block;
}
.bee-image-decoration-02:before {
	content: "";
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: 100%;
	height: 100%;
	border: 2px solid #FFCC00;
	z-index: 2;
}
.bee-image-decoration-02 img {
	position: relative;
	z-index: 3;
}

/* Image Decoration 03 */
.bee-image-decoration-03 {
	position: relative;
	display: inline-block;
}
.bee-image-decoration-03:before {
	content: "";
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: 100%;
	height: 100%;
	border: 1px solid #FFCC00;
	transform: rotateZ(-5deg);
	z-index: 2;
}
.bee-image-decoration-03 img {
	position: relative;
	z-index: 3;
}
.container {
  width: 100%
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px
  }
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}

.bg-fixed {
  background-attachment: fixed
}

.bg-local {
  background-attachment: local
}

.bg-scroll {
  background-attachment: scroll
}

.bg-base {
  background-color: #000000
}

.bg-primary {
  background-color: #FFCC00
}

.bg-secondary {
  background-color: #6BBFF7
}

.bg-white {
  background-color: #fff
}

.bg-danger {
  background-color: #FF695B
}

.bg-warning {
  background-color: #FFBE4F
}

.bg-success {
  background-color: #3DCC79
}

.bg-gray {
  background-color: #EFEFEF
}

.bg-lightgray {
  background-color: #dfdbd2
}

.bg-light {
  background-color: #fafafa
}

.bg-dark {
  background-color: #000000
}

.hover\:bg-base:hover {
  background-color: #000000
}

.hover\:bg-primary:hover {
  background-color: #FFCC00
}

.hover\:bg-secondary:hover {
  background-color: #6BBFF7
}

.hover\:bg-white:hover {
  background-color: #fff
}

.hover\:bg-danger:hover {
  background-color: #FF695B
}

.hover\:bg-warning:hover {
  background-color: #FFBE4F
}

.hover\:bg-success:hover {
  background-color: #3DCC79
}

.hover\:bg-gray:hover {
  background-color: #EFEFEF
}

.hover\:bg-lightgray:hover {
  background-color: #dfdbd2
}

.hover\:bg-light:hover {
  background-color: #fafafa
}

.hover\:bg-dark:hover {
  background-color: #000000
}

.focus\:bg-base:focus {
  background-color: #000000
}

.focus\:bg-primary:focus {
  background-color: #FFCC00
}

.focus\:bg-secondary:focus {
  background-color: #6BBFF7
}

.focus\:bg-white:focus {
  background-color: #fff
}

.focus\:bg-danger:focus {
  background-color: #FF695B
}

.focus\:bg-warning:focus {
  background-color: #FFBE4F
}

.focus\:bg-success:focus {
  background-color: #3DCC79
}

.focus\:bg-gray:focus {
  background-color: #EFEFEF
}

.focus\:bg-lightgray:focus {
  background-color: #dfdbd2
}

.focus\:bg-light:focus {
  background-color: #fafafa
}

.focus\:bg-dark:focus {
  background-color: #000000
}

.bg-bottom {
  background-position: bottom
}

.bg-center {
  background-position: center
}

.bg-left {
  background-position: left
}

.bg-left-bottom {
  background-position: left bottom
}

.bg-left-top {
  background-position: left top
}

.bg-right {
  background-position: right
}

.bg-right-bottom {
  background-position: right bottom
}

.bg-right-top {
  background-position: right top
}

.bg-top {
  background-position: top
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-repeat-x {
  background-repeat: repeat-x
}

.bg-repeat-y {
  background-repeat: repeat-y
}

.bg-repeat-round {
  background-repeat: round
}

.bg-repeat-space {
  background-repeat: space
}

.bg-auto {
  background-size: auto
}

.bg-cover {
  background-size: cover
}

.bg-contain {
  background-size: contain
}

.border-collapse {
  border-collapse: collapse
}

.border-separate {
  border-collapse: separate
}

.border-base {
  border-color: #000000
}

.border-primary {
  border-color: #FFCC00
}

.border-secondary {
  border-color: #6BBFF7
}

.border-white {
  border-color: #fff
}

.border-danger {
  border-color: #FF695B
}

.border-warning {
  border-color: #FFBE4F
}

.border-success {
  border-color: #3DCC79
}

.border-gray {
  border-color: #EFEFEF
}

.border-lightgray {
  border-color: #dfdbd2
}

.border-light {
  border-color: #fafafa
}

.border-dark {
  border-color: #000000
}

.hover\:border-base:hover {
  border-color: #000000
}

.hover\:border-primary:hover {
  border-color: #FFCC00
}

.hover\:border-secondary:hover {
  border-color: #6BBFF7
}

.hover\:border-white:hover {
  border-color: #fff
}

.hover\:border-danger:hover {
  border-color: #FF695B
}

.hover\:border-warning:hover {
  border-color: #FFBE4F
}

.hover\:border-success:hover {
  border-color: #3DCC79
}

.hover\:border-gray:hover {
  border-color: #EFEFEF
}

.hover\:border-lightgray:hover {
  border-color: #dfdbd2
}

.hover\:border-light:hover {
  border-color: #fafafa
}

.hover\:border-dark:hover {
  border-color: #000000
}

.focus\:border-base:focus {
  border-color: #000000
}

.focus\:border-primary:focus {
  border-color: #FFCC00
}

.focus\:border-secondary:focus {
  border-color: #6BBFF7
}

.focus\:border-white:focus {
  border-color: #fff
}

.focus\:border-danger:focus {
  border-color: #FF695B
}

.focus\:border-warning:focus {
  border-color: #FFBE4F
}

.focus\:border-success:focus {
  border-color: #3DCC79
}

.focus\:border-gray:focus {
  border-color: #EFEFEF
}

.focus\:border-lightgray:focus {
  border-color: #dfdbd2
}

.focus\:border-light:focus {
  border-color: #fafafa
}

.focus\:border-dark:focus {
  border-color: #000000
}

.rounded-none {
  border-radius: 0
}

.rounded-sm {
  border-radius: 0.125rem
}

.rounded {
  border-radius: 0.25rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-tl-none {
  border-top-left-radius: 0
}

.rounded-tr-none {
  border-top-right-radius: 0
}

.rounded-br-none {
  border-bottom-right-radius: 0
}

.rounded-bl-none {
  border-bottom-left-radius: 0
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem
}

.rounded-tl {
  border-top-left-radius: 0.25rem
}

.rounded-tr {
  border-top-right-radius: 0.25rem
}

.rounded-br {
  border-bottom-right-radius: 0.25rem
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

.rounded-tl-full {
  border-top-left-radius: 9999px
}

.rounded-tr-full {
  border-top-right-radius: 9999px
}

.rounded-br-full {
  border-bottom-right-radius: 9999px
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-double {
  border-style: double
}

.border-none {
  border-style: none
}

.border-0 {
  border-width: 0
}

.border-2 {
  border-width: 2px
}

.border-3 {
  border-width: 3px
}

.border-4 {
  border-width: 4px
}

.border-5 {
  border-width: 5px
}

.border-6 {
  border-width: 6px
}

.border-7 {
  border-width: 7px
}

.border-8 {
  border-width: 8px
}

.border-9 {
  border-width: 9px
}

.border-10 {
  border-width: 10px
}

.border {
  border-width: 1px
}

.border-t-0 {
  border-top-width: 0
}

.border-r-0 {
  border-right-width: 0
}

.border-b-0 {
  border-bottom-width: 0
}

.border-l-0 {
  border-left-width: 0
}

.border-t-2 {
  border-top-width: 2px
}

.border-r-2 {
  border-right-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-2 {
  border-left-width: 2px
}

.border-t-3 {
  border-top-width: 3px
}

.border-r-3 {
  border-right-width: 3px
}

.border-b-3 {
  border-bottom-width: 3px
}

.border-l-3 {
  border-left-width: 3px
}

.border-t-4 {
  border-top-width: 4px
}

.border-r-4 {
  border-right-width: 4px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t-5 {
  border-top-width: 5px
}

.border-r-5 {
  border-right-width: 5px
}

.border-b-5 {
  border-bottom-width: 5px
}

.border-l-5 {
  border-left-width: 5px
}

.border-t-6 {
  border-top-width: 6px
}

.border-r-6 {
  border-right-width: 6px
}

.border-b-6 {
  border-bottom-width: 6px
}

.border-l-6 {
  border-left-width: 6px
}

.border-t-7 {
  border-top-width: 7px
}

.border-r-7 {
  border-right-width: 7px
}

.border-b-7 {
  border-bottom-width: 7px
}

.border-l-7 {
  border-left-width: 7px
}

.border-t-8 {
  border-top-width: 8px
}

.border-r-8 {
  border-right-width: 8px
}

.border-b-8 {
  border-bottom-width: 8px
}

.border-l-8 {
  border-left-width: 8px
}

.border-t-9 {
  border-top-width: 9px
}

.border-r-9 {
  border-right-width: 9px
}

.border-b-9 {
  border-bottom-width: 9px
}

.border-l-9 {
  border-left-width: 9px
}

.border-t-10 {
  border-top-width: 10px
}

.border-r-10 {
  border-right-width: 10px
}

.border-b-10 {
  border-bottom-width: 10px
}

.border-l-10 {
  border-left-width: 10px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.box-border {
  box-sizing: border-box
}

.box-content {
  box-sizing: content-box
}

.cursor-auto {
  cursor: auto
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-wait {
  cursor: wait
}

.cursor-text {
  cursor: text
}

.cursor-move {
  cursor: move
}

.cursor-not-allowed {
  cursor: not-allowed
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: -ms-grid;
  display: grid
}

.table {
  display: table
}

.table-caption {
  display: table-caption
}

.table-cell {
  display: table-cell
}

.table-column {
  display: table-column
}

.table-column-group {
  display: table-column-group
}

.table-footer-group {
  display: table-footer-group
}

.table-header-group {
  display: table-header-group
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-no-wrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.self-auto {
  -ms-grid-row-align: auto;
      align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  -ms-grid-row-align: center;
      align-self: center
}

.self-stretch {
  -ms-grid-row-align: stretch;
      align-self: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.content-center {
  align-content: center
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.flex-1 {
  flex: 1 1 0%
}

.flex-auto {
  flex: 1 1 auto
}

.flex-initial {
  flex: 0 1 auto
}

.flex-none {
  flex: none
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink {
  flex-shrink: 1
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.order-first {
  order: -9999
}

.order-last {
  order: 9999
}

.order-none {
  order: 0
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-both {
  clear: both
}

.font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.font-hairline {
  font-weight: 100
}

.font-thin {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

.hover\:font-hairline:hover {
  font-weight: 100
}

.hover\:font-thin:hover {
  font-weight: 200
}

.hover\:font-light:hover {
  font-weight: 300
}

.hover\:font-normal:hover {
  font-weight: 400
}

.hover\:font-medium:hover {
  font-weight: 500
}

.hover\:font-semibold:hover {
  font-weight: 600
}

.hover\:font-bold:hover {
  font-weight: 700
}

.hover\:font-extrabold:hover {
  font-weight: 800
}

.hover\:font-black:hover {
  font-weight: 900
}

.focus\:font-hairline:focus {
  font-weight: 100
}

.focus\:font-thin:focus {
  font-weight: 200
}

.focus\:font-light:focus {
  font-weight: 300
}

.focus\:font-normal:focus {
  font-weight: 400
}

.focus\:font-medium:focus {
  font-weight: 500
}

.focus\:font-semibold:focus {
  font-weight: 600
}

.focus\:font-bold:focus {
  font-weight: 700
}

.focus\:font-extrabold:focus {
  font-weight: 800
}

.focus\:font-black:focus {
  font-weight: 900
}

.h-0 {
  height: 0
}

.h-1 {
  height: 0.25rem
}

.h-2 {
  height: 0.5rem
}

.h-3 {
  height: 0.75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-8 {
  height: 2rem
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-32 {
  height: 8rem
}

.h-40 {
  height: 10rem
}

.h-48 {
  height: 12rem
}

.h-56 {
  height: 14rem
}

.h-64 {
  height: 16rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.leading-3 {
  line-height: .75rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-9 {
  line-height: 2.25rem
}

.leading-10 {
  line-height: 2.5rem
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-loose {
  line-height: 2
}

.list-inside {
  list-style-position: inside
}

.list-outside {
  list-style-position: outside
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: 0.25rem
}

.m-2 {
  margin: 0.5rem
}

.m-3 {
  margin: 0.75rem
}

.m-4 {
  margin: 1rem
}

.m-5 {
  margin: 1.25rem
}

.m-6 {
  margin: 1.5rem
}

.m-8 {
  margin: 2rem
}

.m-10 {
  margin: 2.5rem
}

.m-12 {
  margin: 3rem
}

.m-16 {
  margin: 4rem
}

.m-20 {
  margin: 5rem
}

.m-24 {
  margin: 6rem
}

.m-32 {
  margin: 8rem
}

.m-40 {
  margin: 10rem
}

.m-48 {
  margin: 12rem
}

.m-56 {
  margin: 14rem
}

.m-64 {
  margin: 16rem
}

.m-auto {
  margin: auto
}

.m-px {
  margin: 1px
}

.-m-1 {
  margin: -0.25rem
}

.-m-2 {
  margin: -0.5rem
}

.-m-3 {
  margin: -0.75rem
}

.-m-4 {
  margin: -1rem
}

.-m-5 {
  margin: -1.25rem
}

.-m-6 {
  margin: -1.5rem
}

.-m-8 {
  margin: -2rem
}

.-m-10 {
  margin: -2.5rem
}

.-m-12 {
  margin: -3rem
}

.-m-16 {
  margin: -4rem
}

.-m-20 {
  margin: -5rem
}

.-m-24 {
  margin: -6rem
}

.-m-32 {
  margin: -8rem
}

.-m-40 {
  margin: -10rem
}

.-m-48 {
  margin: -12rem
}

.-m-56 {
  margin: -14rem
}

.-m-64 {
  margin: -16rem
}

.-m-px {
  margin: -1px
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

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

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

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem
}

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

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

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: 0.25rem
}

.mr-1 {
  margin-right: 0.25rem
}

.mb-1 {
  margin-bottom: 0.25rem
}

.ml-1 {
  margin-left: 0.25rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.ml-2 {
  margin-left: 0.5rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.ml-3 {
  margin-left: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mr-5 {
  margin-right: 1.25rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mr-8 {
  margin-right: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mr-10 {
  margin-right: 2.5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.ml-10 {
  margin-left: 2.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mr-12 {
  margin-right: 3rem
}

.mb-12 {
  margin-bottom: 3rem
}

.ml-12 {
  margin-left: 3rem
}

.mt-16 {
  margin-top: 4rem
}

.mr-16 {
  margin-right: 4rem
}

.mb-16 {
  margin-bottom: 4rem
}

.ml-16 {
  margin-left: 4rem
}

.mt-20 {
  margin-top: 5rem
}

.mr-20 {
  margin-right: 5rem
}

.mb-20 {
  margin-bottom: 5rem
}

.ml-20 {
  margin-left: 5rem
}

.mt-24 {
  margin-top: 6rem
}

.mr-24 {
  margin-right: 6rem
}

.mb-24 {
  margin-bottom: 6rem
}

.ml-24 {
  margin-left: 6rem
}

.mt-32 {
  margin-top: 8rem
}

.mr-32 {
  margin-right: 8rem
}

.mb-32 {
  margin-bottom: 8rem
}

.ml-32 {
  margin-left: 8rem
}

.mt-40 {
  margin-top: 10rem
}

.mr-40 {
  margin-right: 10rem
}

.mb-40 {
  margin-bottom: 10rem
}

.ml-40 {
  margin-left: 10rem
}

.mt-48 {
  margin-top: 12rem
}

.mr-48 {
  margin-right: 12rem
}

.mb-48 {
  margin-bottom: 12rem
}

.ml-48 {
  margin-left: 12rem
}

.mt-56 {
  margin-top: 14rem
}

.mr-56 {
  margin-right: 14rem
}

.mb-56 {
  margin-bottom: 14rem
}

.ml-56 {
  margin-left: 14rem
}

.mt-64 {
  margin-top: 16rem
}

.mr-64 {
  margin-right: 16rem
}

.mb-64 {
  margin-bottom: 16rem
}

.ml-64 {
  margin-left: 16rem
}

.mt-auto {
  margin-top: auto
}

.mr-auto {
  margin-right: auto
}

.mb-auto {
  margin-bottom: auto
}

.ml-auto {
  margin-left: auto
}

.mt-px {
  margin-top: 1px
}

.mr-px {
  margin-right: 1px
}

.mb-px {
  margin-bottom: 1px
}

.ml-px {
  margin-left: 1px
}

.-mt-1 {
  margin-top: -0.25rem
}

.-mr-1 {
  margin-right: -0.25rem
}

.-mb-1 {
  margin-bottom: -0.25rem
}

.-ml-1 {
  margin-left: -0.25rem
}

.-mt-2 {
  margin-top: -0.5rem
}

.-mr-2 {
  margin-right: -0.5rem
}

.-mb-2 {
  margin-bottom: -0.5rem
}

.-ml-2 {
  margin-left: -0.5rem
}

.-mt-3 {
  margin-top: -0.75rem
}

.-mr-3 {
  margin-right: -0.75rem
}

.-mb-3 {
  margin-bottom: -0.75rem
}

.-ml-3 {
  margin-left: -0.75rem
}

.-mt-4 {
  margin-top: -1rem
}

.-mr-4 {
  margin-right: -1rem
}

.-mb-4 {
  margin-bottom: -1rem
}

.-ml-4 {
  margin-left: -1rem
}

.-mt-5 {
  margin-top: -1.25rem
}

.-mr-5 {
  margin-right: -1.25rem
}

.-mb-5 {
  margin-bottom: -1.25rem
}

.-ml-5 {
  margin-left: -1.25rem
}

.-mt-6 {
  margin-top: -1.5rem
}

.-mr-6 {
  margin-right: -1.5rem
}

.-mb-6 {
  margin-bottom: -1.5rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-mt-8 {
  margin-top: -2rem
}

.-mr-8 {
  margin-right: -2rem
}

.-mb-8 {
  margin-bottom: -2rem
}

.-ml-8 {
  margin-left: -2rem
}

.-mt-10 {
  margin-top: -2.5rem
}

.-mr-10 {
  margin-right: -2.5rem
}

.-mb-10 {
  margin-bottom: -2.5rem
}

.-ml-10 {
  margin-left: -2.5rem
}

.-mt-12 {
  margin-top: -3rem
}

.-mr-12 {
  margin-right: -3rem
}

.-mb-12 {
  margin-bottom: -3rem
}

.-ml-12 {
  margin-left: -3rem
}

.-mt-16 {
  margin-top: -4rem
}

.-mr-16 {
  margin-right: -4rem
}

.-mb-16 {
  margin-bottom: -4rem
}

.-ml-16 {
  margin-left: -4rem
}

.-mt-20 {
  margin-top: -5rem
}

.-mr-20 {
  margin-right: -5rem
}

.-mb-20 {
  margin-bottom: -5rem
}

.-ml-20 {
  margin-left: -5rem
}

.-mt-24 {
  margin-top: -6rem
}

.-mr-24 {
  margin-right: -6rem
}

.-mb-24 {
  margin-bottom: -6rem
}

.-ml-24 {
  margin-left: -6rem
}

.-mt-32 {
  margin-top: -8rem
}

.-mr-32 {
  margin-right: -8rem
}

.-mb-32 {
  margin-bottom: -8rem
}

.-ml-32 {
  margin-left: -8rem
}

.-mt-40 {
  margin-top: -10rem
}

.-mr-40 {
  margin-right: -10rem
}

.-mb-40 {
  margin-bottom: -10rem
}

.-ml-40 {
  margin-left: -10rem
}

.-mt-48 {
  margin-top: -12rem
}

.-mr-48 {
  margin-right: -12rem
}

.-mb-48 {
  margin-bottom: -12rem
}

.-ml-48 {
  margin-left: -12rem
}

.-mt-56 {
  margin-top: -14rem
}

.-mr-56 {
  margin-right: -14rem
}

.-mb-56 {
  margin-bottom: -14rem
}

.-ml-56 {
  margin-left: -14rem
}

.-mt-64 {
  margin-top: -16rem
}

.-mr-64 {
  margin-right: -16rem
}

.-mb-64 {
  margin-bottom: -16rem
}

.-ml-64 {
  margin-left: -16rem
}

.-mt-px {
  margin-top: -1px
}

.-mr-px {
  margin-right: -1px
}

.-mb-px {
  margin-bottom: -1px
}

.-ml-px {
  margin-left: -1px
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-w-none {
  max-width: none
}

.max-w-xs {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-xl {
  max-width: 36rem
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-3xl {
  max-width: 48rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-6xl {
  max-width: 72rem
}

.max-w-full {
  max-width: 100%
}

.max-w-screen-tb {
  max-width: 768px
}

.max-w-screen-ds {
  max-width: 992px
}

.min-h-0 {
  min-height: 0
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-w-0 {
  min-width: 0
}

.min-w-full {
  min-width: 100%
}

.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover
}

.object-fill {
  object-fit: fill
}

.object-none {
  object-fit: none
}

.object-scale-down {
  object-fit: scale-down
}

.object-bottom {
  object-position: bottom
}

.object-center {
  object-position: center
}

.object-left {
  object-position: left
}

.object-left-bottom {
  object-position: left bottom
}

.object-left-top {
  object-position: left top
}

.object-right {
  object-position: right
}

.object-right-bottom {
  object-position: right bottom
}

.object-right-top {
  object-position: right top
}

.object-top {
  object-position: top
}

.opacity-0 {
  opacity: 0
}

.opacity-25 {
  opacity: 0.25
}

.opacity-50 {
  opacity: 0.5
}

.opacity-75 {
  opacity: 0.75
}

.opacity-100 {
  opacity: 1
}

.hover\:opacity-0:hover {
  opacity: 0
}

.hover\:opacity-25:hover {
  opacity: 0.25
}

.hover\:opacity-50:hover {
  opacity: 0.5
}

.hover\:opacity-75:hover {
  opacity: 0.75
}

.hover\:opacity-100:hover {
  opacity: 1
}

.focus\:opacity-0:focus {
  opacity: 0
}

.focus\:opacity-25:focus {
  opacity: 0.25
}

.focus\:opacity-50:focus {
  opacity: 0.5
}

.focus\:opacity-75:focus {
  opacity: 0.75
}

.focus\:opacity-100:focus {
  opacity: 1
}

.outline-none {
  outline: 0
}

.focus\:outline-none:focus {
  outline: 0
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-scroll {
  overflow: scroll
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden
}

.overflow-x-visible {
  overflow-x: visible
}

.overflow-y-visible {
  overflow-y: visible
}

.overflow-x-scroll {
  overflow-x: scroll
}

.overflow-y-scroll {
  overflow-y: scroll
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: 0.25rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-10 {
  padding: 2.5rem
}

.p-12 {
  padding: 3rem
}

.p-16 {
  padding: 4rem
}

.p-20 {
  padding: 5rem
}

.p-24 {
  padding: 6rem
}

.p-32 {
  padding: 8rem
}

.p-40 {
  padding: 10rem
}

.p-48 {
  padding: 12rem
}

.p-56 {
  padding: 14rem
}

.p-64 {
  padding: 16rem
}

.p-px {
  padding: 1px
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem
}

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

.px-px {
  padding-left: 1px;
  padding-right: 1px
}

.pt-0 {
  padding-top: 0
}

.pr-0 {
  padding-right: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pt-1 {
  padding-top: 0.25rem
}

.pr-1 {
  padding-right: 0.25rem
}

.pb-1 {
  padding-bottom: 0.25rem
}

.pl-1 {
  padding-left: 0.25rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pr-2 {
  padding-right: 0.5rem
}

.pb-2 {
  padding-bottom: 0.5rem
}

.pl-2 {
  padding-left: 0.5rem
}

.pt-3 {
  padding-top: 0.75rem
}

.pr-3 {
  padding-right: 0.75rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-4 {
  padding-left: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pr-5 {
  padding-right: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.pr-8 {
  padding-right: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pr-10 {
  padding-right: 2.5rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pl-10 {
  padding-left: 2.5rem
}

.pt-12 {
  padding-top: 3rem
}

.pr-12 {
  padding-right: 3rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pl-12 {
  padding-left: 3rem
}

.pt-16 {
  padding-top: 4rem
}

.pr-16 {
  padding-right: 4rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pl-16 {
  padding-left: 4rem
}

.pt-20 {
  padding-top: 5rem
}

.pr-20 {
  padding-right: 5rem
}

.pb-20 {
  padding-bottom: 5rem
}

.pl-20 {
  padding-left: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.pr-24 {
  padding-right: 6rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pl-24 {
  padding-left: 6rem
}

.pt-32 {
  padding-top: 8rem
}

.pr-32 {
  padding-right: 8rem
}

.pb-32 {
  padding-bottom: 8rem
}

.pl-32 {
  padding-left: 8rem
}

.pt-40 {
  padding-top: 10rem
}

.pr-40 {
  padding-right: 10rem
}

.pb-40 {
  padding-bottom: 10rem
}

.pl-40 {
  padding-left: 10rem
}

.pt-48 {
  padding-top: 12rem
}

.pr-48 {
  padding-right: 12rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pl-48 {
  padding-left: 12rem
}

.pt-56 {
  padding-top: 14rem
}

.pr-56 {
  padding-right: 14rem
}

.pb-56 {
  padding-bottom: 14rem
}

.pl-56 {
  padding-left: 14rem
}

.pt-64 {
  padding-top: 16rem
}

.pr-64 {
  padding-right: 16rem
}

.pb-64 {
  padding-bottom: 16rem
}

.pl-64 {
  padding-left: 16rem
}

.pt-px {
  padding-top: 1px
}

.pr-px {
  padding-right: 1px
}

.pb-px {
  padding-bottom: 1px
}

.pl-px {
  padding-left: 1px
}

.placeholder-base:-ms-input-placeholder {
  color: #000000
}

.placeholder-base::placeholder {
  color: #000000
}

.placeholder-primary:-ms-input-placeholder {
  color: #FFCC00
}

.placeholder-primary::placeholder {
  color: #FFCC00
}

.placeholder-secondary:-ms-input-placeholder {
  color: #6BBFF7
}

.placeholder-secondary::placeholder {
  color: #6BBFF7
}

.placeholder-white:-ms-input-placeholder {
  color: #fff
}

.placeholder-white::placeholder {
  color: #fff
}

.placeholder-danger:-ms-input-placeholder {
  color: #FF695B
}

.placeholder-danger::placeholder {
  color: #FF695B
}

.placeholder-warning:-ms-input-placeholder {
  color: #FFBE4F
}

.placeholder-warning::placeholder {
  color: #FFBE4F
}

.placeholder-success:-ms-input-placeholder {
  color: #3DCC79
}

.placeholder-success::placeholder {
  color: #3DCC79
}

.placeholder-gray:-ms-input-placeholder {
  color: #EFEFEF
}

.placeholder-gray::placeholder {
  color: #EFEFEF
}

.placeholder-lightgray:-ms-input-placeholder {
  color: #dfdbd2
}

.placeholder-lightgray::placeholder {
  color: #dfdbd2
}

.placeholder-light:-ms-input-placeholder {
  color: #fafafa
}

.placeholder-light::placeholder {
  color: #fafafa
}

.placeholder-dark:-ms-input-placeholder {
  color: #000000
}

.placeholder-dark::placeholder {
  color: #000000
}

.focus\:placeholder-base:focus:-ms-input-placeholder {
  color: #000000
}

.focus\:placeholder-base:focus::placeholder {
  color: #000000
}

.focus\:placeholder-primary:focus:-ms-input-placeholder {
  color: #FFCC00
}

.focus\:placeholder-primary:focus::placeholder {
  color: #FFCC00
}

.focus\:placeholder-secondary:focus:-ms-input-placeholder {
  color: #6BBFF7
}

.focus\:placeholder-secondary:focus::placeholder {
  color: #6BBFF7
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff
}

.focus\:placeholder-danger:focus:-ms-input-placeholder {
  color: #FF695B
}

.focus\:placeholder-danger:focus::placeholder {
  color: #FF695B
}

.focus\:placeholder-warning:focus:-ms-input-placeholder {
  color: #FFBE4F
}

.focus\:placeholder-warning:focus::placeholder {
  color: #FFBE4F
}

.focus\:placeholder-success:focus:-ms-input-placeholder {
  color: #3DCC79
}

.focus\:placeholder-success:focus::placeholder {
  color: #3DCC79
}

.focus\:placeholder-gray:focus:-ms-input-placeholder {
  color: #EFEFEF
}

.focus\:placeholder-gray:focus::placeholder {
  color: #EFEFEF
}

.focus\:placeholder-lightgray:focus:-ms-input-placeholder {
  color: #dfdbd2
}

.focus\:placeholder-lightgray:focus::placeholder {
  color: #dfdbd2
}

.focus\:placeholder-light:focus:-ms-input-placeholder {
  color: #fafafa
}

.focus\:placeholder-light:focus::placeholder {
  color: #fafafa
}

.focus\:placeholder-dark:focus:-ms-input-placeholder {
  color: #000000
}

.focus\:placeholder-dark:focus::placeholder {
  color: #000000
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.inset-x-0 {
  right: 0;
  left: 0
}

.inset-y-auto {
  top: auto;
  bottom: auto
}

.inset-x-auto {
  right: auto;
  left: auto
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.resize-none {
  resize: none
}

.resize-y {
  resize: vertical
}

.resize-x {
  resize: horizontal
}

.resize {
  resize: both
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.shadow-none {
  box-shadow: none
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.hover\:shadow-none:hover {
  box-shadow: none
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.focus\:shadow-none:focus {
  box-shadow: none
}

.fill-base {
  fill: #000000
}

.fill-primary {
  fill: #FFCC00
}

.fill-secondary {
  fill: #6BBFF7
}

.fill-white {
  fill: #fff
}

.fill-danger {
  fill: #FF695B
}

.fill-warning {
  fill: #FFBE4F
}

.fill-success {
  fill: #3DCC79
}

.fill-gray {
  fill: #EFEFEF
}

.fill-lightgray {
  fill: #dfdbd2
}

.fill-light {
  fill: #fafafa
}

.fill-dark {
  fill: #000000
}

.stroke-current {
  stroke: currentColor
}

.stroke-0 {
  stroke-width: 0
}

.stroke-1 {
  stroke-width: 1
}

.stroke-2 {
  stroke-width: 2
}

.table-auto {
  table-layout: auto
}

.table-fixed {
  table-layout: fixed
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-base {
  color: #000000
}

.text-primary {
  color: #FFCC00
}

.text-secondary {
  color: #6BBFF7
}

.text-white {
  color: #fff
}

.text-danger {
  color: #FF695B
}

.text-warning {
  color: #FFBE4F
}

.text-success {
  color: #3DCC79
}

.text-gray {
  color: #EFEFEF
}

.text-lightgray {
  color: #dfdbd2
}

.text-light {
  color: #fafafa
}

.text-dark {
  color: #000000
}

.hover\:text-base:hover {
  color: #000000
}

.hover\:text-primary:hover {
  color: #FFCC00
}

.hover\:text-secondary:hover {
  color: #6BBFF7
}

.hover\:text-white:hover {
  color: #fff
}

.hover\:text-danger:hover {
  color: #FF695B
}

.hover\:text-warning:hover {
  color: #FFBE4F
}

.hover\:text-success:hover {
  color: #3DCC79
}

.hover\:text-gray:hover {
  color: #EFEFEF
}

.hover\:text-lightgray:hover {
  color: #dfdbd2
}

.hover\:text-light:hover {
  color: #fafafa
}

.hover\:text-dark:hover {
  color: #000000
}

.focus\:text-base:focus {
  color: #000000
}

.focus\:text-primary:focus {
  color: #FFCC00
}

.focus\:text-secondary:focus {
  color: #6BBFF7
}

.focus\:text-white:focus {
  color: #fff
}

.focus\:text-danger:focus {
  color: #FF695B
}

.focus\:text-warning:focus {
  color: #FFBE4F
}

.focus\:text-success:focus {
  color: #3DCC79
}

.focus\:text-gray:focus {
  color: #EFEFEF
}

.focus\:text-lightgray:focus {
  color: #dfdbd2
}

.focus\:text-light:focus {
  color: #fafafa
}

.focus\:text-dark:focus {
  color: #000000
}

.text-xs {
  font-size: 0.75rem
}

.text-sm {
  font-size: 0.875rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-4xl {
  font-size: 2.25rem
}

.text-5xl {
  font-size: 3rem
}

.text-6xl {
  font-size: 4rem
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.no-underline {
  text-decoration: none
}

.hover\:underline:hover {
  text-decoration: underline
}

.hover\:line-through:hover {
  text-decoration: line-through
}

.hover\:no-underline:hover {
  text-decoration: none
}

.focus\:underline:focus {
  text-decoration: underline
}

.focus\:line-through:focus {
  text-decoration: line-through
}

.focus\:no-underline:focus {
  text-decoration: none
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.select-text {
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text
}

.select-all {
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all
}

.select-auto {
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.align-text-top {
  vertical-align: text-top
}

.align-text-bottom {
  vertical-align: text-bottom
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-normal {
  white-space: normal
}

.whitespace-no-wrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal
}

.break-words {
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.w-0 {
  width: 0
}

.w-1 {
  width: 0.25rem
}

.w-2 {
  width: 0.5rem
}

.w-3 {
  width: 0.75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-32 {
  width: 8rem
}

.w-40 {
  width: 10rem
}

.w-48 {
  width: 12rem
}

.w-56 {
  width: 14rem
}

.w-64 {
  width: 16rem
}

.w-auto {
  width: auto
}

.w-px {
  width: 1px
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-1\/4 {
  width: 25%
}

.w-2\/4 {
  width: 50%
}

.w-3\/4 {
  width: 75%
}

.w-1\/5 {
  width: 20%
}

.w-2\/5 {
  width: 40%
}

.w-3\/5 {
  width: 60%
}

.w-4\/5 {
  width: 80%
}

.w-1\/6 {
  width: 16.666667%
}

.w-2\/6 {
  width: 33.333333%
}

.w-3\/6 {
  width: 50%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-1\/12 {
  width: 8.333333%
}

.w-2\/12 {
  width: 16.666667%
}

.w-3\/12 {
  width: 25%
}

.w-4\/12 {
  width: 33.333333%
}

.w-5\/12 {
  width: 41.666667%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-10\/12 {
  width: 83.333333%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-auto {
  z-index: auto
}

.gap-0 {
  grid-gap: 0;
  gap: 0
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem
}

.gap-px {
  grid-gap: 1px;
  gap: 1px
}

.col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem
}

.col-gap-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem
}

.col-gap-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem
}

.col-gap-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem
}

.col-gap-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem
}

.col-gap-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem
}

.col-gap-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem
}

.col-gap-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem
}

.col-gap-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem
}

.col-gap-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem
}

.col-gap-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem
}

.col-gap-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem
}

.col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px
}

.grid-flow-row {
  grid-auto-flow: row
}

.grid-flow-col {
  grid-auto-flow: column
}

.grid-flow-row-dense {
  grid-auto-flow: row dense
}

.grid-flow-col-dense {
  grid-auto-flow: column dense
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
      grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
      grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
      grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-none {
  -ms-grid-columns: none;
      grid-template-columns: none
}

.col-auto {
  -ms-grid-column: auto;
      grid-column: auto
}

.col-span-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: span 1;
      grid-column: span 1 / span 1
}

.col-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
      grid-column: span 2 / span 2
}

.col-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
      grid-column: span 3 / span 3
}

.col-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
      grid-column: span 4 / span 4
}

.col-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
      grid-column: span 5 / span 5
}

.col-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
      grid-column: span 6 / span 6
}

.col-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: span 7;
      grid-column: span 7 / span 7
}

.col-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: span 8;
      grid-column: span 8 / span 8
}

.col-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: span 9;
      grid-column: span 9 / span 9
}

.col-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: span 10;
      grid-column: span 10 / span 10
}

.col-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: span 11;
      grid-column: span 11 / span 11
}

.col-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
      grid-column: span 12 / span 12
}

.col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1
}

.col-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2
}

.col-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3
}

.col-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4
}

.col-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5
}

.col-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6
}

.col-start-7 {
  -ms-grid-column: 7;
      grid-column-start: 7
}

.col-start-8 {
  -ms-grid-column: 8;
      grid-column-start: 8
}

.col-start-9 {
  -ms-grid-column: 9;
      grid-column-start: 9
}

.col-start-10 {
  -ms-grid-column: 10;
      grid-column-start: 10
}

.col-start-11 {
  -ms-grid-column: 11;
      grid-column-start: 11
}

.col-start-12 {
  -ms-grid-column: 12;
      grid-column-start: 12
}

.col-start-13 {
  -ms-grid-column: 13;
      grid-column-start: 13
}

.col-start-auto {
  -ms-grid-column: auto;
      grid-column-start: auto
}

.col-end-1 {
  grid-column-end: 1
}

.col-end-2 {
  grid-column-end: 2
}

.col-end-3 {
  grid-column-end: 3
}

.col-end-4 {
  grid-column-end: 4
}

.col-end-5 {
  grid-column-end: 5
}

.col-end-6 {
  grid-column-end: 6
}

.col-end-7 {
  grid-column-end: 7
}

.col-end-8 {
  grid-column-end: 8
}

.col-end-9 {
  grid-column-end: 9
}

.col-end-10 {
  grid-column-end: 10
}

.col-end-11 {
  grid-column-end: 11
}

.col-end-12 {
  grid-column-end: 12
}

.col-end-13 {
  grid-column-end: 13
}

.col-end-auto {
  grid-column-end: auto
}

.grid-rows-1 {
  -ms-grid-rows: (minmax(0, 1fr))[1];
      grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-2 {
  -ms-grid-rows: (minmax(0, 1fr))[2];
      grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-3 {
  -ms-grid-rows: (minmax(0, 1fr))[3];
      grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-rows-4 {
  -ms-grid-rows: (minmax(0, 1fr))[4];
      grid-template-rows: repeat(4, minmax(0, 1fr))
}

.grid-rows-5 {
  -ms-grid-rows: (minmax(0, 1fr))[5];
      grid-template-rows: repeat(5, minmax(0, 1fr))
}

.grid-rows-6 {
  -ms-grid-rows: (minmax(0, 1fr))[6];
      grid-template-rows: repeat(6, minmax(0, 1fr))
}

.grid-rows-none {
  -ms-grid-rows: none;
      grid-template-rows: none
}

.row-auto {
  -ms-grid-row: auto;
      grid-row: auto
}

.row-span-1 {
  -ms-grid-row-span: 1;
  -ms-grid-row: span 1;
      grid-row: span 1 / span 1
}

.row-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: span 2;
      grid-row: span 2 / span 2
}

.row-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: span 3;
      grid-row: span 3 / span 3
}

.row-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: span 4;
      grid-row: span 4 / span 4
}

.row-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: span 5;
      grid-row: span 5 / span 5
}

.row-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: span 6;
      grid-row: span 6 / span 6
}

.row-start-1 {
  -ms-grid-row: 1;
      grid-row-start: 1
}

.row-start-2 {
  -ms-grid-row: 2;
      grid-row-start: 2
}

.row-start-3 {
  -ms-grid-row: 3;
      grid-row-start: 3
}

.row-start-4 {
  -ms-grid-row: 4;
      grid-row-start: 4
}

.row-start-5 {
  -ms-grid-row: 5;
      grid-row-start: 5
}

.row-start-6 {
  -ms-grid-row: 6;
      grid-row-start: 6
}

.row-start-7 {
  -ms-grid-row: 7;
      grid-row-start: 7
}

.row-start-auto {
  -ms-grid-row: auto;
      grid-row-start: auto
}

.row-end-1 {
  grid-row-end: 1
}

.row-end-2 {
  grid-row-end: 2
}

.row-end-3 {
  grid-row-end: 3
}

.row-end-4 {
  grid-row-end: 4
}

.row-end-5 {
  grid-row-end: 5
}

.row-end-6 {
  grid-row-end: 6
}

.row-end-7 {
  grid-row-end: 7
}

.row-end-auto {
  grid-row-end: auto
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transform-none {
  transform: none
}

.origin-center {
  transform-origin: center
}

.origin-top {
  transform-origin: top
}

.origin-top-right {
  transform-origin: top right
}

.origin-right {
  transform-origin: right
}

.origin-bottom-right {
  transform-origin: bottom right
}

.origin-bottom {
  transform-origin: bottom
}

.origin-bottom-left {
  transform-origin: bottom left
}

.origin-left {
  transform-origin: left
}

.origin-top-left {
  transform-origin: top left
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.scale-x-0 {
  --transform-scale-x: 0
}

.scale-x-50 {
  --transform-scale-x: .5
}

.scale-x-75 {
  --transform-scale-x: .75
}

.scale-x-90 {
  --transform-scale-x: .9
}

.scale-x-95 {
  --transform-scale-x: .95
}

.scale-x-100 {
  --transform-scale-x: 1
}

.scale-x-105 {
  --transform-scale-x: 1.05
}

.scale-x-110 {
  --transform-scale-x: 1.1
}

.scale-x-125 {
  --transform-scale-x: 1.25
}

.scale-x-150 {
  --transform-scale-x: 1.5
}

.scale-y-0 {
  --transform-scale-y: 0
}

.scale-y-50 {
  --transform-scale-y: .5
}

.scale-y-75 {
  --transform-scale-y: .75
}

.scale-y-90 {
  --transform-scale-y: .9
}

.scale-y-95 {
  --transform-scale-y: .95
}

.scale-y-100 {
  --transform-scale-y: 1
}

.scale-y-105 {
  --transform-scale-y: 1.05
}

.scale-y-110 {
  --transform-scale-y: 1.1
}

.scale-y-125 {
  --transform-scale-y: 1.25
}

.scale-y-150 {
  --transform-scale-y: 1.5
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5
}

.rotate-0 {
  --transform-rotate: 0
}

.rotate-45 {
  --transform-rotate: 45deg
}

.rotate-90 {
  --transform-rotate: 90deg
}

.rotate-180 {
  --transform-rotate: 180deg
}

.-rotate-180 {
  --transform-rotate: -180deg
}

.-rotate-90 {
  --transform-rotate: -90deg
}

.-rotate-45 {
  --transform-rotate: -45deg
}

.hover\:rotate-0:hover {
  --transform-rotate: 0
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg
}

.focus\:rotate-0:focus {
  --transform-rotate: 0
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg
}

.translate-x-0 {
  --transform-translate-x: 0
}

.translate-x-1 {
  --transform-translate-x: 0.25rem
}

.translate-x-2 {
  --transform-translate-x: 0.5rem
}

.translate-x-3 {
  --transform-translate-x: 0.75rem
}

.translate-x-4 {
  --transform-translate-x: 1rem
}

.translate-x-5 {
  --transform-translate-x: 1.25rem
}

.translate-x-6 {
  --transform-translate-x: 1.5rem
}

.translate-x-8 {
  --transform-translate-x: 2rem
}

.translate-x-10 {
  --transform-translate-x: 2.5rem
}

.translate-x-12 {
  --transform-translate-x: 3rem
}

.translate-x-16 {
  --transform-translate-x: 4rem
}

.translate-x-20 {
  --transform-translate-x: 5rem
}

.translate-x-24 {
  --transform-translate-x: 6rem
}

.translate-x-32 {
  --transform-translate-x: 8rem
}

.translate-x-40 {
  --transform-translate-x: 10rem
}

.translate-x-48 {
  --transform-translate-x: 12rem
}

.translate-x-56 {
  --transform-translate-x: 14rem
}

.translate-x-64 {
  --transform-translate-x: 16rem
}

.translate-x-px {
  --transform-translate-x: 1px
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem
}

.-translate-x-4 {
  --transform-translate-x: -1rem
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem
}

.-translate-x-8 {
  --transform-translate-x: -2rem
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem
}

.-translate-x-12 {
  --transform-translate-x: -3rem
}

.-translate-x-16 {
  --transform-translate-x: -4rem
}

.-translate-x-20 {
  --transform-translate-x: -5rem
}

.-translate-x-24 {
  --transform-translate-x: -6rem
}

.-translate-x-32 {
  --transform-translate-x: -8rem
}

.-translate-x-40 {
  --transform-translate-x: -10rem
}

.-translate-x-48 {
  --transform-translate-x: -12rem
}

.-translate-x-56 {
  --transform-translate-x: -14rem
}

.-translate-x-64 {
  --transform-translate-x: -16rem
}

.-translate-x-px {
  --transform-translate-x: -1px
}

.-translate-x-full {
  --transform-translate-x: -100%
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%
}

.translate-x-1\/2 {
  --transform-translate-x: 50%
}

.translate-x-full {
  --transform-translate-x: 100%
}

.translate-y-0 {
  --transform-translate-y: 0
}

.translate-y-1 {
  --transform-translate-y: 0.25rem
}

.translate-y-2 {
  --transform-translate-y: 0.5rem
}

.translate-y-3 {
  --transform-translate-y: 0.75rem
}

.translate-y-4 {
  --transform-translate-y: 1rem
}

.translate-y-5 {
  --transform-translate-y: 1.25rem
}

.translate-y-6 {
  --transform-translate-y: 1.5rem
}

.translate-y-8 {
  --transform-translate-y: 2rem
}

.translate-y-10 {
  --transform-translate-y: 2.5rem
}

.translate-y-12 {
  --transform-translate-y: 3rem
}

.translate-y-16 {
  --transform-translate-y: 4rem
}

.translate-y-20 {
  --transform-translate-y: 5rem
}

.translate-y-24 {
  --transform-translate-y: 6rem
}

.translate-y-32 {
  --transform-translate-y: 8rem
}

.translate-y-40 {
  --transform-translate-y: 10rem
}

.translate-y-48 {
  --transform-translate-y: 12rem
}

.translate-y-56 {
  --transform-translate-y: 14rem
}

.translate-y-64 {
  --transform-translate-y: 16rem
}

.translate-y-px {
  --transform-translate-y: 1px
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem
}

.-translate-y-4 {
  --transform-translate-y: -1rem
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem
}

.-translate-y-8 {
  --transform-translate-y: -2rem
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem
}

.-translate-y-12 {
  --transform-translate-y: -3rem
}

.-translate-y-16 {
  --transform-translate-y: -4rem
}

.-translate-y-20 {
  --transform-translate-y: -5rem
}

.-translate-y-24 {
  --transform-translate-y: -6rem
}

.-translate-y-32 {
  --transform-translate-y: -8rem
}

.-translate-y-40 {
  --transform-translate-y: -10rem
}

.-translate-y-48 {
  --transform-translate-y: -12rem
}

.-translate-y-56 {
  --transform-translate-y: -14rem
}

.-translate-y-64 {
  --transform-translate-y: -16rem
}

.-translate-y-px {
  --transform-translate-y: -1px
}

.-translate-y-full {
  --transform-translate-y: -100%
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%
}

.translate-y-1\/2 {
  --transform-translate-y: 50%
}

.translate-y-full {
  --transform-translate-y: 100%
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%
}

.skew-x-0 {
  --transform-skew-x: 0
}

.skew-x-3 {
  --transform-skew-x: 3deg
}

.skew-x-6 {
  --transform-skew-x: 6deg
}

.skew-x-12 {
  --transform-skew-x: 12deg
}

.-skew-x-12 {
  --transform-skew-x: -12deg
}

.-skew-x-6 {
  --transform-skew-x: -6deg
}

.-skew-x-3 {
  --transform-skew-x: -3deg
}

.skew-y-0 {
  --transform-skew-y: 0
}

.skew-y-3 {
  --transform-skew-y: 3deg
}

.skew-y-6 {
  --transform-skew-y: 6deg
}

.skew-y-12 {
  --transform-skew-y: 12deg
}

.-skew-y-12 {
  --transform-skew-y: -12deg
}

.-skew-y-6 {
  --transform-skew-y: -6deg
}

.-skew-y-3 {
  --transform-skew-y: -3deg
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg
}

.transition-none {
  transition-property: none
}

.transition-all {
  transition-property: all
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
  transition-property: opacity
}

.transition-shadow {
  transition-property: box-shadow
}

.transition-transform {
  transition-property: transform
}

.ease-linear {
  transition-timing-function: linear
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.duration-75 {
  transition-duration: 75ms
}

.duration-100 {
  transition-duration: 100ms
}

.duration-150 {
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

.duration-500 {
  transition-duration: 500ms
}

.duration-700 {
  transition-duration: 700ms
}

.duration-1000 {
  transition-duration: 1000ms
}

@media (max-width: 767px) {
  .mb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

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

  .mb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:bg-fixed {
    background-attachment: fixed
  }

  .mb\:bg-local {
    background-attachment: local
  }

  .mb\:bg-scroll {
    background-attachment: scroll
  }

  .mb\:bg-base {
    background-color: #000000
  }

  .mb\:bg-primary {
    background-color: #FFCC00
  }

  .mb\:bg-secondary {
    background-color: #6BBFF7
  }

  .mb\:bg-white {
    background-color: #fff
  }

  .mb\:bg-danger {
    background-color: #FF695B
  }

  .mb\:bg-warning {
    background-color: #FFBE4F
  }

  .mb\:bg-success {
    background-color: #3DCC79
  }

  .mb\:bg-gray {
    background-color: #EFEFEF
  }

  .mb\:bg-lightgray {
    background-color: #dfdbd2
  }

  .mb\:bg-light {
    background-color: #fafafa
  }

  .mb\:bg-dark {
    background-color: #000000
  }

  .mb\:hover\:bg-base:hover {
    background-color: #000000
  }

  .mb\:hover\:bg-primary:hover {
    background-color: #FFCC00
  }

  .mb\:hover\:bg-secondary:hover {
    background-color: #6BBFF7
  }

  .mb\:hover\:bg-white:hover {
    background-color: #fff
  }

  .mb\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .mb\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .mb\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .mb\:hover\:bg-gray:hover {
    background-color: #EFEFEF
  }

  .mb\:hover\:bg-lightgray:hover {
    background-color: #dfdbd2
  }

  .mb\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .mb\:hover\:bg-dark:hover {
    background-color: #000000
  }

  .mb\:focus\:bg-base:focus {
    background-color: #000000
  }

  .mb\:focus\:bg-primary:focus {
    background-color: #FFCC00
  }

  .mb\:focus\:bg-secondary:focus {
    background-color: #6BBFF7
  }

  .mb\:focus\:bg-white:focus {
    background-color: #fff
  }

  .mb\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .mb\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .mb\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .mb\:focus\:bg-gray:focus {
    background-color: #EFEFEF
  }

  .mb\:focus\:bg-lightgray:focus {
    background-color: #dfdbd2
  }

  .mb\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .mb\:focus\:bg-dark:focus {
    background-color: #000000
  }

  .mb\:bg-bottom {
    background-position: bottom
  }

  .mb\:bg-center {
    background-position: center
  }

  .mb\:bg-left {
    background-position: left
  }

  .mb\:bg-left-bottom {
    background-position: left bottom
  }

  .mb\:bg-left-top {
    background-position: left top
  }

  .mb\:bg-right {
    background-position: right
  }

  .mb\:bg-right-bottom {
    background-position: right bottom
  }

  .mb\:bg-right-top {
    background-position: right top
  }

  .mb\:bg-top {
    background-position: top
  }

  .mb\:bg-repeat {
    background-repeat: repeat
  }

  .mb\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .mb\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .mb\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .mb\:bg-repeat-round {
    background-repeat: round
  }

  .mb\:bg-repeat-space {
    background-repeat: space
  }

  .mb\:bg-auto {
    background-size: auto
  }

  .mb\:bg-cover {
    background-size: cover
  }

  .mb\:bg-contain {
    background-size: contain
  }

  .mb\:border-collapse {
    border-collapse: collapse
  }

  .mb\:border-separate {
    border-collapse: separate
  }

  .mb\:border-base {
    border-color: #000000
  }

  .mb\:border-primary {
    border-color: #FFCC00
  }

  .mb\:border-secondary {
    border-color: #6BBFF7
  }

  .mb\:border-white {
    border-color: #fff
  }

  .mb\:border-danger {
    border-color: #FF695B
  }

  .mb\:border-warning {
    border-color: #FFBE4F
  }

  .mb\:border-success {
    border-color: #3DCC79
  }

  .mb\:border-gray {
    border-color: #EFEFEF
  }

  .mb\:border-lightgray {
    border-color: #dfdbd2
  }

  .mb\:border-light {
    border-color: #fafafa
  }

  .mb\:border-dark {
    border-color: #000000
  }

  .mb\:hover\:border-base:hover {
    border-color: #000000
  }

  .mb\:hover\:border-primary:hover {
    border-color: #FFCC00
  }

  .mb\:hover\:border-secondary:hover {
    border-color: #6BBFF7
  }

  .mb\:hover\:border-white:hover {
    border-color: #fff
  }

  .mb\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .mb\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .mb\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .mb\:hover\:border-gray:hover {
    border-color: #EFEFEF
  }

  .mb\:hover\:border-lightgray:hover {
    border-color: #dfdbd2
  }

  .mb\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .mb\:hover\:border-dark:hover {
    border-color: #000000
  }

  .mb\:focus\:border-base:focus {
    border-color: #000000
  }

  .mb\:focus\:border-primary:focus {
    border-color: #FFCC00
  }

  .mb\:focus\:border-secondary:focus {
    border-color: #6BBFF7
  }

  .mb\:focus\:border-white:focus {
    border-color: #fff
  }

  .mb\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .mb\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .mb\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .mb\:focus\:border-gray:focus {
    border-color: #EFEFEF
  }

  .mb\:focus\:border-lightgray:focus {
    border-color: #dfdbd2
  }

  .mb\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .mb\:focus\:border-dark:focus {
    border-color: #000000
  }

  .mb\:rounded-none {
    border-radius: 0
  }

  .mb\:rounded-sm {
    border-radius: 0.125rem
  }

  .mb\:rounded {
    border-radius: 0.25rem
  }

  .mb\:rounded-md {
    border-radius: 0.375rem
  }

  .mb\:rounded-lg {
    border-radius: 0.5rem
  }

  .mb\:rounded-full {
    border-radius: 9999px
  }

  .mb\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .mb\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .mb\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .mb\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .mb\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .mb\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .mb\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .mb\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .mb\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .mb\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .mb\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .mb\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .mb\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .mb\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .mb\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .mb\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .mb\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .mb\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .mb\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .mb\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .mb\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .mb\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .mb\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .mb\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .mb\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .mb\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .mb\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .mb\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .mb\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .mb\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .mb\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .mb\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .mb\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .mb\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .mb\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .mb\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .mb\:border-solid {
    border-style: solid
  }

  .mb\:border-dashed {
    border-style: dashed
  }

  .mb\:border-dotted {
    border-style: dotted
  }

  .mb\:border-double {
    border-style: double
  }

  .mb\:border-none {
    border-style: none
  }

  .mb\:border-0 {
    border-width: 0
  }

  .mb\:border-2 {
    border-width: 2px
  }

  .mb\:border-3 {
    border-width: 3px
  }

  .mb\:border-4 {
    border-width: 4px
  }

  .mb\:border-5 {
    border-width: 5px
  }

  .mb\:border-6 {
    border-width: 6px
  }

  .mb\:border-7 {
    border-width: 7px
  }

  .mb\:border-8 {
    border-width: 8px
  }

  .mb\:border-9 {
    border-width: 9px
  }

  .mb\:border-10 {
    border-width: 10px
  }

  .mb\:border {
    border-width: 1px
  }

  .mb\:border-t-0 {
    border-top-width: 0
  }

  .mb\:border-r-0 {
    border-right-width: 0
  }

  .mb\:border-b-0 {
    border-bottom-width: 0
  }

  .mb\:border-l-0 {
    border-left-width: 0
  }

  .mb\:border-t-2 {
    border-top-width: 2px
  }

  .mb\:border-r-2 {
    border-right-width: 2px
  }

  .mb\:border-b-2 {
    border-bottom-width: 2px
  }

  .mb\:border-l-2 {
    border-left-width: 2px
  }

  .mb\:border-t-3 {
    border-top-width: 3px
  }

  .mb\:border-r-3 {
    border-right-width: 3px
  }

  .mb\:border-b-3 {
    border-bottom-width: 3px
  }

  .mb\:border-l-3 {
    border-left-width: 3px
  }

  .mb\:border-t-4 {
    border-top-width: 4px
  }

  .mb\:border-r-4 {
    border-right-width: 4px
  }

  .mb\:border-b-4 {
    border-bottom-width: 4px
  }

  .mb\:border-l-4 {
    border-left-width: 4px
  }

  .mb\:border-t-5 {
    border-top-width: 5px
  }

  .mb\:border-r-5 {
    border-right-width: 5px
  }

  .mb\:border-b-5 {
    border-bottom-width: 5px
  }

  .mb\:border-l-5 {
    border-left-width: 5px
  }

  .mb\:border-t-6 {
    border-top-width: 6px
  }

  .mb\:border-r-6 {
    border-right-width: 6px
  }

  .mb\:border-b-6 {
    border-bottom-width: 6px
  }

  .mb\:border-l-6 {
    border-left-width: 6px
  }

  .mb\:border-t-7 {
    border-top-width: 7px
  }

  .mb\:border-r-7 {
    border-right-width: 7px
  }

  .mb\:border-b-7 {
    border-bottom-width: 7px
  }

  .mb\:border-l-7 {
    border-left-width: 7px
  }

  .mb\:border-t-8 {
    border-top-width: 8px
  }

  .mb\:border-r-8 {
    border-right-width: 8px
  }

  .mb\:border-b-8 {
    border-bottom-width: 8px
  }

  .mb\:border-l-8 {
    border-left-width: 8px
  }

  .mb\:border-t-9 {
    border-top-width: 9px
  }

  .mb\:border-r-9 {
    border-right-width: 9px
  }

  .mb\:border-b-9 {
    border-bottom-width: 9px
  }

  .mb\:border-l-9 {
    border-left-width: 9px
  }

  .mb\:border-t-10 {
    border-top-width: 10px
  }

  .mb\:border-r-10 {
    border-right-width: 10px
  }

  .mb\:border-b-10 {
    border-bottom-width: 10px
  }

  .mb\:border-l-10 {
    border-left-width: 10px
  }

  .mb\:border-t {
    border-top-width: 1px
  }

  .mb\:border-r {
    border-right-width: 1px
  }

  .mb\:border-b {
    border-bottom-width: 1px
  }

  .mb\:border-l {
    border-left-width: 1px
  }

  .mb\:box-border {
    box-sizing: border-box
  }

  .mb\:box-content {
    box-sizing: content-box
  }

  .mb\:cursor-auto {
    cursor: auto
  }

  .mb\:cursor-default {
    cursor: default
  }

  .mb\:cursor-pointer {
    cursor: pointer
  }

  .mb\:cursor-wait {
    cursor: wait
  }

  .mb\:cursor-text {
    cursor: text
  }

  .mb\:cursor-move {
    cursor: move
  }

  .mb\:cursor-not-allowed {
    cursor: not-allowed
  }

  .mb\:block {
    display: block
  }

  .mb\:inline-block {
    display: inline-block
  }

  .mb\:inline {
    display: inline
  }

  .mb\:flex {
    display: flex
  }

  .mb\:inline-flex {
    display: inline-flex
  }

  .mb\:grid {
    display: -ms-grid;
    display: grid
  }

  .mb\:table {
    display: table
  }

  .mb\:table-caption {
    display: table-caption
  }

  .mb\:table-cell {
    display: table-cell
  }

  .mb\:table-column {
    display: table-column
  }

  .mb\:table-column-group {
    display: table-column-group
  }

  .mb\:table-footer-group {
    display: table-footer-group
  }

  .mb\:table-header-group {
    display: table-header-group
  }

  .mb\:table-row-group {
    display: table-row-group
  }

  .mb\:table-row {
    display: table-row
  }

  .mb\:hidden {
    display: none
  }

  .mb\:flex-row {
    flex-direction: row
  }

  .mb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .mb\:flex-col {
    flex-direction: column
  }

  .mb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .mb\:flex-wrap {
    flex-wrap: wrap
  }

  .mb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .mb\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .mb\:items-start {
    align-items: flex-start
  }

  .mb\:items-end {
    align-items: flex-end
  }

  .mb\:items-center {
    align-items: center
  }

  .mb\:items-baseline {
    align-items: baseline
  }

  .mb\:items-stretch {
    align-items: stretch
  }

  .mb\:self-auto {
    -ms-grid-row-align: auto;
        align-self: auto
  }

  .mb\:self-start {
    align-self: flex-start
  }

  .mb\:self-end {
    align-self: flex-end
  }

  .mb\:self-center {
    -ms-grid-row-align: center;
        align-self: center
  }

  .mb\:self-stretch {
    -ms-grid-row-align: stretch;
        align-self: stretch
  }

  .mb\:justify-start {
    justify-content: flex-start
  }

  .mb\:justify-end {
    justify-content: flex-end
  }

  .mb\:justify-center {
    justify-content: center
  }

  .mb\:justify-between {
    justify-content: space-between
  }

  .mb\:justify-around {
    justify-content: space-around
  }

  .mb\:justify-evenly {
    justify-content: space-evenly
  }

  .mb\:content-center {
    align-content: center
  }

  .mb\:content-start {
    align-content: flex-start
  }

  .mb\:content-end {
    align-content: flex-end
  }

  .mb\:content-between {
    align-content: space-between
  }

  .mb\:content-around {
    align-content: space-around
  }

  .mb\:flex-1 {
    flex: 1 1 0%
  }

  .mb\:flex-auto {
    flex: 1 1 auto
  }

  .mb\:flex-initial {
    flex: 0 1 auto
  }

  .mb\:flex-none {
    flex: none
  }

  .mb\:flex-grow-0 {
    flex-grow: 0
  }

  .mb\:flex-grow {
    flex-grow: 1
  }

  .mb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .mb\:flex-shrink {
    flex-shrink: 1
  }

  .mb\:order-1 {
    order: 1
  }

  .mb\:order-2 {
    order: 2
  }

  .mb\:order-3 {
    order: 3
  }

  .mb\:order-4 {
    order: 4
  }

  .mb\:order-5 {
    order: 5
  }

  .mb\:order-6 {
    order: 6
  }

  .mb\:order-7 {
    order: 7
  }

  .mb\:order-8 {
    order: 8
  }

  .mb\:order-9 {
    order: 9
  }

  .mb\:order-10 {
    order: 10
  }

  .mb\:order-11 {
    order: 11
  }

  .mb\:order-12 {
    order: 12
  }

  .mb\:order-first {
    order: -9999
  }

  .mb\:order-last {
    order: 9999
  }

  .mb\:order-none {
    order: 0
  }

  .mb\:float-right {
    float: right
  }

  .mb\:float-left {
    float: left
  }

  .mb\:float-none {
    float: none
  }

  .mb\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .mb\:clear-left {
    clear: left
  }

  .mb\:clear-right {
    clear: right
  }

  .mb\:clear-both {
    clear: both
  }

  .mb\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .mb\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .mb\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .mb\:font-hairline {
    font-weight: 100
  }

  .mb\:font-thin {
    font-weight: 200
  }

  .mb\:font-light {
    font-weight: 300
  }

  .mb\:font-normal {
    font-weight: 400
  }

  .mb\:font-medium {
    font-weight: 500
  }

  .mb\:font-semibold {
    font-weight: 600
  }

  .mb\:font-bold {
    font-weight: 700
  }

  .mb\:font-extrabold {
    font-weight: 800
  }

  .mb\:font-black {
    font-weight: 900
  }

  .mb\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .mb\:hover\:font-thin:hover {
    font-weight: 200
  }

  .mb\:hover\:font-light:hover {
    font-weight: 300
  }

  .mb\:hover\:font-normal:hover {
    font-weight: 400
  }

  .mb\:hover\:font-medium:hover {
    font-weight: 500
  }

  .mb\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .mb\:hover\:font-bold:hover {
    font-weight: 700
  }

  .mb\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .mb\:hover\:font-black:hover {
    font-weight: 900
  }

  .mb\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .mb\:focus\:font-thin:focus {
    font-weight: 200
  }

  .mb\:focus\:font-light:focus {
    font-weight: 300
  }

  .mb\:focus\:font-normal:focus {
    font-weight: 400
  }

  .mb\:focus\:font-medium:focus {
    font-weight: 500
  }

  .mb\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .mb\:focus\:font-bold:focus {
    font-weight: 700
  }

  .mb\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .mb\:focus\:font-black:focus {
    font-weight: 900
  }

  .mb\:h-0 {
    height: 0
  }

  .mb\:h-1 {
    height: 0.25rem
  }

  .mb\:h-2 {
    height: 0.5rem
  }

  .mb\:h-3 {
    height: 0.75rem
  }

  .mb\:h-4 {
    height: 1rem
  }

  .mb\:h-5 {
    height: 1.25rem
  }

  .mb\:h-6 {
    height: 1.5rem
  }

  .mb\:h-8 {
    height: 2rem
  }

  .mb\:h-10 {
    height: 2.5rem
  }

  .mb\:h-12 {
    height: 3rem
  }

  .mb\:h-16 {
    height: 4rem
  }

  .mb\:h-20 {
    height: 5rem
  }

  .mb\:h-24 {
    height: 6rem
  }

  .mb\:h-32 {
    height: 8rem
  }

  .mb\:h-40 {
    height: 10rem
  }

  .mb\:h-48 {
    height: 12rem
  }

  .mb\:h-56 {
    height: 14rem
  }

  .mb\:h-64 {
    height: 16rem
  }

  .mb\:h-auto {
    height: auto
  }

  .mb\:h-px {
    height: 1px
  }

  .mb\:h-full {
    height: 100%
  }

  .mb\:h-screen {
    height: 100vh
  }

  .mb\:leading-3 {
    line-height: .75rem
  }

  .mb\:leading-4 {
    line-height: 1rem
  }

  .mb\:leading-5 {
    line-height: 1.25rem
  }

  .mb\:leading-6 {
    line-height: 1.5rem
  }

  .mb\:leading-7 {
    line-height: 1.75rem
  }

  .mb\:leading-8 {
    line-height: 2rem
  }

  .mb\:leading-9 {
    line-height: 2.25rem
  }

  .mb\:leading-10 {
    line-height: 2.5rem
  }

  .mb\:leading-none {
    line-height: 1
  }

  .mb\:leading-tight {
    line-height: 1.25
  }

  .mb\:leading-snug {
    line-height: 1.375
  }

  .mb\:leading-normal {
    line-height: 1.5
  }

  .mb\:leading-relaxed {
    line-height: 1.625
  }

  .mb\:leading-loose {
    line-height: 2
  }

  .mb\:list-inside {
    list-style-position: inside
  }

  .mb\:list-outside {
    list-style-position: outside
  }

  .mb\:list-none {
    list-style-type: none
  }

  .mb\:list-disc {
    list-style-type: disc
  }

  .mb\:list-decimal {
    list-style-type: decimal
  }

  .mb\:m-0 {
    margin: 0
  }

  .mb\:m-1 {
    margin: 0.25rem
  }

  .mb\:m-2 {
    margin: 0.5rem
  }

  .mb\:m-3 {
    margin: 0.75rem
  }

  .mb\:m-4 {
    margin: 1rem
  }

  .mb\:m-5 {
    margin: 1.25rem
  }

  .mb\:m-6 {
    margin: 1.5rem
  }

  .mb\:m-8 {
    margin: 2rem
  }

  .mb\:m-10 {
    margin: 2.5rem
  }

  .mb\:m-12 {
    margin: 3rem
  }

  .mb\:m-16 {
    margin: 4rem
  }

  .mb\:m-20 {
    margin: 5rem
  }

  .mb\:m-24 {
    margin: 6rem
  }

  .mb\:m-32 {
    margin: 8rem
  }

  .mb\:m-40 {
    margin: 10rem
  }

  .mb\:m-48 {
    margin: 12rem
  }

  .mb\:m-56 {
    margin: 14rem
  }

  .mb\:m-64 {
    margin: 16rem
  }

  .mb\:m-auto {
    margin: auto
  }

  .mb\:m-px {
    margin: 1px
  }

  .mb\:-m-1 {
    margin: -0.25rem
  }

  .mb\:-m-2 {
    margin: -0.5rem
  }

  .mb\:-m-3 {
    margin: -0.75rem
  }

  .mb\:-m-4 {
    margin: -1rem
  }

  .mb\:-m-5 {
    margin: -1.25rem
  }

  .mb\:-m-6 {
    margin: -1.5rem
  }

  .mb\:-m-8 {
    margin: -2rem
  }

  .mb\:-m-10 {
    margin: -2.5rem
  }

  .mb\:-m-12 {
    margin: -3rem
  }

  .mb\:-m-16 {
    margin: -4rem
  }

  .mb\:-m-20 {
    margin: -5rem
  }

  .mb\:-m-24 {
    margin: -6rem
  }

  .mb\:-m-32 {
    margin: -8rem
  }

  .mb\:-m-40 {
    margin: -10rem
  }

  .mb\:-m-48 {
    margin: -12rem
  }

  .mb\:-m-56 {
    margin: -14rem
  }

  .mb\:-m-64 {
    margin: -16rem
  }

  .mb\:-m-px {
    margin: -1px
  }

  .mb\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .mb\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .mb\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .mb\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .mb\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .mb\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .mb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .mb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .mb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .mb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .mb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .mb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .mb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .mb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .mb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .mb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .mb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .mb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .mb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .mb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .mb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .mb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .mb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .mb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .mb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .mb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .mb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .mb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .mb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .mb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .mb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .mb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .mb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .mb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .mb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .mb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .mb\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .mb\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .mb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .mb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .mb\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .mb\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .mb\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .mb\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .mb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .mb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .mb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .mb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .mb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .mb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .mb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .mb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .mb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .mb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .mb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .mb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .mb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .mb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .mb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .mb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .mb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .mb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .mb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .mb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .mb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .mb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .mb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .mb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .mb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .mb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .mb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .mb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .mb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .mb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .mb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .mb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .mb\:mt-0 {
    margin-top: 0
  }

  .mb\:mr-0 {
    margin-right: 0
  }

  .mb\:mb-0 {
    margin-bottom: 0
  }

  .mb\:ml-0 {
    margin-left: 0
  }

  .mb\:mt-1 {
    margin-top: 0.25rem
  }

  .mb\:mr-1 {
    margin-right: 0.25rem
  }

  .mb\:mb-1 {
    margin-bottom: 0.25rem
  }

  .mb\:ml-1 {
    margin-left: 0.25rem
  }

  .mb\:mt-2 {
    margin-top: 0.5rem
  }

  .mb\:mr-2 {
    margin-right: 0.5rem
  }

  .mb\:mb-2 {
    margin-bottom: 0.5rem
  }

  .mb\:ml-2 {
    margin-left: 0.5rem
  }

  .mb\:mt-3 {
    margin-top: 0.75rem
  }

  .mb\:mr-3 {
    margin-right: 0.75rem
  }

  .mb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .mb\:ml-3 {
    margin-left: 0.75rem
  }

  .mb\:mt-4 {
    margin-top: 1rem
  }

  .mb\:mr-4 {
    margin-right: 1rem
  }

  .mb\:mb-4 {
    margin-bottom: 1rem
  }

  .mb\:ml-4 {
    margin-left: 1rem
  }

  .mb\:mt-5 {
    margin-top: 1.25rem
  }

  .mb\:mr-5 {
    margin-right: 1.25rem
  }

  .mb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .mb\:ml-5 {
    margin-left: 1.25rem
  }

  .mb\:mt-6 {
    margin-top: 1.5rem
  }

  .mb\:mr-6 {
    margin-right: 1.5rem
  }

  .mb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .mb\:ml-6 {
    margin-left: 1.5rem
  }

  .mb\:mt-8 {
    margin-top: 2rem
  }

  .mb\:mr-8 {
    margin-right: 2rem
  }

  .mb\:mb-8 {
    margin-bottom: 2rem
  }

  .mb\:ml-8 {
    margin-left: 2rem
  }

  .mb\:mt-10 {
    margin-top: 2.5rem
  }

  .mb\:mr-10 {
    margin-right: 2.5rem
  }

  .mb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .mb\:ml-10 {
    margin-left: 2.5rem
  }

  .mb\:mt-12 {
    margin-top: 3rem
  }

  .mb\:mr-12 {
    margin-right: 3rem
  }

  .mb\:mb-12 {
    margin-bottom: 3rem
  }

  .mb\:ml-12 {
    margin-left: 3rem
  }

  .mb\:mt-16 {
    margin-top: 4rem
  }

  .mb\:mr-16 {
    margin-right: 4rem
  }

  .mb\:mb-16 {
    margin-bottom: 4rem
  }

  .mb\:ml-16 {
    margin-left: 4rem
  }

  .mb\:mt-20 {
    margin-top: 5rem
  }

  .mb\:mr-20 {
    margin-right: 5rem
  }

  .mb\:mb-20 {
    margin-bottom: 5rem
  }

  .mb\:ml-20 {
    margin-left: 5rem
  }

  .mb\:mt-24 {
    margin-top: 6rem
  }

  .mb\:mr-24 {
    margin-right: 6rem
  }

  .mb\:mb-24 {
    margin-bottom: 6rem
  }

  .mb\:ml-24 {
    margin-left: 6rem
  }

  .mb\:mt-32 {
    margin-top: 8rem
  }

  .mb\:mr-32 {
    margin-right: 8rem
  }

  .mb\:mb-32 {
    margin-bottom: 8rem
  }

  .mb\:ml-32 {
    margin-left: 8rem
  }

  .mb\:mt-40 {
    margin-top: 10rem
  }

  .mb\:mr-40 {
    margin-right: 10rem
  }

  .mb\:mb-40 {
    margin-bottom: 10rem
  }

  .mb\:ml-40 {
    margin-left: 10rem
  }

  .mb\:mt-48 {
    margin-top: 12rem
  }

  .mb\:mr-48 {
    margin-right: 12rem
  }

  .mb\:mb-48 {
    margin-bottom: 12rem
  }

  .mb\:ml-48 {
    margin-left: 12rem
  }

  .mb\:mt-56 {
    margin-top: 14rem
  }

  .mb\:mr-56 {
    margin-right: 14rem
  }

  .mb\:mb-56 {
    margin-bottom: 14rem
  }

  .mb\:ml-56 {
    margin-left: 14rem
  }

  .mb\:mt-64 {
    margin-top: 16rem
  }

  .mb\:mr-64 {
    margin-right: 16rem
  }

  .mb\:mb-64 {
    margin-bottom: 16rem
  }

  .mb\:ml-64 {
    margin-left: 16rem
  }

  .mb\:mt-auto {
    margin-top: auto
  }

  .mb\:mr-auto {
    margin-right: auto
  }

  .mb\:mb-auto {
    margin-bottom: auto
  }

  .mb\:ml-auto {
    margin-left: auto
  }

  .mb\:mt-px {
    margin-top: 1px
  }

  .mb\:mr-px {
    margin-right: 1px
  }

  .mb\:mb-px {
    margin-bottom: 1px
  }

  .mb\:ml-px {
    margin-left: 1px
  }

  .mb\:-mt-1 {
    margin-top: -0.25rem
  }

  .mb\:-mr-1 {
    margin-right: -0.25rem
  }

  .mb\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .mb\:-ml-1 {
    margin-left: -0.25rem
  }

  .mb\:-mt-2 {
    margin-top: -0.5rem
  }

  .mb\:-mr-2 {
    margin-right: -0.5rem
  }

  .mb\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .mb\:-ml-2 {
    margin-left: -0.5rem
  }

  .mb\:-mt-3 {
    margin-top: -0.75rem
  }

  .mb\:-mr-3 {
    margin-right: -0.75rem
  }

  .mb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .mb\:-ml-3 {
    margin-left: -0.75rem
  }

  .mb\:-mt-4 {
    margin-top: -1rem
  }

  .mb\:-mr-4 {
    margin-right: -1rem
  }

  .mb\:-mb-4 {
    margin-bottom: -1rem
  }

  .mb\:-ml-4 {
    margin-left: -1rem
  }

  .mb\:-mt-5 {
    margin-top: -1.25rem
  }

  .mb\:-mr-5 {
    margin-right: -1.25rem
  }

  .mb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .mb\:-ml-5 {
    margin-left: -1.25rem
  }

  .mb\:-mt-6 {
    margin-top: -1.5rem
  }

  .mb\:-mr-6 {
    margin-right: -1.5rem
  }

  .mb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .mb\:-ml-6 {
    margin-left: -1.5rem
  }

  .mb\:-mt-8 {
    margin-top: -2rem
  }

  .mb\:-mr-8 {
    margin-right: -2rem
  }

  .mb\:-mb-8 {
    margin-bottom: -2rem
  }

  .mb\:-ml-8 {
    margin-left: -2rem
  }

  .mb\:-mt-10 {
    margin-top: -2.5rem
  }

  .mb\:-mr-10 {
    margin-right: -2.5rem
  }

  .mb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .mb\:-ml-10 {
    margin-left: -2.5rem
  }

  .mb\:-mt-12 {
    margin-top: -3rem
  }

  .mb\:-mr-12 {
    margin-right: -3rem
  }

  .mb\:-mb-12 {
    margin-bottom: -3rem
  }

  .mb\:-ml-12 {
    margin-left: -3rem
  }

  .mb\:-mt-16 {
    margin-top: -4rem
  }

  .mb\:-mr-16 {
    margin-right: -4rem
  }

  .mb\:-mb-16 {
    margin-bottom: -4rem
  }

  .mb\:-ml-16 {
    margin-left: -4rem
  }

  .mb\:-mt-20 {
    margin-top: -5rem
  }

  .mb\:-mr-20 {
    margin-right: -5rem
  }

  .mb\:-mb-20 {
    margin-bottom: -5rem
  }

  .mb\:-ml-20 {
    margin-left: -5rem
  }

  .mb\:-mt-24 {
    margin-top: -6rem
  }

  .mb\:-mr-24 {
    margin-right: -6rem
  }

  .mb\:-mb-24 {
    margin-bottom: -6rem
  }

  .mb\:-ml-24 {
    margin-left: -6rem
  }

  .mb\:-mt-32 {
    margin-top: -8rem
  }

  .mb\:-mr-32 {
    margin-right: -8rem
  }

  .mb\:-mb-32 {
    margin-bottom: -8rem
  }

  .mb\:-ml-32 {
    margin-left: -8rem
  }

  .mb\:-mt-40 {
    margin-top: -10rem
  }

  .mb\:-mr-40 {
    margin-right: -10rem
  }

  .mb\:-mb-40 {
    margin-bottom: -10rem
  }

  .mb\:-ml-40 {
    margin-left: -10rem
  }

  .mb\:-mt-48 {
    margin-top: -12rem
  }

  .mb\:-mr-48 {
    margin-right: -12rem
  }

  .mb\:-mb-48 {
    margin-bottom: -12rem
  }

  .mb\:-ml-48 {
    margin-left: -12rem
  }

  .mb\:-mt-56 {
    margin-top: -14rem
  }

  .mb\:-mr-56 {
    margin-right: -14rem
  }

  .mb\:-mb-56 {
    margin-bottom: -14rem
  }

  .mb\:-ml-56 {
    margin-left: -14rem
  }

  .mb\:-mt-64 {
    margin-top: -16rem
  }

  .mb\:-mr-64 {
    margin-right: -16rem
  }

  .mb\:-mb-64 {
    margin-bottom: -16rem
  }

  .mb\:-ml-64 {
    margin-left: -16rem
  }

  .mb\:-mt-px {
    margin-top: -1px
  }

  .mb\:-mr-px {
    margin-right: -1px
  }

  .mb\:-mb-px {
    margin-bottom: -1px
  }

  .mb\:-ml-px {
    margin-left: -1px
  }

  .mb\:max-h-full {
    max-height: 100%
  }

  .mb\:max-h-screen {
    max-height: 100vh
  }

  .mb\:max-w-none {
    max-width: none
  }

  .mb\:max-w-xs {
    max-width: 20rem
  }

  .mb\:max-w-sm {
    max-width: 24rem
  }

  .mb\:max-w-md {
    max-width: 28rem
  }

  .mb\:max-w-lg {
    max-width: 32rem
  }

  .mb\:max-w-xl {
    max-width: 36rem
  }

  .mb\:max-w-2xl {
    max-width: 42rem
  }

  .mb\:max-w-3xl {
    max-width: 48rem
  }

  .mb\:max-w-4xl {
    max-width: 56rem
  }

  .mb\:max-w-5xl {
    max-width: 64rem
  }

  .mb\:max-w-6xl {
    max-width: 72rem
  }

  .mb\:max-w-full {
    max-width: 100%
  }

  .mb\:max-w-screen-tb {
    max-width: 768px
  }

  .mb\:max-w-screen-ds {
    max-width: 992px
  }

  .mb\:min-h-0 {
    min-height: 0
  }

  .mb\:min-h-full {
    min-height: 100%
  }

  .mb\:min-h-screen {
    min-height: 100vh
  }

  .mb\:min-w-0 {
    min-width: 0
  }

  .mb\:min-w-full {
    min-width: 100%
  }

  .mb\:object-contain {
    object-fit: contain
  }

  .mb\:object-cover {
    object-fit: cover
  }

  .mb\:object-fill {
    object-fit: fill
  }

  .mb\:object-none {
    object-fit: none
  }

  .mb\:object-scale-down {
    object-fit: scale-down
  }

  .mb\:object-bottom {
    object-position: bottom
  }

  .mb\:object-center {
    object-position: center
  }

  .mb\:object-left {
    object-position: left
  }

  .mb\:object-left-bottom {
    object-position: left bottom
  }

  .mb\:object-left-top {
    object-position: left top
  }

  .mb\:object-right {
    object-position: right
  }

  .mb\:object-right-bottom {
    object-position: right bottom
  }

  .mb\:object-right-top {
    object-position: right top
  }

  .mb\:object-top {
    object-position: top
  }

  .mb\:opacity-0 {
    opacity: 0
  }

  .mb\:opacity-25 {
    opacity: 0.25
  }

  .mb\:opacity-50 {
    opacity: 0.5
  }

  .mb\:opacity-75 {
    opacity: 0.75
  }

  .mb\:opacity-100 {
    opacity: 1
  }

  .mb\:hover\:opacity-0:hover {
    opacity: 0
  }

  .mb\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .mb\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .mb\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .mb\:hover\:opacity-100:hover {
    opacity: 1
  }

  .mb\:focus\:opacity-0:focus {
    opacity: 0
  }

  .mb\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .mb\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .mb\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .mb\:focus\:opacity-100:focus {
    opacity: 1
  }

  .mb\:outline-none {
    outline: 0
  }

  .mb\:focus\:outline-none:focus {
    outline: 0
  }

  .mb\:overflow-auto {
    overflow: auto
  }

  .mb\:overflow-hidden {
    overflow: hidden
  }

  .mb\:overflow-visible {
    overflow: visible
  }

  .mb\:overflow-scroll {
    overflow: scroll
  }

  .mb\:overflow-x-auto {
    overflow-x: auto
  }

  .mb\:overflow-y-auto {
    overflow-y: auto
  }

  .mb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .mb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .mb\:overflow-x-visible {
    overflow-x: visible
  }

  .mb\:overflow-y-visible {
    overflow-y: visible
  }

  .mb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .mb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .mb\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .mb\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .mb\:p-0 {
    padding: 0
  }

  .mb\:p-1 {
    padding: 0.25rem
  }

  .mb\:p-2 {
    padding: 0.5rem
  }

  .mb\:p-3 {
    padding: 0.75rem
  }

  .mb\:p-4 {
    padding: 1rem
  }

  .mb\:p-5 {
    padding: 1.25rem
  }

  .mb\:p-6 {
    padding: 1.5rem
  }

  .mb\:p-8 {
    padding: 2rem
  }

  .mb\:p-10 {
    padding: 2.5rem
  }

  .mb\:p-12 {
    padding: 3rem
  }

  .mb\:p-16 {
    padding: 4rem
  }

  .mb\:p-20 {
    padding: 5rem
  }

  .mb\:p-24 {
    padding: 6rem
  }

  .mb\:p-32 {
    padding: 8rem
  }

  .mb\:p-40 {
    padding: 10rem
  }

  .mb\:p-48 {
    padding: 12rem
  }

  .mb\:p-56 {
    padding: 14rem
  }

  .mb\:p-64 {
    padding: 16rem
  }

  .mb\:p-px {
    padding: 1px
  }

  .mb\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .mb\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .mb\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .mb\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .mb\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .mb\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .mb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .mb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .mb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .mb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .mb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .mb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .mb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .mb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .mb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .mb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .mb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .mb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .mb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .mb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .mb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .mb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .mb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .mb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .mb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .mb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .mb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .mb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .mb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .mb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .mb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .mb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .mb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .mb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .mb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .mb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .mb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .mb\:pt-0 {
    padding-top: 0
  }

  .mb\:pr-0 {
    padding-right: 0
  }

  .mb\:pb-0 {
    padding-bottom: 0
  }

  .mb\:pl-0 {
    padding-left: 0
  }

  .mb\:pt-1 {
    padding-top: 0.25rem
  }

  .mb\:pr-1 {
    padding-right: 0.25rem
  }

  .mb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .mb\:pl-1 {
    padding-left: 0.25rem
  }

  .mb\:pt-2 {
    padding-top: 0.5rem
  }

  .mb\:pr-2 {
    padding-right: 0.5rem
  }

  .mb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .mb\:pl-2 {
    padding-left: 0.5rem
  }

  .mb\:pt-3 {
    padding-top: 0.75rem
  }

  .mb\:pr-3 {
    padding-right: 0.75rem
  }

  .mb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .mb\:pl-3 {
    padding-left: 0.75rem
  }

  .mb\:pt-4 {
    padding-top: 1rem
  }

  .mb\:pr-4 {
    padding-right: 1rem
  }

  .mb\:pb-4 {
    padding-bottom: 1rem
  }

  .mb\:pl-4 {
    padding-left: 1rem
  }

  .mb\:pt-5 {
    padding-top: 1.25rem
  }

  .mb\:pr-5 {
    padding-right: 1.25rem
  }

  .mb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .mb\:pl-5 {
    padding-left: 1.25rem
  }

  .mb\:pt-6 {
    padding-top: 1.5rem
  }

  .mb\:pr-6 {
    padding-right: 1.5rem
  }

  .mb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .mb\:pl-6 {
    padding-left: 1.5rem
  }

  .mb\:pt-8 {
    padding-top: 2rem
  }

  .mb\:pr-8 {
    padding-right: 2rem
  }

  .mb\:pb-8 {
    padding-bottom: 2rem
  }

  .mb\:pl-8 {
    padding-left: 2rem
  }

  .mb\:pt-10 {
    padding-top: 2.5rem
  }

  .mb\:pr-10 {
    padding-right: 2.5rem
  }

  .mb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .mb\:pl-10 {
    padding-left: 2.5rem
  }

  .mb\:pt-12 {
    padding-top: 3rem
  }

  .mb\:pr-12 {
    padding-right: 3rem
  }

  .mb\:pb-12 {
    padding-bottom: 3rem
  }

  .mb\:pl-12 {
    padding-left: 3rem
  }

  .mb\:pt-16 {
    padding-top: 4rem
  }

  .mb\:pr-16 {
    padding-right: 4rem
  }

  .mb\:pb-16 {
    padding-bottom: 4rem
  }

  .mb\:pl-16 {
    padding-left: 4rem
  }

  .mb\:pt-20 {
    padding-top: 5rem
  }

  .mb\:pr-20 {
    padding-right: 5rem
  }

  .mb\:pb-20 {
    padding-bottom: 5rem
  }

  .mb\:pl-20 {
    padding-left: 5rem
  }

  .mb\:pt-24 {
    padding-top: 6rem
  }

  .mb\:pr-24 {
    padding-right: 6rem
  }

  .mb\:pb-24 {
    padding-bottom: 6rem
  }

  .mb\:pl-24 {
    padding-left: 6rem
  }

  .mb\:pt-32 {
    padding-top: 8rem
  }

  .mb\:pr-32 {
    padding-right: 8rem
  }

  .mb\:pb-32 {
    padding-bottom: 8rem
  }

  .mb\:pl-32 {
    padding-left: 8rem
  }

  .mb\:pt-40 {
    padding-top: 10rem
  }

  .mb\:pr-40 {
    padding-right: 10rem
  }

  .mb\:pb-40 {
    padding-bottom: 10rem
  }

  .mb\:pl-40 {
    padding-left: 10rem
  }

  .mb\:pt-48 {
    padding-top: 12rem
  }

  .mb\:pr-48 {
    padding-right: 12rem
  }

  .mb\:pb-48 {
    padding-bottom: 12rem
  }

  .mb\:pl-48 {
    padding-left: 12rem
  }

  .mb\:pt-56 {
    padding-top: 14rem
  }

  .mb\:pr-56 {
    padding-right: 14rem
  }

  .mb\:pb-56 {
    padding-bottom: 14rem
  }

  .mb\:pl-56 {
    padding-left: 14rem
  }

  .mb\:pt-64 {
    padding-top: 16rem
  }

  .mb\:pr-64 {
    padding-right: 16rem
  }

  .mb\:pb-64 {
    padding-bottom: 16rem
  }

  .mb\:pl-64 {
    padding-left: 16rem
  }

  .mb\:pt-px {
    padding-top: 1px
  }

  .mb\:pr-px {
    padding-right: 1px
  }

  .mb\:pb-px {
    padding-bottom: 1px
  }

  .mb\:pl-px {
    padding-left: 1px
  }

  .mb\:placeholder-base:-ms-input-placeholder {
    color: #000000
  }

  .mb\:placeholder-base::placeholder {
    color: #000000
  }

  .mb\:placeholder-primary:-ms-input-placeholder {
    color: #FFCC00
  }

  .mb\:placeholder-primary::placeholder {
    color: #FFCC00
  }

  .mb\:placeholder-secondary:-ms-input-placeholder {
    color: #6BBFF7
  }

  .mb\:placeholder-secondary::placeholder {
    color: #6BBFF7
  }

  .mb\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .mb\:placeholder-white::placeholder {
    color: #fff
  }

  .mb\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .mb\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .mb\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .mb\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .mb\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .mb\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .mb\:placeholder-gray:-ms-input-placeholder {
    color: #EFEFEF
  }

  .mb\:placeholder-gray::placeholder {
    color: #EFEFEF
  }

  .mb\:placeholder-lightgray:-ms-input-placeholder {
    color: #dfdbd2
  }

  .mb\:placeholder-lightgray::placeholder {
    color: #dfdbd2
  }

  .mb\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .mb\:placeholder-light::placeholder {
    color: #fafafa
  }

  .mb\:placeholder-dark:-ms-input-placeholder {
    color: #000000
  }

  .mb\:placeholder-dark::placeholder {
    color: #000000
  }

  .mb\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #000000
  }

  .mb\:focus\:placeholder-base:focus::placeholder {
    color: #000000
  }

  .mb\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #FFCC00
  }

  .mb\:focus\:placeholder-primary:focus::placeholder {
    color: #FFCC00
  }

  .mb\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #6BBFF7
  }

  .mb\:focus\:placeholder-secondary:focus::placeholder {
    color: #6BBFF7
  }

  .mb\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .mb\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .mb\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .mb\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .mb\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .mb\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .mb\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .mb\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .mb\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #EFEFEF
  }

  .mb\:focus\:placeholder-gray:focus::placeholder {
    color: #EFEFEF
  }

  .mb\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #dfdbd2
  }

  .mb\:focus\:placeholder-lightgray:focus::placeholder {
    color: #dfdbd2
  }

  .mb\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .mb\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .mb\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #000000
  }

  .mb\:focus\:placeholder-dark:focus::placeholder {
    color: #000000
  }

  .mb\:pointer-events-none {
    pointer-events: none
  }

  .mb\:pointer-events-auto {
    pointer-events: auto
  }

  .mb\:static {
    position: static
  }

  .mb\:fixed {
    position: fixed
  }

  .mb\:absolute {
    position: absolute
  }

  .mb\:relative {
    position: relative
  }

  .mb\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .mb\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .mb\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .mb\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .mb\:inset-x-0 {
    right: 0;
    left: 0
  }

  .mb\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .mb\:inset-x-auto {
    right: auto;
    left: auto
  }

  .mb\:top-0 {
    top: 0
  }

  .mb\:right-0 {
    right: 0
  }

  .mb\:bottom-0 {
    bottom: 0
  }

  .mb\:left-0 {
    left: 0
  }

  .mb\:top-auto {
    top: auto
  }

  .mb\:right-auto {
    right: auto
  }

  .mb\:bottom-auto {
    bottom: auto
  }

  .mb\:left-auto {
    left: auto
  }

  .mb\:resize-none {
    resize: none
  }

  .mb\:resize-y {
    resize: vertical
  }

  .mb\:resize-x {
    resize: horizontal
  }

  .mb\:resize {
    resize: both
  }

  .mb\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:shadow-none {
    box-shadow: none
  }

  .mb\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .mb\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .mb\:fill-base {
    fill: #000000
  }

  .mb\:fill-primary {
    fill: #FFCC00
  }

  .mb\:fill-secondary {
    fill: #6BBFF7
  }

  .mb\:fill-white {
    fill: #fff
  }

  .mb\:fill-danger {
    fill: #FF695B
  }

  .mb\:fill-warning {
    fill: #FFBE4F
  }

  .mb\:fill-success {
    fill: #3DCC79
  }

  .mb\:fill-gray {
    fill: #EFEFEF
  }

  .mb\:fill-lightgray {
    fill: #dfdbd2
  }

  .mb\:fill-light {
    fill: #fafafa
  }

  .mb\:fill-dark {
    fill: #000000
  }

  .mb\:stroke-current {
    stroke: currentColor
  }

  .mb\:stroke-0 {
    stroke-width: 0
  }

  .mb\:stroke-1 {
    stroke-width: 1
  }

  .mb\:stroke-2 {
    stroke-width: 2
  }

  .mb\:table-auto {
    table-layout: auto
  }

  .mb\:table-fixed {
    table-layout: fixed
  }

  .mb\:text-left {
    text-align: left
  }

  .mb\:text-center {
    text-align: center
  }

  .mb\:text-right {
    text-align: right
  }

  .mb\:text-justify {
    text-align: justify
  }

  .mb\:text-base {
    color: #000000
  }

  .mb\:text-primary {
    color: #FFCC00
  }

  .mb\:text-secondary {
    color: #6BBFF7
  }

  .mb\:text-white {
    color: #fff
  }

  .mb\:text-danger {
    color: #FF695B
  }

  .mb\:text-warning {
    color: #FFBE4F
  }

  .mb\:text-success {
    color: #3DCC79
  }

  .mb\:text-gray {
    color: #EFEFEF
  }

  .mb\:text-lightgray {
    color: #dfdbd2
  }

  .mb\:text-light {
    color: #fafafa
  }

  .mb\:text-dark {
    color: #000000
  }

  .mb\:hover\:text-base:hover {
    color: #000000
  }

  .mb\:hover\:text-primary:hover {
    color: #FFCC00
  }

  .mb\:hover\:text-secondary:hover {
    color: #6BBFF7
  }

  .mb\:hover\:text-white:hover {
    color: #fff
  }

  .mb\:hover\:text-danger:hover {
    color: #FF695B
  }

  .mb\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .mb\:hover\:text-success:hover {
    color: #3DCC79
  }

  .mb\:hover\:text-gray:hover {
    color: #EFEFEF
  }

  .mb\:hover\:text-lightgray:hover {
    color: #dfdbd2
  }

  .mb\:hover\:text-light:hover {
    color: #fafafa
  }

  .mb\:hover\:text-dark:hover {
    color: #000000
  }

  .mb\:focus\:text-base:focus {
    color: #000000
  }

  .mb\:focus\:text-primary:focus {
    color: #FFCC00
  }

  .mb\:focus\:text-secondary:focus {
    color: #6BBFF7
  }

  .mb\:focus\:text-white:focus {
    color: #fff
  }

  .mb\:focus\:text-danger:focus {
    color: #FF695B
  }

  .mb\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .mb\:focus\:text-success:focus {
    color: #3DCC79
  }

  .mb\:focus\:text-gray:focus {
    color: #EFEFEF
  }

  .mb\:focus\:text-lightgray:focus {
    color: #dfdbd2
  }

  .mb\:focus\:text-light:focus {
    color: #fafafa
  }

  .mb\:focus\:text-dark:focus {
    color: #000000
  }

  .mb\:text-xs {
    font-size: 0.75rem
  }

  .mb\:text-sm {
    font-size: 0.875rem
  }

  .mb\:text-base {
    font-size: 1rem
  }

  .mb\:text-lg {
    font-size: 1.125rem
  }

  .mb\:text-xl {
    font-size: 1.25rem
  }

  .mb\:text-2xl {
    font-size: 1.5rem
  }

  .mb\:text-3xl {
    font-size: 1.875rem
  }

  .mb\:text-4xl {
    font-size: 2.25rem
  }

  .mb\:text-5xl {
    font-size: 3rem
  }

  .mb\:text-6xl {
    font-size: 4rem
  }

  .mb\:italic {
    font-style: italic
  }

  .mb\:not-italic {
    font-style: normal
  }

  .mb\:uppercase {
    text-transform: uppercase
  }

  .mb\:lowercase {
    text-transform: lowercase
  }

  .mb\:capitalize {
    text-transform: capitalize
  }

  .mb\:normal-case {
    text-transform: none
  }

  .mb\:underline {
    text-decoration: underline
  }

  .mb\:line-through {
    text-decoration: line-through
  }

  .mb\:no-underline {
    text-decoration: none
  }

  .mb\:hover\:underline:hover {
    text-decoration: underline
  }

  .mb\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .mb\:hover\:no-underline:hover {
    text-decoration: none
  }

  .mb\:focus\:underline:focus {
    text-decoration: underline
  }

  .mb\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .mb\:focus\:no-underline:focus {
    text-decoration: none
  }

  .mb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .mb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .mb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .mb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .mb\:tracking-normal {
    letter-spacing: 0
  }

  .mb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .mb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .mb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .mb\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .mb\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .mb\:select-all {
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .mb\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .mb\:align-baseline {
    vertical-align: baseline
  }

  .mb\:align-top {
    vertical-align: top
  }

  .mb\:align-middle {
    vertical-align: middle
  }

  .mb\:align-bottom {
    vertical-align: bottom
  }

  .mb\:align-text-top {
    vertical-align: text-top
  }

  .mb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .mb\:visible {
    visibility: visible
  }

  .mb\:invisible {
    visibility: hidden
  }

  .mb\:whitespace-normal {
    white-space: normal
  }

  .mb\:whitespace-no-wrap {
    white-space: nowrap
  }

  .mb\:whitespace-pre {
    white-space: pre
  }

  .mb\:whitespace-pre-line {
    white-space: pre-line
  }

  .mb\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .mb\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .mb\:break-words {
    overflow-wrap: break-word
  }

  .mb\:break-all {
    word-break: break-all
  }

  .mb\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .mb\:w-0 {
    width: 0
  }

  .mb\:w-1 {
    width: 0.25rem
  }

  .mb\:w-2 {
    width: 0.5rem
  }

  .mb\:w-3 {
    width: 0.75rem
  }

  .mb\:w-4 {
    width: 1rem
  }

  .mb\:w-5 {
    width: 1.25rem
  }

  .mb\:w-6 {
    width: 1.5rem
  }

  .mb\:w-8 {
    width: 2rem
  }

  .mb\:w-10 {
    width: 2.5rem
  }

  .mb\:w-12 {
    width: 3rem
  }

  .mb\:w-16 {
    width: 4rem
  }

  .mb\:w-20 {
    width: 5rem
  }

  .mb\:w-24 {
    width: 6rem
  }

  .mb\:w-32 {
    width: 8rem
  }

  .mb\:w-40 {
    width: 10rem
  }

  .mb\:w-48 {
    width: 12rem
  }

  .mb\:w-56 {
    width: 14rem
  }

  .mb\:w-64 {
    width: 16rem
  }

  .mb\:w-auto {
    width: auto
  }

  .mb\:w-px {
    width: 1px
  }

  .mb\:w-1\/2 {
    width: 50%
  }

  .mb\:w-1\/3 {
    width: 33.333333%
  }

  .mb\:w-2\/3 {
    width: 66.666667%
  }

  .mb\:w-1\/4 {
    width: 25%
  }

  .mb\:w-2\/4 {
    width: 50%
  }

  .mb\:w-3\/4 {
    width: 75%
  }

  .mb\:w-1\/5 {
    width: 20%
  }

  .mb\:w-2\/5 {
    width: 40%
  }

  .mb\:w-3\/5 {
    width: 60%
  }

  .mb\:w-4\/5 {
    width: 80%
  }

  .mb\:w-1\/6 {
    width: 16.666667%
  }

  .mb\:w-2\/6 {
    width: 33.333333%
  }

  .mb\:w-3\/6 {
    width: 50%
  }

  .mb\:w-4\/6 {
    width: 66.666667%
  }

  .mb\:w-5\/6 {
    width: 83.333333%
  }

  .mb\:w-1\/12 {
    width: 8.333333%
  }

  .mb\:w-2\/12 {
    width: 16.666667%
  }

  .mb\:w-3\/12 {
    width: 25%
  }

  .mb\:w-4\/12 {
    width: 33.333333%
  }

  .mb\:w-5\/12 {
    width: 41.666667%
  }

  .mb\:w-6\/12 {
    width: 50%
  }

  .mb\:w-7\/12 {
    width: 58.333333%
  }

  .mb\:w-8\/12 {
    width: 66.666667%
  }

  .mb\:w-9\/12 {
    width: 75%
  }

  .mb\:w-10\/12 {
    width: 83.333333%
  }

  .mb\:w-11\/12 {
    width: 91.666667%
  }

  .mb\:w-full {
    width: 100%
  }

  .mb\:w-screen {
    width: 100vw
  }

  .mb\:z-0 {
    z-index: 0
  }

  .mb\:z-10 {
    z-index: 10
  }

  .mb\:z-20 {
    z-index: 20
  }

  .mb\:z-30 {
    z-index: 30
  }

  .mb\:z-40 {
    z-index: 40
  }

  .mb\:z-50 {
    z-index: 50
  }

  .mb\:z-auto {
    z-index: auto
  }

  .mb\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .mb\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .mb\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .mb\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .mb\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .mb\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .mb\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .mb\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .mb\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .mb\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .mb\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .mb\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .mb\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .mb\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .mb\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .mb\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .mb\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .mb\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .mb\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .mb\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .mb\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .mb\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .mb\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .mb\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .mb\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .mb\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .mb\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .mb\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .mb\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .mb\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .mb\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .mb\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .mb\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .mb\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .mb\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .mb\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .mb\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .mb\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .mb\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .mb\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .mb\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .mb\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .mb\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .mb\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .mb\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .mb\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .mb\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .mb\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .mb\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .mb\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .mb\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .mb\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .mb\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .mb\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .mb\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .mb\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .mb\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .mb\:grid-flow-row {
    grid-auto-flow: row
  }

  .mb\:grid-flow-col {
    grid-auto-flow: column
  }

  .mb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .mb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .mb\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .mb\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .mb\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .mb\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .mb\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .mb\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .mb\:grid-cols-none {
    -ms-grid-columns: none;
        grid-template-columns: none
  }

  .mb\:col-auto {
    -ms-grid-column: auto;
        grid-column: auto
  }

  .mb\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
        grid-column: span 1 / span 1
  }

  .mb\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
        grid-column: span 2 / span 2
  }

  .mb\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
        grid-column: span 3 / span 3
  }

  .mb\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
        grid-column: span 4 / span 4
  }

  .mb\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
        grid-column: span 5 / span 5
  }

  .mb\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
        grid-column: span 6 / span 6
  }

  .mb\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
        grid-column: span 7 / span 7
  }

  .mb\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
        grid-column: span 8 / span 8
  }

  .mb\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
        grid-column: span 9 / span 9
  }

  .mb\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
        grid-column: span 10 / span 10
  }

  .mb\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
        grid-column: span 11 / span 11
  }

  .mb\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
        grid-column: span 12 / span 12
  }

  .mb\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1
  }

  .mb\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2
  }

  .mb\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3
  }

  .mb\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4
  }

  .mb\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5
  }

  .mb\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6
  }

  .mb\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7
  }

  .mb\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8
  }

  .mb\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9
  }

  .mb\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10
  }

  .mb\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11
  }

  .mb\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12
  }

  .mb\:col-start-13 {
    -ms-grid-column: 13;
        grid-column-start: 13
  }

  .mb\:col-start-auto {
    -ms-grid-column: auto;
        grid-column-start: auto
  }

  .mb\:col-end-1 {
    grid-column-end: 1
  }

  .mb\:col-end-2 {
    grid-column-end: 2
  }

  .mb\:col-end-3 {
    grid-column-end: 3
  }

  .mb\:col-end-4 {
    grid-column-end: 4
  }

  .mb\:col-end-5 {
    grid-column-end: 5
  }

  .mb\:col-end-6 {
    grid-column-end: 6
  }

  .mb\:col-end-7 {
    grid-column-end: 7
  }

  .mb\:col-end-8 {
    grid-column-end: 8
  }

  .mb\:col-end-9 {
    grid-column-end: 9
  }

  .mb\:col-end-10 {
    grid-column-end: 10
  }

  .mb\:col-end-11 {
    grid-column-end: 11
  }

  .mb\:col-end-12 {
    grid-column-end: 12
  }

  .mb\:col-end-13 {
    grid-column-end: 13
  }

  .mb\:col-end-auto {
    grid-column-end: auto
  }

  .mb\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-rows-none {
    -ms-grid-rows: none;
        grid-template-rows: none
  }

  .mb\:row-auto {
    -ms-grid-row: auto;
        grid-row: auto
  }

  .mb\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
        grid-row: span 1 / span 1
  }

  .mb\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
        grid-row: span 2 / span 2
  }

  .mb\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
        grid-row: span 3 / span 3
  }

  .mb\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
        grid-row: span 4 / span 4
  }

  .mb\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
        grid-row: span 5 / span 5
  }

  .mb\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
        grid-row: span 6 / span 6
  }

  .mb\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1
  }

  .mb\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2
  }

  .mb\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3
  }

  .mb\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4
  }

  .mb\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5
  }

  .mb\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6
  }

  .mb\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7
  }

  .mb\:row-start-auto {
    -ms-grid-row: auto;
        grid-row-start: auto
  }

  .mb\:row-end-1 {
    grid-row-end: 1
  }

  .mb\:row-end-2 {
    grid-row-end: 2
  }

  .mb\:row-end-3 {
    grid-row-end: 3
  }

  .mb\:row-end-4 {
    grid-row-end: 4
  }

  .mb\:row-end-5 {
    grid-row-end: 5
  }

  .mb\:row-end-6 {
    grid-row-end: 6
  }

  .mb\:row-end-7 {
    grid-row-end: 7
  }

  .mb\:row-end-auto {
    grid-row-end: auto
  }

  .mb\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .mb\:transform-none {
    transform: none
  }

  .mb\:origin-center {
    transform-origin: center
  }

  .mb\:origin-top {
    transform-origin: top
  }

  .mb\:origin-top-right {
    transform-origin: top right
  }

  .mb\:origin-right {
    transform-origin: right
  }

  .mb\:origin-bottom-right {
    transform-origin: bottom right
  }

  .mb\:origin-bottom {
    transform-origin: bottom
  }

  .mb\:origin-bottom-left {
    transform-origin: bottom left
  }

  .mb\:origin-left {
    transform-origin: left
  }

  .mb\:origin-top-left {
    transform-origin: top left
  }

  .mb\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:scale-x-0 {
    --transform-scale-x: 0
  }

  .mb\:scale-x-50 {
    --transform-scale-x: .5
  }

  .mb\:scale-x-75 {
    --transform-scale-x: .75
  }

  .mb\:scale-x-90 {
    --transform-scale-x: .9
  }

  .mb\:scale-x-95 {
    --transform-scale-x: .95
  }

  .mb\:scale-x-100 {
    --transform-scale-x: 1
  }

  .mb\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .mb\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .mb\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .mb\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .mb\:scale-y-0 {
    --transform-scale-y: 0
  }

  .mb\:scale-y-50 {
    --transform-scale-y: .5
  }

  .mb\:scale-y-75 {
    --transform-scale-y: .75
  }

  .mb\:scale-y-90 {
    --transform-scale-y: .9
  }

  .mb\:scale-y-95 {
    --transform-scale-y: .95
  }

  .mb\:scale-y-100 {
    --transform-scale-y: 1
  }

  .mb\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .mb\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .mb\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .mb\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .mb\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .mb\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .mb\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .mb\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .mb\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .mb\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .mb\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .mb\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .mb\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .mb\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .mb\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .mb\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .mb\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .mb\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .mb\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .mb\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .mb\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .mb\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .mb\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .mb\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .mb\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .mb\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .mb\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .mb\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .mb\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .mb\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .mb\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .mb\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .mb\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .mb\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .mb\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .mb\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .mb\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .mb\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .mb\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .mb\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .mb\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .mb\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .mb\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .mb\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .mb\:rotate-0 {
    --transform-rotate: 0
  }

  .mb\:rotate-45 {
    --transform-rotate: 45deg
  }

  .mb\:rotate-90 {
    --transform-rotate: 90deg
  }

  .mb\:rotate-180 {
    --transform-rotate: 180deg
  }

  .mb\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .mb\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .mb\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .mb\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .mb\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .mb\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .mb\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .mb\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .mb\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .mb\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .mb\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .mb\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .mb\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .mb\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .mb\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .mb\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .mb\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .mb\:translate-x-0 {
    --transform-translate-x: 0
  }

  .mb\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .mb\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .mb\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .mb\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .mb\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .mb\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .mb\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .mb\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .mb\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .mb\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .mb\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .mb\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .mb\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .mb\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .mb\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .mb\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .mb\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .mb\:translate-x-px {
    --transform-translate-x: 1px
  }

  .mb\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .mb\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .mb\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .mb\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .mb\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .mb\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .mb\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .mb\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .mb\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .mb\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .mb\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .mb\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .mb\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .mb\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .mb\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .mb\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .mb\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .mb\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .mb\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .mb\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .mb\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .mb\:translate-x-full {
    --transform-translate-x: 100%
  }

  .mb\:translate-y-0 {
    --transform-translate-y: 0
  }

  .mb\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .mb\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .mb\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .mb\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .mb\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .mb\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .mb\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .mb\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .mb\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .mb\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .mb\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .mb\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .mb\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .mb\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .mb\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .mb\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .mb\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .mb\:translate-y-px {
    --transform-translate-y: 1px
  }

  .mb\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .mb\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .mb\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .mb\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .mb\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .mb\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .mb\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .mb\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .mb\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .mb\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .mb\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .mb\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .mb\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .mb\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .mb\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .mb\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .mb\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .mb\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .mb\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .mb\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .mb\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .mb\:translate-y-full {
    --transform-translate-y: 100%
  }

  .mb\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .mb\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .mb\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .mb\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .mb\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .mb\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .mb\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .mb\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .mb\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .mb\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .mb\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .mb\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .mb\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .mb\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .mb\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .mb\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .mb\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .mb\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .mb\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .mb\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .mb\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .mb\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .mb\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .mb\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .mb\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .mb\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .mb\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .mb\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .mb\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .mb\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .mb\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .mb\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .mb\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .mb\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .mb\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .mb\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .mb\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .mb\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .mb\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .mb\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .mb\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .mb\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .mb\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .mb\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .mb\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .mb\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .mb\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .mb\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .mb\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .mb\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .mb\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .mb\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .mb\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .mb\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .mb\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .mb\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .mb\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .mb\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .mb\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .mb\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .mb\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .mb\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .mb\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .mb\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .mb\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .mb\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .mb\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .mb\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .mb\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .mb\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .mb\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .mb\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .mb\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .mb\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .mb\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .mb\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .mb\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .mb\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .mb\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .mb\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .mb\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .mb\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .mb\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .mb\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .mb\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .mb\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .mb\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .mb\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .mb\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .mb\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .mb\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .mb\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .mb\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .mb\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .mb\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .mb\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .mb\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .mb\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .mb\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .mb\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .mb\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .mb\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .mb\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .mb\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .mb\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .mb\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .mb\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .mb\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .mb\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .mb\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .mb\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .mb\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .mb\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .mb\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .mb\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .mb\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .mb\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .mb\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .mb\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .mb\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .mb\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .mb\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .mb\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .mb\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .mb\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .mb\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .mb\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .mb\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .mb\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .mb\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .mb\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .mb\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .mb\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .mb\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .mb\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .mb\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .mb\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .mb\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .mb\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .mb\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .mb\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .mb\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .mb\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .mb\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .mb\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .mb\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .mb\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .mb\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .mb\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .mb\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .mb\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .mb\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .mb\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .mb\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .mb\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .mb\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .mb\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .mb\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .mb\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .mb\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .mb\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .mb\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .mb\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .mb\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .mb\:skew-x-0 {
    --transform-skew-x: 0
  }

  .mb\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .mb\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .mb\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .mb\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .mb\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .mb\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .mb\:skew-y-0 {
    --transform-skew-y: 0
  }

  .mb\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .mb\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .mb\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .mb\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .mb\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .mb\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .mb\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .mb\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .mb\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .mb\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .mb\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .mb\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .mb\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .mb\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .mb\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .mb\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .mb\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .mb\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .mb\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .mb\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .mb\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .mb\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .mb\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .mb\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .mb\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .mb\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .mb\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .mb\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .mb\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .mb\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .mb\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .mb\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .mb\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .mb\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .mb\:transition-none {
    transition-property: none
  }

  .mb\:transition-all {
    transition-property: all
  }

  .mb\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .mb\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .mb\:transition-opacity {
    transition-property: opacity
  }

  .mb\:transition-shadow {
    transition-property: box-shadow
  }

  .mb\:transition-transform {
    transition-property: transform
  }

  .mb\:ease-linear {
    transition-timing-function: linear
  }

  .mb\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .mb\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .mb\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .mb\:duration-75 {
    transition-duration: 75ms
  }

  .mb\:duration-100 {
    transition-duration: 100ms
  }

  .mb\:duration-150 {
    transition-duration: 150ms
  }

  .mb\:duration-200 {
    transition-duration: 200ms
  }

  .mb\:duration-300 {
    transition-duration: 300ms
  }

  .mb\:duration-500 {
    transition-duration: 500ms
  }

  .mb\:duration-700 {
    transition-duration: 700ms
  }

  .mb\:duration-1000 {
    transition-duration: 1000ms
  }
}

@media (min-width: 768px) {
  .tb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

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

  .tb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:bg-fixed {
    background-attachment: fixed
  }

  .tb\:bg-local {
    background-attachment: local
  }

  .tb\:bg-scroll {
    background-attachment: scroll
  }

  .tb\:bg-base {
    background-color: #000000
  }

  .tb\:bg-primary {
    background-color: #FFCC00
  }

  .tb\:bg-secondary {
    background-color: #6BBFF7
  }

  .tb\:bg-white {
    background-color: #fff
  }

  .tb\:bg-danger {
    background-color: #FF695B
  }

  .tb\:bg-warning {
    background-color: #FFBE4F
  }

  .tb\:bg-success {
    background-color: #3DCC79
  }

  .tb\:bg-gray {
    background-color: #EFEFEF
  }

  .tb\:bg-lightgray {
    background-color: #dfdbd2
  }

  .tb\:bg-light {
    background-color: #fafafa
  }

  .tb\:bg-dark {
    background-color: #000000
  }

  .tb\:hover\:bg-base:hover {
    background-color: #000000
  }

  .tb\:hover\:bg-primary:hover {
    background-color: #FFCC00
  }

  .tb\:hover\:bg-secondary:hover {
    background-color: #6BBFF7
  }

  .tb\:hover\:bg-white:hover {
    background-color: #fff
  }

  .tb\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .tb\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .tb\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .tb\:hover\:bg-gray:hover {
    background-color: #EFEFEF
  }

  .tb\:hover\:bg-lightgray:hover {
    background-color: #dfdbd2
  }

  .tb\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .tb\:hover\:bg-dark:hover {
    background-color: #000000
  }

  .tb\:focus\:bg-base:focus {
    background-color: #000000
  }

  .tb\:focus\:bg-primary:focus {
    background-color: #FFCC00
  }

  .tb\:focus\:bg-secondary:focus {
    background-color: #6BBFF7
  }

  .tb\:focus\:bg-white:focus {
    background-color: #fff
  }

  .tb\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .tb\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .tb\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .tb\:focus\:bg-gray:focus {
    background-color: #EFEFEF
  }

  .tb\:focus\:bg-lightgray:focus {
    background-color: #dfdbd2
  }

  .tb\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .tb\:focus\:bg-dark:focus {
    background-color: #000000
  }

  .tb\:bg-bottom {
    background-position: bottom
  }

  .tb\:bg-center {
    background-position: center
  }

  .tb\:bg-left {
    background-position: left
  }

  .tb\:bg-left-bottom {
    background-position: left bottom
  }

  .tb\:bg-left-top {
    background-position: left top
  }

  .tb\:bg-right {
    background-position: right
  }

  .tb\:bg-right-bottom {
    background-position: right bottom
  }

  .tb\:bg-right-top {
    background-position: right top
  }

  .tb\:bg-top {
    background-position: top
  }

  .tb\:bg-repeat {
    background-repeat: repeat
  }

  .tb\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .tb\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .tb\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .tb\:bg-repeat-round {
    background-repeat: round
  }

  .tb\:bg-repeat-space {
    background-repeat: space
  }

  .tb\:bg-auto {
    background-size: auto
  }

  .tb\:bg-cover {
    background-size: cover
  }

  .tb\:bg-contain {
    background-size: contain
  }

  .tb\:border-collapse {
    border-collapse: collapse
  }

  .tb\:border-separate {
    border-collapse: separate
  }

  .tb\:border-base {
    border-color: #000000
  }

  .tb\:border-primary {
    border-color: #FFCC00
  }

  .tb\:border-secondary {
    border-color: #6BBFF7
  }

  .tb\:border-white {
    border-color: #fff
  }

  .tb\:border-danger {
    border-color: #FF695B
  }

  .tb\:border-warning {
    border-color: #FFBE4F
  }

  .tb\:border-success {
    border-color: #3DCC79
  }

  .tb\:border-gray {
    border-color: #EFEFEF
  }

  .tb\:border-lightgray {
    border-color: #dfdbd2
  }

  .tb\:border-light {
    border-color: #fafafa
  }

  .tb\:border-dark {
    border-color: #000000
  }

  .tb\:hover\:border-base:hover {
    border-color: #000000
  }

  .tb\:hover\:border-primary:hover {
    border-color: #FFCC00
  }

  .tb\:hover\:border-secondary:hover {
    border-color: #6BBFF7
  }

  .tb\:hover\:border-white:hover {
    border-color: #fff
  }

  .tb\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .tb\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .tb\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .tb\:hover\:border-gray:hover {
    border-color: #EFEFEF
  }

  .tb\:hover\:border-lightgray:hover {
    border-color: #dfdbd2
  }

  .tb\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .tb\:hover\:border-dark:hover {
    border-color: #000000
  }

  .tb\:focus\:border-base:focus {
    border-color: #000000
  }

  .tb\:focus\:border-primary:focus {
    border-color: #FFCC00
  }

  .tb\:focus\:border-secondary:focus {
    border-color: #6BBFF7
  }

  .tb\:focus\:border-white:focus {
    border-color: #fff
  }

  .tb\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .tb\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .tb\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .tb\:focus\:border-gray:focus {
    border-color: #EFEFEF
  }

  .tb\:focus\:border-lightgray:focus {
    border-color: #dfdbd2
  }

  .tb\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .tb\:focus\:border-dark:focus {
    border-color: #000000
  }

  .tb\:rounded-none {
    border-radius: 0
  }

  .tb\:rounded-sm {
    border-radius: 0.125rem
  }

  .tb\:rounded {
    border-radius: 0.25rem
  }

  .tb\:rounded-md {
    border-radius: 0.375rem
  }

  .tb\:rounded-lg {
    border-radius: 0.5rem
  }

  .tb\:rounded-full {
    border-radius: 9999px
  }

  .tb\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .tb\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .tb\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .tb\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .tb\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .tb\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .tb\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .tb\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .tb\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .tb\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .tb\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .tb\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .tb\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .tb\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .tb\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .tb\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .tb\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .tb\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .tb\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .tb\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .tb\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .tb\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .tb\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .tb\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .tb\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .tb\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .tb\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .tb\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .tb\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .tb\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .tb\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .tb\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .tb\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .tb\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .tb\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .tb\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .tb\:border-solid {
    border-style: solid
  }

  .tb\:border-dashed {
    border-style: dashed
  }

  .tb\:border-dotted {
    border-style: dotted
  }

  .tb\:border-double {
    border-style: double
  }

  .tb\:border-none {
    border-style: none
  }

  .tb\:border-0 {
    border-width: 0
  }

  .tb\:border-2 {
    border-width: 2px
  }

  .tb\:border-3 {
    border-width: 3px
  }

  .tb\:border-4 {
    border-width: 4px
  }

  .tb\:border-5 {
    border-width: 5px
  }

  .tb\:border-6 {
    border-width: 6px
  }

  .tb\:border-7 {
    border-width: 7px
  }

  .tb\:border-8 {
    border-width: 8px
  }

  .tb\:border-9 {
    border-width: 9px
  }

  .tb\:border-10 {
    border-width: 10px
  }

  .tb\:border {
    border-width: 1px
  }

  .tb\:border-t-0 {
    border-top-width: 0
  }

  .tb\:border-r-0 {
    border-right-width: 0
  }

  .tb\:border-b-0 {
    border-bottom-width: 0
  }

  .tb\:border-l-0 {
    border-left-width: 0
  }

  .tb\:border-t-2 {
    border-top-width: 2px
  }

  .tb\:border-r-2 {
    border-right-width: 2px
  }

  .tb\:border-b-2 {
    border-bottom-width: 2px
  }

  .tb\:border-l-2 {
    border-left-width: 2px
  }

  .tb\:border-t-3 {
    border-top-width: 3px
  }

  .tb\:border-r-3 {
    border-right-width: 3px
  }

  .tb\:border-b-3 {
    border-bottom-width: 3px
  }

  .tb\:border-l-3 {
    border-left-width: 3px
  }

  .tb\:border-t-4 {
    border-top-width: 4px
  }

  .tb\:border-r-4 {
    border-right-width: 4px
  }

  .tb\:border-b-4 {
    border-bottom-width: 4px
  }

  .tb\:border-l-4 {
    border-left-width: 4px
  }

  .tb\:border-t-5 {
    border-top-width: 5px
  }

  .tb\:border-r-5 {
    border-right-width: 5px
  }

  .tb\:border-b-5 {
    border-bottom-width: 5px
  }

  .tb\:border-l-5 {
    border-left-width: 5px
  }

  .tb\:border-t-6 {
    border-top-width: 6px
  }

  .tb\:border-r-6 {
    border-right-width: 6px
  }

  .tb\:border-b-6 {
    border-bottom-width: 6px
  }

  .tb\:border-l-6 {
    border-left-width: 6px
  }

  .tb\:border-t-7 {
    border-top-width: 7px
  }

  .tb\:border-r-7 {
    border-right-width: 7px
  }

  .tb\:border-b-7 {
    border-bottom-width: 7px
  }

  .tb\:border-l-7 {
    border-left-width: 7px
  }

  .tb\:border-t-8 {
    border-top-width: 8px
  }

  .tb\:border-r-8 {
    border-right-width: 8px
  }

  .tb\:border-b-8 {
    border-bottom-width: 8px
  }

  .tb\:border-l-8 {
    border-left-width: 8px
  }

  .tb\:border-t-9 {
    border-top-width: 9px
  }

  .tb\:border-r-9 {
    border-right-width: 9px
  }

  .tb\:border-b-9 {
    border-bottom-width: 9px
  }

  .tb\:border-l-9 {
    border-left-width: 9px
  }

  .tb\:border-t-10 {
    border-top-width: 10px
  }

  .tb\:border-r-10 {
    border-right-width: 10px
  }

  .tb\:border-b-10 {
    border-bottom-width: 10px
  }

  .tb\:border-l-10 {
    border-left-width: 10px
  }

  .tb\:border-t {
    border-top-width: 1px
  }

  .tb\:border-r {
    border-right-width: 1px
  }

  .tb\:border-b {
    border-bottom-width: 1px
  }

  .tb\:border-l {
    border-left-width: 1px
  }

  .tb\:box-border {
    box-sizing: border-box
  }

  .tb\:box-content {
    box-sizing: content-box
  }

  .tb\:cursor-auto {
    cursor: auto
  }

  .tb\:cursor-default {
    cursor: default
  }

  .tb\:cursor-pointer {
    cursor: pointer
  }

  .tb\:cursor-wait {
    cursor: wait
  }

  .tb\:cursor-text {
    cursor: text
  }

  .tb\:cursor-move {
    cursor: move
  }

  .tb\:cursor-not-allowed {
    cursor: not-allowed
  }

  .tb\:block {
    display: block
  }

  .tb\:inline-block {
    display: inline-block
  }

  .tb\:inline {
    display: inline
  }

  .tb\:flex {
    display: flex
  }

  .tb\:inline-flex {
    display: inline-flex
  }

  .tb\:grid {
    display: -ms-grid;
    display: grid
  }

  .tb\:table {
    display: table
  }

  .tb\:table-caption {
    display: table-caption
  }

  .tb\:table-cell {
    display: table-cell
  }

  .tb\:table-column {
    display: table-column
  }

  .tb\:table-column-group {
    display: table-column-group
  }

  .tb\:table-footer-group {
    display: table-footer-group
  }

  .tb\:table-header-group {
    display: table-header-group
  }

  .tb\:table-row-group {
    display: table-row-group
  }

  .tb\:table-row {
    display: table-row
  }

  .tb\:hidden {
    display: none
  }

  .tb\:flex-row {
    flex-direction: row
  }

  .tb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .tb\:flex-col {
    flex-direction: column
  }

  .tb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .tb\:flex-wrap {
    flex-wrap: wrap
  }

  .tb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .tb\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .tb\:items-start {
    align-items: flex-start
  }

  .tb\:items-end {
    align-items: flex-end
  }

  .tb\:items-center {
    align-items: center
  }

  .tb\:items-baseline {
    align-items: baseline
  }

  .tb\:items-stretch {
    align-items: stretch
  }

  .tb\:self-auto {
    -ms-grid-row-align: auto;
        align-self: auto
  }

  .tb\:self-start {
    align-self: flex-start
  }

  .tb\:self-end {
    align-self: flex-end
  }

  .tb\:self-center {
    -ms-grid-row-align: center;
        align-self: center
  }

  .tb\:self-stretch {
    -ms-grid-row-align: stretch;
        align-self: stretch
  }

  .tb\:justify-start {
    justify-content: flex-start
  }

  .tb\:justify-end {
    justify-content: flex-end
  }

  .tb\:justify-center {
    justify-content: center
  }

  .tb\:justify-between {
    justify-content: space-between
  }

  .tb\:justify-around {
    justify-content: space-around
  }

  .tb\:justify-evenly {
    justify-content: space-evenly
  }

  .tb\:content-center {
    align-content: center
  }

  .tb\:content-start {
    align-content: flex-start
  }

  .tb\:content-end {
    align-content: flex-end
  }

  .tb\:content-between {
    align-content: space-between
  }

  .tb\:content-around {
    align-content: space-around
  }

  .tb\:flex-1 {
    flex: 1 1 0%
  }

  .tb\:flex-auto {
    flex: 1 1 auto
  }

  .tb\:flex-initial {
    flex: 0 1 auto
  }

  .tb\:flex-none {
    flex: none
  }

  .tb\:flex-grow-0 {
    flex-grow: 0
  }

  .tb\:flex-grow {
    flex-grow: 1
  }

  .tb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .tb\:flex-shrink {
    flex-shrink: 1
  }

  .tb\:order-1 {
    order: 1
  }

  .tb\:order-2 {
    order: 2
  }

  .tb\:order-3 {
    order: 3
  }

  .tb\:order-4 {
    order: 4
  }

  .tb\:order-5 {
    order: 5
  }

  .tb\:order-6 {
    order: 6
  }

  .tb\:order-7 {
    order: 7
  }

  .tb\:order-8 {
    order: 8
  }

  .tb\:order-9 {
    order: 9
  }

  .tb\:order-10 {
    order: 10
  }

  .tb\:order-11 {
    order: 11
  }

  .tb\:order-12 {
    order: 12
  }

  .tb\:order-first {
    order: -9999
  }

  .tb\:order-last {
    order: 9999
  }

  .tb\:order-none {
    order: 0
  }

  .tb\:float-right {
    float: right
  }

  .tb\:float-left {
    float: left
  }

  .tb\:float-none {
    float: none
  }

  .tb\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .tb\:clear-left {
    clear: left
  }

  .tb\:clear-right {
    clear: right
  }

  .tb\:clear-both {
    clear: both
  }

  .tb\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .tb\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .tb\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .tb\:font-hairline {
    font-weight: 100
  }

  .tb\:font-thin {
    font-weight: 200
  }

  .tb\:font-light {
    font-weight: 300
  }

  .tb\:font-normal {
    font-weight: 400
  }

  .tb\:font-medium {
    font-weight: 500
  }

  .tb\:font-semibold {
    font-weight: 600
  }

  .tb\:font-bold {
    font-weight: 700
  }

  .tb\:font-extrabold {
    font-weight: 800
  }

  .tb\:font-black {
    font-weight: 900
  }

  .tb\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .tb\:hover\:font-thin:hover {
    font-weight: 200
  }

  .tb\:hover\:font-light:hover {
    font-weight: 300
  }

  .tb\:hover\:font-normal:hover {
    font-weight: 400
  }

  .tb\:hover\:font-medium:hover {
    font-weight: 500
  }

  .tb\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .tb\:hover\:font-bold:hover {
    font-weight: 700
  }

  .tb\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .tb\:hover\:font-black:hover {
    font-weight: 900
  }

  .tb\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .tb\:focus\:font-thin:focus {
    font-weight: 200
  }

  .tb\:focus\:font-light:focus {
    font-weight: 300
  }

  .tb\:focus\:font-normal:focus {
    font-weight: 400
  }

  .tb\:focus\:font-medium:focus {
    font-weight: 500
  }

  .tb\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .tb\:focus\:font-bold:focus {
    font-weight: 700
  }

  .tb\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .tb\:focus\:font-black:focus {
    font-weight: 900
  }

  .tb\:h-0 {
    height: 0
  }

  .tb\:h-1 {
    height: 0.25rem
  }

  .tb\:h-2 {
    height: 0.5rem
  }

  .tb\:h-3 {
    height: 0.75rem
  }

  .tb\:h-4 {
    height: 1rem
  }

  .tb\:h-5 {
    height: 1.25rem
  }

  .tb\:h-6 {
    height: 1.5rem
  }

  .tb\:h-8 {
    height: 2rem
  }

  .tb\:h-10 {
    height: 2.5rem
  }

  .tb\:h-12 {
    height: 3rem
  }

  .tb\:h-16 {
    height: 4rem
  }

  .tb\:h-20 {
    height: 5rem
  }

  .tb\:h-24 {
    height: 6rem
  }

  .tb\:h-32 {
    height: 8rem
  }

  .tb\:h-40 {
    height: 10rem
  }

  .tb\:h-48 {
    height: 12rem
  }

  .tb\:h-56 {
    height: 14rem
  }

  .tb\:h-64 {
    height: 16rem
  }

  .tb\:h-auto {
    height: auto
  }

  .tb\:h-px {
    height: 1px
  }

  .tb\:h-full {
    height: 100%
  }

  .tb\:h-screen {
    height: 100vh
  }

  .tb\:leading-3 {
    line-height: .75rem
  }

  .tb\:leading-4 {
    line-height: 1rem
  }

  .tb\:leading-5 {
    line-height: 1.25rem
  }

  .tb\:leading-6 {
    line-height: 1.5rem
  }

  .tb\:leading-7 {
    line-height: 1.75rem
  }

  .tb\:leading-8 {
    line-height: 2rem
  }

  .tb\:leading-9 {
    line-height: 2.25rem
  }

  .tb\:leading-10 {
    line-height: 2.5rem
  }

  .tb\:leading-none {
    line-height: 1
  }

  .tb\:leading-tight {
    line-height: 1.25
  }

  .tb\:leading-snug {
    line-height: 1.375
  }

  .tb\:leading-normal {
    line-height: 1.5
  }

  .tb\:leading-relaxed {
    line-height: 1.625
  }

  .tb\:leading-loose {
    line-height: 2
  }

  .tb\:list-inside {
    list-style-position: inside
  }

  .tb\:list-outside {
    list-style-position: outside
  }

  .tb\:list-none {
    list-style-type: none
  }

  .tb\:list-disc {
    list-style-type: disc
  }

  .tb\:list-decimal {
    list-style-type: decimal
  }

  .tb\:m-0 {
    margin: 0
  }

  .tb\:m-1 {
    margin: 0.25rem
  }

  .tb\:m-2 {
    margin: 0.5rem
  }

  .tb\:m-3 {
    margin: 0.75rem
  }

  .tb\:m-4 {
    margin: 1rem
  }

  .tb\:m-5 {
    margin: 1.25rem
  }

  .tb\:m-6 {
    margin: 1.5rem
  }

  .tb\:m-8 {
    margin: 2rem
  }

  .tb\:m-10 {
    margin: 2.5rem
  }

  .tb\:m-12 {
    margin: 3rem
  }

  .tb\:m-16 {
    margin: 4rem
  }

  .tb\:m-20 {
    margin: 5rem
  }

  .tb\:m-24 {
    margin: 6rem
  }

  .tb\:m-32 {
    margin: 8rem
  }

  .tb\:m-40 {
    margin: 10rem
  }

  .tb\:m-48 {
    margin: 12rem
  }

  .tb\:m-56 {
    margin: 14rem
  }

  .tb\:m-64 {
    margin: 16rem
  }

  .tb\:m-auto {
    margin: auto
  }

  .tb\:m-px {
    margin: 1px
  }

  .tb\:-m-1 {
    margin: -0.25rem
  }

  .tb\:-m-2 {
    margin: -0.5rem
  }

  .tb\:-m-3 {
    margin: -0.75rem
  }

  .tb\:-m-4 {
    margin: -1rem
  }

  .tb\:-m-5 {
    margin: -1.25rem
  }

  .tb\:-m-6 {
    margin: -1.5rem
  }

  .tb\:-m-8 {
    margin: -2rem
  }

  .tb\:-m-10 {
    margin: -2.5rem
  }

  .tb\:-m-12 {
    margin: -3rem
  }

  .tb\:-m-16 {
    margin: -4rem
  }

  .tb\:-m-20 {
    margin: -5rem
  }

  .tb\:-m-24 {
    margin: -6rem
  }

  .tb\:-m-32 {
    margin: -8rem
  }

  .tb\:-m-40 {
    margin: -10rem
  }

  .tb\:-m-48 {
    margin: -12rem
  }

  .tb\:-m-56 {
    margin: -14rem
  }

  .tb\:-m-64 {
    margin: -16rem
  }

  .tb\:-m-px {
    margin: -1px
  }

  .tb\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .tb\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .tb\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .tb\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .tb\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .tb\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .tb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .tb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .tb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .tb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .tb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .tb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .tb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .tb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .tb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .tb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .tb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .tb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .tb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .tb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .tb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .tb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .tb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .tb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .tb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .tb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .tb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .tb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .tb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .tb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .tb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .tb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .tb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .tb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .tb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .tb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .tb\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .tb\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .tb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .tb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .tb\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .tb\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .tb\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .tb\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .tb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .tb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .tb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .tb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .tb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .tb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .tb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .tb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .tb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .tb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .tb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .tb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .tb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .tb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .tb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .tb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .tb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .tb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .tb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .tb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .tb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .tb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .tb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .tb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .tb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .tb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .tb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .tb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .tb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .tb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .tb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .tb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .tb\:mt-0 {
    margin-top: 0
  }

  .tb\:mr-0 {
    margin-right: 0
  }

  .tb\:mb-0 {
    margin-bottom: 0
  }

  .tb\:ml-0 {
    margin-left: 0
  }

  .tb\:mt-1 {
    margin-top: 0.25rem
  }

  .tb\:mr-1 {
    margin-right: 0.25rem
  }

  .tb\:mb-1 {
    margin-bottom: 0.25rem
  }

  .tb\:ml-1 {
    margin-left: 0.25rem
  }

  .tb\:mt-2 {
    margin-top: 0.5rem
  }

  .tb\:mr-2 {
    margin-right: 0.5rem
  }

  .tb\:mb-2 {
    margin-bottom: 0.5rem
  }

  .tb\:ml-2 {
    margin-left: 0.5rem
  }

  .tb\:mt-3 {
    margin-top: 0.75rem
  }

  .tb\:mr-3 {
    margin-right: 0.75rem
  }

  .tb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .tb\:ml-3 {
    margin-left: 0.75rem
  }

  .tb\:mt-4 {
    margin-top: 1rem
  }

  .tb\:mr-4 {
    margin-right: 1rem
  }

  .tb\:mb-4 {
    margin-bottom: 1rem
  }

  .tb\:ml-4 {
    margin-left: 1rem
  }

  .tb\:mt-5 {
    margin-top: 1.25rem
  }

  .tb\:mr-5 {
    margin-right: 1.25rem
  }

  .tb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .tb\:ml-5 {
    margin-left: 1.25rem
  }

  .tb\:mt-6 {
    margin-top: 1.5rem
  }

  .tb\:mr-6 {
    margin-right: 1.5rem
  }

  .tb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .tb\:ml-6 {
    margin-left: 1.5rem
  }

  .tb\:mt-8 {
    margin-top: 2rem
  }

  .tb\:mr-8 {
    margin-right: 2rem
  }

  .tb\:mb-8 {
    margin-bottom: 2rem
  }

  .tb\:ml-8 {
    margin-left: 2rem
  }

  .tb\:mt-10 {
    margin-top: 2.5rem
  }

  .tb\:mr-10 {
    margin-right: 2.5rem
  }

  .tb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .tb\:ml-10 {
    margin-left: 2.5rem
  }

  .tb\:mt-12 {
    margin-top: 3rem
  }

  .tb\:mr-12 {
    margin-right: 3rem
  }

  .tb\:mb-12 {
    margin-bottom: 3rem
  }

  .tb\:ml-12 {
    margin-left: 3rem
  }

  .tb\:mt-16 {
    margin-top: 4rem
  }

  .tb\:mr-16 {
    margin-right: 4rem
  }

  .tb\:mb-16 {
    margin-bottom: 4rem
  }

  .tb\:ml-16 {
    margin-left: 4rem
  }

  .tb\:mt-20 {
    margin-top: 5rem
  }

  .tb\:mr-20 {
    margin-right: 5rem
  }

  .tb\:mb-20 {
    margin-bottom: 5rem
  }

  .tb\:ml-20 {
    margin-left: 5rem
  }

  .tb\:mt-24 {
    margin-top: 6rem
  }

  .tb\:mr-24 {
    margin-right: 6rem
  }

  .tb\:mb-24 {
    margin-bottom: 6rem
  }

  .tb\:ml-24 {
    margin-left: 6rem
  }

  .tb\:mt-32 {
    margin-top: 8rem
  }

  .tb\:mr-32 {
    margin-right: 8rem
  }

  .tb\:mb-32 {
    margin-bottom: 8rem
  }

  .tb\:ml-32 {
    margin-left: 8rem
  }

  .tb\:mt-40 {
    margin-top: 10rem
  }

  .tb\:mr-40 {
    margin-right: 10rem
  }

  .tb\:mb-40 {
    margin-bottom: 10rem
  }

  .tb\:ml-40 {
    margin-left: 10rem
  }

  .tb\:mt-48 {
    margin-top: 12rem
  }

  .tb\:mr-48 {
    margin-right: 12rem
  }

  .tb\:mb-48 {
    margin-bottom: 12rem
  }

  .tb\:ml-48 {
    margin-left: 12rem
  }

  .tb\:mt-56 {
    margin-top: 14rem
  }

  .tb\:mr-56 {
    margin-right: 14rem
  }

  .tb\:mb-56 {
    margin-bottom: 14rem
  }

  .tb\:ml-56 {
    margin-left: 14rem
  }

  .tb\:mt-64 {
    margin-top: 16rem
  }

  .tb\:mr-64 {
    margin-right: 16rem
  }

  .tb\:mb-64 {
    margin-bottom: 16rem
  }

  .tb\:ml-64 {
    margin-left: 16rem
  }

  .tb\:mt-auto {
    margin-top: auto
  }

  .tb\:mr-auto {
    margin-right: auto
  }

  .tb\:mb-auto {
    margin-bottom: auto
  }

  .tb\:ml-auto {
    margin-left: auto
  }

  .tb\:mt-px {
    margin-top: 1px
  }

  .tb\:mr-px {
    margin-right: 1px
  }

  .tb\:mb-px {
    margin-bottom: 1px
  }

  .tb\:ml-px {
    margin-left: 1px
  }

  .tb\:-mt-1 {
    margin-top: -0.25rem
  }

  .tb\:-mr-1 {
    margin-right: -0.25rem
  }

  .tb\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .tb\:-ml-1 {
    margin-left: -0.25rem
  }

  .tb\:-mt-2 {
    margin-top: -0.5rem
  }

  .tb\:-mr-2 {
    margin-right: -0.5rem
  }

  .tb\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .tb\:-ml-2 {
    margin-left: -0.5rem
  }

  .tb\:-mt-3 {
    margin-top: -0.75rem
  }

  .tb\:-mr-3 {
    margin-right: -0.75rem
  }

  .tb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .tb\:-ml-3 {
    margin-left: -0.75rem
  }

  .tb\:-mt-4 {
    margin-top: -1rem
  }

  .tb\:-mr-4 {
    margin-right: -1rem
  }

  .tb\:-mb-4 {
    margin-bottom: -1rem
  }

  .tb\:-ml-4 {
    margin-left: -1rem
  }

  .tb\:-mt-5 {
    margin-top: -1.25rem
  }

  .tb\:-mr-5 {
    margin-right: -1.25rem
  }

  .tb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .tb\:-ml-5 {
    margin-left: -1.25rem
  }

  .tb\:-mt-6 {
    margin-top: -1.5rem
  }

  .tb\:-mr-6 {
    margin-right: -1.5rem
  }

  .tb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .tb\:-ml-6 {
    margin-left: -1.5rem
  }

  .tb\:-mt-8 {
    margin-top: -2rem
  }

  .tb\:-mr-8 {
    margin-right: -2rem
  }

  .tb\:-mb-8 {
    margin-bottom: -2rem
  }

  .tb\:-ml-8 {
    margin-left: -2rem
  }

  .tb\:-mt-10 {
    margin-top: -2.5rem
  }

  .tb\:-mr-10 {
    margin-right: -2.5rem
  }

  .tb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .tb\:-ml-10 {
    margin-left: -2.5rem
  }

  .tb\:-mt-12 {
    margin-top: -3rem
  }

  .tb\:-mr-12 {
    margin-right: -3rem
  }

  .tb\:-mb-12 {
    margin-bottom: -3rem
  }

  .tb\:-ml-12 {
    margin-left: -3rem
  }

  .tb\:-mt-16 {
    margin-top: -4rem
  }

  .tb\:-mr-16 {
    margin-right: -4rem
  }

  .tb\:-mb-16 {
    margin-bottom: -4rem
  }

  .tb\:-ml-16 {
    margin-left: -4rem
  }

  .tb\:-mt-20 {
    margin-top: -5rem
  }

  .tb\:-mr-20 {
    margin-right: -5rem
  }

  .tb\:-mb-20 {
    margin-bottom: -5rem
  }

  .tb\:-ml-20 {
    margin-left: -5rem
  }

  .tb\:-mt-24 {
    margin-top: -6rem
  }

  .tb\:-mr-24 {
    margin-right: -6rem
  }

  .tb\:-mb-24 {
    margin-bottom: -6rem
  }

  .tb\:-ml-24 {
    margin-left: -6rem
  }

  .tb\:-mt-32 {
    margin-top: -8rem
  }

  .tb\:-mr-32 {
    margin-right: -8rem
  }

  .tb\:-mb-32 {
    margin-bottom: -8rem
  }

  .tb\:-ml-32 {
    margin-left: -8rem
  }

  .tb\:-mt-40 {
    margin-top: -10rem
  }

  .tb\:-mr-40 {
    margin-right: -10rem
  }

  .tb\:-mb-40 {
    margin-bottom: -10rem
  }

  .tb\:-ml-40 {
    margin-left: -10rem
  }

  .tb\:-mt-48 {
    margin-top: -12rem
  }

  .tb\:-mr-48 {
    margin-right: -12rem
  }

  .tb\:-mb-48 {
    margin-bottom: -12rem
  }

  .tb\:-ml-48 {
    margin-left: -12rem
  }

  .tb\:-mt-56 {
    margin-top: -14rem
  }

  .tb\:-mr-56 {
    margin-right: -14rem
  }

  .tb\:-mb-56 {
    margin-bottom: -14rem
  }

  .tb\:-ml-56 {
    margin-left: -14rem
  }

  .tb\:-mt-64 {
    margin-top: -16rem
  }

  .tb\:-mr-64 {
    margin-right: -16rem
  }

  .tb\:-mb-64 {
    margin-bottom: -16rem
  }

  .tb\:-ml-64 {
    margin-left: -16rem
  }

  .tb\:-mt-px {
    margin-top: -1px
  }

  .tb\:-mr-px {
    margin-right: -1px
  }

  .tb\:-mb-px {
    margin-bottom: -1px
  }

  .tb\:-ml-px {
    margin-left: -1px
  }

  .tb\:max-h-full {
    max-height: 100%
  }

  .tb\:max-h-screen {
    max-height: 100vh
  }

  .tb\:max-w-none {
    max-width: none
  }

  .tb\:max-w-xs {
    max-width: 20rem
  }

  .tb\:max-w-sm {
    max-width: 24rem
  }

  .tb\:max-w-md {
    max-width: 28rem
  }

  .tb\:max-w-lg {
    max-width: 32rem
  }

  .tb\:max-w-xl {
    max-width: 36rem
  }

  .tb\:max-w-2xl {
    max-width: 42rem
  }

  .tb\:max-w-3xl {
    max-width: 48rem
  }

  .tb\:max-w-4xl {
    max-width: 56rem
  }

  .tb\:max-w-5xl {
    max-width: 64rem
  }

  .tb\:max-w-6xl {
    max-width: 72rem
  }

  .tb\:max-w-full {
    max-width: 100%
  }

  .tb\:max-w-screen-tb {
    max-width: 768px
  }

  .tb\:max-w-screen-ds {
    max-width: 992px
  }

  .tb\:min-h-0 {
    min-height: 0
  }

  .tb\:min-h-full {
    min-height: 100%
  }

  .tb\:min-h-screen {
    min-height: 100vh
  }

  .tb\:min-w-0 {
    min-width: 0
  }

  .tb\:min-w-full {
    min-width: 100%
  }

  .tb\:object-contain {
    object-fit: contain
  }

  .tb\:object-cover {
    object-fit: cover
  }

  .tb\:object-fill {
    object-fit: fill
  }

  .tb\:object-none {
    object-fit: none
  }

  .tb\:object-scale-down {
    object-fit: scale-down
  }

  .tb\:object-bottom {
    object-position: bottom
  }

  .tb\:object-center {
    object-position: center
  }

  .tb\:object-left {
    object-position: left
  }

  .tb\:object-left-bottom {
    object-position: left bottom
  }

  .tb\:object-left-top {
    object-position: left top
  }

  .tb\:object-right {
    object-position: right
  }

  .tb\:object-right-bottom {
    object-position: right bottom
  }

  .tb\:object-right-top {
    object-position: right top
  }

  .tb\:object-top {
    object-position: top
  }

  .tb\:opacity-0 {
    opacity: 0
  }

  .tb\:opacity-25 {
    opacity: 0.25
  }

  .tb\:opacity-50 {
    opacity: 0.5
  }

  .tb\:opacity-75 {
    opacity: 0.75
  }

  .tb\:opacity-100 {
    opacity: 1
  }

  .tb\:hover\:opacity-0:hover {
    opacity: 0
  }

  .tb\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .tb\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .tb\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .tb\:hover\:opacity-100:hover {
    opacity: 1
  }

  .tb\:focus\:opacity-0:focus {
    opacity: 0
  }

  .tb\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .tb\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .tb\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .tb\:focus\:opacity-100:focus {
    opacity: 1
  }

  .tb\:outline-none {
    outline: 0
  }

  .tb\:focus\:outline-none:focus {
    outline: 0
  }

  .tb\:overflow-auto {
    overflow: auto
  }

  .tb\:overflow-hidden {
    overflow: hidden
  }

  .tb\:overflow-visible {
    overflow: visible
  }

  .tb\:overflow-scroll {
    overflow: scroll
  }

  .tb\:overflow-x-auto {
    overflow-x: auto
  }

  .tb\:overflow-y-auto {
    overflow-y: auto
  }

  .tb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .tb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .tb\:overflow-x-visible {
    overflow-x: visible
  }

  .tb\:overflow-y-visible {
    overflow-y: visible
  }

  .tb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .tb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .tb\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .tb\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .tb\:p-0 {
    padding: 0
  }

  .tb\:p-1 {
    padding: 0.25rem
  }

  .tb\:p-2 {
    padding: 0.5rem
  }

  .tb\:p-3 {
    padding: 0.75rem
  }

  .tb\:p-4 {
    padding: 1rem
  }

  .tb\:p-5 {
    padding: 1.25rem
  }

  .tb\:p-6 {
    padding: 1.5rem
  }

  .tb\:p-8 {
    padding: 2rem
  }

  .tb\:p-10 {
    padding: 2.5rem
  }

  .tb\:p-12 {
    padding: 3rem
  }

  .tb\:p-16 {
    padding: 4rem
  }

  .tb\:p-20 {
    padding: 5rem
  }

  .tb\:p-24 {
    padding: 6rem
  }

  .tb\:p-32 {
    padding: 8rem
  }

  .tb\:p-40 {
    padding: 10rem
  }

  .tb\:p-48 {
    padding: 12rem
  }

  .tb\:p-56 {
    padding: 14rem
  }

  .tb\:p-64 {
    padding: 16rem
  }

  .tb\:p-px {
    padding: 1px
  }

  .tb\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .tb\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .tb\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .tb\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .tb\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .tb\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .tb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .tb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .tb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .tb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .tb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .tb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .tb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .tb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .tb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .tb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .tb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .tb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .tb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .tb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .tb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .tb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .tb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .tb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .tb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .tb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .tb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .tb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .tb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .tb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .tb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .tb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .tb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .tb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .tb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .tb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .tb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .tb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .tb\:pt-0 {
    padding-top: 0
  }

  .tb\:pr-0 {
    padding-right: 0
  }

  .tb\:pb-0 {
    padding-bottom: 0
  }

  .tb\:pl-0 {
    padding-left: 0
  }

  .tb\:pt-1 {
    padding-top: 0.25rem
  }

  .tb\:pr-1 {
    padding-right: 0.25rem
  }

  .tb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .tb\:pl-1 {
    padding-left: 0.25rem
  }

  .tb\:pt-2 {
    padding-top: 0.5rem
  }

  .tb\:pr-2 {
    padding-right: 0.5rem
  }

  .tb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .tb\:pl-2 {
    padding-left: 0.5rem
  }

  .tb\:pt-3 {
    padding-top: 0.75rem
  }

  .tb\:pr-3 {
    padding-right: 0.75rem
  }

  .tb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .tb\:pl-3 {
    padding-left: 0.75rem
  }

  .tb\:pt-4 {
    padding-top: 1rem
  }

  .tb\:pr-4 {
    padding-right: 1rem
  }

  .tb\:pb-4 {
    padding-bottom: 1rem
  }

  .tb\:pl-4 {
    padding-left: 1rem
  }

  .tb\:pt-5 {
    padding-top: 1.25rem
  }

  .tb\:pr-5 {
    padding-right: 1.25rem
  }

  .tb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .tb\:pl-5 {
    padding-left: 1.25rem
  }

  .tb\:pt-6 {
    padding-top: 1.5rem
  }

  .tb\:pr-6 {
    padding-right: 1.5rem
  }

  .tb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .tb\:pl-6 {
    padding-left: 1.5rem
  }

  .tb\:pt-8 {
    padding-top: 2rem
  }

  .tb\:pr-8 {
    padding-right: 2rem
  }

  .tb\:pb-8 {
    padding-bottom: 2rem
  }

  .tb\:pl-8 {
    padding-left: 2rem
  }

  .tb\:pt-10 {
    padding-top: 2.5rem
  }

  .tb\:pr-10 {
    padding-right: 2.5rem
  }

  .tb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .tb\:pl-10 {
    padding-left: 2.5rem
  }

  .tb\:pt-12 {
    padding-top: 3rem
  }

  .tb\:pr-12 {
    padding-right: 3rem
  }

  .tb\:pb-12 {
    padding-bottom: 3rem
  }

  .tb\:pl-12 {
    padding-left: 3rem
  }

  .tb\:pt-16 {
    padding-top: 4rem
  }

  .tb\:pr-16 {
    padding-right: 4rem
  }

  .tb\:pb-16 {
    padding-bottom: 4rem
  }

  .tb\:pl-16 {
    padding-left: 4rem
  }

  .tb\:pt-20 {
    padding-top: 5rem
  }

  .tb\:pr-20 {
    padding-right: 5rem
  }

  .tb\:pb-20 {
    padding-bottom: 5rem
  }

  .tb\:pl-20 {
    padding-left: 5rem
  }

  .tb\:pt-24 {
    padding-top: 6rem
  }

  .tb\:pr-24 {
    padding-right: 6rem
  }

  .tb\:pb-24 {
    padding-bottom: 6rem
  }

  .tb\:pl-24 {
    padding-left: 6rem
  }

  .tb\:pt-32 {
    padding-top: 8rem
  }

  .tb\:pr-32 {
    padding-right: 8rem
  }

  .tb\:pb-32 {
    padding-bottom: 8rem
  }

  .tb\:pl-32 {
    padding-left: 8rem
  }

  .tb\:pt-40 {
    padding-top: 10rem
  }

  .tb\:pr-40 {
    padding-right: 10rem
  }

  .tb\:pb-40 {
    padding-bottom: 10rem
  }

  .tb\:pl-40 {
    padding-left: 10rem
  }

  .tb\:pt-48 {
    padding-top: 12rem
  }

  .tb\:pr-48 {
    padding-right: 12rem
  }

  .tb\:pb-48 {
    padding-bottom: 12rem
  }

  .tb\:pl-48 {
    padding-left: 12rem
  }

  .tb\:pt-56 {
    padding-top: 14rem
  }

  .tb\:pr-56 {
    padding-right: 14rem
  }

  .tb\:pb-56 {
    padding-bottom: 14rem
  }

  .tb\:pl-56 {
    padding-left: 14rem
  }

  .tb\:pt-64 {
    padding-top: 16rem
  }

  .tb\:pr-64 {
    padding-right: 16rem
  }

  .tb\:pb-64 {
    padding-bottom: 16rem
  }

  .tb\:pl-64 {
    padding-left: 16rem
  }

  .tb\:pt-px {
    padding-top: 1px
  }

  .tb\:pr-px {
    padding-right: 1px
  }

  .tb\:pb-px {
    padding-bottom: 1px
  }

  .tb\:pl-px {
    padding-left: 1px
  }

  .tb\:placeholder-base:-ms-input-placeholder {
    color: #000000
  }

  .tb\:placeholder-base::placeholder {
    color: #000000
  }

  .tb\:placeholder-primary:-ms-input-placeholder {
    color: #FFCC00
  }

  .tb\:placeholder-primary::placeholder {
    color: #FFCC00
  }

  .tb\:placeholder-secondary:-ms-input-placeholder {
    color: #6BBFF7
  }

  .tb\:placeholder-secondary::placeholder {
    color: #6BBFF7
  }

  .tb\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .tb\:placeholder-white::placeholder {
    color: #fff
  }

  .tb\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .tb\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .tb\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .tb\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .tb\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .tb\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .tb\:placeholder-gray:-ms-input-placeholder {
    color: #EFEFEF
  }

  .tb\:placeholder-gray::placeholder {
    color: #EFEFEF
  }

  .tb\:placeholder-lightgray:-ms-input-placeholder {
    color: #dfdbd2
  }

  .tb\:placeholder-lightgray::placeholder {
    color: #dfdbd2
  }

  .tb\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .tb\:placeholder-light::placeholder {
    color: #fafafa
  }

  .tb\:placeholder-dark:-ms-input-placeholder {
    color: #000000
  }

  .tb\:placeholder-dark::placeholder {
    color: #000000
  }

  .tb\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #000000
  }

  .tb\:focus\:placeholder-base:focus::placeholder {
    color: #000000
  }

  .tb\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #FFCC00
  }

  .tb\:focus\:placeholder-primary:focus::placeholder {
    color: #FFCC00
  }

  .tb\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #6BBFF7
  }

  .tb\:focus\:placeholder-secondary:focus::placeholder {
    color: #6BBFF7
  }

  .tb\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .tb\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .tb\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .tb\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .tb\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .tb\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .tb\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .tb\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .tb\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #EFEFEF
  }

  .tb\:focus\:placeholder-gray:focus::placeholder {
    color: #EFEFEF
  }

  .tb\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #dfdbd2
  }

  .tb\:focus\:placeholder-lightgray:focus::placeholder {
    color: #dfdbd2
  }

  .tb\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .tb\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .tb\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #000000
  }

  .tb\:focus\:placeholder-dark:focus::placeholder {
    color: #000000
  }

  .tb\:pointer-events-none {
    pointer-events: none
  }

  .tb\:pointer-events-auto {
    pointer-events: auto
  }

  .tb\:static {
    position: static
  }

  .tb\:fixed {
    position: fixed
  }

  .tb\:absolute {
    position: absolute
  }

  .tb\:relative {
    position: relative
  }

  .tb\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .tb\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .tb\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .tb\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .tb\:inset-x-0 {
    right: 0;
    left: 0
  }

  .tb\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .tb\:inset-x-auto {
    right: auto;
    left: auto
  }

  .tb\:top-0 {
    top: 0
  }

  .tb\:right-0 {
    right: 0
  }

  .tb\:bottom-0 {
    bottom: 0
  }

  .tb\:left-0 {
    left: 0
  }

  .tb\:top-auto {
    top: auto
  }

  .tb\:right-auto {
    right: auto
  }

  .tb\:bottom-auto {
    bottom: auto
  }

  .tb\:left-auto {
    left: auto
  }

  .tb\:resize-none {
    resize: none
  }

  .tb\:resize-y {
    resize: vertical
  }

  .tb\:resize-x {
    resize: horizontal
  }

  .tb\:resize {
    resize: both
  }

  .tb\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:shadow-none {
    box-shadow: none
  }

  .tb\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .tb\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .tb\:fill-base {
    fill: #000000
  }

  .tb\:fill-primary {
    fill: #FFCC00
  }

  .tb\:fill-secondary {
    fill: #6BBFF7
  }

  .tb\:fill-white {
    fill: #fff
  }

  .tb\:fill-danger {
    fill: #FF695B
  }

  .tb\:fill-warning {
    fill: #FFBE4F
  }

  .tb\:fill-success {
    fill: #3DCC79
  }

  .tb\:fill-gray {
    fill: #EFEFEF
  }

  .tb\:fill-lightgray {
    fill: #dfdbd2
  }

  .tb\:fill-light {
    fill: #fafafa
  }

  .tb\:fill-dark {
    fill: #000000
  }

  .tb\:stroke-current {
    stroke: currentColor
  }

  .tb\:stroke-0 {
    stroke-width: 0
  }

  .tb\:stroke-1 {
    stroke-width: 1
  }

  .tb\:stroke-2 {
    stroke-width: 2
  }

  .tb\:table-auto {
    table-layout: auto
  }

  .tb\:table-fixed {
    table-layout: fixed
  }

  .tb\:text-left {
    text-align: left
  }

  .tb\:text-center {
    text-align: center
  }

  .tb\:text-right {
    text-align: right
  }

  .tb\:text-justify {
    text-align: justify
  }

  .tb\:text-base {
    color: #000000
  }

  .tb\:text-primary {
    color: #FFCC00
  }

  .tb\:text-secondary {
    color: #6BBFF7
  }

  .tb\:text-white {
    color: #fff
  }

  .tb\:text-danger {
    color: #FF695B
  }

  .tb\:text-warning {
    color: #FFBE4F
  }

  .tb\:text-success {
    color: #3DCC79
  }

  .tb\:text-gray {
    color: #EFEFEF
  }

  .tb\:text-lightgray {
    color: #dfdbd2
  }

  .tb\:text-light {
    color: #fafafa
  }

  .tb\:text-dark {
    color: #000000
  }

  .tb\:hover\:text-base:hover {
    color: #000000
  }

  .tb\:hover\:text-primary:hover {
    color: #FFCC00
  }

  .tb\:hover\:text-secondary:hover {
    color: #6BBFF7
  }

  .tb\:hover\:text-white:hover {
    color: #fff
  }

  .tb\:hover\:text-danger:hover {
    color: #FF695B
  }

  .tb\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .tb\:hover\:text-success:hover {
    color: #3DCC79
  }

  .tb\:hover\:text-gray:hover {
    color: #EFEFEF
  }

  .tb\:hover\:text-lightgray:hover {
    color: #dfdbd2
  }

  .tb\:hover\:text-light:hover {
    color: #fafafa
  }

  .tb\:hover\:text-dark:hover {
    color: #000000
  }

  .tb\:focus\:text-base:focus {
    color: #000000
  }

  .tb\:focus\:text-primary:focus {
    color: #FFCC00
  }

  .tb\:focus\:text-secondary:focus {
    color: #6BBFF7
  }

  .tb\:focus\:text-white:focus {
    color: #fff
  }

  .tb\:focus\:text-danger:focus {
    color: #FF695B
  }

  .tb\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .tb\:focus\:text-success:focus {
    color: #3DCC79
  }

  .tb\:focus\:text-gray:focus {
    color: #EFEFEF
  }

  .tb\:focus\:text-lightgray:focus {
    color: #dfdbd2
  }

  .tb\:focus\:text-light:focus {
    color: #fafafa
  }

  .tb\:focus\:text-dark:focus {
    color: #000000
  }

  .tb\:text-xs {
    font-size: 0.75rem
  }

  .tb\:text-sm {
    font-size: 0.875rem
  }

  .tb\:text-base {
    font-size: 1rem
  }

  .tb\:text-lg {
    font-size: 1.125rem
  }

  .tb\:text-xl {
    font-size: 1.25rem
  }

  .tb\:text-2xl {
    font-size: 1.5rem
  }

  .tb\:text-3xl {
    font-size: 1.875rem
  }

  .tb\:text-4xl {
    font-size: 2.25rem
  }

  .tb\:text-5xl {
    font-size: 3rem
  }

  .tb\:text-6xl {
    font-size: 4rem
  }

  .tb\:italic {
    font-style: italic
  }

  .tb\:not-italic {
    font-style: normal
  }

  .tb\:uppercase {
    text-transform: uppercase
  }

  .tb\:lowercase {
    text-transform: lowercase
  }

  .tb\:capitalize {
    text-transform: capitalize
  }

  .tb\:normal-case {
    text-transform: none
  }

  .tb\:underline {
    text-decoration: underline
  }

  .tb\:line-through {
    text-decoration: line-through
  }

  .tb\:no-underline {
    text-decoration: none
  }

  .tb\:hover\:underline:hover {
    text-decoration: underline
  }

  .tb\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .tb\:hover\:no-underline:hover {
    text-decoration: none
  }

  .tb\:focus\:underline:focus {
    text-decoration: underline
  }

  .tb\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .tb\:focus\:no-underline:focus {
    text-decoration: none
  }

  .tb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .tb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .tb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .tb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .tb\:tracking-normal {
    letter-spacing: 0
  }

  .tb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .tb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .tb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .tb\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .tb\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .tb\:select-all {
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .tb\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .tb\:align-baseline {
    vertical-align: baseline
  }

  .tb\:align-top {
    vertical-align: top
  }

  .tb\:align-middle {
    vertical-align: middle
  }

  .tb\:align-bottom {
    vertical-align: bottom
  }

  .tb\:align-text-top {
    vertical-align: text-top
  }

  .tb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .tb\:visible {
    visibility: visible
  }

  .tb\:invisible {
    visibility: hidden
  }

  .tb\:whitespace-normal {
    white-space: normal
  }

  .tb\:whitespace-no-wrap {
    white-space: nowrap
  }

  .tb\:whitespace-pre {
    white-space: pre
  }

  .tb\:whitespace-pre-line {
    white-space: pre-line
  }

  .tb\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .tb\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .tb\:break-words {
    overflow-wrap: break-word
  }

  .tb\:break-all {
    word-break: break-all
  }

  .tb\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .tb\:w-0 {
    width: 0
  }

  .tb\:w-1 {
    width: 0.25rem
  }

  .tb\:w-2 {
    width: 0.5rem
  }

  .tb\:w-3 {
    width: 0.75rem
  }

  .tb\:w-4 {
    width: 1rem
  }

  .tb\:w-5 {
    width: 1.25rem
  }

  .tb\:w-6 {
    width: 1.5rem
  }

  .tb\:w-8 {
    width: 2rem
  }

  .tb\:w-10 {
    width: 2.5rem
  }

  .tb\:w-12 {
    width: 3rem
  }

  .tb\:w-16 {
    width: 4rem
  }

  .tb\:w-20 {
    width: 5rem
  }

  .tb\:w-24 {
    width: 6rem
  }

  .tb\:w-32 {
    width: 8rem
  }

  .tb\:w-40 {
    width: 10rem
  }

  .tb\:w-48 {
    width: 12rem
  }

  .tb\:w-56 {
    width: 14rem
  }

  .tb\:w-64 {
    width: 16rem
  }

  .tb\:w-auto {
    width: auto
  }

  .tb\:w-px {
    width: 1px
  }

  .tb\:w-1\/2 {
    width: 50%
  }

  .tb\:w-1\/3 {
    width: 33.333333%
  }

  .tb\:w-2\/3 {
    width: 66.666667%
  }

  .tb\:w-1\/4 {
    width: 25%
  }

  .tb\:w-2\/4 {
    width: 50%
  }

  .tb\:w-3\/4 {
    width: 75%
  }

  .tb\:w-1\/5 {
    width: 20%
  }

  .tb\:w-2\/5 {
    width: 40%
  }

  .tb\:w-3\/5 {
    width: 60%
  }

  .tb\:w-4\/5 {
    width: 80%
  }

  .tb\:w-1\/6 {
    width: 16.666667%
  }

  .tb\:w-2\/6 {
    width: 33.333333%
  }

  .tb\:w-3\/6 {
    width: 50%
  }

  .tb\:w-4\/6 {
    width: 66.666667%
  }

  .tb\:w-5\/6 {
    width: 83.333333%
  }

  .tb\:w-1\/12 {
    width: 8.333333%
  }

  .tb\:w-2\/12 {
    width: 16.666667%
  }

  .tb\:w-3\/12 {
    width: 25%
  }

  .tb\:w-4\/12 {
    width: 33.333333%
  }

  .tb\:w-5\/12 {
    width: 41.666667%
  }

  .tb\:w-6\/12 {
    width: 50%
  }

  .tb\:w-7\/12 {
    width: 58.333333%
  }

  .tb\:w-8\/12 {
    width: 66.666667%
  }

  .tb\:w-9\/12 {
    width: 75%
  }

  .tb\:w-10\/12 {
    width: 83.333333%
  }

  .tb\:w-11\/12 {
    width: 91.666667%
  }

  .tb\:w-full {
    width: 100%
  }

  .tb\:w-screen {
    width: 100vw
  }

  .tb\:z-0 {
    z-index: 0
  }

  .tb\:z-10 {
    z-index: 10
  }

  .tb\:z-20 {
    z-index: 20
  }

  .tb\:z-30 {
    z-index: 30
  }

  .tb\:z-40 {
    z-index: 40
  }

  .tb\:z-50 {
    z-index: 50
  }

  .tb\:z-auto {
    z-index: auto
  }

  .tb\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .tb\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .tb\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .tb\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .tb\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .tb\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .tb\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .tb\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .tb\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .tb\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .tb\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .tb\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .tb\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .tb\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .tb\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .tb\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .tb\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .tb\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .tb\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .tb\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .tb\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .tb\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .tb\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .tb\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .tb\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .tb\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .tb\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .tb\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .tb\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .tb\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .tb\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .tb\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .tb\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .tb\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .tb\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .tb\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .tb\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .tb\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .tb\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .tb\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .tb\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .tb\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .tb\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .tb\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .tb\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .tb\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .tb\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .tb\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .tb\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .tb\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .tb\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .tb\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .tb\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .tb\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .tb\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .tb\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .tb\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .tb\:grid-flow-row {
    grid-auto-flow: row
  }

  .tb\:grid-flow-col {
    grid-auto-flow: column
  }

  .tb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .tb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .tb\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .tb\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .tb\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .tb\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .tb\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .tb\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .tb\:grid-cols-none {
    -ms-grid-columns: none;
        grid-template-columns: none
  }

  .tb\:col-auto {
    -ms-grid-column: auto;
        grid-column: auto
  }

  .tb\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
        grid-column: span 1 / span 1
  }

  .tb\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
        grid-column: span 2 / span 2
  }

  .tb\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
        grid-column: span 3 / span 3
  }

  .tb\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
        grid-column: span 4 / span 4
  }

  .tb\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
        grid-column: span 5 / span 5
  }

  .tb\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
        grid-column: span 6 / span 6
  }

  .tb\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
        grid-column: span 7 / span 7
  }

  .tb\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
        grid-column: span 8 / span 8
  }

  .tb\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
        grid-column: span 9 / span 9
  }

  .tb\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
        grid-column: span 10 / span 10
  }

  .tb\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
        grid-column: span 11 / span 11
  }

  .tb\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
        grid-column: span 12 / span 12
  }

  .tb\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1
  }

  .tb\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2
  }

  .tb\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3
  }

  .tb\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4
  }

  .tb\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5
  }

  .tb\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6
  }

  .tb\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7
  }

  .tb\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8
  }

  .tb\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9
  }

  .tb\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10
  }

  .tb\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11
  }

  .tb\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12
  }

  .tb\:col-start-13 {
    -ms-grid-column: 13;
        grid-column-start: 13
  }

  .tb\:col-start-auto {
    -ms-grid-column: auto;
        grid-column-start: auto
  }

  .tb\:col-end-1 {
    grid-column-end: 1
  }

  .tb\:col-end-2 {
    grid-column-end: 2
  }

  .tb\:col-end-3 {
    grid-column-end: 3
  }

  .tb\:col-end-4 {
    grid-column-end: 4
  }

  .tb\:col-end-5 {
    grid-column-end: 5
  }

  .tb\:col-end-6 {
    grid-column-end: 6
  }

  .tb\:col-end-7 {
    grid-column-end: 7
  }

  .tb\:col-end-8 {
    grid-column-end: 8
  }

  .tb\:col-end-9 {
    grid-column-end: 9
  }

  .tb\:col-end-10 {
    grid-column-end: 10
  }

  .tb\:col-end-11 {
    grid-column-end: 11
  }

  .tb\:col-end-12 {
    grid-column-end: 12
  }

  .tb\:col-end-13 {
    grid-column-end: 13
  }

  .tb\:col-end-auto {
    grid-column-end: auto
  }

  .tb\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-rows-none {
    -ms-grid-rows: none;
        grid-template-rows: none
  }

  .tb\:row-auto {
    -ms-grid-row: auto;
        grid-row: auto
  }

  .tb\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
        grid-row: span 1 / span 1
  }

  .tb\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
        grid-row: span 2 / span 2
  }

  .tb\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
        grid-row: span 3 / span 3
  }

  .tb\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
        grid-row: span 4 / span 4
  }

  .tb\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
        grid-row: span 5 / span 5
  }

  .tb\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
        grid-row: span 6 / span 6
  }

  .tb\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1
  }

  .tb\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2
  }

  .tb\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3
  }

  .tb\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4
  }

  .tb\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5
  }

  .tb\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6
  }

  .tb\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7
  }

  .tb\:row-start-auto {
    -ms-grid-row: auto;
        grid-row-start: auto
  }

  .tb\:row-end-1 {
    grid-row-end: 1
  }

  .tb\:row-end-2 {
    grid-row-end: 2
  }

  .tb\:row-end-3 {
    grid-row-end: 3
  }

  .tb\:row-end-4 {
    grid-row-end: 4
  }

  .tb\:row-end-5 {
    grid-row-end: 5
  }

  .tb\:row-end-6 {
    grid-row-end: 6
  }

  .tb\:row-end-7 {
    grid-row-end: 7
  }

  .tb\:row-end-auto {
    grid-row-end: auto
  }

  .tb\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .tb\:transform-none {
    transform: none
  }

  .tb\:origin-center {
    transform-origin: center
  }

  .tb\:origin-top {
    transform-origin: top
  }

  .tb\:origin-top-right {
    transform-origin: top right
  }

  .tb\:origin-right {
    transform-origin: right
  }

  .tb\:origin-bottom-right {
    transform-origin: bottom right
  }

  .tb\:origin-bottom {
    transform-origin: bottom
  }

  .tb\:origin-bottom-left {
    transform-origin: bottom left
  }

  .tb\:origin-left {
    transform-origin: left
  }

  .tb\:origin-top-left {
    transform-origin: top left
  }

  .tb\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:scale-x-0 {
    --transform-scale-x: 0
  }

  .tb\:scale-x-50 {
    --transform-scale-x: .5
  }

  .tb\:scale-x-75 {
    --transform-scale-x: .75
  }

  .tb\:scale-x-90 {
    --transform-scale-x: .9
  }

  .tb\:scale-x-95 {
    --transform-scale-x: .95
  }

  .tb\:scale-x-100 {
    --transform-scale-x: 1
  }

  .tb\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .tb\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .tb\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .tb\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .tb\:scale-y-0 {
    --transform-scale-y: 0
  }

  .tb\:scale-y-50 {
    --transform-scale-y: .5
  }

  .tb\:scale-y-75 {
    --transform-scale-y: .75
  }

  .tb\:scale-y-90 {
    --transform-scale-y: .9
  }

  .tb\:scale-y-95 {
    --transform-scale-y: .95
  }

  .tb\:scale-y-100 {
    --transform-scale-y: 1
  }

  .tb\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .tb\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .tb\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .tb\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .tb\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .tb\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .tb\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .tb\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .tb\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .tb\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .tb\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .tb\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .tb\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .tb\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .tb\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .tb\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .tb\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .tb\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .tb\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .tb\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .tb\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .tb\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .tb\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .tb\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .tb\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .tb\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .tb\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .tb\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .tb\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .tb\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .tb\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .tb\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .tb\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .tb\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .tb\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .tb\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .tb\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .tb\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .tb\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .tb\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .tb\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .tb\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .tb\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .tb\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .tb\:rotate-0 {
    --transform-rotate: 0
  }

  .tb\:rotate-45 {
    --transform-rotate: 45deg
  }

  .tb\:rotate-90 {
    --transform-rotate: 90deg
  }

  .tb\:rotate-180 {
    --transform-rotate: 180deg
  }

  .tb\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .tb\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .tb\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .tb\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .tb\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .tb\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .tb\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .tb\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .tb\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .tb\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .tb\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .tb\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .tb\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .tb\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .tb\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .tb\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .tb\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .tb\:translate-x-0 {
    --transform-translate-x: 0
  }

  .tb\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .tb\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .tb\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .tb\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .tb\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .tb\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .tb\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .tb\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .tb\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .tb\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .tb\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .tb\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .tb\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .tb\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .tb\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .tb\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .tb\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .tb\:translate-x-px {
    --transform-translate-x: 1px
  }

  .tb\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .tb\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .tb\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .tb\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .tb\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .tb\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .tb\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .tb\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .tb\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .tb\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .tb\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .tb\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .tb\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .tb\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .tb\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .tb\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .tb\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .tb\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .tb\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .tb\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .tb\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .tb\:translate-x-full {
    --transform-translate-x: 100%
  }

  .tb\:translate-y-0 {
    --transform-translate-y: 0
  }

  .tb\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .tb\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .tb\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .tb\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .tb\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .tb\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .tb\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .tb\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .tb\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .tb\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .tb\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .tb\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .tb\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .tb\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .tb\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .tb\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .tb\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .tb\:translate-y-px {
    --transform-translate-y: 1px
  }

  .tb\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .tb\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .tb\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .tb\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .tb\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .tb\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .tb\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .tb\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .tb\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .tb\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .tb\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .tb\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .tb\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .tb\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .tb\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .tb\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .tb\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .tb\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .tb\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .tb\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .tb\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .tb\:translate-y-full {
    --transform-translate-y: 100%
  }

  .tb\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .tb\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .tb\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .tb\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .tb\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .tb\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .tb\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .tb\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .tb\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .tb\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .tb\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .tb\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .tb\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .tb\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .tb\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .tb\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .tb\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .tb\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .tb\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .tb\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .tb\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .tb\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .tb\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .tb\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .tb\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .tb\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .tb\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .tb\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .tb\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .tb\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .tb\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .tb\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .tb\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .tb\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .tb\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .tb\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .tb\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .tb\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .tb\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .tb\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .tb\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .tb\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .tb\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .tb\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .tb\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .tb\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .tb\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .tb\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .tb\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .tb\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .tb\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .tb\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .tb\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .tb\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .tb\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .tb\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .tb\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .tb\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .tb\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .tb\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .tb\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .tb\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .tb\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .tb\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .tb\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .tb\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .tb\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .tb\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .tb\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .tb\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .tb\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .tb\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .tb\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .tb\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .tb\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .tb\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .tb\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .tb\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .tb\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .tb\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .tb\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .tb\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .tb\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .tb\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .tb\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .tb\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .tb\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .tb\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .tb\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .tb\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .tb\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .tb\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .tb\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .tb\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .tb\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .tb\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .tb\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .tb\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .tb\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .tb\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .tb\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .tb\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .tb\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .tb\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .tb\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .tb\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .tb\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .tb\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .tb\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .tb\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .tb\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .tb\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .tb\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .tb\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .tb\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .tb\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .tb\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .tb\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .tb\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .tb\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .tb\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .tb\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .tb\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .tb\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .tb\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .tb\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .tb\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .tb\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .tb\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .tb\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .tb\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .tb\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .tb\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .tb\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .tb\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .tb\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .tb\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .tb\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .tb\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .tb\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .tb\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .tb\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .tb\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .tb\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .tb\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .tb\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .tb\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .tb\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .tb\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .tb\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .tb\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .tb\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .tb\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .tb\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .tb\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .tb\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .tb\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .tb\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .tb\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .tb\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .tb\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .tb\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .tb\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .tb\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .tb\:skew-x-0 {
    --transform-skew-x: 0
  }

  .tb\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .tb\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .tb\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .tb\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .tb\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .tb\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .tb\:skew-y-0 {
    --transform-skew-y: 0
  }

  .tb\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .tb\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .tb\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .tb\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .tb\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .tb\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .tb\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .tb\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .tb\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .tb\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .tb\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .tb\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .tb\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .tb\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .tb\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .tb\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .tb\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .tb\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .tb\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .tb\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .tb\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .tb\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .tb\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .tb\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .tb\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .tb\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .tb\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .tb\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .tb\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .tb\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .tb\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .tb\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .tb\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .tb\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .tb\:transition-none {
    transition-property: none
  }

  .tb\:transition-all {
    transition-property: all
  }

  .tb\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .tb\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .tb\:transition-opacity {
    transition-property: opacity
  }

  .tb\:transition-shadow {
    transition-property: box-shadow
  }

  .tb\:transition-transform {
    transition-property: transform
  }

  .tb\:ease-linear {
    transition-timing-function: linear
  }

  .tb\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .tb\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .tb\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .tb\:duration-75 {
    transition-duration: 75ms
  }

  .tb\:duration-100 {
    transition-duration: 100ms
  }

  .tb\:duration-150 {
    transition-duration: 150ms
  }

  .tb\:duration-200 {
    transition-duration: 200ms
  }

  .tb\:duration-300 {
    transition-duration: 300ms
  }

  .tb\:duration-500 {
    transition-duration: 500ms
  }

  .tb\:duration-700 {
    transition-duration: 700ms
  }

  .tb\:duration-1000 {
    transition-duration: 1000ms
  }
}

@media (min-width: 992px) {
  .ds\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

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

  .ds\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:bg-fixed {
    background-attachment: fixed
  }

  .ds\:bg-local {
    background-attachment: local
  }

  .ds\:bg-scroll {
    background-attachment: scroll
  }

  .ds\:bg-base {
    background-color: #000000
  }

  .ds\:bg-primary {
    background-color: #FFCC00
  }

  .ds\:bg-secondary {
    background-color: #6BBFF7
  }

  .ds\:bg-white {
    background-color: #fff
  }

  .ds\:bg-danger {
    background-color: #FF695B
  }

  .ds\:bg-warning {
    background-color: #FFBE4F
  }

  .ds\:bg-success {
    background-color: #3DCC79
  }

  .ds\:bg-gray {
    background-color: #EFEFEF
  }

  .ds\:bg-lightgray {
    background-color: #dfdbd2
  }

  .ds\:bg-light {
    background-color: #fafafa
  }

  .ds\:bg-dark {
    background-color: #000000
  }

  .ds\:hover\:bg-base:hover {
    background-color: #000000
  }

  .ds\:hover\:bg-primary:hover {
    background-color: #FFCC00
  }

  .ds\:hover\:bg-secondary:hover {
    background-color: #6BBFF7
  }

  .ds\:hover\:bg-white:hover {
    background-color: #fff
  }

  .ds\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .ds\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .ds\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .ds\:hover\:bg-gray:hover {
    background-color: #EFEFEF
  }

  .ds\:hover\:bg-lightgray:hover {
    background-color: #dfdbd2
  }

  .ds\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .ds\:hover\:bg-dark:hover {
    background-color: #000000
  }

  .ds\:focus\:bg-base:focus {
    background-color: #000000
  }

  .ds\:focus\:bg-primary:focus {
    background-color: #FFCC00
  }

  .ds\:focus\:bg-secondary:focus {
    background-color: #6BBFF7
  }

  .ds\:focus\:bg-white:focus {
    background-color: #fff
  }

  .ds\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .ds\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .ds\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .ds\:focus\:bg-gray:focus {
    background-color: #EFEFEF
  }

  .ds\:focus\:bg-lightgray:focus {
    background-color: #dfdbd2
  }

  .ds\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .ds\:focus\:bg-dark:focus {
    background-color: #000000
  }

  .ds\:bg-bottom {
    background-position: bottom
  }

  .ds\:bg-center {
    background-position: center
  }

  .ds\:bg-left {
    background-position: left
  }

  .ds\:bg-left-bottom {
    background-position: left bottom
  }

  .ds\:bg-left-top {
    background-position: left top
  }

  .ds\:bg-right {
    background-position: right
  }

  .ds\:bg-right-bottom {
    background-position: right bottom
  }

  .ds\:bg-right-top {
    background-position: right top
  }

  .ds\:bg-top {
    background-position: top
  }

  .ds\:bg-repeat {
    background-repeat: repeat
  }

  .ds\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .ds\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .ds\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .ds\:bg-repeat-round {
    background-repeat: round
  }

  .ds\:bg-repeat-space {
    background-repeat: space
  }

  .ds\:bg-auto {
    background-size: auto
  }

  .ds\:bg-cover {
    background-size: cover
  }

  .ds\:bg-contain {
    background-size: contain
  }

  .ds\:border-collapse {
    border-collapse: collapse
  }

  .ds\:border-separate {
    border-collapse: separate
  }

  .ds\:border-base {
    border-color: #000000
  }

  .ds\:border-primary {
    border-color: #FFCC00
  }

  .ds\:border-secondary {
    border-color: #6BBFF7
  }

  .ds\:border-white {
    border-color: #fff
  }

  .ds\:border-danger {
    border-color: #FF695B
  }

  .ds\:border-warning {
    border-color: #FFBE4F
  }

  .ds\:border-success {
    border-color: #3DCC79
  }

  .ds\:border-gray {
    border-color: #EFEFEF
  }

  .ds\:border-lightgray {
    border-color: #dfdbd2
  }

  .ds\:border-light {
    border-color: #fafafa
  }

  .ds\:border-dark {
    border-color: #000000
  }

  .ds\:hover\:border-base:hover {
    border-color: #000000
  }

  .ds\:hover\:border-primary:hover {
    border-color: #FFCC00
  }

  .ds\:hover\:border-secondary:hover {
    border-color: #6BBFF7
  }

  .ds\:hover\:border-white:hover {
    border-color: #fff
  }

  .ds\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .ds\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .ds\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .ds\:hover\:border-gray:hover {
    border-color: #EFEFEF
  }

  .ds\:hover\:border-lightgray:hover {
    border-color: #dfdbd2
  }

  .ds\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .ds\:hover\:border-dark:hover {
    border-color: #000000
  }

  .ds\:focus\:border-base:focus {
    border-color: #000000
  }

  .ds\:focus\:border-primary:focus {
    border-color: #FFCC00
  }

  .ds\:focus\:border-secondary:focus {
    border-color: #6BBFF7
  }

  .ds\:focus\:border-white:focus {
    border-color: #fff
  }

  .ds\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .ds\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .ds\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .ds\:focus\:border-gray:focus {
    border-color: #EFEFEF
  }

  .ds\:focus\:border-lightgray:focus {
    border-color: #dfdbd2
  }

  .ds\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .ds\:focus\:border-dark:focus {
    border-color: #000000
  }

  .ds\:rounded-none {
    border-radius: 0
  }

  .ds\:rounded-sm {
    border-radius: 0.125rem
  }

  .ds\:rounded {
    border-radius: 0.25rem
  }

  .ds\:rounded-md {
    border-radius: 0.375rem
  }

  .ds\:rounded-lg {
    border-radius: 0.5rem
  }

  .ds\:rounded-full {
    border-radius: 9999px
  }

  .ds\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .ds\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .ds\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .ds\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .ds\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .ds\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .ds\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .ds\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .ds\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .ds\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .ds\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .ds\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .ds\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .ds\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .ds\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .ds\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .ds\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .ds\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .ds\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .ds\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .ds\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .ds\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .ds\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .ds\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .ds\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .ds\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .ds\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .ds\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .ds\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .ds\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .ds\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .ds\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .ds\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .ds\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .ds\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .ds\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .ds\:border-solid {
    border-style: solid
  }

  .ds\:border-dashed {
    border-style: dashed
  }

  .ds\:border-dotted {
    border-style: dotted
  }

  .ds\:border-double {
    border-style: double
  }

  .ds\:border-none {
    border-style: none
  }

  .ds\:border-0 {
    border-width: 0
  }

  .ds\:border-2 {
    border-width: 2px
  }

  .ds\:border-3 {
    border-width: 3px
  }

  .ds\:border-4 {
    border-width: 4px
  }

  .ds\:border-5 {
    border-width: 5px
  }

  .ds\:border-6 {
    border-width: 6px
  }

  .ds\:border-7 {
    border-width: 7px
  }

  .ds\:border-8 {
    border-width: 8px
  }

  .ds\:border-9 {
    border-width: 9px
  }

  .ds\:border-10 {
    border-width: 10px
  }

  .ds\:border {
    border-width: 1px
  }

  .ds\:border-t-0 {
    border-top-width: 0
  }

  .ds\:border-r-0 {
    border-right-width: 0
  }

  .ds\:border-b-0 {
    border-bottom-width: 0
  }

  .ds\:border-l-0 {
    border-left-width: 0
  }

  .ds\:border-t-2 {
    border-top-width: 2px
  }

  .ds\:border-r-2 {
    border-right-width: 2px
  }

  .ds\:border-b-2 {
    border-bottom-width: 2px
  }

  .ds\:border-l-2 {
    border-left-width: 2px
  }

  .ds\:border-t-3 {
    border-top-width: 3px
  }

  .ds\:border-r-3 {
    border-right-width: 3px
  }

  .ds\:border-b-3 {
    border-bottom-width: 3px
  }

  .ds\:border-l-3 {
    border-left-width: 3px
  }

  .ds\:border-t-4 {
    border-top-width: 4px
  }

  .ds\:border-r-4 {
    border-right-width: 4px
  }

  .ds\:border-b-4 {
    border-bottom-width: 4px
  }

  .ds\:border-l-4 {
    border-left-width: 4px
  }

  .ds\:border-t-5 {
    border-top-width: 5px
  }

  .ds\:border-r-5 {
    border-right-width: 5px
  }

  .ds\:border-b-5 {
    border-bottom-width: 5px
  }

  .ds\:border-l-5 {
    border-left-width: 5px
  }

  .ds\:border-t-6 {
    border-top-width: 6px
  }

  .ds\:border-r-6 {
    border-right-width: 6px
  }

  .ds\:border-b-6 {
    border-bottom-width: 6px
  }

  .ds\:border-l-6 {
    border-left-width: 6px
  }

  .ds\:border-t-7 {
    border-top-width: 7px
  }

  .ds\:border-r-7 {
    border-right-width: 7px
  }

  .ds\:border-b-7 {
    border-bottom-width: 7px
  }

  .ds\:border-l-7 {
    border-left-width: 7px
  }

  .ds\:border-t-8 {
    border-top-width: 8px
  }

  .ds\:border-r-8 {
    border-right-width: 8px
  }

  .ds\:border-b-8 {
    border-bottom-width: 8px
  }

  .ds\:border-l-8 {
    border-left-width: 8px
  }

  .ds\:border-t-9 {
    border-top-width: 9px
  }

  .ds\:border-r-9 {
    border-right-width: 9px
  }

  .ds\:border-b-9 {
    border-bottom-width: 9px
  }

  .ds\:border-l-9 {
    border-left-width: 9px
  }

  .ds\:border-t-10 {
    border-top-width: 10px
  }

  .ds\:border-r-10 {
    border-right-width: 10px
  }

  .ds\:border-b-10 {
    border-bottom-width: 10px
  }

  .ds\:border-l-10 {
    border-left-width: 10px
  }

  .ds\:border-t {
    border-top-width: 1px
  }

  .ds\:border-r {
    border-right-width: 1px
  }

  .ds\:border-b {
    border-bottom-width: 1px
  }

  .ds\:border-l {
    border-left-width: 1px
  }

  .ds\:box-border {
    box-sizing: border-box
  }

  .ds\:box-content {
    box-sizing: content-box
  }

  .ds\:cursor-auto {
    cursor: auto
  }

  .ds\:cursor-default {
    cursor: default
  }

  .ds\:cursor-pointer {
    cursor: pointer
  }

  .ds\:cursor-wait {
    cursor: wait
  }

  .ds\:cursor-text {
    cursor: text
  }

  .ds\:cursor-move {
    cursor: move
  }

  .ds\:cursor-not-allowed {
    cursor: not-allowed
  }

  .ds\:block {
    display: block
  }

  .ds\:inline-block {
    display: inline-block
  }

  .ds\:inline {
    display: inline
  }

  .ds\:flex {
    display: flex
  }

  .ds\:inline-flex {
    display: inline-flex
  }

  .ds\:grid {
    display: -ms-grid;
    display: grid
  }

  .ds\:table {
    display: table
  }

  .ds\:table-caption {
    display: table-caption
  }

  .ds\:table-cell {
    display: table-cell
  }

  .ds\:table-column {
    display: table-column
  }

  .ds\:table-column-group {
    display: table-column-group
  }

  .ds\:table-footer-group {
    display: table-footer-group
  }

  .ds\:table-header-group {
    display: table-header-group
  }

  .ds\:table-row-group {
    display: table-row-group
  }

  .ds\:table-row {
    display: table-row
  }

  .ds\:hidden {
    display: none
  }

  .ds\:flex-row {
    flex-direction: row
  }

  .ds\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .ds\:flex-col {
    flex-direction: column
  }

  .ds\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .ds\:flex-wrap {
    flex-wrap: wrap
  }

  .ds\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .ds\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .ds\:items-start {
    align-items: flex-start
  }

  .ds\:items-end {
    align-items: flex-end
  }

  .ds\:items-center {
    align-items: center
  }

  .ds\:items-baseline {
    align-items: baseline
  }

  .ds\:items-stretch {
    align-items: stretch
  }

  .ds\:self-auto {
    -ms-grid-row-align: auto;
        align-self: auto
  }

  .ds\:self-start {
    align-self: flex-start
  }

  .ds\:self-end {
    align-self: flex-end
  }

  .ds\:self-center {
    -ms-grid-row-align: center;
        align-self: center
  }

  .ds\:self-stretch {
    -ms-grid-row-align: stretch;
        align-self: stretch
  }

  .ds\:justify-start {
    justify-content: flex-start
  }

  .ds\:justify-end {
    justify-content: flex-end
  }

  .ds\:justify-center {
    justify-content: center
  }

  .ds\:justify-between {
    justify-content: space-between
  }

  .ds\:justify-around {
    justify-content: space-around
  }

  .ds\:justify-evenly {
    justify-content: space-evenly
  }

  .ds\:content-center {
    align-content: center
  }

  .ds\:content-start {
    align-content: flex-start
  }

  .ds\:content-end {
    align-content: flex-end
  }

  .ds\:content-between {
    align-content: space-between
  }

  .ds\:content-around {
    align-content: space-around
  }

  .ds\:flex-1 {
    flex: 1 1 0%
  }

  .ds\:flex-auto {
    flex: 1 1 auto
  }

  .ds\:flex-initial {
    flex: 0 1 auto
  }

  .ds\:flex-none {
    flex: none
  }

  .ds\:flex-grow-0 {
    flex-grow: 0
  }

  .ds\:flex-grow {
    flex-grow: 1
  }

  .ds\:flex-shrink-0 {
    flex-shrink: 0
  }

  .ds\:flex-shrink {
    flex-shrink: 1
  }

  .ds\:order-1 {
    order: 1
  }

  .ds\:order-2 {
    order: 2
  }

  .ds\:order-3 {
    order: 3
  }

  .ds\:order-4 {
    order: 4
  }

  .ds\:order-5 {
    order: 5
  }

  .ds\:order-6 {
    order: 6
  }

  .ds\:order-7 {
    order: 7
  }

  .ds\:order-8 {
    order: 8
  }

  .ds\:order-9 {
    order: 9
  }

  .ds\:order-10 {
    order: 10
  }

  .ds\:order-11 {
    order: 11
  }

  .ds\:order-12 {
    order: 12
  }

  .ds\:order-first {
    order: -9999
  }

  .ds\:order-last {
    order: 9999
  }

  .ds\:order-none {
    order: 0
  }

  .ds\:float-right {
    float: right
  }

  .ds\:float-left {
    float: left
  }

  .ds\:float-none {
    float: none
  }

  .ds\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .ds\:clear-left {
    clear: left
  }

  .ds\:clear-right {
    clear: right
  }

  .ds\:clear-both {
    clear: both
  }

  .ds\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .ds\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .ds\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .ds\:font-hairline {
    font-weight: 100
  }

  .ds\:font-thin {
    font-weight: 200
  }

  .ds\:font-light {
    font-weight: 300
  }

  .ds\:font-normal {
    font-weight: 400
  }

  .ds\:font-medium {
    font-weight: 500
  }

  .ds\:font-semibold {
    font-weight: 600
  }

  .ds\:font-bold {
    font-weight: 700
  }

  .ds\:font-extrabold {
    font-weight: 800
  }

  .ds\:font-black {
    font-weight: 900
  }

  .ds\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .ds\:hover\:font-thin:hover {
    font-weight: 200
  }

  .ds\:hover\:font-light:hover {
    font-weight: 300
  }

  .ds\:hover\:font-normal:hover {
    font-weight: 400
  }

  .ds\:hover\:font-medium:hover {
    font-weight: 500
  }

  .ds\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .ds\:hover\:font-bold:hover {
    font-weight: 700
  }

  .ds\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .ds\:hover\:font-black:hover {
    font-weight: 900
  }

  .ds\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .ds\:focus\:font-thin:focus {
    font-weight: 200
  }

  .ds\:focus\:font-light:focus {
    font-weight: 300
  }

  .ds\:focus\:font-normal:focus {
    font-weight: 400
  }

  .ds\:focus\:font-medium:focus {
    font-weight: 500
  }

  .ds\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .ds\:focus\:font-bold:focus {
    font-weight: 700
  }

  .ds\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .ds\:focus\:font-black:focus {
    font-weight: 900
  }

  .ds\:h-0 {
    height: 0
  }

  .ds\:h-1 {
    height: 0.25rem
  }

  .ds\:h-2 {
    height: 0.5rem
  }

  .ds\:h-3 {
    height: 0.75rem
  }

  .ds\:h-4 {
    height: 1rem
  }

  .ds\:h-5 {
    height: 1.25rem
  }

  .ds\:h-6 {
    height: 1.5rem
  }

  .ds\:h-8 {
    height: 2rem
  }

  .ds\:h-10 {
    height: 2.5rem
  }

  .ds\:h-12 {
    height: 3rem
  }

  .ds\:h-16 {
    height: 4rem
  }

  .ds\:h-20 {
    height: 5rem
  }

  .ds\:h-24 {
    height: 6rem
  }

  .ds\:h-32 {
    height: 8rem
  }

  .ds\:h-40 {
    height: 10rem
  }

  .ds\:h-48 {
    height: 12rem
  }

  .ds\:h-56 {
    height: 14rem
  }

  .ds\:h-64 {
    height: 16rem
  }

  .ds\:h-auto {
    height: auto
  }

  .ds\:h-px {
    height: 1px
  }

  .ds\:h-full {
    height: 100%
  }

  .ds\:h-screen {
    height: 100vh
  }

  .ds\:leading-3 {
    line-height: .75rem
  }

  .ds\:leading-4 {
    line-height: 1rem
  }

  .ds\:leading-5 {
    line-height: 1.25rem
  }

  .ds\:leading-6 {
    line-height: 1.5rem
  }

  .ds\:leading-7 {
    line-height: 1.75rem
  }

  .ds\:leading-8 {
    line-height: 2rem
  }

  .ds\:leading-9 {
    line-height: 2.25rem
  }

  .ds\:leading-10 {
    line-height: 2.5rem
  }

  .ds\:leading-none {
    line-height: 1
  }

  .ds\:leading-tight {
    line-height: 1.25
  }

  .ds\:leading-snug {
    line-height: 1.375
  }

  .ds\:leading-normal {
    line-height: 1.5
  }

  .ds\:leading-relaxed {
    line-height: 1.625
  }

  .ds\:leading-loose {
    line-height: 2
  }

  .ds\:list-inside {
    list-style-position: inside
  }

  .ds\:list-outside {
    list-style-position: outside
  }

  .ds\:list-none {
    list-style-type: none
  }

  .ds\:list-disc {
    list-style-type: disc
  }

  .ds\:list-decimal {
    list-style-type: decimal
  }

  .ds\:m-0 {
    margin: 0
  }

  .ds\:m-1 {
    margin: 0.25rem
  }

  .ds\:m-2 {
    margin: 0.5rem
  }

  .ds\:m-3 {
    margin: 0.75rem
  }

  .ds\:m-4 {
    margin: 1rem
  }

  .ds\:m-5 {
    margin: 1.25rem
  }

  .ds\:m-6 {
    margin: 1.5rem
  }

  .ds\:m-8 {
    margin: 2rem
  }

  .ds\:m-10 {
    margin: 2.5rem
  }

  .ds\:m-12 {
    margin: 3rem
  }

  .ds\:m-16 {
    margin: 4rem
  }

  .ds\:m-20 {
    margin: 5rem
  }

  .ds\:m-24 {
    margin: 6rem
  }

  .ds\:m-32 {
    margin: 8rem
  }

  .ds\:m-40 {
    margin: 10rem
  }

  .ds\:m-48 {
    margin: 12rem
  }

  .ds\:m-56 {
    margin: 14rem
  }

  .ds\:m-64 {
    margin: 16rem
  }

  .ds\:m-auto {
    margin: auto
  }

  .ds\:m-px {
    margin: 1px
  }

  .ds\:-m-1 {
    margin: -0.25rem
  }

  .ds\:-m-2 {
    margin: -0.5rem
  }

  .ds\:-m-3 {
    margin: -0.75rem
  }

  .ds\:-m-4 {
    margin: -1rem
  }

  .ds\:-m-5 {
    margin: -1.25rem
  }

  .ds\:-m-6 {
    margin: -1.5rem
  }

  .ds\:-m-8 {
    margin: -2rem
  }

  .ds\:-m-10 {
    margin: -2.5rem
  }

  .ds\:-m-12 {
    margin: -3rem
  }

  .ds\:-m-16 {
    margin: -4rem
  }

  .ds\:-m-20 {
    margin: -5rem
  }

  .ds\:-m-24 {
    margin: -6rem
  }

  .ds\:-m-32 {
    margin: -8rem
  }

  .ds\:-m-40 {
    margin: -10rem
  }

  .ds\:-m-48 {
    margin: -12rem
  }

  .ds\:-m-56 {
    margin: -14rem
  }

  .ds\:-m-64 {
    margin: -16rem
  }

  .ds\:-m-px {
    margin: -1px
  }

  .ds\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .ds\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .ds\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .ds\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .ds\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .ds\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .ds\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .ds\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .ds\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .ds\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .ds\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .ds\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .ds\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .ds\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .ds\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .ds\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .ds\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .ds\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .ds\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .ds\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .ds\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .ds\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .ds\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .ds\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .ds\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .ds\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .ds\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .ds\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .ds\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .ds\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .ds\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .ds\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .ds\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .ds\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .ds\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .ds\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .ds\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .ds\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .ds\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .ds\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .ds\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .ds\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .ds\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .ds\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .ds\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .ds\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .ds\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .ds\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .ds\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .ds\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .ds\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .ds\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .ds\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .ds\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .ds\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .ds\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .ds\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .ds\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .ds\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .ds\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .ds\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .ds\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .ds\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .ds\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .ds\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .ds\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .ds\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .ds\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .ds\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .ds\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .ds\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .ds\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .ds\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .ds\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .ds\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .ds\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .ds\:mt-0 {
    margin-top: 0
  }

  .ds\:mr-0 {
    margin-right: 0
  }

  .ds\:mb-0 {
    margin-bottom: 0
  }

  .ds\:ml-0 {
    margin-left: 0
  }

  .ds\:mt-1 {
    margin-top: 0.25rem
  }

  .ds\:mr-1 {
    margin-right: 0.25rem
  }

  .ds\:mb-1 {
    margin-bottom: 0.25rem
  }

  .ds\:ml-1 {
    margin-left: 0.25rem
  }

  .ds\:mt-2 {
    margin-top: 0.5rem
  }

  .ds\:mr-2 {
    margin-right: 0.5rem
  }

  .ds\:mb-2 {
    margin-bottom: 0.5rem
  }

  .ds\:ml-2 {
    margin-left: 0.5rem
  }

  .ds\:mt-3 {
    margin-top: 0.75rem
  }

  .ds\:mr-3 {
    margin-right: 0.75rem
  }

  .ds\:mb-3 {
    margin-bottom: 0.75rem
  }

  .ds\:ml-3 {
    margin-left: 0.75rem
  }

  .ds\:mt-4 {
    margin-top: 1rem
  }

  .ds\:mr-4 {
    margin-right: 1rem
  }

  .ds\:mb-4 {
    margin-bottom: 1rem
  }

  .ds\:ml-4 {
    margin-left: 1rem
  }

  .ds\:mt-5 {
    margin-top: 1.25rem
  }

  .ds\:mr-5 {
    margin-right: 1.25rem
  }

  .ds\:mb-5 {
    margin-bottom: 1.25rem
  }

  .ds\:ml-5 {
    margin-left: 1.25rem
  }

  .ds\:mt-6 {
    margin-top: 1.5rem
  }

  .ds\:mr-6 {
    margin-right: 1.5rem
  }

  .ds\:mb-6 {
    margin-bottom: 1.5rem
  }

  .ds\:ml-6 {
    margin-left: 1.5rem
  }

  .ds\:mt-8 {
    margin-top: 2rem
  }

  .ds\:mr-8 {
    margin-right: 2rem
  }

  .ds\:mb-8 {
    margin-bottom: 2rem
  }

  .ds\:ml-8 {
    margin-left: 2rem
  }

  .ds\:mt-10 {
    margin-top: 2.5rem
  }

  .ds\:mr-10 {
    margin-right: 2.5rem
  }

  .ds\:mb-10 {
    margin-bottom: 2.5rem
  }

  .ds\:ml-10 {
    margin-left: 2.5rem
  }

  .ds\:mt-12 {
    margin-top: 3rem
  }

  .ds\:mr-12 {
    margin-right: 3rem
  }

  .ds\:mb-12 {
    margin-bottom: 3rem
  }

  .ds\:ml-12 {
    margin-left: 3rem
  }

  .ds\:mt-16 {
    margin-top: 4rem
  }

  .ds\:mr-16 {
    margin-right: 4rem
  }

  .ds\:mb-16 {
    margin-bottom: 4rem
  }

  .ds\:ml-16 {
    margin-left: 4rem
  }

  .ds\:mt-20 {
    margin-top: 5rem
  }

  .ds\:mr-20 {
    margin-right: 5rem
  }

  .ds\:mb-20 {
    margin-bottom: 5rem
  }

  .ds\:ml-20 {
    margin-left: 5rem
  }

  .ds\:mt-24 {
    margin-top: 6rem
  }

  .ds\:mr-24 {
    margin-right: 6rem
  }

  .ds\:mb-24 {
    margin-bottom: 6rem
  }

  .ds\:ml-24 {
    margin-left: 6rem
  }

  .ds\:mt-32 {
    margin-top: 8rem
  }

  .ds\:mr-32 {
    margin-right: 8rem
  }

  .ds\:mb-32 {
    margin-bottom: 8rem
  }

  .ds\:ml-32 {
    margin-left: 8rem
  }

  .ds\:mt-40 {
    margin-top: 10rem
  }

  .ds\:mr-40 {
    margin-right: 10rem
  }

  .ds\:mb-40 {
    margin-bottom: 10rem
  }

  .ds\:ml-40 {
    margin-left: 10rem
  }

  .ds\:mt-48 {
    margin-top: 12rem
  }

  .ds\:mr-48 {
    margin-right: 12rem
  }

  .ds\:mb-48 {
    margin-bottom: 12rem
  }

  .ds\:ml-48 {
    margin-left: 12rem
  }

  .ds\:mt-56 {
    margin-top: 14rem
  }

  .ds\:mr-56 {
    margin-right: 14rem
  }

  .ds\:mb-56 {
    margin-bottom: 14rem
  }

  .ds\:ml-56 {
    margin-left: 14rem
  }

  .ds\:mt-64 {
    margin-top: 16rem
  }

  .ds\:mr-64 {
    margin-right: 16rem
  }

  .ds\:mb-64 {
    margin-bottom: 16rem
  }

  .ds\:ml-64 {
    margin-left: 16rem
  }

  .ds\:mt-auto {
    margin-top: auto
  }

  .ds\:mr-auto {
    margin-right: auto
  }

  .ds\:mb-auto {
    margin-bottom: auto
  }

  .ds\:ml-auto {
    margin-left: auto
  }

  .ds\:mt-px {
    margin-top: 1px
  }

  .ds\:mr-px {
    margin-right: 1px
  }

  .ds\:mb-px {
    margin-bottom: 1px
  }

  .ds\:ml-px {
    margin-left: 1px
  }

  .ds\:-mt-1 {
    margin-top: -0.25rem
  }

  .ds\:-mr-1 {
    margin-right: -0.25rem
  }

  .ds\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .ds\:-ml-1 {
    margin-left: -0.25rem
  }

  .ds\:-mt-2 {
    margin-top: -0.5rem
  }

  .ds\:-mr-2 {
    margin-right: -0.5rem
  }

  .ds\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .ds\:-ml-2 {
    margin-left: -0.5rem
  }

  .ds\:-mt-3 {
    margin-top: -0.75rem
  }

  .ds\:-mr-3 {
    margin-right: -0.75rem
  }

  .ds\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .ds\:-ml-3 {
    margin-left: -0.75rem
  }

  .ds\:-mt-4 {
    margin-top: -1rem
  }

  .ds\:-mr-4 {
    margin-right: -1rem
  }

  .ds\:-mb-4 {
    margin-bottom: -1rem
  }

  .ds\:-ml-4 {
    margin-left: -1rem
  }

  .ds\:-mt-5 {
    margin-top: -1.25rem
  }

  .ds\:-mr-5 {
    margin-right: -1.25rem
  }

  .ds\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .ds\:-ml-5 {
    margin-left: -1.25rem
  }

  .ds\:-mt-6 {
    margin-top: -1.5rem
  }

  .ds\:-mr-6 {
    margin-right: -1.5rem
  }

  .ds\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .ds\:-ml-6 {
    margin-left: -1.5rem
  }

  .ds\:-mt-8 {
    margin-top: -2rem
  }

  .ds\:-mr-8 {
    margin-right: -2rem
  }

  .ds\:-mb-8 {
    margin-bottom: -2rem
  }

  .ds\:-ml-8 {
    margin-left: -2rem
  }

  .ds\:-mt-10 {
    margin-top: -2.5rem
  }

  .ds\:-mr-10 {
    margin-right: -2.5rem
  }

  .ds\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .ds\:-ml-10 {
    margin-left: -2.5rem
  }

  .ds\:-mt-12 {
    margin-top: -3rem
  }

  .ds\:-mr-12 {
    margin-right: -3rem
  }

  .ds\:-mb-12 {
    margin-bottom: -3rem
  }

  .ds\:-ml-12 {
    margin-left: -3rem
  }

  .ds\:-mt-16 {
    margin-top: -4rem
  }

  .ds\:-mr-16 {
    margin-right: -4rem
  }

  .ds\:-mb-16 {
    margin-bottom: -4rem
  }

  .ds\:-ml-16 {
    margin-left: -4rem
  }

  .ds\:-mt-20 {
    margin-top: -5rem
  }

  .ds\:-mr-20 {
    margin-right: -5rem
  }

  .ds\:-mb-20 {
    margin-bottom: -5rem
  }

  .ds\:-ml-20 {
    margin-left: -5rem
  }

  .ds\:-mt-24 {
    margin-top: -6rem
  }

  .ds\:-mr-24 {
    margin-right: -6rem
  }

  .ds\:-mb-24 {
    margin-bottom: -6rem
  }

  .ds\:-ml-24 {
    margin-left: -6rem
  }

  .ds\:-mt-32 {
    margin-top: -8rem
  }

  .ds\:-mr-32 {
    margin-right: -8rem
  }

  .ds\:-mb-32 {
    margin-bottom: -8rem
  }

  .ds\:-ml-32 {
    margin-left: -8rem
  }

  .ds\:-mt-40 {
    margin-top: -10rem
  }

  .ds\:-mr-40 {
    margin-right: -10rem
  }

  .ds\:-mb-40 {
    margin-bottom: -10rem
  }

  .ds\:-ml-40 {
    margin-left: -10rem
  }

  .ds\:-mt-48 {
    margin-top: -12rem
  }

  .ds\:-mr-48 {
    margin-right: -12rem
  }

  .ds\:-mb-48 {
    margin-bottom: -12rem
  }

  .ds\:-ml-48 {
    margin-left: -12rem
  }

  .ds\:-mt-56 {
    margin-top: -14rem
  }

  .ds\:-mr-56 {
    margin-right: -14rem
  }

  .ds\:-mb-56 {
    margin-bottom: -14rem
  }

  .ds\:-ml-56 {
    margin-left: -14rem
  }

  .ds\:-mt-64 {
    margin-top: -16rem
  }

  .ds\:-mr-64 {
    margin-right: -16rem
  }

  .ds\:-mb-64 {
    margin-bottom: -16rem
  }

  .ds\:-ml-64 {
    margin-left: -16rem
  }

  .ds\:-mt-px {
    margin-top: -1px
  }

  .ds\:-mr-px {
    margin-right: -1px
  }

  .ds\:-mb-px {
    margin-bottom: -1px
  }

  .ds\:-ml-px {
    margin-left: -1px
  }

  .ds\:max-h-full {
    max-height: 100%
  }

  .ds\:max-h-screen {
    max-height: 100vh
  }

  .ds\:max-w-none {
    max-width: none
  }

  .ds\:max-w-xs {
    max-width: 20rem
  }

  .ds\:max-w-sm {
    max-width: 24rem
  }

  .ds\:max-w-md {
    max-width: 28rem
  }

  .ds\:max-w-lg {
    max-width: 32rem
  }

  .ds\:max-w-xl {
    max-width: 36rem
  }

  .ds\:max-w-2xl {
    max-width: 42rem
  }

  .ds\:max-w-3xl {
    max-width: 48rem
  }

  .ds\:max-w-4xl {
    max-width: 56rem
  }

  .ds\:max-w-5xl {
    max-width: 64rem
  }

  .ds\:max-w-6xl {
    max-width: 72rem
  }

  .ds\:max-w-full {
    max-width: 100%
  }

  .ds\:max-w-screen-tb {
    max-width: 768px
  }

  .ds\:max-w-screen-ds {
    max-width: 992px
  }

  .ds\:min-h-0 {
    min-height: 0
  }

  .ds\:min-h-full {
    min-height: 100%
  }

  .ds\:min-h-screen {
    min-height: 100vh
  }

  .ds\:min-w-0 {
    min-width: 0
  }

  .ds\:min-w-full {
    min-width: 100%
  }

  .ds\:object-contain {
    object-fit: contain
  }

  .ds\:object-cover {
    object-fit: cover
  }

  .ds\:object-fill {
    object-fit: fill
  }

  .ds\:object-none {
    object-fit: none
  }

  .ds\:object-scale-down {
    object-fit: scale-down
  }

  .ds\:object-bottom {
    object-position: bottom
  }

  .ds\:object-center {
    object-position: center
  }

  .ds\:object-left {
    object-position: left
  }

  .ds\:object-left-bottom {
    object-position: left bottom
  }

  .ds\:object-left-top {
    object-position: left top
  }

  .ds\:object-right {
    object-position: right
  }

  .ds\:object-right-bottom {
    object-position: right bottom
  }

  .ds\:object-right-top {
    object-position: right top
  }

  .ds\:object-top {
    object-position: top
  }

  .ds\:opacity-0 {
    opacity: 0
  }

  .ds\:opacity-25 {
    opacity: 0.25
  }

  .ds\:opacity-50 {
    opacity: 0.5
  }

  .ds\:opacity-75 {
    opacity: 0.75
  }

  .ds\:opacity-100 {
    opacity: 1
  }

  .ds\:hover\:opacity-0:hover {
    opacity: 0
  }

  .ds\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .ds\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .ds\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .ds\:hover\:opacity-100:hover {
    opacity: 1
  }

  .ds\:focus\:opacity-0:focus {
    opacity: 0
  }

  .ds\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .ds\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .ds\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .ds\:focus\:opacity-100:focus {
    opacity: 1
  }

  .ds\:outline-none {
    outline: 0
  }

  .ds\:focus\:outline-none:focus {
    outline: 0
  }

  .ds\:overflow-auto {
    overflow: auto
  }

  .ds\:overflow-hidden {
    overflow: hidden
  }

  .ds\:overflow-visible {
    overflow: visible
  }

  .ds\:overflow-scroll {
    overflow: scroll
  }

  .ds\:overflow-x-auto {
    overflow-x: auto
  }

  .ds\:overflow-y-auto {
    overflow-y: auto
  }

  .ds\:overflow-x-hidden {
    overflow-x: hidden
  }

  .ds\:overflow-y-hidden {
    overflow-y: hidden
  }

  .ds\:overflow-x-visible {
    overflow-x: visible
  }

  .ds\:overflow-y-visible {
    overflow-y: visible
  }

  .ds\:overflow-x-scroll {
    overflow-x: scroll
  }

  .ds\:overflow-y-scroll {
    overflow-y: scroll
  }

  .ds\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .ds\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .ds\:p-0 {
    padding: 0
  }

  .ds\:p-1 {
    padding: 0.25rem
  }

  .ds\:p-2 {
    padding: 0.5rem
  }

  .ds\:p-3 {
    padding: 0.75rem
  }

  .ds\:p-4 {
    padding: 1rem
  }

  .ds\:p-5 {
    padding: 1.25rem
  }

  .ds\:p-6 {
    padding: 1.5rem
  }

  .ds\:p-8 {
    padding: 2rem
  }

  .ds\:p-10 {
    padding: 2.5rem
  }

  .ds\:p-12 {
    padding: 3rem
  }

  .ds\:p-16 {
    padding: 4rem
  }

  .ds\:p-20 {
    padding: 5rem
  }

  .ds\:p-24 {
    padding: 6rem
  }

  .ds\:p-32 {
    padding: 8rem
  }

  .ds\:p-40 {
    padding: 10rem
  }

  .ds\:p-48 {
    padding: 12rem
  }

  .ds\:p-56 {
    padding: 14rem
  }

  .ds\:p-64 {
    padding: 16rem
  }

  .ds\:p-px {
    padding: 1px
  }

  .ds\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .ds\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .ds\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .ds\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .ds\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .ds\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .ds\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .ds\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .ds\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .ds\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .ds\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .ds\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .ds\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .ds\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .ds\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .ds\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .ds\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .ds\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .ds\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .ds\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .ds\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .ds\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .ds\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .ds\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .ds\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .ds\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .ds\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .ds\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .ds\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .ds\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .ds\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .ds\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .ds\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .ds\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .ds\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .ds\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .ds\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .ds\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .ds\:pt-0 {
    padding-top: 0
  }

  .ds\:pr-0 {
    padding-right: 0
  }

  .ds\:pb-0 {
    padding-bottom: 0
  }

  .ds\:pl-0 {
    padding-left: 0
  }

  .ds\:pt-1 {
    padding-top: 0.25rem
  }

  .ds\:pr-1 {
    padding-right: 0.25rem
  }

  .ds\:pb-1 {
    padding-bottom: 0.25rem
  }

  .ds\:pl-1 {
    padding-left: 0.25rem
  }

  .ds\:pt-2 {
    padding-top: 0.5rem
  }

  .ds\:pr-2 {
    padding-right: 0.5rem
  }

  .ds\:pb-2 {
    padding-bottom: 0.5rem
  }

  .ds\:pl-2 {
    padding-left: 0.5rem
  }

  .ds\:pt-3 {
    padding-top: 0.75rem
  }

  .ds\:pr-3 {
    padding-right: 0.75rem
  }

  .ds\:pb-3 {
    padding-bottom: 0.75rem
  }

  .ds\:pl-3 {
    padding-left: 0.75rem
  }

  .ds\:pt-4 {
    padding-top: 1rem
  }

  .ds\:pr-4 {
    padding-right: 1rem
  }

  .ds\:pb-4 {
    padding-bottom: 1rem
  }

  .ds\:pl-4 {
    padding-left: 1rem
  }

  .ds\:pt-5 {
    padding-top: 1.25rem
  }

  .ds\:pr-5 {
    padding-right: 1.25rem
  }

  .ds\:pb-5 {
    padding-bottom: 1.25rem
  }

  .ds\:pl-5 {
    padding-left: 1.25rem
  }

  .ds\:pt-6 {
    padding-top: 1.5rem
  }

  .ds\:pr-6 {
    padding-right: 1.5rem
  }

  .ds\:pb-6 {
    padding-bottom: 1.5rem
  }

  .ds\:pl-6 {
    padding-left: 1.5rem
  }

  .ds\:pt-8 {
    padding-top: 2rem
  }

  .ds\:pr-8 {
    padding-right: 2rem
  }

  .ds\:pb-8 {
    padding-bottom: 2rem
  }

  .ds\:pl-8 {
    padding-left: 2rem
  }

  .ds\:pt-10 {
    padding-top: 2.5rem
  }

  .ds\:pr-10 {
    padding-right: 2.5rem
  }

  .ds\:pb-10 {
    padding-bottom: 2.5rem
  }

  .ds\:pl-10 {
    padding-left: 2.5rem
  }

  .ds\:pt-12 {
    padding-top: 3rem
  }

  .ds\:pr-12 {
    padding-right: 3rem
  }

  .ds\:pb-12 {
    padding-bottom: 3rem
  }

  .ds\:pl-12 {
    padding-left: 3rem
  }

  .ds\:pt-16 {
    padding-top: 4rem
  }

  .ds\:pr-16 {
    padding-right: 4rem
  }

  .ds\:pb-16 {
    padding-bottom: 4rem
  }

  .ds\:pl-16 {
    padding-left: 4rem
  }

  .ds\:pt-20 {
    padding-top: 5rem
  }

  .ds\:pr-20 {
    padding-right: 5rem
  }

  .ds\:pb-20 {
    padding-bottom: 5rem
  }

  .ds\:pl-20 {
    padding-left: 5rem
  }

  .ds\:pt-24 {
    padding-top: 6rem
  }

  .ds\:pr-24 {
    padding-right: 6rem
  }

  .ds\:pb-24 {
    padding-bottom: 6rem
  }

  .ds\:pl-24 {
    padding-left: 6rem
  }

  .ds\:pt-32 {
    padding-top: 8rem
  }

  .ds\:pr-32 {
    padding-right: 8rem
  }

  .ds\:pb-32 {
    padding-bottom: 8rem
  }

  .ds\:pl-32 {
    padding-left: 8rem
  }

  .ds\:pt-40 {
    padding-top: 10rem
  }

  .ds\:pr-40 {
    padding-right: 10rem
  }

  .ds\:pb-40 {
    padding-bottom: 10rem
  }

  .ds\:pl-40 {
    padding-left: 10rem
  }

  .ds\:pt-48 {
    padding-top: 12rem
  }

  .ds\:pr-48 {
    padding-right: 12rem
  }

  .ds\:pb-48 {
    padding-bottom: 12rem
  }

  .ds\:pl-48 {
    padding-left: 12rem
  }

  .ds\:pt-56 {
    padding-top: 14rem
  }

  .ds\:pr-56 {
    padding-right: 14rem
  }

  .ds\:pb-56 {
    padding-bottom: 14rem
  }

  .ds\:pl-56 {
    padding-left: 14rem
  }

  .ds\:pt-64 {
    padding-top: 16rem
  }

  .ds\:pr-64 {
    padding-right: 16rem
  }

  .ds\:pb-64 {
    padding-bottom: 16rem
  }

  .ds\:pl-64 {
    padding-left: 16rem
  }

  .ds\:pt-px {
    padding-top: 1px
  }

  .ds\:pr-px {
    padding-right: 1px
  }

  .ds\:pb-px {
    padding-bottom: 1px
  }

  .ds\:pl-px {
    padding-left: 1px
  }

  .ds\:placeholder-base:-ms-input-placeholder {
    color: #000000
  }

  .ds\:placeholder-base::placeholder {
    color: #000000
  }

  .ds\:placeholder-primary:-ms-input-placeholder {
    color: #FFCC00
  }

  .ds\:placeholder-primary::placeholder {
    color: #FFCC00
  }

  .ds\:placeholder-secondary:-ms-input-placeholder {
    color: #6BBFF7
  }

  .ds\:placeholder-secondary::placeholder {
    color: #6BBFF7
  }

  .ds\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .ds\:placeholder-white::placeholder {
    color: #fff
  }

  .ds\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .ds\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .ds\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .ds\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .ds\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .ds\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .ds\:placeholder-gray:-ms-input-placeholder {
    color: #EFEFEF
  }

  .ds\:placeholder-gray::placeholder {
    color: #EFEFEF
  }

  .ds\:placeholder-lightgray:-ms-input-placeholder {
    color: #dfdbd2
  }

  .ds\:placeholder-lightgray::placeholder {
    color: #dfdbd2
  }

  .ds\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .ds\:placeholder-light::placeholder {
    color: #fafafa
  }

  .ds\:placeholder-dark:-ms-input-placeholder {
    color: #000000
  }

  .ds\:placeholder-dark::placeholder {
    color: #000000
  }

  .ds\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #000000
  }

  .ds\:focus\:placeholder-base:focus::placeholder {
    color: #000000
  }

  .ds\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #FFCC00
  }

  .ds\:focus\:placeholder-primary:focus::placeholder {
    color: #FFCC00
  }

  .ds\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #6BBFF7
  }

  .ds\:focus\:placeholder-secondary:focus::placeholder {
    color: #6BBFF7
  }

  .ds\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .ds\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .ds\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .ds\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .ds\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .ds\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .ds\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .ds\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .ds\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #EFEFEF
  }

  .ds\:focus\:placeholder-gray:focus::placeholder {
    color: #EFEFEF
  }

  .ds\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #dfdbd2
  }

  .ds\:focus\:placeholder-lightgray:focus::placeholder {
    color: #dfdbd2
  }

  .ds\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .ds\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .ds\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #000000
  }

  .ds\:focus\:placeholder-dark:focus::placeholder {
    color: #000000
  }

  .ds\:pointer-events-none {
    pointer-events: none
  }

  .ds\:pointer-events-auto {
    pointer-events: auto
  }

  .ds\:static {
    position: static
  }

  .ds\:fixed {
    position: fixed
  }

  .ds\:absolute {
    position: absolute
  }

  .ds\:relative {
    position: relative
  }

  .ds\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .ds\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .ds\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .ds\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .ds\:inset-x-0 {
    right: 0;
    left: 0
  }

  .ds\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .ds\:inset-x-auto {
    right: auto;
    left: auto
  }

  .ds\:top-0 {
    top: 0
  }

  .ds\:right-0 {
    right: 0
  }

  .ds\:bottom-0 {
    bottom: 0
  }

  .ds\:left-0 {
    left: 0
  }

  .ds\:top-auto {
    top: auto
  }

  .ds\:right-auto {
    right: auto
  }

  .ds\:bottom-auto {
    bottom: auto
  }

  .ds\:left-auto {
    left: auto
  }

  .ds\:resize-none {
    resize: none
  }

  .ds\:resize-y {
    resize: vertical
  }

  .ds\:resize-x {
    resize: horizontal
  }

  .ds\:resize {
    resize: both
  }

  .ds\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:shadow-none {
    box-shadow: none
  }

  .ds\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .ds\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .ds\:fill-base {
    fill: #000000
  }

  .ds\:fill-primary {
    fill: #FFCC00
  }

  .ds\:fill-secondary {
    fill: #6BBFF7
  }

  .ds\:fill-white {
    fill: #fff
  }

  .ds\:fill-danger {
    fill: #FF695B
  }

  .ds\:fill-warning {
    fill: #FFBE4F
  }

  .ds\:fill-success {
    fill: #3DCC79
  }

  .ds\:fill-gray {
    fill: #EFEFEF
  }

  .ds\:fill-lightgray {
    fill: #dfdbd2
  }

  .ds\:fill-light {
    fill: #fafafa
  }

  .ds\:fill-dark {
    fill: #000000
  }

  .ds\:stroke-current {
    stroke: currentColor
  }

  .ds\:stroke-0 {
    stroke-width: 0
  }

  .ds\:stroke-1 {
    stroke-width: 1
  }

  .ds\:stroke-2 {
    stroke-width: 2
  }

  .ds\:table-auto {
    table-layout: auto
  }

  .ds\:table-fixed {
    table-layout: fixed
  }

  .ds\:text-left {
    text-align: left
  }

  .ds\:text-center {
    text-align: center
  }

  .ds\:text-right {
    text-align: right
  }

  .ds\:text-justify {
    text-align: justify
  }

  .ds\:text-base {
    color: #000000
  }

  .ds\:text-primary {
    color: #FFCC00
  }

  .ds\:text-secondary {
    color: #6BBFF7
  }

  .ds\:text-white {
    color: #fff
  }

  .ds\:text-danger {
    color: #FF695B
  }

  .ds\:text-warning {
    color: #FFBE4F
  }

  .ds\:text-success {
    color: #3DCC79
  }

  .ds\:text-gray {
    color: #EFEFEF
  }

  .ds\:text-lightgray {
    color: #dfdbd2
  }

  .ds\:text-light {
    color: #fafafa
  }

  .ds\:text-dark {
    color: #000000
  }

  .ds\:hover\:text-base:hover {
    color: #000000
  }

  .ds\:hover\:text-primary:hover {
    color: #FFCC00
  }

  .ds\:hover\:text-secondary:hover {
    color: #6BBFF7
  }

  .ds\:hover\:text-white:hover {
    color: #fff
  }

  .ds\:hover\:text-danger:hover {
    color: #FF695B
  }

  .ds\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .ds\:hover\:text-success:hover {
    color: #3DCC79
  }

  .ds\:hover\:text-gray:hover {
    color: #EFEFEF
  }

  .ds\:hover\:text-lightgray:hover {
    color: #dfdbd2
  }

  .ds\:hover\:text-light:hover {
    color: #fafafa
  }

  .ds\:hover\:text-dark:hover {
    color: #000000
  }

  .ds\:focus\:text-base:focus {
    color: #000000
  }

  .ds\:focus\:text-primary:focus {
    color: #FFCC00
  }

  .ds\:focus\:text-secondary:focus {
    color: #6BBFF7
  }

  .ds\:focus\:text-white:focus {
    color: #fff
  }

  .ds\:focus\:text-danger:focus {
    color: #FF695B
  }

  .ds\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .ds\:focus\:text-success:focus {
    color: #3DCC79
  }

  .ds\:focus\:text-gray:focus {
    color: #EFEFEF
  }

  .ds\:focus\:text-lightgray:focus {
    color: #dfdbd2
  }

  .ds\:focus\:text-light:focus {
    color: #fafafa
  }

  .ds\:focus\:text-dark:focus {
    color: #000000
  }

  .ds\:text-xs {
    font-size: 0.75rem
  }

  .ds\:text-sm {
    font-size: 0.875rem
  }

  .ds\:text-base {
    font-size: 1rem
  }

  .ds\:text-lg {
    font-size: 1.125rem
  }

  .ds\:text-xl {
    font-size: 1.25rem
  }

  .ds\:text-2xl {
    font-size: 1.5rem
  }

  .ds\:text-3xl {
    font-size: 1.875rem
  }

  .ds\:text-4xl {
    font-size: 2.25rem
  }

  .ds\:text-5xl {
    font-size: 3rem
  }

  .ds\:text-6xl {
    font-size: 4rem
  }

  .ds\:italic {
    font-style: italic
  }

  .ds\:not-italic {
    font-style: normal
  }

  .ds\:uppercase {
    text-transform: uppercase
  }

  .ds\:lowercase {
    text-transform: lowercase
  }

  .ds\:capitalize {
    text-transform: capitalize
  }

  .ds\:normal-case {
    text-transform: none
  }

  .ds\:underline {
    text-decoration: underline
  }

  .ds\:line-through {
    text-decoration: line-through
  }

  .ds\:no-underline {
    text-decoration: none
  }

  .ds\:hover\:underline:hover {
    text-decoration: underline
  }

  .ds\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .ds\:hover\:no-underline:hover {
    text-decoration: none
  }

  .ds\:focus\:underline:focus {
    text-decoration: underline
  }

  .ds\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .ds\:focus\:no-underline:focus {
    text-decoration: none
  }

  .ds\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .ds\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .ds\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .ds\:tracking-tight {
    letter-spacing: -0.025em
  }

  .ds\:tracking-normal {
    letter-spacing: 0
  }

  .ds\:tracking-wide {
    letter-spacing: 0.025em
  }

  .ds\:tracking-wider {
    letter-spacing: 0.05em
  }

  .ds\:tracking-widest {
    letter-spacing: 0.1em
  }

  .ds\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

  .ds\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text
  }

  .ds\:select-all {
    -webkit-user-select: all;
        -ms-user-select: all;
            user-select: all
  }

  .ds\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto
  }

  .ds\:align-baseline {
    vertical-align: baseline
  }

  .ds\:align-top {
    vertical-align: top
  }

  .ds\:align-middle {
    vertical-align: middle
  }

  .ds\:align-bottom {
    vertical-align: bottom
  }

  .ds\:align-text-top {
    vertical-align: text-top
  }

  .ds\:align-text-bottom {
    vertical-align: text-bottom
  }

  .ds\:visible {
    visibility: visible
  }

  .ds\:invisible {
    visibility: hidden
  }

  .ds\:whitespace-normal {
    white-space: normal
  }

  .ds\:whitespace-no-wrap {
    white-space: nowrap
  }

  .ds\:whitespace-pre {
    white-space: pre
  }

  .ds\:whitespace-pre-line {
    white-space: pre-line
  }

  .ds\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .ds\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .ds\:break-words {
    overflow-wrap: break-word
  }

  .ds\:break-all {
    word-break: break-all
  }

  .ds\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .ds\:w-0 {
    width: 0
  }

  .ds\:w-1 {
    width: 0.25rem
  }

  .ds\:w-2 {
    width: 0.5rem
  }

  .ds\:w-3 {
    width: 0.75rem
  }

  .ds\:w-4 {
    width: 1rem
  }

  .ds\:w-5 {
    width: 1.25rem
  }

  .ds\:w-6 {
    width: 1.5rem
  }

  .ds\:w-8 {
    width: 2rem
  }

  .ds\:w-10 {
    width: 2.5rem
  }

  .ds\:w-12 {
    width: 3rem
  }

  .ds\:w-16 {
    width: 4rem
  }

  .ds\:w-20 {
    width: 5rem
  }

  .ds\:w-24 {
    width: 6rem
  }

  .ds\:w-32 {
    width: 8rem
  }

  .ds\:w-40 {
    width: 10rem
  }

  .ds\:w-48 {
    width: 12rem
  }

  .ds\:w-56 {
    width: 14rem
  }

  .ds\:w-64 {
    width: 16rem
  }

  .ds\:w-auto {
    width: auto
  }

  .ds\:w-px {
    width: 1px
  }

  .ds\:w-1\/2 {
    width: 50%
  }

  .ds\:w-1\/3 {
    width: 33.333333%
  }

  .ds\:w-2\/3 {
    width: 66.666667%
  }

  .ds\:w-1\/4 {
    width: 25%
  }

  .ds\:w-2\/4 {
    width: 50%
  }

  .ds\:w-3\/4 {
    width: 75%
  }

  .ds\:w-1\/5 {
    width: 20%
  }

  .ds\:w-2\/5 {
    width: 40%
  }

  .ds\:w-3\/5 {
    width: 60%
  }

  .ds\:w-4\/5 {
    width: 80%
  }

  .ds\:w-1\/6 {
    width: 16.666667%
  }

  .ds\:w-2\/6 {
    width: 33.333333%
  }

  .ds\:w-3\/6 {
    width: 50%
  }

  .ds\:w-4\/6 {
    width: 66.666667%
  }

  .ds\:w-5\/6 {
    width: 83.333333%
  }

  .ds\:w-1\/12 {
    width: 8.333333%
  }

  .ds\:w-2\/12 {
    width: 16.666667%
  }

  .ds\:w-3\/12 {
    width: 25%
  }

  .ds\:w-4\/12 {
    width: 33.333333%
  }

  .ds\:w-5\/12 {
    width: 41.666667%
  }

  .ds\:w-6\/12 {
    width: 50%
  }

  .ds\:w-7\/12 {
    width: 58.333333%
  }

  .ds\:w-8\/12 {
    width: 66.666667%
  }

  .ds\:w-9\/12 {
    width: 75%
  }

  .ds\:w-10\/12 {
    width: 83.333333%
  }

  .ds\:w-11\/12 {
    width: 91.666667%
  }

  .ds\:w-full {
    width: 100%
  }

  .ds\:w-screen {
    width: 100vw
  }

  .ds\:z-0 {
    z-index: 0
  }

  .ds\:z-10 {
    z-index: 10
  }

  .ds\:z-20 {
    z-index: 20
  }

  .ds\:z-30 {
    z-index: 30
  }

  .ds\:z-40 {
    z-index: 40
  }

  .ds\:z-50 {
    z-index: 50
  }

  .ds\:z-auto {
    z-index: auto
  }

  .ds\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .ds\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .ds\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .ds\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .ds\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .ds\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .ds\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .ds\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .ds\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .ds\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .ds\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .ds\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .ds\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .ds\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .ds\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .ds\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .ds\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .ds\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .ds\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .ds\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .ds\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .ds\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .ds\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .ds\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .ds\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .ds\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .ds\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .ds\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .ds\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .ds\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .ds\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .ds\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .ds\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .ds\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .ds\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .ds\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .ds\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .ds\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .ds\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .ds\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .ds\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .ds\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .ds\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .ds\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .ds\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .ds\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .ds\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .ds\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .ds\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .ds\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .ds\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .ds\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .ds\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .ds\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .ds\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .ds\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .ds\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .ds\:grid-flow-row {
    grid-auto-flow: row
  }

  .ds\:grid-flow-col {
    grid-auto-flow: column
  }

  .ds\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .ds\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .ds\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .ds\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .ds\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .ds\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .ds\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .ds\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .ds\:grid-cols-none {
    -ms-grid-columns: none;
        grid-template-columns: none
  }

  .ds\:col-auto {
    -ms-grid-column: auto;
        grid-column: auto
  }

  .ds\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
        grid-column: span 1 / span 1
  }

  .ds\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
        grid-column: span 2 / span 2
  }

  .ds\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
        grid-column: span 3 / span 3
  }

  .ds\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
        grid-column: span 4 / span 4
  }

  .ds\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
        grid-column: span 5 / span 5
  }

  .ds\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
        grid-column: span 6 / span 6
  }

  .ds\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
        grid-column: span 7 / span 7
  }

  .ds\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
        grid-column: span 8 / span 8
  }

  .ds\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
        grid-column: span 9 / span 9
  }

  .ds\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
        grid-column: span 10 / span 10
  }

  .ds\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
        grid-column: span 11 / span 11
  }

  .ds\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
        grid-column: span 12 / span 12
  }

  .ds\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1
  }

  .ds\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2
  }

  .ds\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3
  }

  .ds\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4
  }

  .ds\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5
  }

  .ds\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6
  }

  .ds\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7
  }

  .ds\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8
  }

  .ds\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9
  }

  .ds\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10
  }

  .ds\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11
  }

  .ds\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12
  }

  .ds\:col-start-13 {
    -ms-grid-column: 13;
        grid-column-start: 13
  }

  .ds\:col-start-auto {
    -ms-grid-column: auto;
        grid-column-start: auto
  }

  .ds\:col-end-1 {
    grid-column-end: 1
  }

  .ds\:col-end-2 {
    grid-column-end: 2
  }

  .ds\:col-end-3 {
    grid-column-end: 3
  }

  .ds\:col-end-4 {
    grid-column-end: 4
  }

  .ds\:col-end-5 {
    grid-column-end: 5
  }

  .ds\:col-end-6 {
    grid-column-end: 6
  }

  .ds\:col-end-7 {
    grid-column-end: 7
  }

  .ds\:col-end-8 {
    grid-column-end: 8
  }

  .ds\:col-end-9 {
    grid-column-end: 9
  }

  .ds\:col-end-10 {
    grid-column-end: 10
  }

  .ds\:col-end-11 {
    grid-column-end: 11
  }

  .ds\:col-end-12 {
    grid-column-end: 12
  }

  .ds\:col-end-13 {
    grid-column-end: 13
  }

  .ds\:col-end-auto {
    grid-column-end: auto
  }

  .ds\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-rows-none {
    -ms-grid-rows: none;
        grid-template-rows: none
  }

  .ds\:row-auto {
    -ms-grid-row: auto;
        grid-row: auto
  }

  .ds\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
        grid-row: span 1 / span 1
  }

  .ds\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
        grid-row: span 2 / span 2
  }

  .ds\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
        grid-row: span 3 / span 3
  }

  .ds\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
        grid-row: span 4 / span 4
  }

  .ds\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
        grid-row: span 5 / span 5
  }

  .ds\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
        grid-row: span 6 / span 6
  }

  .ds\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1
  }

  .ds\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2
  }

  .ds\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3
  }

  .ds\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4
  }

  .ds\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5
  }

  .ds\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6
  }

  .ds\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7
  }

  .ds\:row-start-auto {
    -ms-grid-row: auto;
        grid-row-start: auto
  }

  .ds\:row-end-1 {
    grid-row-end: 1
  }

  .ds\:row-end-2 {
    grid-row-end: 2
  }

  .ds\:row-end-3 {
    grid-row-end: 3
  }

  .ds\:row-end-4 {
    grid-row-end: 4
  }

  .ds\:row-end-5 {
    grid-row-end: 5
  }

  .ds\:row-end-6 {
    grid-row-end: 6
  }

  .ds\:row-end-7 {
    grid-row-end: 7
  }

  .ds\:row-end-auto {
    grid-row-end: auto
  }

  .ds\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .ds\:transform-none {
    transform: none
  }

  .ds\:origin-center {
    transform-origin: center
  }

  .ds\:origin-top {
    transform-origin: top
  }

  .ds\:origin-top-right {
    transform-origin: top right
  }

  .ds\:origin-right {
    transform-origin: right
  }

  .ds\:origin-bottom-right {
    transform-origin: bottom right
  }

  .ds\:origin-bottom {
    transform-origin: bottom
  }

  .ds\:origin-bottom-left {
    transform-origin: bottom left
  }

  .ds\:origin-left {
    transform-origin: left
  }

  .ds\:origin-top-left {
    transform-origin: top left
  }

  .ds\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:scale-x-0 {
    --transform-scale-x: 0
  }

  .ds\:scale-x-50 {
    --transform-scale-x: .5
  }

  .ds\:scale-x-75 {
    --transform-scale-x: .75
  }

  .ds\:scale-x-90 {
    --transform-scale-x: .9
  }

  .ds\:scale-x-95 {
    --transform-scale-x: .95
  }

  .ds\:scale-x-100 {
    --transform-scale-x: 1
  }

  .ds\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .ds\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .ds\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .ds\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .ds\:scale-y-0 {
    --transform-scale-y: 0
  }

  .ds\:scale-y-50 {
    --transform-scale-y: .5
  }

  .ds\:scale-y-75 {
    --transform-scale-y: .75
  }

  .ds\:scale-y-90 {
    --transform-scale-y: .9
  }

  .ds\:scale-y-95 {
    --transform-scale-y: .95
  }

  .ds\:scale-y-100 {
    --transform-scale-y: 1
  }

  .ds\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .ds\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .ds\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .ds\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .ds\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .ds\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .ds\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .ds\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .ds\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .ds\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .ds\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .ds\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .ds\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .ds\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .ds\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .ds\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .ds\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .ds\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .ds\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .ds\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .ds\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .ds\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .ds\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .ds\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .ds\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .ds\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .ds\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .ds\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .ds\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .ds\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .ds\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .ds\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .ds\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .ds\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .ds\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .ds\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .ds\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .ds\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .ds\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .ds\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .ds\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .ds\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .ds\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .ds\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .ds\:rotate-0 {
    --transform-rotate: 0
  }

  .ds\:rotate-45 {
    --transform-rotate: 45deg
  }

  .ds\:rotate-90 {
    --transform-rotate: 90deg
  }

  .ds\:rotate-180 {
    --transform-rotate: 180deg
  }

  .ds\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .ds\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .ds\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .ds\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .ds\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .ds\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .ds\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .ds\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .ds\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .ds\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .ds\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .ds\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .ds\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .ds\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .ds\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .ds\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .ds\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .ds\:translate-x-0 {
    --transform-translate-x: 0
  }

  .ds\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .ds\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .ds\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .ds\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .ds\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .ds\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .ds\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .ds\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .ds\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .ds\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .ds\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .ds\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .ds\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .ds\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .ds\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .ds\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .ds\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .ds\:translate-x-px {
    --transform-translate-x: 1px
  }

  .ds\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .ds\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .ds\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .ds\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .ds\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .ds\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .ds\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .ds\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .ds\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .ds\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .ds\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .ds\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .ds\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .ds\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .ds\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .ds\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .ds\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .ds\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .ds\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .ds\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .ds\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .ds\:translate-x-full {
    --transform-translate-x: 100%
  }

  .ds\:translate-y-0 {
    --transform-translate-y: 0
  }

  .ds\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .ds\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .ds\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .ds\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .ds\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .ds\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .ds\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .ds\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .ds\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .ds\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .ds\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .ds\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .ds\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .ds\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .ds\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .ds\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .ds\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .ds\:translate-y-px {
    --transform-translate-y: 1px
  }

  .ds\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .ds\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .ds\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .ds\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .ds\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .ds\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .ds\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .ds\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .ds\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .ds\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .ds\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .ds\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .ds\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .ds\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .ds\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .ds\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .ds\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .ds\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .ds\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .ds\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .ds\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .ds\:translate-y-full {
    --transform-translate-y: 100%
  }

  .ds\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .ds\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .ds\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .ds\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .ds\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .ds\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .ds\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .ds\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .ds\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .ds\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .ds\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .ds\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .ds\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .ds\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .ds\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .ds\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .ds\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .ds\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .ds\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .ds\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .ds\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .ds\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .ds\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .ds\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .ds\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .ds\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .ds\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .ds\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .ds\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .ds\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .ds\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .ds\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .ds\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .ds\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .ds\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .ds\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .ds\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .ds\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .ds\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .ds\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .ds\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .ds\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .ds\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .ds\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .ds\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .ds\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .ds\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .ds\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .ds\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .ds\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .ds\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .ds\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .ds\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .ds\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .ds\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .ds\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .ds\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .ds\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .ds\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .ds\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .ds\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .ds\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .ds\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .ds\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .ds\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .ds\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .ds\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .ds\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .ds\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .ds\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .ds\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .ds\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .ds\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .ds\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .ds\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .ds\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .ds\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .ds\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .ds\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .ds\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .ds\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .ds\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .ds\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .ds\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .ds\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .ds\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .ds\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .ds\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .ds\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .ds\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .ds\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .ds\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .ds\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .ds\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .ds\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .ds\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .ds\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .ds\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .ds\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .ds\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .ds\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .ds\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .ds\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .ds\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .ds\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .ds\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .ds\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .ds\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .ds\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .ds\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .ds\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .ds\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .ds\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .ds\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .ds\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .ds\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .ds\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .ds\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .ds\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .ds\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .ds\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .ds\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .ds\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .ds\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .ds\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .ds\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .ds\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .ds\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .ds\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .ds\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .ds\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .ds\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .ds\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .ds\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .ds\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .ds\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .ds\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .ds\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .ds\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .ds\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .ds\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .ds\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .ds\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .ds\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .ds\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .ds\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .ds\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .ds\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .ds\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .ds\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .ds\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .ds\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .ds\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .ds\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .ds\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .ds\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .ds\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .ds\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .ds\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .ds\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .ds\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .ds\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .ds\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .ds\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .ds\:skew-x-0 {
    --transform-skew-x: 0
  }

  .ds\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .ds\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .ds\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .ds\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .ds\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .ds\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .ds\:skew-y-0 {
    --transform-skew-y: 0
  }

  .ds\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .ds\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .ds\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .ds\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .ds\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .ds\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .ds\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .ds\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .ds\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .ds\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .ds\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .ds\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .ds\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .ds\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .ds\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .ds\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .ds\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .ds\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .ds\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .ds\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .ds\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .ds\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .ds\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .ds\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .ds\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .ds\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .ds\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .ds\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .ds\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .ds\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .ds\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .ds\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .ds\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .ds\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .ds\:transition-none {
    transition-property: none
  }

  .ds\:transition-all {
    transition-property: all
  }

  .ds\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .ds\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .ds\:transition-opacity {
    transition-property: opacity
  }

  .ds\:transition-shadow {
    transition-property: box-shadow
  }

  .ds\:transition-transform {
    transition-property: transform
  }

  .ds\:ease-linear {
    transition-timing-function: linear
  }

  .ds\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .ds\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .ds\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .ds\:duration-75 {
    transition-duration: 75ms
  }

  .ds\:duration-100 {
    transition-duration: 100ms
  }

  .ds\:duration-150 {
    transition-duration: 150ms
  }

  .ds\:duration-200 {
    transition-duration: 200ms
  }

  .ds\:duration-300 {
    transition-duration: 300ms
  }

  .ds\:duration-500 {
    transition-duration: 500ms
  }

  .ds\:duration-700 {
    transition-duration: 700ms
  }

  .ds\:duration-1000 {
    transition-duration: 1000ms
  }
}











































































* {
  --base: #000000;
  --primary: #FFCC00;
  --secondary: #6BBFF7;
  --danger: #FF695B;
  --warning: #FFBE4F;
  --success: #3DCC79;
  --gray: #EFEFEF;
  --lightgray: #dfdbd2;
  --light: #fafafa;
  --dark: #000000;
  --border_radius: 0;

  --primary100: #ffffc8;
  --primary200: #ffff96;
  --primary300: #ffff64;
  --primary400: #fffe32;
  --primary500: #FFCC00;
  --primary600: #cd9a00;
  --primary700: #9b6800;
  --primary800: #693600;
  --primary900: #370400;

  --secondary100: #ffffff;
  --secondary200: #ffffff;
  --secondary300: #cfffff;
  --secondary400: #9df1ff;
  --secondary500: #6BBFF7;
  --secondary600: #398dc5;
  --secondary700: #075b93;
  --secondary800: #002961;
  --secondary900: #00002f;

  --gray100: #ffffff;
  --gray200: #ffffff;
  --gray300: #ffffff;
  --gray400: #ffffff;
  --gray500: #EFEFEF;
  --gray600: #bdbdbd;
  --gray700: #8b8b8b;
  --gray800: #595959;
  --gray900: #272727;
  
  --dark100: #505050;
  --dark200: #3c3c3c;
  --dark300: #282828;
  --dark400: #141414;
  --dark500: #000000;
  --dark600: #000000;
  --dark700: #000000;
  --dark800: #000000;
  --dark900: #000000;
	
	
	--h1_color: ;
	--h2_color: ;
	--h3_color: ;
	--h4_color: ;
	--h5_color: ;
	--h6_color: ;
}




.footer {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.footer.footer-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

/* -------
 * Site Footer
 * ------------------- */
.bee-site-footer {
	position: relative;
	z-index: 3;
	padding: 4rem 0;
}

.bee-site-footer .bee-site-footer_heading {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.bee-site-footer {
		padding: 6rem 0;
	}
}
@media (max-width: 767px) {
	.bee-site-footer {
		text-align: center;
	}
}


/* Site Footer Logo */
.bee-site-footer_logo img {
	display: inline-block;
	width: auto!important;
	height: 50px;
	max-height: 50px;
}

/* Site Footer About */
.bee-sitefooter_about p {
	font-size: 0.9rem;
}
@media (max-width:767px) {
	.bee-sitefooter_about p {
		text-align: center;
	}
}


/* Site Footer Menu */
.bee-sitefooter_menu a {
	position: relative;
	padding: 0;
}
	.bee-sitefooter_menu a:hover,
	.bee-sitefooter_menu a:focus {
		color: #FFCC00!important;
	}
.bee-sitefooter_menu a:before {
	content: "";
	position: absolute;
	left: -0.5rem;
	bottom: 0;
	width: 2px;
	height: 0;
	background-color: #FFCC00;
	transition: 0.3s ease;
}
	.bee-sitefooter_menu a:hover:before {
		height: 100%;
	}
.bee-sitefooter_menu li {
	display: block;
	width: 100%;
}
.bee-sitefooter_menu li.hs-menu-item a {
	color: inherit;
	line-height: 1.4;
}
.bee-sitefooter_menu li.active > a {
	color: #FFCC00!important;
}
.bee-sitefooter_menu .hs-menu-wrapper > ul {
	margin: 0;
}
.bee-sitefooter_menu .hs-menu-wrapper > ul > li + li {
	margin-top: .5rem;
}
.bee-sitefooter_menu .hs-menu-wrapper > ul > li > a {
}

/* Lv 2 */
.bee-sitefooter_menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
	margin-bottom: .75rem;
}
.bee-sitefooter_menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper a {
	margin-top: .5rem;
	font-size: .85rem;
	text-decoration: underline;
}
@media (max-width:480px) {
	.bee-sitefooter_menu .hs-menu-wrapper > ul > li {
		margin-top: 1rem;
	}
}

/* Site Footer - Recent Posts 01 */
.bee-sitefooter_post-01 {
	color: inherit;
}
.bee-sitefooter_post-01-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bee-sitefooter_post-01-image:before {
	content: "";
	display: block;
	padding-bottom: 62.5%;
}
.bee-sitefooter_post-01 p {
	margin: 0;
	font-size: 0.9rem;
	color: inherit;
}
	.bee-sitefooter_post-01:hover {
		color: #FFCC00;
	}

/* Site Footer - Recent Posts 02 */
.bee-sitefooter_post-02 {
	position: relative;
}
.bee-sitefooter_post-02 {
	color: inherit;
}
.bee-sitefooter_post-02-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bee-sitefooter_post-02-image:before {
	content: "";
	display: block;
	padding-bottom: 62.5%;
}

.bee-sitefooter_post-02 p {
	color: inherit;
}
	.bee-sitefooter_post-02:hover {
		color: #FFCC00;
	}

/* Logos 01 */
.bee-sitefooter_logos-01 img {
}

/* -------
 * Footer
 * ------------------- */
.bee-footer {
	position: relative;
	padding: 3rem 0;
	z-index: 3;
	border-top: 1px solid rgba(0, 0, 0, 0.19);
}
.footer.text-white .bee-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.bee-footer > .dnd-section {
	padding: 0 20px;
}

@media (max-width:767px) {
	.bee-footer {
		text-align: center;
	}
}


/* Footer Menu */
.bee-footer_line_menu a {
	padding: 0 0.5rem;
	line-height: 1;
	font-size: 1rem;
	color: inherit!important;
	opacity: 1!important;
}
.footer .bee-footer_line_menu .hs-menu-wrapper > ul > li:first-child a {
	padding: 0 0.5rem 0 0;
}

.bee-footer_line_menu a:hover {
	opacity: 1!important;
	color: inherit!important;
}
.bee-footer_line_menu .hs-menu-wrapper > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
}
.bee-footer_line_menu .hs-menu-wrapper > ul > li {
	border-right: 1px solid #EFEFEF;
}
.footer.text-white .bee-footer_line_menu .hs-menu-wrapper > ul > li {
	border-right: 1px solid #fafafa;
}
.footer .bee-footer_line_menu .hs-menu-wrapper > ul > li:last-child {
  border-right: 0px;
}
@media (max-width:767px) {
	.bee-footer_line_menu {
		margin-top: 1rem;
	}
	.bee-footer_line_menu .hs-menu-wrapper > ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


/* Footer Menu */
.bee-footer_menu a {
	padding: 0 0.5rem;
	line-height: 1;
	font-size: 0.8rem;
	color: inherit!important;
	opacity: 0.75!important;
}

.bee-footer_menu a:hover {
	opacity: 1!important;
	color: inherit!important;
}
.bee-footer_menu .hs-menu-wrapper > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
}
.bee-footer_menu .hs-menu-wrapper > ul > li {
	border-right: 1px solid #EFEFEF;
}
.footer.text-white .bee-footer_menu .hs-menu-wrapper > ul > li {
	border-right: 1px solid #fafafa;
}
.footer .bee-footer_menu .hs-menu-wrapper > ul > li:last-child {
  border-right: 0px;
}
@media (max-width:767px) {
	.bee-footer_menu {
		margin-top: 1rem;
	}
	.bee-footer_menu .hs-menu-wrapper > ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Copyright */
.footer__copyright {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}


/* -------
 * Scroll To Top
 * ------------------- */
.bee-scroll-top {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #FFCC00;
	z-index: 9;
	opacity: 0.4;
	border-radius: 0px;
	transition: 0.4s ease;
	overflow: hidden;
}
	.bee-scroll-top:hover {
		opacity: 1;
	}
.bee-scroll-top svg {
	height: 20px;
	fill: #FFCC00;
}


/* Password */
.widget-type-password_prompt input[type="password"] {
  margin-top: 0!important;
  margin-bottom: 1rem;
}

.preferences-page .page-header h2 {
  font-size: 32px;
}

.preferences-page .page-header h1 {
  font-size: 40px;
}
.preferences-page form#email-prefs-form{
  padding-top: 50px;
}
.preferences-page div#content {
  padding-top: 12px;
}
.preferences-page .email-prefs .checkbox-row {
  margin: 8px 0;
}
.subscribe-options .header { 
  margin-bottom: 12px;
}
/* Search Results */

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  color: ;
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: ;
}

/* Backup Unsubscribe */
#email-prefs-form input[type="email"] {
  padding: 1rem 1.5rem!important;
  margin-top: 1rem;
}
.reasons-for-unsubscription-form {
  margin-top: 32px;
}
.reasons-for-unsubscription-form input.hs-button.primary.large {
  text-align: center;
  padding: 20px 30px;
}
/* Subscription Preferences */

.email-prefs {

}
.email-prefs .item + .item {
  margin-top: 1rem;
}

.email-prefs .item-inner > p {
  opacity: .8;
}
.email-prefs .checkbox-row {
  font-weight: bold;
}
.email-prefs .item .fakelabel span {
  margin-right: .25rem;
}

.subscribe-options {
  margin: 1rem 0;
}
.subscribe-options .header {
  margin: 0;
  margin-bottom: 8px;
}
.subscribe-options label {
  display: flex;
  align-items: center;
}
.checkbox-row > span {
  display: flex;
  align-items: center;
}
.page-header p:last-child {
  margin-bottom: 8px;
}
/* ==========================================================================
   Blog 01
   ========================================================================== */

/* Blog Hero  */

.bee-blog-header-02 {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bee-blog-header-02:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
}
.bee-blog-header-02 > * {
	position: relative;
	z-index: 3;
}

/* ----------------- Listing ---------------- */

.bee-blog-index_post-image {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bee-blog-header {
	border-bottom: 1px solid #dfdbd2;
}

/*  
 * Pagination 
 */

.bee-blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: 8rem 0 0;
}
.bee-blog-pagination_link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: .25rem .4rem;
  margin: 0 0.5rem;
	color: #FFCC00;
  text-decoration: none;
  line-height: 1;
	border-radius: 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bee-blog-pagination_number-link {
	width: 3rem;
	height: 3rem;
	border: 2px solid #FFCC00;
	color:  #FFCC00;
	font-weight: bold;
	border-radius: 0px;
}
.blog-pagination_link--active,
.blog-pagination_link--active:visited {
	background-color: #FFCC00;
	border: 2px solid #FFCC00;
	color: #fff;
}
.bee-blog-pagination_number-link:hover,
.bee-blog-pagination_number-link:focus {
	background: #FFCC00;
	color: #fff;
}

.bee-blog-pagination_prev-link,
.bee-blog-pagination_next-link {
  display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}
.bee-blog-pagination_prev-link {
  text-align: right;
  margin-right: 2rem;
}
.bee-blog-pagination_next-link {
  text-align: left;
  margin-left: 2rem;
}
.bee-blog-pagination_prev-link:hover,
.bee-blog-pagination_next-link:hover,
.bee-blog-pagination_prev-link:focus,
.bee-blog-pagination_next-link:focus {
  text-decoration: none;
	color: #cd9a00;
}
.bee-blog-pagination_prev-link svg,
.bee-blog-pagination_next-link svg {
	fill: #FFCC00;
  margin: 0 5px;
}
.bee-blog-pagination_link:hover svg,
.bee-blog-pagination_link:focus svg {
	fill: #cd9a00;
}

.bee-blog-pagination_prev-link svg,
.bee-blog-pagination_next-link svg {
	fill: #FFCC00;
	height: 1rem;
  margin: 0 5px;
}

.bee-blog-header_author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.bee-blog-header_author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.bee-blog-header_author-social-links a:hover {
  background-color: ;
}
.bee-blog-header_author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
@media (max-width:767px) {
	.bee-blog-pagination {
		margin: 4rem 0 0;
	}
	.bee-blog-pagination_link {
		margin: 0 0.25rem;
	}
	.bee-blog-pagination_prev-link {
		margin-right: 0.5rem;
	}
	.bee-blog-pagination_next-link {
		margin-left: 0.5rem;
	}
}


/* ----------------- Post ---------------- */

/*  
 * Post Title 
 */
.bee-blog-post_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 1.5rem;
	font-size: 1rem;
}
.bee-blog-post_meta a {
	margin-right: .75rem;
	color: inherit;
}
	.bee-blog-post_meta a:hover {
		color: #FFCC00;
	}

/*  
 * Post Body 
 */
.bee-blog-post_body {
  font-size: 1.1rem;
}

.bee-blog-post_body * + h1,
.bee-blog-post_body * + h2,
.bee-blog-post_body * + h3,
.bee-blog-post_body * + h4,
.bee-blog-post_body * + h5,
.bee-blog-post_body * + h6 {
	margin-top: 1em;
}


/*  
 * Tags 
 */
.bee-blog-template-01 .bee-blog-post_tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bee-blog-template-01 .bee-blog-post_tag-link {
	padding: .25rem .5rem;
	border: 2px solid #000000;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0.5rem 0.5rem 0;
	font-size: .8rem;
	transition: all ease 200ms;
	font-weight: bold;
	border-radius: 0px;
}
.bee-blog-template-01 .bee-blog-post_tag-link:hover {
	background: #FFCC00;
	color: #fff;
	border-color: #FFCC00;
}



/* ==========================================================================
    Blog 02
   ========================================================================== */

.bee-blog-template-02 {
	
}

/* ----------------- Listing ---------------- */

.bee-blog-template-02 .bee-blog-index_post + .bee-blog-index_post {
	margin-top: 7rem;
}
.bee-blog-template-02 .bee-blog-index_post-image {
	padding-bottom: 50%;
	display: block;
	margin-bottom: 3rem;
}
.bee-blog-template-02 .bee-blog-index_post-content {
	max-width: 660px;
	display: block;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.bee-blog-template-02 .bee-blog-index_post-image {
		padding-bottom: 30%;
	}
}

/* ----------------- Listing 01 ---------------- */
.bee-blog-template-01 .bee-blog-index-01_post-image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.bee-blog-template-01 .bee-blog-index-01_post-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  transition: 7s ease transform;
}
  .bee-blog-template-01 .bee-blog-index-01_post-image-wrapper:hover .bee-blog-index-01_post-image {
		transform: scale(1.1) rotateZ(2deg);
		-webkit-transform: scale(1.1) rotateZ(2deg);
		-ms-transform: scale(1.1) rotateZ(2deg);
  }

/* ----------------- Post ---------------- */

.bee-blog-template-02 .bee-blog-post_header {
	padding: 7rem 0 5rem;
}

.bee-blog-template-02 .bee-blog-post_image {
	padding-bottom: 30%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (min-width:768px) {
	.bee-blog-template-02 .bee-blog-post_image img {
		display: none;
	}
}

/*  
 * Body 
 */
.bee-blog-template-02 .bee-blog-post_content {
	padding: 3rem 0 7rem;
}

/*  
 * Comments 
 */
.bee-blog-comments .comment-reply-to.hs-button {
	margin-top: 1rem;
}
.bee-blog-comments form.hs-form {
  margin-top: 2rem;
}
.bee-blog-template-02 .bee-blog-post_comments {
	border-top: 1px solid #dfdbd2;
}

@media (min-width: 768px) {
	.bee-blog-post_comments .row-fluid {
		display: flex;
	}
}


/*  
 * Tags 
 */
.bee-blog-template-02 .bee-blog-post_tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bee-blog-template-02 .bee-blog-post_tag-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 1rem;
	font-size: 1rem;
	transition: all ease 200ms;
	font-weight: bold;
}
.bee-blog-template-02 .bee-blog-post_tag-link:hover {
	color: #FFCC00;
	opacity: 1;
}

.bee-blog-template-01 ul.blog-tag-filter a {
  color: #000;
}



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
	font-family: 'Avenir';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_It';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Bold';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Light';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Light.svg#AvenirNextLTPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Medium';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Thin';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Thin.svg#AvenirNextLTPro-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Heavy';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Heavy.svg#AvenirNextLTPro-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir_Demi';
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.eot');
	src: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.eot#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.woff2') format('woff2'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.woff') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.ttf') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/avenir/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'desgin_funktion_icons';
	src:  url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/icon-font/desgin_funktion_icons.eot?kj2sum');
	src:  url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/icon-font/desgin_funktion_icons.eot?kj2sum#iefix') format('embedded-opentype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/icon-font/desgin_funktion_icons.ttf?kj2sum') format('truetype'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/icon-font/desgin_funktion_icons.woff?kj2sum') format('woff'),
		url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/fonts/icon-font/desgin_funktion_icons.svg?kj2sum#desgin_funktion_icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}




[class^="ds-icon-"], [class*=" ds-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'desgin_funktion_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ds-icon-arrow_small:before {
	content: "\e900";
}



body { font-family: 'Avenir'; }

h1, .bee-h1 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 900; font-size: 75px; line-height: 75px; color: #231F20; letter-spacing: 2px; text-transform: uppercase; }
h2, .bee-h2 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 50px; line-height: 60px; color: #231F20; }
h3, .bee-h3 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 500; font-size: 40px; line-height: 40px; color: #231F20; }
h4, .bee-h4 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 400; font-size: 25px; line-height: 30px; color: #231F20; }
h5, .bee-h5 { font-family: 'Avenir'; font-style: normal; font-weight: 300; font-size: 12px; line-height: 16px; color: #231F20; }
h6, .bee-h6 { font-family: 'Avenir'; font-style: normal; font-weight: 500; font-size: 12px; line-height: 16px; color: #231F20; }

p { font-family: Avenir; font-style: normal; font-weight: normal; font-size: 16px; line-height: 22px; }

strong { font-family: 'Avenir_Bold'; }

.bee-cap { opacity: 1; margin-bottom: 30px; margin-left: 2px; display: block; font-weight: normal; font-family: 'Avenir_Demi'; font-size: 15px; line-height: 20px; }


.bee-header_sticky .bee-header_container { margin-top: 30px; max-width: 1440px; padding: 0 30px;  }
.bee-header_sticky.sticky .bee-header_container { margin-top: 0px; }

.label { font-family: 'Avenir'; font-style: normal; font-weight: 800; font-size: 15px; line-height: 20px; text-transform: uppercase; color: #231F20; }
.label-strong { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 15px; line-height: 20px; text-transform: uppercase; color: #231F20; }
.reading-minutes { font-family: 'Avenir'; font-style: normal; font-weight: 800; font-size: 12px; line-height: 16px; text-transform: uppercase; color: #000000; }

.ds-bullet-point { display: block; width: 72px; height: 72px; background: rgba(255,204,0,1); opacity: 1; border-top-right-radius: 30px; border-bottom-left-radius: 30px; overflow: hidden; position: relative; }
.ds-bullet-point-item { font-size: 25px; line-height: 30px; position: absolute; top: calc(50% - (30px / 2)); left: calc(50% - (38px / 2)); font-size: 25px; line-height: 30px; }

.title-primary h1,
.title-primary h2,
.title-primary h3,
.title-primary h4,
.title-primary h5,
.title-primary h6{
	color: #ffcc00;
}

.space-list ul { margin-left: 40px; }

.white-bullet ul { padding-inline-start: 15px; }
.white-bullet li { list-style-image: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/bulletpoint-white.svg) !important; padding-inline-start: 15px; }

.dark-bullet ul { padding-inline-start: 15px; margin-top: 60px; }
.dark-bullet li { list-style-image: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/bulletpoint-dark.svg) !important; padding-inline-start: 50px !important; }

.bee-content-01 ul { padding-inline-start: 15px !important; }
.bee-content-01 li { list-style-image: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/bulletpoint-primary.svg); padding-inline-start: 15px; }





.text-white .legal-consent-container p,
.bee-form-white .legal-consent-container p { color: #fff; }
/* .bee-form-white .hs-input, .bee-form-white .hs-search-field__input { border: 2px solid #fff !important; } */






/* Header */
.bee-header_navigation { justify-content: flex-end; }
.bee-header_menu>.hs-menu-wrapper>ul>li>a { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 15px; line-height: 20px; text-align: right; text-transform: uppercase;  }


/* Footer */
.bee-sitefooter_menu li.hs-menu-item a { font-size: 16px; line-height: 16px; }
.bee-site-footer .bee-site-footer_heading { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 15px; line-height: 20px; text-transform: uppercase; color: #FFCC00; }
.bee-site-footer .col { margin-left: 1%; margin-top: 25px; }
.bee-site-footer .col:first-child { margin-left: 0;  margin-top: 0px; }
.footer-landing .bee-footer_menu ul { -webkit-box-pack: start; -ms-flex-pack: start;  justify-content: flex-start;}
.footer-landing .bee-footer_menu ul a, .footer-landing .bee-footer_menu a { opacity: 1 !important; font-family: 'Avenir'; font-style: normal; font-weight: 900; font-size: 16px; line-height: 22px; }
.hs-blog-post .footer { background-color: #000; background-image: none !important; }
footer .row:last-child { padding-bottom: 0px !important; }
footer .row:first-child .bee-site-footer_heading { padding-top: 65px !important; margin-bottom: 10px; }
@media (max-width: 767px) {
	footer .row:first-child .bee-site-footer_heading { padding-top: 0px !important; }
}
@media (min-width: 992px) {
	.bee-site-footer {
		padding: 3rem 0;
	}
}

.bee-site-footer .bee-form-white .hs-form label,
.hs-form label { font-family: 'Avenir'; font-style: normal; font-weight: 800; font-size: 16px; line-height: 22px; color: #FFCC00; }
.bee-site-footer .hs-form .legal-consent-container label,
.bee-site-footer .hs-form .legal-consent-container label p { font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; color: #ffffff; }
.bee-site-footer .legal-consent-container .hs-form-booleancheckbox-display > span { margin-left: 60px; }









/* CTA */
a.cta_button{
	background: linear-gradient(185.24deg, #FFDD55 8.11%, #FFCC00 95.83%) !important;
	box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
	font-weight: 900;
	font-size: 16px;
	font-family: 'Avenir_Demi';
	line-height: 1;
	text-transform: uppercase;
	padding: 20px 71px 20px 30px;
	border-radius: 0px;
	color: #000000 !important;
	position: relative;
	display: inline-block;
	transition: background 0.2s ease-in-out;
	position: relative;
	z-index: 1;
}

a.cta_button:hover {
	background: #000000 !important;
	color: #ffffff !important;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

a.cta_button:after {
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202.svg');
	width: 23px;
	right: 27px;
	height: 16px;
	top: calc(50% - (16px / 2)) !important;
	position: absolute;
}


a.cta_button:hover:after{
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg');
	width: 35px;
	right: 15px;
}

/* END CTA */











/* Buttons */
.solution-finder-form .hs-form input[type="submit"],
.bee-form-white .hs-form input[type="submit"],
input[type="submit"] {
	background: linear-gradient(185.24deg, #FFDD55 8.11%, #FFCC00 95.83%) !important;
	box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
	font-weight: 900;
	font-size: 16px;
	font-family: 'Avenir_Demi';
	line-height: 1;
	text-transform: uppercase;
	padding: 20px 71px 20px 30px;
	border-radius: 0px;
	color: #000000 !important;
	position: relative;
	border: 1px solid #FFCC00 !important;
}
.solution-finder-form .hs-form input[type="submit"]:hover,
.bee-form-white .hs-form input[type="submit"]:hover,
input[type="submit"]:hover {
	background: #000000 !important;
	color: #ffffff !important;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #FFCC00 !important;
}








.solution-finder-form .hs-submit .actions,
.bee-form-01 .hs-submit .actions,
.bee-form-white .hs-submit .actions { width: max-content; position: relative; }

.solution-finder-form .hs-submit .actions:after,
.bee-form-01 .hs-submit .actions:after,
.bee-form-white .hs-submit .actions:after {
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202.svg');
	width: 23px;
	right: 27px;
	height: 27px;
	top: calc(50% - (27px / 2));
	position: absolute;
}

.solution-finder-form .hs-submit .actions:hover:after,
.bee-form-01 .hs-submit .actions:hover:after,
.bee-form-white .hs-submit .actions:hover:after{
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg');
	width: 35px;
	right: 15px;
}
/* End Button */

.solution-finder-form .actions .hs-submit,
.bee-form-white .hs-submit .actions {
	width: fit-content;
	position: relative;
	margin-top: 40px;
}
.solution-fidnder-form .hs-submit .actions input::after,
.bee-form-white .hs-submit .actions input::after {
	background-image: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/arrow_small.svg');
	position: absolute;
	top: calc(50% - (27px / 2));
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
}

.bee-site-footer .bee-form-white .hs-input,
.bee-site-footer .bee-form-white .hs-search-field__input {
	border: 1px solid #fff!important;
	overflow: hidden;
}



.bee-site-footer fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]){ min-height: 150px; }

.bee-site-footer .bee-form-white input[type=checkbox], 
.bee-site-footer .bee-form-white input[type=radio] {
	border: 1px solid #FFCC00!important;
}

.bee-site-footer .bee-form-white input[type=checkbox]:checked, 
.bee-site-footer .bee-form-white input[type=radio]:checked {
	background: #FFCC00 !important;
	background-image: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/check.svg) !important;
	position: relative;
	z-index: 15;
	background-size: 13px 13px !important;
	background-position: center center;
	background-repeat: no-repeat !important;
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
	border-color: #ffcc00 !important;
	background: rgba(186, 105, 112, 0.1) !important;
}




input[type=checkbox]:checked, 
input[type=radio]:checked {
	background: #FFCC00 !important;
	background-image: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/check.svg) !important;
	position: relative;
	z-index: 15;
	background-size: 13px 13px !important;
	background-position: center center;
	background-repeat: no-repeat !important;
}



/**
* Blog Template 02
* */

.bee-blog-template-02 { margin: 0px 30px 30px 30px; }
/* Blog Hero */
.bee-blog-template-02 .bee-hero-06_heading { font-family: 'Avenir_Demi'; }

.blog-header-section {}
.blog-header-section .blog-header__author-box { background-color: #FFCC00; padding: 50px 0px; display: flex; flex-direction: column; position: relative; }
.blog-header-section .blog-header__author-box .bee-container { display: flex; }
.blog-header-section .blog-header__author-box .bee-container .scroller { content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%201.svg'); position: absolute; top: calc(50% - (100px/2)); left: calc(50% - (8px/2)); z-index: 1;  width: 8px; }

.blog-header-section .blog-header__author-box .bee-container .left-half { display: flex; flex: 1; justify-items: baseline;; } 
.blog-header-section .blog-header__author-box .bee-container .left-half .image-wrapper { flex: 1; height: 95px; }
.blog-header-section .blog-header__author-box .bee-container .left-half .image-wrapper img { height: 95px; width: 95px; border-radius: 50px; }
.blog-header-section .blog-header__author-box .bee-container .left-half label {  } 
.blog-header-section .blog-header__author-box .bee-container .left-half .text-wrapper { flex: 5; align-self: center; }
.blog-header-section .blog-header__author-box .bee-container .right-half { display: flex; flex: 1; flex-direction: column; justify-content: center; }




.bee-blog-template-02 .blog-header__author-box:after { content: ""; position: absolute; left: calc(50% - (208px / 2)); bottom: -80%; display: block; width: 208px; height: 208px; background-color: #fc0; margin: 0; background: #fff; border-radius: 30px 0px 0px 0px; transform: rotate(45deg); }

.bee-blog-template-02 .bee-hero { padding: 10rem 0; }

.bee-blog-template-02 .bee-hero .reading-minutes { margin-left: 1rem; font-size: 16px; }


.bee-blog-template-02 .bee-headline-03 { padding-bottom: 30px; }

.bee-blog-template-02 .bee-grid { grid-row-gap: 1rem; grid-column-gap: 1rem; }
.bee-blog-template-02 .bee-grid .bee-grid-col { padding: 0px; }


.blog-tag-filter { display: flex; justify-content: center; }
.bee-btn-filter-primary,
.bee-btn-filter-outline-primary { min-width: 150px; list-style: none; float: left; text-transform: uppercase; padding: 15px 30px; font-weight: bold; font-family: 'Avenir'; cursor: pointer;  }
.bee-btn-filter-primary  { margin: 0 !important; border:none; border-bottom: 2px solid #FFCC00 !important; }
.bee-btn-filter-outline-primary { margin: 0 !important; border: none; border-bottom: 2px solid #666666; }



.bee-blog-posts .bee-filter-item .bee-blog-03_img_wrapper { height: 512px; }
.bee-blog-posts .bee-filter-item .bee-blog-03_img_wrapper .author-box { bottom: 0px; background-color: #fff; }
.bee-blog-11_box:after { width: calc(100% - 32px); margin: 0 auto; right: 0; bottom: -1.5rem !important; }

#newsletter { background-size: cover; background-position: center center; }
#newsletter h2 { color: #FFCC00; }
#newsletter .legal-consent-container p { color: #FFF; }

#newsletter form { position: relative; }
#newsletter .bee-form-white .hs-submit .actions { position: absolute; top: 0px; right: 0px; margin-top: 0px; }

#newsletter .bee-form-white .hs-submit .actions:after {
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202.svg');
	width: 23px;
	right: 20px;
	height: 27px;
	top: calc(50% - (27px / 2));
	position: absolute;
}

#newsletter .bee-form-white .hs-submit .actions:hover:after{
	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg');
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
}


.bee-blog-03_box { width: 100% !important; }
.bee-blog-03_img_wrapper,
.bee-blog-03_img { height: 512px; }

.bee-blog-03 { margin-left: -10px; margin-right: -10px;}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.hs-input, 
.hs-search-field__input {font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 25px; line-height: 35px; background-color: transparent !important; }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFCC00;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFCC00;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #FFCC00;
}


.hs-blog-listing .bee-grid .bee-grid-col.hover-box { padding-bottom: 2rem; }
.hs-blog-listing  .bee-blog-11_box:after { width: 100%; }
/* Listing */
.hover-box:hover{
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.hover-box:hover .readmore { visibility: visible; opacity: 1; }
.hover-box .readmore { visibility: hidden; opacity: 0; }
.hover-box .readmore a { position: relative; width: 100%; font-family: 'Avenir_Bold'; font-style: normal; font-weight: 900; font-size: 16px; line-height: 22px; text-transform: uppercase; color: #000000; }
.hover-box .readmore a:after {	content: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg'); width: 36px; right: calc(0px - 36px - 10px); height: 16px; position: absolute; }
@media (max-width:992px) {
	.hover-box .readmore { visibility: visible; opacity: 1; }
}



.hs-blog-listing  .footer {
	background-color: #000;
	background-image: none !important;
}

.bee-blog-template-02 .scroller { cursor: pointer; }

@media (max-width:767px) {

	h1, .bee-h1 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 900; font-size: 30px; line-height: 35px; color: #231F20; letter-spacing: 2px; text-transform: uppercase; }
	h2, .bee-h2 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 22px; line-height: 27px; color: #231F20; }
	h3, .bee-h3 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 500; font-size: 20px; line-height: 25px; color: #231F20; }
	h4, .bee-h4 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 23px; color: #231F20; }

	.blog-header-section .blog-header__author-box .bee-container { display: flex; flex-direction: column; }
	.blog-header-section .blog-header__author-box .bee-container .left-half .image-wrapper { flex: auto; }
	.blog-header-section .blog-header__author-box .bee-container .right-half { text-align: center; }
	.blog-header-section .blog-header__author-box .bee-container .right-half .bee-social-links-01 { text-align: center; }

	#hero .bee-container { padding-left: 20px !important;}
	.bee-blog-template-02 { margin: 0px; }
	.bee-blog-template-02 .scroller { display: none; }

	.blog-table-contents-section .bullet-item { margin-top: 40px}
	.blog-content-cta .bee-background { padding: 25px !important; }

	.bee-header_logo { width: 200px !important; }
	.bee-header_sticky .bee-header_container { margin-top: 0px; max-width: 100%; padding: 0 0px;  }
	#newsletter .bee-form-white .hs-submit .actions { position: relative !important; margin-top: 40px !important; }
	.blog-table-contents-section .bullet-item .bullet-text { font-size: 20px !important; line-height: 25px !important; }
	#newsletter h2 { margin-bottom: 1rem !important; }

	/* .body-container .dnd_area-row-1-padding { padding: 0px !important; } */
	.cell_1618296053985-row-0-padding,
	.dnd_area-column-35-row-0-padding,
	.cell_16183051030622-row-0-padding,
	.cell_16183197290052-padding,
	.cell_16183024220932-row-0-padding,
	.cell_16183024220932-row-0-padding {
		padding-top: 0px !important; padding-right: 0px !important; }

}

@media (max-width:1024px) {

	h1, .bee-h1 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 900; font-size: 30px; line-height: 35px; color: #231F20; letter-spacing: 2px; text-transform: uppercase; }
	h2, .bee-h2 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 800; font-size: 22px; line-height: 27px; color: #231F20; }
	h3, .bee-h3 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 500; font-size: 20px; line-height: 25px; color: #231F20; }
	h4, .bee-h4 { font-family: 'Avenir_Demi'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 23px; color: #231F20; }

	.blog-header-section .blog-header__author-box .bee-container .left-half { align-self: center; margin-bottom: 40px; }
	.blog-header-section .blog-header__author-box .bee-container .left-half .image-wrapper { flex: auto; }
	.blog-header-section .blog-header__author-box .bee-container .right-half { text-align: center; }
	.blog-header-section .blog-header__author-box .bee-container .right-half .bee-social-links-01 { text-align: center; }

	.blog-table-contents-section .bullet-item a {
		display: inline-flex !important;
	}

	#hero .bee-container { padding-left: 20px !important;}
	.bee-blog-template-02 { margin: 0px; }
	.bee-blog-template-02 .scroller { display: none; }

	.blog-table-contents-section .bullet-item { margin-top: 0px}
	.blog-content-cta .bee-background { padding: 25px !important; }

	.bee-header_logo { width: 200px !important; }
	.bee-header_sticky .bee-header_container { margin-top: 0px; max-width: 100%; padding: 0 0px;  }
	#newsletter .bee-form-white .hs-submit .actions { position: relative !important; margin-top: 40px !important; }
	.blog-table-contents-section .bullet-item .bullet-text { font-size: 20px !important; line-height: 25px !important; }
	#newsletter h2 { margin-bottom: 1rem !important; }
	.blog-table-contents-section .bee-container {padding: 100px 20px 60px 20px !important; } 
	.bee-blog-03_img_wrapper, .bee-blog-03_img { height: 319px; }
	.bee-blog-03 .author-box { display: none; }

}


h4.bee-blog-03_name {
	height: 90px;
}

.bee-blog-03_box {
	width: 100% !important;
	height: 740px;
}

.bee-blog-03_body { height: 80px; }





.bee-headline-03:after { height: 2px; width: 53px; }

.bee-blog-template-02 .bee-blog-post_tag-link:first-child { margin: 0rem 1rem 0rem 0rem;}
.bee-blog-template-02 .bee-blog-post_tag-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0rem 1rem;
	font-size: 1rem;
	transition: all ease 200ms;
	font-weight: bold;
}

.bee-blog-03_box .bee-blog-03_name a:visited { color: #000000; }
.bee-blog-03_box .bee-blog-03_name a:hover { color: #fc0; }

.hs-blog-listing #newsletter { margin-right: 30px; margin-left: 30px; }

.loop-0 { order: 1; }
.loop-1 { order: 3; }
.loop-2 { order: 5; }
.loop-3 { order: 2; }
.loop-4 { order: 4; }

footer { background-color: #000000 !important; background-image: none !important; }
footer .row:first-child { padding: 30px; background: url('https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/background.jpeg') rgba(0,0,0,.6); background-size:cover; background-blend-mode: multiply; }
footer .row:last-child { padding: 30px; }
.bee-footer_line_menu a { font-family: 'Avenir_Bold'; }

#newsletter .submitted-message { color: #fff; }




/* Location */
.dnd-module .bee-grid-col:not('.df-item') { width: 100% !important; }

.slick-slider .slick-arrow.slick-prev:before { content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/df_slider_left.svg)!important;}
.slick-slider .slick-arrow.slick-next:before { content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/df_slider_right.svg)!important;}
#title-primary h2 { color:#FFCC00; }

/* Border */

.hs-site-page .dnd-section:first-child{ margin-top: 0px !important; }
.hs-site-page .dnd-section { margin: 0px 30px 30px 30px; }
@media (max-width:767px) {
	.hs-site-page .dnd-section { margin: 5px 10px; }
}

.bee-feature img { margin-top: 40px; margin-bottom: 40px; }


@media (max-width:767px) {
	.hs-blog-listing .bee-blog-03_box { height: auto; }
	.hs-blog-listing .blog-tag-filter { display: flex; flex-direction: column; padding-left: 0px; }
	.hs-blog-listing .hero { padding-bottom: 2rem; }
	.hs-blog-listing .bee-blog-03_img_wrapper, 
	.hs-blog-listing .bee-blog-03_img { height: 319px !important; margin: 0px; }
	.hs-blog-listing h4.bee-blog-03_name { height: auto; margin-top: 10px; }
	.hs-blog-listing #newsletter .bee-container { padding: 0px; }
}

/* Location Overview */
#location-hero.bee-hero-15 { padding: 280px 0px 120px 0px !important; }
#location-hero.bee-hero-15 .bee-hero-01_heading { margin-bottom: 55px; }
#location-hero.bee-hero-15.bee-overlay:after { bottom: -20% !important; }
@media (max-width:767px) {
	#location-hero.bee-hero-15 { padding: 60px 0px 300px 0px !important; }
}


/* References Overview */
#hero-references-overview.bee-hero-15 { padding: 280px 0px 120px 0px !important; }
#hero-references-overview.bee-hero-15 .bee-hero-01_heading { margin-bottom: 55px; }
#hero-references-overview.bee-hero-15.bee-overlay:after { bottom: -20% !important; }
@media (max-width:767px) {
	#hero-references-overview.bee-hero-15 { padding: 60px 0px 300px 0px !important; }
}
.white-headline-border .bee-headline-03:after { background-color: #fff; }


/* References Detail */
#references-detail-hero.bee-hero-15 { padding: 280px 0px 120px 0px !important; }
#references-detail-hero.bee-hero-15 .bee-hero-01_heading { margin-bottom: 55px; }
#references-detail-hero.bee-hero-15.bee-overlay:after { bottom: -20% !important; }
#references-detail-hero .bee-container { padding-left: 0px; padding-right: 0px; }
@media (max-width:767px) {
	#references-detail-hero.bee-hero-15 { padding: 160px 20px 200px 20px !important; }
	#references-detail-hero.bee-hero-15.bee-overlay:after { bottom: -27% !important; }
}

.background-gray { background: #EFEFEF !important; }
.background-gray .bee-testimonial-14_icon { fill: #ffcc00 !important; } ;
.background-gray .bee-testimonial-14_icon .icon {
	content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/quote.svg) !important;
}


/* Pillar */
#pillar-hero.bee-hero-15 { padding: 280px 0px 120px 0px !important; }
#pillar-hero.bee-hero-15 .bee-hero-01_heading { margin-bottom: 55px; }
#pillar-hero.bee-hero-15.bee-overlay:after { bottom: -20% !important; }
#pillar-hero .bee-container { padding-left: 0px; padding-right: 0px; }
@media (max-width:767px) {
	#pillar-hero.bee-hero-15 { padding: 60px 0px 300px 0px !important; }
}


/* Home Page */
#hero-home.bee-hero-15 { padding: 280px 0px 300px 0px !important; }
#hero-home.bee-hero-15 .bee-hero-01_heading { margin-bottom: 55px; }
#hero-home.bee-hero-15.bee-overlay:after { bottom: -17% !important; }


#col-section-home .row-fluid .span6{ width: 50% !important; margin: 0px !important; min-height: 100%; }
#col-section-home .row-fluid .span6:first-child { border-radius: 0px 0px 0px 30px; }
#col-section-home .row-fluid .span6:last-child { border-radius: 0px 0px 30px 0px; }
@media (max-width:1600px) {
	#col-section-home .row-fluid .span6{ width: 100% !important; margin: 0px !important; padding: 100px !important }
}
@media (max-width:1024px) {
	#col-section-home .row-fluid .span6{ width: 100% !important; margin: 0px !important; padding: 50px !important }
}
@media (max-width:767px) {
	#col-section-home .row-fluid .span6{ width: 100% !important; margin: 0px !important; padding: 30px !important }
}


#brands .bee-logo-02 { border-radius: 0px 0px 30px 0px; } 
#brands .bee-logo-02:hover { background-color: #ffcc00; }

.content-tiles-height { height: 718px; }
.bee-logo-02_top,
.bee-logo-02_bottom { display: none; }

#blog-home .bee-grid .bee-grid-col { padding: 0px !important; }
#blog-home .bee-grid .hover-box { padding: 1rem  1rem 1.5rem 1rem!important; }
#blog-home .bee-grid .hover-box:hover { box-shadow: 0px 4px 30px rgb(0 0 0 / 10%); }
#blog-home .reading-minutes { color: #000 !important; font-family: 'Avenir_Demi';}
#blog-home .author-box { background-color: #fff; }
#blog-home .bee-grid { display: -ms-grid; display: grid; grid-row-gap: 0rem; grid-column-gap: 0rem;  margin: 0; }


#brand-logos .bee-btn-filter-primary, 
#brand-logos .bee-btn-filter-outline-primary {
	min-width: auto;
}

#brand-section-hero { margin: 0px; }
#brand-logos { margin: 0px 30px 30px 30px; }
#brand-hero.bee-hero-15:after {
	content: "";
	position: absolute;
	left: calc(50% - (208px / 2));
	bottom: -20%;
	display: block;
	width: 208px;
	height: 208px;
	background-color: #fc0;
	margin: 0;
	background: #f8f8f8;
	border-radius: 30px 0px 0px 0px;
	transform: rotate(45deg);
	z-index: 2;
}
#brand-hero.bee-hero-15 p { margin-bottom: 100px; }




/* Button Primary */
.bee-btn-df-primary,
.hs-button {
	color: #000!important;
	background: linear-gradient(185.24deg, #FFDD55 8.11%, #FFCC00 95.83%);
	border: none;
	font-family: "Avenir_Demi";
	padding: 20px 70px 20px 30px;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 22px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	position: relative;
}

.bee-btn-df-primary:after,
.hs-button:after {
	content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202.svg);
	width: 23px;
	right: 27px;
	height: 16px;
	top: calc(50% - (25px / 2));
	position: absolute;
}

.bee-btn-df-primary:hover,
.hs-button:hover {
	color: #fff !important;
	background: #000000 !important; 
	border: none;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.bee-btn-df-primary:hover:after,
.hs-button:hover:after {
	content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg);
	width: 35px;
	right: 15px;
	height: 16px;
	top: calc(50% - (25px / 2));
	position: absolute;
}

/* Dark Button */
.bee-btn-df-dark,
.hs-button {
	color: #fff!important;
	background: #000;
	border: none;
	font-family: "Avenir_Demi";
	padding: 20px 70px 20px 30px;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 22px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all 0.4s ease-in-out;
}

.bee-btn-df-dark:after,
.hs-button:after {
	content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/arrow-yellow.svg);
	width: 23px;
	right: 31px;
	height: 16px;
	top: calc(50% - (25px / 2));
	position: absolute;
}

.bee-btn-df-dark:hover,
.hs-button:hover {
	color: #fff !important;
	background: #000000 !important; 
	border: none;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.bee-btn-df-dark:hover:after,
.hs-button:hover:after {
	content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%202-1.svg);
	width: 36px;
	right: 18px;
	height: 16px;
	top: calc(50% - (25px / 2));
	position: absolute;
}


/* Feature Numbered Icon */
.feature-icon-number .feature-wrapper img { width: 121px; height: auto; }





/* FORMS */
input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.hs-input, 
.hs-search-field__input{
	height: 60px !important;
	padding: 20px !important;
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}




/* FORMS */

.df-small-form  .hs-fieldtype-intl-phone.hs-input,
.bee-site-footer fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]).hs-fieldtype-intl-phone{
  display: block;
  padding: 0!important;
  height: auto!important;
  min-height: auto;
  border: 0!important;
}
.bee-site-footer fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]).hs-fieldtype-intl-phone .hs-input:not([type=radio]):not([type=checkbox]){
  height: auto;
  min-height: auto;
}
body .hs-fieldtype-intl-phone.hs-input select { 
  width: 100%!important;
}
.hs-phone.smart-field ul.no-list.hs-error-msgs.inputs-list {
  display: inline-block;
}
.df-small-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.df-small-form .hs-input, 
.df-small-form .hs-search-field__input{ height: 37px !important; padding: 7px !important; font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; color: #fff; }
.df-small-form input[type=checkbox] { height: 16px !important; } 
.df-small-form .legal-consent-container { margin-bottom: 30px; } 
.df-small-form .hs-data_policy span,
.df-small-form .legal-consent-container p,
.df-small-form .legal-consent-container .hs-form-booleancheckbox-display p { color: #ffffff; font-size: 12px; line-height: 16px; }
.df-small-form .legal-consent-container .hs-error-msgs label { color: #ffcc00; font-size: 12px; line-height: 16px; }
.df-small-form .hs_data_policy .hs-form-booleancheckbox label { display: flex; color: #ffffff; }
.df-small-form .hs-form-required { color: #FFCC00; }
.df-small-form input[type=checkbox]{ position: relative; }
.df-small-form input[type=checkbox]:checked + span::before { content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/check_frame.svg); display: block; text-align: center; color: #41B883; position: absolute; left: 0.7rem; top: 0.2rem; }
.df-small-form input[type=checkbox] > input:active { border: 2px solid #34495E; }
.df-small-form select option { color: #000 !important; }
.df-small-form textarea.hs-input { min-height: 150px; }
.df-small-form .hs-error-msgs label { color: #ffcc00; font-size: 15px; line-height: 22px; }
.no-list.hs-error-msgs.inputs-list a {display: block; background: #fff; padding: 12px; color: #ff695b; text-decoration: underline; }

/* FORMS */
.df-small-form-white input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.df-small-form-white .hs-input:not([type=checkbox]):not([type=radio]), 
.df-small-form-white .hs-search-field__input{ height: 37px !important; padding: 7px !important; font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; color: #111; }
.df-small-form-white input[type=checkbox] { height: 16px !important; } 
.df-small-form-white .legal-consent-container { margin-bottom: 30px; } 
.df-small-form-white .hs-data_policy span,
.df-small-form-white .legal-consent-container p,
.df-small-form-white .legal-consent-container .hs-form-booleancheckbox-display p { color: #000; font-size: 12px; line-height: 16px; }
.df-small-form-white .legal-consent-container .hs-error-msgs label { color: #ffcc00; font-size: 12px; line-height: 16px; }
.df-small-form-white .hs_data_policy .hs-form-booleancheckbox label { display: flex; color: #111; }
.df-small-form-white .hs-form-required { color: #FFCC00; }
.df-small-form-white input[type=checkbox]{ position: relative; }
.df-small-form-white input[type=checkbox]:checked + span::before { content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/check_frame.svg); display: block; text-align: center; color: #41B883; position: absolute; left: 0.7rem; top: 0.2rem; }
.df-small-form-white input[type=checkbox] > input:active { border: 2px solid #34495E; }
.df-small-form-white select option { color: #000 !important; }
.df-small-form-white textarea.hs-input { min-height: 150px; }
.df-small-form-white .hs-error-msgs label { color: #ffcc00; font-size: 12px; line-height: 16px; }
.df-small-form-white input.hs-input.error, 
.df-small-form-white div.field.error input, 
.df-small-form-white div.field.error textarea, 
.df-small-form-white div.field.error .chzn-choices, 
.df-small-form-white textarea.hs-input.error, 
.df-small-form-white select.hs-input.error { border-color: #fc0 !important; background: rgba(186,105,112,0.1) !important;}


/* FORMS */
/* FORMS */
.df-form-bg-dark input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=text]), 
.df-form-bg-dark .hs-input:not(select):not([type=text]):not([type=radio]):not([type=checkbox]),
.df-form-bg-dark .hs-search-field__input{ height: 37px !important; padding: 7px !important; font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; color: #fff; }
.df-form-bg-dark select.hs-input { height: 37px !important; padding: 7px !important; font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; color: #fff; }

.df-form-bg-dark form input[type=text],
.df-form-bg-dark form .hs-input[type=text] { height: 37px !important; padding: 7px !important; font-family: 'Avenir'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 18px; color: #fff !important; }

.df-form-bg-dark input[type=checkbox] { height: 16px !important; } 
.df-form-bg-dark .legal-consent-container { margin-bottom: 30px; } 
.df-form-bg-dark .hs-data_policy span,
.df-form-bg-dark .legal-consent-container p,
.df-form-bg-dark .legal-consent-container .hs-form-booleancheckbox-display p { color: #ffffff; font-size: 12px; line-height: 16px; }
.df-form-bg-dark .legal-consent-container .hs-error-msgs label { color: #ffcc00; font-size: 12px; line-height: 16px; }
.df-form-bg-dark .hs_data_policy .hs-form-booleancheckbox label { display: flex; color: #ffffff; }
.df-form-bg-dark .hs-form-required { color: #FFCC00; }
.df-form-bg-dark input[type=checkbox]{ position: relative; }
.df-form-bg-dark input[type=checkbox]:checked + span::before { content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/check_frame.svg); display: block; text-align: center; color: #41B883; position: absolute; left: 0.7rem; top: 0.2rem; }
.df-form-bg-dark input[type=checkbox] > input:active { border: 2px solid #34495E; }
.df-form-bg-dark select option { color: #000 !important; }
.df-form-bg-dark textarea.hs-input { min-height: 150px; }
.df-form-bg-dark .hs-error-msgs label { color: #ffcc00; font-size: 12px; line-height: 16px; }




.bee-form-white .legal-consent-container .hs-error-msgs label { color: #FFCC00; }

.bee-form-white select.hs-input option, 
.bee-form-white select.hs-search-field__input option {
	color: #000 !important;
}

.bee-form-white select.hs-input::selection, 
.bee-form-white select.hs-search-field__input::selection {
	color: #fff !important;
}

.bee-hero-15 .scroller {
	content: url("https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/Arrow%201.svg");
	position: absolute;
	bottom: 20px;
	left: calc(50% - (8px/2));
	z-index: 3;
	width: 8px; 
}


/* Slider */
.df-slider-style { overflow: hidden; position: relative; }
.df-slider-style  .slick-list { overflow: visible; }
.df-slider-style  .slick-slide { opacity: 0.2; }
.df-slider-style  .slick-active { opacity: 1; }



.bee-blog-03_wrapper.bee-grid.bee-grid-3col,
.bee-gallery-01.bee-gallery-08.bee-grid.bee-grid-3col {
	margin-left: -1rem;
	margin-right: -1rem;
	grid-row-gap: 0rem;
	grid-column-gap: 0rem;
}



/* Form */





.df-img img { min-height: 590px; max-height: 600px; width: 100%; }

.caption {
	text-align: center;
	font-style: italic;
	font-family: 'Avenir';
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}


.dnd-module .bee-gallery-08 .bee-grid-col { width: 100% !important; }



.bee-content-slider .slick-next, 
.bee-content-slider .slick-prev {top: calc(50% + (50px / 2));}

.bee-video-03 { height: 571px !important; }
.bee-video-03,
.bee-video-03:before { border-radius: 0px 0px 30px 0px; }
.bee-video-03_button {
	border-radius: 100%;
	border-color: #ffcc00;
	border-width: 1.5px;
	width: 239px !important;
	height: 239px !important;
}
.bee-video-03_button svg {
	height: 42px;
	fill: #ffcc00;
}




.bee-grid-col.mansory-item-1 { margin-top: 60px !important; }
.bee-grid-col.mansory-item-2 { margin-top: 14px !important; }
.bee-grid-col.mansory-item-3 { margin-top: 0px !important; }
.bee-grid-col.mansory-item-4 { margin-top: 36px !important; }
.bee-grid-col.mansory-item-5 { margin-top: 14px !important; }



/* Spacing */
@media (max-width:992px) {
	.bee-header { background: #fff; }

	.hs-site-page .dnd-section:first-child{ margin-top: 0px; }

	/* .hs-landing-page .dnd-section, */
	.hs-site-page .dnd-section { margin: 0px; padding: 0px !important; }
	.hs-site-page .dnd-section .dnd-column {  padding: 30px 10px !important; }
	.hs-site-page .dnd-section .dnd-column .dnd-module {  padding: 0px !important; }

	.hs-site-page .dnd-section .dnd-column .dnd-column {  padding: 0px !important; }

	.dnd_area-row-5-max-width-section-centering .dnd-module{  padding: 15px !important; }

	.display-none { display: none; }

	.hs-content-id-45680977739.hs-site-page .dnd-section:first-child .dnd-column {  padding: 30px 0px !important; }
	.hs-content-id-45870936182.hs-site-page .dnd-section:first-child .dnd-column {  padding: 30px 0px !important; }
}
@media (max-width: 991px) {
	* { 
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		-webkit-hyphenate-limit-before: 3; /* For Safari */
		-webkit-hyphenate-limit-after: 4; /* For Safari */
		-ms-hyphenate-limit-chars: 10 3 4;
		hyphenate-limit-chars: 10 3 4;
	}

	.bee-headline-03 { 
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}






/* Blog */
@media (max-width:992px) {
	.bee-blog-03_wrapper.bee-grid.bee-grid-3col, 
	.bee-gallery-01.bee-gallery-08.bee-grid.bee-grid-3col { margin-left: 0rem; margin-right: 0rem; }
}


@media (min-width: 768px) and (max-width: 1112px) {
	.bee-blog-03_box { height: 600px; }
}


/* Inmage height on Background Images */
@media (max-width:992px) {
	.column-background-image { min-height: 250px !important; } 
}
@media (max-width:992px) {
	.df-hide-on-mobile { display: none !important; }
	.df-imgage-hide-on-mobile { display: none !important; }
}


/* Feature */
@media (max-width:992px) {
	.bee-feature .feature-wrapper { padding: 20px; }
	.bee-feature .feature-wrapper .bee-headline-03 br { display: none; }
}

/* Hero */
@media (max-width:992px) {
	.bee-hero-01_heading { -moz-hyphens: auto;  hyphens: auto;}
	#pillar-hero.bee-hero-15,
	#location-hero.bee-hero-15,
	#hero-home.bee-hero-15,
	.bee-hero-df .bee-hero-slider-01_box,
	.bee-hero-15 { padding: 160px 0px 200px 0px !important; }

	#pillar-hero.bee-hero-15 { margin-left: -10px !important; margin-right: -10px !important; }

	.bee-hero-15 .bee-hero-01_heading { font-size: 36px; line-height: 50px; }
	#hero-home.bee-hero-15 .bee-hero-01_heading,
	.bee-hero-15 .bee-hero-01_heading { margin-bottom: 30px; }
	/* .bee-hero-15 .bee-hero-01_heading br { display: none; } */

	.bee-hero-15 p { margin-top: 0px; margin-bottom: 30px; }

	.bee-hero-df .bee-social-links-01,
	.bee-hero-15 .bee-social-links-01 { position: absolute; top: unset !important; bottom: 2rem; }
	.bee-hero-df .bee-social-links-01 .inline-flex,
	.bee-hero-15 .bee-social-links-01 .inline-flex { flex-direction: column; }
	.bee-hero-df .bee-social-links-01 .bee-social,
	.bee-hero-15 .bee-social-links-01 .bee-social { height: 3.5rem;  width: 3.5rem; }
	#hero-home.bee-hero-15.bee-overlay:after,
	.bee-hero-15.bee-overlay:after { bottom: -24% !important; }
	#pillar-hero .bee-container { padding-left: 15px; padding-right: 15px; }

	#pillar-hero.bee-hero-15 .bee-hero-01_heading br { display: none;}
}

/* Sidebar */
@media (max-width:992px) {
	body { margin-left: 0px !important; }
	/* nav#bee-sidebar { display: none !important} */
}
/* Image 13 - Tiles */
@media (max-width:992px) {
	.bee-image-13 img { min-height: 400px; object-fit: cover; }
	.bee-image-13 .caption-container { padding: 30px 20px 20px 20px !important; width: 80% !important; left:0px !important; }
	.bee-image-13 .caption-container-big {padding: 30px 20px 20px 20px !important; width: 80% !important; }
	.bee-image-13 .caption-image-container { display: none; }
	.bee-image-13 .content-tiles-height { height: unset !important;}
	.bee-image-13.caption-container-big-class img { min-height: 650px; } 

	.df-img img {
		min-height: 337px;
		max-height: 337px;
		max-width: 100%;
	}
}

/* Col Home Section */
@media (max-width:992px) {
	/* #col-section-home .row-fluid .span6:last-child{ display: none; } */
}

/* Logo Section */
@media (max-width:767px) {
	.bee-logo-04_repeater.bee-grid { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2,1fr);}
}
@media (max-width:992px) {
	.bee-logo-04_repeater.bee-grid { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(3,1fr);}
}

/* Bee Field */
@media (max-width:992px) {
	.bee-field, 
	.bee-field .bee-container.bee-content-01 { margin: 0px !important; padding: 0px; }
	.bee-field .col { height: 200px; }
}

/* BEE Filter */
@media (max-width:992px) {
	.bee-blog-03_box { height: auto; }
	.blog-tag-filter { display: flex; flex-direction: column; padding-left: 0px; }
}

/* Slider */
@media (max-width:767px) {
	.button.slick-prev.slick-arrow,
	.button.slick-prev.slick-arrow { transform: scale(0.75) }

	.slick-slider .slick-arrow.slick-prev{ left: -25px; right: unset; }
	.slick-slider .slick-arrow.slick-next{ right: -25px; left: auto; }
}

/* Testimonial */
@media (max-width:992px) {
	.bee-testimonial-14 { padding: 50px 0px 100px 0px !important; }
	.bee-testimonial-14_item { display: flex; flex-direction: column;}
	.bee-testimonial-14_text_wrapper p { position: relative; z-index: 10 !important; }
	.bee-testimonial-14_name { position: absolute; /*bottom: -30px !important;*/ left: -5px !important; }
	.bee-testimonial-14_text_wrapper,
	.bee-testimonial-14_image_wrapper { width: 100% !important;}
}


/* Branding Page */
@media (max-width:992px) {
	.hs-content-id-45546611218 .bee-grid-4col .bee-grid-item {
		width: calc(100% - 2rem) !important;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	#brand-logos { margin: 0px !important;}
	#brand-hero .bee-container { margin-right: 0px;}
	.hs-content-id-45546611218 .bee-gallery-filter-01 { height: auto !important; padding: 5px !important; margin-bottom: 0px; }
}

#brand-hero .bee-container { margin-right: 180px !important;}

/* Blog Hero */
@media (max-width:992px) {
	.blog-header-section .blog-header__author-box { padding: 50px 0px 70px 0px; }
	.bee-blog-template-02 .blog-header__author-box:after { bottom: -65%; }
	.blog-header-section .blog-header__author-box .bee-container .scroller { display: block; top: unset; bottom: 0px; transform: scale(.75); }
	.blog-header-section .blog-header__author-box .bee-container .left-half { margin-bottom: 0px; }
	.blog-header-section .blog-header__author-box .bee-container .right-half { margin-bottom: 30px; }
	.bee-blog-template-02 .bee-hero { padding: 10rem 0 1rem; }

}

/* Map */
@media (max-width:992px) {
	.bee-contact-04 { min-height: 400px !important; max-height: 420px !important; }
}


/* Slider Buttons */
@media (max-width:992px) {
	.slick-slider .slick-arrow.slick-next { right: 10px !important; }
	

	.slick-slider .slick-arrow.slick-prev { left: 10px !important; }
	
	.df-slider-style .slick-slide.slick-current{
		opacity: 1;
	}
}

@media (max-width: 1240px) {
  .slick-slider .slick-arrow.slick-next:before {
		content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/df_slider_right_small.svg) !important;
	}
  .slick-slider .slick-arrow.slick-prev:before {
		content: url(https://5928894.fs1.hubspotusercontent-na1.net/hubfs/5928894/BEE_Mockups/icons/df_slider_left_small.svg) !important;
	} 
}

@media (max-width:992px) {
	.hs-content-id-45618005169 .row-number-45.dnd-section,
	.hs-content-id-45618005169 .row-number-2.dnd-section,
	.hs-content-id-45618005169 .row-number-54.dnd-section,
	.hs-content-id-45618005169 .row-number-16.dnd-section,
	.hs-content-id-45618005169 .row-number-11.dnd-section,
	.hs-content-id-45618005169 .row-number-3.dnd-section { padding: 30px 15px !important; }



	.hs-content-id-45278468969 .cell_1619546356534-row-1-padding { padding-right: 0px !important; }


	/* Brand Page */
	.hs-content-id-46823627627 .dnd-section:first-child .dnd-column { padding: 30px 10px 0px 10px !important; }
	.hs-content-id-46823627627 #brand-hero.bee-hero-15:after { bottom: -15% !important; }




	.hs-content-id-45768408078 .row-number-2.dnd-section { padding-top: 100px !important; }
	.hs-site-page .row-number-1.dnd-section .bee-content-01 { padding-top: 100px !important; }

	.hs-content-id-45767227220 .dnd_area-row-1-padding, 
	.hs-content-id-45767227220 .dnd_area-row-2-padding,
	.hs-content-id-45767227220 .dnd_area-row-3-padding,
	.hs-content-id-45767227220 .dnd_area-row-4-padding,
	.hs-content-id-45767227220 .dnd_area-row-6-padding,
	.hs-content-id-45767227220 .dnd_area-row-7-padding,
	.hs-content-id-45767227220 .dnd_area-row-8-padding,
	.hs-content-id-45767227220 .dnd_area-row-9-padding,
	.hs-content-id-45767227220 .dnd_area-row-10-padding,
	.hs-content-id-45767227220 .dnd_area-row-11-padding { padding: 20px 10px !important;}

	.bee-slick, .bee-slider {
		opacity: 1;
		transition: opacity 200ms ease;
	}


	.hs-content-id-45278468969 .bee-content-slider .slick-next, 
	.hs-content-id-45278468969 .bee-content-slider .slick-prev {
		top: calc(50% + (50px / 2));
	}
}

/* Referenzen Slider */
@media (min-width:992px) {
	.bee-hero-df .bee-hero-slider-01_box { min-height: 860px !important; max-height: 860px !important; }
}


/* Slider */
@media (max-width:992px) {
	.bee-content-slider .slick-next, 
	.bee-content-slider .slick-prev { top: calc((237px / 2 ) + 77px + (50px / 2)); }
}


/**/

#load-more:after, 
#load-more:after {
	transform: rotateZ( 90deg ) !important;
}
#load-more:hover:after, 
#load-more:hover:after {
	right: 20px !important;
}

/* Footer */
@media (max-width:767px) {
	.bee-site-footer { padding: 12px 0px !important; }
	.bee-site-footer .bee-container { padding: 0px 12px !important; }
	.bee-site-footer input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
	.bee-site-footer .hs-input, .hs-search-field__input { height: 37px !important; padding: 10px !important; }
	.bee-site-footer .bee-form-white input[type=checkbox], 
	.bee-site-footer .bee-form-white input[type=radio] { border: 1px solid #fc0 !important; height: auto !important; }
	.bee-site-footer .legal-consent-container .hs-form-booleancheckbox-display > span { margin: 0px !important; margin-left: 40px !important; }
	.bee-site-footer .bee-form-white input[type=checkbox]:checked, 
	.bee-site-footer .bee-form-white input[type=radio]:checked { background-size: 22px 22px !important; }
	.bee-sitefooter_menu .hs-menu-wrapper > ul { text-align: left !important; }
	.bee-site-footer .bee-site-footer_heading { text-align: left !important; margin: 0px !important; padding-top: 10px; }
	.bee-site-footer .row.span6.mb\:mb-8.row-loop-2 {  flex-flow: column !important; text-align: left; margin-bottom: 0px; }
	.bee-site-footer .row-loop-2 .col { margin-top: 5px !important; margin-bottom: 5px !important; }
	.bee-site-footer .row-loop-2 .bee-divider-01 { padding-top: 10px; margin-left: -20px; margin-right: -20px; }
	.bee-site-footer .bee-social-links-01 { margin-left: -20px; }
	.bee-site-footer .bee-footer_line_menu .hs-menu-wrapper>ul { justify-content: left; }
	.bee-site-footer svg.footer-logo { margin-left: -3rem; }
}

@media (max-width: 992px) {
	.bee-site-footer .row.span6.mb\:mb-8.row-loop-1,
	.bee-site-footer .row.span6.mb\:mb-8.row-loop-2 {  width: 100%  }
}


.bee-gallery-01.bee-gallery-08 .slick-slide { opacity: 0.2 !important; }
.bee-gallery-01.bee-gallery-08 .slick-active { opacity: 1 !important; }

@media (max-width: 992px) {
	.bee-gallery-01.bee-gallery-08 img { height: 327px !important; object-fit: cover; }

	.bee-blog-03 .slick-next,
	.bee-blog-03 .slick-prev { top: calc(319px / 2 + 20px); }

	.bee-gallery-01.bee-gallery-08 .slick-next,
	.bee-gallery-01.bee-gallery-08 .slick-prev { top: calc(319px / 2 + 20px); }
}
/* Referenzen Content */
.hs-site-page .referenzen-content .dnd-column .dnd-module { padding: 0px !important; }

@media (max-width:992px) {
	.hs-site-page .dnd-section .dnd-column .dnd-column.df-spacing {
		padding: 20px !important;
	}
	.hs-site-page .dnd-section .dnd-column .dnd-column.df-spacing .dnd-column:last-child .bee-content-01 {
		padding: 20px !important;
	}
}
@media (min-width: 992px){
	.df-spacing .dnd-row .row-fluid {
		display: block !important;
	}
}

@media (max-width: 992px){
	.bee-grid-4col .bee-grid-item { width: calc(100% - 2rem) !important; }
}


.bee-header_language-switcher-wrapper.h-full { display:none; }

@media (min-width: 1301px) and (max-width: 1540px) {
	.bee-header_sticky .bee-header_container {
		transform: scale(0.94);
	}
}  




/* Anpassung gleiche Breite bei Buttons */
.hs-content-id-52724458146 .bee-btn-df-primary, 
.hs-content-id-52724458146 .hs-button {
	min-width: 320px; 
}

@media (max-width: 992px){
	.hs-content-id-52724458146 .bee-btn-df-primary, 
	.hs-content-id-52724458146 .hs-button {
		min-width: 320px; 
	}
}


@media (min-width: 768px){
	.bee-site-footer .row-loop-2 .col-6,
	.bee-site-footer .row-loop-2 .col-7 { padding-top: 40px; }
}


@media (max-width: 767px){
	.hs-content-id-46509773643 .slick-next, 
	.hs-content-id-46509773643 .slick-prev { top: 40%;}
}


@media (max-width: 1800px){
	.bee-container-testimonial {
		margin-left: auto;
		margin-right: auto;
		max-width: 1480px; /* Adds 40px for padding right + left */
	}
}

input[type=checkbox], 
input[type=radio] {
	border: 1px solid #808080;
}

/*****  Testimonial Slider button adjustments *****/
@media (min-width: 1241px) {
  .bee-testimonial-14-arrows .slick-arrow.slick-prev {
    right: calc(100% - 120px) !important;
  }
  .bee-testimonial-14-arrows .slick-arrow.slick-next {
    left: calc(100% - 120px) !important;
  }
}



@media (max-width: 480px) {
  .bee-testimonial-14.slick-slider .bee-testimonial-14_text_wrapper {
    padding: 8rem 0 3rem !important;
  }
  
  .bee-testimonial-14-arrows .slick-arrow.slick-prev {
    top: 40%;
    transform: translateY(-40%);
  }
  .bee-testimonial-14-arrows .slick-arrow.slick-next {
    top: 40%;
    transform: translateY(-40%);
  }
	.bee-testimonial-14_image_wrapper img { margin: 0 auto; }
}

@media (max-width: 992px) {
  .bee-testimonial-14.slick-slider .bee-testimonial-14_icon {
    top: 25% !important;
  }
  .bee-testimonial-14.slick-slider .bee-testimonial-14_text_wrapper {
    padding: 8rem 0 3rem !important;
  }
}