@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap");

/* line 3, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 13, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide * {
  box-sizing: inherit;
}

/* line 17, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__track {
  overflow: hidden;
}

/* line 21, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 35, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 40, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 57, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 62, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 67, node_modules/@glidejs/glide/src/assets/sass/glide.core.scss */

.glide--rtl {
  direction: rtl;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e8eb;
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 375px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 688px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 960px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1152px;
  }
}

.row.no-gutters{
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > .xs\:col,
.row.no-gutters > .sm\:col,
.row.no-gutters > .md\:col,
.row.no-gutters > .lg\:col,
.row.no-gutters > .xl\:col,
.row.no-gutters > [class*="col-"],
.row.no-gutters > [class*="xs\:col-"],
.row.no-gutters > [class*="sm\:col-"],
.row.no-gutters > [class*="md\:col-"],
.row.no-gutters > [class*="lg\:col-"],
.row.no-gutters > [class*="xl\:col-"]{
  padding-right: 0;
  padding-left: 0;
}

.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-transparent{
  background-color: transparent;
}

.bg-black{
  background-color: #000;
}

.bg-black_transparent{
  background-color: rgba(0, 0, 0, .32);
}

.bg-gray_transparent{
  background-color: rgba(229, 232, 235, 0.3);
}

.bg-white{
  background-color: #fff;
}

.bg-gray-75{
  background-color: #FCFDFD;
}

.bg-gray-85{
  background-color: #FAFAFB;
}

.bg-gray-100{
  background-color: #f9f9f9;
}

.bg-gray-150{
  background-color: #F2F3F4;
}

.bg-gray-200{
  background-color: #f1f3f5;
}

.bg-gray-300{
  background-color: #e5e8eb;
}

.bg-gray-400{
  background-color: #575756;
}

.bg-gray-500{
  background-color: #ccd3d8;
}

.bg-gray-700{
  background-color: #869098;
}

.bg-red-500{
  background-color: #e2000f;
}

.bg-red-600{
  background-color: #b6000f;
}

.bg-red-800{
  background-color: #A3000d;
}

.bg-red-900{
  background-color: #91000C;
}

.bg-green{
  background-color: #4bac38;
}

.bg-blue-500{
  background-color: #1f61a3;
}

.bg-blue-600{
  background-color: #34495e;
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-black:hover{
  background-color: #000;
}

.hover\:bg-black_transparent:hover{
  background-color: rgba(0, 0, 0, .32);
}

.hover\:bg-gray_transparent:hover{
  background-color: rgba(229, 232, 235, 0.3);
}

.hover\:bg-white:hover{
  background-color: #fff;
}

.hover\:bg-gray-75:hover{
  background-color: #FCFDFD;
}

.hover\:bg-gray-85:hover{
  background-color: #FAFAFB;
}

.hover\:bg-gray-100:hover{
  background-color: #f9f9f9;
}

.hover\:bg-gray-150:hover{
  background-color: #F2F3F4;
}

.hover\:bg-gray-200:hover{
  background-color: #f1f3f5;
}

.hover\:bg-gray-300:hover{
  background-color: #e5e8eb;
}

.hover\:bg-gray-400:hover{
  background-color: #575756;
}

.hover\:bg-gray-500:hover{
  background-color: #ccd3d8;
}

.hover\:bg-gray-700:hover{
  background-color: #869098;
}

.hover\:bg-red-500:hover{
  background-color: #e2000f;
}

.hover\:bg-red-600:hover{
  background-color: #b6000f;
}

.hover\:bg-red-800:hover{
  background-color: #A3000d;
}

.hover\:bg-red-900:hover{
  background-color: #91000C;
}

.hover\:bg-green:hover{
  background-color: #4bac38;
}

.hover\:bg-blue-500:hover{
  background-color: #1f61a3;
}

.hover\:bg-blue-600:hover{
  background-color: #34495e;
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:bg-black:focus{
  background-color: #000;
}

.focus\:bg-black_transparent:focus{
  background-color: rgba(0, 0, 0, .32);
}

.focus\:bg-gray_transparent:focus{
  background-color: rgba(229, 232, 235, 0.3);
}

.focus\:bg-white:focus{
  background-color: #fff;
}

.focus\:bg-gray-75:focus{
  background-color: #FCFDFD;
}

.focus\:bg-gray-85:focus{
  background-color: #FAFAFB;
}

.focus\:bg-gray-100:focus{
  background-color: #f9f9f9;
}

.focus\:bg-gray-150:focus{
  background-color: #F2F3F4;
}

.focus\:bg-gray-200:focus{
  background-color: #f1f3f5;
}

.focus\:bg-gray-300:focus{
  background-color: #e5e8eb;
}

.focus\:bg-gray-400:focus{
  background-color: #575756;
}

.focus\:bg-gray-500:focus{
  background-color: #ccd3d8;
}

.focus\:bg-gray-700:focus{
  background-color: #869098;
}

.focus\:bg-red-500:focus{
  background-color: #e2000f;
}

.focus\:bg-red-600:focus{
  background-color: #b6000f;
}

.focus\:bg-red-800:focus{
  background-color: #A3000d;
}

.focus\:bg-red-900:focus{
  background-color: #91000C;
}

.focus\:bg-green:focus{
  background-color: #4bac38;
}

.focus\:bg-blue-500:focus{
  background-color: #1f61a3;
}

.focus\:bg-blue-600:focus{
  background-color: #34495e;
}

.even\:bg-transparent:nth-child(even){
  background-color: transparent;
}

.even\:bg-black:nth-child(even){
  background-color: #000;
}

.even\:bg-black_transparent:nth-child(even){
  background-color: rgba(0, 0, 0, .32);
}

.even\:bg-gray_transparent:nth-child(even){
  background-color: rgba(229, 232, 235, 0.3);
}

.even\:bg-white:nth-child(even){
  background-color: #fff;
}

.even\:bg-gray-75:nth-child(even){
  background-color: #FCFDFD;
}

.even\:bg-gray-85:nth-child(even){
  background-color: #FAFAFB;
}

.even\:bg-gray-100:nth-child(even){
  background-color: #f9f9f9;
}

.even\:bg-gray-150:nth-child(even){
  background-color: #F2F3F4;
}

.even\:bg-gray-200:nth-child(even){
  background-color: #f1f3f5;
}

.even\:bg-gray-300:nth-child(even){
  background-color: #e5e8eb;
}

.even\:bg-gray-400:nth-child(even){
  background-color: #575756;
}

.even\:bg-gray-500:nth-child(even){
  background-color: #ccd3d8;
}

.even\:bg-gray-700:nth-child(even){
  background-color: #869098;
}

.even\:bg-red-500:nth-child(even){
  background-color: #e2000f;
}

.even\:bg-red-600:nth-child(even){
  background-color: #b6000f;
}

.even\:bg-red-800:nth-child(even){
  background-color: #A3000d;
}

.even\:bg-red-900:nth-child(even){
  background-color: #91000C;
}

.even\:bg-green:nth-child(even){
  background-color: #4bac38;
}

.even\:bg-blue-500:nth-child(even){
  background-color: #1f61a3;
}

.even\:bg-blue-600:nth-child(even){
  background-color: #34495e;
}

.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-transparent{
  border-color: transparent;
}

.border-black{
  border-color: #000;
}

.border-black_transparent{
  border-color: rgba(0, 0, 0, .32);
}

.border-gray_transparent{
  border-color: rgba(229, 232, 235, 0.3);
}

.border-white{
  border-color: #fff;
}

.border-gray-75{
  border-color: #FCFDFD;
}

.border-gray-85{
  border-color: #FAFAFB;
}

.border-gray-100{
  border-color: #f9f9f9;
}

.border-gray-150{
  border-color: #F2F3F4;
}

.border-gray-200{
  border-color: #f1f3f5;
}

.border-gray-300{
  border-color: #e5e8eb;
}

.border-gray-400{
  border-color: #575756;
}

.border-gray-500{
  border-color: #ccd3d8;
}

.border-gray-700{
  border-color: #869098;
}

.border-red-500{
  border-color: #e2000f;
}

.border-red-600{
  border-color: #b6000f;
}

.border-red-800{
  border-color: #A3000d;
}

.border-red-900{
  border-color: #91000C;
}

.border-green{
  border-color: #4bac38;
}

.border-blue-500{
  border-color: #1f61a3;
}

.border-blue-600{
  border-color: #34495e;
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-black:hover{
  border-color: #000;
}

.hover\:border-black_transparent:hover{
  border-color: rgba(0, 0, 0, .32);
}

.hover\:border-gray_transparent:hover{
  border-color: rgba(229, 232, 235, 0.3);
}

.hover\:border-white:hover{
  border-color: #fff;
}

.hover\:border-gray-75:hover{
  border-color: #FCFDFD;
}

.hover\:border-gray-85:hover{
  border-color: #FAFAFB;
}

.hover\:border-gray-100:hover{
  border-color: #f9f9f9;
}

.hover\:border-gray-150:hover{
  border-color: #F2F3F4;
}

.hover\:border-gray-200:hover{
  border-color: #f1f3f5;
}

.hover\:border-gray-300:hover{
  border-color: #e5e8eb;
}

.hover\:border-gray-400:hover{
  border-color: #575756;
}

.hover\:border-gray-500:hover{
  border-color: #ccd3d8;
}

.hover\:border-gray-700:hover{
  border-color: #869098;
}

.hover\:border-red-500:hover{
  border-color: #e2000f;
}

.hover\:border-red-600:hover{
  border-color: #b6000f;
}

.hover\:border-red-800:hover{
  border-color: #A3000d;
}

.hover\:border-red-900:hover{
  border-color: #91000C;
}

.hover\:border-green:hover{
  border-color: #4bac38;
}

.hover\:border-blue-500:hover{
  border-color: #1f61a3;
}

.hover\:border-blue-600:hover{
  border-color: #34495e;
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-black:focus{
  border-color: #000;
}

.focus\:border-black_transparent:focus{
  border-color: rgba(0, 0, 0, .32);
}

.focus\:border-gray_transparent:focus{
  border-color: rgba(229, 232, 235, 0.3);
}

.focus\:border-white:focus{
  border-color: #fff;
}

.focus\:border-gray-75:focus{
  border-color: #FCFDFD;
}

.focus\:border-gray-85:focus{
  border-color: #FAFAFB;
}

.focus\:border-gray-100:focus{
  border-color: #f9f9f9;
}

.focus\:border-gray-150:focus{
  border-color: #F2F3F4;
}

.focus\:border-gray-200:focus{
  border-color: #f1f3f5;
}

.focus\:border-gray-300:focus{
  border-color: #e5e8eb;
}

.focus\:border-gray-400:focus{
  border-color: #575756;
}

.focus\:border-gray-500:focus{
  border-color: #ccd3d8;
}

.focus\:border-gray-700:focus{
  border-color: #869098;
}

.focus\:border-red-500:focus{
  border-color: #e2000f;
}

.focus\:border-red-600:focus{
  border-color: #b6000f;
}

.focus\:border-red-800:focus{
  border-color: #A3000d;
}

.focus\:border-red-900:focus{
  border-color: #91000C;
}

.focus\:border-green:focus{
  border-color: #4bac38;
}

.focus\:border-blue-500:focus{
  border-color: #1f61a3;
}

.focus\:border-blue-600:focus{
  border-color: #34495e;
}

.rounded-none{
  border-radius: 0;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 1.375rem;
}

.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-lg{
  border-top-left-radius: 1.375rem;
  border-top-right-radius: 1.375rem;
}

.rounded-r-lg{
  border-top-right-radius: 1.375rem;
  border-bottom-right-radius: 1.375rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 1.375rem;
  border-bottom-left-radius: 1.375rem;
}

.rounded-l-lg{
  border-top-left-radius: 1.375rem;
  border-bottom-left-radius: 1.375rem;
}

.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-lg{
  border-top-left-radius: 1.375rem;
}

.rounded-tr-lg{
  border-top-right-radius: 1.375rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 1.375rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 1.375rem;
}

.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;
}

.last\:border-solid:last-child{
  border-style: solid;
}

.last\:border-dashed:last-child{
  border-style: dashed;
}

.last\:border-dotted:last-child{
  border-style: dotted;
}

.last\:border-double:last-child{
  border-style: double;
}

.last\:border-none:last-child{
  border-style: none;
}

.border-0{
  border-width: 0;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-8{
  border-width: 8px;
}

.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-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-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{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.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;
}

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.table-cell{
  display: table-cell;
}

.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{
  align-self: auto;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-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;
}

.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;
}

.font-sans{
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-display{
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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;
}

.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;
}

.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;
}

.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-32px{
  height: 32px;
}

.h-c1{
  height: calc(100%/12);
}

.h-c2{
  height: calc(100%/6);
}

.h-c3{
  height: calc(100%/4);
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.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-32px{
  margin: 32px;
}

.m-c1{
  margin: calc(100%/12);
}

.m-c2{
  margin: calc(100%/6);
}

.m-c3{
  margin: calc(100%/4);
}

.-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;
}

.-m-32px{
  margin: -32px;
}

.-m-c1{
  margin: -8.33333%;
}

.-m-c2{
  margin: -16.66667%;
}

.-m-c3{
  margin: -25%;
}

.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-32px{
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32px{
  margin-left: 32px;
  margin-right: 32px;
}

.my-c1{
  margin-top: calc(100%/12);
  margin-bottom: calc(100%/12);
}

.mx-c1{
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}

.my-c2{
  margin-top: calc(100%/6);
  margin-bottom: calc(100%/6);
}

.mx-c2{
  margin-left: calc(100%/6);
  margin-right: calc(100%/6);
}

.my-c3{
  margin-top: calc(100%/4);
  margin-bottom: calc(100%/4);
}

.mx-c3{
  margin-left: calc(100%/4);
  margin-right: calc(100%/4);
}

.-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;
}

.-my-32px{
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-32px{
  margin-left: -32px;
  margin-right: -32px;
}

.-my-c1{
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.-mx-c1{
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.-my-c2{
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-c2{
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-c3{
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-c3{
  margin-left: -25%;
  margin-right: -25%;
}

.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-32px{
  margin-top: 32px;
}

.mr-32px{
  margin-right: 32px;
}

.mb-32px{
  margin-bottom: 32px;
}

.ml-32px{
  margin-left: 32px;
}

.mt-c1{
  margin-top: calc(100%/12);
}

.mr-c1{
  margin-right: calc(100%/12);
}

.mb-c1{
  margin-bottom: calc(100%/12);
}

.ml-c1{
  margin-left: calc(100%/12);
}

.mt-c2{
  margin-top: calc(100%/6);
}

.mr-c2{
  margin-right: calc(100%/6);
}

.mb-c2{
  margin-bottom: calc(100%/6);
}

.ml-c2{
  margin-left: calc(100%/6);
}

.mt-c3{
  margin-top: calc(100%/4);
}

.mr-c3{
  margin-right: calc(100%/4);
}

.mb-c3{
  margin-bottom: calc(100%/4);
}

.ml-c3{
  margin-left: calc(100%/4);
}

.-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;
}

.-mt-32px{
  margin-top: -32px;
}

.-mr-32px{
  margin-right: -32px;
}

.-mb-32px{
  margin-bottom: -32px;
}

.-ml-32px{
  margin-left: -32px;
}

.-mt-c1{
  margin-top: -8.33333%;
}

.-mr-c1{
  margin-right: -8.33333%;
}

.-mb-c1{
  margin-bottom: -8.33333%;
}

.-ml-c1{
  margin-left: -8.33333%;
}

.-mt-c2{
  margin-top: -16.66667%;
}

.-mr-c2{
  margin-right: -16.66667%;
}

.-mb-c2{
  margin-bottom: -16.66667%;
}

.-ml-c2{
  margin-left: -16.66667%;
}

.-mt-c3{
  margin-top: -25%;
}

.-mr-c3{
  margin-right: -25%;
}

.-mb-c3{
  margin-bottom: -25%;
}

.-ml-c3{
  margin-left: -25%;
}

.last\:m-0:last-child{
  margin: 0;
}

.last\:m-1:last-child{
  margin: 0.25rem;
}

.last\:m-2:last-child{
  margin: 0.5rem;
}

.last\:m-3:last-child{
  margin: 0.75rem;
}

.last\:m-4:last-child{
  margin: 1rem;
}

.last\:m-5:last-child{
  margin: 1.25rem;
}

.last\:m-6:last-child{
  margin: 1.5rem;
}

.last\:m-8:last-child{
  margin: 2rem;
}

.last\:m-10:last-child{
  margin: 2.5rem;
}

.last\:m-12:last-child{
  margin: 3rem;
}

.last\:m-16:last-child{
  margin: 4rem;
}

.last\:m-20:last-child{
  margin: 5rem;
}

.last\:m-24:last-child{
  margin: 6rem;
}

.last\:m-32:last-child{
  margin: 8rem;
}

.last\:m-40:last-child{
  margin: 10rem;
}

.last\:m-48:last-child{
  margin: 12rem;
}

.last\:m-56:last-child{
  margin: 14rem;
}

.last\:m-64:last-child{
  margin: 16rem;
}

.last\:m-auto:last-child{
  margin: auto;
}

.last\:m-px:last-child{
  margin: 1px;
}

.last\:m-32px:last-child{
  margin: 32px;
}

.last\:m-c1:last-child{
  margin: calc(100%/12);
}

.last\:m-c2:last-child{
  margin: calc(100%/6);
}

.last\:m-c3:last-child{
  margin: calc(100%/4);
}

.last\:-m-1:last-child{
  margin: -0.25rem;
}

.last\:-m-2:last-child{
  margin: -0.5rem;
}

.last\:-m-3:last-child{
  margin: -0.75rem;
}

.last\:-m-4:last-child{
  margin: -1rem;
}

.last\:-m-5:last-child{
  margin: -1.25rem;
}

.last\:-m-6:last-child{
  margin: -1.5rem;
}

.last\:-m-8:last-child{
  margin: -2rem;
}

.last\:-m-10:last-child{
  margin: -2.5rem;
}

.last\:-m-12:last-child{
  margin: -3rem;
}

.last\:-m-16:last-child{
  margin: -4rem;
}

.last\:-m-20:last-child{
  margin: -5rem;
}

.last\:-m-24:last-child{
  margin: -6rem;
}

.last\:-m-32:last-child{
  margin: -8rem;
}

.last\:-m-40:last-child{
  margin: -10rem;
}

.last\:-m-48:last-child{
  margin: -12rem;
}

.last\:-m-56:last-child{
  margin: -14rem;
}

.last\:-m-64:last-child{
  margin: -16rem;
}

.last\:-m-px:last-child{
  margin: -1px;
}

.last\:-m-32px:last-child{
  margin: -32px;
}

.last\:-m-c1:last-child{
  margin: -8.33333%;
}

.last\:-m-c2:last-child{
  margin: -16.66667%;
}

.last\:-m-c3:last-child{
  margin: -25%;
}

.last\:my-0:last-child{
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child{
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child{
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-8:last-child{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child{
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-10:last-child{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-12:last-child{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child{
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-16:last-child{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child{
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child{
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child{
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-32:last-child{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child{
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child{
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child{
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child{
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child{
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child{
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child{
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child{
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child{
  margin-left: 1px;
  margin-right: 1px;
}

.last\:my-32px:last-child{
  margin-top: 32px;
  margin-bottom: 32px;
}

.last\:mx-32px:last-child{
  margin-left: 32px;
  margin-right: 32px;
}

.last\:my-c1:last-child{
  margin-top: calc(100%/12);
  margin-bottom: calc(100%/12);
}

.last\:mx-c1:last-child{
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}

.last\:my-c2:last-child{
  margin-top: calc(100%/6);
  margin-bottom: calc(100%/6);
}

.last\:mx-c2:last-child{
  margin-left: calc(100%/6);
  margin-right: calc(100%/6);
}

.last\:my-c3:last-child{
  margin-top: calc(100%/4);
  margin-bottom: calc(100%/4);
}

.last\:mx-c3:last-child{
  margin-left: calc(100%/4);
  margin-right: calc(100%/4);
}

.last\:-my-1:last-child{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child{
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-8:last-child{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child{
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-10:last-child{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-12:last-child{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child{
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-16:last-child{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child{
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child{
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child{
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-32:last-child{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child{
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child{
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child{
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child{
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child{
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child{
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child{
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-my-32px:last-child{
  margin-top: -32px;
  margin-bottom: -32px;
}

.last\:-mx-32px:last-child{
  margin-left: -32px;
  margin-right: -32px;
}

.last\:-my-c1:last-child{
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.last\:-mx-c1:last-child{
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.last\:-my-c2:last-child{
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.last\:-mx-c2:last-child{
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.last\:-my-c3:last-child{
  margin-top: -25%;
  margin-bottom: -25%;
}

.last\:-mx-c3:last-child{
  margin-left: -25%;
  margin-right: -25%;
}

.last\:mt-0:last-child{
  margin-top: 0;
}

.last\:mr-0:last-child{
  margin-right: 0;
}

.last\:mb-0:last-child{
  margin-bottom: 0;
}

.last\:ml-0:last-child{
  margin-left: 0;
}

.last\:mt-1:last-child{
  margin-top: 0.25rem;
}

.last\:mr-1:last-child{
  margin-right: 0.25rem;
}

.last\:mb-1:last-child{
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child{
  margin-left: 0.25rem;
}

.last\:mt-2:last-child{
  margin-top: 0.5rem;
}

.last\:mr-2:last-child{
  margin-right: 0.5rem;
}

.last\:mb-2:last-child{
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child{
  margin-left: 0.5rem;
}

.last\:mt-3:last-child{
  margin-top: 0.75rem;
}

.last\:mr-3:last-child{
  margin-right: 0.75rem;
}

.last\:mb-3:last-child{
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child{
  margin-left: 0.75rem;
}

.last\:mt-4:last-child{
  margin-top: 1rem;
}

.last\:mr-4:last-child{
  margin-right: 1rem;
}

.last\:mb-4:last-child{
  margin-bottom: 1rem;
}

.last\:ml-4:last-child{
  margin-left: 1rem;
}

.last\:mt-5:last-child{
  margin-top: 1.25rem;
}

.last\:mr-5:last-child{
  margin-right: 1.25rem;
}

.last\:mb-5:last-child{
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child{
  margin-left: 1.25rem;
}

.last\:mt-6:last-child{
  margin-top: 1.5rem;
}

.last\:mr-6:last-child{
  margin-right: 1.5rem;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child{
  margin-left: 1.5rem;
}

.last\:mt-8:last-child{
  margin-top: 2rem;
}

.last\:mr-8:last-child{
  margin-right: 2rem;
}

.last\:mb-8:last-child{
  margin-bottom: 2rem;
}

.last\:ml-8:last-child{
  margin-left: 2rem;
}

.last\:mt-10:last-child{
  margin-top: 2.5rem;
}

.last\:mr-10:last-child{
  margin-right: 2.5rem;
}

.last\:mb-10:last-child{
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child{
  margin-left: 2.5rem;
}

.last\:mt-12:last-child{
  margin-top: 3rem;
}

.last\:mr-12:last-child{
  margin-right: 3rem;
}

.last\:mb-12:last-child{
  margin-bottom: 3rem;
}

.last\:ml-12:last-child{
  margin-left: 3rem;
}

.last\:mt-16:last-child{
  margin-top: 4rem;
}

.last\:mr-16:last-child{
  margin-right: 4rem;
}

.last\:mb-16:last-child{
  margin-bottom: 4rem;
}

.last\:ml-16:last-child{
  margin-left: 4rem;
}

.last\:mt-20:last-child{
  margin-top: 5rem;
}

.last\:mr-20:last-child{
  margin-right: 5rem;
}

.last\:mb-20:last-child{
  margin-bottom: 5rem;
}

.last\:ml-20:last-child{
  margin-left: 5rem;
}

.last\:mt-24:last-child{
  margin-top: 6rem;
}

.last\:mr-24:last-child{
  margin-right: 6rem;
}

.last\:mb-24:last-child{
  margin-bottom: 6rem;
}

.last\:ml-24:last-child{
  margin-left: 6rem;
}

.last\:mt-32:last-child{
  margin-top: 8rem;
}

.last\:mr-32:last-child{
  margin-right: 8rem;
}

.last\:mb-32:last-child{
  margin-bottom: 8rem;
}

.last\:ml-32:last-child{
  margin-left: 8rem;
}

.last\:mt-40:last-child{
  margin-top: 10rem;
}

.last\:mr-40:last-child{
  margin-right: 10rem;
}

.last\:mb-40:last-child{
  margin-bottom: 10rem;
}

.last\:ml-40:last-child{
  margin-left: 10rem;
}

.last\:mt-48:last-child{
  margin-top: 12rem;
}

.last\:mr-48:last-child{
  margin-right: 12rem;
}

.last\:mb-48:last-child{
  margin-bottom: 12rem;
}

.last\:ml-48:last-child{
  margin-left: 12rem;
}

.last\:mt-56:last-child{
  margin-top: 14rem;
}

.last\:mr-56:last-child{
  margin-right: 14rem;
}

.last\:mb-56:last-child{
  margin-bottom: 14rem;
}

.last\:ml-56:last-child{
  margin-left: 14rem;
}

.last\:mt-64:last-child{
  margin-top: 16rem;
}

.last\:mr-64:last-child{
  margin-right: 16rem;
}

.last\:mb-64:last-child{
  margin-bottom: 16rem;
}

.last\:ml-64:last-child{
  margin-left: 16rem;
}

.last\:mt-auto:last-child{
  margin-top: auto;
}

.last\:mr-auto:last-child{
  margin-right: auto;
}

.last\:mb-auto:last-child{
  margin-bottom: auto;
}

.last\:ml-auto:last-child{
  margin-left: auto;
}

.last\:mt-px:last-child{
  margin-top: 1px;
}

.last\:mr-px:last-child{
  margin-right: 1px;
}

.last\:mb-px:last-child{
  margin-bottom: 1px;
}

.last\:ml-px:last-child{
  margin-left: 1px;
}

.last\:mt-32px:last-child{
  margin-top: 32px;
}

.last\:mr-32px:last-child{
  margin-right: 32px;
}

.last\:mb-32px:last-child{
  margin-bottom: 32px;
}

.last\:ml-32px:last-child{
  margin-left: 32px;
}

.last\:mt-c1:last-child{
  margin-top: calc(100%/12);
}

.last\:mr-c1:last-child{
  margin-right: calc(100%/12);
}

.last\:mb-c1:last-child{
  margin-bottom: calc(100%/12);
}

.last\:ml-c1:last-child{
  margin-left: calc(100%/12);
}

.last\:mt-c2:last-child{
  margin-top: calc(100%/6);
}

.last\:mr-c2:last-child{
  margin-right: calc(100%/6);
}

.last\:mb-c2:last-child{
  margin-bottom: calc(100%/6);
}

.last\:ml-c2:last-child{
  margin-left: calc(100%/6);
}

.last\:mt-c3:last-child{
  margin-top: calc(100%/4);
}

.last\:mr-c3:last-child{
  margin-right: calc(100%/4);
}

.last\:mb-c3:last-child{
  margin-bottom: calc(100%/4);
}

.last\:ml-c3:last-child{
  margin-left: calc(100%/4);
}

.last\:-mt-1:last-child{
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child{
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child{
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child{
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child{
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child{
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child{
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child{
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child{
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child{
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child{
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child{
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child{
  margin-top: -1rem;
}

.last\:-mr-4:last-child{
  margin-right: -1rem;
}

.last\:-mb-4:last-child{
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child{
  margin-left: -1rem;
}

.last\:-mt-5:last-child{
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child{
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child{
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child{
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child{
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child{
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child{
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child{
  margin-left: -1.5rem;
}

.last\:-mt-8:last-child{
  margin-top: -2rem;
}

.last\:-mr-8:last-child{
  margin-right: -2rem;
}

.last\:-mb-8:last-child{
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child{
  margin-left: -2rem;
}

.last\:-mt-10:last-child{
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child{
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child{
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child{
  margin-left: -2.5rem;
}

.last\:-mt-12:last-child{
  margin-top: -3rem;
}

.last\:-mr-12:last-child{
  margin-right: -3rem;
}

.last\:-mb-12:last-child{
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child{
  margin-left: -3rem;
}

.last\:-mt-16:last-child{
  margin-top: -4rem;
}

.last\:-mr-16:last-child{
  margin-right: -4rem;
}

.last\:-mb-16:last-child{
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child{
  margin-left: -4rem;
}

.last\:-mt-20:last-child{
  margin-top: -5rem;
}

.last\:-mr-20:last-child{
  margin-right: -5rem;
}

.last\:-mb-20:last-child{
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child{
  margin-left: -5rem;
}

.last\:-mt-24:last-child{
  margin-top: -6rem;
}

.last\:-mr-24:last-child{
  margin-right: -6rem;
}

.last\:-mb-24:last-child{
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child{
  margin-left: -6rem;
}

.last\:-mt-32:last-child{
  margin-top: -8rem;
}

.last\:-mr-32:last-child{
  margin-right: -8rem;
}

.last\:-mb-32:last-child{
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child{
  margin-left: -8rem;
}

.last\:-mt-40:last-child{
  margin-top: -10rem;
}

.last\:-mr-40:last-child{
  margin-right: -10rem;
}

.last\:-mb-40:last-child{
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child{
  margin-left: -10rem;
}

.last\:-mt-48:last-child{
  margin-top: -12rem;
}

.last\:-mr-48:last-child{
  margin-right: -12rem;
}

.last\:-mb-48:last-child{
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child{
  margin-left: -12rem;
}

.last\:-mt-56:last-child{
  margin-top: -14rem;
}

.last\:-mr-56:last-child{
  margin-right: -14rem;
}

.last\:-mb-56:last-child{
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child{
  margin-left: -14rem;
}

.last\:-mt-64:last-child{
  margin-top: -16rem;
}

.last\:-mr-64:last-child{
  margin-right: -16rem;
}

.last\:-mb-64:last-child{
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child{
  margin-left: -16rem;
}

.last\:-mt-px:last-child{
  margin-top: -1px;
}

.last\:-mr-px:last-child{
  margin-right: -1px;
}

.last\:-mb-px:last-child{
  margin-bottom: -1px;
}

.last\:-ml-px:last-child{
  margin-left: -1px;
}

.last\:-mt-32px:last-child{
  margin-top: -32px;
}

.last\:-mr-32px:last-child{
  margin-right: -32px;
}

.last\:-mb-32px:last-child{
  margin-bottom: -32px;
}

.last\:-ml-32px:last-child{
  margin-left: -32px;
}

.last\:-mt-c1:last-child{
  margin-top: -8.33333%;
}

.last\:-mr-c1:last-child{
  margin-right: -8.33333%;
}

.last\:-mb-c1:last-child{
  margin-bottom: -8.33333%;
}

.last\:-ml-c1:last-child{
  margin-left: -8.33333%;
}

.last\:-mt-c2:last-child{
  margin-top: -16.66667%;
}

.last\:-mr-c2:last-child{
  margin-right: -16.66667%;
}

.last\:-mb-c2:last-child{
  margin-bottom: -16.66667%;
}

.last\:-ml-c2:last-child{
  margin-left: -16.66667%;
}

.last\:-mt-c3:last-child{
  margin-top: -25%;
}

.last\:-mr-c3:last-child{
  margin-right: -25%;
}

.last\:-mb-c3:last-child{
  margin-bottom: -25%;
}

.last\:-ml-c3:last-child{
  margin-left: -25%;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.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%;
}

.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{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.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-10:hover{
  opacity: 0.1;
}

.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;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-100{
  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;
}

.p-32px{
  padding: 32px;
}

.p-c1{
  padding: calc(100%/12);
}

.p-c2{
  padding: calc(100%/6);
}

.p-c3{
  padding: calc(100%/4);
}

.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;
}

.py-32px{
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32px{
  padding-left: 32px;
  padding-right: 32px;
}

.py-c1{
  padding-top: calc(100%/12);
  padding-bottom: calc(100%/12);
}

.px-c1{
  padding-left: calc(100%/12);
  padding-right: calc(100%/12);
}

.py-c2{
  padding-top: calc(100%/6);
  padding-bottom: calc(100%/6);
}

.px-c2{
  padding-left: calc(100%/6);
  padding-right: calc(100%/6);
}

.py-c3{
  padding-top: calc(100%/4);
  padding-bottom: calc(100%/4);
}

.px-c3{
  padding-left: calc(100%/4);
  padding-right: calc(100%/4);
}

.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;
}

.pt-32px{
  padding-top: 32px;
}

.pr-32px{
  padding-right: 32px;
}

.pb-32px{
  padding-bottom: 32px;
}

.pl-32px{
  padding-left: 32px;
}

.pt-c1{
  padding-top: calc(100%/12);
}

.pr-c1{
  padding-right: calc(100%/12);
}

.pb-c1{
  padding-bottom: calc(100%/12);
}

.pl-c1{
  padding-left: calc(100%/12);
}

.pt-c2{
  padding-top: calc(100%/6);
}

.pr-c2{
  padding-right: calc(100%/6);
}

.pb-c2{
  padding-bottom: calc(100%/6);
}

.pl-c2{
  padding-left: calc(100%/6);
}

.pt-c3{
  padding-top: calc(100%/4);
}

.pr-c3{
  padding-right: calc(100%/4);
}

.pb-c3{
  padding-bottom: calc(100%/4);
}

.pl-c3{
  padding-left: calc(100%/4);
}

.last\:p-0:last-child{
  padding: 0;
}

.last\:p-1:last-child{
  padding: 0.25rem;
}

.last\:p-2:last-child{
  padding: 0.5rem;
}

.last\:p-3:last-child{
  padding: 0.75rem;
}

.last\:p-4:last-child{
  padding: 1rem;
}

.last\:p-5:last-child{
  padding: 1.25rem;
}

.last\:p-6:last-child{
  padding: 1.5rem;
}

.last\:p-8:last-child{
  padding: 2rem;
}

.last\:p-10:last-child{
  padding: 2.5rem;
}

.last\:p-12:last-child{
  padding: 3rem;
}

.last\:p-16:last-child{
  padding: 4rem;
}

.last\:p-20:last-child{
  padding: 5rem;
}

.last\:p-24:last-child{
  padding: 6rem;
}

.last\:p-32:last-child{
  padding: 8rem;
}

.last\:p-40:last-child{
  padding: 10rem;
}

.last\:p-48:last-child{
  padding: 12rem;
}

.last\:p-56:last-child{
  padding: 14rem;
}

.last\:p-64:last-child{
  padding: 16rem;
}

.last\:p-px:last-child{
  padding: 1px;
}

.last\:p-32px:last-child{
  padding: 32px;
}

.last\:p-c1:last-child{
  padding: calc(100%/12);
}

.last\:p-c2:last-child{
  padding: calc(100%/6);
}

.last\:p-c3:last-child{
  padding: calc(100%/4);
}

.last\:py-0:last-child{
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child{
  padding-left: 0;
  padding-right: 0;
}

.last\:py-1:last-child{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:px-3:last-child{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:py-4:last-child{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:px-4:last-child{
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:py-5:last-child{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:px-5:last-child{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:py-6:last-child{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:px-6:last-child{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:py-8:last-child{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:px-8:last-child{
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-10:last-child{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:py-12:last-child{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:px-12:last-child{
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:py-16:last-child{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:px-16:last-child{
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-20:last-child{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child{
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-24:last-child{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child{
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-32:last-child{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child{
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-40:last-child{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child{
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-48:last-child{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child{
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-56:last-child{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child{
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-64:last-child{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child{
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-px:last-child{
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child{
  padding-left: 1px;
  padding-right: 1px;
}

.last\:py-32px:last-child{
  padding-top: 32px;
  padding-bottom: 32px;
}

.last\:px-32px:last-child{
  padding-left: 32px;
  padding-right: 32px;
}

.last\:py-c1:last-child{
  padding-top: calc(100%/12);
  padding-bottom: calc(100%/12);
}

.last\:px-c1:last-child{
  padding-left: calc(100%/12);
  padding-right: calc(100%/12);
}

.last\:py-c2:last-child{
  padding-top: calc(100%/6);
  padding-bottom: calc(100%/6);
}

.last\:px-c2:last-child{
  padding-left: calc(100%/6);
  padding-right: calc(100%/6);
}

.last\:py-c3:last-child{
  padding-top: calc(100%/4);
  padding-bottom: calc(100%/4);
}

.last\:px-c3:last-child{
  padding-left: calc(100%/4);
  padding-right: calc(100%/4);
}

.last\:pt-0:last-child{
  padding-top: 0;
}

.last\:pr-0:last-child{
  padding-right: 0;
}

.last\:pb-0:last-child{
  padding-bottom: 0;
}

.last\:pl-0:last-child{
  padding-left: 0;
}

.last\:pt-1:last-child{
  padding-top: 0.25rem;
}

.last\:pr-1:last-child{
  padding-right: 0.25rem;
}

.last\:pb-1:last-child{
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child{
  padding-left: 0.25rem;
}

.last\:pt-2:last-child{
  padding-top: 0.5rem;
}

.last\:pr-2:last-child{
  padding-right: 0.5rem;
}

.last\:pb-2:last-child{
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child{
  padding-left: 0.5rem;
}

.last\:pt-3:last-child{
  padding-top: 0.75rem;
}

.last\:pr-3:last-child{
  padding-right: 0.75rem;
}

.last\:pb-3:last-child{
  padding-bottom: 0.75rem;
}

.last\:pl-3:last-child{
  padding-left: 0.75rem;
}

.last\:pt-4:last-child{
  padding-top: 1rem;
}

.last\:pr-4:last-child{
  padding-right: 1rem;
}

.last\:pb-4:last-child{
  padding-bottom: 1rem;
}

.last\:pl-4:last-child{
  padding-left: 1rem;
}

.last\:pt-5:last-child{
  padding-top: 1.25rem;
}

.last\:pr-5:last-child{
  padding-right: 1.25rem;
}

.last\:pb-5:last-child{
  padding-bottom: 1.25rem;
}

.last\:pl-5:last-child{
  padding-left: 1.25rem;
}

.last\:pt-6:last-child{
  padding-top: 1.5rem;
}

.last\:pr-6:last-child{
  padding-right: 1.5rem;
}

.last\:pb-6:last-child{
  padding-bottom: 1.5rem;
}

.last\:pl-6:last-child{
  padding-left: 1.5rem;
}

.last\:pt-8:last-child{
  padding-top: 2rem;
}

.last\:pr-8:last-child{
  padding-right: 2rem;
}

.last\:pb-8:last-child{
  padding-bottom: 2rem;
}

.last\:pl-8:last-child{
  padding-left: 2rem;
}

.last\:pt-10:last-child{
  padding-top: 2.5rem;
}

.last\:pr-10:last-child{
  padding-right: 2.5rem;
}

.last\:pb-10:last-child{
  padding-bottom: 2.5rem;
}

.last\:pl-10:last-child{
  padding-left: 2.5rem;
}

.last\:pt-12:last-child{
  padding-top: 3rem;
}

.last\:pr-12:last-child{
  padding-right: 3rem;
}

.last\:pb-12:last-child{
  padding-bottom: 3rem;
}

.last\:pl-12:last-child{
  padding-left: 3rem;
}

.last\:pt-16:last-child{
  padding-top: 4rem;
}

.last\:pr-16:last-child{
  padding-right: 4rem;
}

.last\:pb-16:last-child{
  padding-bottom: 4rem;
}

.last\:pl-16:last-child{
  padding-left: 4rem;
}

.last\:pt-20:last-child{
  padding-top: 5rem;
}

.last\:pr-20:last-child{
  padding-right: 5rem;
}

.last\:pb-20:last-child{
  padding-bottom: 5rem;
}

.last\:pl-20:last-child{
  padding-left: 5rem;
}

.last\:pt-24:last-child{
  padding-top: 6rem;
}

.last\:pr-24:last-child{
  padding-right: 6rem;
}

.last\:pb-24:last-child{
  padding-bottom: 6rem;
}

.last\:pl-24:last-child{
  padding-left: 6rem;
}

.last\:pt-32:last-child{
  padding-top: 8rem;
}

.last\:pr-32:last-child{
  padding-right: 8rem;
}

.last\:pb-32:last-child{
  padding-bottom: 8rem;
}

.last\:pl-32:last-child{
  padding-left: 8rem;
}

.last\:pt-40:last-child{
  padding-top: 10rem;
}

.last\:pr-40:last-child{
  padding-right: 10rem;
}

.last\:pb-40:last-child{
  padding-bottom: 10rem;
}

.last\:pl-40:last-child{
  padding-left: 10rem;
}

.last\:pt-48:last-child{
  padding-top: 12rem;
}

.last\:pr-48:last-child{
  padding-right: 12rem;
}

.last\:pb-48:last-child{
  padding-bottom: 12rem;
}

.last\:pl-48:last-child{
  padding-left: 12rem;
}

.last\:pt-56:last-child{
  padding-top: 14rem;
}

.last\:pr-56:last-child{
  padding-right: 14rem;
}

.last\:pb-56:last-child{
  padding-bottom: 14rem;
}

.last\:pl-56:last-child{
  padding-left: 14rem;
}

.last\:pt-64:last-child{
  padding-top: 16rem;
}

.last\:pr-64:last-child{
  padding-right: 16rem;
}

.last\:pb-64:last-child{
  padding-bottom: 16rem;
}

.last\:pl-64:last-child{
  padding-left: 16rem;
}

.last\:pt-px:last-child{
  padding-top: 1px;
}

.last\:pr-px:last-child{
  padding-right: 1px;
}

.last\:pb-px:last-child{
  padding-bottom: 1px;
}

.last\:pl-px:last-child{
  padding-left: 1px;
}

.last\:pt-32px:last-child{
  padding-top: 32px;
}

.last\:pr-32px:last-child{
  padding-right: 32px;
}

.last\:pb-32px:last-child{
  padding-bottom: 32px;
}

.last\:pl-32px:last-child{
  padding-left: 32px;
}

.last\:pt-c1:last-child{
  padding-top: calc(100%/12);
}

.last\:pr-c1:last-child{
  padding-right: calc(100%/12);
}

.last\:pb-c1:last-child{
  padding-bottom: calc(100%/12);
}

.last\:pl-c1:last-child{
  padding-left: calc(100%/12);
}

.last\:pt-c2:last-child{
  padding-top: calc(100%/6);
}

.last\:pr-c2:last-child{
  padding-right: calc(100%/6);
}

.last\:pb-c2:last-child{
  padding-bottom: calc(100%/6);
}

.last\:pl-c2:last-child{
  padding-left: calc(100%/6);
}

.last\:pt-c3:last-child{
  padding-top: calc(100%/4);
}

.last\:pr-c3:last-child{
  padding-right: calc(100%/4);
}

.last\:pb-c3:last-child{
  padding-bottom: calc(100%/4);
}

.last\:pl-c3:last-child{
  padding-left: calc(100%/4);
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder{
  color: #000;
}

.placeholder-black::-moz-placeholder{
  color: #000;
}

.placeholder-black:-ms-input-placeholder{
  color: #000;
}

.placeholder-black::-ms-input-placeholder{
  color: #000;
}

.placeholder-black::placeholder{
  color: #000;
}

.placeholder-black_transparent::-webkit-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.placeholder-black_transparent::-moz-placeholder{
  color: rgba(0, 0, 0, .32);
}

.placeholder-black_transparent:-ms-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.placeholder-black_transparent::-ms-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.placeholder-black_transparent::placeholder{
  color: rgba(0, 0, 0, .32);
}

.placeholder-gray_transparent::-webkit-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.placeholder-gray_transparent::-moz-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.placeholder-gray_transparent:-ms-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.placeholder-gray_transparent::-ms-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.placeholder-gray_transparent::placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.placeholder-white::-webkit-input-placeholder{
  color: #fff;
}

.placeholder-white::-moz-placeholder{
  color: #fff;
}

.placeholder-white:-ms-input-placeholder{
  color: #fff;
}

.placeholder-white::-ms-input-placeholder{
  color: #fff;
}

.placeholder-white::placeholder{
  color: #fff;
}

.placeholder-gray-75::-webkit-input-placeholder{
  color: #FCFDFD;
}

.placeholder-gray-75::-moz-placeholder{
  color: #FCFDFD;
}

.placeholder-gray-75:-ms-input-placeholder{
  color: #FCFDFD;
}

.placeholder-gray-75::-ms-input-placeholder{
  color: #FCFDFD;
}

.placeholder-gray-75::placeholder{
  color: #FCFDFD;
}

.placeholder-gray-85::-webkit-input-placeholder{
  color: #FAFAFB;
}

.placeholder-gray-85::-moz-placeholder{
  color: #FAFAFB;
}

.placeholder-gray-85:-ms-input-placeholder{
  color: #FAFAFB;
}

.placeholder-gray-85::-ms-input-placeholder{
  color: #FAFAFB;
}

.placeholder-gray-85::placeholder{
  color: #FAFAFB;
}

.placeholder-gray-100::-webkit-input-placeholder{
  color: #f9f9f9;
}

.placeholder-gray-100::-moz-placeholder{
  color: #f9f9f9;
}

.placeholder-gray-100:-ms-input-placeholder{
  color: #f9f9f9;
}

.placeholder-gray-100::-ms-input-placeholder{
  color: #f9f9f9;
}

.placeholder-gray-100::placeholder{
  color: #f9f9f9;
}

.placeholder-gray-150::-webkit-input-placeholder{
  color: #F2F3F4;
}

.placeholder-gray-150::-moz-placeholder{
  color: #F2F3F4;
}

.placeholder-gray-150:-ms-input-placeholder{
  color: #F2F3F4;
}

.placeholder-gray-150::-ms-input-placeholder{
  color: #F2F3F4;
}

.placeholder-gray-150::placeholder{
  color: #F2F3F4;
}

.placeholder-gray-200::-webkit-input-placeholder{
  color: #f1f3f5;
}

.placeholder-gray-200::-moz-placeholder{
  color: #f1f3f5;
}

.placeholder-gray-200:-ms-input-placeholder{
  color: #f1f3f5;
}

.placeholder-gray-200::-ms-input-placeholder{
  color: #f1f3f5;
}

.placeholder-gray-200::placeholder{
  color: #f1f3f5;
}

.placeholder-gray-300::-webkit-input-placeholder{
  color: #e5e8eb;
}

.placeholder-gray-300::-moz-placeholder{
  color: #e5e8eb;
}

.placeholder-gray-300:-ms-input-placeholder{
  color: #e5e8eb;
}

.placeholder-gray-300::-ms-input-placeholder{
  color: #e5e8eb;
}

.placeholder-gray-300::placeholder{
  color: #e5e8eb;
}

.placeholder-gray-400::-webkit-input-placeholder{
  color: #575756;
}

.placeholder-gray-400::-moz-placeholder{
  color: #575756;
}

.placeholder-gray-400:-ms-input-placeholder{
  color: #575756;
}

.placeholder-gray-400::-ms-input-placeholder{
  color: #575756;
}

.placeholder-gray-400::placeholder{
  color: #575756;
}

.placeholder-gray-500::-webkit-input-placeholder{
  color: #ccd3d8;
}

.placeholder-gray-500::-moz-placeholder{
  color: #ccd3d8;
}

.placeholder-gray-500:-ms-input-placeholder{
  color: #ccd3d8;
}

.placeholder-gray-500::-ms-input-placeholder{
  color: #ccd3d8;
}

.placeholder-gray-500::placeholder{
  color: #ccd3d8;
}

.placeholder-gray-700::-webkit-input-placeholder{
  color: #869098;
}

.placeholder-gray-700::-moz-placeholder{
  color: #869098;
}

.placeholder-gray-700:-ms-input-placeholder{
  color: #869098;
}

.placeholder-gray-700::-ms-input-placeholder{
  color: #869098;
}

.placeholder-gray-700::placeholder{
  color: #869098;
}

.placeholder-red-500::-webkit-input-placeholder{
  color: #e2000f;
}

.placeholder-red-500::-moz-placeholder{
  color: #e2000f;
}

.placeholder-red-500:-ms-input-placeholder{
  color: #e2000f;
}

.placeholder-red-500::-ms-input-placeholder{
  color: #e2000f;
}

.placeholder-red-500::placeholder{
  color: #e2000f;
}

.placeholder-red-600::-webkit-input-placeholder{
  color: #b6000f;
}

.placeholder-red-600::-moz-placeholder{
  color: #b6000f;
}

.placeholder-red-600:-ms-input-placeholder{
  color: #b6000f;
}

.placeholder-red-600::-ms-input-placeholder{
  color: #b6000f;
}

.placeholder-red-600::placeholder{
  color: #b6000f;
}

.placeholder-red-800::-webkit-input-placeholder{
  color: #A3000d;
}

.placeholder-red-800::-moz-placeholder{
  color: #A3000d;
}

.placeholder-red-800:-ms-input-placeholder{
  color: #A3000d;
}

.placeholder-red-800::-ms-input-placeholder{
  color: #A3000d;
}

.placeholder-red-800::placeholder{
  color: #A3000d;
}

.placeholder-red-900::-webkit-input-placeholder{
  color: #91000C;
}

.placeholder-red-900::-moz-placeholder{
  color: #91000C;
}

.placeholder-red-900:-ms-input-placeholder{
  color: #91000C;
}

.placeholder-red-900::-ms-input-placeholder{
  color: #91000C;
}

.placeholder-red-900::placeholder{
  color: #91000C;
}

.placeholder-green::-webkit-input-placeholder{
  color: #4bac38;
}

.placeholder-green::-moz-placeholder{
  color: #4bac38;
}

.placeholder-green:-ms-input-placeholder{
  color: #4bac38;
}

.placeholder-green::-ms-input-placeholder{
  color: #4bac38;
}

.placeholder-green::placeholder{
  color: #4bac38;
}

.placeholder-blue-500::-webkit-input-placeholder{
  color: #1f61a3;
}

.placeholder-blue-500::-moz-placeholder{
  color: #1f61a3;
}

.placeholder-blue-500:-ms-input-placeholder{
  color: #1f61a3;
}

.placeholder-blue-500::-ms-input-placeholder{
  color: #1f61a3;
}

.placeholder-blue-500::placeholder{
  color: #1f61a3;
}

.placeholder-blue-600::-webkit-input-placeholder{
  color: #34495e;
}

.placeholder-blue-600::-moz-placeholder{
  color: #34495e;
}

.placeholder-blue-600:-ms-input-placeholder{
  color: #34495e;
}

.placeholder-blue-600::-ms-input-placeholder{
  color: #34495e;
}

.placeholder-blue-600::placeholder{
  color: #34495e;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: #000;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  color: #000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  color: #000;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color: #000;
}

.focus\:placeholder-black:focus::placeholder{
  color: #000;
}

.focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.focus\:placeholder-black_transparent:focus::-moz-placeholder{
  color: rgba(0, 0, 0, .32);
}

.focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
  color: rgba(0, 0, 0, .32);
}

.focus\:placeholder-black_transparent:focus::placeholder{
  color: rgba(0, 0, 0, .32);
}

.focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:placeholder-gray_transparent:focus::-moz-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:placeholder-gray_transparent:focus::placeholder{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder{
  color: #fff;
}

.focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
  color: #FCFDFD;
}

.focus\:placeholder-gray-75:focus::-moz-placeholder{
  color: #FCFDFD;
}

.focus\:placeholder-gray-75:focus:-ms-input-placeholder{
  color: #FCFDFD;
}

.focus\:placeholder-gray-75:focus::-ms-input-placeholder{
  color: #FCFDFD;
}

.focus\:placeholder-gray-75:focus::placeholder{
  color: #FCFDFD;
}

.focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
  color: #FAFAFB;
}

.focus\:placeholder-gray-85:focus::-moz-placeholder{
  color: #FAFAFB;
}

.focus\:placeholder-gray-85:focus:-ms-input-placeholder{
  color: #FAFAFB;
}

.focus\:placeholder-gray-85:focus::-ms-input-placeholder{
  color: #FAFAFB;
}

.focus\:placeholder-gray-85:focus::placeholder{
  color: #FAFAFB;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  color: #f9f9f9;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  color: #f9f9f9;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  color: #f9f9f9;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  color: #f9f9f9;
}

.focus\:placeholder-gray-100:focus::placeholder{
  color: #f9f9f9;
}

.focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
  color: #F2F3F4;
}

.focus\:placeholder-gray-150:focus::-moz-placeholder{
  color: #F2F3F4;
}

.focus\:placeholder-gray-150:focus:-ms-input-placeholder{
  color: #F2F3F4;
}

.focus\:placeholder-gray-150:focus::-ms-input-placeholder{
  color: #F2F3F4;
}

.focus\:placeholder-gray-150:focus::placeholder{
  color: #F2F3F4;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  color: #f1f3f5;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  color: #f1f3f5;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  color: #f1f3f5;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  color: #f1f3f5;
}

.focus\:placeholder-gray-200:focus::placeholder{
  color: #f1f3f5;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
  color: #e5e8eb;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  color: #e5e8eb;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  color: #e5e8eb;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder{
  color: #e5e8eb;
}

.focus\:placeholder-gray-300:focus::placeholder{
  color: #e5e8eb;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  color: #575756;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  color: #575756;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  color: #575756;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  color: #575756;
}

.focus\:placeholder-gray-400:focus::placeholder{
  color: #575756;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  color: #ccd3d8;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  color: #ccd3d8;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  color: #ccd3d8;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  color: #ccd3d8;
}

.focus\:placeholder-gray-500:focus::placeholder{
  color: #ccd3d8;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  color: #869098;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  color: #869098;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  color: #869098;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  color: #869098;
}

.focus\:placeholder-gray-700:focus::placeholder{
  color: #869098;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder{
  color: #e2000f;
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  color: #e2000f;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  color: #e2000f;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder{
  color: #e2000f;
}

.focus\:placeholder-red-500:focus::placeholder{
  color: #e2000f;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder{
  color: #b6000f;
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  color: #b6000f;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  color: #b6000f;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder{
  color: #b6000f;
}

.focus\:placeholder-red-600:focus::placeholder{
  color: #b6000f;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder{
  color: #A3000d;
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  color: #A3000d;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  color: #A3000d;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder{
  color: #A3000d;
}

.focus\:placeholder-red-800:focus::placeholder{
  color: #A3000d;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder{
  color: #91000C;
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  color: #91000C;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder{
  color: #91000C;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder{
  color: #91000C;
}

.focus\:placeholder-red-900:focus::placeholder{
  color: #91000C;
}

.focus\:placeholder-green:focus::-webkit-input-placeholder{
  color: #4bac38;
}

.focus\:placeholder-green:focus::-moz-placeholder{
  color: #4bac38;
}

.focus\:placeholder-green:focus:-ms-input-placeholder{
  color: #4bac38;
}

.focus\:placeholder-green:focus::-ms-input-placeholder{
  color: #4bac38;
}

.focus\:placeholder-green:focus::placeholder{
  color: #4bac38;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
  color: #1f61a3;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  color: #1f61a3;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  color: #1f61a3;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder{
  color: #1f61a3;
}

.focus\:placeholder-blue-500:focus::placeholder{
  color: #1f61a3;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
  color: #34495e;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  color: #34495e;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  color: #34495e;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder{
  color: #34495e;
}

.focus\:placeholder-blue-600:focus::placeholder{
  color: #34495e;
}

.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{
  box-shadow: 0 2px 4px #e5e8eb;
}

.shadow-md{
  box-shadow: 0 2px 20px #ccd3d8;
}

.shadow-lg{
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.shadow-xl{
  box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
}

.shadow-none{
  box-shadow: none;
}

.hover\:shadow:hover{
  box-shadow: 0 2px 4px #e5e8eb;
}

.hover\:shadow-md:hover{
  box-shadow: 0 2px 20px #ccd3d8;
}

.hover\:shadow-lg:hover{
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-xl:hover{
  box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
}

.hover\:shadow-none:hover{
  box-shadow: none;
}

.focus\:shadow:focus{
  box-shadow: 0 2px 4px #e5e8eb;
}

.focus\:shadow-md:focus{
  box-shadow: 0 2px 20px #ccd3d8;
}

.focus\:shadow-lg:focus{
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.focus\:shadow-xl:focus{
  box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
}

.focus\:shadow-none:focus{
  box-shadow: none;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.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-transparent{
  color: transparent;
}

.text-black{
  color: #000;
}

.text-black_transparent{
  color: rgba(0, 0, 0, .32);
}

.text-gray_transparent{
  color: rgba(229, 232, 235, 0.3);
}

.text-white{
  color: #fff;
}

.text-gray-75{
  color: #FCFDFD;
}

.text-gray-85{
  color: #FAFAFB;
}

.text-gray-100{
  color: #f9f9f9;
}

.text-gray-150{
  color: #F2F3F4;
}

.text-gray-200{
  color: #f1f3f5;
}

.text-gray-300{
  color: #e5e8eb;
}

.text-gray-400{
  color: #575756;
}

.text-gray-500{
  color: #ccd3d8;
}

.text-gray-700{
  color: #869098;
}

.text-red-500{
  color: #e2000f;
}

.text-red-600{
  color: #b6000f;
}

.text-red-800{
  color: #A3000d;
}

.text-red-900{
  color: #91000C;
}

.text-green{
  color: #4bac38;
}

.text-blue-500{
  color: #1f61a3;
}

.text-blue-600{
  color: #34495e;
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-black:hover{
  color: #000;
}

.hover\:text-black_transparent:hover{
  color: rgba(0, 0, 0, .32);
}

.hover\:text-gray_transparent:hover{
  color: rgba(229, 232, 235, 0.3);
}

.hover\:text-white:hover{
  color: #fff;
}

.hover\:text-gray-75:hover{
  color: #FCFDFD;
}

.hover\:text-gray-85:hover{
  color: #FAFAFB;
}

.hover\:text-gray-100:hover{
  color: #f9f9f9;
}

.hover\:text-gray-150:hover{
  color: #F2F3F4;
}

.hover\:text-gray-200:hover{
  color: #f1f3f5;
}

.hover\:text-gray-300:hover{
  color: #e5e8eb;
}

.hover\:text-gray-400:hover{
  color: #575756;
}

.hover\:text-gray-500:hover{
  color: #ccd3d8;
}

.hover\:text-gray-700:hover{
  color: #869098;
}

.hover\:text-red-500:hover{
  color: #e2000f;
}

.hover\:text-red-600:hover{
  color: #b6000f;
}

.hover\:text-red-800:hover{
  color: #A3000d;
}

.hover\:text-red-900:hover{
  color: #91000C;
}

.hover\:text-green:hover{
  color: #4bac38;
}

.hover\:text-blue-500:hover{
  color: #1f61a3;
}

.hover\:text-blue-600:hover{
  color: #34495e;
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-black:focus{
  color: #000;
}

.focus\:text-black_transparent:focus{
  color: rgba(0, 0, 0, .32);
}

.focus\:text-gray_transparent:focus{
  color: rgba(229, 232, 235, 0.3);
}

.focus\:text-white:focus{
  color: #fff;
}

.focus\:text-gray-75:focus{
  color: #FCFDFD;
}

.focus\:text-gray-85:focus{
  color: #FAFAFB;
}

.focus\:text-gray-100:focus{
  color: #f9f9f9;
}

.focus\:text-gray-150:focus{
  color: #F2F3F4;
}

.focus\:text-gray-200:focus{
  color: #f1f3f5;
}

.focus\:text-gray-300:focus{
  color: #e5e8eb;
}

.focus\:text-gray-400:focus{
  color: #575756;
}

.focus\:text-gray-500:focus{
  color: #ccd3d8;
}

.focus\:text-gray-700:focus{
  color: #869098;
}

.focus\:text-red-500:focus{
  color: #e2000f;
}

.focus\:text-red-600:focus{
  color: #b6000f;
}

.focus\:text-red-800:focus{
  color: #A3000d;
}

.focus\:text-red-900:focus{
  color: #91000C;
}

.focus\:text-green:focus{
  color: #4bac38;
}

.focus\:text-blue-500:focus{
  color: #1f61a3;
}

.focus\:text-blue-600:focus{
  color: #34495e;
}

.text-xs{
  font-size: 0.75rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-base{
  font-size: 1rem;
}

.text-lg{
  font-size: 1.25rem;
}

.text-xl{
  font-size: 1.5rem;
}

.text-2xl{
  font-size: 1.75rem;
}

.text-3xl{
  font-size: 2.625rem;
}

.text-4xl{
  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-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: 0.5px;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-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-32px{
  width: 32px;
}

.w-c1{
  width: calc(100%/12);
}

.w-c2{
  width: calc(100%/6);
}

.w-c3{
  width: calc(100%/4);
}

.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;
}

.z-n10{
  z-index: -10;
}

.container-fluid{
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.col,
.xs\:col,
.sm\:col,
.md\:col,
.lg\:col,
.xl\:col,
.col-auto,
.xs\:col-auto,
.sm\:col-auto,
.md\:col-auto,
.lg\:col-auto,
.xl\:col-auto,
.col-1,
.xs\:col-1,
.sm\:col-1,
.md\:col-1,
.lg\:col-1,
.xl\:col-1,
.col-2,
.xs\:col-2,
.sm\:col-2,
.md\:col-2,
.lg\:col-2,
.xl\:col-2,
.col-3,
.xs\:col-3,
.sm\:col-3,
.md\:col-3,
.lg\:col-3,
.xl\:col-3,
.col-4,
.xs\:col-4,
.sm\:col-4,
.md\:col-4,
.lg\:col-4,
.xl\:col-4,
.col-5,
.xs\:col-5,
.sm\:col-5,
.md\:col-5,
.lg\:col-5,
.xl\:col-5,
.col-6,
.xs\:col-6,
.sm\:col-6,
.md\:col-6,
.lg\:col-6,
.xl\:col-6,
.col-7,
.xs\:col-7,
.sm\:col-7,
.md\:col-7,
.lg\:col-7,
.xl\:col-7,
.col-8,
.xs\:col-8,
.sm\:col-8,
.md\:col-8,
.lg\:col-8,
.xl\:col-8,
.col-9,
.xs\:col-9,
.sm\:col-9,
.md\:col-9,
.lg\:col-9,
.xl\:col-9,
.col-10,
.xs\:col-10,
.sm\:col-10,
.md\:col-10,
.lg\:col-10,
.xl\:col-10,
.col-11,
.xs\:col-11,
.sm\:col-11,
.md\:col-11,
.lg\:col-11,
.xl\:col-11,
.col-12,
.xs\:col-12,
.sm\:col-12,
.md\:col-12,
.lg\:col-12,
.xl\:col-12{
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto{
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1{
  flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}

.col-2{
  flex: 0 0 16.666666666666668%;
  max-width: 16.666666666666668%;
}

.col-3{
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4{
  flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}

.col-5{
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}

.col-6{
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7{
  flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}

.col-8{
  flex: 0 0 66.66666666666667%;
  max-width: 66.66666666666667%;
}

.col-9{
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10{
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}

.col-11{
  flex: 0 0 91.66666666666667%;
  max-width: 91.66666666666667%;
}

.col-12{
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first{
  order: -1;
}

.order-last{
  order: 13;
}

.order-0{
  order: 0;
}

.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;
}

.offset-0{
  margin-left: 0%;
}

.offset-1{
  margin-left: 8.333333333333334%;
}

.offset-2{
  margin-left: 16.666666666666668%;
}

.offset-3{
  margin-left: 25%;
}

.offset-4{
  margin-left: 33.333333333333336%;
}

.offset-5{
  margin-left: 41.66666666666667%;
}

.offset-6{
  margin-left: 50%;
}

.offset-7{
  margin-left: 58.333333333333336%;
}

.offset-8{
  margin-left: 66.66666666666667%;
}

.offset-9{
  margin-left: 75%;
}

.offset-10{
  margin-left: 83.33333333333334%;
}

.offset-11{
  margin-left: 91.66666666666667%;
}

/* line 1, src/scss/common/type.scss */

.header {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 1, src/scss/common/type.scss */

  .header {
    font-size: 1.75rem;
  }
}

/* line 8, src/scss/common/type.scss */

.header--light {
  font-weight: 300;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 12, src/scss/common/type.scss */

.header--italic {
  font-style: italic;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 16, src/scss/common/type.scss */

.header--secondary {
  font-size: 1.25rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 16, src/scss/common/type.scss */

  .header--secondary {
    font-size: 1.5rem;
  }
}

/* line 24, src/scss/common/type.scss */

.header--landing {
  font-size: 2.625rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 24, src/scss/common/type.scss */

  .header--landing {
    font-size: 4rem;
  }
}

/* line 32, src/scss/common/type.scss */

.header--hero {
  font-size: 1.75rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 32, src/scss/common/type.scss */

  .header--hero {
    font-size: 2.625rem;
  }
}

/* line 40, src/scss/common/type.scss */

.header--card {
  font-weight: 700;
}

@media (min-width: 1024px) {
  /* line 40, src/scss/common/type.scss */

  .header--card {
    font-size: 1.25rem;
  }
}

/* line 48, src/scss/common/type.scss */

.header--list {
  font-weight: 700;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  /* line 48, src/scss/common/type.scss */

  .header--list {
    font-size: 1rem;
  }
}

/* line 59, src/scss/common/type.scss */

h1 {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 59, src/scss/common/type.scss */

  h1 {
    font-weight: 700;
    font-size: 1.75rem;
  }
}

/* line 68, src/scss/common/type.scss */

h2 {
  font-size: 1.25rem;
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1024px) {
  /* line 68, src/scss/common/type.scss */

  h2 {
    font-size: 1.5rem;
  }
}

/* line 76, src/scss/common/type.scss */

.content {
  line-height: 1.375;
  font-size: 1rem;
}

/* line 79, src/scss/common/type.scss */

.content--secondary {
  font-size: 0.875rem;
}

/* line 83, src/scss/common/type.scss */

.content--tertiary {
  font-size: 0.75rem;
}

/* line 87, src/scss/common/type.scss */

.content ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.875rem;
}

/* line 92, src/scss/common/type.scss */

.tag-link {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #34495e;
  cursor: pointer;
}

/* line 95, src/scss/common/type.scss */

.tag-link--secondary {
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
}

/* line 99, src/scss/common/type.scss */

.tag-link--tertiary {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.5px;
}

/* line 104, src/scss/common/type.scss */

a {
  color: #000;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.375;
}

/* line 107, src/scss/common/type.scss */

a:hover {
  color: #e2000f;
}

/* line 111, src/scss/common/type.scss */

a small {
  font-size: 0.75rem;
  color: #1f61a3;
}

/* line 114, src/scss/common/type.scss */

a small:hover {
  color: #34495e;
}

/* line 1, src/scss/common/buttons.scss */

.btn {
  cursor: pointer;
  padding: 0.75rem;
  letter-spacing: 0.5px;
  display: inline-block;
  height: 3rem;
  color: #fff;
  background-color: #e2000f;
}

/* line 7, src/scss/common/buttons.scss */

.btn:hover:not(.btn--disabled) {
  background-color: #b6000f;
  color: #fff;
}

/* line 11, src/scss/common/buttons.scss */

.btn--blue {
  color: #fff;
  background-color: #1f61a3;
}

/* line 14, src/scss/common/buttons.scss */

.btn--blue:hover:not(.btn--disabled) {
  background-color: #34495e;
}

/* line 19, src/scss/common/buttons.scss */

.btn--red-inverse {
  background-color: #e2000f;
  color: #fff;
}

/* line 22, src/scss/common/buttons.scss */

.btn--red-inverse:hover:not(.btn--disabled) {
  background-color: #fff;
  color: #e2000f;
}

/* line 27, src/scss/common/buttons.scss */

.btn--black-transparent {
  color: #fff;
  background-color: rgba(10, 10, 11, 0.5);
}

/* line 31, src/scss/common/buttons.scss */

.btn--black-transparent:hover:not(.btn--disabled) {
  background-color: #e2000f;
}

/* line 36, src/scss/common/buttons.scss */

.btn--inverted {
  color: #34495e;
  background-color: #e5e8eb;
}

/* line 39, src/scss/common/buttons.scss */

.btn--inverted:hover:not(.btn--disabled) {
  background-color: #ccd3d8;
}

/* line 44, src/scss/common/buttons.scss */

.btn--tertiary {
  color: #e2000f;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
  background-color: #fff;
  height: auto;
}

/* line 47, src/scss/common/buttons.scss */

.btn--tertiary:hover:not(.btn--disabled) {
  background-color: #fff;
  color: #b6000f;
}

/* line 51, src/scss/common/buttons.scss */

.btn--tertiary.btn--blue {
  color: #1f61a3;
}

/* line 54, src/scss/common/buttons.scss */

.btn--tertiary.btn--blue:hover:not(.btn--disabled) {
  color: #34495e;
}

/* line 59, src/scss/common/buttons.scss */

.btn--tertiary.btn--grey, .btn--tertiary.btn--gray {
  color: #34495e;
  opacity: 0.5;
}

/* line 63, src/scss/common/buttons.scss */

.btn--tertiary.btn--grey:hover:not(.btn--disabled), .btn--tertiary.btn--gray:hover:not(.btn--disabled) {
  color: #34495e;
  opacity: 1;
}

/* line 69, src/scss/common/buttons.scss */

.btn--quarternary {
  color: #34495e;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 0;
  background-color: #fff;
  height: auto;
}

/* line 72, src/scss/common/buttons.scss */

.btn--quarternary:hover:not(.btn--disabled) {
  color: #000;
  background-color: #fff;
}

/* line 77, src/scss/common/buttons.scss */

.btn--icon {
  display: inline-flex;
  align-items: center;
}

/* line 80, src/scss/common/buttons.scss */

.btn--icon svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  margin-right: 0.5rem;
}

/* line 83, src/scss/common/buttons.scss */

.btn--icon svg:nth-child(2) {
  margin-right: 0;
  margin-left: 0.25rem;
}

/* line 88, src/scss/common/buttons.scss */

.btn--icon.btn--secondary svg {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75rem;
}

/* line 92, src/scss/common/buttons.scss */

.btn--icon.btn--tertiary svg,
.btn--icon.btn--quarternary svg {
  height: 0.5rem;
  width: 0.5rem;
  margin-right: 0.5rem;
}

/* line 98, src/scss/common/buttons.scss */

.btn--secondary {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.5rem;
  min-width: 128px;
}

/* line 103, src/scss/common/buttons.scss */

.btn:disabled, .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 108, src/scss/common/buttons.scss */

.btn:disabled.btn--grey, .btn:disabled.btn--gray, .btn--disabled.btn--grey, .btn--disabled.btn--gray {
  opacity: 0.25;
}

/* line 114, src/scss/common/buttons.scss */

.btn--title {
  color: #34495e;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0;
  background-color: #fff;
  padding-bottom: 2px;
}

/* line 118, src/scss/common/buttons.scss */

.btn--title:hover:not(.btn--disabled) {
  color: #e2000f;
  border-color: #e2000f;
  background-color: #fff;
  border-bottom: 2px solid;
  padding-bottom: 0;
}

/* line 125, src/scss/common/buttons.scss */

.btn--micro {
  color: #1f61a3;
  font-size: 0.75rem;
  padding: 0;
  background-color: #fff;
  font-weight: 500;
  height: auto;
}

/* line 128, src/scss/common/buttons.scss */

.btn--micro:hover:not(.btn--disabled) {
  color: #34495e;
  background-color: #fff;
}

/* line 133, src/scss/common/buttons.scss */

.btn--rounded {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.375rem;
  height: 2rem;
}

/* line 1, src/scss/common/tags.scss */

.tag {
  cursor: pointer;
  opacity: 0.5;
  background-color: #e5e8eb;
  color: #34495e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
  border-radius: 9999px;
}

/* line 4, src/scss/common/tags.scss */

.tag:hover:not(.tag--borderless) {
  box-shadow: 0 2px 4px #e5e8eb;
}

/* line 8, src/scss/common/tags.scss */

.tag--white {
  background-color: #fff;
  opacity: 1;
}

/* line 12, src/scss/common/tags.scss */

.tag--small {
  font-size: 0.75rem;
}

/* line 15, src/scss/common/tags.scss */

.tag--small.tag--icon svg {
  height: 0.75rem;
  width: 0.75rem;
}

/* line 20, src/scss/common/tags.scss */

.tag--borderless {
  background-color: transparent;
  opacity: 1;
}

/* line 23, src/scss/common/tags.scss */

.tag--borderless.tag--white {
  opacity: 0.5;
}

/* line 28, src/scss/common/tags.scss */

.tag--icon {
  display: inline-flex;
  align-items: center;
}

/* line 31, src/scss/common/tags.scss */

.tag--icon svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  margin-right: 0.5rem;
}

/* line 37, src/scss/common/tags.scss */

.tag__bim-spacer {
  height: 1rem;
  display: inline-block;
  border-left-width: 1px;
  border-color: #e5e8eb;
  border-style: solid;
  padding-left: 0.5rem;
}

/* line 1, src/scss/common/breadcrumbs.scss */

.breadcrumbs {
  list-style-type: none;
  display: none;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/common/breadcrumbs.scss */

  .breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

/* line 9, src/scss/common/breadcrumbs.scss */

.breadcrumbs--dark .breadcrumbs__item {
  color: rgba(0, 0, 0, 0.5);
}

/* line 12, src/scss/common/breadcrumbs.scss */

.breadcrumbs--dark .breadcrumbs__item:hover {
  color: #000;
}

/* line 15, src/scss/common/breadcrumbs.scss */

.breadcrumbs--dark .breadcrumbs__item:hover:before {
  color: rgba(0, 0, 0, 0.5);
}

/* line 20, src/scss/common/breadcrumbs.scss */

.breadcrumbs--dark .breadcrumbs__item:last-child {
  color: #000;
}

/* line 24, src/scss/common/breadcrumbs.scss */

.breadcrumbs--dark .breadcrumbs__item + .breadcrumbs__item:before {
  color: rgba(0, 0, 0, 0.5);
}

/* line 30, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item + .breadcrumbs__item:before {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  content: "―";
  color: rgba(255, 255, 255, 0.5);
}

/* line 36, src/scss/common/breadcrumbs.scss */

.breadcrumbs__title {
  max-width: 20em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 50, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
}

/* line 54, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item:hover {
  color: #fff;
}

/* line 57, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item:hover:before {
  color: rgba(255, 255, 255, 0.5);
}

/* line 62, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item:last-child {
  color: #fff;
}

/* line 66, src/scss/common/breadcrumbs.scss */

.breadcrumbs__item svg {
  height: 0.75rem;
  width: 0.75rem;
  fill: currentColor;
  margin-right: 0.5rem;
}

@font-face {
  font-family: 'icomoon';

  src: url("../fonts/icomoon.eot?xgw9c8");

  src: url("../fonts/icomoon.eot?xgw9c8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xgw9c8") format("truetype"), url("../fonts/icomoon.woff?xgw9c8") format("woff"), url("../fonts/icomoon.svg?xgw9c8#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

/* line 13, src/scss/common/icons.scss */

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

/* line 28, src/scss/common/icons.scss */

.icon-phone-24px:before {
  content: "\e900";
}

/* line 31, src/scss/common/icons.scss */

.icon-ic-pin-drop:before {
  content: "\e901";
}

/* line 34, src/scss/common/icons.scss */

.icon-mail-24px:before {
  content: "\e902";
}

/* line 37, src/scss/common/icons.scss */

.icon-ic_dropdown-menu-pointer:before {
  content: "\e903";
}

/* line 40, src/scss/common/icons.scss */

.icon-ic-ascending-descending-toggle:before {
  content: "\e904";
}

/* line 43, src/scss/common/icons.scss */

.icon-ic-back:before {
  content: "\e905";
}

/* line 46, src/scss/common/icons.scss */

.icon-ic-bulletpoint-checkmark:before {
  content: "\e906";
}

/* line 49, src/scss/common/icons.scss */

.icon-icons8-video:before {
  content: "\e907";
}

/* line 52, src/scss/common/icons.scss */

.icon-ic-chat:before {
  content: "\e908";
}

/* line 55, src/scss/common/icons.scss */

.icon-ic-checkbox-off:before {
  content: "\e909";
}

/* line 58, src/scss/common/icons.scss */

.icon-ic-checkbox-on:before {
  content: "\e90a";
}

/* line 61, src/scss/common/icons.scss */

.icon-ic-checkmark:before {
  content: "\e90b";
}

/* line 64, src/scss/common/icons.scss */

.icon-ic-close:before {
  content: "\e90c";
}

/* line 67, src/scss/common/icons.scss */

.icon-ic-delete:before {
  content: "\e90d";
}

/* line 70, src/scss/common/icons.scss */

.icon-ic-download:before {
  content: "\e90e";
}

/* line 73, src/scss/common/icons.scss */

.icon-ic-drag:before {
  content: "\e90f";
}

/* line 76, src/scss/common/icons.scss */

.icon-ic-dropdown:before {
  content: "\e910";
}

/* line 79, src/scss/common/icons.scss */

.icon-ic-enter-fullscreen:before {
  content: "\e911";
}

/* line 82, src/scss/common/icons.scss */

.icon-ic-error:before {
  content: "\e912";
}

/* line 85, src/scss/common/icons.scss */

.icon-ic-exit-fullscreen:before {
  content: "\e913";
}

/* line 88, src/scss/common/icons.scss */

.icon-ic-hide:before {
  content: "\e914";
}

/* line 91, src/scss/common/icons.scss */

.icon-ic-home:before {
  content: "\e915";
}

/* line 94, src/scss/common/icons.scss */

.icon-ic-knowledge-menu:before {
  content: "\e916";
}

/* line 97, src/scss/common/icons.scss */

.icon-ic-knowledge:before {
  content: "\e917";
}

/* line 100, src/scss/common/icons.scss */

.icon-ic-list-view:before {
  content: "\e918";
}

/* line 103, src/scss/common/icons.scss */

.icon-ic-logout:before {
  content: "\e919";
}

/* line 106, src/scss/common/icons.scss */

.icon-ic-notifications:before {
  content: "\e91a";
}

/* line 109, src/scss/common/icons.scss */

.icon-ic-pan:before {
  content: "\e91b";
}

/* line 112, src/scss/common/icons.scss */

.icon-ic-project-add:before {
  content: "\e91c";
}

/* line 115, src/scss/common/icons.scss */

.icon-ic-projects:before {
  content: "\e91d";
}

/* line 118, src/scss/common/icons.scss */

.icon-ic-radial-off:before {
  content: "\e91e";
}

/* line 121, src/scss/common/icons.scss */

.icon-ic-radial-on:before {
  content: "\e91f";
}

/* line 124, src/scss/common/icons.scss */

.icon-ic-resize:before {
  content: "\e920";
}

/* line 127, src/scss/common/icons.scss */

.icon-ic-search:before {
  content: "\e921";
}

/* line 130, src/scss/common/icons.scss */

.icon-ic-show:before {
  content: "\e922";
}

/* line 133, src/scss/common/icons.scss */

.icon-ic-sidebar-dropdown:before {
  content: "\e923";
}

/* line 136, src/scss/common/icons.scss */

.icon-ic-tools:before {
  content: "\e924";
}

/* line 139, src/scss/common/icons.scss */

.icon-ic-upload:before {
  content: "\e925";
}

/* line 142, src/scss/common/icons.scss */

.icon-ic-zoom-in:before {
  content: "\e926";
}

/* line 145, src/scss/common/icons.scss */

.icon-ic-zoom-out:before {
  content: "\e927";
}

/* line 148, src/scss/common/icons.scss */

.icon-ic-copy:before {
  content: "\e928";
}

/* line 151, src/scss/common/icons.scss */

.icon-ic-move:before {
  content: "\e929";
}

/* line 154, src/scss/common/icons.scss */

.icon-ic-undo:before {
  content: "\e92a";
}

/* line 157, src/scss/common/icons.scss */

.icon-baseline-play_arrow-24px:before {
  content: "\e92b";
}

/* line 160, src/scss/common/icons.scss */

.icon-ic-document:before {
  content: "\e92c";
}

/* line 163, src/scss/common/icons.scss */

.icon-uniE92D:before {
  content: "\e92d";
}

/* line 166, src/scss/common/icons.scss */

.icon-uniE92E:before {
  content: "\e92e";
}

/* line 169, src/scss/common/icons.scss */

.icon-ic-checkbox-partial:before {
  content: "\e92f";
}

/* line 172, src/scss/common/icons.scss */

.icon-ic-knowhub:before {
  content: "\e930";
}

/* line 175, src/scss/common/icons.scss */

.icon-ic-globe:before {
  content: "\e931";
}

/* line 178, src/scss/common/icons.scss */

.icon-ic-visual:before {
  content: "\e932";
}

/* line 181, src/scss/common/icons.scss */

.icon-baseline-grid_on-24px:before {
  content: "\e933";
}

/* line 184, src/scss/common/icons.scss */

.icon-baseline-add-24px:before {
  content: "\e934";
}

/* line 187, src/scss/common/icons.scss */

.icon-icons8-menu:before {
  content: "\e935";
}

/* line 1, src/scss/common/grid.scss */

.col-no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * On the landing page some elements extend into the gutter of the previous column
 * (ie the page title on the landing). So we have to calculate the exact width with
 * the changing gutter
 *
 * 100% - 2x gutter
 * Negative margin on the x axis = 2x gutter
 */

/* line 15, src/scss/common/grid.scss */

.w-col-10-no-gutter {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: calc(100% + 2.5rem);
}

@media (min-width: 768px) {
  /* line 15, src/scss/common/grid.scss */

  .w-col-10-no-gutter {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}

@media (min-width: 1024px) {
  /* line 15, src/scss/common/grid.scss */

  .w-col-10-no-gutter {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

/* line 30, src/scss/common/grid.scss */

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  /* line 30, src/scss/common/grid.scss */

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 40, src/scss/common/grid.scss */

  .col,
  .xs\:col,
  .sm\:col,
  .md\:col,
  .lg\:col,
  .xl\:col,
  .col-auto,
  .xs\:col-auto,
  .sm\:col-auto,
  .md\:col-auto,
  .lg\:col-auto,
  .xl\:col-auto,
  .col-1,
  .xs\:col-1,
  .sm\:col-1,
  .md\:col-1,
  .lg\:col-1,
  .xl\:col-1,
  .col-2,
  .xs\:col-2,
  .sm\:col-2,
  .md\:col-2,
  .lg\:col-2,
  .xl\:col-2,
  .col-3,
  .xs\:col-3,
  .sm\:col-3,
  .md\:col-3,
  .lg\:col-3,
  .xl\:col-3,
  .col-4,
  .xs\:col-4,
  .sm\:col-4,
  .md\:col-4,
  .lg\:col-4,
  .xl\:col-4,
  .col-5,
  .xs\:col-5,
  .sm\:col-5,
  .md\:col-5,
  .lg\:col-5,
  .xl\:col-5,
  .col-6,
  .xs\:col-6,
  .sm\:col-6,
  .md\:col-6,
  .lg\:col-6,
  .xl\:col-6,
  .col-7,
  .xs\:col-7,
  .sm\:col-7,
  .md\:col-7,
  .lg\:col-7,
  .xl\:col-7,
  .col-8,
  .xs\:col-8,
  .sm\:col-8,
  .md\:col-8,
  .lg\:col-8,
  .xl\:col-8,
  .col-9,
  .xs\:col-9,
  .sm\:col-9,
  .md\:col-9,
  .lg\:col-9,
  .xl\:col-9,
  .col-10,
  .xs\:col-10,
  .sm\:col-10,
  .md\:col-10,
  .lg\:col-10,
  .xl\:col-10,
  .col-11,
  .xs\:col-11,
  .sm\:col-11,
  .md\:col-11,
  .lg\:col-11,
  .xl\:col-11,
  .col-12,
  .xs\:col-12,
  .sm\:col-12,
  .md\:col-12,
  .lg\:col-12,
  .xl\:col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 131, src/scss/common/grid.scss */

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  /* line 137, src/scss/common/grid.scss */

  .col,
  .xs\:col,
  .sm\:col,
  .md\:col,
  .lg\:col,
  .xl\:col,
  .col-auto,
  .xs\:col-auto,
  .sm\:col-auto,
  .md\:col-auto,
  .lg\:col-auto,
  .xl\:col-auto,
  .col-1,
  .xs\:col-1,
  .sm\:col-1,
  .md\:col-1,
  .lg\:col-1,
  .xl\:col-1,
  .col-2,
  .xs\:col-2,
  .sm\:col-2,
  .md\:col-2,
  .lg\:col-2,
  .xl\:col-2,
  .col-3,
  .xs\:col-3,
  .sm\:col-3,
  .md\:col-3,
  .lg\:col-3,
  .xl\:col-3,
  .col-4,
  .xs\:col-4,
  .sm\:col-4,
  .md\:col-4,
  .lg\:col-4,
  .xl\:col-4,
  .col-5,
  .xs\:col-5,
  .sm\:col-5,
  .md\:col-5,
  .lg\:col-5,
  .xl\:col-5,
  .col-6,
  .xs\:col-6,
  .sm\:col-6,
  .md\:col-6,
  .lg\:col-6,
  .xl\:col-6,
  .col-7,
  .xs\:col-7,
  .sm\:col-7,
  .md\:col-7,
  .lg\:col-7,
  .xl\:col-7,
  .col-8,
  .xs\:col-8,
  .sm\:col-8,
  .md\:col-8,
  .lg\:col-8,
  .xl\:col-8,
  .col-9,
  .xs\:col-9,
  .sm\:col-9,
  .md\:col-9,
  .lg\:col-9,
  .xl\:col-9,
  .col-10,
  .xs\:col-10,
  .sm\:col-10,
  .md\:col-10,
  .lg\:col-10,
  .xl\:col-10,
  .col-11,
  .xs\:col-11,
  .sm\:col-11,
  .md\:col-11,
  .lg\:col-11,
  .xl\:col-11,
  .col-12,
  .xs\:col-12,
  .sm\:col-12,
  .md\:col-12,
  .lg\:col-12,
  .xl\:col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 225, src/scss/common/grid.scss */

  .container.fluid-md-down {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 230, src/scss/common/grid.scss */

  .container.fluid-md-down .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 235, src/scss/common/grid.scss */

  .container.fluid-md-down [class^='col'],
  .container.fluid-md-down [class*=' col'] {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 240, src/scss/common/grid.scss */

  .container.fluid-md-down [class^='col'] > *,
  .container.fluid-md-down [class*=' col'] > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* line 1, src/scss/common/transitions.scss */

.card, .card__cta, .video-card__btn, .news-card {
  transition: all 250ms ease;
}

/* line 1, src/scss/common/article.scss */

.article-float {
  width: 100%;
  background-color: #FAFAFB;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  width: calc(100% + 4rem);
}

@media (min-width: 768px) {
  /* line 1, src/scss/common/article.scss */

  .article-float {
    width: auto;
    height: 16rem;
    float: right;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
    margin-right: -4rem;
    width: auto;
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/common/article.scss */

  .article-float {
    margin-right: -6rem;
    width: 352px;
  }
}

/* line 16, src/scss/common/article.scss */

.article-float--red {
  background-color: #b6000f;
}

/* line 19, src/scss/common/article.scss */

.article-float--red .article-float__title {
  color: #fff;
}

/* line 24, src/scss/common/article.scss */

.article-float__title {
  color: #34495e;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 24, src/scss/common/article.scss */

  .article-float__title {
    margin-top: 6rem;
  }
}

/* line 33, src/scss/common/article.scss */

.video-popup {
  background-color: #FAFAFB;
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  cursor: pointer;
  width: calc(100% + 3rem);
}

@media (min-width: 768px) {
  /* line 33, src/scss/common/article.scss */

  .video-popup {
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
}

@media (min-width: 1024px) {
  /* line 33, src/scss/common/article.scss */

  .video-popup {
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: -6rem;
    margin-right: -6rem;
    width: calc(100% + 12rem);
  }
}

/* line 47, src/scss/common/article.scss */

.video-popup__img-container {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 47, src/scss/common/article.scss */

  .video-popup__img-container {
    width: 58.333333%;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* line 55, src/scss/common/article.scss */

.video-popup__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 55, src/scss/common/article.scss */

  .video-popup__img {
    width: auto;
    height: auto;
  }
}

/* line 63, src/scss/common/article.scss */

.video-popup__body {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 63, src/scss/common/article.scss */

  .video-popup__body {
    width: 41.666667%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* line 71, src/scss/common/article.scss */

.video-popup__tagline {
  font-size: 0.75rem;
  color: #34495e;
  text-transform: uppercase;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  opacity: 0.5;
  margin-bottom: 1rem;
}

/* line 75, src/scss/common/article.scss */

.video-popup__title {
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #34495e;
}

/* line 79, src/scss/common/article.scss */

.video-popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(52, 73, 94, 0.4);
}

/* line 84, src/scss/common/article.scss */

.video-popup__icon {
  font-size: 4rem;
  color: #fff;
}

/* line 89, src/scss/common/article.scss */

.article {
  margin-bottom: 4rem;
  width: 100%;
}

/* line 110, src/scss/common/article.scss */

.article > *:first-child:not(.article-float) {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  /* line 110, src/scss/common/article.scss */

  .article > *:first-child:not(.article-float) {
    margin-top: 4rem;
  }
}

/* line 118, src/scss/common/article.scss */

.article p {
  font-size: 0.875rem;
}

/* line 123, src/scss/common/article.scss */

.article > * + * {
  margin-top: 2.5rem;
}

/* line 128, src/scss/common/article.scss */

.article > h2 + * {
  margin-top: 2rem;
}

/* line 132, src/scss/common/article.scss */

.article > h3 + *,
.article > h4 + * {
  margin-top: 1rem;
}

/* line 137, src/scss/common/article.scss */

.article h2 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.5rem;
  color: #34495e;
}

@media (min-width: 768px) {
  /* line 137, src/scss/common/article.scss */

  .article h2 {
    font-size: 1.75rem;
  }
}

/* line 145, src/scss/common/article.scss */

.article h3 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  font-weight: 700;
  color: #34495e;
}

@media (min-width: 768px) {
  /* line 145, src/scss/common/article.scss */

  .article h3 {
    font-size: 1.5rem;
  }
}

/* line 153, src/scss/common/article.scss */

.article h4 {
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 160, src/scss/common/article.scss */

.article figure {
  width: 100%;
  float: none;
  margin-right: 0;
}

@media (min-width: 768px) {
  /* line 160, src/scss/common/article.scss */

  .article figure {
    width: 50%;
    float: left;
    margin-right: 2rem;
  }
}

/* line 167, src/scss/common/article.scss */

.article figure.full-width {
  width: 100%;
  float: none;
  margin-right: 0;
}

/* line 171, src/scss/common/article.scss */

.article figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

/* line 175, src/scss/common/article.scss */

.article figure figcaption {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #34495e;
  cursor: pointer;
  text-align: right;
  margin-top: 1rem;
}

/* line 180, src/scss/common/article.scss */

.article blockquote {
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #869098;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 184, src/scss/common/article.scss */

.article ul, .article ol {
  font-size: 0.875rem;
  margin-left: 1rem;
}

/* line 188, src/scss/common/article.scss */

.article ul {
  list-style: disc;
}

/* line 192, src/scss/common/article.scss */

.article ol {
  list-style: decimal;
}

/* line 1, src/scss/components/accordion.scss */

.accordion {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

/* line 4, src/scss/components/accordion.scss */

.accordion__content {
  max-height: 0rem;
  overflow: hidden;
}

/* line 9, src/scss/components/accordion.scss */

.accordion input[name='panel'] {
  display: none;
}

/* line 14, src/scss/components/accordion.scss */

.accordion input[name='panel']:checked + label::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: all 0.2s;
}

/* line 19, src/scss/components/accordion.scss */

.accordion input[name='panel']:checked ~ .accordion__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
}

/* line 25, src/scss/components/accordion.scss */

.accordion__label {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #869098;
  letter-spacing: 0.5px;
}

/* line 28, src/scss/components/accordion.scss */

.accordion__label::after {
  width: 1rem;
  height: 1rem;
  color: #869098;
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-2-4h16v16H-2z'/%3E%3Cpath fill='%23869098' d='M10.59 7.41L6 2.83 1.41 7.41 0 6l6-6 6 6z'/%3E%3C/g%3E%3C/svg%3E");
  transition: all 0.2s;
}

/* line 3, src/scss/common/cookie.scss */

.cookies__container {
  border-width: 1px;
  cursor: pointer;
  border-color: #000;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  /* line 3, src/scss/common/cookie.scss */

  .cookies__container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* line 10, src/scss/common/cookie.scss */

.cookies__container--header {
  display: flex;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  align-items: center;
  justify-content: space-between;
}

/* line 13, src/scss/common/cookie.scss */

.cookies__container--header h2 {
  font-weight: 600;
}

/* line 17, src/scss/common/cookie.scss */

.cookies__container--header::after {
  height: 1rem;
  color: #869098;
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-2-4h16v16H-2z'/%3E%3Cpath fill='%23869098' d='M10.59 7.41L6 2.83 1.41 7.41 0 6l6-6 6 6z'/%3E%3C/g%3E%3C/svg%3E");
  transition: all 0.2s;
}

/* line 25, src/scss/common/cookie.scss */

.cookies__content {
  margin-top: 2rem;
}

/* line 28, src/scss/common/cookie.scss */

.cookies__content--header {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 2px;
  border-color: #869098;
}

@media (min-width: 1024px) {
  /* line 28, src/scss/common/cookie.scss */

  .cookies__content--header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-width: 0;
  }
}

/* line 36, src/scss/common/cookie.scss */

.cookies__content--desc {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 40, src/scss/common/cookie.scss */

.cookies__content--title {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #869098;
}

@media (min-width: 1024px) {
  /* line 40, src/scss/common/cookie.scss */

  .cookies__content--title {
    display: inline-flex;
    align-items: center;
    flex: 0 0 25%;
    max-width: 25%;
    color: #000;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  /* line 48, src/scss/common/cookie.scss */

  .cookies__content--title::before {
    display: inline-flex;
    background-color: #ccd3d8;
    margin-right: 1rem;
    content: '';
    width: 2px;
    height: 18px;
  }
}

/* line 57, src/scss/common/cookie.scss */

.cookies__content--title:nth-child(n+2) {
  display: none;
}

@media (min-width: 1024px) {
  /* line 57, src/scss/common/cookie.scss */

  .cookies__content--title:nth-child(n+2) {
    display: flex;
  }
}

/* line 65, src/scss/common/cookie.scss */

.cookies__content--title:nth-child(1)::before {
  background-color: transparent;
}

/* line 69, src/scss/common/cookie.scss */

.cookies__content--title:nth-child(3) {
  flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}

/* line 73, src/scss/common/cookie.scss */

.cookies__content--title:last-child {
  flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}

/* line 79, src/scss/common/cookie.scss */

.cookies__content--inner {
  display: flex;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 82, src/scss/common/cookie.scss */

.cookies__content--inner:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 86, src/scss/common/cookie.scss */

.cookies__content--inner .details {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  /* line 86, src/scss/common/cookie.scss */

  .cookies__content--inner .details {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  /* line 93, src/scss/common/cookie.scss */

  .cookies__content--inner .details::before {
    display: inline-flex;
    background-color: transparent;
    margin-right: 1rem;
    content: '';
    width: 2px;
    height: 18px;
  }
}

/* line 102, src/scss/common/cookie.scss */

.cookies__content--inner .details:nth-child(2) {
  display: none;
}

@media (min-width: 1024px) {
  /* line 102, src/scss/common/cookie.scss */

  .cookies__content--inner .details:nth-child(2) {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* line 110, src/scss/common/cookie.scss */

.cookies__content--inner .details:nth-child(3) {
  display: none;
  flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}

@media (min-width: 1024px) {
  /* line 110, src/scss/common/cookie.scss */

  .cookies__content--inner .details:nth-child(3) {
    display: flex;
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}

/* line 118, src/scss/common/cookie.scss */

.cookies__content--inner .details:last-child {
  flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
  display: none;
}

@media (min-width: 1024px) {
  /* line 118, src/scss/common/cookie.scss */

  .cookies__content--inner .details:last-child {
    display: flex;
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}

/* line 1, src/scss/components/hero.scss */

.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #34495e;
  padding-top: 2.5rem;
}

/* line 4, src/scss/components/hero.scss */

.hero--landing {
  /*@apply overflow-hidden;*/
}

/* line 10, src/scss/components/hero.scss */

.hero__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 14, src/scss/components/hero.scss */

.hero__background, .hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 21, src/scss/components/hero.scss */

.hero--short {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* line 27, src/scss/components/hero.scss */

.hero--white-bg {
  color: #34495e;
}

/* line 30, src/scss/components/hero.scss */

.hero--white-bg .hero__overlay {
  background-image: linear-gradient(to bottom, #f7f7f7, rgba(235, 235, 235, 0.21));
}

/* line 34, src/scss/components/hero.scss */

.hero--white-bg .breadcrumbs__item {
  color: rgba(0, 0, 0, 0.5);
}

/* line 37, src/scss/components/hero.scss */

.hero--white-bg .breadcrumbs__item:hover {
  color: #000;
}

/* line 40, src/scss/components/hero.scss */

.hero--white-bg .breadcrumbs__item:hover:before {
  color: rgba(0, 0, 0, 0.5);
}

/* line 45, src/scss/components/hero.scss */

.hero--white-bg .breadcrumbs__item:last-child {
  color: #000;
}

/* line 49, src/scss/components/hero.scss */

.hero--white-bg .breadcrumbs__item + .breadcrumbs__item:before {
  color: rgba(0, 0, 0, 0.5);
}

/* line 55, src/scss/components/hero.scss */

.hero--blue-bg {
  color: #fff;
}

/* line 58, src/scss/components/hero.scss */

.hero--blue-bg .hero__overlay {
  opacity: 0.5;
  background-color: #1f61a3;
}

/* line 64, src/scss/components/hero.scss */

.hero--dark-blue-bg {
  color: #fff;
}

/* line 67, src/scss/components/hero.scss */

.hero--dark-blue-bg .hero__overlay {
  opacity: 0.8;
  background-color: #34495e;
}

/* line 73, src/scss/components/hero.scss */

.hero--black-bg {
  color: #fff;
}

/* line 76, src/scss/components/hero.scss */

.hero--black-bg .hero__overlay {
  opacity: 0.4;
  background-color: #000000;
}

/* line 82, src/scss/components/hero.scss */

.hero__date {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding-top: 3rem;
}

/* line 86, src/scss/components/hero.scss */

.hero__text {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.75rem;
  max-width: 600px;
}

/* line 91, src/scss/components/hero.scss */

.hero__cta {
  margin-top: 2rem;
}

/* line 95, src/scss/components/hero.scss */

.hero__img-container {
  position: relative;
  width: 100vw;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media (min-width: 768px) {
  /* line 95, src/scss/components/hero.scss */

  .hero__img-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  /* line 95, src/scss/components/hero.scss */

  .hero__img-container {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 48px);
    max-width: 50vw;
  }
}

/* line 109, src/scss/components/hero.scss */

.hero__img-small-container {
  position: relative;
  width: 100vw;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media (min-width: 768px) {
  /* line 109, src/scss/components/hero.scss */

  .hero__img-small-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/components/hero.scss */

  .hero__img-small-container {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 48px);
    max-width: 40vw;
  }
}

/* line 1, src/scss/components/footer.scss */

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #34495e;
  font-weight: 500;
  background-color: rgba(134, 144, 152, 0.1);
}

@media (min-width: 640px) {
  /* line 1, src/scss/components/footer.scss */

  .footer {
    flex-wrap: nowrap;
  }
}

/* line 1, src/scss/components/navigation.scss */

.nav {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #b6000f;
  color: #fff;
  min-height: 48px;
  /*
   * Logo/Brand
   */
  /*
   * Main menu navigation items container
   */
  /*
   * Main menu navigation items container for mobile
   */
  /*
   * Navigation form
   */
}

@media (min-width: 768px) {
  /* line 1, src/scss/components/navigation.scss */

  .nav {
    flex-wrap: nowrap;
    min-height: 60px;
  }
}

/* line 13, src/scss/components/navigation.scss */

.nav__logo {
  flex-shrink: 0;
  display: flex;
}

/* line 17, src/scss/components/navigation.scss */

.nav__logo-img {
  align-self: flex-end;
  height: 48px;
}

@media (min-width: 768px) {
  /* line 17, src/scss/components/navigation.scss */

  .nav__logo-img {
    height: 60px;
  }
}

/* line 29, src/scss/components/navigation.scss */

.nav__items {
  display: none;
  flex-direction: column;
  width: 100%;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  /* line 29, src/scss/components/navigation.scss */

  .nav__items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
}

/* line 37, src/scss/components/navigation.scss */

.nav__item {
  color: #fff;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  order: 2;
}

@media (min-width: 768px) {
  /* line 37, src/scss/components/navigation.scss */

  .nav__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 45, src/scss/components/navigation.scss */

.nav__item:hover {
  color: #fff;
}

/* line 50, src/scss/components/navigation.scss */

.nav__item > *:first-child {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

/* line 55, src/scss/components/navigation.scss */

.nav__item--search {
  cursor: pointer;
  width: 100%;
  border-width: 2px;
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  border-color: #A3000d;
  border-width: 2px;
  margin-bottom: 0.5rem;
  border-left-width: 0;
  border-right-width: 0;
  margin-right: 0.5rem;
  order: 1;
}

@media (min-width: 768px) {
  /* line 55, src/scss/components/navigation.scss */

  .nav__item--search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0;
    border-width: 0;
    margin-right: 0;
    border-left-width: 1px;
    border-left-width: 2px;
    margin-left: 0.5rem;
    border-color: rgba(0, 0, 0, 0.2);
    order: 3;
  }
}

@media (min-width: 768px) {
  /* line 65, src/scss/components/navigation.scss */

  .nav__item--search > *:first-child {
    margin-right: 0;
  }
}

/* line 76, src/scss/components/navigation.scss */

.nav__mobile-items {
  display: flex;
}

@media (min-width: 768px) {
  /* line 76, src/scss/components/navigation.scss */

  .nav__mobile-items {
    display: none;
  }
}

/* line 84, src/scss/components/navigation.scss */

.nav__mobile-item {
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  outline: 0;
}

/* line 87, src/scss/components/navigation.scss */

.nav__mobile-item-svg {
  fill: currentColor;
  height: 1rem;
  width: 1.25rem;
}

/* line 91, src/scss/components/navigation.scss */

.nav__mobile-item--close {
  display: none;
}

/* line 95, src/scss/components/navigation.scss */

.nav__mobile-item--search {
  display: none;
  display: inline-flex;
  align-items: center;
}

/* line 103, src/scss/components/navigation.scss */

.nav__form {
  background-color: #91000C;
  display: flex;
  align-items: center;
  display: none;
  width: 100vw;
  height: 4rem;
}

@media (min-width: 768px) {
  /* line 103, src/scss/components/navigation.scss */

  .nav__form {
    width: auto;
    height: auto;
  }
}

/* line 111, src/scss/components/navigation.scss */

.nav__form-label {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  margin-left: 1.5rem;
}

/* line 115, src/scss/components/navigation.scss */

.nav__form-input {
  background-color: transparent;
  padding: 0.5rem;
  outline: 0;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 115, src/scss/components/navigation.scss */

  .nav__form-input {
    width: 368px;
  }
}

/* line 1, src/scss/components/product-search.scss */

.product-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
}

/* line 4, src/scss/components/product-search.scss */

.landing .product-search {
  padding-top: 14px;
}

/* line 9, src/scss/components/product-search.scss */

.landing .product-search {
  padding-top: 14px;
}

/* line 14, src/scss/components/product-search.scss */

.landing .product-search {
  padding-top: 14px;
}

@media (min-width: 768px) {
  /* line 1, src/scss/components/product-search.scss */

  .product-search {
    padding-right: 2rem;
  }
}

/* line 23, src/scss/components/product-search.scss */

.product-search--no-left-padding .product-search__btn {
  padding-left: 0;
}

/* line 28, src/scss/components/product-search.scss */

.product-search__btn {
  outline: 0;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  /* line 28, src/scss/components/product-search.scss */

  .product-search__btn {
    padding-left: 2rem;
  }
}

/* line 35, src/scss/components/product-search.scss */

.product-search__btn--focus {
  opacity: 1 !important;
}

/* line 40, src/scss/components/product-search.scss */

.product-search__btn-text {
  display: none;
}

@media (min-width: 768px) {
  /* line 40, src/scss/components/product-search.scss */

  .product-search__btn-text {
    display: inline;
  }
}

/* line 49, src/scss/components/product-search.scss */

.product-search__btn-icon {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  /* line 49, src/scss/components/product-search.scss */

  .product-search__btn-icon {
    display: none;
  }
}

/* line 56, src/scss/components/product-search.scss */

.product-search__btn-icon--dropdown {
  font-size: 1.25rem;
  margin-left: 0.25rem;
}

/* line 62, src/scss/components/product-search.scss */

.product-search__separator {
  border-color: #f1f3f5;
  border-left-width: 2px;
  margin-right: 0.75rem;
}

/* line 67, src/scss/components/product-search.scss */

.product-search__form {
  display: flex;
  flex-grow: 1;
  position: relative;
}

/* line 71, src/scss/components/product-search.scss */

.product-search__label {
  padding-right: 1rem;
  display: flex;
  align-items: center;
  color: #34495e;
  opacity: 0.5;
  order: 1;
}

/* line 75, src/scss/components/product-search.scss */

.product-search__label span {
  font-size: 1.5rem;
}

/* line 80, src/scss/components/product-search.scss */

.product-search__input {
  flex-grow: 1;
  outline: 0;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  order: 2;
}

/* line 84, src/scss/components/product-search.scss */

.product-search__input:focus {
  color: #000;
}

/* line 87, src/scss/components/product-search.scss */

.product-search__input:focus + label {
  opacity: 1;
}

/* line 90, src/scss/components/product-search.scss */

.product-search__input:focus + label span {
  color: #000;
}

/* line 98, src/scss/components/product-search.scss */

.product-search__results {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  border-radius: 0.25rem;
  color: #000;
  z-index: 20;
  top: 56px;
}

/* line 103, src/scss/components/product-search.scss */

.product-search__result {
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

/* line 106, src/scss/components/product-search.scss */

.product-search__result a {
  font-weight: 400;
}

/* line 109, src/scss/components/product-search.scss */

.product-search__result a:hover {
  color: #e2000f;
}

/* line 115, src/scss/components/product-search.scss */

.product-search__result-all {
  padding-top: 0.5rem;
}

/* line 118, src/scss/components/product-search.scss */

.product-search__result-all a {
  text-transform: uppercase;
  color: #1f61a3;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 121, src/scss/components/product-search.scss */

.product-search__result-all a:hover {
  color: #e2000f;
}

/* line 128, src/scss/components/product-search.scss */

.product-search__categories {
  display: none;
  position: absolute;
  background-color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
  left: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.25rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  flex-wrap: wrap;
  z-index: 20;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  top: 48px;
  width: calc(100% + 2rem);
}

@media (min-width: 768px) {
  /* line 128, src/scss/components/product-search.scss */

  .product-search__categories {
    margin-left: 0;
    margin-right: 0;
    width: calc(100%);
    top: 56px;
  }
}

@media (min-width: 1024px) {
  /* line 128, src/scss/components/product-search.scss */

  .product-search__categories {
    flex-wrap: nowrap;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
  }
}

/* line 145, src/scss/components/product-search.scss */

.product-search__category {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 148, src/scss/components/product-search.scss */

  .product-search__category:first-child {
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  /* line 154, src/scss/components/product-search.scss */

  .product-search__category:last-child {
    padding-left: 3rem;
  }
}

/* line 160, src/scss/components/product-search.scss */

.product-search__category:not(:first-child):not(:last-child) {
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  /* line 160, src/scss/components/product-search.scss */

  .product-search__category:not(:first-child):not(:last-child) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* line 167, src/scss/components/product-search.scss */

.product-search__category:not(:first-child) {
  border-top-width: 1px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 167, src/scss/components/product-search.scss */

  .product-search__category:not(:first-child) {
    border-left-width: 1px;
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  /* line 145, src/scss/components/product-search.scss */

  .product-search__category {
    width: 25%;
  }
}

/* line 180, src/scss/components/product-search.scss */

.product-search__category-title {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #34495e;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  /* line 180, src/scss/components/product-search.scss */

  .product-search__category-title {
    margin-bottom: 0.25rem;
  }
}

/* line 189, src/scss/components/product-search.scss */

.product-search__category-link:last-child {
  padding-top: 1rem;
  padding-bottom: 0;
}

/* line 193, src/scss/components/product-search.scss */

.product-search__category-link:not(:last-child) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 197, src/scss/components/product-search.scss */

.product-search__category-link a:hover {
  color: #e2000f;
}

/* line 203, src/scss/components/product-search.scss */

.product-search input::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

/* line 207, src/scss/components/product-search.scss */

.product-search input::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

.product-search input::-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

.product-search input:-ms-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

.product-search input::-ms-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

.product-search input::placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

/* line 211, src/scss/components/product-search.scss */

.product-search input:-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

/* line 215, src/scss/components/product-search.scss */

.product-search input::-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

/* line 219, src/scss/components/product-search.scss */

.product-search input:-ms-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  color: #34495e;
}

/* line 1, src/scss/components/cards.scss */

.card {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px #e5e8eb;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  height: 280px;
  width: calc(100%);
}

@media (min-width: 768px) {
  /* line 1, src/scss/components/cards.scss */

  .card {
    margin-bottom: 1rem;
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/components/cards.scss */

  .card {
    margin-bottom: 2rem;
    width: calc(50% - 1rem);
  }
}

/* line 18, src/scss/components/cards.scss */

.card--full-width {
  width: 100%;
}

/* line 22, src/scss/components/cards.scss */

.card--two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 25, src/scss/components/cards.scss */

.card--two-col .card__body {
  width: calc(100% - 188px);
}

/* line 29, src/scss/components/cards.scss */

.card--two-col > *:nth-child(3) {
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 1.5rem;
  overflow: hidden;
  width: 90%;
  max-width: 188px;
}

/* line 34, src/scss/components/cards.scss */

.card--two-col > *:nth-child(3) h1, .card--two-col > *:nth-child(3) h2, .card--two-col > *:nth-child(3) h3, .card--two-col > *:nth-child(3) h4, .card--two-col > *:nth-child(3) h5, .card--two-col > *:nth-child(3) h6 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #34495e;
  margin-bottom: 0.75rem;
}

/* line 38, src/scss/components/cards.scss */

.card--two-col > *:nth-child(3) p, .card--two-col > *:nth-child(3) span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

/* line 44, src/scss/components/cards.scss */

.card--two-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 47, src/scss/components/cards.scss */

.card--two-row > *:nth-child(3) {
  position: relative;
  height: auto;
  width: auto;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  /* line 47, src/scss/components/cards.scss */

  .card--two-row > *:nth-child(3) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 58, src/scss/components/cards.scss */

.card--two-col-wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  line-height: 1.625;
  font-weight: 400;
}

/* line 62, src/scss/components/cards.scss */

.card--two-col-wide .card__body {
  width: calc(100% - 224px);
}

/* line 66, src/scss/components/cards.scss */

.card--two-col-wide > *:nth-child(3) {
  display: none;
  height: 100%;
  padding: 2rem;
  font-size: 0.75rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(182, 0, 15, 0.6);
  width: 224px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  /* line 66, src/scss/components/cards.scss */

  .card--two-col-wide > *:nth-child(3) {
    display: block;
  }
}

/* line 77, src/scss/components/cards.scss */

.card--two-col-wide > *:nth-child(3) ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #fff;
}

/* line 81, src/scss/components/cards.scss */

.card--two-col-wide > *:nth-child(3) h1, .card--two-col-wide > *:nth-child(3) h2, .card--two-col-wide > *:nth-child(3) h3, .card--two-col-wide > *:nth-child(3) h4, .card--two-col-wide > *:nth-child(3) h5, .card--two-col-wide > *:nth-child(3) h6 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  color: #fff;
}

/* line 85, src/scss/components/cards.scss */

.card--two-col-wide > *:nth-child(3) p, .card--two-col-wide > *:nth-child(3) span, .card--two-col-wide > *:nth-child(3) strong {
  color: #fff;
}

/* line 91, src/scss/components/cards.scss */

.card:hover {
  box-shadow: 0 2px 20px #ccd3d8;
}

/* line 94, src/scss/components/cards.scss */

.card:hover .card__cta {
  opacity: 1;
}

/* line 99, src/scss/components/cards.scss */

.card__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 103, src/scss/components/cards.scss */

.card--blue .card__overlay {
  background-color: rgba(52, 73, 94, 0.5);
}

/* line 107, src/scss/components/cards.scss */

.card--red .card__overlay {
  background-color: rgba(182, 0, 15, 0.8);
}

/* line 111, src/scss/components/cards.scss */

.card--gray .card__overlay {
  background-color: rgba(10, 10, 11, 0.5);
}

/* line 118, src/scss/components/cards.scss */

.card--blue .card__title, .card--red .card__title, .card--gray .card__title {
  color: #fff;
  width: 100%;
}

/* line 125, src/scss/components/cards.scss */

.card--white .card__overlay {
  background-image: linear-gradient(205deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
}

/* line 129, src/scss/components/cards.scss */

.card--white .card__title {
  color: #000;
  width: 100%;
}

/* line 134, src/scss/components/cards.scss */

.card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  /* line 134, src/scss/components/cards.scss */

  .card__body {
    padding: 2rem;
  }
}

/* line 144, src/scss/components/cards.scss */

.card__title {
  margin-bottom: 1.5rem;
  color: #fff;
}

/* line 148, src/scss/components/cards.scss */

.card__cta {
  opacity: 1;
}

/* line 152, src/scss/components/cards.scss */

.card__cta--visible {
  opacity: 1;
}

/* line 1, src/scss/components/videoCard.scss */

.video-card {
  display: block;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px #e5e8eb;
  overflow: hidden;
}

/* line 4, src/scss/components/videoCard.scss */

.video-card:hover {
  color: #000;
  box-shadow: 0 2px 20px #ccd3d8;
}

/* line 8, src/scss/components/videoCard.scss */

.video-card__text {
  display: none;
  padding: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  /* line 8, src/scss/components/videoCard.scss */

  .video-card__text {
    display: block;
  }
}

/* line 16, src/scss/components/videoCard.scss */

.video-card__title {
  font-weight: 500;
  color: #fff;
  align-self: flex-end;
  position: relative;
}

/* line 20, src/scss/components/videoCard.scss */

.video-card__btn {
  opacity: 0;
}

/* line 25, src/scss/components/videoCard.scss */

.video-card__bg {
  background-size: cover;
  background-position: center;
  padding: 1.25rem;
  display: flex;
  position: relative;
  height: 164px;
}

@media (min-width: 640px) {
  /* line 25, src/scss/components/videoCard.scss */

  .video-card__bg {
    height: 157px;
  }
}

/* line 35, src/scss/components/videoCard.scss */

.video-card__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

/* line 39, src/scss/components/videoCard.scss */

.video-card__btn-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1, src/scss/components/language-list.scss */

.language-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4, src/scss/components/language-list.scss */

.language-list__item {
  display: inline-flex;
  border-color: transparent;
  border-bottom-width: 2px;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

/* line 7, src/scss/components/language-list.scss */

.language-list__item:hover, .language-list__item--active {
  border-color: #e2000f;
  color: #e2000f;
}

/* line 13, src/scss/components/language-list.scss */

.language-list > * {
  flex-shrink: 1;
}

/* line 17, src/scss/components/language-list.scss */

.language-list > *:last-child {
  flex-grow: 1;
}

/* line 1, src/scss/components/newsCard.scss */

.news-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px #e5e8eb;
  overflow: hidden;
  border-radius: 0.25rem;
  height: 100%;
}

/* line 5, src/scss/components/newsCard.scss */

.news-card:hover {
  color: #000;
  box-shadow: 0 2px 20px #ccd3d8;
}

/* line 9, src/scss/components/newsCard.scss */

.news-card__date {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #869098;
  font-weight: 500;
}

/* line 13, src/scss/components/newsCard.scss */

.news-card__title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  position: relative;
}

@media (min-width: 768px) {
  /* line 13, src/scss/components/newsCard.scss */

  .news-card__title {
    font-size: 1.25rem;
  }
}

/* line 21, src/scss/components/newsCard.scss */

.news-card__bg {
  background-size: cover;
  background-position: center;
  padding: 1.25rem;
  display: flex;
  position: relative;
  height: 210px;
}

/* line 1, src/scss/components/catalog.scss */

.catalog {
  background-color: #fff;
  padding: 1.25rem;
  padding-bottom: 0;
  height: 100%;
}

/* line 4, src/scss/components/catalog.scss */

.catalog__title {
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem;
}

/* line 8, src/scss/components/catalog.scss */

.catalog--soon {
  background-color: #e5e8eb;
}

/* line 11, src/scss/components/catalog.scss */

.catalog--soon ol {
  display: none;
}

/* line 15, src/scss/components/catalog.scss */

.catalog--soon .catalog__soon-text {
  display: block;
}

/* line 20, src/scss/components/catalog.scss */

.catalog__soon-text {
  margin-top: 1rem;
  padding: 0.25rem;
  display: none;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: #34495e;
  text-transform: uppercase;
  opacity: 0.5;
}

/* line 1, src/scss/components/category.scss */

.category {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  background-color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/components/category.scss */

  .category {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
}

/* line 10, src/scss/components/category.scss */

.category__column {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1024px) {
  /* line 10, src/scss/components/category.scss */

  .category__column {
    flex-direction: column;
    width: 100%;
  }
}

/* line 17, src/scss/components/category.scss */

.category__column--heading {
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 22, src/scss/components/category.scss */

.category__column:nth-child(odd) > * {
  background-color: rgba(255, 255, 255, 0.06);
}

@media (min-width: 1024px) {
  /* line 22, src/scss/components/category.scss */

  .category__column:nth-child(odd) > * {
    background-color: transparent;
  }
}

/* line 32, src/scss/components/category.scss */

.category__column:nth-child(even) > * {
  background-color: rgba(229, 232, 235, 0.3);
}

@media (min-width: 1024px) {
  /* line 32, src/scss/components/category.scss */

  .category__column:nth-child(even) > * {
    background-color: transparent;
  }
}

/* line 42, src/scss/components/category.scss */

.category__column > *:first-child {
  background-color: #ffffff !important;
}

@media (min-width: 1024px) {
  /* line 48, src/scss/components/category.scss */

  .category__column > *:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.06);
  }

  /* line 52, src/scss/components/category.scss */

  .category__column > *:nth-child(even) {
    background-color: rgba(229, 232, 235, 0.3);
  }
}

/* line 57, src/scss/components/category.scss */

.category__column--red {
  background-color: rgba(226, 0, 15, 0.2) !important;
}

/* line 61, src/scss/components/category.scss */

.category__column--grey {
  background-color: rgba(204, 211, 216, 0.3) !important;
}

/* line 66, src/scss/components/category.scss */

.category__item {
  height: 5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  padding: 1rem;
  width: 170px;
}

@media (min-width: 1024px) {
  /* line 66, src/scss/components/category.scss */

  .category__item {
    min-width: 100%;
    width: auto;
    max-width: 100%;
  }
}

/* line 74, src/scss/components/category.scss */

.category__item:first-child {
  height: 5rem;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  border-right-width: 1px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

@media (min-width: 1024px) {
  /* line 74, src/scss/components/category.scss */

  .category__item:first-child {
    height: 10rem;
    position: relative;
    border-width: 0;
    flex-direction: column;
  }
}

/* line 83, src/scss/components/category.scss */

.category__item:nth-child(2) {
  border-left-width: 0;
}

/* line 88, src/scss/components/category.scss */

.category__item:not(.category__item--heading) {
  justify-content: center;
}

/* line 93, src/scss/components/category.scss */

.category__item:not(:first-child):not(.category__item--heading):not(:nth-child(2)) {
  border-left-width: 1px;
  border-color: #ccd3d8;
}

@media (min-width: 1024px) {
  /* line 98, src/scss/components/category.scss */

  .category__item:nth-child(2) {
    border-left-width: 1px;
    border-color: #ccd3d8;
  }
}

/* line 103, src/scss/components/category.scss */

.category__item--heading {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}

@media (min-width: 1024px) {
  /* line 103, src/scss/components/category.scss */

  .category__item--heading {
    border-width: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: flex-start;
  }
}

/* line 112, src/scss/components/category.scss */

.category__sub-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 115, src/scss/components/category.scss */

.category__sub-item + .category__sub-item {
  margin-left: 0.5rem;
}

/* line 118, src/scss/components/category.scss */

.category__sub-item span {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 125, src/scss/components/category.scss */

  .category__column--heading .category__item--heading {
    border: 0;
  }
}

/* line 2, src/scss/components/contact.scss */

.umbraco-forms-page label {
  display: none;
}

/* line 7, src/scss/components/contact.scss */

.umbraco-forms-page .dataconsent .umbraco-forms-field-wrapper label {
  display: block;
  margin-bottom: 0;
  width: 83.333333%;
}

@media (min-width: 640px) {
  /* line 7, src/scss/components/contact.scss */

  .umbraco-forms-page .dataconsent .umbraco-forms-field-wrapper label {
    width: 91.666667%;
  }
}

/* line 15, src/scss/components/contact.scss */

.umbraco-forms-page input[type="text"] {
  color: #000000;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 19, src/scss/components/contact.scss */

.umbraco-forms-page textarea {
  color: #000000;
  min-height: 154px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-style: none;
}

/* line 24, src/scss/components/contact.scss */

.umbraco-forms-page input[type="submit"] {
  color: #ffffff;
  min-width: 140px;
  height: 46px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 30, src/scss/components/contact.scss */

.umbraco-forms-page .field-validation-error {
  color: #e2000f;
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}

/* line 34, src/scss/components/contact.scss */

.umbraco-forms-page .umbraco-forms-field-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

/* line 36, src/scss/components/contact.scss */

.umbraco-forms-page .umbraco-forms-field-wrapper h2 {
  display: none;
}

/* line 40, src/scss/components/contact.scss */

.umbraco-forms-page input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(../images/svg/ic-checkbox-unactive.svg);
  background-size: 20px;
  outline: none;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  cursor: pointer;
}

/* line 48, src/scss/components/contact.scss */

.umbraco-forms-page input[type="checkbox"]:checked {
  background: #1f61a3;
  outline: none;
  background: url(../images/svg/ic-checkbox-acitve.svg);
  background-size: 20px;
}

/* line 56, src/scss/components/contact.scss */

.umbraco-forms-page .pleasereadourdataprivacypolicy a {
  color: #1f61a3;
  font-weight: 400;
}

/* line 60, src/scss/components/contact.scss */

.umbraco-forms-page .pleasereadourdataprivacypolicy .umbraco-forms-field-wrapper {
  margin-bottom: 1.5rem;
}

/* line 66, src/scss/components/contact.scss */

#formsuccesspopup {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
}

@media (min-width: 1024px) {
  /* line 66, src/scss/components/contact.scss */

  #formsuccesspopup {
    width: 780px;
  }
}

/* line 77, src/scss/components/contact.scss */

#formsuccesspopup h2 {
  background: #b6000f;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1.5rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  /* line 77, src/scss/components/contact.scss */

  #formsuccesspopup h2 {
    font-size: 1.5rem;
    padding: 2.5rem;
    font-weight: 400;
  }
}

/* line 85, src/scss/components/contact.scss */

#formsuccesspopup h3 {
  color: #34495e;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  /* line 85, src/scss/components/contact.scss */

  #formsuccesspopup h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    position: relative;
  }
}

/* line 92, src/scss/components/contact.scss */

#formsuccesspopup p {
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  /* line 92, src/scss/components/contact.scss */

  #formsuccesspopup p {
    margin-bottom: 1.5rem;
  }
}

/* line 98, src/scss/components/contact.scss */

#formsuccesspopup a {
  background: #e2000f;
  color: #ffffff;
  height: 46px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 640px) {
  /* line 98, src/scss/components/contact.scss */

  #formsuccesspopup a {
    width: auto;
    text-align: left;
  }
}

/* line 107, src/scss/components/contact.scss */

#formsuccesspopup .close-button {
  width: 30px;
  height: 30px;
  background: url(../images/svg/ic-close.svg) no-repeat right;
  background-size: 24px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 107, src/scss/components/contact.scss */

  #formsuccesspopup .close-button {
    position: absolute;
    margin-top: 2.5rem;
    margin-bottom: 0;
    background-position: center;
    width: 30px;
  }
}

/* line 1, src/scss/components/dl.scss */

.dl {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

/* line 4, src/scss/components/dl.scss */

.dl__dt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 2px;
}

/* line 7, src/scss/components/dl.scss */

.dl__dt--blue {
  color: #1f61a3;
  border-color: #1f61a3;
}

/* line 11, src/scss/components/dl.scss */

.dl__dt--red {
  color: #e2000f;
  border-color: #e2000f;
}

/* line 16, src/scss/components/dl.scss */

.dl__dd {
  padding: 1.5rem;
}

/* line 19, src/scss/components/dl.scss */

.dl__dd:nth-child(even) {
  background-color: #FCFDFD;
}

/* line 23, src/scss/components/dl.scss */

.dl__dd:nth-child(odd) {
  background-color: #f1f3f5;
}

/* line 3, src/scss/components/tabs.scss */

.tabs li a {
  position: relative;
  white-space: nowrap;
  margin-right: 2rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  border-bottom-width: 2px;
  border-color: transparent;
  color: rgba(52, 73, 94, 0.5);
}

/* line 7, src/scss/components/tabs.scss */

.tabs li a:hover {
  border-bottom-width: 2px;
  border-color: #e2000f;
  color: #e2000f;
  opacity: 1;
}

@media (min-width: 1024px) {
  /* line 3, src/scss/components/tabs.scss */

  .tabs li a {
    font-size: 0.875rem;
  }
}

/* line 16, src/scss/components/tabs.scss */

.tabs li:last-child a {
  margin-right: 0;
}

/* line 22, src/scss/components/tabs.scss */

.tabs .badge {
  display: block;
  position: absolute;
  background-color: #e2000f;
  color: #fff;
  top: -10px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  padding-top: 1px;
  right: -20px;
  border-radius: 6px;
  font-size: 0.625rem;
}

/* line 34, src/scss/components/tabs.scss */

.tabs .active a {
  border-bottom-width: 2px;
  border-color: #e2000f;
  opacity: 1;
  color: #e2000f;
}

/* line 38, src/scss/components/tabs.scss */

.tabs__pane {
  display: none;
}

/* line 42, src/scss/components/tabs.scss */

.tabs__pane.active {
  display: flex;
}

/* line 1, src/scss/components/relevantCard.scss */

.relevantCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 2px 4px #e5e8eb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 4, src/scss/components/relevantCard.scss */

.relevantCard:hover {
  color: black;
}

/* line 8, src/scss/components/relevantCard.scss */

.relevantCard__img {
  align-self: center;
  max-height: 96px;
}

/* line 13, src/scss/components/relevantCard.scss */

.relevantCard__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
}

/* line 17, src/scss/components/relevantCard.scss */

.relevantCard__subtitle {
  font-weight: 700;
  font-size: 1rem;
  opacity: 0.5;
}

/* line 21, src/scss/components/relevantCard.scss */

.relevantCard__desc {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  width: 100%;
}

/* line 1, src/scss/components/product.scss */

.product {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/* line 5, src/scss/components/product.scss */

.product__wrap {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

/* line 10, src/scss/components/product.scss */

.product__space > div {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 15, src/scss/components/product.scss */

.product__column {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  align-items: stretch;
}

/* line 19, src/scss/components/product.scss */

.product__column:first-child {
  border-right-width: 1px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #fff;
}

/* line 23, src/scss/components/product.scss */

.product__column:last-child {
  flex-grow: 1;
}

/* line 27, src/scss/components/product.scss */

.product__column > div:last-child {
  border-color: transparent;
}

/* line 31, src/scss/components/product.scss */

.product__column > :nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.06);
}

/* line 35, src/scss/components/product.scss */

.product__column > :nth-child(even) {
  background-color: rgba(229, 232, 235, 0.3);
}

/* line 40, src/scss/components/product.scss */

.product__heading {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 500;
  border-bottom-width: 1px;
  min-width: 120px;
  min-height: 55px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 40, src/scss/components/product.scss */

  .product__heading {
    white-space: nowrap;
  }
}

/* line 49, src/scss/components/product.scss */

.product__heading:nth-child(2) {
  border-top-width: 1px;
}

/* line 53, src/scss/components/product.scss */

.product__heading:last-child {
  border-color: transparent;
}

/* line 58, src/scss/components/product.scss */

.product__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  border-bottom-width: 1px;
  min-height: 55px;
}

/* line 62, src/scss/components/product.scss */

.product__item--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
}

/* line 66, src/scss/components/product.scss */

.product__item:nth-child(2) {
  border-top-width: 1px;
}

/* line 71, src/scss/components/product.scss */

.product .equalheightHeader {
  flex-grow: 1;
}

@media (min-width: 640px) {
  /* line 77, src/scss/components/product.scss */

  .documents-table {
    min-width: 1000px;
  }
}

/* line 1, src/scss/components/search.scss */

.filter {
  z-index: 50;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/components/search.scss */

  .filter {
    position: static;
    display: block;
  }
}

/* line 9, src/scss/components/search.scss */

.filter__container {
  background-color: #e5e8eb;
  margin-left: -1rem;
  padding-left: 1.5rem;
  padding-bottom: 16rem;
  position: absolute;
  left: 0;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 9, src/scss/components/search.scss */

  .filter__container {
    background-color: transparent;
    position: static;
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

/* line 17, src/scss/components/search.scss */

.filter__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 2px;
  border-color: #1f61a3;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  /* line 17, src/scss/components/search.scss */

  .filter__wrap {
    padding-top: 0;
  }
}

/* line 25, src/scss/components/search.scss */

.filter__title {
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 29, src/scss/components/search.scss */

.filter__btn {
  font-weight: 500;
  opacity: 0.5;
  color: #1f61a3;
  font-size: 0.75rem;
}

/* line 33, src/scss/components/search.scss */

.filter__input {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

/* line 36, src/scss/components/search.scss */

.filter__input input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: #869098;
  background-color: transparent;
  color: #869098;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 39, src/scss/components/search.scss */

.filter__input input[type=checkbox]:checked {
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #869098;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
}

/* line 49, src/scss/components/search.scss */

.news {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

/* line 52, src/scss/components/search.scss */

.news__title {
  font-weight: 700;
  font-size: 1rem;
}

/* line 56, src/scss/components/search.scss */

.news--wrap {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
}

/* line 60, src/scss/components/search.scss */

.news__date {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-right: 0.75rem;
}

/* line 64, src/scss/components/search.scss */

.news__line {
  width: 1rem;
  background-color: #000;
  opacity: 0.5;
  height: 2px;
}

/* line 69, src/scss/components/search.scss */

.news__category {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-left: 0.75rem;
}

/* line 73, src/scss/components/search.scss */

.news__desc {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1.25;
}

/* line 1, src/scss/components/videoCardSmall.scss */

.video-sm {
  display: flex;
  flex-direction: column;
}

/* line 4, src/scss/components/videoCardSmall.scss */

.video-sm__img-container {
  position: relative;
  border-radius: 0.25rem;
}

/* line 7, src/scss/components/videoCardSmall.scss */

.video-sm__img-container--wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .32);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  align-items: flex-end;
}

/* line 12, src/scss/components/videoCardSmall.scss */

.video-sm__img-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(0, 0, 0, .32);
  border-radius: 0.25rem;
}

/* line 15, src/scss/components/videoCardSmall.scss */

.video-sm__img-btn--text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
}

/* line 20, src/scss/components/videoCardSmall.scss */

.video-sm__img {
  height: 10rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 24, src/scss/components/videoCardSmall.scss */

.video-sm__title {
  font-size: 1rem;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-top: 1rem;
}

/* line 28, src/scss/components/videoCardSmall.scss */

.video-sm__subtitle {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

/* line 32, src/scss/components/videoCardSmall.scss */

.video-sm__wrap {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
}

/* line 36, src/scss/components/videoCardSmall.scss */

.video-sm__text {
  opacity: 0.5;
  font-size: 0.75rem;
}

/* line 40, src/scss/components/videoCardSmall.scss */

.video-sm__divider {
  width: 1rem;
  background-color: #000;
  opacity: 0.5;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 2px;
}

/* line 1, src/scss/components/modal.scss */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  overflow: auto;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 5, src/scss/components/modal.scss */

.modal__dialog {
  position: relative;
  color: #fff;
  background-color: #000;
  height: 100%;
  width: 100%;
  max-width: 28rem;
  margin: auto;
  flex-direction: column;
  display: flex;
  max-width: 1024px;
  max-height: 768px;
}

/* line 11, src/scss/components/modal.scss */

.modal__header {
  height: 3rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 15, src/scss/components/modal.scss */

.modal__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex-grow: 1;
}

/* line 19, src/scss/components/modal.scss */

.modal__close {
  font-size: 1.5rem;
  cursor: pointer;
}

/* line 23, src/scss/components/modal.scss */

.modal__video {
  height: 100%;
  width: 100%;
}

/* line 4, src/scss/components/slideshow.scss */

.glide__slide img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  /* line 4, src/scss/components/slideshow.scss */

  .glide__slide img {
    max-width: 28rem;
  }
}

/* line 13, src/scss/components/slideshow.scss */

.glide__nav-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
}

/* line 17, src/scss/components/slideshow.scss */

.glide__nav-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}

/* line 21, src/scss/components/slideshow.scss */

.glide__button {
  font-size: 1.75rem;
  color: #e2000f;
}

/* line 26, src/scss/components/slideshow.scss */

.glide__sidebar {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  /* line 26, src/scss/components/slideshow.scss */

  .glide__sidebar {
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom-width: 0;
    border-right-width: 1px;
    margin-top: 0;
    height: 336px;
  }
}

/* line 34, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets {
  display: flex;
  overflow-x: scroll;
  border-bottom-width: 1px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 34, src/scss/components/slideshow.scss */

  .glide__sidebar .glide__bullets {
    display: block;
  }
}

/* line 43, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 1024px) {
  /* line 34, src/scss/components/slideshow.scss */

  .glide__sidebar .glide__bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}

/* line 52, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets .glide__bullet {
  flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 2px;
  border-color: transparent;
}

/* line 55, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets .glide__bullet img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}

@media (min-width: 768px) {
  /* line 52, src/scss/components/slideshow.scss */

  .glide__sidebar .glide__bullets .glide__bullet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 52, src/scss/components/slideshow.scss */

  .glide__sidebar .glide__bullets .glide__bullet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    border-bottom-width: 0;
    padding-bottom: 0;
    padding-right: 0.75rem;
    border-right-width: 2px;
    border-color: transparent;
  }
}

/* line 68, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* line 73, src/scss/components/slideshow.scss */

.glide__sidebar .glide__bullets .glide__bullet--active {
  border-color: #e2000f;
}

/* line 2, node_modules/@fullcalendar/core/main.css */

.fc {
  direction: ltr;
  text-align: left;
}

/* line 7, node_modules/@fullcalendar/core/main.css */

.fc-rtl {
  text-align: right;
}

/* line 11, node_modules/@fullcalendar/core/main.css */

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

/* line 18, node_modules/@fullcalendar/core/main.css */

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

/* line 24, node_modules/@fullcalendar/core/main.css */

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

/* line 30, node_modules/@fullcalendar/core/main.css */

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

/* line 38, node_modules/@fullcalendar/core/main.css */

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 43, node_modules/@fullcalendar/core/main.css */

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

/* line 52, node_modules/@fullcalendar/core/main.css */

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

/* line 56, node_modules/@fullcalendar/core/main.css */

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 60, node_modules/@fullcalendar/core/main.css */

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

/* line 68, node_modules/@fullcalendar/core/main.css */

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 73, node_modules/@fullcalendar/core/main.css */

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 81, node_modules/@fullcalendar/core/main.css */

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 92, node_modules/@fullcalendar/core/main.css */

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 97, node_modules/@fullcalendar/core/main.css */

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

/* line 104, node_modules/@fullcalendar/core/main.css */

.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 115, node_modules/@fullcalendar/core/main.css */

.fc th {
  text-align: center;
}

/* line 119, node_modules/@fullcalendar/core/main.css */

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 127, node_modules/@fullcalendar/core/main.css */

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

/* line 134, node_modules/@fullcalendar/core/main.css */

a[data-goto] {
  cursor: pointer;
}

/* line 138, node_modules/@fullcalendar/core/main.css */

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

/* line 144, node_modules/@fullcalendar/core/main.css */

.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 151, node_modules/@fullcalendar/core/main.css */

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 160, node_modules/@fullcalendar/core/main.css */

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

/* line 167, node_modules/@fullcalendar/core/main.css */

.fc-row {
  position: relative;
}

/* line 171, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

/* line 176, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 182, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 188, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 193, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 197, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/

/* line 205, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 212, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

/* line 216, node_modules/@fullcalendar/core/main.css */

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 226, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 232, node_modules/@fullcalendar/core/main.css */

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

/* line 240, node_modules/@fullcalendar/core/main.css */

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */

/* line 245, node_modules/@fullcalendar/core/main.css */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

/* line 255, node_modules/@fullcalendar/core/main.css */

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

/* line 266, node_modules/@fullcalendar/core/main.css */

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

/* line 272, node_modules/@fullcalendar/core/main.css */

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 280, node_modules/@fullcalendar/core/main.css */

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 286, node_modules/@fullcalendar/core/main.css */

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 292, node_modules/@fullcalendar/core/main.css */

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

/* line 298, node_modules/@fullcalendar/core/main.css */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

/* line 304, node_modules/@fullcalendar/core/main.css */

.fc-event .fc-resizer {
  display: none;
}

/* line 308, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

/* line 315, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

/* line 331, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 337, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/

/* line 354, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 358, node_modules/@fullcalendar/core/main.css */

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

/* line 365, node_modules/@fullcalendar/core/main.css */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

/* line 377, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 387, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

/* line 399, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

/* line 407, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

/* line 415, node_modules/@fullcalendar/core/main.css */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

/* line 424, node_modules/@fullcalendar/core/main.css */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

/* line 439, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

/* line 446, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

/* line 457, node_modules/@fullcalendar/core/main.css */

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 463, node_modules/@fullcalendar/core/main.css */

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 468, node_modules/@fullcalendar/core/main.css */

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

/* line 473, node_modules/@fullcalendar/core/main.css */

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 479, node_modules/@fullcalendar/core/main.css */

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

/* line 485, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

/* line 492, node_modules/@fullcalendar/core/main.css */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

/* line 501, node_modules/@fullcalendar/core/main.css */

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 508, node_modules/@fullcalendar/core/main.css */

a.fc-more:hover {
  text-decoration: underline;
}

/* line 512, node_modules/@fullcalendar/core/main.css */

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

/* line 518, node_modules/@fullcalendar/core/main.css */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 523, node_modules/@fullcalendar/core/main.css */

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 528, node_modules/@fullcalendar/core/main.css */

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

/* line 534, node_modules/@fullcalendar/core/main.css */

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

/* line 541, node_modules/@fullcalendar/core/main.css */

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

/* line 556, node_modules/@fullcalendar/core/main.css */

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 569, node_modules/@fullcalendar/core/main.css */

.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 573, node_modules/@fullcalendar/core/main.css */

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 579, node_modules/@fullcalendar/core/main.css */

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 583, node_modules/@fullcalendar/core/main.css */

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/

@font-face {
  font-family: "fcicons";

  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");

  font-weight: normal;

  font-style: normal;
}

/* line 598, node_modules/@fullcalendar/core/main.css */

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  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;
}

/* line 612, node_modules/@fullcalendar/core/main.css */

.fc-icon-chevron-left:before {
  content: "";
}

/* line 616, node_modules/@fullcalendar/core/main.css */

.fc-icon-chevron-right:before {
  content: "";
}

/* line 620, node_modules/@fullcalendar/core/main.css */

.fc-icon-chevrons-left:before {
  content: "";
}

/* line 624, node_modules/@fullcalendar/core/main.css */

.fc-icon-chevrons-right:before {
  content: "";
}

/* line 628, node_modules/@fullcalendar/core/main.css */

.fc-icon-minus-square:before {
  content: "";
}

/* line 632, node_modules/@fullcalendar/core/main.css */

.fc-icon-plus-square:before {
  content: "";
}

/* line 636, node_modules/@fullcalendar/core/main.css */

.fc-icon-x:before {
  content: "";
}

/* line 640, node_modules/@fullcalendar/core/main.css */

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/

/* reset */

/* line 652, node_modules/@fullcalendar/core/main.css */

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 662, node_modules/@fullcalendar/core/main.css */

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 667, node_modules/@fullcalendar/core/main.css */

.fc-button {
  -webkit-appearance: button;
}

/* line 671, node_modules/@fullcalendar/core/main.css */

.fc-button:not(:disabled) {
  cursor: pointer;
}

/* line 675, node_modules/@fullcalendar/core/main.css */

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */

/* line 681, node_modules/@fullcalendar/core/main.css */

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

/* line 699, node_modules/@fullcalendar/core/main.css */

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

/* line 704, node_modules/@fullcalendar/core/main.css */

.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

/* line 710, node_modules/@fullcalendar/core/main.css */

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */

/* line 715, node_modules/@fullcalendar/core/main.css */

.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

/* line 721, node_modules/@fullcalendar/core/main.css */

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

/* line 727, node_modules/@fullcalendar/core/main.css */

.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* line 732, node_modules/@fullcalendar/core/main.css */

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

/* line 738, node_modules/@fullcalendar/core/main.css */

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

/* line 745, node_modules/@fullcalendar/core/main.css */

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */

/* line 752, node_modules/@fullcalendar/core/main.css */

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

/* line 759, node_modules/@fullcalendar/core/main.css */

.fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 767, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

/* line 774, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

/* line 778, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

/* line 784, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

/* line 788, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 793, node_modules/@fullcalendar/core/main.css */

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

/* line 800, node_modules/@fullcalendar/core/main.css */

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/

/* line 807, node_modules/@fullcalendar/core/main.css */

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

/* line 813, node_modules/@fullcalendar/core/main.css */

.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 819, node_modules/@fullcalendar/core/main.css */

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

/* line 823, node_modules/@fullcalendar/core/main.css */

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */

/* line 828, node_modules/@fullcalendar/core/main.css */

.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

/* line 832, node_modules/@fullcalendar/core/main.css */

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* line 839, node_modules/@fullcalendar/core/main.css */

.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

/* line 845, node_modules/@fullcalendar/core/main.css */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

/* line 853, node_modules/@fullcalendar/core/main.css */

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  /* line 861, node_modules/@fullcalendar/core/main.css */

  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/

  /* line 867, node_modules/@fullcalendar/core/main.css */

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  /* line 873, node_modules/@fullcalendar/core/main.css */

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/

  /* line 879, node_modules/@fullcalendar/core/main.css */

  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */

  /* common... */

  /* line 891, node_modules/@fullcalendar/core/main.css */

  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */

  /* line 903, node_modules/@fullcalendar/core/main.css */

  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  /* line 910, node_modules/@fullcalendar/core/main.css */

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  /* line 917, node_modules/@fullcalendar/core/main.css */

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  /* line 923, node_modules/@fullcalendar/core/main.css */

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/

  /* line 931, node_modules/@fullcalendar/core/main.css */

  .fc-more-cell,
  .fc-more {
    display: none !important;
  }

  /* line 936, node_modules/@fullcalendar/core/main.css */

  .fc tr.fc-limited {
    display: table-row !important;
  }

  /* line 940, node_modules/@fullcalendar/core/main.css */

  .fc td.fc-limited {
    display: table-cell !important;
  }

  /* line 944, node_modules/@fullcalendar/core/main.css */

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/

  /* undo the min-height 100% trick used to fill the container's height */

  /* line 952, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */

  /* line 957, node_modules/@fullcalendar/core/main.css */

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */

  /* line 962, node_modules/@fullcalendar/core/main.css */

  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */

  /* line 970, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */

  /* line 975, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */

  /* line 980, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/

  /* naturally position events, vertically stacking them */

  /* line 987, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */

  /* line 993, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */

  /* line 998, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */

  /* line 1003, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */

  /* line 1008, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */

  /* undo a previous declaration and let the time text span to a second line */

  /* line 1014, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */

  /* line 1019, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */

  /* line 1024, node_modules/@fullcalendar/core/main.css */

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/

  /* kill the scrollbars and allow natural height */

  /* line 1031, node_modules/@fullcalendar/core/main.css */

  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */

  /* line 1040, node_modules/@fullcalendar/core/main.css */

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/

  /* line 1047, node_modules/@fullcalendar/core/main.css */

  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/* line 9, src/scss/components/calendar.scss */

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  /* line 9, src/scss/components/calendar.scss */

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
  }
}

/* line 16, src/scss/components/calendar.scss */

.fc-toolbar.fc-header-toolbar h2 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
  color: #34495e;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  /* line 16, src/scss/components/calendar.scss */

  .fc-toolbar.fc-header-toolbar h2 {
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

/* line 25, src/scss/components/calendar.scss */

.fc-today-button {
  display: none;
}

/* line 30, src/scss/components/calendar.scss */

.fc-button-primary {
  background-color: transparent;
  border-style: none;
}

/* line 33, src/scss/components/calendar.scss */

.fc-button-primary .fc-icon {
  color: #34495e;
}

/* line 37, src/scss/components/calendar.scss */

.fc-button-primary:hover, .fc-button-primary:focus, .fc-button-primary:active, .fc-button-primary:not(:disabled):active, .fc-button-primary.fc-button-active, .fc-button-primary:not(:disabled).fc-button-active {
  background-color: transparent;
  border-style: none;
}

/* line 45, src/scss/components/calendar.scss */

.fc-button-primary:hover .fc-icon, .fc-button-primary:focus .fc-icon, .fc-button-primary:active .fc-icon, .fc-button-primary:not(:disabled):active .fc-icon, .fc-button-primary.fc-button-active .fc-icon, .fc-button-primary:not(:disabled).fc-button-active .fc-icon {
  color: #e2000f;
}

/* line 51, src/scss/components/calendar.scss */

.fc-button .fc-icon {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  /* line 51, src/scss/components/calendar.scss */

  .fc-button .fc-icon {
    font-size: 1.5rem;
  }
}

/* line 59, src/scss/components/calendar.scss */

.fc th,
.fc td {
  border-style: none;
}

/* line 64, src/scss/components/calendar.scss */

.fc th {
  text-align: center;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  /* line 64, src/scss/components/calendar.scss */

  .fc th {
    padding-bottom: 1.5rem;
  }
}

/* line 72, src/scss/components/calendar.scss */

.fc table {
  font-size: 0.75rem;
}

/* line 76, src/scss/components/calendar.scss */

.fc .fc-row td {
  text-align: center;
  font-size: 13px;
}

/* line 81, src/scss/components/calendar.scss */

.fc-unthemed td.fc-today {
  background-color: transparent;
  border-style: none;
}

/* line 85, src/scss/components/calendar.scss */

.fc-other-month {
  opacity: 0.5;
}

/* line 89, src/scss/components/calendar.scss */

.fc-title,
.fc-time {
  display: none;
}

/* line 94, src/scss/components/calendar.scss */

tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
}

/* line 98, src/scss/components/calendar.scss */

.fc-event {
  border-width: 2px;
  background-color: #e2000f;
  border-color: #e2000f;
  margin-top: 2px;
  border-radius: 2px;
}

/* line 104, src/scss/components/calendar.scss */

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 2px;
}

/* line 107, src/scss/components/calendar.scss */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 2px;
}

/* line 1, src/scss/components/cookieAccordion.scss */

.cookie-accordion {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

/* line 4, src/scss/components/cookieAccordion.scss */

.cookie-accordion__content {
  max-height: 0rem;
  overflow: hidden;
}

/* line 9, src/scss/components/cookieAccordion.scss */

.cookie-accordion input[name='panel'] {
  display: none;
}

/* line 14, src/scss/components/cookieAccordion.scss */

.cookie-accordion__rotate::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: all 0.2s;
}

/* line 20, src/scss/components/cookieAccordion.scss */

.cookie-accordion__label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 700;
  color: #e2000f;
  margin-bottom: 1.25rem;
}

/* line 23, src/scss/components/cookieAccordion.scss */

.cookie-accordion__label::after {
  margin-left: 0.5rem;
  fill: currentColor;
  color: #e2000f;
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-2-4h16v16H-2z'/%3E%3Cpath fill='%23869098' d='M10.59 7.41L6 2.83 1.41 7.41 0 6l6-6 6 6z'/%3E%3C/g%3E%3C/svg%3E");
  transition: all 0.2s;
}

/* line 44, src/scss/app.scss */

body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 53, src/scss/app.scss */

.bg-opacity {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 57, src/scss/app.scss */

.bg-overlay {
  background-color: rgba(10, 10, 11, 0.5);
}

/* line 61, src/scss/app.scss */

.bg-grey-opacity {
  background-color: rgba(229, 232, 235, 0.3);
}

@media (min-width: 375px){
  .xs\: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;
  }

  .xs\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\: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;
  }

  .xs\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed{
    background-attachment: fixed;
  }

  .xs\:bg-local{
    background-attachment: local;
  }

  .xs\:bg-scroll{
    background-attachment: scroll;
  }

  .xs\:bg-transparent{
    background-color: transparent;
  }

  .xs\:bg-black{
    background-color: #000;
  }

  .xs\:bg-black_transparent{
    background-color: rgba(0, 0, 0, .32);
  }

  .xs\:bg-gray_transparent{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:bg-white{
    background-color: #fff;
  }

  .xs\:bg-gray-75{
    background-color: #FCFDFD;
  }

  .xs\:bg-gray-85{
    background-color: #FAFAFB;
  }

  .xs\:bg-gray-100{
    background-color: #f9f9f9;
  }

  .xs\:bg-gray-150{
    background-color: #F2F3F4;
  }

  .xs\:bg-gray-200{
    background-color: #f1f3f5;
  }

  .xs\:bg-gray-300{
    background-color: #e5e8eb;
  }

  .xs\:bg-gray-400{
    background-color: #575756;
  }

  .xs\:bg-gray-500{
    background-color: #ccd3d8;
  }

  .xs\:bg-gray-700{
    background-color: #869098;
  }

  .xs\:bg-red-500{
    background-color: #e2000f;
  }

  .xs\:bg-red-600{
    background-color: #b6000f;
  }

  .xs\:bg-red-800{
    background-color: #A3000d;
  }

  .xs\:bg-red-900{
    background-color: #91000C;
  }

  .xs\:bg-green{
    background-color: #4bac38;
  }

  .xs\:bg-blue-500{
    background-color: #1f61a3;
  }

  .xs\:bg-blue-600{
    background-color: #34495e;
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xs\:hover\:bg-black:hover{
    background-color: #000;
  }

  .xs\:hover\:bg-black_transparent:hover{
    background-color: rgba(0, 0, 0, .32);
  }

  .xs\:hover\:bg-gray_transparent:hover{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xs\:hover\:bg-gray-75:hover{
    background-color: #FCFDFD;
  }

  .xs\:hover\:bg-gray-85:hover{
    background-color: #FAFAFB;
  }

  .xs\:hover\:bg-gray-100:hover{
    background-color: #f9f9f9;
  }

  .xs\:hover\:bg-gray-150:hover{
    background-color: #F2F3F4;
  }

  .xs\:hover\:bg-gray-200:hover{
    background-color: #f1f3f5;
  }

  .xs\:hover\:bg-gray-300:hover{
    background-color: #e5e8eb;
  }

  .xs\:hover\:bg-gray-400:hover{
    background-color: #575756;
  }

  .xs\:hover\:bg-gray-500:hover{
    background-color: #ccd3d8;
  }

  .xs\:hover\:bg-gray-700:hover{
    background-color: #869098;
  }

  .xs\:hover\:bg-red-500:hover{
    background-color: #e2000f;
  }

  .xs\:hover\:bg-red-600:hover{
    background-color: #b6000f;
  }

  .xs\:hover\:bg-red-800:hover{
    background-color: #A3000d;
  }

  .xs\:hover\:bg-red-900:hover{
    background-color: #91000C;
  }

  .xs\:hover\:bg-green:hover{
    background-color: #4bac38;
  }

  .xs\:hover\:bg-blue-500:hover{
    background-color: #1f61a3;
  }

  .xs\:hover\:bg-blue-600:hover{
    background-color: #34495e;
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xs\:focus\:bg-black:focus{
    background-color: #000;
  }

  .xs\:focus\:bg-black_transparent:focus{
    background-color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:bg-gray_transparent:focus{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .xs\:focus\:bg-gray-75:focus{
    background-color: #FCFDFD;
  }

  .xs\:focus\:bg-gray-85:focus{
    background-color: #FAFAFB;
  }

  .xs\:focus\:bg-gray-100:focus{
    background-color: #f9f9f9;
  }

  .xs\:focus\:bg-gray-150:focus{
    background-color: #F2F3F4;
  }

  .xs\:focus\:bg-gray-200:focus{
    background-color: #f1f3f5;
  }

  .xs\:focus\:bg-gray-300:focus{
    background-color: #e5e8eb;
  }

  .xs\:focus\:bg-gray-400:focus{
    background-color: #575756;
  }

  .xs\:focus\:bg-gray-500:focus{
    background-color: #ccd3d8;
  }

  .xs\:focus\:bg-gray-700:focus{
    background-color: #869098;
  }

  .xs\:focus\:bg-red-500:focus{
    background-color: #e2000f;
  }

  .xs\:focus\:bg-red-600:focus{
    background-color: #b6000f;
  }

  .xs\:focus\:bg-red-800:focus{
    background-color: #A3000d;
  }

  .xs\:focus\:bg-red-900:focus{
    background-color: #91000C;
  }

  .xs\:focus\:bg-green:focus{
    background-color: #4bac38;
  }

  .xs\:focus\:bg-blue-500:focus{
    background-color: #1f61a3;
  }

  .xs\:focus\:bg-blue-600:focus{
    background-color: #34495e;
  }

  .xs\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .xs\:even\:bg-black:nth-child(even){
    background-color: #000;
  }

  .xs\:even\:bg-black_transparent:nth-child(even){
    background-color: rgba(0, 0, 0, .32);
  }

  .xs\:even\:bg-gray_transparent:nth-child(even){
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:even\:bg-white:nth-child(even){
    background-color: #fff;
  }

  .xs\:even\:bg-gray-75:nth-child(even){
    background-color: #FCFDFD;
  }

  .xs\:even\:bg-gray-85:nth-child(even){
    background-color: #FAFAFB;
  }

  .xs\:even\:bg-gray-100:nth-child(even){
    background-color: #f9f9f9;
  }

  .xs\:even\:bg-gray-150:nth-child(even){
    background-color: #F2F3F4;
  }

  .xs\:even\:bg-gray-200:nth-child(even){
    background-color: #f1f3f5;
  }

  .xs\:even\:bg-gray-300:nth-child(even){
    background-color: #e5e8eb;
  }

  .xs\:even\:bg-gray-400:nth-child(even){
    background-color: #575756;
  }

  .xs\:even\:bg-gray-500:nth-child(even){
    background-color: #ccd3d8;
  }

  .xs\:even\:bg-gray-700:nth-child(even){
    background-color: #869098;
  }

  .xs\:even\:bg-red-500:nth-child(even){
    background-color: #e2000f;
  }

  .xs\:even\:bg-red-600:nth-child(even){
    background-color: #b6000f;
  }

  .xs\:even\:bg-red-800:nth-child(even){
    background-color: #A3000d;
  }

  .xs\:even\:bg-red-900:nth-child(even){
    background-color: #91000C;
  }

  .xs\:even\:bg-green:nth-child(even){
    background-color: #4bac38;
  }

  .xs\:even\:bg-blue-500:nth-child(even){
    background-color: #1f61a3;
  }

  .xs\:even\:bg-blue-600:nth-child(even){
    background-color: #34495e;
  }

  .xs\:bg-bottom{
    background-position: bottom;
  }

  .xs\:bg-center{
    background-position: center;
  }

  .xs\:bg-left{
    background-position: left;
  }

  .xs\:bg-left-bottom{
    background-position: left bottom;
  }

  .xs\:bg-left-top{
    background-position: left top;
  }

  .xs\:bg-right{
    background-position: right;
  }

  .xs\:bg-right-bottom{
    background-position: right bottom;
  }

  .xs\:bg-right-top{
    background-position: right top;
  }

  .xs\:bg-top{
    background-position: top;
  }

  .xs\:bg-repeat{
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round{
    background-repeat: round;
  }

  .xs\:bg-repeat-space{
    background-repeat: space;
  }

  .xs\:bg-auto{
    background-size: auto;
  }

  .xs\:bg-cover{
    background-size: cover;
  }

  .xs\:bg-contain{
    background-size: contain;
  }

  .xs\:border-collapse{
    border-collapse: collapse;
  }

  .xs\:border-separate{
    border-collapse: separate;
  }

  .xs\:border-transparent{
    border-color: transparent;
  }

  .xs\:border-black{
    border-color: #000;
  }

  .xs\:border-black_transparent{
    border-color: rgba(0, 0, 0, .32);
  }

  .xs\:border-gray_transparent{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:border-white{
    border-color: #fff;
  }

  .xs\:border-gray-75{
    border-color: #FCFDFD;
  }

  .xs\:border-gray-85{
    border-color: #FAFAFB;
  }

  .xs\:border-gray-100{
    border-color: #f9f9f9;
  }

  .xs\:border-gray-150{
    border-color: #F2F3F4;
  }

  .xs\:border-gray-200{
    border-color: #f1f3f5;
  }

  .xs\:border-gray-300{
    border-color: #e5e8eb;
  }

  .xs\:border-gray-400{
    border-color: #575756;
  }

  .xs\:border-gray-500{
    border-color: #ccd3d8;
  }

  .xs\:border-gray-700{
    border-color: #869098;
  }

  .xs\:border-red-500{
    border-color: #e2000f;
  }

  .xs\:border-red-600{
    border-color: #b6000f;
  }

  .xs\:border-red-800{
    border-color: #A3000d;
  }

  .xs\:border-red-900{
    border-color: #91000C;
  }

  .xs\:border-green{
    border-color: #4bac38;
  }

  .xs\:border-blue-500{
    border-color: #1f61a3;
  }

  .xs\:border-blue-600{
    border-color: #34495e;
  }

  .xs\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xs\:hover\:border-black:hover{
    border-color: #000;
  }

  .xs\:hover\:border-black_transparent:hover{
    border-color: rgba(0, 0, 0, .32);
  }

  .xs\:hover\:border-gray_transparent:hover{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xs\:hover\:border-gray-75:hover{
    border-color: #FCFDFD;
  }

  .xs\:hover\:border-gray-85:hover{
    border-color: #FAFAFB;
  }

  .xs\:hover\:border-gray-100:hover{
    border-color: #f9f9f9;
  }

  .xs\:hover\:border-gray-150:hover{
    border-color: #F2F3F4;
  }

  .xs\:hover\:border-gray-200:hover{
    border-color: #f1f3f5;
  }

  .xs\:hover\:border-gray-300:hover{
    border-color: #e5e8eb;
  }

  .xs\:hover\:border-gray-400:hover{
    border-color: #575756;
  }

  .xs\:hover\:border-gray-500:hover{
    border-color: #ccd3d8;
  }

  .xs\:hover\:border-gray-700:hover{
    border-color: #869098;
  }

  .xs\:hover\:border-red-500:hover{
    border-color: #e2000f;
  }

  .xs\:hover\:border-red-600:hover{
    border-color: #b6000f;
  }

  .xs\:hover\:border-red-800:hover{
    border-color: #A3000d;
  }

  .xs\:hover\:border-red-900:hover{
    border-color: #91000C;
  }

  .xs\:hover\:border-green:hover{
    border-color: #4bac38;
  }

  .xs\:hover\:border-blue-500:hover{
    border-color: #1f61a3;
  }

  .xs\:hover\:border-blue-600:hover{
    border-color: #34495e;
  }

  .xs\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xs\:focus\:border-black:focus{
    border-color: #000;
  }

  .xs\:focus\:border-black_transparent:focus{
    border-color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:border-gray_transparent:focus{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xs\:focus\:border-gray-75:focus{
    border-color: #FCFDFD;
  }

  .xs\:focus\:border-gray-85:focus{
    border-color: #FAFAFB;
  }

  .xs\:focus\:border-gray-100:focus{
    border-color: #f9f9f9;
  }

  .xs\:focus\:border-gray-150:focus{
    border-color: #F2F3F4;
  }

  .xs\:focus\:border-gray-200:focus{
    border-color: #f1f3f5;
  }

  .xs\:focus\:border-gray-300:focus{
    border-color: #e5e8eb;
  }

  .xs\:focus\:border-gray-400:focus{
    border-color: #575756;
  }

  .xs\:focus\:border-gray-500:focus{
    border-color: #ccd3d8;
  }

  .xs\:focus\:border-gray-700:focus{
    border-color: #869098;
  }

  .xs\:focus\:border-red-500:focus{
    border-color: #e2000f;
  }

  .xs\:focus\:border-red-600:focus{
    border-color: #b6000f;
  }

  .xs\:focus\:border-red-800:focus{
    border-color: #A3000d;
  }

  .xs\:focus\:border-red-900:focus{
    border-color: #91000C;
  }

  .xs\:focus\:border-green:focus{
    border-color: #4bac38;
  }

  .xs\:focus\:border-blue-500:focus{
    border-color: #1f61a3;
  }

  .xs\:focus\:border-blue-600:focus{
    border-color: #34495e;
  }

  .xs\:rounded-none{
    border-radius: 0;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xs\:rounded{
    border-radius: 0.25rem;
  }

  .xs\:rounded-lg{
    border-radius: 1.375rem;
  }

  .xs\:rounded-full{
    border-radius: 9999px;
  }

  .xs\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 1.375rem;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 1.375rem;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 1.375rem;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 1.375rem;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid{
    border-style: solid;
  }

  .xs\:border-dashed{
    border-style: dashed;
  }

  .xs\:border-dotted{
    border-style: dotted;
  }

  .xs\:border-double{
    border-style: double;
  }

  .xs\:border-none{
    border-style: none;
  }

  .xs\:last\:border-solid:last-child{
    border-style: solid;
  }

  .xs\:last\:border-dashed:last-child{
    border-style: dashed;
  }

  .xs\:last\:border-dotted:last-child{
    border-style: dotted;
  }

  .xs\:last\:border-double:last-child{
    border-style: double;
  }

  .xs\:last\:border-none:last-child{
    border-style: none;
  }

  .xs\:border-0{
    border-width: 0;
  }

  .xs\:border-2{
    border-width: 2px;
  }

  .xs\:border-4{
    border-width: 4px;
  }

  .xs\:border-8{
    border-width: 8px;
  }

  .xs\:border{
    border-width: 1px;
  }

  .xs\:border-t-0{
    border-top-width: 0;
  }

  .xs\:border-r-0{
    border-right-width: 0;
  }

  .xs\:border-b-0{
    border-bottom-width: 0;
  }

  .xs\:border-l-0{
    border-left-width: 0;
  }

  .xs\:border-t-2{
    border-top-width: 2px;
  }

  .xs\:border-r-2{
    border-right-width: 2px;
  }

  .xs\:border-b-2{
    border-bottom-width: 2px;
  }

  .xs\:border-l-2{
    border-left-width: 2px;
  }

  .xs\:border-t-4{
    border-top-width: 4px;
  }

  .xs\:border-r-4{
    border-right-width: 4px;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px;
  }

  .xs\:border-l-4{
    border-left-width: 4px;
  }

  .xs\:border-t-8{
    border-top-width: 8px;
  }

  .xs\:border-r-8{
    border-right-width: 8px;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px;
  }

  .xs\:border-l-8{
    border-left-width: 8px;
  }

  .xs\:border-t{
    border-top-width: 1px;
  }

  .xs\:border-r{
    border-right-width: 1px;
  }

  .xs\:border-b{
    border-bottom-width: 1px;
  }

  .xs\:border-l{
    border-left-width: 1px;
  }

  .xs\:cursor-auto{
    cursor: auto;
  }

  .xs\:cursor-default{
    cursor: default;
  }

  .xs\:cursor-pointer{
    cursor: pointer;
  }

  .xs\:cursor-wait{
    cursor: wait;
  }

  .xs\:cursor-text{
    cursor: text;
  }

  .xs\:cursor-move{
    cursor: move;
  }

  .xs\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xs\:block{
    display: block;
  }

  .xs\:inline-block{
    display: inline-block;
  }

  .xs\:inline{
    display: inline;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:inline-flex{
    display: inline-flex;
  }

  .xs\:table{
    display: table;
  }

  .xs\:table-row{
    display: table-row;
  }

  .xs\:table-cell{
    display: table-cell;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:flex-row{
    flex-direction: row;
  }

  .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xs\:flex-col{
    flex-direction: column;
  }

  .xs\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap{
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xs\:items-start{
    align-items: flex-start;
  }

  .xs\:items-end{
    align-items: flex-end;
  }

  .xs\:items-center{
    align-items: center;
  }

  .xs\:items-baseline{
    align-items: baseline;
  }

  .xs\:items-stretch{
    align-items: stretch;
  }

  .xs\:self-auto{
    align-self: auto;
  }

  .xs\:self-start{
    align-self: flex-start;
  }

  .xs\:self-end{
    align-self: flex-end;
  }

  .xs\:self-center{
    align-self: center;
  }

  .xs\:self-stretch{
    align-self: stretch;
  }

  .xs\:justify-start{
    justify-content: flex-start;
  }

  .xs\:justify-end{
    justify-content: flex-end;
  }

  .xs\:justify-center{
    justify-content: center;
  }

  .xs\:justify-between{
    justify-content: space-between;
  }

  .xs\:justify-around{
    justify-content: space-around;
  }

  .xs\:content-center{
    align-content: center;
  }

  .xs\:content-start{
    align-content: flex-start;
  }

  .xs\:content-end{
    align-content: flex-end;
  }

  .xs\:content-between{
    align-content: space-between;
  }

  .xs\:content-around{
    align-content: space-around;
  }

  .xs\:flex-1{
    flex: 1 1 0%;
  }

  .xs\:flex-auto{
    flex: 1 1 auto;
  }

  .xs\:flex-initial{
    flex: 0 1 auto;
  }

  .xs\:flex-none{
    flex: none;
  }

  .xs\:flex-grow-0{
    flex-grow: 0;
  }

  .xs\:flex-grow{
    flex-grow: 1;
  }

  .xs\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xs\:flex-shrink{
    flex-shrink: 1;
  }

  .xs\:order-1{
    order: 1;
  }

  .xs\:order-2{
    order: 2;
  }

  .xs\:order-3{
    order: 3;
  }

  .xs\:order-4{
    order: 4;
  }

  .xs\:order-5{
    order: 5;
  }

  .xs\:order-6{
    order: 6;
  }

  .xs\:order-7{
    order: 7;
  }

  .xs\:order-8{
    order: 8;
  }

  .xs\:order-9{
    order: 9;
  }

  .xs\:order-10{
    order: 10;
  }

  .xs\:order-11{
    order: 11;
  }

  .xs\:order-12{
    order: 12;
  }

  .xs\:order-first{
    order: -9999;
  }

  .xs\:order-last{
    order: 9999;
  }

  .xs\:order-none{
    order: 0;
  }

  .xs\:float-right{
    float: right;
  }

  .xs\:float-left{
    float: left;
  }

  .xs\:float-none{
    float: none;
  }

  .xs\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-sans{
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-display{
    font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-light{
    font-weight: 300;
  }

  .xs\:font-normal{
    font-weight: 400;
  }

  .xs\:font-medium{
    font-weight: 500;
  }

  .xs\:font-semibold{
    font-weight: 600;
  }

  .xs\:font-bold{
    font-weight: 700;
  }

  .xs\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xs\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xs\:h-0{
    height: 0;
  }

  .xs\:h-1{
    height: 0.25rem;
  }

  .xs\:h-2{
    height: 0.5rem;
  }

  .xs\:h-3{
    height: 0.75rem;
  }

  .xs\:h-4{
    height: 1rem;
  }

  .xs\:h-5{
    height: 1.25rem;
  }

  .xs\:h-6{
    height: 1.5rem;
  }

  .xs\:h-8{
    height: 2rem;
  }

  .xs\:h-10{
    height: 2.5rem;
  }

  .xs\:h-12{
    height: 3rem;
  }

  .xs\:h-16{
    height: 4rem;
  }

  .xs\:h-20{
    height: 5rem;
  }

  .xs\:h-24{
    height: 6rem;
  }

  .xs\:h-32{
    height: 8rem;
  }

  .xs\:h-40{
    height: 10rem;
  }

  .xs\:h-48{
    height: 12rem;
  }

  .xs\:h-56{
    height: 14rem;
  }

  .xs\:h-64{
    height: 16rem;
  }

  .xs\:h-auto{
    height: auto;
  }

  .xs\:h-px{
    height: 1px;
  }

  .xs\:h-32px{
    height: 32px;
  }

  .xs\:h-c1{
    height: calc(100%/12);
  }

  .xs\:h-c2{
    height: calc(100%/6);
  }

  .xs\:h-c3{
    height: calc(100%/4);
  }

  .xs\:h-full{
    height: 100%;
  }

  .xs\:h-screen{
    height: 100vh;
  }

  .xs\:leading-none{
    line-height: 1;
  }

  .xs\:leading-tight{
    line-height: 1.25;
  }

  .xs\:leading-snug{
    line-height: 1.375;
  }

  .xs\:leading-normal{
    line-height: 1.5;
  }

  .xs\:leading-relaxed{
    line-height: 1.625;
  }

  .xs\:leading-loose{
    line-height: 2;
  }

  .xs\:list-inside{
    list-style-position: inside;
  }

  .xs\:list-outside{
    list-style-position: outside;
  }

  .xs\:list-none{
    list-style-type: none;
  }

  .xs\:list-disc{
    list-style-type: disc;
  }

  .xs\:list-decimal{
    list-style-type: decimal;
  }

  .xs\:m-0{
    margin: 0;
  }

  .xs\:m-1{
    margin: 0.25rem;
  }

  .xs\:m-2{
    margin: 0.5rem;
  }

  .xs\:m-3{
    margin: 0.75rem;
  }

  .xs\:m-4{
    margin: 1rem;
  }

  .xs\:m-5{
    margin: 1.25rem;
  }

  .xs\:m-6{
    margin: 1.5rem;
  }

  .xs\:m-8{
    margin: 2rem;
  }

  .xs\:m-10{
    margin: 2.5rem;
  }

  .xs\:m-12{
    margin: 3rem;
  }

  .xs\:m-16{
    margin: 4rem;
  }

  .xs\:m-20{
    margin: 5rem;
  }

  .xs\:m-24{
    margin: 6rem;
  }

  .xs\:m-32{
    margin: 8rem;
  }

  .xs\:m-40{
    margin: 10rem;
  }

  .xs\:m-48{
    margin: 12rem;
  }

  .xs\:m-56{
    margin: 14rem;
  }

  .xs\:m-64{
    margin: 16rem;
  }

  .xs\:m-auto{
    margin: auto;
  }

  .xs\:m-px{
    margin: 1px;
  }

  .xs\:m-32px{
    margin: 32px;
  }

  .xs\:m-c1{
    margin: calc(100%/12);
  }

  .xs\:m-c2{
    margin: calc(100%/6);
  }

  .xs\:m-c3{
    margin: calc(100%/4);
  }

  .xs\:-m-1{
    margin: -0.25rem;
  }

  .xs\:-m-2{
    margin: -0.5rem;
  }

  .xs\:-m-3{
    margin: -0.75rem;
  }

  .xs\:-m-4{
    margin: -1rem;
  }

  .xs\:-m-5{
    margin: -1.25rem;
  }

  .xs\:-m-6{
    margin: -1.5rem;
  }

  .xs\:-m-8{
    margin: -2rem;
  }

  .xs\:-m-10{
    margin: -2.5rem;
  }

  .xs\:-m-12{
    margin: -3rem;
  }

  .xs\:-m-16{
    margin: -4rem;
  }

  .xs\:-m-20{
    margin: -5rem;
  }

  .xs\:-m-24{
    margin: -6rem;
  }

  .xs\:-m-32{
    margin: -8rem;
  }

  .xs\:-m-40{
    margin: -10rem;
  }

  .xs\:-m-48{
    margin: -12rem;
  }

  .xs\:-m-56{
    margin: -14rem;
  }

  .xs\:-m-64{
    margin: -16rem;
  }

  .xs\:-m-px{
    margin: -1px;
  }

  .xs\:-m-32px{
    margin: -32px;
  }

  .xs\:-m-c1{
    margin: -8.33333%;
  }

  .xs\:-m-c2{
    margin: -16.66667%;
  }

  .xs\:-m-c3{
    margin: -25%;
  }

  .xs\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:my-c1{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .xs\:mx-c1{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .xs\:my-c2{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .xs\:mx-c2{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .xs\:my-c3{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .xs\:mx-c3{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .xs\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:-my-c1{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:-mx-c1{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:-my-c2{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:-mx-c2{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:-my-c3{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-mx-c3{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:mt-0{
    margin-top: 0;
  }

  .xs\:mr-0{
    margin-right: 0;
  }

  .xs\:mb-0{
    margin-bottom: 0;
  }

  .xs\:ml-0{
    margin-left: 0;
  }

  .xs\:mt-1{
    margin-top: 0.25rem;
  }

  .xs\:mr-1{
    margin-right: 0.25rem;
  }

  .xs\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1{
    margin-left: 0.25rem;
  }

  .xs\:mt-2{
    margin-top: 0.5rem;
  }

  .xs\:mr-2{
    margin-right: 0.5rem;
  }

  .xs\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2{
    margin-left: 0.5rem;
  }

  .xs\:mt-3{
    margin-top: 0.75rem;
  }

  .xs\:mr-3{
    margin-right: 0.75rem;
  }

  .xs\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3{
    margin-left: 0.75rem;
  }

  .xs\:mt-4{
    margin-top: 1rem;
  }

  .xs\:mr-4{
    margin-right: 1rem;
  }

  .xs\:mb-4{
    margin-bottom: 1rem;
  }

  .xs\:ml-4{
    margin-left: 1rem;
  }

  .xs\:mt-5{
    margin-top: 1.25rem;
  }

  .xs\:mr-5{
    margin-right: 1.25rem;
  }

  .xs\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5{
    margin-left: 1.25rem;
  }

  .xs\:mt-6{
    margin-top: 1.5rem;
  }

  .xs\:mr-6{
    margin-right: 1.5rem;
  }

  .xs\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6{
    margin-left: 1.5rem;
  }

  .xs\:mt-8{
    margin-top: 2rem;
  }

  .xs\:mr-8{
    margin-right: 2rem;
  }

  .xs\:mb-8{
    margin-bottom: 2rem;
  }

  .xs\:ml-8{
    margin-left: 2rem;
  }

  .xs\:mt-10{
    margin-top: 2.5rem;
  }

  .xs\:mr-10{
    margin-right: 2.5rem;
  }

  .xs\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10{
    margin-left: 2.5rem;
  }

  .xs\:mt-12{
    margin-top: 3rem;
  }

  .xs\:mr-12{
    margin-right: 3rem;
  }

  .xs\:mb-12{
    margin-bottom: 3rem;
  }

  .xs\:ml-12{
    margin-left: 3rem;
  }

  .xs\:mt-16{
    margin-top: 4rem;
  }

  .xs\:mr-16{
    margin-right: 4rem;
  }

  .xs\:mb-16{
    margin-bottom: 4rem;
  }

  .xs\:ml-16{
    margin-left: 4rem;
  }

  .xs\:mt-20{
    margin-top: 5rem;
  }

  .xs\:mr-20{
    margin-right: 5rem;
  }

  .xs\:mb-20{
    margin-bottom: 5rem;
  }

  .xs\:ml-20{
    margin-left: 5rem;
  }

  .xs\:mt-24{
    margin-top: 6rem;
  }

  .xs\:mr-24{
    margin-right: 6rem;
  }

  .xs\:mb-24{
    margin-bottom: 6rem;
  }

  .xs\:ml-24{
    margin-left: 6rem;
  }

  .xs\:mt-32{
    margin-top: 8rem;
  }

  .xs\:mr-32{
    margin-right: 8rem;
  }

  .xs\:mb-32{
    margin-bottom: 8rem;
  }

  .xs\:ml-32{
    margin-left: 8rem;
  }

  .xs\:mt-40{
    margin-top: 10rem;
  }

  .xs\:mr-40{
    margin-right: 10rem;
  }

  .xs\:mb-40{
    margin-bottom: 10rem;
  }

  .xs\:ml-40{
    margin-left: 10rem;
  }

  .xs\:mt-48{
    margin-top: 12rem;
  }

  .xs\:mr-48{
    margin-right: 12rem;
  }

  .xs\:mb-48{
    margin-bottom: 12rem;
  }

  .xs\:ml-48{
    margin-left: 12rem;
  }

  .xs\:mt-56{
    margin-top: 14rem;
  }

  .xs\:mr-56{
    margin-right: 14rem;
  }

  .xs\:mb-56{
    margin-bottom: 14rem;
  }

  .xs\:ml-56{
    margin-left: 14rem;
  }

  .xs\:mt-64{
    margin-top: 16rem;
  }

  .xs\:mr-64{
    margin-right: 16rem;
  }

  .xs\:mb-64{
    margin-bottom: 16rem;
  }

  .xs\:ml-64{
    margin-left: 16rem;
  }

  .xs\:mt-auto{
    margin-top: auto;
  }

  .xs\:mr-auto{
    margin-right: auto;
  }

  .xs\:mb-auto{
    margin-bottom: auto;
  }

  .xs\:ml-auto{
    margin-left: auto;
  }

  .xs\:mt-px{
    margin-top: 1px;
  }

  .xs\:mr-px{
    margin-right: 1px;
  }

  .xs\:mb-px{
    margin-bottom: 1px;
  }

  .xs\:ml-px{
    margin-left: 1px;
  }

  .xs\:mt-32px{
    margin-top: 32px;
  }

  .xs\:mr-32px{
    margin-right: 32px;
  }

  .xs\:mb-32px{
    margin-bottom: 32px;
  }

  .xs\:ml-32px{
    margin-left: 32px;
  }

  .xs\:mt-c1{
    margin-top: calc(100%/12);
  }

  .xs\:mr-c1{
    margin-right: calc(100%/12);
  }

  .xs\:mb-c1{
    margin-bottom: calc(100%/12);
  }

  .xs\:ml-c1{
    margin-left: calc(100%/12);
  }

  .xs\:mt-c2{
    margin-top: calc(100%/6);
  }

  .xs\:mr-c2{
    margin-right: calc(100%/6);
  }

  .xs\:mb-c2{
    margin-bottom: calc(100%/6);
  }

  .xs\:ml-c2{
    margin-left: calc(100%/6);
  }

  .xs\:mt-c3{
    margin-top: calc(100%/4);
  }

  .xs\:mr-c3{
    margin-right: calc(100%/4);
  }

  .xs\:mb-c3{
    margin-bottom: calc(100%/4);
  }

  .xs\:ml-c3{
    margin-left: calc(100%/4);
  }

  .xs\:-mt-1{
    margin-top: -0.25rem;
  }

  .xs\:-mr-1{
    margin-right: -0.25rem;
  }

  .xs\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem;
  }

  .xs\:-mt-2{
    margin-top: -0.5rem;
  }

  .xs\:-mr-2{
    margin-right: -0.5rem;
  }

  .xs\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem;
  }

  .xs\:-mt-3{
    margin-top: -0.75rem;
  }

  .xs\:-mr-3{
    margin-right: -0.75rem;
  }

  .xs\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3{
    margin-left: -0.75rem;
  }

  .xs\:-mt-4{
    margin-top: -1rem;
  }

  .xs\:-mr-4{
    margin-right: -1rem;
  }

  .xs\:-mb-4{
    margin-bottom: -1rem;
  }

  .xs\:-ml-4{
    margin-left: -1rem;
  }

  .xs\:-mt-5{
    margin-top: -1.25rem;
  }

  .xs\:-mr-5{
    margin-right: -1.25rem;
  }

  .xs\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xs\:-ml-5{
    margin-left: -1.25rem;
  }

  .xs\:-mt-6{
    margin-top: -1.5rem;
  }

  .xs\:-mr-6{
    margin-right: -1.5rem;
  }

  .xs\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem;
  }

  .xs\:-mt-8{
    margin-top: -2rem;
  }

  .xs\:-mr-8{
    margin-right: -2rem;
  }

  .xs\:-mb-8{
    margin-bottom: -2rem;
  }

  .xs\:-ml-8{
    margin-left: -2rem;
  }

  .xs\:-mt-10{
    margin-top: -2.5rem;
  }

  .xs\:-mr-10{
    margin-right: -2.5rem;
  }

  .xs\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10{
    margin-left: -2.5rem;
  }

  .xs\:-mt-12{
    margin-top: -3rem;
  }

  .xs\:-mr-12{
    margin-right: -3rem;
  }

  .xs\:-mb-12{
    margin-bottom: -3rem;
  }

  .xs\:-ml-12{
    margin-left: -3rem;
  }

  .xs\:-mt-16{
    margin-top: -4rem;
  }

  .xs\:-mr-16{
    margin-right: -4rem;
  }

  .xs\:-mb-16{
    margin-bottom: -4rem;
  }

  .xs\:-ml-16{
    margin-left: -4rem;
  }

  .xs\:-mt-20{
    margin-top: -5rem;
  }

  .xs\:-mr-20{
    margin-right: -5rem;
  }

  .xs\:-mb-20{
    margin-bottom: -5rem;
  }

  .xs\:-ml-20{
    margin-left: -5rem;
  }

  .xs\:-mt-24{
    margin-top: -6rem;
  }

  .xs\:-mr-24{
    margin-right: -6rem;
  }

  .xs\:-mb-24{
    margin-bottom: -6rem;
  }

  .xs\:-ml-24{
    margin-left: -6rem;
  }

  .xs\:-mt-32{
    margin-top: -8rem;
  }

  .xs\:-mr-32{
    margin-right: -8rem;
  }

  .xs\:-mb-32{
    margin-bottom: -8rem;
  }

  .xs\:-ml-32{
    margin-left: -8rem;
  }

  .xs\:-mt-40{
    margin-top: -10rem;
  }

  .xs\:-mr-40{
    margin-right: -10rem;
  }

  .xs\:-mb-40{
    margin-bottom: -10rem;
  }

  .xs\:-ml-40{
    margin-left: -10rem;
  }

  .xs\:-mt-48{
    margin-top: -12rem;
  }

  .xs\:-mr-48{
    margin-right: -12rem;
  }

  .xs\:-mb-48{
    margin-bottom: -12rem;
  }

  .xs\:-ml-48{
    margin-left: -12rem;
  }

  .xs\:-mt-56{
    margin-top: -14rem;
  }

  .xs\:-mr-56{
    margin-right: -14rem;
  }

  .xs\:-mb-56{
    margin-bottom: -14rem;
  }

  .xs\:-ml-56{
    margin-left: -14rem;
  }

  .xs\:-mt-64{
    margin-top: -16rem;
  }

  .xs\:-mr-64{
    margin-right: -16rem;
  }

  .xs\:-mb-64{
    margin-bottom: -16rem;
  }

  .xs\:-ml-64{
    margin-left: -16rem;
  }

  .xs\:-mt-px{
    margin-top: -1px;
  }

  .xs\:-mr-px{
    margin-right: -1px;
  }

  .xs\:-mb-px{
    margin-bottom: -1px;
  }

  .xs\:-ml-px{
    margin-left: -1px;
  }

  .xs\:-mt-32px{
    margin-top: -32px;
  }

  .xs\:-mr-32px{
    margin-right: -32px;
  }

  .xs\:-mb-32px{
    margin-bottom: -32px;
  }

  .xs\:-ml-32px{
    margin-left: -32px;
  }

  .xs\:-mt-c1{
    margin-top: -8.33333%;
  }

  .xs\:-mr-c1{
    margin-right: -8.33333%;
  }

  .xs\:-mb-c1{
    margin-bottom: -8.33333%;
  }

  .xs\:-ml-c1{
    margin-left: -8.33333%;
  }

  .xs\:-mt-c2{
    margin-top: -16.66667%;
  }

  .xs\:-mr-c2{
    margin-right: -16.66667%;
  }

  .xs\:-mb-c2{
    margin-bottom: -16.66667%;
  }

  .xs\:-ml-c2{
    margin-left: -16.66667%;
  }

  .xs\:-mt-c3{
    margin-top: -25%;
  }

  .xs\:-mr-c3{
    margin-right: -25%;
  }

  .xs\:-mb-c3{
    margin-bottom: -25%;
  }

  .xs\:-ml-c3{
    margin-left: -25%;
  }

  .xs\:last\:m-0:last-child{
    margin: 0;
  }

  .xs\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .xs\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .xs\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .xs\:last\:m-4:last-child{
    margin: 1rem;
  }

  .xs\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .xs\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .xs\:last\:m-8:last-child{
    margin: 2rem;
  }

  .xs\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .xs\:last\:m-12:last-child{
    margin: 3rem;
  }

  .xs\:last\:m-16:last-child{
    margin: 4rem;
  }

  .xs\:last\:m-20:last-child{
    margin: 5rem;
  }

  .xs\:last\:m-24:last-child{
    margin: 6rem;
  }

  .xs\:last\:m-32:last-child{
    margin: 8rem;
  }

  .xs\:last\:m-40:last-child{
    margin: 10rem;
  }

  .xs\:last\:m-48:last-child{
    margin: 12rem;
  }

  .xs\:last\:m-56:last-child{
    margin: 14rem;
  }

  .xs\:last\:m-64:last-child{
    margin: 16rem;
  }

  .xs\:last\:m-auto:last-child{
    margin: auto;
  }

  .xs\:last\:m-px:last-child{
    margin: 1px;
  }

  .xs\:last\:m-32px:last-child{
    margin: 32px;
  }

  .xs\:last\:m-c1:last-child{
    margin: calc(100%/12);
  }

  .xs\:last\:m-c2:last-child{
    margin: calc(100%/6);
  }

  .xs\:last\:m-c3:last-child{
    margin: calc(100%/4);
  }

  .xs\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .xs\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .xs\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .xs\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .xs\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .xs\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .xs\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .xs\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .xs\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .xs\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .xs\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .xs\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .xs\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .xs\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .xs\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .xs\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .xs\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .xs\:last\:-m-px:last-child{
    margin: -1px;
  }

  .xs\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .xs\:last\:-m-c1:last-child{
    margin: -8.33333%;
  }

  .xs\:last\:-m-c2:last-child{
    margin: -16.66667%;
  }

  .xs\:last\:-m-c3:last-child{
    margin: -25%;
  }

  .xs\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:last\:my-c1:last-child{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .xs\:last\:mx-c1:last-child{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .xs\:last\:my-c2:last-child{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .xs\:last\:mx-c2:last-child{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .xs\:last\:my-c3:last-child{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .xs\:last\:mx-c3:last-child{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .xs\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:last\:-my-c1:last-child{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:last\:-mx-c1:last-child{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:last\:-my-c2:last-child{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-mx-c2:last-child{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:last\:-my-c3:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:last\:-mx-c3:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xs\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xs\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xs\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xs\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .xs\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .xs\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .xs\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .xs\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .xs\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .xs\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .xs\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .xs\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .xs\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .xs\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .xs\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .xs\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .xs\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .xs\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .xs\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .xs\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .xs\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .xs\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .xs\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .xs\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .xs\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .xs\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .xs\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .xs\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .xs\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .xs\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .xs\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .xs\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .xs\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .xs\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .xs\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .xs\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .xs\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .xs\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .xs\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .xs\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .xs\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .xs\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .xs\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .xs\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .xs\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .xs\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .xs\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .xs\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .xs\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .xs\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .xs\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .xs\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .xs\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .xs\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .xs\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .xs\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .xs\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .xs\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .xs\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .xs\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .xs\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .xs\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .xs\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .xs\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .xs\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .xs\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .xs\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .xs\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .xs\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .xs\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .xs\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .xs\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xs\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xs\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xs\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xs\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .xs\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .xs\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .xs\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .xs\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .xs\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .xs\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .xs\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .xs\:last\:mt-c1:last-child{
    margin-top: calc(100%/12);
  }

  .xs\:last\:mr-c1:last-child{
    margin-right: calc(100%/12);
  }

  .xs\:last\:mb-c1:last-child{
    margin-bottom: calc(100%/12);
  }

  .xs\:last\:ml-c1:last-child{
    margin-left: calc(100%/12);
  }

  .xs\:last\:mt-c2:last-child{
    margin-top: calc(100%/6);
  }

  .xs\:last\:mr-c2:last-child{
    margin-right: calc(100%/6);
  }

  .xs\:last\:mb-c2:last-child{
    margin-bottom: calc(100%/6);
  }

  .xs\:last\:ml-c2:last-child{
    margin-left: calc(100%/6);
  }

  .xs\:last\:mt-c3:last-child{
    margin-top: calc(100%/4);
  }

  .xs\:last\:mr-c3:last-child{
    margin-right: calc(100%/4);
  }

  .xs\:last\:mb-c3:last-child{
    margin-bottom: calc(100%/4);
  }

  .xs\:last\:ml-c3:last-child{
    margin-left: calc(100%/4);
  }

  .xs\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .xs\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .xs\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .xs\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .xs\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .xs\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .xs\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .xs\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .xs\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .xs\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .xs\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .xs\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .xs\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .xs\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .xs\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .xs\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .xs\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .xs\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .xs\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .xs\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .xs\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .xs\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .xs\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .xs\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .xs\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .xs\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .xs\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .xs\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .xs\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .xs\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .xs\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .xs\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .xs\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .xs\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .xs\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .xs\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .xs\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .xs\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .xs\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .xs\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .xs\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .xs\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .xs\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .xs\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .xs\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .xs\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .xs\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .xs\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .xs\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .xs\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .xs\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .xs\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .xs\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .xs\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .xs\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .xs\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .xs\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .xs\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .xs\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .xs\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .xs\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .xs\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .xs\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .xs\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .xs\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .xs\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .xs\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .xs\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .xs\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .xs\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .xs\:last\:-mt-c1:last-child{
    margin-top: -8.33333%;
  }

  .xs\:last\:-mr-c1:last-child{
    margin-right: -8.33333%;
  }

  .xs\:last\:-mb-c1:last-child{
    margin-bottom: -8.33333%;
  }

  .xs\:last\:-ml-c1:last-child{
    margin-left: -8.33333%;
  }

  .xs\:last\:-mt-c2:last-child{
    margin-top: -16.66667%;
  }

  .xs\:last\:-mr-c2:last-child{
    margin-right: -16.66667%;
  }

  .xs\:last\:-mb-c2:last-child{
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-ml-c2:last-child{
    margin-left: -16.66667%;
  }

  .xs\:last\:-mt-c3:last-child{
    margin-top: -25%;
  }

  .xs\:last\:-mr-c3:last-child{
    margin-right: -25%;
  }

  .xs\:last\:-mb-c3:last-child{
    margin-bottom: -25%;
  }

  .xs\:last\:-ml-c3:last-child{
    margin-left: -25%;
  }

  .xs\:max-h-full{
    max-height: 100%;
  }

  .xs\:max-h-screen{
    max-height: 100vh;
  }

  .xs\:max-w-xs{
    max-width: 20rem;
  }

  .xs\:max-w-sm{
    max-width: 24rem;
  }

  .xs\:max-w-md{
    max-width: 28rem;
  }

  .xs\:max-w-lg{
    max-width: 32rem;
  }

  .xs\:max-w-xl{
    max-width: 36rem;
  }

  .xs\:max-w-2xl{
    max-width: 42rem;
  }

  .xs\:max-w-3xl{
    max-width: 48rem;
  }

  .xs\:max-w-4xl{
    max-width: 56rem;
  }

  .xs\:max-w-5xl{
    max-width: 64rem;
  }

  .xs\:max-w-6xl{
    max-width: 72rem;
  }

  .xs\:max-w-full{
    max-width: 100%;
  }

  .xs\:min-h-0{
    min-height: 0;
  }

  .xs\:min-h-full{
    min-height: 100%;
  }

  .xs\:min-h-screen{
    min-height: 100vh;
  }

  .xs\:min-w-0{
    min-width: 0;
  }

  .xs\:min-w-full{
    min-width: 100%;
  }

  .xs\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0{
    opacity: 0;
  }

  .xs\:opacity-10{
    opacity: 0.1;
  }

  .xs\:opacity-25{
    opacity: 0.25;
  }

  .xs\:opacity-50{
    opacity: 0.5;
  }

  .xs\:opacity-75{
    opacity: 0.75;
  }

  .xs\:opacity-100{
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xs\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xs\:outline-none{
    outline: 0;
  }

  .xs\:focus\:outline-none:focus{
    outline: 0;
  }

  .xs\:overflow-auto{
    overflow: auto;
  }

  .xs\:overflow-hidden{
    overflow: hidden;
  }

  .xs\:overflow-visible{
    overflow: visible;
  }

  .xs\:overflow-scroll{
    overflow: scroll;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xs\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0{
    padding: 0;
  }

  .xs\:p-1{
    padding: 0.25rem;
  }

  .xs\:p-2{
    padding: 0.5rem;
  }

  .xs\:p-3{
    padding: 0.75rem;
  }

  .xs\:p-4{
    padding: 1rem;
  }

  .xs\:p-5{
    padding: 1.25rem;
  }

  .xs\:p-6{
    padding: 1.5rem;
  }

  .xs\:p-8{
    padding: 2rem;
  }

  .xs\:p-10{
    padding: 2.5rem;
  }

  .xs\:p-12{
    padding: 3rem;
  }

  .xs\:p-16{
    padding: 4rem;
  }

  .xs\:p-20{
    padding: 5rem;
  }

  .xs\:p-24{
    padding: 6rem;
  }

  .xs\:p-32{
    padding: 8rem;
  }

  .xs\:p-40{
    padding: 10rem;
  }

  .xs\:p-48{
    padding: 12rem;
  }

  .xs\:p-56{
    padding: 14rem;
  }

  .xs\:p-64{
    padding: 16rem;
  }

  .xs\:p-px{
    padding: 1px;
  }

  .xs\:p-32px{
    padding: 32px;
  }

  .xs\:p-c1{
    padding: calc(100%/12);
  }

  .xs\:p-c2{
    padding: calc(100%/6);
  }

  .xs\:p-c3{
    padding: calc(100%/4);
  }

  .xs\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:py-c1{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .xs\:px-c1{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .xs\:py-c2{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .xs\:px-c2{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .xs\:py-c3{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .xs\:px-c3{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .xs\:pt-0{
    padding-top: 0;
  }

  .xs\:pr-0{
    padding-right: 0;
  }

  .xs\:pb-0{
    padding-bottom: 0;
  }

  .xs\:pl-0{
    padding-left: 0;
  }

  .xs\:pt-1{
    padding-top: 0.25rem;
  }

  .xs\:pr-1{
    padding-right: 0.25rem;
  }

  .xs\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1{
    padding-left: 0.25rem;
  }

  .xs\:pt-2{
    padding-top: 0.5rem;
  }

  .xs\:pr-2{
    padding-right: 0.5rem;
  }

  .xs\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2{
    padding-left: 0.5rem;
  }

  .xs\:pt-3{
    padding-top: 0.75rem;
  }

  .xs\:pr-3{
    padding-right: 0.75rem;
  }

  .xs\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3{
    padding-left: 0.75rem;
  }

  .xs\:pt-4{
    padding-top: 1rem;
  }

  .xs\:pr-4{
    padding-right: 1rem;
  }

  .xs\:pb-4{
    padding-bottom: 1rem;
  }

  .xs\:pl-4{
    padding-left: 1rem;
  }

  .xs\:pt-5{
    padding-top: 1.25rem;
  }

  .xs\:pr-5{
    padding-right: 1.25rem;
  }

  .xs\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5{
    padding-left: 1.25rem;
  }

  .xs\:pt-6{
    padding-top: 1.5rem;
  }

  .xs\:pr-6{
    padding-right: 1.5rem;
  }

  .xs\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6{
    padding-left: 1.5rem;
  }

  .xs\:pt-8{
    padding-top: 2rem;
  }

  .xs\:pr-8{
    padding-right: 2rem;
  }

  .xs\:pb-8{
    padding-bottom: 2rem;
  }

  .xs\:pl-8{
    padding-left: 2rem;
  }

  .xs\:pt-10{
    padding-top: 2.5rem;
  }

  .xs\:pr-10{
    padding-right: 2.5rem;
  }

  .xs\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10{
    padding-left: 2.5rem;
  }

  .xs\:pt-12{
    padding-top: 3rem;
  }

  .xs\:pr-12{
    padding-right: 3rem;
  }

  .xs\:pb-12{
    padding-bottom: 3rem;
  }

  .xs\:pl-12{
    padding-left: 3rem;
  }

  .xs\:pt-16{
    padding-top: 4rem;
  }

  .xs\:pr-16{
    padding-right: 4rem;
  }

  .xs\:pb-16{
    padding-bottom: 4rem;
  }

  .xs\:pl-16{
    padding-left: 4rem;
  }

  .xs\:pt-20{
    padding-top: 5rem;
  }

  .xs\:pr-20{
    padding-right: 5rem;
  }

  .xs\:pb-20{
    padding-bottom: 5rem;
  }

  .xs\:pl-20{
    padding-left: 5rem;
  }

  .xs\:pt-24{
    padding-top: 6rem;
  }

  .xs\:pr-24{
    padding-right: 6rem;
  }

  .xs\:pb-24{
    padding-bottom: 6rem;
  }

  .xs\:pl-24{
    padding-left: 6rem;
  }

  .xs\:pt-32{
    padding-top: 8rem;
  }

  .xs\:pr-32{
    padding-right: 8rem;
  }

  .xs\:pb-32{
    padding-bottom: 8rem;
  }

  .xs\:pl-32{
    padding-left: 8rem;
  }

  .xs\:pt-40{
    padding-top: 10rem;
  }

  .xs\:pr-40{
    padding-right: 10rem;
  }

  .xs\:pb-40{
    padding-bottom: 10rem;
  }

  .xs\:pl-40{
    padding-left: 10rem;
  }

  .xs\:pt-48{
    padding-top: 12rem;
  }

  .xs\:pr-48{
    padding-right: 12rem;
  }

  .xs\:pb-48{
    padding-bottom: 12rem;
  }

  .xs\:pl-48{
    padding-left: 12rem;
  }

  .xs\:pt-56{
    padding-top: 14rem;
  }

  .xs\:pr-56{
    padding-right: 14rem;
  }

  .xs\:pb-56{
    padding-bottom: 14rem;
  }

  .xs\:pl-56{
    padding-left: 14rem;
  }

  .xs\:pt-64{
    padding-top: 16rem;
  }

  .xs\:pr-64{
    padding-right: 16rem;
  }

  .xs\:pb-64{
    padding-bottom: 16rem;
  }

  .xs\:pl-64{
    padding-left: 16rem;
  }

  .xs\:pt-px{
    padding-top: 1px;
  }

  .xs\:pr-px{
    padding-right: 1px;
  }

  .xs\:pb-px{
    padding-bottom: 1px;
  }

  .xs\:pl-px{
    padding-left: 1px;
  }

  .xs\:pt-32px{
    padding-top: 32px;
  }

  .xs\:pr-32px{
    padding-right: 32px;
  }

  .xs\:pb-32px{
    padding-bottom: 32px;
  }

  .xs\:pl-32px{
    padding-left: 32px;
  }

  .xs\:pt-c1{
    padding-top: calc(100%/12);
  }

  .xs\:pr-c1{
    padding-right: calc(100%/12);
  }

  .xs\:pb-c1{
    padding-bottom: calc(100%/12);
  }

  .xs\:pl-c1{
    padding-left: calc(100%/12);
  }

  .xs\:pt-c2{
    padding-top: calc(100%/6);
  }

  .xs\:pr-c2{
    padding-right: calc(100%/6);
  }

  .xs\:pb-c2{
    padding-bottom: calc(100%/6);
  }

  .xs\:pl-c2{
    padding-left: calc(100%/6);
  }

  .xs\:pt-c3{
    padding-top: calc(100%/4);
  }

  .xs\:pr-c3{
    padding-right: calc(100%/4);
  }

  .xs\:pb-c3{
    padding-bottom: calc(100%/4);
  }

  .xs\:pl-c3{
    padding-left: calc(100%/4);
  }

  .xs\:last\:p-0:last-child{
    padding: 0;
  }

  .xs\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .xs\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .xs\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .xs\:last\:p-4:last-child{
    padding: 1rem;
  }

  .xs\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .xs\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .xs\:last\:p-8:last-child{
    padding: 2rem;
  }

  .xs\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .xs\:last\:p-12:last-child{
    padding: 3rem;
  }

  .xs\:last\:p-16:last-child{
    padding: 4rem;
  }

  .xs\:last\:p-20:last-child{
    padding: 5rem;
  }

  .xs\:last\:p-24:last-child{
    padding: 6rem;
  }

  .xs\:last\:p-32:last-child{
    padding: 8rem;
  }

  .xs\:last\:p-40:last-child{
    padding: 10rem;
  }

  .xs\:last\:p-48:last-child{
    padding: 12rem;
  }

  .xs\:last\:p-56:last-child{
    padding: 14rem;
  }

  .xs\:last\:p-64:last-child{
    padding: 16rem;
  }

  .xs\:last\:p-px:last-child{
    padding: 1px;
  }

  .xs\:last\:p-32px:last-child{
    padding: 32px;
  }

  .xs\:last\:p-c1:last-child{
    padding: calc(100%/12);
  }

  .xs\:last\:p-c2:last-child{
    padding: calc(100%/6);
  }

  .xs\:last\:p-c3:last-child{
    padding: calc(100%/4);
  }

  .xs\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:last\:py-c1:last-child{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .xs\:last\:px-c1:last-child{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .xs\:last\:py-c2:last-child{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .xs\:last\:px-c2:last-child{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .xs\:last\:py-c3:last-child{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .xs\:last\:px-c3:last-child{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .xs\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .xs\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .xs\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .xs\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .xs\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .xs\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .xs\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .xs\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .xs\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .xs\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .xs\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .xs\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .xs\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .xs\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .xs\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .xs\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .xs\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .xs\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .xs\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .xs\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .xs\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .xs\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .xs\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .xs\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .xs\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .xs\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .xs\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .xs\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .xs\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .xs\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .xs\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .xs\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .xs\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .xs\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .xs\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .xs\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .xs\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .xs\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .xs\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .xs\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .xs\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .xs\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .xs\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .xs\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .xs\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .xs\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .xs\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .xs\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .xs\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .xs\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .xs\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .xs\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .xs\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .xs\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .xs\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .xs\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .xs\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .xs\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .xs\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .xs\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .xs\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .xs\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .xs\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .xs\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .xs\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .xs\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .xs\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .xs\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .xs\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .xs\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .xs\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .xs\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .xs\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .xs\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .xs\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .xs\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .xs\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .xs\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .xs\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .xs\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .xs\:last\:pt-c1:last-child{
    padding-top: calc(100%/12);
  }

  .xs\:last\:pr-c1:last-child{
    padding-right: calc(100%/12);
  }

  .xs\:last\:pb-c1:last-child{
    padding-bottom: calc(100%/12);
  }

  .xs\:last\:pl-c1:last-child{
    padding-left: calc(100%/12);
  }

  .xs\:last\:pt-c2:last-child{
    padding-top: calc(100%/6);
  }

  .xs\:last\:pr-c2:last-child{
    padding-right: calc(100%/6);
  }

  .xs\:last\:pb-c2:last-child{
    padding-bottom: calc(100%/6);
  }

  .xs\:last\:pl-c2:last-child{
    padding-left: calc(100%/6);
  }

  .xs\:last\:pt-c3:last-child{
    padding-top: calc(100%/4);
  }

  .xs\:last\:pr-c3:last-child{
    padding-right: calc(100%/4);
  }

  .xs\:last\:pb-c3:last-child{
    padding-bottom: calc(100%/4);
  }

  .xs\:last\:pl-c3:last-child{
    padding-left: calc(100%/4);
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    color: #000;
  }

  .xs\:placeholder-black::-moz-placeholder{
    color: #000;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    color: #000;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    color: #000;
  }

  .xs\:placeholder-black::placeholder{
    color: #000;
  }

  .xs\:placeholder-black_transparent::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:placeholder-black_transparent::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:placeholder-black_transparent:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:placeholder-black_transparent::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:placeholder-black_transparent::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:placeholder-gray_transparent::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:placeholder-gray_transparent::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:placeholder-gray_transparent:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:placeholder-gray_transparent::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:placeholder-gray_transparent::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::placeholder{
    color: #fff;
  }

  .xs\:placeholder-gray-75::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:placeholder-gray-75::-moz-placeholder{
    color: #FCFDFD;
  }

  .xs\:placeholder-gray-75:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:placeholder-gray-75::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:placeholder-gray-75::placeholder{
    color: #FCFDFD;
  }

  .xs\:placeholder-gray-85::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:placeholder-gray-85::-moz-placeholder{
    color: #FAFAFB;
  }

  .xs\:placeholder-gray-85:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:placeholder-gray-85::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:placeholder-gray-85::placeholder{
    color: #FAFAFB;
  }

  .xs\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:placeholder-gray-100::-moz-placeholder{
    color: #f9f9f9;
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:placeholder-gray-100::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:placeholder-gray-100::placeholder{
    color: #f9f9f9;
  }

  .xs\:placeholder-gray-150::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:placeholder-gray-150::-moz-placeholder{
    color: #F2F3F4;
  }

  .xs\:placeholder-gray-150:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:placeholder-gray-150::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:placeholder-gray-150::placeholder{
    color: #F2F3F4;
  }

  .xs\:placeholder-gray-200::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:placeholder-gray-200::-moz-placeholder{
    color: #f1f3f5;
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:placeholder-gray-200::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:placeholder-gray-200::placeholder{
    color: #f1f3f5;
  }

  .xs\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:placeholder-gray-300::-moz-placeholder{
    color: #e5e8eb;
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:placeholder-gray-300::placeholder{
    color: #e5e8eb;
  }

  .xs\:placeholder-gray-400::-webkit-input-placeholder{
    color: #575756;
  }

  .xs\:placeholder-gray-400::-moz-placeholder{
    color: #575756;
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder{
    color: #575756;
  }

  .xs\:placeholder-gray-400::-ms-input-placeholder{
    color: #575756;
  }

  .xs\:placeholder-gray-400::placeholder{
    color: #575756;
  }

  .xs\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:placeholder-gray-500::-moz-placeholder{
    color: #ccd3d8;
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:placeholder-gray-500::placeholder{
    color: #ccd3d8;
  }

  .xs\:placeholder-gray-700::-webkit-input-placeholder{
    color: #869098;
  }

  .xs\:placeholder-gray-700::-moz-placeholder{
    color: #869098;
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder{
    color: #869098;
  }

  .xs\:placeholder-gray-700::-ms-input-placeholder{
    color: #869098;
  }

  .xs\:placeholder-gray-700::placeholder{
    color: #869098;
  }

  .xs\:placeholder-red-500::-webkit-input-placeholder{
    color: #e2000f;
  }

  .xs\:placeholder-red-500::-moz-placeholder{
    color: #e2000f;
  }

  .xs\:placeholder-red-500:-ms-input-placeholder{
    color: #e2000f;
  }

  .xs\:placeholder-red-500::-ms-input-placeholder{
    color: #e2000f;
  }

  .xs\:placeholder-red-500::placeholder{
    color: #e2000f;
  }

  .xs\:placeholder-red-600::-webkit-input-placeholder{
    color: #b6000f;
  }

  .xs\:placeholder-red-600::-moz-placeholder{
    color: #b6000f;
  }

  .xs\:placeholder-red-600:-ms-input-placeholder{
    color: #b6000f;
  }

  .xs\:placeholder-red-600::-ms-input-placeholder{
    color: #b6000f;
  }

  .xs\:placeholder-red-600::placeholder{
    color: #b6000f;
  }

  .xs\:placeholder-red-800::-webkit-input-placeholder{
    color: #A3000d;
  }

  .xs\:placeholder-red-800::-moz-placeholder{
    color: #A3000d;
  }

  .xs\:placeholder-red-800:-ms-input-placeholder{
    color: #A3000d;
  }

  .xs\:placeholder-red-800::-ms-input-placeholder{
    color: #A3000d;
  }

  .xs\:placeholder-red-800::placeholder{
    color: #A3000d;
  }

  .xs\:placeholder-red-900::-webkit-input-placeholder{
    color: #91000C;
  }

  .xs\:placeholder-red-900::-moz-placeholder{
    color: #91000C;
  }

  .xs\:placeholder-red-900:-ms-input-placeholder{
    color: #91000C;
  }

  .xs\:placeholder-red-900::-ms-input-placeholder{
    color: #91000C;
  }

  .xs\:placeholder-red-900::placeholder{
    color: #91000C;
  }

  .xs\:placeholder-green::-webkit-input-placeholder{
    color: #4bac38;
  }

  .xs\:placeholder-green::-moz-placeholder{
    color: #4bac38;
  }

  .xs\:placeholder-green:-ms-input-placeholder{
    color: #4bac38;
  }

  .xs\:placeholder-green::-ms-input-placeholder{
    color: #4bac38;
  }

  .xs\:placeholder-green::placeholder{
    color: #4bac38;
  }

  .xs\:placeholder-blue-500::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .xs\:placeholder-blue-500::-moz-placeholder{
    color: #1f61a3;
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder{
    color: #1f61a3;
  }

  .xs\:placeholder-blue-500::-ms-input-placeholder{
    color: #1f61a3;
  }

  .xs\:placeholder-blue-500::placeholder{
    color: #1f61a3;
  }

  .xs\:placeholder-blue-600::-webkit-input-placeholder{
    color: #34495e;
  }

  .xs\:placeholder-blue-600::-moz-placeholder{
    color: #34495e;
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder{
    color: #34495e;
  }

  .xs\:placeholder-blue-600::-ms-input-placeholder{
    color: #34495e;
  }

  .xs\:placeholder-blue-600::placeholder{
    color: #34495e;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    color: #000;
  }

  .xs\:focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:placeholder-black_transparent:focus::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:placeholder-black_transparent:focus::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:placeholder-gray_transparent:focus::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:placeholder-gray_transparent:focus::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:focus\:placeholder-gray-75:focus::-moz-placeholder{
    color: #FCFDFD;
  }

  .xs\:focus\:placeholder-gray-75:focus:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:focus\:placeholder-gray-75:focus::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xs\:focus\:placeholder-gray-75:focus::placeholder{
    color: #FCFDFD;
  }

  .xs\:focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:focus\:placeholder-gray-85:focus::-moz-placeholder{
    color: #FAFAFB;
  }

  .xs\:focus\:placeholder-gray-85:focus:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:focus\:placeholder-gray-85:focus::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xs\:focus\:placeholder-gray-85:focus::placeholder{
    color: #FAFAFB;
  }

  .xs\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f9f9f9;
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f9f9f9;
  }

  .xs\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    color: #F2F3F4;
  }

  .xs\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xs\:focus\:placeholder-gray-150:focus::placeholder{
    color: #F2F3F4;
  }

  .xs\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #f1f3f5;
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder{
    color: #f1f3f5;
  }

  .xs\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e8eb;
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e8eb;
  }

  .xs\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #575756;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #575756;
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #575756;
  }

  .xs\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #575756;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder{
    color: #575756;
  }

  .xs\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccd3d8;
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccd3d8;
  }

  .xs\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #869098;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #869098;
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #869098;
  }

  .xs\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #869098;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder{
    color: #869098;
  }

  .xs\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #e2000f;
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #e2000f;
  }

  .xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e2000f;
  }

  .xs\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #e2000f;
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder{
    color: #e2000f;
  }

  .xs\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #b6000f;
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #b6000f;
  }

  .xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #b6000f;
  }

  .xs\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #b6000f;
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder{
    color: #b6000f;
  }

  .xs\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #A3000d;
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #A3000d;
  }

  .xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #A3000d;
  }

  .xs\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #A3000d;
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder{
    color: #A3000d;
  }

  .xs\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #91000C;
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #91000C;
  }

  .xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #91000C;
  }

  .xs\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #91000C;
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder{
    color: #91000C;
  }

  .xs\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #4bac38;
  }

  .xs\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #4bac38;
  }

  .xs\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #4bac38;
  }

  .xs\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #4bac38;
  }

  .xs\:focus\:placeholder-green:focus::placeholder{
    color: #4bac38;
  }

  .xs\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #1f61a3;
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #1f61a3;
  }

  .xs\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #1f61a3;
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder{
    color: #1f61a3;
  }

  .xs\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #34495e;
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #34495e;
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #34495e;
  }

  .xs\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #34495e;
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder{
    color: #34495e;
  }

  .xs\:pointer-events-none{
    pointer-events: none;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto;
  }

  .xs\:static{
    position: static;
  }

  .xs\:fixed{
    position: fixed;
  }

  .xs\:absolute{
    position: absolute;
  }

  .xs\:relative{
    position: relative;
  }

  .xs\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xs\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xs\:top-0{
    top: 0;
  }

  .xs\:right-0{
    right: 0;
  }

  .xs\:bottom-0{
    bottom: 0;
  }

  .xs\:left-0{
    left: 0;
  }

  .xs\:top-auto{
    top: auto;
  }

  .xs\:right-auto{
    right: auto;
  }

  .xs\:bottom-auto{
    bottom: auto;
  }

  .xs\:left-auto{
    left: auto;
  }

  .xs\:resize-none{
    resize: none;
  }

  .xs\:resize-y{
    resize: vertical;
  }

  .xs\:resize-x{
    resize: horizontal;
  }

  .xs\:resize{
    resize: both;
  }

  .xs\:shadow{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xs\:shadow-md{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xs\:shadow-lg{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xs\:shadow-xl{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xs\:shadow-none{
    box-shadow: none;
  }

  .xs\:hover\:shadow:hover{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xs\:hover\:shadow-md:hover{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xs\:hover\:shadow-lg:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xs\:hover\:shadow-xl:hover{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xs\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xs\:focus\:shadow:focus{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xs\:focus\:shadow-md:focus{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xs\:focus\:shadow-lg:focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xs\:focus\:shadow-xl:focus{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xs\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xs\:fill-current{
    fill: currentColor;
  }

  .xs\:stroke-current{
    stroke: currentColor;
  }

  .xs\:table-auto{
    table-layout: auto;
  }

  .xs\:table-fixed{
    table-layout: fixed;
  }

  .xs\:text-left{
    text-align: left;
  }

  .xs\:text-center{
    text-align: center;
  }

  .xs\:text-right{
    text-align: right;
  }

  .xs\:text-justify{
    text-align: justify;
  }

  .xs\:text-transparent{
    color: transparent;
  }

  .xs\:text-black{
    color: #000;
  }

  .xs\:text-black_transparent{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:text-gray_transparent{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:text-white{
    color: #fff;
  }

  .xs\:text-gray-75{
    color: #FCFDFD;
  }

  .xs\:text-gray-85{
    color: #FAFAFB;
  }

  .xs\:text-gray-100{
    color: #f9f9f9;
  }

  .xs\:text-gray-150{
    color: #F2F3F4;
  }

  .xs\:text-gray-200{
    color: #f1f3f5;
  }

  .xs\:text-gray-300{
    color: #e5e8eb;
  }

  .xs\:text-gray-400{
    color: #575756;
  }

  .xs\:text-gray-500{
    color: #ccd3d8;
  }

  .xs\:text-gray-700{
    color: #869098;
  }

  .xs\:text-red-500{
    color: #e2000f;
  }

  .xs\:text-red-600{
    color: #b6000f;
  }

  .xs\:text-red-800{
    color: #A3000d;
  }

  .xs\:text-red-900{
    color: #91000C;
  }

  .xs\:text-green{
    color: #4bac38;
  }

  .xs\:text-blue-500{
    color: #1f61a3;
  }

  .xs\:text-blue-600{
    color: #34495e;
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xs\:hover\:text-black:hover{
    color: #000;
  }

  .xs\:hover\:text-black_transparent:hover{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:hover\:text-gray_transparent:hover{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:hover\:text-white:hover{
    color: #fff;
  }

  .xs\:hover\:text-gray-75:hover{
    color: #FCFDFD;
  }

  .xs\:hover\:text-gray-85:hover{
    color: #FAFAFB;
  }

  .xs\:hover\:text-gray-100:hover{
    color: #f9f9f9;
  }

  .xs\:hover\:text-gray-150:hover{
    color: #F2F3F4;
  }

  .xs\:hover\:text-gray-200:hover{
    color: #f1f3f5;
  }

  .xs\:hover\:text-gray-300:hover{
    color: #e5e8eb;
  }

  .xs\:hover\:text-gray-400:hover{
    color: #575756;
  }

  .xs\:hover\:text-gray-500:hover{
    color: #ccd3d8;
  }

  .xs\:hover\:text-gray-700:hover{
    color: #869098;
  }

  .xs\:hover\:text-red-500:hover{
    color: #e2000f;
  }

  .xs\:hover\:text-red-600:hover{
    color: #b6000f;
  }

  .xs\:hover\:text-red-800:hover{
    color: #A3000d;
  }

  .xs\:hover\:text-red-900:hover{
    color: #91000C;
  }

  .xs\:hover\:text-green:hover{
    color: #4bac38;
  }

  .xs\:hover\:text-blue-500:hover{
    color: #1f61a3;
  }

  .xs\:hover\:text-blue-600:hover{
    color: #34495e;
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xs\:focus\:text-black:focus{
    color: #000;
  }

  .xs\:focus\:text-black_transparent:focus{
    color: rgba(0, 0, 0, .32);
  }

  .xs\:focus\:text-gray_transparent:focus{
    color: rgba(229, 232, 235, 0.3);
  }

  .xs\:focus\:text-white:focus{
    color: #fff;
  }

  .xs\:focus\:text-gray-75:focus{
    color: #FCFDFD;
  }

  .xs\:focus\:text-gray-85:focus{
    color: #FAFAFB;
  }

  .xs\:focus\:text-gray-100:focus{
    color: #f9f9f9;
  }

  .xs\:focus\:text-gray-150:focus{
    color: #F2F3F4;
  }

  .xs\:focus\:text-gray-200:focus{
    color: #f1f3f5;
  }

  .xs\:focus\:text-gray-300:focus{
    color: #e5e8eb;
  }

  .xs\:focus\:text-gray-400:focus{
    color: #575756;
  }

  .xs\:focus\:text-gray-500:focus{
    color: #ccd3d8;
  }

  .xs\:focus\:text-gray-700:focus{
    color: #869098;
  }

  .xs\:focus\:text-red-500:focus{
    color: #e2000f;
  }

  .xs\:focus\:text-red-600:focus{
    color: #b6000f;
  }

  .xs\:focus\:text-red-800:focus{
    color: #A3000d;
  }

  .xs\:focus\:text-red-900:focus{
    color: #91000C;
  }

  .xs\:focus\:text-green:focus{
    color: #4bac38;
  }

  .xs\:focus\:text-blue-500:focus{
    color: #1f61a3;
  }

  .xs\:focus\:text-blue-600:focus{
    color: #34495e;
  }

  .xs\:text-xs{
    font-size: 0.75rem;
  }

  .xs\:text-sm{
    font-size: 0.875rem;
  }

  .xs\:text-base{
    font-size: 1rem;
  }

  .xs\:text-lg{
    font-size: 1.25rem;
  }

  .xs\:text-xl{
    font-size: 1.5rem;
  }

  .xs\:text-2xl{
    font-size: 1.75rem;
  }

  .xs\:text-3xl{
    font-size: 2.625rem;
  }

  .xs\:text-4xl{
    font-size: 4rem;
  }

  .xs\:italic{
    font-style: italic;
  }

  .xs\:not-italic{
    font-style: normal;
  }

  .xs\:uppercase{
    text-transform: uppercase;
  }

  .xs\:lowercase{
    text-transform: lowercase;
  }

  .xs\:capitalize{
    text-transform: capitalize;
  }

  .xs\:normal-case{
    text-transform: none;
  }

  .xs\:underline{
    text-decoration: underline;
  }

  .xs\:line-through{
    text-decoration: line-through;
  }

  .xs\:no-underline{
    text-decoration: none;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-normal{
    letter-spacing: 0;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.5px;
  }

  .xs\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline{
    vertical-align: baseline;
  }

  .xs\:align-top{
    vertical-align: top;
  }

  .xs\:align-middle{
    vertical-align: middle;
  }

  .xs\:align-bottom{
    vertical-align: bottom;
  }

  .xs\:align-text-top{
    vertical-align: text-top;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xs\:visible{
    visibility: visible;
  }

  .xs\:invisible{
    visibility: hidden;
  }

  .xs\:whitespace-normal{
    white-space: normal;
  }

  .xs\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xs\:whitespace-pre{
    white-space: pre;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xs\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words{
    overflow-wrap: break-word;
  }

  .xs\:break-all{
    word-break: break-all;
  }

  .xs\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-0{
    width: 0;
  }

  .xs\:w-1{
    width: 0.25rem;
  }

  .xs\:w-2{
    width: 0.5rem;
  }

  .xs\:w-3{
    width: 0.75rem;
  }

  .xs\:w-4{
    width: 1rem;
  }

  .xs\:w-5{
    width: 1.25rem;
  }

  .xs\:w-6{
    width: 1.5rem;
  }

  .xs\:w-8{
    width: 2rem;
  }

  .xs\:w-10{
    width: 2.5rem;
  }

  .xs\:w-12{
    width: 3rem;
  }

  .xs\:w-16{
    width: 4rem;
  }

  .xs\:w-20{
    width: 5rem;
  }

  .xs\:w-24{
    width: 6rem;
  }

  .xs\:w-32{
    width: 8rem;
  }

  .xs\:w-40{
    width: 10rem;
  }

  .xs\:w-48{
    width: 12rem;
  }

  .xs\:w-56{
    width: 14rem;
  }

  .xs\:w-64{
    width: 16rem;
  }

  .xs\:w-auto{
    width: auto;
  }

  .xs\:w-px{
    width: 1px;
  }

  .xs\:w-32px{
    width: 32px;
  }

  .xs\:w-c1{
    width: calc(100%/12);
  }

  .xs\:w-c2{
    width: calc(100%/6);
  }

  .xs\:w-c3{
    width: calc(100%/4);
  }

  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:w-1\/3{
    width: 33.333333%;
  }

  .xs\:w-2\/3{
    width: 66.666667%;
  }

  .xs\:w-1\/4{
    width: 25%;
  }

  .xs\:w-2\/4{
    width: 50%;
  }

  .xs\:w-3\/4{
    width: 75%;
  }

  .xs\:w-1\/5{
    width: 20%;
  }

  .xs\:w-2\/5{
    width: 40%;
  }

  .xs\:w-3\/5{
    width: 60%;
  }

  .xs\:w-4\/5{
    width: 80%;
  }

  .xs\:w-1\/6{
    width: 16.666667%;
  }

  .xs\:w-2\/6{
    width: 33.333333%;
  }

  .xs\:w-3\/6{
    width: 50%;
  }

  .xs\:w-4\/6{
    width: 66.666667%;
  }

  .xs\:w-5\/6{
    width: 83.333333%;
  }

  .xs\:w-1\/12{
    width: 8.333333%;
  }

  .xs\:w-2\/12{
    width: 16.666667%;
  }

  .xs\:w-3\/12{
    width: 25%;
  }

  .xs\:w-4\/12{
    width: 33.333333%;
  }

  .xs\:w-5\/12{
    width: 41.666667%;
  }

  .xs\:w-6\/12{
    width: 50%;
  }

  .xs\:w-7\/12{
    width: 58.333333%;
  }

  .xs\:w-8\/12{
    width: 66.666667%;
  }

  .xs\:w-9\/12{
    width: 75%;
  }

  .xs\:w-10\/12{
    width: 83.333333%;
  }

  .xs\:w-11\/12{
    width: 91.666667%;
  }

  .xs\:w-full{
    width: 100%;
  }

  .xs\:w-screen{
    width: 100vw;
  }

  .xs\:z-0{
    z-index: 0;
  }

  .xs\:z-10{
    z-index: 10;
  }

  .xs\:z-20{
    z-index: 20;
  }

  .xs\:z-30{
    z-index: 30;
  }

  .xs\:z-40{
    z-index: 40;
  }

  .xs\:z-50{
    z-index: 50;
  }

  .xs\:z-auto{
    z-index: auto;
  }

  .xs\:z-n10{
    z-index: -10;
  }

  .xs\:container-fluid{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .xs\:col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .xs\:col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .xs\:col-1{
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }

  .xs\:col-2{
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }

  .xs\:col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xs\:col-4{
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }

  .xs\:col-5{
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .xs\:col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xs\:col-7{
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }

  .xs\:col-8{
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }

  .xs\:col-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xs\:col-10{
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }

  .xs\:col-11{
    flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }

  .xs\:col-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xs\:order-first{
    order: -1;
  }

  .xs\:order-last{
    order: 13;
  }

  .xs\:order-0{
    order: 0;
  }

  .xs\:order-1{
    order: 1;
  }

  .xs\:order-2{
    order: 2;
  }

  .xs\:order-3{
    order: 3;
  }

  .xs\:order-4{
    order: 4;
  }

  .xs\:order-5{
    order: 5;
  }

  .xs\:order-6{
    order: 6;
  }

  .xs\:order-7{
    order: 7;
  }

  .xs\:order-8{
    order: 8;
  }

  .xs\:order-9{
    order: 9;
  }

  .xs\:order-10{
    order: 10;
  }

  .xs\:order-11{
    order: 11;
  }

  .xs\:order-12{
    order: 12;
  }

  .xs\:offset-0{
    margin-left: 0%;
  }

  .xs\:offset-1{
    margin-left: 8.333333333333334%;
  }

  .xs\:offset-2{
    margin-left: 16.666666666666668%;
  }

  .xs\:offset-3{
    margin-left: 25%;
  }

  .xs\:offset-4{
    margin-left: 33.333333333333336%;
  }

  .xs\:offset-5{
    margin-left: 41.66666666666667%;
  }

  .xs\:offset-6{
    margin-left: 50%;
  }

  .xs\:offset-7{
    margin-left: 58.333333333333336%;
  }

  .xs\:offset-8{
    margin-left: 66.66666666666667%;
  }

  .xs\:offset-9{
    margin-left: 75%;
  }

  .xs\:offset-10{
    margin-left: 83.33333333333334%;
  }

  .xs\:offset-11{
    margin-left: 91.66666666666667%;
  }
}

@media (min-width: 640px){
  .sm\: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;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\: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;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-black{
    background-color: #000;
  }

  .sm\:bg-black_transparent{
    background-color: rgba(0, 0, 0, .32);
  }

  .sm\:bg-gray_transparent{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:bg-white{
    background-color: #fff;
  }

  .sm\:bg-gray-75{
    background-color: #FCFDFD;
  }

  .sm\:bg-gray-85{
    background-color: #FAFAFB;
  }

  .sm\:bg-gray-100{
    background-color: #f9f9f9;
  }

  .sm\:bg-gray-150{
    background-color: #F2F3F4;
  }

  .sm\:bg-gray-200{
    background-color: #f1f3f5;
  }

  .sm\:bg-gray-300{
    background-color: #e5e8eb;
  }

  .sm\:bg-gray-400{
    background-color: #575756;
  }

  .sm\:bg-gray-500{
    background-color: #ccd3d8;
  }

  .sm\:bg-gray-700{
    background-color: #869098;
  }

  .sm\:bg-red-500{
    background-color: #e2000f;
  }

  .sm\:bg-red-600{
    background-color: #b6000f;
  }

  .sm\:bg-red-800{
    background-color: #A3000d;
  }

  .sm\:bg-red-900{
    background-color: #91000C;
  }

  .sm\:bg-green{
    background-color: #4bac38;
  }

  .sm\:bg-blue-500{
    background-color: #1f61a3;
  }

  .sm\:bg-blue-600{
    background-color: #34495e;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover{
    background-color: #000;
  }

  .sm\:hover\:bg-black_transparent:hover{
    background-color: rgba(0, 0, 0, .32);
  }

  .sm\:hover\:bg-gray_transparent:hover{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .sm\:hover\:bg-gray-75:hover{
    background-color: #FCFDFD;
  }

  .sm\:hover\:bg-gray-85:hover{
    background-color: #FAFAFB;
  }

  .sm\:hover\:bg-gray-100:hover{
    background-color: #f9f9f9;
  }

  .sm\:hover\:bg-gray-150:hover{
    background-color: #F2F3F4;
  }

  .sm\:hover\:bg-gray-200:hover{
    background-color: #f1f3f5;
  }

  .sm\:hover\:bg-gray-300:hover{
    background-color: #e5e8eb;
  }

  .sm\:hover\:bg-gray-400:hover{
    background-color: #575756;
  }

  .sm\:hover\:bg-gray-500:hover{
    background-color: #ccd3d8;
  }

  .sm\:hover\:bg-gray-700:hover{
    background-color: #869098;
  }

  .sm\:hover\:bg-red-500:hover{
    background-color: #e2000f;
  }

  .sm\:hover\:bg-red-600:hover{
    background-color: #b6000f;
  }

  .sm\:hover\:bg-red-800:hover{
    background-color: #A3000d;
  }

  .sm\:hover\:bg-red-900:hover{
    background-color: #91000C;
  }

  .sm\:hover\:bg-green:hover{
    background-color: #4bac38;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #1f61a3;
  }

  .sm\:hover\:bg-blue-600:hover{
    background-color: #34495e;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus{
    background-color: #000;
  }

  .sm\:focus\:bg-black_transparent:focus{
    background-color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:bg-gray_transparent:focus{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .sm\:focus\:bg-gray-75:focus{
    background-color: #FCFDFD;
  }

  .sm\:focus\:bg-gray-85:focus{
    background-color: #FAFAFB;
  }

  .sm\:focus\:bg-gray-100:focus{
    background-color: #f9f9f9;
  }

  .sm\:focus\:bg-gray-150:focus{
    background-color: #F2F3F4;
  }

  .sm\:focus\:bg-gray-200:focus{
    background-color: #f1f3f5;
  }

  .sm\:focus\:bg-gray-300:focus{
    background-color: #e5e8eb;
  }

  .sm\:focus\:bg-gray-400:focus{
    background-color: #575756;
  }

  .sm\:focus\:bg-gray-500:focus{
    background-color: #ccd3d8;
  }

  .sm\:focus\:bg-gray-700:focus{
    background-color: #869098;
  }

  .sm\:focus\:bg-red-500:focus{
    background-color: #e2000f;
  }

  .sm\:focus\:bg-red-600:focus{
    background-color: #b6000f;
  }

  .sm\:focus\:bg-red-800:focus{
    background-color: #A3000d;
  }

  .sm\:focus\:bg-red-900:focus{
    background-color: #91000C;
  }

  .sm\:focus\:bg-green:focus{
    background-color: #4bac38;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #1f61a3;
  }

  .sm\:focus\:bg-blue-600:focus{
    background-color: #34495e;
  }

  .sm\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .sm\:even\:bg-black:nth-child(even){
    background-color: #000;
  }

  .sm\:even\:bg-black_transparent:nth-child(even){
    background-color: rgba(0, 0, 0, .32);
  }

  .sm\:even\:bg-gray_transparent:nth-child(even){
    background-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:even\:bg-white:nth-child(even){
    background-color: #fff;
  }

  .sm\:even\:bg-gray-75:nth-child(even){
    background-color: #FCFDFD;
  }

  .sm\:even\:bg-gray-85:nth-child(even){
    background-color: #FAFAFB;
  }

  .sm\:even\:bg-gray-100:nth-child(even){
    background-color: #f9f9f9;
  }

  .sm\:even\:bg-gray-150:nth-child(even){
    background-color: #F2F3F4;
  }

  .sm\:even\:bg-gray-200:nth-child(even){
    background-color: #f1f3f5;
  }

  .sm\:even\:bg-gray-300:nth-child(even){
    background-color: #e5e8eb;
  }

  .sm\:even\:bg-gray-400:nth-child(even){
    background-color: #575756;
  }

  .sm\:even\:bg-gray-500:nth-child(even){
    background-color: #ccd3d8;
  }

  .sm\:even\:bg-gray-700:nth-child(even){
    background-color: #869098;
  }

  .sm\:even\:bg-red-500:nth-child(even){
    background-color: #e2000f;
  }

  .sm\:even\:bg-red-600:nth-child(even){
    background-color: #b6000f;
  }

  .sm\:even\:bg-red-800:nth-child(even){
    background-color: #A3000d;
  }

  .sm\:even\:bg-red-900:nth-child(even){
    background-color: #91000C;
  }

  .sm\:even\:bg-green:nth-child(even){
    background-color: #4bac38;
  }

  .sm\:even\:bg-blue-500:nth-child(even){
    background-color: #1f61a3;
  }

  .sm\:even\:bg-blue-600:nth-child(even){
    background-color: #34495e;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-black{
    border-color: #000;
  }

  .sm\:border-black_transparent{
    border-color: rgba(0, 0, 0, .32);
  }

  .sm\:border-gray_transparent{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:border-white{
    border-color: #fff;
  }

  .sm\:border-gray-75{
    border-color: #FCFDFD;
  }

  .sm\:border-gray-85{
    border-color: #FAFAFB;
  }

  .sm\:border-gray-100{
    border-color: #f9f9f9;
  }

  .sm\:border-gray-150{
    border-color: #F2F3F4;
  }

  .sm\:border-gray-200{
    border-color: #f1f3f5;
  }

  .sm\:border-gray-300{
    border-color: #e5e8eb;
  }

  .sm\:border-gray-400{
    border-color: #575756;
  }

  .sm\:border-gray-500{
    border-color: #ccd3d8;
  }

  .sm\:border-gray-700{
    border-color: #869098;
  }

  .sm\:border-red-500{
    border-color: #e2000f;
  }

  .sm\:border-red-600{
    border-color: #b6000f;
  }

  .sm\:border-red-800{
    border-color: #A3000d;
  }

  .sm\:border-red-900{
    border-color: #91000C;
  }

  .sm\:border-green{
    border-color: #4bac38;
  }

  .sm\:border-blue-500{
    border-color: #1f61a3;
  }

  .sm\:border-blue-600{
    border-color: #34495e;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover{
    border-color: #000;
  }

  .sm\:hover\:border-black_transparent:hover{
    border-color: rgba(0, 0, 0, .32);
  }

  .sm\:hover\:border-gray_transparent:hover{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:hover\:border-white:hover{
    border-color: #fff;
  }

  .sm\:hover\:border-gray-75:hover{
    border-color: #FCFDFD;
  }

  .sm\:hover\:border-gray-85:hover{
    border-color: #FAFAFB;
  }

  .sm\:hover\:border-gray-100:hover{
    border-color: #f9f9f9;
  }

  .sm\:hover\:border-gray-150:hover{
    border-color: #F2F3F4;
  }

  .sm\:hover\:border-gray-200:hover{
    border-color: #f1f3f5;
  }

  .sm\:hover\:border-gray-300:hover{
    border-color: #e5e8eb;
  }

  .sm\:hover\:border-gray-400:hover{
    border-color: #575756;
  }

  .sm\:hover\:border-gray-500:hover{
    border-color: #ccd3d8;
  }

  .sm\:hover\:border-gray-700:hover{
    border-color: #869098;
  }

  .sm\:hover\:border-red-500:hover{
    border-color: #e2000f;
  }

  .sm\:hover\:border-red-600:hover{
    border-color: #b6000f;
  }

  .sm\:hover\:border-red-800:hover{
    border-color: #A3000d;
  }

  .sm\:hover\:border-red-900:hover{
    border-color: #91000C;
  }

  .sm\:hover\:border-green:hover{
    border-color: #4bac38;
  }

  .sm\:hover\:border-blue-500:hover{
    border-color: #1f61a3;
  }

  .sm\:hover\:border-blue-600:hover{
    border-color: #34495e;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus{
    border-color: #000;
  }

  .sm\:focus\:border-black_transparent:focus{
    border-color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:border-gray_transparent:focus{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:border-white:focus{
    border-color: #fff;
  }

  .sm\:focus\:border-gray-75:focus{
    border-color: #FCFDFD;
  }

  .sm\:focus\:border-gray-85:focus{
    border-color: #FAFAFB;
  }

  .sm\:focus\:border-gray-100:focus{
    border-color: #f9f9f9;
  }

  .sm\:focus\:border-gray-150:focus{
    border-color: #F2F3F4;
  }

  .sm\:focus\:border-gray-200:focus{
    border-color: #f1f3f5;
  }

  .sm\:focus\:border-gray-300:focus{
    border-color: #e5e8eb;
  }

  .sm\:focus\:border-gray-400:focus{
    border-color: #575756;
  }

  .sm\:focus\:border-gray-500:focus{
    border-color: #ccd3d8;
  }

  .sm\:focus\:border-gray-700:focus{
    border-color: #869098;
  }

  .sm\:focus\:border-red-500:focus{
    border-color: #e2000f;
  }

  .sm\:focus\:border-red-600:focus{
    border-color: #b6000f;
  }

  .sm\:focus\:border-red-800:focus{
    border-color: #A3000d;
  }

  .sm\:focus\:border-red-900:focus{
    border-color: #91000C;
  }

  .sm\:focus\:border-green:focus{
    border-color: #4bac38;
  }

  .sm\:focus\:border-blue-500:focus{
    border-color: #1f61a3;
  }

  .sm\:focus\:border-blue-600:focus{
    border-color: #34495e;
  }

  .sm\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg{
    border-radius: 1.375rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 1.375rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 1.375rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 1.375rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 1.375rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:last\:border-solid:last-child{
    border-style: solid;
  }

  .sm\:last\:border-dashed:last-child{
    border-style: dashed;
  }

  .sm\:last\:border-dotted:last-child{
    border-style: dotted;
  }

  .sm\:last\:border-double:last-child{
    border-style: double;
  }

  .sm\:last\:border-none:last-child{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans{
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-display{
    font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-32px{
    height: 32px;
  }

  .sm\:h-c1{
    height: calc(100%/12);
  }

  .sm\:h-c2{
    height: calc(100%/6);
  }

  .sm\:h-c3{
    height: calc(100%/4);
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-32px{
    margin: 32px;
  }

  .sm\:m-c1{
    margin: calc(100%/12);
  }

  .sm\:m-c2{
    margin: calc(100%/6);
  }

  .sm\:m-c3{
    margin: calc(100%/4);
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-32px{
    margin: -32px;
  }

  .sm\:-m-c1{
    margin: -8.33333%;
  }

  .sm\:-m-c2{
    margin: -16.66667%;
  }

  .sm\:-m-c3{
    margin: -25%;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:my-c1{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .sm\:mx-c1{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .sm\:my-c2{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .sm\:mx-c2{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .sm\:my-c3{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .sm\:mx-c3{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:-my-c1{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:-mx-c1{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:-my-c2{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-mx-c2{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-my-c3{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-c3{
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mt-32px{
    margin-top: 32px;
  }

  .sm\:mr-32px{
    margin-right: 32px;
  }

  .sm\:mb-32px{
    margin-bottom: 32px;
  }

  .sm\:ml-32px{
    margin-left: 32px;
  }

  .sm\:mt-c1{
    margin-top: calc(100%/12);
  }

  .sm\:mr-c1{
    margin-right: calc(100%/12);
  }

  .sm\:mb-c1{
    margin-bottom: calc(100%/12);
  }

  .sm\:ml-c1{
    margin-left: calc(100%/12);
  }

  .sm\:mt-c2{
    margin-top: calc(100%/6);
  }

  .sm\:mr-c2{
    margin-right: calc(100%/6);
  }

  .sm\:mb-c2{
    margin-bottom: calc(100%/6);
  }

  .sm\:ml-c2{
    margin-left: calc(100%/6);
  }

  .sm\:mt-c3{
    margin-top: calc(100%/4);
  }

  .sm\:mr-c3{
    margin-right: calc(100%/4);
  }

  .sm\:mb-c3{
    margin-bottom: calc(100%/4);
  }

  .sm\:ml-c3{
    margin-left: calc(100%/4);
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-32px{
    margin-top: -32px;
  }

  .sm\:-mr-32px{
    margin-right: -32px;
  }

  .sm\:-mb-32px{
    margin-bottom: -32px;
  }

  .sm\:-ml-32px{
    margin-left: -32px;
  }

  .sm\:-mt-c1{
    margin-top: -8.33333%;
  }

  .sm\:-mr-c1{
    margin-right: -8.33333%;
  }

  .sm\:-mb-c1{
    margin-bottom: -8.33333%;
  }

  .sm\:-ml-c1{
    margin-left: -8.33333%;
  }

  .sm\:-mt-c2{
    margin-top: -16.66667%;
  }

  .sm\:-mr-c2{
    margin-right: -16.66667%;
  }

  .sm\:-mb-c2{
    margin-bottom: -16.66667%;
  }

  .sm\:-ml-c2{
    margin-left: -16.66667%;
  }

  .sm\:-mt-c3{
    margin-top: -25%;
  }

  .sm\:-mr-c3{
    margin-right: -25%;
  }

  .sm\:-mb-c3{
    margin-bottom: -25%;
  }

  .sm\:-ml-c3{
    margin-left: -25%;
  }

  .sm\:last\:m-0:last-child{
    margin: 0;
  }

  .sm\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child{
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child{
    margin: 2rem;
  }

  .sm\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child{
    margin: 3rem;
  }

  .sm\:last\:m-16:last-child{
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child{
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child{
    margin: 6rem;
  }

  .sm\:last\:m-32:last-child{
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child{
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child{
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child{
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child{
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .sm\:last\:m-px:last-child{
    margin: 1px;
  }

  .sm\:last\:m-32px:last-child{
    margin: 32px;
  }

  .sm\:last\:m-c1:last-child{
    margin: calc(100%/12);
  }

  .sm\:last\:m-c2:last-child{
    margin: calc(100%/6);
  }

  .sm\:last\:m-c3:last-child{
    margin: calc(100%/4);
  }

  .sm\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .sm\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .sm\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .sm\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child{
    margin: -1px;
  }

  .sm\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .sm\:last\:-m-c1:last-child{
    margin: -8.33333%;
  }

  .sm\:last\:-m-c2:last-child{
    margin: -16.66667%;
  }

  .sm\:last\:-m-c3:last-child{
    margin: -25%;
  }

  .sm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:last\:my-c1:last-child{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .sm\:last\:mx-c1:last-child{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .sm\:last\:my-c2:last-child{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .sm\:last\:mx-c2:last-child{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .sm\:last\:my-c3:last-child{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .sm\:last\:mx-c3:last-child{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .sm\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:last\:-my-c1:last-child{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:last\:-mx-c1:last-child{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:last\:-my-c2:last-child{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-mx-c2:last-child{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:last\:-my-c3:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:last\:-mx-c3:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .sm\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .sm\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .sm\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .sm\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .sm\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .sm\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .sm\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .sm\:last\:mt-c1:last-child{
    margin-top: calc(100%/12);
  }

  .sm\:last\:mr-c1:last-child{
    margin-right: calc(100%/12);
  }

  .sm\:last\:mb-c1:last-child{
    margin-bottom: calc(100%/12);
  }

  .sm\:last\:ml-c1:last-child{
    margin-left: calc(100%/12);
  }

  .sm\:last\:mt-c2:last-child{
    margin-top: calc(100%/6);
  }

  .sm\:last\:mr-c2:last-child{
    margin-right: calc(100%/6);
  }

  .sm\:last\:mb-c2:last-child{
    margin-bottom: calc(100%/6);
  }

  .sm\:last\:ml-c2:last-child{
    margin-left: calc(100%/6);
  }

  .sm\:last\:mt-c3:last-child{
    margin-top: calc(100%/4);
  }

  .sm\:last\:mr-c3:last-child{
    margin-right: calc(100%/4);
  }

  .sm\:last\:mb-c3:last-child{
    margin-bottom: calc(100%/4);
  }

  .sm\:last\:ml-c3:last-child{
    margin-left: calc(100%/4);
  }

  .sm\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .sm\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .sm\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .sm\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .sm\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .sm\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .sm\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .sm\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .sm\:last\:-mt-c1:last-child{
    margin-top: -8.33333%;
  }

  .sm\:last\:-mr-c1:last-child{
    margin-right: -8.33333%;
  }

  .sm\:last\:-mb-c1:last-child{
    margin-bottom: -8.33333%;
  }

  .sm\:last\:-ml-c1:last-child{
    margin-left: -8.33333%;
  }

  .sm\:last\:-mt-c2:last-child{
    margin-top: -16.66667%;
  }

  .sm\:last\:-mr-c2:last-child{
    margin-right: -16.66667%;
  }

  .sm\:last\:-mb-c2:last-child{
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-ml-c2:last-child{
    margin-left: -16.66667%;
  }

  .sm\:last\:-mt-c3:last-child{
    margin-top: -25%;
  }

  .sm\:last\:-mr-c3:last-child{
    margin-right: -25%;
  }

  .sm\:last\:-mb-c3:last-child{
    margin-bottom: -25%;
  }

  .sm\:last\:-ml-c3:last-child{
    margin-left: -25%;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 0;
  }

  .sm\:focus\:outline-none:focus{
    outline: 0;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-32px{
    padding: 32px;
  }

  .sm\:p-c1{
    padding: calc(100%/12);
  }

  .sm\:p-c2{
    padding: calc(100%/6);
  }

  .sm\:p-c3{
    padding: calc(100%/4);
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-c1{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .sm\:px-c1{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .sm\:py-c2{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .sm\:px-c2{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .sm\:py-c3{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .sm\:px-c3{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-32px{
    padding-top: 32px;
  }

  .sm\:pr-32px{
    padding-right: 32px;
  }

  .sm\:pb-32px{
    padding-bottom: 32px;
  }

  .sm\:pl-32px{
    padding-left: 32px;
  }

  .sm\:pt-c1{
    padding-top: calc(100%/12);
  }

  .sm\:pr-c1{
    padding-right: calc(100%/12);
  }

  .sm\:pb-c1{
    padding-bottom: calc(100%/12);
  }

  .sm\:pl-c1{
    padding-left: calc(100%/12);
  }

  .sm\:pt-c2{
    padding-top: calc(100%/6);
  }

  .sm\:pr-c2{
    padding-right: calc(100%/6);
  }

  .sm\:pb-c2{
    padding-bottom: calc(100%/6);
  }

  .sm\:pl-c2{
    padding-left: calc(100%/6);
  }

  .sm\:pt-c3{
    padding-top: calc(100%/4);
  }

  .sm\:pr-c3{
    padding-right: calc(100%/4);
  }

  .sm\:pb-c3{
    padding-bottom: calc(100%/4);
  }

  .sm\:pl-c3{
    padding-left: calc(100%/4);
  }

  .sm\:last\:p-0:last-child{
    padding: 0;
  }

  .sm\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child{
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .sm\:last\:p-8:last-child{
    padding: 2rem;
  }

  .sm\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .sm\:last\:p-12:last-child{
    padding: 3rem;
  }

  .sm\:last\:p-16:last-child{
    padding: 4rem;
  }

  .sm\:last\:p-20:last-child{
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child{
    padding: 6rem;
  }

  .sm\:last\:p-32:last-child{
    padding: 8rem;
  }

  .sm\:last\:p-40:last-child{
    padding: 10rem;
  }

  .sm\:last\:p-48:last-child{
    padding: 12rem;
  }

  .sm\:last\:p-56:last-child{
    padding: 14rem;
  }

  .sm\:last\:p-64:last-child{
    padding: 16rem;
  }

  .sm\:last\:p-px:last-child{
    padding: 1px;
  }

  .sm\:last\:p-32px:last-child{
    padding: 32px;
  }

  .sm\:last\:p-c1:last-child{
    padding: calc(100%/12);
  }

  .sm\:last\:p-c2:last-child{
    padding: calc(100%/6);
  }

  .sm\:last\:p-c3:last-child{
    padding: calc(100%/4);
  }

  .sm\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:last\:py-c1:last-child{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .sm\:last\:px-c1:last-child{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .sm\:last\:py-c2:last-child{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .sm\:last\:px-c2:last-child{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .sm\:last\:py-c3:last-child{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .sm\:last\:px-c3:last-child{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .sm\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .sm\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .sm\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .sm\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .sm\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .sm\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .sm\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .sm\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .sm\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .sm\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .sm\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .sm\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .sm\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .sm\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .sm\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .sm\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .sm\:last\:pt-c1:last-child{
    padding-top: calc(100%/12);
  }

  .sm\:last\:pr-c1:last-child{
    padding-right: calc(100%/12);
  }

  .sm\:last\:pb-c1:last-child{
    padding-bottom: calc(100%/12);
  }

  .sm\:last\:pl-c1:last-child{
    padding-left: calc(100%/12);
  }

  .sm\:last\:pt-c2:last-child{
    padding-top: calc(100%/6);
  }

  .sm\:last\:pr-c2:last-child{
    padding-right: calc(100%/6);
  }

  .sm\:last\:pb-c2:last-child{
    padding-bottom: calc(100%/6);
  }

  .sm\:last\:pl-c2:last-child{
    padding-left: calc(100%/6);
  }

  .sm\:last\:pt-c3:last-child{
    padding-top: calc(100%/4);
  }

  .sm\:last\:pr-c3:last-child{
    padding-right: calc(100%/4);
  }

  .sm\:last\:pb-c3:last-child{
    padding-bottom: calc(100%/4);
  }

  .sm\:last\:pl-c3:last-child{
    padding-left: calc(100%/4);
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: #000;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: #000;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color: #000;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: #000;
  }

  .sm\:placeholder-black::placeholder{
    color: #000;
  }

  .sm\:placeholder-black_transparent::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:placeholder-black_transparent::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:placeholder-black_transparent:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:placeholder-black_transparent::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:placeholder-black_transparent::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:placeholder-gray_transparent::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:placeholder-gray_transparent::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:placeholder-gray_transparent:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:placeholder-gray_transparent::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:placeholder-gray_transparent::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::placeholder{
    color: #fff;
  }

  .sm\:placeholder-gray-75::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:placeholder-gray-75::-moz-placeholder{
    color: #FCFDFD;
  }

  .sm\:placeholder-gray-75:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:placeholder-gray-75::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:placeholder-gray-75::placeholder{
    color: #FCFDFD;
  }

  .sm\:placeholder-gray-85::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:placeholder-gray-85::-moz-placeholder{
    color: #FAFAFB;
  }

  .sm\:placeholder-gray-85:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:placeholder-gray-85::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:placeholder-gray-85::placeholder{
    color: #FAFAFB;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    color: #f9f9f9;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:placeholder-gray-100::placeholder{
    color: #f9f9f9;
  }

  .sm\:placeholder-gray-150::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:placeholder-gray-150::-moz-placeholder{
    color: #F2F3F4;
  }

  .sm\:placeholder-gray-150:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:placeholder-gray-150::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:placeholder-gray-150::placeholder{
    color: #F2F3F4;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    color: #f1f3f5;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:placeholder-gray-200::placeholder{
    color: #f1f3f5;
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    color: #e5e8eb;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:placeholder-gray-300::placeholder{
    color: #e5e8eb;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    color: #575756;
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    color: #575756;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    color: #575756;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    color: #575756;
  }

  .sm\:placeholder-gray-400::placeholder{
    color: #575756;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    color: #ccd3d8;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:placeholder-gray-500::placeholder{
    color: #ccd3d8;
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder{
    color: #869098;
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    color: #869098;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    color: #869098;
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder{
    color: #869098;
  }

  .sm\:placeholder-gray-700::placeholder{
    color: #869098;
  }

  .sm\:placeholder-red-500::-webkit-input-placeholder{
    color: #e2000f;
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    color: #e2000f;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    color: #e2000f;
  }

  .sm\:placeholder-red-500::-ms-input-placeholder{
    color: #e2000f;
  }

  .sm\:placeholder-red-500::placeholder{
    color: #e2000f;
  }

  .sm\:placeholder-red-600::-webkit-input-placeholder{
    color: #b6000f;
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    color: #b6000f;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder{
    color: #b6000f;
  }

  .sm\:placeholder-red-600::-ms-input-placeholder{
    color: #b6000f;
  }

  .sm\:placeholder-red-600::placeholder{
    color: #b6000f;
  }

  .sm\:placeholder-red-800::-webkit-input-placeholder{
    color: #A3000d;
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    color: #A3000d;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder{
    color: #A3000d;
  }

  .sm\:placeholder-red-800::-ms-input-placeholder{
    color: #A3000d;
  }

  .sm\:placeholder-red-800::placeholder{
    color: #A3000d;
  }

  .sm\:placeholder-red-900::-webkit-input-placeholder{
    color: #91000C;
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    color: #91000C;
  }

  .sm\:placeholder-red-900:-ms-input-placeholder{
    color: #91000C;
  }

  .sm\:placeholder-red-900::-ms-input-placeholder{
    color: #91000C;
  }

  .sm\:placeholder-red-900::placeholder{
    color: #91000C;
  }

  .sm\:placeholder-green::-webkit-input-placeholder{
    color: #4bac38;
  }

  .sm\:placeholder-green::-moz-placeholder{
    color: #4bac38;
  }

  .sm\:placeholder-green:-ms-input-placeholder{
    color: #4bac38;
  }

  .sm\:placeholder-green::-ms-input-placeholder{
    color: #4bac38;
  }

  .sm\:placeholder-green::placeholder{
    color: #4bac38;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    color: #1f61a3;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    color: #1f61a3;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder{
    color: #1f61a3;
  }

  .sm\:placeholder-blue-500::placeholder{
    color: #1f61a3;
  }

  .sm\:placeholder-blue-600::-webkit-input-placeholder{
    color: #34495e;
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    color: #34495e;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    color: #34495e;
  }

  .sm\:placeholder-blue-600::-ms-input-placeholder{
    color: #34495e;
  }

  .sm\:placeholder-blue-600::placeholder{
    color: #34495e;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: #000;
  }

  .sm\:focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:placeholder-black_transparent:focus::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:placeholder-black_transparent:focus::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:placeholder-gray_transparent:focus::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:placeholder-gray_transparent:focus::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:focus\:placeholder-gray-75:focus::-moz-placeholder{
    color: #FCFDFD;
  }

  .sm\:focus\:placeholder-gray-75:focus:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:focus\:placeholder-gray-75:focus::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .sm\:focus\:placeholder-gray-75:focus::placeholder{
    color: #FCFDFD;
  }

  .sm\:focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:focus\:placeholder-gray-85:focus::-moz-placeholder{
    color: #FAFAFB;
  }

  .sm\:focus\:placeholder-gray-85:focus:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:focus\:placeholder-gray-85:focus::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .sm\:focus\:placeholder-gray-85:focus::placeholder{
    color: #FAFAFB;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f9f9f9;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f9f9f9;
  }

  .sm\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    color: #F2F3F4;
  }

  .sm\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .sm\:focus\:placeholder-gray-150:focus::placeholder{
    color: #F2F3F4;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #f1f3f5;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    color: #f1f3f5;
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e8eb;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e8eb;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #575756;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #575756;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #575756;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #575756;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    color: #575756;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccd3d8;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccd3d8;
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #869098;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #869098;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #869098;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #869098;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    color: #869098;
  }

  .sm\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #e2000f;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #e2000f;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e2000f;
  }

  .sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #e2000f;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    color: #e2000f;
  }

  .sm\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #b6000f;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #b6000f;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #b6000f;
  }

  .sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #b6000f;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    color: #b6000f;
  }

  .sm\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #A3000d;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #A3000d;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #A3000d;
  }

  .sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #A3000d;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    color: #A3000d;
  }

  .sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #91000C;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #91000C;
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #91000C;
  }

  .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #91000C;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    color: #91000C;
  }

  .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #4bac38;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #4bac38;
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #4bac38;
  }

  .sm\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #4bac38;
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    color: #4bac38;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #1f61a3;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #1f61a3;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #1f61a3;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    color: #1f61a3;
  }

  .sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #34495e;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #34495e;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #34495e;
  }

  .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #34495e;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    color: #34495e;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .sm\:shadow-md{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .sm\:shadow-lg{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .sm\:shadow-xl{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .sm\:shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:shadow-xl:hover{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .sm\:focus\:shadow-md:focus{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .sm\:focus\:shadow-lg:focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:shadow-xl:focus{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-black{
    color: #000;
  }

  .sm\:text-black_transparent{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:text-gray_transparent{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:text-white{
    color: #fff;
  }

  .sm\:text-gray-75{
    color: #FCFDFD;
  }

  .sm\:text-gray-85{
    color: #FAFAFB;
  }

  .sm\:text-gray-100{
    color: #f9f9f9;
  }

  .sm\:text-gray-150{
    color: #F2F3F4;
  }

  .sm\:text-gray-200{
    color: #f1f3f5;
  }

  .sm\:text-gray-300{
    color: #e5e8eb;
  }

  .sm\:text-gray-400{
    color: #575756;
  }

  .sm\:text-gray-500{
    color: #ccd3d8;
  }

  .sm\:text-gray-700{
    color: #869098;
  }

  .sm\:text-red-500{
    color: #e2000f;
  }

  .sm\:text-red-600{
    color: #b6000f;
  }

  .sm\:text-red-800{
    color: #A3000d;
  }

  .sm\:text-red-900{
    color: #91000C;
  }

  .sm\:text-green{
    color: #4bac38;
  }

  .sm\:text-blue-500{
    color: #1f61a3;
  }

  .sm\:text-blue-600{
    color: #34495e;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-black:hover{
    color: #000;
  }

  .sm\:hover\:text-black_transparent:hover{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:hover\:text-gray_transparent:hover{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:hover\:text-white:hover{
    color: #fff;
  }

  .sm\:hover\:text-gray-75:hover{
    color: #FCFDFD;
  }

  .sm\:hover\:text-gray-85:hover{
    color: #FAFAFB;
  }

  .sm\:hover\:text-gray-100:hover{
    color: #f9f9f9;
  }

  .sm\:hover\:text-gray-150:hover{
    color: #F2F3F4;
  }

  .sm\:hover\:text-gray-200:hover{
    color: #f1f3f5;
  }

  .sm\:hover\:text-gray-300:hover{
    color: #e5e8eb;
  }

  .sm\:hover\:text-gray-400:hover{
    color: #575756;
  }

  .sm\:hover\:text-gray-500:hover{
    color: #ccd3d8;
  }

  .sm\:hover\:text-gray-700:hover{
    color: #869098;
  }

  .sm\:hover\:text-red-500:hover{
    color: #e2000f;
  }

  .sm\:hover\:text-red-600:hover{
    color: #b6000f;
  }

  .sm\:hover\:text-red-800:hover{
    color: #A3000d;
  }

  .sm\:hover\:text-red-900:hover{
    color: #91000C;
  }

  .sm\:hover\:text-green:hover{
    color: #4bac38;
  }

  .sm\:hover\:text-blue-500:hover{
    color: #1f61a3;
  }

  .sm\:hover\:text-blue-600:hover{
    color: #34495e;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-black:focus{
    color: #000;
  }

  .sm\:focus\:text-black_transparent:focus{
    color: rgba(0, 0, 0, .32);
  }

  .sm\:focus\:text-gray_transparent:focus{
    color: rgba(229, 232, 235, 0.3);
  }

  .sm\:focus\:text-white:focus{
    color: #fff;
  }

  .sm\:focus\:text-gray-75:focus{
    color: #FCFDFD;
  }

  .sm\:focus\:text-gray-85:focus{
    color: #FAFAFB;
  }

  .sm\:focus\:text-gray-100:focus{
    color: #f9f9f9;
  }

  .sm\:focus\:text-gray-150:focus{
    color: #F2F3F4;
  }

  .sm\:focus\:text-gray-200:focus{
    color: #f1f3f5;
  }

  .sm\:focus\:text-gray-300:focus{
    color: #e5e8eb;
  }

  .sm\:focus\:text-gray-400:focus{
    color: #575756;
  }

  .sm\:focus\:text-gray-500:focus{
    color: #ccd3d8;
  }

  .sm\:focus\:text-gray-700:focus{
    color: #869098;
  }

  .sm\:focus\:text-red-500:focus{
    color: #e2000f;
  }

  .sm\:focus\:text-red-600:focus{
    color: #b6000f;
  }

  .sm\:focus\:text-red-800:focus{
    color: #A3000d;
  }

  .sm\:focus\:text-red-900:focus{
    color: #91000C;
  }

  .sm\:focus\:text-green:focus{
    color: #4bac38;
  }

  .sm\:focus\:text-blue-500:focus{
    color: #1f61a3;
  }

  .sm\:focus\:text-blue-600:focus{
    color: #34495e;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-lg{
    font-size: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.5rem;
  }

  .sm\:text-2xl{
    font-size: 1.75rem;
  }

  .sm\:text-3xl{
    font-size: 2.625rem;
  }

  .sm\:text-4xl{
    font-size: 4rem;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.5px;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-32px{
    width: 32px;
  }

  .sm\:w-c1{
    width: calc(100%/12);
  }

  .sm\:w-c2{
    width: calc(100%/6);
  }

  .sm\:w-c3{
    width: calc(100%/4);
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:z-n10{
    z-index: -10;
  }

  .sm\:container-fluid{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm\:col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .sm\:col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .sm\:col-1{
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }

  .sm\:col-2{
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }

  .sm\:col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sm\:col-4{
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }

  .sm\:col-5{
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .sm\:col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sm\:col-7{
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }

  .sm\:col-8{
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }

  .sm\:col-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sm\:col-10{
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }

  .sm\:col-11{
    flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }

  .sm\:col-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sm\:order-first{
    order: -1;
  }

  .sm\:order-last{
    order: 13;
  }

  .sm\:order-0{
    order: 0;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:offset-0{
    margin-left: 0%;
  }

  .sm\:offset-1{
    margin-left: 8.333333333333334%;
  }

  .sm\:offset-2{
    margin-left: 16.666666666666668%;
  }

  .sm\:offset-3{
    margin-left: 25%;
  }

  .sm\:offset-4{
    margin-left: 33.333333333333336%;
  }

  .sm\:offset-5{
    margin-left: 41.66666666666667%;
  }

  .sm\:offset-6{
    margin-left: 50%;
  }

  .sm\:offset-7{
    margin-left: 58.333333333333336%;
  }

  .sm\:offset-8{
    margin-left: 66.66666666666667%;
  }

  .sm\:offset-9{
    margin-left: 75%;
  }

  .sm\:offset-10{
    margin-left: 83.33333333333334%;
  }

  .sm\:offset-11{
    margin-left: 91.66666666666667%;
  }
}

@media (min-width: 768px){
  .md\: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;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\: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;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-black{
    background-color: #000;
  }

  .md\:bg-black_transparent{
    background-color: rgba(0, 0, 0, .32);
  }

  .md\:bg-gray_transparent{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .md\:bg-white{
    background-color: #fff;
  }

  .md\:bg-gray-75{
    background-color: #FCFDFD;
  }

  .md\:bg-gray-85{
    background-color: #FAFAFB;
  }

  .md\:bg-gray-100{
    background-color: #f9f9f9;
  }

  .md\:bg-gray-150{
    background-color: #F2F3F4;
  }

  .md\:bg-gray-200{
    background-color: #f1f3f5;
  }

  .md\:bg-gray-300{
    background-color: #e5e8eb;
  }

  .md\:bg-gray-400{
    background-color: #575756;
  }

  .md\:bg-gray-500{
    background-color: #ccd3d8;
  }

  .md\:bg-gray-700{
    background-color: #869098;
  }

  .md\:bg-red-500{
    background-color: #e2000f;
  }

  .md\:bg-red-600{
    background-color: #b6000f;
  }

  .md\:bg-red-800{
    background-color: #A3000d;
  }

  .md\:bg-red-900{
    background-color: #91000C;
  }

  .md\:bg-green{
    background-color: #4bac38;
  }

  .md\:bg-blue-500{
    background-color: #1f61a3;
  }

  .md\:bg-blue-600{
    background-color: #34495e;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover{
    background-color: #000;
  }

  .md\:hover\:bg-black_transparent:hover{
    background-color: rgba(0, 0, 0, .32);
  }

  .md\:hover\:bg-gray_transparent:hover{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .md\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .md\:hover\:bg-gray-75:hover{
    background-color: #FCFDFD;
  }

  .md\:hover\:bg-gray-85:hover{
    background-color: #FAFAFB;
  }

  .md\:hover\:bg-gray-100:hover{
    background-color: #f9f9f9;
  }

  .md\:hover\:bg-gray-150:hover{
    background-color: #F2F3F4;
  }

  .md\:hover\:bg-gray-200:hover{
    background-color: #f1f3f5;
  }

  .md\:hover\:bg-gray-300:hover{
    background-color: #e5e8eb;
  }

  .md\:hover\:bg-gray-400:hover{
    background-color: #575756;
  }

  .md\:hover\:bg-gray-500:hover{
    background-color: #ccd3d8;
  }

  .md\:hover\:bg-gray-700:hover{
    background-color: #869098;
  }

  .md\:hover\:bg-red-500:hover{
    background-color: #e2000f;
  }

  .md\:hover\:bg-red-600:hover{
    background-color: #b6000f;
  }

  .md\:hover\:bg-red-800:hover{
    background-color: #A3000d;
  }

  .md\:hover\:bg-red-900:hover{
    background-color: #91000C;
  }

  .md\:hover\:bg-green:hover{
    background-color: #4bac38;
  }

  .md\:hover\:bg-blue-500:hover{
    background-color: #1f61a3;
  }

  .md\:hover\:bg-blue-600:hover{
    background-color: #34495e;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus{
    background-color: #000;
  }

  .md\:focus\:bg-black_transparent:focus{
    background-color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:bg-gray_transparent:focus{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .md\:focus\:bg-gray-75:focus{
    background-color: #FCFDFD;
  }

  .md\:focus\:bg-gray-85:focus{
    background-color: #FAFAFB;
  }

  .md\:focus\:bg-gray-100:focus{
    background-color: #f9f9f9;
  }

  .md\:focus\:bg-gray-150:focus{
    background-color: #F2F3F4;
  }

  .md\:focus\:bg-gray-200:focus{
    background-color: #f1f3f5;
  }

  .md\:focus\:bg-gray-300:focus{
    background-color: #e5e8eb;
  }

  .md\:focus\:bg-gray-400:focus{
    background-color: #575756;
  }

  .md\:focus\:bg-gray-500:focus{
    background-color: #ccd3d8;
  }

  .md\:focus\:bg-gray-700:focus{
    background-color: #869098;
  }

  .md\:focus\:bg-red-500:focus{
    background-color: #e2000f;
  }

  .md\:focus\:bg-red-600:focus{
    background-color: #b6000f;
  }

  .md\:focus\:bg-red-800:focus{
    background-color: #A3000d;
  }

  .md\:focus\:bg-red-900:focus{
    background-color: #91000C;
  }

  .md\:focus\:bg-green:focus{
    background-color: #4bac38;
  }

  .md\:focus\:bg-blue-500:focus{
    background-color: #1f61a3;
  }

  .md\:focus\:bg-blue-600:focus{
    background-color: #34495e;
  }

  .md\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .md\:even\:bg-black:nth-child(even){
    background-color: #000;
  }

  .md\:even\:bg-black_transparent:nth-child(even){
    background-color: rgba(0, 0, 0, .32);
  }

  .md\:even\:bg-gray_transparent:nth-child(even){
    background-color: rgba(229, 232, 235, 0.3);
  }

  .md\:even\:bg-white:nth-child(even){
    background-color: #fff;
  }

  .md\:even\:bg-gray-75:nth-child(even){
    background-color: #FCFDFD;
  }

  .md\:even\:bg-gray-85:nth-child(even){
    background-color: #FAFAFB;
  }

  .md\:even\:bg-gray-100:nth-child(even){
    background-color: #f9f9f9;
  }

  .md\:even\:bg-gray-150:nth-child(even){
    background-color: #F2F3F4;
  }

  .md\:even\:bg-gray-200:nth-child(even){
    background-color: #f1f3f5;
  }

  .md\:even\:bg-gray-300:nth-child(even){
    background-color: #e5e8eb;
  }

  .md\:even\:bg-gray-400:nth-child(even){
    background-color: #575756;
  }

  .md\:even\:bg-gray-500:nth-child(even){
    background-color: #ccd3d8;
  }

  .md\:even\:bg-gray-700:nth-child(even){
    background-color: #869098;
  }

  .md\:even\:bg-red-500:nth-child(even){
    background-color: #e2000f;
  }

  .md\:even\:bg-red-600:nth-child(even){
    background-color: #b6000f;
  }

  .md\:even\:bg-red-800:nth-child(even){
    background-color: #A3000d;
  }

  .md\:even\:bg-red-900:nth-child(even){
    background-color: #91000C;
  }

  .md\:even\:bg-green:nth-child(even){
    background-color: #4bac38;
  }

  .md\:even\:bg-blue-500:nth-child(even){
    background-color: #1f61a3;
  }

  .md\:even\:bg-blue-600:nth-child(even){
    background-color: #34495e;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-black{
    border-color: #000;
  }

  .md\:border-black_transparent{
    border-color: rgba(0, 0, 0, .32);
  }

  .md\:border-gray_transparent{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .md\:border-white{
    border-color: #fff;
  }

  .md\:border-gray-75{
    border-color: #FCFDFD;
  }

  .md\:border-gray-85{
    border-color: #FAFAFB;
  }

  .md\:border-gray-100{
    border-color: #f9f9f9;
  }

  .md\:border-gray-150{
    border-color: #F2F3F4;
  }

  .md\:border-gray-200{
    border-color: #f1f3f5;
  }

  .md\:border-gray-300{
    border-color: #e5e8eb;
  }

  .md\:border-gray-400{
    border-color: #575756;
  }

  .md\:border-gray-500{
    border-color: #ccd3d8;
  }

  .md\:border-gray-700{
    border-color: #869098;
  }

  .md\:border-red-500{
    border-color: #e2000f;
  }

  .md\:border-red-600{
    border-color: #b6000f;
  }

  .md\:border-red-800{
    border-color: #A3000d;
  }

  .md\:border-red-900{
    border-color: #91000C;
  }

  .md\:border-green{
    border-color: #4bac38;
  }

  .md\:border-blue-500{
    border-color: #1f61a3;
  }

  .md\:border-blue-600{
    border-color: #34495e;
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-black:hover{
    border-color: #000;
  }

  .md\:hover\:border-black_transparent:hover{
    border-color: rgba(0, 0, 0, .32);
  }

  .md\:hover\:border-gray_transparent:hover{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .md\:hover\:border-white:hover{
    border-color: #fff;
  }

  .md\:hover\:border-gray-75:hover{
    border-color: #FCFDFD;
  }

  .md\:hover\:border-gray-85:hover{
    border-color: #FAFAFB;
  }

  .md\:hover\:border-gray-100:hover{
    border-color: #f9f9f9;
  }

  .md\:hover\:border-gray-150:hover{
    border-color: #F2F3F4;
  }

  .md\:hover\:border-gray-200:hover{
    border-color: #f1f3f5;
  }

  .md\:hover\:border-gray-300:hover{
    border-color: #e5e8eb;
  }

  .md\:hover\:border-gray-400:hover{
    border-color: #575756;
  }

  .md\:hover\:border-gray-500:hover{
    border-color: #ccd3d8;
  }

  .md\:hover\:border-gray-700:hover{
    border-color: #869098;
  }

  .md\:hover\:border-red-500:hover{
    border-color: #e2000f;
  }

  .md\:hover\:border-red-600:hover{
    border-color: #b6000f;
  }

  .md\:hover\:border-red-800:hover{
    border-color: #A3000d;
  }

  .md\:hover\:border-red-900:hover{
    border-color: #91000C;
  }

  .md\:hover\:border-green:hover{
    border-color: #4bac38;
  }

  .md\:hover\:border-blue-500:hover{
    border-color: #1f61a3;
  }

  .md\:hover\:border-blue-600:hover{
    border-color: #34495e;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-black:focus{
    border-color: #000;
  }

  .md\:focus\:border-black_transparent:focus{
    border-color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:border-gray_transparent:focus{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:border-white:focus{
    border-color: #fff;
  }

  .md\:focus\:border-gray-75:focus{
    border-color: #FCFDFD;
  }

  .md\:focus\:border-gray-85:focus{
    border-color: #FAFAFB;
  }

  .md\:focus\:border-gray-100:focus{
    border-color: #f9f9f9;
  }

  .md\:focus\:border-gray-150:focus{
    border-color: #F2F3F4;
  }

  .md\:focus\:border-gray-200:focus{
    border-color: #f1f3f5;
  }

  .md\:focus\:border-gray-300:focus{
    border-color: #e5e8eb;
  }

  .md\:focus\:border-gray-400:focus{
    border-color: #575756;
  }

  .md\:focus\:border-gray-500:focus{
    border-color: #ccd3d8;
  }

  .md\:focus\:border-gray-700:focus{
    border-color: #869098;
  }

  .md\:focus\:border-red-500:focus{
    border-color: #e2000f;
  }

  .md\:focus\:border-red-600:focus{
    border-color: #b6000f;
  }

  .md\:focus\:border-red-800:focus{
    border-color: #A3000d;
  }

  .md\:focus\:border-red-900:focus{
    border-color: #91000C;
  }

  .md\:focus\:border-green:focus{
    border-color: #4bac38;
  }

  .md\:focus\:border-blue-500:focus{
    border-color: #1f61a3;
  }

  .md\:focus\:border-blue-600:focus{
    border-color: #34495e;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-lg{
    border-radius: 1.375rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 1.375rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 1.375rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 1.375rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 1.375rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:last\:border-solid:last-child{
    border-style: solid;
  }

  .md\:last\:border-dashed:last-child{
    border-style: dashed;
  }

  .md\:last\:border-dotted:last-child{
    border-style: dotted;
  }

  .md\:last\:border-double:last-child{
    border-style: double;
  }

  .md\:last\:border-none:last-child{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans{
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-display{
    font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-32px{
    height: 32px;
  }

  .md\:h-c1{
    height: calc(100%/12);
  }

  .md\:h-c2{
    height: calc(100%/6);
  }

  .md\:h-c3{
    height: calc(100%/4);
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-32px{
    margin: 32px;
  }

  .md\:m-c1{
    margin: calc(100%/12);
  }

  .md\:m-c2{
    margin: calc(100%/6);
  }

  .md\:m-c3{
    margin: calc(100%/4);
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-32px{
    margin: -32px;
  }

  .md\:-m-c1{
    margin: -8.33333%;
  }

  .md\:-m-c2{
    margin: -16.66667%;
  }

  .md\:-m-c3{
    margin: -25%;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-c1{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .md\:mx-c1{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .md\:my-c2{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .md\:mx-c2{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .md\:my-c3{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .md\:mx-c3{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-c1{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:-mx-c1{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:-my-c2{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-mx-c2{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-my-c3{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-c3{
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mt-32px{
    margin-top: 32px;
  }

  .md\:mr-32px{
    margin-right: 32px;
  }

  .md\:mb-32px{
    margin-bottom: 32px;
  }

  .md\:ml-32px{
    margin-left: 32px;
  }

  .md\:mt-c1{
    margin-top: calc(100%/12);
  }

  .md\:mr-c1{
    margin-right: calc(100%/12);
  }

  .md\:mb-c1{
    margin-bottom: calc(100%/12);
  }

  .md\:ml-c1{
    margin-left: calc(100%/12);
  }

  .md\:mt-c2{
    margin-top: calc(100%/6);
  }

  .md\:mr-c2{
    margin-right: calc(100%/6);
  }

  .md\:mb-c2{
    margin-bottom: calc(100%/6);
  }

  .md\:ml-c2{
    margin-left: calc(100%/6);
  }

  .md\:mt-c3{
    margin-top: calc(100%/4);
  }

  .md\:mr-c3{
    margin-right: calc(100%/4);
  }

  .md\:mb-c3{
    margin-bottom: calc(100%/4);
  }

  .md\:ml-c3{
    margin-left: calc(100%/4);
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mt-32px{
    margin-top: -32px;
  }

  .md\:-mr-32px{
    margin-right: -32px;
  }

  .md\:-mb-32px{
    margin-bottom: -32px;
  }

  .md\:-ml-32px{
    margin-left: -32px;
  }

  .md\:-mt-c1{
    margin-top: -8.33333%;
  }

  .md\:-mr-c1{
    margin-right: -8.33333%;
  }

  .md\:-mb-c1{
    margin-bottom: -8.33333%;
  }

  .md\:-ml-c1{
    margin-left: -8.33333%;
  }

  .md\:-mt-c2{
    margin-top: -16.66667%;
  }

  .md\:-mr-c2{
    margin-right: -16.66667%;
  }

  .md\:-mb-c2{
    margin-bottom: -16.66667%;
  }

  .md\:-ml-c2{
    margin-left: -16.66667%;
  }

  .md\:-mt-c3{
    margin-top: -25%;
  }

  .md\:-mr-c3{
    margin-right: -25%;
  }

  .md\:-mb-c3{
    margin-bottom: -25%;
  }

  .md\:-ml-c3{
    margin-left: -25%;
  }

  .md\:last\:m-0:last-child{
    margin: 0;
  }

  .md\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child{
    margin: 1rem;
  }

  .md\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child{
    margin: 2rem;
  }

  .md\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child{
    margin: 3rem;
  }

  .md\:last\:m-16:last-child{
    margin: 4rem;
  }

  .md\:last\:m-20:last-child{
    margin: 5rem;
  }

  .md\:last\:m-24:last-child{
    margin: 6rem;
  }

  .md\:last\:m-32:last-child{
    margin: 8rem;
  }

  .md\:last\:m-40:last-child{
    margin: 10rem;
  }

  .md\:last\:m-48:last-child{
    margin: 12rem;
  }

  .md\:last\:m-56:last-child{
    margin: 14rem;
  }

  .md\:last\:m-64:last-child{
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .md\:last\:m-px:last-child{
    margin: 1px;
  }

  .md\:last\:m-32px:last-child{
    margin: 32px;
  }

  .md\:last\:m-c1:last-child{
    margin: calc(100%/12);
  }

  .md\:last\:m-c2:last-child{
    margin: calc(100%/6);
  }

  .md\:last\:m-c3:last-child{
    margin: calc(100%/4);
  }

  .md\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .md\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .md\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .md\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child{
    margin: -1px;
  }

  .md\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .md\:last\:-m-c1:last-child{
    margin: -8.33333%;
  }

  .md\:last\:-m-c2:last-child{
    margin: -16.66667%;
  }

  .md\:last\:-m-c3:last-child{
    margin: -25%;
  }

  .md\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:last\:my-c1:last-child{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .md\:last\:mx-c1:last-child{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .md\:last\:my-c2:last-child{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .md\:last\:mx-c2:last-child{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .md\:last\:my-c3:last-child{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .md\:last\:mx-c3:last-child{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .md\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:last\:-my-c1:last-child{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:last\:-mx-c1:last-child{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:last\:-my-c2:last-child{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:last\:-mx-c2:last-child{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:last\:-my-c3:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:last\:-mx-c3:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .md\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .md\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .md\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .md\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .md\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .md\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .md\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .md\:last\:mt-c1:last-child{
    margin-top: calc(100%/12);
  }

  .md\:last\:mr-c1:last-child{
    margin-right: calc(100%/12);
  }

  .md\:last\:mb-c1:last-child{
    margin-bottom: calc(100%/12);
  }

  .md\:last\:ml-c1:last-child{
    margin-left: calc(100%/12);
  }

  .md\:last\:mt-c2:last-child{
    margin-top: calc(100%/6);
  }

  .md\:last\:mr-c2:last-child{
    margin-right: calc(100%/6);
  }

  .md\:last\:mb-c2:last-child{
    margin-bottom: calc(100%/6);
  }

  .md\:last\:ml-c2:last-child{
    margin-left: calc(100%/6);
  }

  .md\:last\:mt-c3:last-child{
    margin-top: calc(100%/4);
  }

  .md\:last\:mr-c3:last-child{
    margin-right: calc(100%/4);
  }

  .md\:last\:mb-c3:last-child{
    margin-bottom: calc(100%/4);
  }

  .md\:last\:ml-c3:last-child{
    margin-left: calc(100%/4);
  }

  .md\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .md\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .md\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .md\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .md\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .md\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .md\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .md\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .md\:last\:-mt-c1:last-child{
    margin-top: -8.33333%;
  }

  .md\:last\:-mr-c1:last-child{
    margin-right: -8.33333%;
  }

  .md\:last\:-mb-c1:last-child{
    margin-bottom: -8.33333%;
  }

  .md\:last\:-ml-c1:last-child{
    margin-left: -8.33333%;
  }

  .md\:last\:-mt-c2:last-child{
    margin-top: -16.66667%;
  }

  .md\:last\:-mr-c2:last-child{
    margin-right: -16.66667%;
  }

  .md\:last\:-mb-c2:last-child{
    margin-bottom: -16.66667%;
  }

  .md\:last\:-ml-c2:last-child{
    margin-left: -16.66667%;
  }

  .md\:last\:-mt-c3:last-child{
    margin-top: -25%;
  }

  .md\:last\:-mr-c3:last-child{
    margin-right: -25%;
  }

  .md\:last\:-mb-c3:last-child{
    margin-bottom: -25%;
  }

  .md\:last\:-ml-c3:last-child{
    margin-left: -25%;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 0;
  }

  .md\:focus\:outline-none:focus{
    outline: 0;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-32px{
    padding: 32px;
  }

  .md\:p-c1{
    padding: calc(100%/12);
  }

  .md\:p-c2{
    padding: calc(100%/6);
  }

  .md\:p-c3{
    padding: calc(100%/4);
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-c1{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .md\:px-c1{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .md\:py-c2{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .md\:px-c2{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .md\:py-c3{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .md\:px-c3{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pt-32px{
    padding-top: 32px;
  }

  .md\:pr-32px{
    padding-right: 32px;
  }

  .md\:pb-32px{
    padding-bottom: 32px;
  }

  .md\:pl-32px{
    padding-left: 32px;
  }

  .md\:pt-c1{
    padding-top: calc(100%/12);
  }

  .md\:pr-c1{
    padding-right: calc(100%/12);
  }

  .md\:pb-c1{
    padding-bottom: calc(100%/12);
  }

  .md\:pl-c1{
    padding-left: calc(100%/12);
  }

  .md\:pt-c2{
    padding-top: calc(100%/6);
  }

  .md\:pr-c2{
    padding-right: calc(100%/6);
  }

  .md\:pb-c2{
    padding-bottom: calc(100%/6);
  }

  .md\:pl-c2{
    padding-left: calc(100%/6);
  }

  .md\:pt-c3{
    padding-top: calc(100%/4);
  }

  .md\:pr-c3{
    padding-right: calc(100%/4);
  }

  .md\:pb-c3{
    padding-bottom: calc(100%/4);
  }

  .md\:pl-c3{
    padding-left: calc(100%/4);
  }

  .md\:last\:p-0:last-child{
    padding: 0;
  }

  .md\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child{
    padding: 1rem;
  }

  .md\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .md\:last\:p-8:last-child{
    padding: 2rem;
  }

  .md\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .md\:last\:p-12:last-child{
    padding: 3rem;
  }

  .md\:last\:p-16:last-child{
    padding: 4rem;
  }

  .md\:last\:p-20:last-child{
    padding: 5rem;
  }

  .md\:last\:p-24:last-child{
    padding: 6rem;
  }

  .md\:last\:p-32:last-child{
    padding: 8rem;
  }

  .md\:last\:p-40:last-child{
    padding: 10rem;
  }

  .md\:last\:p-48:last-child{
    padding: 12rem;
  }

  .md\:last\:p-56:last-child{
    padding: 14rem;
  }

  .md\:last\:p-64:last-child{
    padding: 16rem;
  }

  .md\:last\:p-px:last-child{
    padding: 1px;
  }

  .md\:last\:p-32px:last-child{
    padding: 32px;
  }

  .md\:last\:p-c1:last-child{
    padding: calc(100%/12);
  }

  .md\:last\:p-c2:last-child{
    padding: calc(100%/6);
  }

  .md\:last\:p-c3:last-child{
    padding: calc(100%/4);
  }

  .md\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:last\:py-c1:last-child{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .md\:last\:px-c1:last-child{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .md\:last\:py-c2:last-child{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .md\:last\:px-c2:last-child{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .md\:last\:py-c3:last-child{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .md\:last\:px-c3:last-child{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .md\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .md\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .md\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .md\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .md\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .md\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .md\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .md\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .md\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .md\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .md\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .md\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .md\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .md\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .md\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .md\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .md\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .md\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .md\:last\:pt-c1:last-child{
    padding-top: calc(100%/12);
  }

  .md\:last\:pr-c1:last-child{
    padding-right: calc(100%/12);
  }

  .md\:last\:pb-c1:last-child{
    padding-bottom: calc(100%/12);
  }

  .md\:last\:pl-c1:last-child{
    padding-left: calc(100%/12);
  }

  .md\:last\:pt-c2:last-child{
    padding-top: calc(100%/6);
  }

  .md\:last\:pr-c2:last-child{
    padding-right: calc(100%/6);
  }

  .md\:last\:pb-c2:last-child{
    padding-bottom: calc(100%/6);
  }

  .md\:last\:pl-c2:last-child{
    padding-left: calc(100%/6);
  }

  .md\:last\:pt-c3:last-child{
    padding-top: calc(100%/4);
  }

  .md\:last\:pr-c3:last-child{
    padding-right: calc(100%/4);
  }

  .md\:last\:pb-c3:last-child{
    padding-bottom: calc(100%/4);
  }

  .md\:last\:pl-c3:last-child{
    padding-left: calc(100%/4);
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: #000;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: #000;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color: #000;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: #000;
  }

  .md\:placeholder-black::placeholder{
    color: #000;
  }

  .md\:placeholder-black_transparent::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:placeholder-black_transparent::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:placeholder-black_transparent:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:placeholder-black_transparent::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:placeholder-black_transparent::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:placeholder-gray_transparent::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:placeholder-gray_transparent::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:placeholder-gray_transparent:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:placeholder-gray_transparent::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:placeholder-gray_transparent::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::placeholder{
    color: #fff;
  }

  .md\:placeholder-gray-75::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .md\:placeholder-gray-75::-moz-placeholder{
    color: #FCFDFD;
  }

  .md\:placeholder-gray-75:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .md\:placeholder-gray-75::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .md\:placeholder-gray-75::placeholder{
    color: #FCFDFD;
  }

  .md\:placeholder-gray-85::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .md\:placeholder-gray-85::-moz-placeholder{
    color: #FAFAFB;
  }

  .md\:placeholder-gray-85:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .md\:placeholder-gray-85::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .md\:placeholder-gray-85::placeholder{
    color: #FAFAFB;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    color: #f9f9f9;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .md\:placeholder-gray-100::placeholder{
    color: #f9f9f9;
  }

  .md\:placeholder-gray-150::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .md\:placeholder-gray-150::-moz-placeholder{
    color: #F2F3F4;
  }

  .md\:placeholder-gray-150:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .md\:placeholder-gray-150::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .md\:placeholder-gray-150::placeholder{
    color: #F2F3F4;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    color: #f1f3f5;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .md\:placeholder-gray-200::placeholder{
    color: #f1f3f5;
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    color: #e5e8eb;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .md\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .md\:placeholder-gray-300::placeholder{
    color: #e5e8eb;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    color: #575756;
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    color: #575756;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    color: #575756;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    color: #575756;
  }

  .md\:placeholder-gray-400::placeholder{
    color: #575756;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    color: #ccd3d8;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .md\:placeholder-gray-500::placeholder{
    color: #ccd3d8;
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder{
    color: #869098;
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    color: #869098;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    color: #869098;
  }

  .md\:placeholder-gray-700::-ms-input-placeholder{
    color: #869098;
  }

  .md\:placeholder-gray-700::placeholder{
    color: #869098;
  }

  .md\:placeholder-red-500::-webkit-input-placeholder{
    color: #e2000f;
  }

  .md\:placeholder-red-500::-moz-placeholder{
    color: #e2000f;
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    color: #e2000f;
  }

  .md\:placeholder-red-500::-ms-input-placeholder{
    color: #e2000f;
  }

  .md\:placeholder-red-500::placeholder{
    color: #e2000f;
  }

  .md\:placeholder-red-600::-webkit-input-placeholder{
    color: #b6000f;
  }

  .md\:placeholder-red-600::-moz-placeholder{
    color: #b6000f;
  }

  .md\:placeholder-red-600:-ms-input-placeholder{
    color: #b6000f;
  }

  .md\:placeholder-red-600::-ms-input-placeholder{
    color: #b6000f;
  }

  .md\:placeholder-red-600::placeholder{
    color: #b6000f;
  }

  .md\:placeholder-red-800::-webkit-input-placeholder{
    color: #A3000d;
  }

  .md\:placeholder-red-800::-moz-placeholder{
    color: #A3000d;
  }

  .md\:placeholder-red-800:-ms-input-placeholder{
    color: #A3000d;
  }

  .md\:placeholder-red-800::-ms-input-placeholder{
    color: #A3000d;
  }

  .md\:placeholder-red-800::placeholder{
    color: #A3000d;
  }

  .md\:placeholder-red-900::-webkit-input-placeholder{
    color: #91000C;
  }

  .md\:placeholder-red-900::-moz-placeholder{
    color: #91000C;
  }

  .md\:placeholder-red-900:-ms-input-placeholder{
    color: #91000C;
  }

  .md\:placeholder-red-900::-ms-input-placeholder{
    color: #91000C;
  }

  .md\:placeholder-red-900::placeholder{
    color: #91000C;
  }

  .md\:placeholder-green::-webkit-input-placeholder{
    color: #4bac38;
  }

  .md\:placeholder-green::-moz-placeholder{
    color: #4bac38;
  }

  .md\:placeholder-green:-ms-input-placeholder{
    color: #4bac38;
  }

  .md\:placeholder-green::-ms-input-placeholder{
    color: #4bac38;
  }

  .md\:placeholder-green::placeholder{
    color: #4bac38;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    color: #1f61a3;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    color: #1f61a3;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder{
    color: #1f61a3;
  }

  .md\:placeholder-blue-500::placeholder{
    color: #1f61a3;
  }

  .md\:placeholder-blue-600::-webkit-input-placeholder{
    color: #34495e;
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    color: #34495e;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    color: #34495e;
  }

  .md\:placeholder-blue-600::-ms-input-placeholder{
    color: #34495e;
  }

  .md\:placeholder-blue-600::placeholder{
    color: #34495e;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: #000;
  }

  .md\:focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:placeholder-black_transparent:focus::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:placeholder-black_transparent:focus::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:placeholder-gray_transparent:focus::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:placeholder-gray_transparent:focus::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .md\:focus\:placeholder-gray-75:focus::-moz-placeholder{
    color: #FCFDFD;
  }

  .md\:focus\:placeholder-gray-75:focus:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .md\:focus\:placeholder-gray-75:focus::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .md\:focus\:placeholder-gray-75:focus::placeholder{
    color: #FCFDFD;
  }

  .md\:focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .md\:focus\:placeholder-gray-85:focus::-moz-placeholder{
    color: #FAFAFB;
  }

  .md\:focus\:placeholder-gray-85:focus:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .md\:focus\:placeholder-gray-85:focus::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .md\:focus\:placeholder-gray-85:focus::placeholder{
    color: #FAFAFB;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f9f9f9;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f9f9f9;
  }

  .md\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .md\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    color: #F2F3F4;
  }

  .md\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .md\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .md\:focus\:placeholder-gray-150:focus::placeholder{
    color: #F2F3F4;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #f1f3f5;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    color: #f1f3f5;
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e8eb;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e8eb;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #575756;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #575756;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #575756;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #575756;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    color: #575756;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccd3d8;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccd3d8;
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #869098;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #869098;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #869098;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #869098;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    color: #869098;
  }

  .md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #e2000f;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #e2000f;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e2000f;
  }

  .md\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #e2000f;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    color: #e2000f;
  }

  .md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #b6000f;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #b6000f;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #b6000f;
  }

  .md\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #b6000f;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    color: #b6000f;
  }

  .md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #A3000d;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #A3000d;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #A3000d;
  }

  .md\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #A3000d;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    color: #A3000d;
  }

  .md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #91000C;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #91000C;
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #91000C;
  }

  .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #91000C;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    color: #91000C;
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #4bac38;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #4bac38;
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #4bac38;
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #4bac38;
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    color: #4bac38;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #1f61a3;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #1f61a3;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #1f61a3;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    color: #1f61a3;
  }

  .md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #34495e;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #34495e;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #34495e;
  }

  .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #34495e;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    color: #34495e;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .md\:shadow-md{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .md\:shadow-lg{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .md\:shadow-xl{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .md\:shadow-none{
    box-shadow: none;
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:shadow-xl:hover{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md\:focus\:shadow:focus{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .md\:focus\:shadow-md:focus{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .md\:focus\:shadow-lg:focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:shadow-xl:focus{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-black{
    color: #000;
  }

  .md\:text-black_transparent{
    color: rgba(0, 0, 0, .32);
  }

  .md\:text-gray_transparent{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:text-white{
    color: #fff;
  }

  .md\:text-gray-75{
    color: #FCFDFD;
  }

  .md\:text-gray-85{
    color: #FAFAFB;
  }

  .md\:text-gray-100{
    color: #f9f9f9;
  }

  .md\:text-gray-150{
    color: #F2F3F4;
  }

  .md\:text-gray-200{
    color: #f1f3f5;
  }

  .md\:text-gray-300{
    color: #e5e8eb;
  }

  .md\:text-gray-400{
    color: #575756;
  }

  .md\:text-gray-500{
    color: #ccd3d8;
  }

  .md\:text-gray-700{
    color: #869098;
  }

  .md\:text-red-500{
    color: #e2000f;
  }

  .md\:text-red-600{
    color: #b6000f;
  }

  .md\:text-red-800{
    color: #A3000d;
  }

  .md\:text-red-900{
    color: #91000C;
  }

  .md\:text-green{
    color: #4bac38;
  }

  .md\:text-blue-500{
    color: #1f61a3;
  }

  .md\:text-blue-600{
    color: #34495e;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-black:hover{
    color: #000;
  }

  .md\:hover\:text-black_transparent:hover{
    color: rgba(0, 0, 0, .32);
  }

  .md\:hover\:text-gray_transparent:hover{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:hover\:text-white:hover{
    color: #fff;
  }

  .md\:hover\:text-gray-75:hover{
    color: #FCFDFD;
  }

  .md\:hover\:text-gray-85:hover{
    color: #FAFAFB;
  }

  .md\:hover\:text-gray-100:hover{
    color: #f9f9f9;
  }

  .md\:hover\:text-gray-150:hover{
    color: #F2F3F4;
  }

  .md\:hover\:text-gray-200:hover{
    color: #f1f3f5;
  }

  .md\:hover\:text-gray-300:hover{
    color: #e5e8eb;
  }

  .md\:hover\:text-gray-400:hover{
    color: #575756;
  }

  .md\:hover\:text-gray-500:hover{
    color: #ccd3d8;
  }

  .md\:hover\:text-gray-700:hover{
    color: #869098;
  }

  .md\:hover\:text-red-500:hover{
    color: #e2000f;
  }

  .md\:hover\:text-red-600:hover{
    color: #b6000f;
  }

  .md\:hover\:text-red-800:hover{
    color: #A3000d;
  }

  .md\:hover\:text-red-900:hover{
    color: #91000C;
  }

  .md\:hover\:text-green:hover{
    color: #4bac38;
  }

  .md\:hover\:text-blue-500:hover{
    color: #1f61a3;
  }

  .md\:hover\:text-blue-600:hover{
    color: #34495e;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-black:focus{
    color: #000;
  }

  .md\:focus\:text-black_transparent:focus{
    color: rgba(0, 0, 0, .32);
  }

  .md\:focus\:text-gray_transparent:focus{
    color: rgba(229, 232, 235, 0.3);
  }

  .md\:focus\:text-white:focus{
    color: #fff;
  }

  .md\:focus\:text-gray-75:focus{
    color: #FCFDFD;
  }

  .md\:focus\:text-gray-85:focus{
    color: #FAFAFB;
  }

  .md\:focus\:text-gray-100:focus{
    color: #f9f9f9;
  }

  .md\:focus\:text-gray-150:focus{
    color: #F2F3F4;
  }

  .md\:focus\:text-gray-200:focus{
    color: #f1f3f5;
  }

  .md\:focus\:text-gray-300:focus{
    color: #e5e8eb;
  }

  .md\:focus\:text-gray-400:focus{
    color: #575756;
  }

  .md\:focus\:text-gray-500:focus{
    color: #ccd3d8;
  }

  .md\:focus\:text-gray-700:focus{
    color: #869098;
  }

  .md\:focus\:text-red-500:focus{
    color: #e2000f;
  }

  .md\:focus\:text-red-600:focus{
    color: #b6000f;
  }

  .md\:focus\:text-red-800:focus{
    color: #A3000d;
  }

  .md\:focus\:text-red-900:focus{
    color: #91000C;
  }

  .md\:focus\:text-green:focus{
    color: #4bac38;
  }

  .md\:focus\:text-blue-500:focus{
    color: #1f61a3;
  }

  .md\:focus\:text-blue-600:focus{
    color: #34495e;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-lg{
    font-size: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.5rem;
  }

  .md\:text-2xl{
    font-size: 1.75rem;
  }

  .md\:text-3xl{
    font-size: 2.625rem;
  }

  .md\:text-4xl{
    font-size: 4rem;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.5px;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-32px{
    width: 32px;
  }

  .md\:w-c1{
    width: calc(100%/12);
  }

  .md\:w-c2{
    width: calc(100%/6);
  }

  .md\:w-c3{
    width: calc(100%/4);
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:z-n10{
    z-index: -10;
  }

  .md\:container-fluid{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .md\:col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .md\:col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .md\:col-1{
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }

  .md\:col-2{
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }

  .md\:col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .md\:col-4{
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }

  .md\:col-5{
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .md\:col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .md\:col-7{
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }

  .md\:col-8{
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }

  .md\:col-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .md\:col-10{
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }

  .md\:col-11{
    flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }

  .md\:col-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .md\:order-first{
    order: -1;
  }

  .md\:order-last{
    order: 13;
  }

  .md\:order-0{
    order: 0;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:offset-0{
    margin-left: 0%;
  }

  .md\:offset-1{
    margin-left: 8.333333333333334%;
  }

  .md\:offset-2{
    margin-left: 16.666666666666668%;
  }

  .md\:offset-3{
    margin-left: 25%;
  }

  .md\:offset-4{
    margin-left: 33.333333333333336%;
  }

  .md\:offset-5{
    margin-left: 41.66666666666667%;
  }

  .md\:offset-6{
    margin-left: 50%;
  }

  .md\:offset-7{
    margin-left: 58.333333333333336%;
  }

  .md\:offset-8{
    margin-left: 66.66666666666667%;
  }

  .md\:offset-9{
    margin-left: 75%;
  }

  .md\:offset-10{
    margin-left: 83.33333333333334%;
  }

  .md\:offset-11{
    margin-left: 91.66666666666667%;
  }
}

@media (min-width: 1024px){
  .lg\: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;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\: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;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-black{
    background-color: #000;
  }

  .lg\:bg-black_transparent{
    background-color: rgba(0, 0, 0, .32);
  }

  .lg\:bg-gray_transparent{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:bg-white{
    background-color: #fff;
  }

  .lg\:bg-gray-75{
    background-color: #FCFDFD;
  }

  .lg\:bg-gray-85{
    background-color: #FAFAFB;
  }

  .lg\:bg-gray-100{
    background-color: #f9f9f9;
  }

  .lg\:bg-gray-150{
    background-color: #F2F3F4;
  }

  .lg\:bg-gray-200{
    background-color: #f1f3f5;
  }

  .lg\:bg-gray-300{
    background-color: #e5e8eb;
  }

  .lg\:bg-gray-400{
    background-color: #575756;
  }

  .lg\:bg-gray-500{
    background-color: #ccd3d8;
  }

  .lg\:bg-gray-700{
    background-color: #869098;
  }

  .lg\:bg-red-500{
    background-color: #e2000f;
  }

  .lg\:bg-red-600{
    background-color: #b6000f;
  }

  .lg\:bg-red-800{
    background-color: #A3000d;
  }

  .lg\:bg-red-900{
    background-color: #91000C;
  }

  .lg\:bg-green{
    background-color: #4bac38;
  }

  .lg\:bg-blue-500{
    background-color: #1f61a3;
  }

  .lg\:bg-blue-600{
    background-color: #34495e;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover{
    background-color: #000;
  }

  .lg\:hover\:bg-black_transparent:hover{
    background-color: rgba(0, 0, 0, .32);
  }

  .lg\:hover\:bg-gray_transparent:hover{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .lg\:hover\:bg-gray-75:hover{
    background-color: #FCFDFD;
  }

  .lg\:hover\:bg-gray-85:hover{
    background-color: #FAFAFB;
  }

  .lg\:hover\:bg-gray-100:hover{
    background-color: #f9f9f9;
  }

  .lg\:hover\:bg-gray-150:hover{
    background-color: #F2F3F4;
  }

  .lg\:hover\:bg-gray-200:hover{
    background-color: #f1f3f5;
  }

  .lg\:hover\:bg-gray-300:hover{
    background-color: #e5e8eb;
  }

  .lg\:hover\:bg-gray-400:hover{
    background-color: #575756;
  }

  .lg\:hover\:bg-gray-500:hover{
    background-color: #ccd3d8;
  }

  .lg\:hover\:bg-gray-700:hover{
    background-color: #869098;
  }

  .lg\:hover\:bg-red-500:hover{
    background-color: #e2000f;
  }

  .lg\:hover\:bg-red-600:hover{
    background-color: #b6000f;
  }

  .lg\:hover\:bg-red-800:hover{
    background-color: #A3000d;
  }

  .lg\:hover\:bg-red-900:hover{
    background-color: #91000C;
  }

  .lg\:hover\:bg-green:hover{
    background-color: #4bac38;
  }

  .lg\:hover\:bg-blue-500:hover{
    background-color: #1f61a3;
  }

  .lg\:hover\:bg-blue-600:hover{
    background-color: #34495e;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus{
    background-color: #000;
  }

  .lg\:focus\:bg-black_transparent:focus{
    background-color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:bg-gray_transparent:focus{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .lg\:focus\:bg-gray-75:focus{
    background-color: #FCFDFD;
  }

  .lg\:focus\:bg-gray-85:focus{
    background-color: #FAFAFB;
  }

  .lg\:focus\:bg-gray-100:focus{
    background-color: #f9f9f9;
  }

  .lg\:focus\:bg-gray-150:focus{
    background-color: #F2F3F4;
  }

  .lg\:focus\:bg-gray-200:focus{
    background-color: #f1f3f5;
  }

  .lg\:focus\:bg-gray-300:focus{
    background-color: #e5e8eb;
  }

  .lg\:focus\:bg-gray-400:focus{
    background-color: #575756;
  }

  .lg\:focus\:bg-gray-500:focus{
    background-color: #ccd3d8;
  }

  .lg\:focus\:bg-gray-700:focus{
    background-color: #869098;
  }

  .lg\:focus\:bg-red-500:focus{
    background-color: #e2000f;
  }

  .lg\:focus\:bg-red-600:focus{
    background-color: #b6000f;
  }

  .lg\:focus\:bg-red-800:focus{
    background-color: #A3000d;
  }

  .lg\:focus\:bg-red-900:focus{
    background-color: #91000C;
  }

  .lg\:focus\:bg-green:focus{
    background-color: #4bac38;
  }

  .lg\:focus\:bg-blue-500:focus{
    background-color: #1f61a3;
  }

  .lg\:focus\:bg-blue-600:focus{
    background-color: #34495e;
  }

  .lg\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .lg\:even\:bg-black:nth-child(even){
    background-color: #000;
  }

  .lg\:even\:bg-black_transparent:nth-child(even){
    background-color: rgba(0, 0, 0, .32);
  }

  .lg\:even\:bg-gray_transparent:nth-child(even){
    background-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:even\:bg-white:nth-child(even){
    background-color: #fff;
  }

  .lg\:even\:bg-gray-75:nth-child(even){
    background-color: #FCFDFD;
  }

  .lg\:even\:bg-gray-85:nth-child(even){
    background-color: #FAFAFB;
  }

  .lg\:even\:bg-gray-100:nth-child(even){
    background-color: #f9f9f9;
  }

  .lg\:even\:bg-gray-150:nth-child(even){
    background-color: #F2F3F4;
  }

  .lg\:even\:bg-gray-200:nth-child(even){
    background-color: #f1f3f5;
  }

  .lg\:even\:bg-gray-300:nth-child(even){
    background-color: #e5e8eb;
  }

  .lg\:even\:bg-gray-400:nth-child(even){
    background-color: #575756;
  }

  .lg\:even\:bg-gray-500:nth-child(even){
    background-color: #ccd3d8;
  }

  .lg\:even\:bg-gray-700:nth-child(even){
    background-color: #869098;
  }

  .lg\:even\:bg-red-500:nth-child(even){
    background-color: #e2000f;
  }

  .lg\:even\:bg-red-600:nth-child(even){
    background-color: #b6000f;
  }

  .lg\:even\:bg-red-800:nth-child(even){
    background-color: #A3000d;
  }

  .lg\:even\:bg-red-900:nth-child(even){
    background-color: #91000C;
  }

  .lg\:even\:bg-green:nth-child(even){
    background-color: #4bac38;
  }

  .lg\:even\:bg-blue-500:nth-child(even){
    background-color: #1f61a3;
  }

  .lg\:even\:bg-blue-600:nth-child(even){
    background-color: #34495e;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-black{
    border-color: #000;
  }

  .lg\:border-black_transparent{
    border-color: rgba(0, 0, 0, .32);
  }

  .lg\:border-gray_transparent{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:border-white{
    border-color: #fff;
  }

  .lg\:border-gray-75{
    border-color: #FCFDFD;
  }

  .lg\:border-gray-85{
    border-color: #FAFAFB;
  }

  .lg\:border-gray-100{
    border-color: #f9f9f9;
  }

  .lg\:border-gray-150{
    border-color: #F2F3F4;
  }

  .lg\:border-gray-200{
    border-color: #f1f3f5;
  }

  .lg\:border-gray-300{
    border-color: #e5e8eb;
  }

  .lg\:border-gray-400{
    border-color: #575756;
  }

  .lg\:border-gray-500{
    border-color: #ccd3d8;
  }

  .lg\:border-gray-700{
    border-color: #869098;
  }

  .lg\:border-red-500{
    border-color: #e2000f;
  }

  .lg\:border-red-600{
    border-color: #b6000f;
  }

  .lg\:border-red-800{
    border-color: #A3000d;
  }

  .lg\:border-red-900{
    border-color: #91000C;
  }

  .lg\:border-green{
    border-color: #4bac38;
  }

  .lg\:border-blue-500{
    border-color: #1f61a3;
  }

  .lg\:border-blue-600{
    border-color: #34495e;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover{
    border-color: #000;
  }

  .lg\:hover\:border-black_transparent:hover{
    border-color: rgba(0, 0, 0, .32);
  }

  .lg\:hover\:border-gray_transparent:hover{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:hover\:border-white:hover{
    border-color: #fff;
  }

  .lg\:hover\:border-gray-75:hover{
    border-color: #FCFDFD;
  }

  .lg\:hover\:border-gray-85:hover{
    border-color: #FAFAFB;
  }

  .lg\:hover\:border-gray-100:hover{
    border-color: #f9f9f9;
  }

  .lg\:hover\:border-gray-150:hover{
    border-color: #F2F3F4;
  }

  .lg\:hover\:border-gray-200:hover{
    border-color: #f1f3f5;
  }

  .lg\:hover\:border-gray-300:hover{
    border-color: #e5e8eb;
  }

  .lg\:hover\:border-gray-400:hover{
    border-color: #575756;
  }

  .lg\:hover\:border-gray-500:hover{
    border-color: #ccd3d8;
  }

  .lg\:hover\:border-gray-700:hover{
    border-color: #869098;
  }

  .lg\:hover\:border-red-500:hover{
    border-color: #e2000f;
  }

  .lg\:hover\:border-red-600:hover{
    border-color: #b6000f;
  }

  .lg\:hover\:border-red-800:hover{
    border-color: #A3000d;
  }

  .lg\:hover\:border-red-900:hover{
    border-color: #91000C;
  }

  .lg\:hover\:border-green:hover{
    border-color: #4bac38;
  }

  .lg\:hover\:border-blue-500:hover{
    border-color: #1f61a3;
  }

  .lg\:hover\:border-blue-600:hover{
    border-color: #34495e;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus{
    border-color: #000;
  }

  .lg\:focus\:border-black_transparent:focus{
    border-color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:border-gray_transparent:focus{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:border-white:focus{
    border-color: #fff;
  }

  .lg\:focus\:border-gray-75:focus{
    border-color: #FCFDFD;
  }

  .lg\:focus\:border-gray-85:focus{
    border-color: #FAFAFB;
  }

  .lg\:focus\:border-gray-100:focus{
    border-color: #f9f9f9;
  }

  .lg\:focus\:border-gray-150:focus{
    border-color: #F2F3F4;
  }

  .lg\:focus\:border-gray-200:focus{
    border-color: #f1f3f5;
  }

  .lg\:focus\:border-gray-300:focus{
    border-color: #e5e8eb;
  }

  .lg\:focus\:border-gray-400:focus{
    border-color: #575756;
  }

  .lg\:focus\:border-gray-500:focus{
    border-color: #ccd3d8;
  }

  .lg\:focus\:border-gray-700:focus{
    border-color: #869098;
  }

  .lg\:focus\:border-red-500:focus{
    border-color: #e2000f;
  }

  .lg\:focus\:border-red-600:focus{
    border-color: #b6000f;
  }

  .lg\:focus\:border-red-800:focus{
    border-color: #A3000d;
  }

  .lg\:focus\:border-red-900:focus{
    border-color: #91000C;
  }

  .lg\:focus\:border-green:focus{
    border-color: #4bac38;
  }

  .lg\:focus\:border-blue-500:focus{
    border-color: #1f61a3;
  }

  .lg\:focus\:border-blue-600:focus{
    border-color: #34495e;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-lg{
    border-radius: 1.375rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 1.375rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 1.375rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 1.375rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 1.375rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:last\:border-solid:last-child{
    border-style: solid;
  }

  .lg\:last\:border-dashed:last-child{
    border-style: dashed;
  }

  .lg\:last\:border-dotted:last-child{
    border-style: dotted;
  }

  .lg\:last\:border-double:last-child{
    border-style: double;
  }

  .lg\:last\:border-none:last-child{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans{
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-display{
    font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-32px{
    height: 32px;
  }

  .lg\:h-c1{
    height: calc(100%/12);
  }

  .lg\:h-c2{
    height: calc(100%/6);
  }

  .lg\:h-c3{
    height: calc(100%/4);
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-32px{
    margin: 32px;
  }

  .lg\:m-c1{
    margin: calc(100%/12);
  }

  .lg\:m-c2{
    margin: calc(100%/6);
  }

  .lg\:m-c3{
    margin: calc(100%/4);
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-32px{
    margin: -32px;
  }

  .lg\:-m-c1{
    margin: -8.33333%;
  }

  .lg\:-m-c2{
    margin: -16.66667%;
  }

  .lg\:-m-c3{
    margin: -25%;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-c1{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .lg\:mx-c1{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .lg\:my-c2{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .lg\:mx-c2{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .lg\:my-c3{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .lg\:mx-c3{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-c1{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:-mx-c1{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:-my-c2{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-mx-c2{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-my-c3{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-c3{
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mt-32px{
    margin-top: 32px;
  }

  .lg\:mr-32px{
    margin-right: 32px;
  }

  .lg\:mb-32px{
    margin-bottom: 32px;
  }

  .lg\:ml-32px{
    margin-left: 32px;
  }

  .lg\:mt-c1{
    margin-top: calc(100%/12);
  }

  .lg\:mr-c1{
    margin-right: calc(100%/12);
  }

  .lg\:mb-c1{
    margin-bottom: calc(100%/12);
  }

  .lg\:ml-c1{
    margin-left: calc(100%/12);
  }

  .lg\:mt-c2{
    margin-top: calc(100%/6);
  }

  .lg\:mr-c2{
    margin-right: calc(100%/6);
  }

  .lg\:mb-c2{
    margin-bottom: calc(100%/6);
  }

  .lg\:ml-c2{
    margin-left: calc(100%/6);
  }

  .lg\:mt-c3{
    margin-top: calc(100%/4);
  }

  .lg\:mr-c3{
    margin-right: calc(100%/4);
  }

  .lg\:mb-c3{
    margin-bottom: calc(100%/4);
  }

  .lg\:ml-c3{
    margin-left: calc(100%/4);
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mt-32px{
    margin-top: -32px;
  }

  .lg\:-mr-32px{
    margin-right: -32px;
  }

  .lg\:-mb-32px{
    margin-bottom: -32px;
  }

  .lg\:-ml-32px{
    margin-left: -32px;
  }

  .lg\:-mt-c1{
    margin-top: -8.33333%;
  }

  .lg\:-mr-c1{
    margin-right: -8.33333%;
  }

  .lg\:-mb-c1{
    margin-bottom: -8.33333%;
  }

  .lg\:-ml-c1{
    margin-left: -8.33333%;
  }

  .lg\:-mt-c2{
    margin-top: -16.66667%;
  }

  .lg\:-mr-c2{
    margin-right: -16.66667%;
  }

  .lg\:-mb-c2{
    margin-bottom: -16.66667%;
  }

  .lg\:-ml-c2{
    margin-left: -16.66667%;
  }

  .lg\:-mt-c3{
    margin-top: -25%;
  }

  .lg\:-mr-c3{
    margin-right: -25%;
  }

  .lg\:-mb-c3{
    margin-bottom: -25%;
  }

  .lg\:-ml-c3{
    margin-left: -25%;
  }

  .lg\:last\:m-0:last-child{
    margin: 0;
  }

  .lg\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child{
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child{
    margin: 2rem;
  }

  .lg\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child{
    margin: 3rem;
  }

  .lg\:last\:m-16:last-child{
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child{
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child{
    margin: 6rem;
  }

  .lg\:last\:m-32:last-child{
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child{
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child{
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child{
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child{
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .lg\:last\:m-px:last-child{
    margin: 1px;
  }

  .lg\:last\:m-32px:last-child{
    margin: 32px;
  }

  .lg\:last\:m-c1:last-child{
    margin: calc(100%/12);
  }

  .lg\:last\:m-c2:last-child{
    margin: calc(100%/6);
  }

  .lg\:last\:m-c3:last-child{
    margin: calc(100%/4);
  }

  .lg\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .lg\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .lg\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .lg\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child{
    margin: -1px;
  }

  .lg\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .lg\:last\:-m-c1:last-child{
    margin: -8.33333%;
  }

  .lg\:last\:-m-c2:last-child{
    margin: -16.66667%;
  }

  .lg\:last\:-m-c3:last-child{
    margin: -25%;
  }

  .lg\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:last\:my-c1:last-child{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .lg\:last\:mx-c1:last-child{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .lg\:last\:my-c2:last-child{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .lg\:last\:mx-c2:last-child{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .lg\:last\:my-c3:last-child{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .lg\:last\:mx-c3:last-child{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .lg\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:last\:-my-c1:last-child{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:last\:-mx-c1:last-child{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:last\:-my-c2:last-child{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-mx-c2:last-child{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:last\:-my-c3:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:last\:-mx-c3:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .lg\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .lg\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .lg\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .lg\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .lg\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .lg\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .lg\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .lg\:last\:mt-c1:last-child{
    margin-top: calc(100%/12);
  }

  .lg\:last\:mr-c1:last-child{
    margin-right: calc(100%/12);
  }

  .lg\:last\:mb-c1:last-child{
    margin-bottom: calc(100%/12);
  }

  .lg\:last\:ml-c1:last-child{
    margin-left: calc(100%/12);
  }

  .lg\:last\:mt-c2:last-child{
    margin-top: calc(100%/6);
  }

  .lg\:last\:mr-c2:last-child{
    margin-right: calc(100%/6);
  }

  .lg\:last\:mb-c2:last-child{
    margin-bottom: calc(100%/6);
  }

  .lg\:last\:ml-c2:last-child{
    margin-left: calc(100%/6);
  }

  .lg\:last\:mt-c3:last-child{
    margin-top: calc(100%/4);
  }

  .lg\:last\:mr-c3:last-child{
    margin-right: calc(100%/4);
  }

  .lg\:last\:mb-c3:last-child{
    margin-bottom: calc(100%/4);
  }

  .lg\:last\:ml-c3:last-child{
    margin-left: calc(100%/4);
  }

  .lg\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .lg\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .lg\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .lg\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .lg\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .lg\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .lg\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .lg\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .lg\:last\:-mt-c1:last-child{
    margin-top: -8.33333%;
  }

  .lg\:last\:-mr-c1:last-child{
    margin-right: -8.33333%;
  }

  .lg\:last\:-mb-c1:last-child{
    margin-bottom: -8.33333%;
  }

  .lg\:last\:-ml-c1:last-child{
    margin-left: -8.33333%;
  }

  .lg\:last\:-mt-c2:last-child{
    margin-top: -16.66667%;
  }

  .lg\:last\:-mr-c2:last-child{
    margin-right: -16.66667%;
  }

  .lg\:last\:-mb-c2:last-child{
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-ml-c2:last-child{
    margin-left: -16.66667%;
  }

  .lg\:last\:-mt-c3:last-child{
    margin-top: -25%;
  }

  .lg\:last\:-mr-c3:last-child{
    margin-right: -25%;
  }

  .lg\:last\:-mb-c3:last-child{
    margin-bottom: -25%;
  }

  .lg\:last\:-ml-c3:last-child{
    margin-left: -25%;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-10{
    opacity: 0.1;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 0;
  }

  .lg\:focus\:outline-none:focus{
    outline: 0;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-32px{
    padding: 32px;
  }

  .lg\:p-c1{
    padding: calc(100%/12);
  }

  .lg\:p-c2{
    padding: calc(100%/6);
  }

  .lg\:p-c3{
    padding: calc(100%/4);
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-c1{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .lg\:px-c1{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .lg\:py-c2{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .lg\:px-c2{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .lg\:py-c3{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .lg\:px-c3{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pt-32px{
    padding-top: 32px;
  }

  .lg\:pr-32px{
    padding-right: 32px;
  }

  .lg\:pb-32px{
    padding-bottom: 32px;
  }

  .lg\:pl-32px{
    padding-left: 32px;
  }

  .lg\:pt-c1{
    padding-top: calc(100%/12);
  }

  .lg\:pr-c1{
    padding-right: calc(100%/12);
  }

  .lg\:pb-c1{
    padding-bottom: calc(100%/12);
  }

  .lg\:pl-c1{
    padding-left: calc(100%/12);
  }

  .lg\:pt-c2{
    padding-top: calc(100%/6);
  }

  .lg\:pr-c2{
    padding-right: calc(100%/6);
  }

  .lg\:pb-c2{
    padding-bottom: calc(100%/6);
  }

  .lg\:pl-c2{
    padding-left: calc(100%/6);
  }

  .lg\:pt-c3{
    padding-top: calc(100%/4);
  }

  .lg\:pr-c3{
    padding-right: calc(100%/4);
  }

  .lg\:pb-c3{
    padding-bottom: calc(100%/4);
  }

  .lg\:pl-c3{
    padding-left: calc(100%/4);
  }

  .lg\:last\:p-0:last-child{
    padding: 0;
  }

  .lg\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child{
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .lg\:last\:p-8:last-child{
    padding: 2rem;
  }

  .lg\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .lg\:last\:p-12:last-child{
    padding: 3rem;
  }

  .lg\:last\:p-16:last-child{
    padding: 4rem;
  }

  .lg\:last\:p-20:last-child{
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child{
    padding: 6rem;
  }

  .lg\:last\:p-32:last-child{
    padding: 8rem;
  }

  .lg\:last\:p-40:last-child{
    padding: 10rem;
  }

  .lg\:last\:p-48:last-child{
    padding: 12rem;
  }

  .lg\:last\:p-56:last-child{
    padding: 14rem;
  }

  .lg\:last\:p-64:last-child{
    padding: 16rem;
  }

  .lg\:last\:p-px:last-child{
    padding: 1px;
  }

  .lg\:last\:p-32px:last-child{
    padding: 32px;
  }

  .lg\:last\:p-c1:last-child{
    padding: calc(100%/12);
  }

  .lg\:last\:p-c2:last-child{
    padding: calc(100%/6);
  }

  .lg\:last\:p-c3:last-child{
    padding: calc(100%/4);
  }

  .lg\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:last\:py-c1:last-child{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .lg\:last\:px-c1:last-child{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .lg\:last\:py-c2:last-child{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .lg\:last\:px-c2:last-child{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .lg\:last\:py-c3:last-child{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .lg\:last\:px-c3:last-child{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .lg\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .lg\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .lg\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .lg\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .lg\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .lg\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .lg\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .lg\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .lg\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .lg\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .lg\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .lg\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .lg\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .lg\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .lg\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .lg\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .lg\:last\:pt-c1:last-child{
    padding-top: calc(100%/12);
  }

  .lg\:last\:pr-c1:last-child{
    padding-right: calc(100%/12);
  }

  .lg\:last\:pb-c1:last-child{
    padding-bottom: calc(100%/12);
  }

  .lg\:last\:pl-c1:last-child{
    padding-left: calc(100%/12);
  }

  .lg\:last\:pt-c2:last-child{
    padding-top: calc(100%/6);
  }

  .lg\:last\:pr-c2:last-child{
    padding-right: calc(100%/6);
  }

  .lg\:last\:pb-c2:last-child{
    padding-bottom: calc(100%/6);
  }

  .lg\:last\:pl-c2:last-child{
    padding-left: calc(100%/6);
  }

  .lg\:last\:pt-c3:last-child{
    padding-top: calc(100%/4);
  }

  .lg\:last\:pr-c3:last-child{
    padding-right: calc(100%/4);
  }

  .lg\:last\:pb-c3:last-child{
    padding-bottom: calc(100%/4);
  }

  .lg\:last\:pl-c3:last-child{
    padding-left: calc(100%/4);
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: #000;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: #000;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color: #000;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: #000;
  }

  .lg\:placeholder-black::placeholder{
    color: #000;
  }

  .lg\:placeholder-black_transparent::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:placeholder-black_transparent::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:placeholder-black_transparent:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:placeholder-black_transparent::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:placeholder-black_transparent::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:placeholder-gray_transparent::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:placeholder-gray_transparent::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:placeholder-gray_transparent:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:placeholder-gray_transparent::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:placeholder-gray_transparent::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::placeholder{
    color: #fff;
  }

  .lg\:placeholder-gray-75::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:placeholder-gray-75::-moz-placeholder{
    color: #FCFDFD;
  }

  .lg\:placeholder-gray-75:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:placeholder-gray-75::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:placeholder-gray-75::placeholder{
    color: #FCFDFD;
  }

  .lg\:placeholder-gray-85::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:placeholder-gray-85::-moz-placeholder{
    color: #FAFAFB;
  }

  .lg\:placeholder-gray-85:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:placeholder-gray-85::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:placeholder-gray-85::placeholder{
    color: #FAFAFB;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    color: #f9f9f9;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:placeholder-gray-100::placeholder{
    color: #f9f9f9;
  }

  .lg\:placeholder-gray-150::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:placeholder-gray-150::-moz-placeholder{
    color: #F2F3F4;
  }

  .lg\:placeholder-gray-150:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:placeholder-gray-150::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:placeholder-gray-150::placeholder{
    color: #F2F3F4;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    color: #f1f3f5;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:placeholder-gray-200::placeholder{
    color: #f1f3f5;
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    color: #e5e8eb;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:placeholder-gray-300::placeholder{
    color: #e5e8eb;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder{
    color: #575756;
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    color: #575756;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    color: #575756;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder{
    color: #575756;
  }

  .lg\:placeholder-gray-400::placeholder{
    color: #575756;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    color: #ccd3d8;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:placeholder-gray-500::placeholder{
    color: #ccd3d8;
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder{
    color: #869098;
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    color: #869098;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    color: #869098;
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder{
    color: #869098;
  }

  .lg\:placeholder-gray-700::placeholder{
    color: #869098;
  }

  .lg\:placeholder-red-500::-webkit-input-placeholder{
    color: #e2000f;
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    color: #e2000f;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    color: #e2000f;
  }

  .lg\:placeholder-red-500::-ms-input-placeholder{
    color: #e2000f;
  }

  .lg\:placeholder-red-500::placeholder{
    color: #e2000f;
  }

  .lg\:placeholder-red-600::-webkit-input-placeholder{
    color: #b6000f;
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    color: #b6000f;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder{
    color: #b6000f;
  }

  .lg\:placeholder-red-600::-ms-input-placeholder{
    color: #b6000f;
  }

  .lg\:placeholder-red-600::placeholder{
    color: #b6000f;
  }

  .lg\:placeholder-red-800::-webkit-input-placeholder{
    color: #A3000d;
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    color: #A3000d;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder{
    color: #A3000d;
  }

  .lg\:placeholder-red-800::-ms-input-placeholder{
    color: #A3000d;
  }

  .lg\:placeholder-red-800::placeholder{
    color: #A3000d;
  }

  .lg\:placeholder-red-900::-webkit-input-placeholder{
    color: #91000C;
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    color: #91000C;
  }

  .lg\:placeholder-red-900:-ms-input-placeholder{
    color: #91000C;
  }

  .lg\:placeholder-red-900::-ms-input-placeholder{
    color: #91000C;
  }

  .lg\:placeholder-red-900::placeholder{
    color: #91000C;
  }

  .lg\:placeholder-green::-webkit-input-placeholder{
    color: #4bac38;
  }

  .lg\:placeholder-green::-moz-placeholder{
    color: #4bac38;
  }

  .lg\:placeholder-green:-ms-input-placeholder{
    color: #4bac38;
  }

  .lg\:placeholder-green::-ms-input-placeholder{
    color: #4bac38;
  }

  .lg\:placeholder-green::placeholder{
    color: #4bac38;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    color: #1f61a3;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    color: #1f61a3;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder{
    color: #1f61a3;
  }

  .lg\:placeholder-blue-500::placeholder{
    color: #1f61a3;
  }

  .lg\:placeholder-blue-600::-webkit-input-placeholder{
    color: #34495e;
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    color: #34495e;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    color: #34495e;
  }

  .lg\:placeholder-blue-600::-ms-input-placeholder{
    color: #34495e;
  }

  .lg\:placeholder-blue-600::placeholder{
    color: #34495e;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: #000;
  }

  .lg\:focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:placeholder-black_transparent:focus::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:placeholder-black_transparent:focus::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:placeholder-gray_transparent:focus::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:placeholder-gray_transparent:focus::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:focus\:placeholder-gray-75:focus::-moz-placeholder{
    color: #FCFDFD;
  }

  .lg\:focus\:placeholder-gray-75:focus:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:focus\:placeholder-gray-75:focus::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .lg\:focus\:placeholder-gray-75:focus::placeholder{
    color: #FCFDFD;
  }

  .lg\:focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:focus\:placeholder-gray-85:focus::-moz-placeholder{
    color: #FAFAFB;
  }

  .lg\:focus\:placeholder-gray-85:focus:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:focus\:placeholder-gray-85:focus::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .lg\:focus\:placeholder-gray-85:focus::placeholder{
    color: #FAFAFB;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f9f9f9;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f9f9f9;
  }

  .lg\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    color: #F2F3F4;
  }

  .lg\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .lg\:focus\:placeholder-gray-150:focus::placeholder{
    color: #F2F3F4;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #f1f3f5;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    color: #f1f3f5;
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e8eb;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e8eb;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #575756;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #575756;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #575756;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #575756;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    color: #575756;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccd3d8;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccd3d8;
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #869098;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #869098;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #869098;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #869098;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    color: #869098;
  }

  .lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #e2000f;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #e2000f;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e2000f;
  }

  .lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #e2000f;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    color: #e2000f;
  }

  .lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #b6000f;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #b6000f;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #b6000f;
  }

  .lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #b6000f;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    color: #b6000f;
  }

  .lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #A3000d;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #A3000d;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #A3000d;
  }

  .lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #A3000d;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    color: #A3000d;
  }

  .lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #91000C;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #91000C;
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #91000C;
  }

  .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #91000C;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    color: #91000C;
  }

  .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #4bac38;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #4bac38;
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #4bac38;
  }

  .lg\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #4bac38;
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    color: #4bac38;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #1f61a3;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #1f61a3;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #1f61a3;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    color: #1f61a3;
  }

  .lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #34495e;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #34495e;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #34495e;
  }

  .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #34495e;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    color: #34495e;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .lg\:shadow-md{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .lg\:shadow-lg{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .lg\:shadow-xl{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .lg\:shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:shadow-xl:hover{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .lg\:focus\:shadow-md:focus{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .lg\:focus\:shadow-lg:focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:shadow-xl:focus{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-black{
    color: #000;
  }

  .lg\:text-black_transparent{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:text-gray_transparent{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:text-white{
    color: #fff;
  }

  .lg\:text-gray-75{
    color: #FCFDFD;
  }

  .lg\:text-gray-85{
    color: #FAFAFB;
  }

  .lg\:text-gray-100{
    color: #f9f9f9;
  }

  .lg\:text-gray-150{
    color: #F2F3F4;
  }

  .lg\:text-gray-200{
    color: #f1f3f5;
  }

  .lg\:text-gray-300{
    color: #e5e8eb;
  }

  .lg\:text-gray-400{
    color: #575756;
  }

  .lg\:text-gray-500{
    color: #ccd3d8;
  }

  .lg\:text-gray-700{
    color: #869098;
  }

  .lg\:text-red-500{
    color: #e2000f;
  }

  .lg\:text-red-600{
    color: #b6000f;
  }

  .lg\:text-red-800{
    color: #A3000d;
  }

  .lg\:text-red-900{
    color: #91000C;
  }

  .lg\:text-green{
    color: #4bac38;
  }

  .lg\:text-blue-500{
    color: #1f61a3;
  }

  .lg\:text-blue-600{
    color: #34495e;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-black:hover{
    color: #000;
  }

  .lg\:hover\:text-black_transparent:hover{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:hover\:text-gray_transparent:hover{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:hover\:text-white:hover{
    color: #fff;
  }

  .lg\:hover\:text-gray-75:hover{
    color: #FCFDFD;
  }

  .lg\:hover\:text-gray-85:hover{
    color: #FAFAFB;
  }

  .lg\:hover\:text-gray-100:hover{
    color: #f9f9f9;
  }

  .lg\:hover\:text-gray-150:hover{
    color: #F2F3F4;
  }

  .lg\:hover\:text-gray-200:hover{
    color: #f1f3f5;
  }

  .lg\:hover\:text-gray-300:hover{
    color: #e5e8eb;
  }

  .lg\:hover\:text-gray-400:hover{
    color: #575756;
  }

  .lg\:hover\:text-gray-500:hover{
    color: #ccd3d8;
  }

  .lg\:hover\:text-gray-700:hover{
    color: #869098;
  }

  .lg\:hover\:text-red-500:hover{
    color: #e2000f;
  }

  .lg\:hover\:text-red-600:hover{
    color: #b6000f;
  }

  .lg\:hover\:text-red-800:hover{
    color: #A3000d;
  }

  .lg\:hover\:text-red-900:hover{
    color: #91000C;
  }

  .lg\:hover\:text-green:hover{
    color: #4bac38;
  }

  .lg\:hover\:text-blue-500:hover{
    color: #1f61a3;
  }

  .lg\:hover\:text-blue-600:hover{
    color: #34495e;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-black:focus{
    color: #000;
  }

  .lg\:focus\:text-black_transparent:focus{
    color: rgba(0, 0, 0, .32);
  }

  .lg\:focus\:text-gray_transparent:focus{
    color: rgba(229, 232, 235, 0.3);
  }

  .lg\:focus\:text-white:focus{
    color: #fff;
  }

  .lg\:focus\:text-gray-75:focus{
    color: #FCFDFD;
  }

  .lg\:focus\:text-gray-85:focus{
    color: #FAFAFB;
  }

  .lg\:focus\:text-gray-100:focus{
    color: #f9f9f9;
  }

  .lg\:focus\:text-gray-150:focus{
    color: #F2F3F4;
  }

  .lg\:focus\:text-gray-200:focus{
    color: #f1f3f5;
  }

  .lg\:focus\:text-gray-300:focus{
    color: #e5e8eb;
  }

  .lg\:focus\:text-gray-400:focus{
    color: #575756;
  }

  .lg\:focus\:text-gray-500:focus{
    color: #ccd3d8;
  }

  .lg\:focus\:text-gray-700:focus{
    color: #869098;
  }

  .lg\:focus\:text-red-500:focus{
    color: #e2000f;
  }

  .lg\:focus\:text-red-600:focus{
    color: #b6000f;
  }

  .lg\:focus\:text-red-800:focus{
    color: #A3000d;
  }

  .lg\:focus\:text-red-900:focus{
    color: #91000C;
  }

  .lg\:focus\:text-green:focus{
    color: #4bac38;
  }

  .lg\:focus\:text-blue-500:focus{
    color: #1f61a3;
  }

  .lg\:focus\:text-blue-600:focus{
    color: #34495e;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-lg{
    font-size: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.5rem;
  }

  .lg\:text-2xl{
    font-size: 1.75rem;
  }

  .lg\:text-3xl{
    font-size: 2.625rem;
  }

  .lg\:text-4xl{
    font-size: 4rem;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.5px;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-32px{
    width: 32px;
  }

  .lg\:w-c1{
    width: calc(100%/12);
  }

  .lg\:w-c2{
    width: calc(100%/6);
  }

  .lg\:w-c3{
    width: calc(100%/4);
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:z-n10{
    z-index: -10;
  }

  .lg\:container-fluid{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .lg\:col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .lg\:col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .lg\:col-1{
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }

  .lg\:col-2{
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }

  .lg\:col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .lg\:col-4{
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }

  .lg\:col-5{
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .lg\:col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lg\:col-7{
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }

  .lg\:col-8{
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }

  .lg\:col-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .lg\:col-10{
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }

  .lg\:col-11{
    flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }

  .lg\:col-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lg\:order-first{
    order: -1;
  }

  .lg\:order-last{
    order: 13;
  }

  .lg\:order-0{
    order: 0;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:offset-0{
    margin-left: 0%;
  }

  .lg\:offset-1{
    margin-left: 8.333333333333334%;
  }

  .lg\:offset-2{
    margin-left: 16.666666666666668%;
  }

  .lg\:offset-3{
    margin-left: 25%;
  }

  .lg\:offset-4{
    margin-left: 33.333333333333336%;
  }

  .lg\:offset-5{
    margin-left: 41.66666666666667%;
  }

  .lg\:offset-6{
    margin-left: 50%;
  }

  .lg\:offset-7{
    margin-left: 58.333333333333336%;
  }

  .lg\:offset-8{
    margin-left: 66.66666666666667%;
  }

  .lg\:offset-9{
    margin-left: 75%;
  }

  .lg\:offset-10{
    margin-left: 83.33333333333334%;
  }

  .lg\:offset-11{
    margin-left: 91.66666666666667%;
  }
}

@media (min-width: 1280px){
  .xl\: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;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\: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;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-black{
    background-color: #000;
  }

  .xl\:bg-black_transparent{
    background-color: rgba(0, 0, 0, .32);
  }

  .xl\:bg-gray_transparent{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:bg-white{
    background-color: #fff;
  }

  .xl\:bg-gray-75{
    background-color: #FCFDFD;
  }

  .xl\:bg-gray-85{
    background-color: #FAFAFB;
  }

  .xl\:bg-gray-100{
    background-color: #f9f9f9;
  }

  .xl\:bg-gray-150{
    background-color: #F2F3F4;
  }

  .xl\:bg-gray-200{
    background-color: #f1f3f5;
  }

  .xl\:bg-gray-300{
    background-color: #e5e8eb;
  }

  .xl\:bg-gray-400{
    background-color: #575756;
  }

  .xl\:bg-gray-500{
    background-color: #ccd3d8;
  }

  .xl\:bg-gray-700{
    background-color: #869098;
  }

  .xl\:bg-red-500{
    background-color: #e2000f;
  }

  .xl\:bg-red-600{
    background-color: #b6000f;
  }

  .xl\:bg-red-800{
    background-color: #A3000d;
  }

  .xl\:bg-red-900{
    background-color: #91000C;
  }

  .xl\:bg-green{
    background-color: #4bac38;
  }

  .xl\:bg-blue-500{
    background-color: #1f61a3;
  }

  .xl\:bg-blue-600{
    background-color: #34495e;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover{
    background-color: #000;
  }

  .xl\:hover\:bg-black_transparent:hover{
    background-color: rgba(0, 0, 0, .32);
  }

  .xl\:hover\:bg-gray_transparent:hover{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xl\:hover\:bg-gray-75:hover{
    background-color: #FCFDFD;
  }

  .xl\:hover\:bg-gray-85:hover{
    background-color: #FAFAFB;
  }

  .xl\:hover\:bg-gray-100:hover{
    background-color: #f9f9f9;
  }

  .xl\:hover\:bg-gray-150:hover{
    background-color: #F2F3F4;
  }

  .xl\:hover\:bg-gray-200:hover{
    background-color: #f1f3f5;
  }

  .xl\:hover\:bg-gray-300:hover{
    background-color: #e5e8eb;
  }

  .xl\:hover\:bg-gray-400:hover{
    background-color: #575756;
  }

  .xl\:hover\:bg-gray-500:hover{
    background-color: #ccd3d8;
  }

  .xl\:hover\:bg-gray-700:hover{
    background-color: #869098;
  }

  .xl\:hover\:bg-red-500:hover{
    background-color: #e2000f;
  }

  .xl\:hover\:bg-red-600:hover{
    background-color: #b6000f;
  }

  .xl\:hover\:bg-red-800:hover{
    background-color: #A3000d;
  }

  .xl\:hover\:bg-red-900:hover{
    background-color: #91000C;
  }

  .xl\:hover\:bg-green:hover{
    background-color: #4bac38;
  }

  .xl\:hover\:bg-blue-500:hover{
    background-color: #1f61a3;
  }

  .xl\:hover\:bg-blue-600:hover{
    background-color: #34495e;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus{
    background-color: #000;
  }

  .xl\:focus\:bg-black_transparent:focus{
    background-color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:bg-gray_transparent:focus{
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .xl\:focus\:bg-gray-75:focus{
    background-color: #FCFDFD;
  }

  .xl\:focus\:bg-gray-85:focus{
    background-color: #FAFAFB;
  }

  .xl\:focus\:bg-gray-100:focus{
    background-color: #f9f9f9;
  }

  .xl\:focus\:bg-gray-150:focus{
    background-color: #F2F3F4;
  }

  .xl\:focus\:bg-gray-200:focus{
    background-color: #f1f3f5;
  }

  .xl\:focus\:bg-gray-300:focus{
    background-color: #e5e8eb;
  }

  .xl\:focus\:bg-gray-400:focus{
    background-color: #575756;
  }

  .xl\:focus\:bg-gray-500:focus{
    background-color: #ccd3d8;
  }

  .xl\:focus\:bg-gray-700:focus{
    background-color: #869098;
  }

  .xl\:focus\:bg-red-500:focus{
    background-color: #e2000f;
  }

  .xl\:focus\:bg-red-600:focus{
    background-color: #b6000f;
  }

  .xl\:focus\:bg-red-800:focus{
    background-color: #A3000d;
  }

  .xl\:focus\:bg-red-900:focus{
    background-color: #91000C;
  }

  .xl\:focus\:bg-green:focus{
    background-color: #4bac38;
  }

  .xl\:focus\:bg-blue-500:focus{
    background-color: #1f61a3;
  }

  .xl\:focus\:bg-blue-600:focus{
    background-color: #34495e;
  }

  .xl\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .xl\:even\:bg-black:nth-child(even){
    background-color: #000;
  }

  .xl\:even\:bg-black_transparent:nth-child(even){
    background-color: rgba(0, 0, 0, .32);
  }

  .xl\:even\:bg-gray_transparent:nth-child(even){
    background-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:even\:bg-white:nth-child(even){
    background-color: #fff;
  }

  .xl\:even\:bg-gray-75:nth-child(even){
    background-color: #FCFDFD;
  }

  .xl\:even\:bg-gray-85:nth-child(even){
    background-color: #FAFAFB;
  }

  .xl\:even\:bg-gray-100:nth-child(even){
    background-color: #f9f9f9;
  }

  .xl\:even\:bg-gray-150:nth-child(even){
    background-color: #F2F3F4;
  }

  .xl\:even\:bg-gray-200:nth-child(even){
    background-color: #f1f3f5;
  }

  .xl\:even\:bg-gray-300:nth-child(even){
    background-color: #e5e8eb;
  }

  .xl\:even\:bg-gray-400:nth-child(even){
    background-color: #575756;
  }

  .xl\:even\:bg-gray-500:nth-child(even){
    background-color: #ccd3d8;
  }

  .xl\:even\:bg-gray-700:nth-child(even){
    background-color: #869098;
  }

  .xl\:even\:bg-red-500:nth-child(even){
    background-color: #e2000f;
  }

  .xl\:even\:bg-red-600:nth-child(even){
    background-color: #b6000f;
  }

  .xl\:even\:bg-red-800:nth-child(even){
    background-color: #A3000d;
  }

  .xl\:even\:bg-red-900:nth-child(even){
    background-color: #91000C;
  }

  .xl\:even\:bg-green:nth-child(even){
    background-color: #4bac38;
  }

  .xl\:even\:bg-blue-500:nth-child(even){
    background-color: #1f61a3;
  }

  .xl\:even\:bg-blue-600:nth-child(even){
    background-color: #34495e;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-black{
    border-color: #000;
  }

  .xl\:border-black_transparent{
    border-color: rgba(0, 0, 0, .32);
  }

  .xl\:border-gray_transparent{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:border-white{
    border-color: #fff;
  }

  .xl\:border-gray-75{
    border-color: #FCFDFD;
  }

  .xl\:border-gray-85{
    border-color: #FAFAFB;
  }

  .xl\:border-gray-100{
    border-color: #f9f9f9;
  }

  .xl\:border-gray-150{
    border-color: #F2F3F4;
  }

  .xl\:border-gray-200{
    border-color: #f1f3f5;
  }

  .xl\:border-gray-300{
    border-color: #e5e8eb;
  }

  .xl\:border-gray-400{
    border-color: #575756;
  }

  .xl\:border-gray-500{
    border-color: #ccd3d8;
  }

  .xl\:border-gray-700{
    border-color: #869098;
  }

  .xl\:border-red-500{
    border-color: #e2000f;
  }

  .xl\:border-red-600{
    border-color: #b6000f;
  }

  .xl\:border-red-800{
    border-color: #A3000d;
  }

  .xl\:border-red-900{
    border-color: #91000C;
  }

  .xl\:border-green{
    border-color: #4bac38;
  }

  .xl\:border-blue-500{
    border-color: #1f61a3;
  }

  .xl\:border-blue-600{
    border-color: #34495e;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover{
    border-color: #000;
  }

  .xl\:hover\:border-black_transparent:hover{
    border-color: rgba(0, 0, 0, .32);
  }

  .xl\:hover\:border-gray_transparent:hover{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xl\:hover\:border-gray-75:hover{
    border-color: #FCFDFD;
  }

  .xl\:hover\:border-gray-85:hover{
    border-color: #FAFAFB;
  }

  .xl\:hover\:border-gray-100:hover{
    border-color: #f9f9f9;
  }

  .xl\:hover\:border-gray-150:hover{
    border-color: #F2F3F4;
  }

  .xl\:hover\:border-gray-200:hover{
    border-color: #f1f3f5;
  }

  .xl\:hover\:border-gray-300:hover{
    border-color: #e5e8eb;
  }

  .xl\:hover\:border-gray-400:hover{
    border-color: #575756;
  }

  .xl\:hover\:border-gray-500:hover{
    border-color: #ccd3d8;
  }

  .xl\:hover\:border-gray-700:hover{
    border-color: #869098;
  }

  .xl\:hover\:border-red-500:hover{
    border-color: #e2000f;
  }

  .xl\:hover\:border-red-600:hover{
    border-color: #b6000f;
  }

  .xl\:hover\:border-red-800:hover{
    border-color: #A3000d;
  }

  .xl\:hover\:border-red-900:hover{
    border-color: #91000C;
  }

  .xl\:hover\:border-green:hover{
    border-color: #4bac38;
  }

  .xl\:hover\:border-blue-500:hover{
    border-color: #1f61a3;
  }

  .xl\:hover\:border-blue-600:hover{
    border-color: #34495e;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus{
    border-color: #000;
  }

  .xl\:focus\:border-black_transparent:focus{
    border-color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:border-gray_transparent:focus{
    border-color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xl\:focus\:border-gray-75:focus{
    border-color: #FCFDFD;
  }

  .xl\:focus\:border-gray-85:focus{
    border-color: #FAFAFB;
  }

  .xl\:focus\:border-gray-100:focus{
    border-color: #f9f9f9;
  }

  .xl\:focus\:border-gray-150:focus{
    border-color: #F2F3F4;
  }

  .xl\:focus\:border-gray-200:focus{
    border-color: #f1f3f5;
  }

  .xl\:focus\:border-gray-300:focus{
    border-color: #e5e8eb;
  }

  .xl\:focus\:border-gray-400:focus{
    border-color: #575756;
  }

  .xl\:focus\:border-gray-500:focus{
    border-color: #ccd3d8;
  }

  .xl\:focus\:border-gray-700:focus{
    border-color: #869098;
  }

  .xl\:focus\:border-red-500:focus{
    border-color: #e2000f;
  }

  .xl\:focus\:border-red-600:focus{
    border-color: #b6000f;
  }

  .xl\:focus\:border-red-800:focus{
    border-color: #A3000d;
  }

  .xl\:focus\:border-red-900:focus{
    border-color: #91000C;
  }

  .xl\:focus\:border-green:focus{
    border-color: #4bac38;
  }

  .xl\:focus\:border-blue-500:focus{
    border-color: #1f61a3;
  }

  .xl\:focus\:border-blue-600:focus{
    border-color: #34495e;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-lg{
    border-radius: 1.375rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 1.375rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 1.375rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 1.375rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 1.375rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:last\:border-solid:last-child{
    border-style: solid;
  }

  .xl\:last\:border-dashed:last-child{
    border-style: dashed;
  }

  .xl\:last\:border-dotted:last-child{
    border-style: dotted;
  }

  .xl\:last\:border-double:last-child{
    border-style: double;
  }

  .xl\:last\:border-none:last-child{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans{
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-display{
    font-family: "myriad-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-32px{
    height: 32px;
  }

  .xl\:h-c1{
    height: calc(100%/12);
  }

  .xl\:h-c2{
    height: calc(100%/6);
  }

  .xl\:h-c3{
    height: calc(100%/4);
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-32px{
    margin: 32px;
  }

  .xl\:m-c1{
    margin: calc(100%/12);
  }

  .xl\:m-c2{
    margin: calc(100%/6);
  }

  .xl\:m-c3{
    margin: calc(100%/4);
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-32px{
    margin: -32px;
  }

  .xl\:-m-c1{
    margin: -8.33333%;
  }

  .xl\:-m-c2{
    margin: -16.66667%;
  }

  .xl\:-m-c3{
    margin: -25%;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-32px{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-32px{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-c1{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .xl\:mx-c1{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .xl\:my-c2{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .xl\:mx-c2{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .xl\:my-c3{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .xl\:mx-c3{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-32px{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-32px{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:-my-c1{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:-mx-c1{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:-my-c2{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-mx-c2{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-my-c3{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-c3{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mt-32px{
    margin-top: 32px;
  }

  .xl\:mr-32px{
    margin-right: 32px;
  }

  .xl\:mb-32px{
    margin-bottom: 32px;
  }

  .xl\:ml-32px{
    margin-left: 32px;
  }

  .xl\:mt-c1{
    margin-top: calc(100%/12);
  }

  .xl\:mr-c1{
    margin-right: calc(100%/12);
  }

  .xl\:mb-c1{
    margin-bottom: calc(100%/12);
  }

  .xl\:ml-c1{
    margin-left: calc(100%/12);
  }

  .xl\:mt-c2{
    margin-top: calc(100%/6);
  }

  .xl\:mr-c2{
    margin-right: calc(100%/6);
  }

  .xl\:mb-c2{
    margin-bottom: calc(100%/6);
  }

  .xl\:ml-c2{
    margin-left: calc(100%/6);
  }

  .xl\:mt-c3{
    margin-top: calc(100%/4);
  }

  .xl\:mr-c3{
    margin-right: calc(100%/4);
  }

  .xl\:mb-c3{
    margin-bottom: calc(100%/4);
  }

  .xl\:ml-c3{
    margin-left: calc(100%/4);
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mt-32px{
    margin-top: -32px;
  }

  .xl\:-mr-32px{
    margin-right: -32px;
  }

  .xl\:-mb-32px{
    margin-bottom: -32px;
  }

  .xl\:-ml-32px{
    margin-left: -32px;
  }

  .xl\:-mt-c1{
    margin-top: -8.33333%;
  }

  .xl\:-mr-c1{
    margin-right: -8.33333%;
  }

  .xl\:-mb-c1{
    margin-bottom: -8.33333%;
  }

  .xl\:-ml-c1{
    margin-left: -8.33333%;
  }

  .xl\:-mt-c2{
    margin-top: -16.66667%;
  }

  .xl\:-mr-c2{
    margin-right: -16.66667%;
  }

  .xl\:-mb-c2{
    margin-bottom: -16.66667%;
  }

  .xl\:-ml-c2{
    margin-left: -16.66667%;
  }

  .xl\:-mt-c3{
    margin-top: -25%;
  }

  .xl\:-mr-c3{
    margin-right: -25%;
  }

  .xl\:-mb-c3{
    margin-bottom: -25%;
  }

  .xl\:-ml-c3{
    margin-left: -25%;
  }

  .xl\:last\:m-0:last-child{
    margin: 0;
  }

  .xl\:last\:m-1:last-child{
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child{
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child{
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child{
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child{
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child{
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child{
    margin: 2rem;
  }

  .xl\:last\:m-10:last-child{
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child{
    margin: 3rem;
  }

  .xl\:last\:m-16:last-child{
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child{
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child{
    margin: 6rem;
  }

  .xl\:last\:m-32:last-child{
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child{
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child{
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child{
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child{
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .xl\:last\:m-px:last-child{
    margin: 1px;
  }

  .xl\:last\:m-32px:last-child{
    margin: 32px;
  }

  .xl\:last\:m-c1:last-child{
    margin: calc(100%/12);
  }

  .xl\:last\:m-c2:last-child{
    margin: calc(100%/6);
  }

  .xl\:last\:m-c3:last-child{
    margin: calc(100%/4);
  }

  .xl\:last\:-m-1:last-child{
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child{
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child{
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child{
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child{
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child{
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child{
    margin: -2rem;
  }

  .xl\:last\:-m-10:last-child{
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child{
    margin: -3rem;
  }

  .xl\:last\:-m-16:last-child{
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child{
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child{
    margin: -6rem;
  }

  .xl\:last\:-m-32:last-child{
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child{
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child{
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child{
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child{
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child{
    margin: -1px;
  }

  .xl\:last\:-m-32px:last-child{
    margin: -32px;
  }

  .xl\:last\:-m-c1:last-child{
    margin: -8.33333%;
  }

  .xl\:last\:-m-c2:last-child{
    margin: -16.66667%;
  }

  .xl\:last\:-m-c3:last-child{
    margin: -25%;
  }

  .xl\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-10:last-child{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-16:last-child{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-32:last-child{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:my-32px:last-child{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:last\:mx-32px:last-child{
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:last\:my-c1:last-child{
    margin-top: calc(100%/12);
    margin-bottom: calc(100%/12);
  }

  .xl\:last\:mx-c1:last-child{
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }

  .xl\:last\:my-c2:last-child{
    margin-top: calc(100%/6);
    margin-bottom: calc(100%/6);
  }

  .xl\:last\:mx-c2:last-child{
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .xl\:last\:my-c3:last-child{
    margin-top: calc(100%/4);
    margin-bottom: calc(100%/4);
  }

  .xl\:last\:mx-c3:last-child{
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .xl\:last\:-my-1:last-child{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-10:last-child{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-16:last-child{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-32:last-child{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:-my-32px:last-child{
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:last\:-mx-32px:last-child{
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:last\:-my-c1:last-child{
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:last\:-mx-c1:last-child{
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:last\:-my-c2:last-child{
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-mx-c2:last-child{
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:last\:-my-c3:last-child{
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:last\:-mx-c3:last-child{
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child{
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child{
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child{
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child{
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child{
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child{
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child{
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child{
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child{
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child{
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child{
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child{
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child{
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child{
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child{
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child{
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child{
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child{
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child{
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child{
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child{
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child{
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child{
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child{
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child{
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child{
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child{
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child{
    margin-left: 2rem;
  }

  .xl\:last\:mt-10:last-child{
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child{
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child{
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child{
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child{
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child{
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child{
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child{
    margin-left: 3rem;
  }

  .xl\:last\:mt-16:last-child{
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child{
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child{
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child{
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child{
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child{
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child{
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child{
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child{
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child{
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child{
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child{
    margin-left: 6rem;
  }

  .xl\:last\:mt-32:last-child{
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child{
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child{
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child{
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child{
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child{
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child{
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child{
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child{
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child{
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child{
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child{
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child{
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child{
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child{
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child{
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child{
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child{
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child{
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child{
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child{
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child{
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child{
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child{
    margin-left: 1px;
  }

  .xl\:last\:mt-32px:last-child{
    margin-top: 32px;
  }

  .xl\:last\:mr-32px:last-child{
    margin-right: 32px;
  }

  .xl\:last\:mb-32px:last-child{
    margin-bottom: 32px;
  }

  .xl\:last\:ml-32px:last-child{
    margin-left: 32px;
  }

  .xl\:last\:mt-c1:last-child{
    margin-top: calc(100%/12);
  }

  .xl\:last\:mr-c1:last-child{
    margin-right: calc(100%/12);
  }

  .xl\:last\:mb-c1:last-child{
    margin-bottom: calc(100%/12);
  }

  .xl\:last\:ml-c1:last-child{
    margin-left: calc(100%/12);
  }

  .xl\:last\:mt-c2:last-child{
    margin-top: calc(100%/6);
  }

  .xl\:last\:mr-c2:last-child{
    margin-right: calc(100%/6);
  }

  .xl\:last\:mb-c2:last-child{
    margin-bottom: calc(100%/6);
  }

  .xl\:last\:ml-c2:last-child{
    margin-left: calc(100%/6);
  }

  .xl\:last\:mt-c3:last-child{
    margin-top: calc(100%/4);
  }

  .xl\:last\:mr-c3:last-child{
    margin-right: calc(100%/4);
  }

  .xl\:last\:mb-c3:last-child{
    margin-bottom: calc(100%/4);
  }

  .xl\:last\:ml-c3:last-child{
    margin-left: calc(100%/4);
  }

  .xl\:last\:-mt-1:last-child{
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child{
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child{
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child{
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child{
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child{
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child{
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child{
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child{
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child{
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child{
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child{
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child{
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child{
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child{
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child{
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child{
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child{
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child{
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child{
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child{
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child{
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child{
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child{
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child{
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child{
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child{
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child{
    margin-left: -2rem;
  }

  .xl\:last\:-mt-10:last-child{
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child{
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child{
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child{
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child{
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child{
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child{
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child{
    margin-left: -3rem;
  }

  .xl\:last\:-mt-16:last-child{
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child{
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child{
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child{
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child{
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child{
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child{
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child{
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child{
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child{
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child{
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child{
    margin-left: -6rem;
  }

  .xl\:last\:-mt-32:last-child{
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child{
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child{
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child{
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child{
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child{
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child{
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child{
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child{
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child{
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child{
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child{
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child{
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child{
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child{
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child{
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child{
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child{
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child{
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child{
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child{
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child{
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child{
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child{
    margin-left: -1px;
  }

  .xl\:last\:-mt-32px:last-child{
    margin-top: -32px;
  }

  .xl\:last\:-mr-32px:last-child{
    margin-right: -32px;
  }

  .xl\:last\:-mb-32px:last-child{
    margin-bottom: -32px;
  }

  .xl\:last\:-ml-32px:last-child{
    margin-left: -32px;
  }

  .xl\:last\:-mt-c1:last-child{
    margin-top: -8.33333%;
  }

  .xl\:last\:-mr-c1:last-child{
    margin-right: -8.33333%;
  }

  .xl\:last\:-mb-c1:last-child{
    margin-bottom: -8.33333%;
  }

  .xl\:last\:-ml-c1:last-child{
    margin-left: -8.33333%;
  }

  .xl\:last\:-mt-c2:last-child{
    margin-top: -16.66667%;
  }

  .xl\:last\:-mr-c2:last-child{
    margin-right: -16.66667%;
  }

  .xl\:last\:-mb-c2:last-child{
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-ml-c2:last-child{
    margin-left: -16.66667%;
  }

  .xl\:last\:-mt-c3:last-child{
    margin-top: -25%;
  }

  .xl\:last\:-mr-c3:last-child{
    margin-right: -25%;
  }

  .xl\:last\:-mb-c3:last-child{
    margin-bottom: -25%;
  }

  .xl\:last\:-ml-c3:last-child{
    margin-left: -25%;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-10{
    opacity: 0.1;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 0;
  }

  .xl\:focus\:outline-none:focus{
    outline: 0;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-32px{
    padding: 32px;
  }

  .xl\:p-c1{
    padding: calc(100%/12);
  }

  .xl\:p-c2{
    padding: calc(100%/6);
  }

  .xl\:p-c3{
    padding: calc(100%/4);
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-32px{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-32px{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-c1{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .xl\:px-c1{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .xl\:py-c2{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .xl\:px-c2{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .xl\:py-c3{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .xl\:px-c3{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pt-32px{
    padding-top: 32px;
  }

  .xl\:pr-32px{
    padding-right: 32px;
  }

  .xl\:pb-32px{
    padding-bottom: 32px;
  }

  .xl\:pl-32px{
    padding-left: 32px;
  }

  .xl\:pt-c1{
    padding-top: calc(100%/12);
  }

  .xl\:pr-c1{
    padding-right: calc(100%/12);
  }

  .xl\:pb-c1{
    padding-bottom: calc(100%/12);
  }

  .xl\:pl-c1{
    padding-left: calc(100%/12);
  }

  .xl\:pt-c2{
    padding-top: calc(100%/6);
  }

  .xl\:pr-c2{
    padding-right: calc(100%/6);
  }

  .xl\:pb-c2{
    padding-bottom: calc(100%/6);
  }

  .xl\:pl-c2{
    padding-left: calc(100%/6);
  }

  .xl\:pt-c3{
    padding-top: calc(100%/4);
  }

  .xl\:pr-c3{
    padding-right: calc(100%/4);
  }

  .xl\:pb-c3{
    padding-bottom: calc(100%/4);
  }

  .xl\:pl-c3{
    padding-left: calc(100%/4);
  }

  .xl\:last\:p-0:last-child{
    padding: 0;
  }

  .xl\:last\:p-1:last-child{
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child{
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child{
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child{
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child{
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child{
    padding: 1.5rem;
  }

  .xl\:last\:p-8:last-child{
    padding: 2rem;
  }

  .xl\:last\:p-10:last-child{
    padding: 2.5rem;
  }

  .xl\:last\:p-12:last-child{
    padding: 3rem;
  }

  .xl\:last\:p-16:last-child{
    padding: 4rem;
  }

  .xl\:last\:p-20:last-child{
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child{
    padding: 6rem;
  }

  .xl\:last\:p-32:last-child{
    padding: 8rem;
  }

  .xl\:last\:p-40:last-child{
    padding: 10rem;
  }

  .xl\:last\:p-48:last-child{
    padding: 12rem;
  }

  .xl\:last\:p-56:last-child{
    padding: 14rem;
  }

  .xl\:last\:p-64:last-child{
    padding: 16rem;
  }

  .xl\:last\:p-px:last-child{
    padding: 1px;
  }

  .xl\:last\:p-32px:last-child{
    padding: 32px;
  }

  .xl\:last\:p-c1:last-child{
    padding: calc(100%/12);
  }

  .xl\:last\:p-c2:last-child{
    padding: calc(100%/6);
  }

  .xl\:last\:p-c3:last-child{
    padding: calc(100%/4);
  }

  .xl\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-1:last-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-8:last-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-10:last-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-12:last-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-16:last-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-20:last-child{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-24:last-child{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-32:last-child{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-40:last-child{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-48:last-child{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-56:last-child{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-64:last-child{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-px:last-child{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:py-32px:last-child{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:last\:px-32px:last-child{
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:last\:py-c1:last-child{
    padding-top: calc(100%/12);
    padding-bottom: calc(100%/12);
  }

  .xl\:last\:px-c1:last-child{
    padding-left: calc(100%/12);
    padding-right: calc(100%/12);
  }

  .xl\:last\:py-c2:last-child{
    padding-top: calc(100%/6);
    padding-bottom: calc(100%/6);
  }

  .xl\:last\:px-c2:last-child{
    padding-left: calc(100%/6);
    padding-right: calc(100%/6);
  }

  .xl\:last\:py-c3:last-child{
    padding-top: calc(100%/4);
    padding-bottom: calc(100%/4);
  }

  .xl\:last\:px-c3:last-child{
    padding-left: calc(100%/4);
    padding-right: calc(100%/4);
  }

  .xl\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .xl\:last\:pt-1:last-child{
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child{
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child{
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child{
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child{
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child{
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child{
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child{
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child{
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child{
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child{
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child{
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child{
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child{
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child{
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child{
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child{
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child{
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child{
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child{
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child{
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child{
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child{
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child{
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-8:last-child{
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child{
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child{
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child{
    padding-left: 2rem;
  }

  .xl\:last\:pt-10:last-child{
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child{
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child{
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child{
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-12:last-child{
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child{
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child{
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child{
    padding-left: 3rem;
  }

  .xl\:last\:pt-16:last-child{
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child{
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child{
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child{
    padding-left: 4rem;
  }

  .xl\:last\:pt-20:last-child{
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child{
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child{
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child{
    padding-left: 5rem;
  }

  .xl\:last\:pt-24:last-child{
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child{
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child{
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child{
    padding-left: 6rem;
  }

  .xl\:last\:pt-32:last-child{
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child{
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child{
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child{
    padding-left: 8rem;
  }

  .xl\:last\:pt-40:last-child{
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child{
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child{
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child{
    padding-left: 10rem;
  }

  .xl\:last\:pt-48:last-child{
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child{
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child{
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child{
    padding-left: 12rem;
  }

  .xl\:last\:pt-56:last-child{
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child{
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child{
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child{
    padding-left: 14rem;
  }

  .xl\:last\:pt-64:last-child{
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child{
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child{
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child{
    padding-left: 16rem;
  }

  .xl\:last\:pt-px:last-child{
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child{
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child{
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child{
    padding-left: 1px;
  }

  .xl\:last\:pt-32px:last-child{
    padding-top: 32px;
  }

  .xl\:last\:pr-32px:last-child{
    padding-right: 32px;
  }

  .xl\:last\:pb-32px:last-child{
    padding-bottom: 32px;
  }

  .xl\:last\:pl-32px:last-child{
    padding-left: 32px;
  }

  .xl\:last\:pt-c1:last-child{
    padding-top: calc(100%/12);
  }

  .xl\:last\:pr-c1:last-child{
    padding-right: calc(100%/12);
  }

  .xl\:last\:pb-c1:last-child{
    padding-bottom: calc(100%/12);
  }

  .xl\:last\:pl-c1:last-child{
    padding-left: calc(100%/12);
  }

  .xl\:last\:pt-c2:last-child{
    padding-top: calc(100%/6);
  }

  .xl\:last\:pr-c2:last-child{
    padding-right: calc(100%/6);
  }

  .xl\:last\:pb-c2:last-child{
    padding-bottom: calc(100%/6);
  }

  .xl\:last\:pl-c2:last-child{
    padding-left: calc(100%/6);
  }

  .xl\:last\:pt-c3:last-child{
    padding-top: calc(100%/4);
  }

  .xl\:last\:pr-c3:last-child{
    padding-right: calc(100%/4);
  }

  .xl\:last\:pb-c3:last-child{
    padding-bottom: calc(100%/4);
  }

  .xl\:last\:pl-c3:last-child{
    padding-left: calc(100%/4);
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: #000;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: #000;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    color: #000;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: #000;
  }

  .xl\:placeholder-black::placeholder{
    color: #000;
  }

  .xl\:placeholder-black_transparent::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:placeholder-black_transparent::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:placeholder-black_transparent:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:placeholder-black_transparent::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:placeholder-black_transparent::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:placeholder-gray_transparent::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:placeholder-gray_transparent::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:placeholder-gray_transparent:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:placeholder-gray_transparent::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:placeholder-gray_transparent::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::placeholder{
    color: #fff;
  }

  .xl\:placeholder-gray-75::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:placeholder-gray-75::-moz-placeholder{
    color: #FCFDFD;
  }

  .xl\:placeholder-gray-75:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:placeholder-gray-75::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:placeholder-gray-75::placeholder{
    color: #FCFDFD;
  }

  .xl\:placeholder-gray-85::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:placeholder-gray-85::-moz-placeholder{
    color: #FAFAFB;
  }

  .xl\:placeholder-gray-85:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:placeholder-gray-85::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:placeholder-gray-85::placeholder{
    color: #FAFAFB;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    color: #f9f9f9;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:placeholder-gray-100::placeholder{
    color: #f9f9f9;
  }

  .xl\:placeholder-gray-150::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:placeholder-gray-150::-moz-placeholder{
    color: #F2F3F4;
  }

  .xl\:placeholder-gray-150:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:placeholder-gray-150::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:placeholder-gray-150::placeholder{
    color: #F2F3F4;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    color: #f1f3f5;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:placeholder-gray-200::placeholder{
    color: #f1f3f5;
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    color: #e5e8eb;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:placeholder-gray-300::placeholder{
    color: #e5e8eb;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder{
    color: #575756;
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    color: #575756;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    color: #575756;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder{
    color: #575756;
  }

  .xl\:placeholder-gray-400::placeholder{
    color: #575756;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    color: #ccd3d8;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:placeholder-gray-500::placeholder{
    color: #ccd3d8;
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder{
    color: #869098;
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    color: #869098;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    color: #869098;
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder{
    color: #869098;
  }

  .xl\:placeholder-gray-700::placeholder{
    color: #869098;
  }

  .xl\:placeholder-red-500::-webkit-input-placeholder{
    color: #e2000f;
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    color: #e2000f;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    color: #e2000f;
  }

  .xl\:placeholder-red-500::-ms-input-placeholder{
    color: #e2000f;
  }

  .xl\:placeholder-red-500::placeholder{
    color: #e2000f;
  }

  .xl\:placeholder-red-600::-webkit-input-placeholder{
    color: #b6000f;
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    color: #b6000f;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder{
    color: #b6000f;
  }

  .xl\:placeholder-red-600::-ms-input-placeholder{
    color: #b6000f;
  }

  .xl\:placeholder-red-600::placeholder{
    color: #b6000f;
  }

  .xl\:placeholder-red-800::-webkit-input-placeholder{
    color: #A3000d;
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    color: #A3000d;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder{
    color: #A3000d;
  }

  .xl\:placeholder-red-800::-ms-input-placeholder{
    color: #A3000d;
  }

  .xl\:placeholder-red-800::placeholder{
    color: #A3000d;
  }

  .xl\:placeholder-red-900::-webkit-input-placeholder{
    color: #91000C;
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    color: #91000C;
  }

  .xl\:placeholder-red-900:-ms-input-placeholder{
    color: #91000C;
  }

  .xl\:placeholder-red-900::-ms-input-placeholder{
    color: #91000C;
  }

  .xl\:placeholder-red-900::placeholder{
    color: #91000C;
  }

  .xl\:placeholder-green::-webkit-input-placeholder{
    color: #4bac38;
  }

  .xl\:placeholder-green::-moz-placeholder{
    color: #4bac38;
  }

  .xl\:placeholder-green:-ms-input-placeholder{
    color: #4bac38;
  }

  .xl\:placeholder-green::-ms-input-placeholder{
    color: #4bac38;
  }

  .xl\:placeholder-green::placeholder{
    color: #4bac38;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    color: #1f61a3;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    color: #1f61a3;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder{
    color: #1f61a3;
  }

  .xl\:placeholder-blue-500::placeholder{
    color: #1f61a3;
  }

  .xl\:placeholder-blue-600::-webkit-input-placeholder{
    color: #34495e;
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    color: #34495e;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    color: #34495e;
  }

  .xl\:placeholder-blue-600::-ms-input-placeholder{
    color: #34495e;
  }

  .xl\:placeholder-blue-600::placeholder{
    color: #34495e;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: #000;
  }

  .xl\:focus\:placeholder-black_transparent:focus::-webkit-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:placeholder-black_transparent:focus::-moz-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:placeholder-black_transparent:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:placeholder-black_transparent:focus::-ms-input-placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:placeholder-black_transparent:focus::placeholder{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:placeholder-gray_transparent:focus::-webkit-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:placeholder-gray_transparent:focus::-moz-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:placeholder-gray_transparent:focus:-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:placeholder-gray_transparent:focus::-ms-input-placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:placeholder-gray_transparent:focus::placeholder{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-gray-75:focus::-webkit-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:focus\:placeholder-gray-75:focus::-moz-placeholder{
    color: #FCFDFD;
  }

  .xl\:focus\:placeholder-gray-75:focus:-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:focus\:placeholder-gray-75:focus::-ms-input-placeholder{
    color: #FCFDFD;
  }

  .xl\:focus\:placeholder-gray-75:focus::placeholder{
    color: #FCFDFD;
  }

  .xl\:focus\:placeholder-gray-85:focus::-webkit-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:focus\:placeholder-gray-85:focus::-moz-placeholder{
    color: #FAFAFB;
  }

  .xl\:focus\:placeholder-gray-85:focus:-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:focus\:placeholder-gray-85:focus::-ms-input-placeholder{
    color: #FAFAFB;
  }

  .xl\:focus\:placeholder-gray-85:focus::placeholder{
    color: #FAFAFB;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f9f9f9;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f9f9f9;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f9f9f9;
  }

  .xl\:focus\:placeholder-gray-150:focus::-webkit-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:focus\:placeholder-gray-150:focus::-moz-placeholder{
    color: #F2F3F4;
  }

  .xl\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:focus\:placeholder-gray-150:focus::-ms-input-placeholder{
    color: #F2F3F4;
  }

  .xl\:focus\:placeholder-gray-150:focus::placeholder{
    color: #F2F3F4;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #f1f3f5;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #f1f3f5;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    color: #f1f3f5;
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e5e8eb;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e5e8eb;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e5e8eb;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #575756;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #575756;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #575756;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #575756;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    color: #575756;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #ccd3d8;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #ccd3d8;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    color: #ccd3d8;
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #869098;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #869098;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #869098;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #869098;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    color: #869098;
  }

  .xl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #e2000f;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #e2000f;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e2000f;
  }

  .xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #e2000f;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    color: #e2000f;
  }

  .xl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #b6000f;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #b6000f;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #b6000f;
  }

  .xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #b6000f;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    color: #b6000f;
  }

  .xl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #A3000d;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #A3000d;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #A3000d;
  }

  .xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #A3000d;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    color: #A3000d;
  }

  .xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #91000C;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #91000C;
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #91000C;
  }

  .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #91000C;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    color: #91000C;
  }

  .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #4bac38;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #4bac38;
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #4bac38;
  }

  .xl\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #4bac38;
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    color: #4bac38;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #1f61a3;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #1f61a3;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #1f61a3;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #1f61a3;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    color: #1f61a3;
  }

  .xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #34495e;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #34495e;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #34495e;
  }

  .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #34495e;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    color: #34495e;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xl\:shadow-md{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xl\:shadow-lg{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xl\:shadow-xl{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xl\:shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:shadow-xl:hover{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus{
    box-shadow: 0 2px 4px #e5e8eb;
  }

  .xl\:focus\:shadow-md:focus{
    box-shadow: 0 2px 20px #ccd3d8;
  }

  .xl\:focus\:shadow-lg:focus{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:shadow-xl:focus{
    box-shadow: 0 6px 16px rgba(22, 24, 26, 0.04);
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-black{
    color: #000;
  }

  .xl\:text-black_transparent{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:text-gray_transparent{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:text-white{
    color: #fff;
  }

  .xl\:text-gray-75{
    color: #FCFDFD;
  }

  .xl\:text-gray-85{
    color: #FAFAFB;
  }

  .xl\:text-gray-100{
    color: #f9f9f9;
  }

  .xl\:text-gray-150{
    color: #F2F3F4;
  }

  .xl\:text-gray-200{
    color: #f1f3f5;
  }

  .xl\:text-gray-300{
    color: #e5e8eb;
  }

  .xl\:text-gray-400{
    color: #575756;
  }

  .xl\:text-gray-500{
    color: #ccd3d8;
  }

  .xl\:text-gray-700{
    color: #869098;
  }

  .xl\:text-red-500{
    color: #e2000f;
  }

  .xl\:text-red-600{
    color: #b6000f;
  }

  .xl\:text-red-800{
    color: #A3000d;
  }

  .xl\:text-red-900{
    color: #91000C;
  }

  .xl\:text-green{
    color: #4bac38;
  }

  .xl\:text-blue-500{
    color: #1f61a3;
  }

  .xl\:text-blue-600{
    color: #34495e;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-black:hover{
    color: #000;
  }

  .xl\:hover\:text-black_transparent:hover{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:hover\:text-gray_transparent:hover{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:hover\:text-white:hover{
    color: #fff;
  }

  .xl\:hover\:text-gray-75:hover{
    color: #FCFDFD;
  }

  .xl\:hover\:text-gray-85:hover{
    color: #FAFAFB;
  }

  .xl\:hover\:text-gray-100:hover{
    color: #f9f9f9;
  }

  .xl\:hover\:text-gray-150:hover{
    color: #F2F3F4;
  }

  .xl\:hover\:text-gray-200:hover{
    color: #f1f3f5;
  }

  .xl\:hover\:text-gray-300:hover{
    color: #e5e8eb;
  }

  .xl\:hover\:text-gray-400:hover{
    color: #575756;
  }

  .xl\:hover\:text-gray-500:hover{
    color: #ccd3d8;
  }

  .xl\:hover\:text-gray-700:hover{
    color: #869098;
  }

  .xl\:hover\:text-red-500:hover{
    color: #e2000f;
  }

  .xl\:hover\:text-red-600:hover{
    color: #b6000f;
  }

  .xl\:hover\:text-red-800:hover{
    color: #A3000d;
  }

  .xl\:hover\:text-red-900:hover{
    color: #91000C;
  }

  .xl\:hover\:text-green:hover{
    color: #4bac38;
  }

  .xl\:hover\:text-blue-500:hover{
    color: #1f61a3;
  }

  .xl\:hover\:text-blue-600:hover{
    color: #34495e;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-black:focus{
    color: #000;
  }

  .xl\:focus\:text-black_transparent:focus{
    color: rgba(0, 0, 0, .32);
  }

  .xl\:focus\:text-gray_transparent:focus{
    color: rgba(229, 232, 235, 0.3);
  }

  .xl\:focus\:text-white:focus{
    color: #fff;
  }

  .xl\:focus\:text-gray-75:focus{
    color: #FCFDFD;
  }

  .xl\:focus\:text-gray-85:focus{
    color: #FAFAFB;
  }

  .xl\:focus\:text-gray-100:focus{
    color: #f9f9f9;
  }

  .xl\:focus\:text-gray-150:focus{
    color: #F2F3F4;
  }

  .xl\:focus\:text-gray-200:focus{
    color: #f1f3f5;
  }

  .xl\:focus\:text-gray-300:focus{
    color: #e5e8eb;
  }

  .xl\:focus\:text-gray-400:focus{
    color: #575756;
  }

  .xl\:focus\:text-gray-500:focus{
    color: #ccd3d8;
  }

  .xl\:focus\:text-gray-700:focus{
    color: #869098;
  }

  .xl\:focus\:text-red-500:focus{
    color: #e2000f;
  }

  .xl\:focus\:text-red-600:focus{
    color: #b6000f;
  }

  .xl\:focus\:text-red-800:focus{
    color: #A3000d;
  }

  .xl\:focus\:text-red-900:focus{
    color: #91000C;
  }

  .xl\:focus\:text-green:focus{
    color: #4bac38;
  }

  .xl\:focus\:text-blue-500:focus{
    color: #1f61a3;
  }

  .xl\:focus\:text-blue-600:focus{
    color: #34495e;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-lg{
    font-size: 1.25rem;
  }

  .xl\:text-xl{
    font-size: 1.5rem;
  }

  .xl\:text-2xl{
    font-size: 1.75rem;
  }

  .xl\:text-3xl{
    font-size: 2.625rem;
  }

  .xl\:text-4xl{
    font-size: 4rem;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.5px;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-32px{
    width: 32px;
  }

  .xl\:w-c1{
    width: calc(100%/12);
  }

  .xl\:w-c2{
    width: calc(100%/6);
  }

  .xl\:w-c3{
    width: calc(100%/4);
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:z-n10{
    z-index: -10;
  }

  .xl\:container-fluid{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .xl\:col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .xl\:col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .xl\:col-1{
    flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }

  .xl\:col-2{
    flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }

  .xl\:col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xl\:col-4{
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }

  .xl\:col-5{
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }

  .xl\:col-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xl\:col-7{
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }

  .xl\:col-8{
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }

  .xl\:col-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xl\:col-10{
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }

  .xl\:col-11{
    flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }

  .xl\:col-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xl\:order-first{
    order: -1;
  }

  .xl\:order-last{
    order: 13;
  }

  .xl\:order-0{
    order: 0;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:offset-0{
    margin-left: 0%;
  }

  .xl\:offset-1{
    margin-left: 8.333333333333334%;
  }

  .xl\:offset-2{
    margin-left: 16.666666666666668%;
  }

  .xl\:offset-3{
    margin-left: 25%;
  }

  .xl\:offset-4{
    margin-left: 33.333333333333336%;
  }

  .xl\:offset-5{
    margin-left: 41.66666666666667%;
  }

  .xl\:offset-6{
    margin-left: 50%;
  }

  .xl\:offset-7{
    margin-left: 58.333333333333336%;
  }

  .xl\:offset-8{
    margin-left: 66.66666666666667%;
  }

  .xl\:offset-9{
    margin-left: 75%;
  }

  .xl\:offset-10{
    margin-left: 83.33333333333334%;
  }

  .xl\:offset-11{
    margin-left: 91.66666666666667%;
  }
}

/*# sourceMappingURL=app.css.map */
