@charset "UTF-8";

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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: .35em .75em .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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * 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 {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 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: rgb(220, 220, 220);
}

/**
 * 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;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

/**
 * Vendor
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/**
 * Core variables and mixins
 */

/**
 * Import
 */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
  input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
  .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
  .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 52.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: .25rem .25rem 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: .25rem;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: .25rem;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: .25rem .25rem 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: .25rem;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: .25rem;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: .25rem;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: .25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -0.75rem;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -0.75rem;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -0.75rem;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -0.75rem;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: .25rem;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Fontawesome-fonts
 * @see https://fortawesome.github.io/Font-Awesome/
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/**
 * Slick carousel
 */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick:not(.slick-initialized) {
  display: none;
}

.slick-arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  color: rgb(220, 220, 220);
  transition: all .125s ease-in-out;
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - (50px/2));
  z-index: 1;
  fill: currentColor;
}

.slick-arrow:before {
  color: rgb(220, 220, 220);
  display: block;
  position: absolute;
  height: 15px;
  width: 10px;
}

.slick-prev {
  left: 15px;
}

@media (min-width: 768px) {
  .slick-prev {
    left: 30px;
  }
}

.slick-prev:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" viewBox="0 0 300 452" class="fill-current" style="fill:rgb(220,220,220)"><path d="M11.424,203.554l194.287,-194.28c12.359,-12.365 32.397,-12.365 44.75,0c12.354,12.353 12.354,32.391 0,44.744l-171.914,171.908l171.909,171.903c12.354,12.359 12.354,32.394 0,44.748c-12.354,12.359 -32.391,12.359 -44.75,0l-194.287,-194.284c-6.177,-6.18 -9.262,-14.271 -9.262,-22.366c0,-8.099 3.091,-16.196 9.267,-22.373Z"/></svg>');
}

.slick-next {
  right: 15px;
}

@media (min-width: 768px) {
  .slick-next {
    right: 30px;
  }
}

.slick-next:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" viewBox="0 0 262 452" class="fill-current" style="fill:rgb(220,220,220)"><path d="M250.46,248.292l-194.287,194.281c-12.359,12.365 -32.397,12.365 -44.75,0c-12.354,-12.354 -12.354,-32.391 0,-44.744l171.914,-171.909l-171.909,-171.903c-12.354,-12.359 -12.354,-32.394 0,-44.748c12.354,-12.359 32.391,-12.359 44.75,0l194.287,194.284c6.177,6.18 9.262,14.271 9.262,22.366c0,8.099 -3.091,16.196 -9.267,22.373Z"/></svg>');
}

@media (min-width: 1350px) {
  .slick--partner .slick-prev,
  .slick--crossseller .slick-prev {
    left: -40px;
  }
}

@media (min-width: 1350px) {
  .slick--partner .slick-next,
  .slick--crossseller .slick-next {
    right: -40px;
  }
}

.slick-dots {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li > button {
  border-radius: 9999px;
  background-color: rgb(150, 200, 220);
  border: none;
  font-size: 0;
  height: 10px;
  width: 10px;
}

.slick-dots > li:not(:last-child) > button {
  margin-right: 8px;
}

.slick-dots > li.slick-active button {
  background-color: rgb(20, 110, 170);
}

.slick-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
}

@media (min-width: 768px) {
  .slick-caption {
    bottom: 30px;
    left: 30px;
  }
}

.slick-caption__head {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px;
}

@media (min-width: 768px) {
  .slick-caption__head {
    font-size: 24px;
  }
}

.slick-caption__content {
  background-color: rgba(255, 255, 255, .9);
  color: rgb(40, 40, 40);
  padding: 15px;
}

.slider-brand__item {
  height: 150px;
}

.slick--crossseller .slick-track {
  height: 600px;
}

@media (min-width: 1200px) {
  .slick--crossseller .slick-track {
    height: 700px;
  }
}

.slick--crossseller .slick-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
}

.slick--crossseller .slick-slide > div,
.slick--crossseller .slick-slide > div > div {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

/**
 * Components
 */

/**
 * Base
 */

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: rgb(245, 245, 245);
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

input:focus,
button:focus {
  outline: none;
}

.custome-bg {
  background: linear-gradient(0deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .72) 100%), var(--Project-Colors-Sec, #1dc06d);
}

.font-medium {
  font-weight: 500 !important;
}

.terminal-hero {
  padding-block: 80px;
}

@media all and (max-width: 769px) {
  .terminal-hero {
    padding-bottom: 32px;
  }
}

.terminal-hero a:hover {
  text-decoration: none;
}

@media all and (max-width: 769px) {
  #slideshow_terminal .slick-slide {
    margin-right: 8px !important;
  }
}

#slideshow_terminal .slideshow_terminal_slide div {
  padding: 24px;
  bottom: 24px;
  height: 242px;
}

@media all and (max-width: 769px) {
  #slideshow_terminal .slideshow_terminal_slide div {
    height: auto;
    bottom: 0;
  }
}

.terminal-benefits {
  padding-bottom: 80px;
}

@media all and (max-width: 769px) {
  .terminal-benefits {
    padding-bottom: 64px;
  }
}

@media all and (max-width: 769px) {
  .terminal-benefits img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.terminal-benefits .step {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media all and (max-width: 769px) {
  .terminal-benefits .step {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal_table .custom-table {
  padding: 24px;
  width: 100%;
  border-radius: 8px;
}

.terminal_table .custom-table-column > span {
  border-bottom: 1px solid rgba(22, 90, 145, .2);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 120px;
  width: 100%;
}

.terminal_table .custom-table-column > span:last-child {
  border: none;
  height: 200px;
  padding-top: 30px;
}

.terminal_table .custom-table-column > span:first-child {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.terminal_table .custom-table button {
  background-color: #0c4471;
  color: white;
  padding: 12px 19px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 24px;
}

.terminal_table .slick-prev {
  display: none !important;
}

.terminal_table .slick-next {
  border-radius: 50% !important;
  display: -webkit-flex !important;
  display: flex !important;
  right: -30px !important;
  border: 4px solid white !important;
}

.equal-height-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.equal-height-row > [class*="col-"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 769px) {
  .equal-height-row > [class*="col-"] {
    margin-bottom: 8px;
  }
}

/**
 * Montserrat
 */

/* Montserrat regular */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}

/* Montserrat bold */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

/**
 * Roboto
 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/Roboto-Bold.ttf");
}

/**
 * Headings
 */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 h6,
  .h6 {
    font-size: 22px;
  }
}

/**
 * Paragraph
 */

p {
  margin-bottom: 15px;
}

/**
 * List
 */

ul {
  padding-left: 15px;
}

.checkmark,
.checkmark-html ul {
  list-style: none;
}

.checkmark li,
.checkmark-html ul li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}

.checkmark li:before,
.checkmark-html ul li:before {
  content: url(../img/checkmark.svg);
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

/**
 * Links
 */

.link {
  border-bottom: 1px solid transparent;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom-width: 1px;
}

.link--white:hover {
  border-color: #fff;
}

.link--black:hover {
  border-color: rgb(40, 40, 40);
}

.link--primary {
  color: rgb(20, 110, 170);
}

.link--primary:hover {
  color: rgb(20, 110, 170);
  border-color: rgb(20, 110, 170);
}

.link--primary-light:hover {
  border-color: rgb(150, 200, 220);
}

.text--green {
  color: #219301;
}

.text--red {
  color: #af1111;
}

/**
 * Button colors mixin
 */

/**
 * Button base
 */

.button {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 0;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  text-align: center;
  transition: all .125s ease-in-out;
  height: 42px;
}

@media (min-width: 576px) {
  .button {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.button:hover,
.button:focus {
  text-decoration: none;
  border-width: 0;
}

.button:active {
  text-decoration: none;
}

/**
 * Button color variations
 */

.button--default {
  border-radius: .25rem;
  color: rgb(40, 40, 40);
  background: rgb(175, 175, 175);
}

.button--default:hover,
.button--default:focus {
  color: rgb(40, 40, 40);
  background: rgb(175, 175, 175);
  box-shadow: 0 0 20px 0 rgb(175, 175, 175);
}

.button--default:active {
  color: #fff;
  background: rgb(175, 175, 175);
  box-shadow: 0 0 20px 0 rgb(175, 175, 175);
}

.button--primary {
  border-radius: .25rem;
  color: #fff;
  background: rgb(20, 110, 170);
}

.button--primary:hover,
.button--primary:focus {
  color: #fff;
  background: rgb(20, 110, 170);
  box-shadow: 0 0 20px 0 rgb(20, 110, 170);
}

.button--primary:active {
  color: #fff;
  background: rgb(20, 110, 170);
  box-shadow: 0 0 20px 0 rgb(20, 110, 170);
}

.button--primary-light {
  color: #fff;
  background: rgb(150, 200, 220);
}

.button--primary-light:hover,
.button--primary-light:focus {
  color: #fff;
  background: rgb(150, 200, 220);
  box-shadow: 0 0 20px 0 rgb(150, 200, 220);
}

.button--primary-light:active {
  color: #fff;
  background: rgb(150, 200, 220);
  box-shadow: 0 0 20px 0 rgb(150, 200, 220);
}

.button--secondary {
  border-radius: .25rem;
  color: rgb(40, 40, 40);
  background: rgb(20, 200, 115);
}

.button--secondary:hover,
.button--secondary:focus {
  color: rgb(40, 40, 40);
  background: rgb(20, 200, 115);
  box-shadow: 0 0 20px 0 rgb(20, 200, 115);
}

.button--secondary:active {
  color: #fff;
  background: rgb(20, 200, 115);
  box-shadow: 0 0 20px 0 rgb(20, 200, 115);
}

.header--sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nav-slideout {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nav-slideout--with-product {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 992px) {
  .nav-slideout--with-product {
    -webkit-transform: translateY(calc(-100% + 100px));
            transform: translateY(calc(-100% + 100px));
  }
}

.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/**
 * Nav
 */

.nav ul {
  margin-bottom: 0;
}

.nav .level-1 > li:not(:last-child) {
  margin-right: 15px;
}

.nav li > ul {
  opacity: 0;
  display: none;
}

.nav li:hover > ul {
  opacity: 1;
  display: block;
}

.nav--inline li {
  display: inline-block;
}

.nav--header a {
  color: #fff;
}

/**
 * Nav slideout
 */

.o-nav__level--1 > li:not(:last-child) {
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(235, 235, 235);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.o-nav__level--1 > li > a {
  font-weight: 700;
}

.o-nav__level--2 li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

/**
 * Speedfinder
 */

.speedfinder__search-button {
  background-color: rgb(235, 235, 235);
}

.speedfinder__input:focus + .speedfinder__search-button {
  background-color: #fff;
}

/**
 * Index grid
 */

.index-grid > :hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  background: rgb(20, 110, 170);
}

@media (max-width: calc(576px - 1px)) {
  .index-grid > :not(:last-child) {
    border-bottom: 1px solid rgb(20, 110, 170);
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .index-grid > :nth-child(even) {
    border-left: 1px solid rgb(20, 110, 170);
  }

  .index-grid > :nth-child(n+3) {
    border-top: 1px solid rgb(20, 110, 170);
  }
}

@media (min-width: 768px) {
  .index-grid > :nth-child(n+4) {
    border-top: 1px solid rgb(20, 110, 170);
  }

  .index-grid > :nth-child(3n+2) {
    border-right: 1px solid rgb(20, 110, 170);
    border-left: 1px solid rgb(20, 110, 170);
  }
}

/**
 * Header
 */

.header--blur {
  position: relative;
  z-index: 10;
}

.header--blur:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 110%;
  height: 150px;
  background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

/**
 * Slider
 */

.slider-pagination__dot {
  border-radius: 9999px;
  background: rgb(150, 200, 220);
  width: 10px;
  height: 10px;
}

.slider-pagination__dot:not(:last-child) {
  margin-right: 5px;
}

.slider-pagination__dot--active {
  background: rgb(20, 110, 170);
}

/**
 * News
 */

.news__image {
  position: relative;
  overflow: hidden;
}

.news__image img {
  transition: all .4s ease-in-out;
}

.news__image:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.news__image:hover .news__read-more {
  margin-bottom: 0;
}

.news__read-more {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -30px;
  background-color: #fff;
  height: 3rem;
  color: #fff;
  background-color: rgb(40, 40, 40);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: all .4s ease-in-out;
}

/**
 * svg
 */

.svg .svg__fill {
  opacity: 0;
}

.svg:hover > .svg__fill {
  opacity: 1;
}

/**
 * forms
 */

.form-horizontal .control-label {
  margin-bottom: 5px;
  padding-top: 10px;
}

label {
  font-weight: 400;
}

.no-resize {
  resize: none;
}

/**
 * Produkte-Page
 */

.product-offer__content ul {
  list-style: none;
  padding: 0;
  color: rgb(40, 40, 40);
}

.product-offer:not(:last-child) .product-offer__content {
  border-right-width: 1px;
  border-color: rgb(235, 235, 235);
}

/**
 * Sidebar
 */

.selected > ul {
  margin-left: 15px;
}

/**
 * Consulting
 */

.consulting {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 992px) {
  .consulting {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1500px) {
  .consulting {
    padding: 0;
  }
}

@media (max-width: 1500px) {
  .consulting__image {
    position: absolute;
  }
}

/**
 * Features
 */

.features__link {
  width: 100%;
  display: block;
  padding: 15px;
  transition: all .125s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.features__link:hover {
  color: #fff;
  background: rgb(20, 110, 170);
}

.features__link.active {
  color: #fff;
  background: rgb(20, 110, 170);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

modal {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.wacg-modal__container {
  z-index: 100;
}

.wacg-modal {
  max-width: 800px;
  width: calc(100% - 30px);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .25);
  margin-top: 10%;
}

.modal__head {
  padding-right: 40px;
}

.modal__body {
  overflow: auto;
  max-height: 70vh;
}

.modal__close {
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  width: 40px;
}

.wacg-search {
  z-index: 12;
  padding-right: 0;
}

.wacg-search h3 {
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.wacg-search__results {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  border-radius: .25rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 130px);
  padding-top: 5px;
  margin-top: 37px;
}

@media (min-width: 768px) {
  .wacg-search__results {
    max-height: initial;
    overflow: hidden;
  }
}

.wacg-search--products-only {
  position: relative;
}

.wacg-search--products-only .wacg-search__results {
  width: 100%;
}

.wacg-search__result-block ul {
  padding-left: 0;
}

.wacg-search__result-block ul li {
  margin-bottom: 10px;
  list-style: none;
}

.wacg-search__result--pushed {
  background-color: #eff9ff;
}

.wacg-search__result-block ul li a {
  font-weight: 500;
}

.wacg-search__result-block ul li a:hover {
  text-decoration: underline;
}

.wacg-search__results__container {
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .wacg-search__results__container {
    padding: 0 40px 40px;
  }
}

.wacg-search__results__close {
  padding: 10px;
  height: 40px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  display: block;
  float: right;
  background-color: #eee;
  cursor: pointer;
}

.wacg-search__results__close span {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 768px) {
  .wacg-search__result-block {
    overflow-y: auto;
    max-height: 400px;
  }
}

.wacg-search__result--no-result {
  color: #000;
  font-weight: 500;
}

.bg-pharmatechnik-blue {
  background-color: #75bada !important;
}

.bg-pharmatechnik-blue-light {
  background-color: #e3f2f8 !important;
}

.bg-pharmatechnik-blue-dark {
  background-color: #22355d !important;
}

.bg-pharmatechnik-purple {
  background-color: #aa1f7e !important;
}

.text-pharmatechnik-blue {
  color: #75bada !important;
}

.text-pharmatechnik-blue-light {
  color: #e3f2f8 !important;
}

.text-pharmatechnik-blue-dark {
  color: #22355d !important;
}

.text-pharmatechnik-purple {
  color: #aa1f7e !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-scroll-box {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px 20px;
  background: #fff;
  font-size: .8em;
}

/*.table
{
  width: 100%;
}

.table td, .table th
{
  padding: 5px 15px;
}

td.notice .fa
{
  font-size: 3.5rem;
}*/

table.table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ddd;
}

table.table.orderdetail-sum-table {
  border-top: 0;
}

table.table.table--striped-rows tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

table.table thead tr th {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

table.table thead tr {
  height: 60px;
  background: #146eaa;
}

table.table th,
table.table td {
  padding: 10px;
}

table.table.table-small th,
table.table.table-small td {
  padding: 5px;
}

table.table th:first-child,
table.table td:first-child {
  padding-left: 20px;
}

/* TICKET SYSTEM */

#ticketTable tbody td:nth-child(4) {
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-box {
  background-color: white;
  border: 2px solid #eef1f6;
}

.ticket-header {
  padding: 15px;
  background-color: #146eaa;
  margin-bottom: 15px;
}

.ticket-header,
.ticket-header a,
.ticket-header i {
  color: white;
}

.ticket-email-header {
  color: #146eaa;
  font-weight: bold;
  margin: 0;
}

.ticket-email-header p {
  margin: 0;
}

.ticket-email {
  padding: 15px;
  background-color: white;
  border: 1px solid #eef1f6;
  max-height: 500px;
  height: inherit;
  overflow-y: auto;
  margin: 15px;
}

.reply-email-box {
  padding: 15px;
}

#reply-email-box {
  display: none;
  padding: 15px;
  padding-bottom: 20px;
}

.email-attachment {
  display: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  background-color: #fff;
  padding: 10px;
}

div.table {
  display: table;
}

div.table .file-row {
  display: table-row;
}

div.table .file-row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
}

div.table .file-row:nth-child(odd) {
  background: #f9f9f9;
}

#total-progress {
  opacity: 0;
  transition: opacity .3s linear;
}

#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity .3s linear;
}

#previews .file-row .delete {
  display: none;
}

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
  display: none;
}

#previews .file-row.dz-success .delete {
  display: block;
}

.dataTables_filter input {
  border: 1px solid #ccc !important;
  padding: 5px;
}

.dataTables_filter {
  float: left !important;
  margin-top: 10px;
}

.dataTables_info {
  float: right !important;
}

/* TICKET SYSTEM */

/*
 * Namespace: DTS (DataTables Scroller)
 */

div.DTS tbody th,
div.DTS tbody td {
  /*white-space: nowrap;*/
}

div.DTS tbody tr.even {
  background-color: white;
}

div.DTS div.DTS_Loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  z-index: 1;
  border: 1px solid #999;
  padding: 20px 0;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, .5);
}

div.DTS div.dataTables_scrollHead,
div.DTS div.dataTables_scrollFoot {
  background-color: white;
}

div.DTS div.dataTables_scrollBody {
  z-index: 2;
}

div.DTS div.dataTables_scroll {
  background: url("../img/design/icons/datatables/loading-background.png") repeat 0 0;
}

.dataTables_filter input {
  border: 1px solid #ccc !important;
  padding: 5px;
}

.dataTables_filter {
  float: left !important;
  margin-top: 10px;
}

.dataTables_info {
  float: right !important;
}

table {
  font-size: 13px;
}

#example tbody td:nth-child(1) {
  overflow: hidden;
  max-width: 350px;
}

#example tbody td:nth-child(2) {
  overflow: hidden;
  max-width: 350px;
}

#example tbody td:nth-child(3) {
  text-align: right;
  padding-right: 15px;
}

#example tbody td:nth-child(4) {
  text-align: right;
  padding-right: 15px;
}

#example tbody td:nth-child(5) {
  text-align: right;
  padding-right: 15px;
}

#example tbody td:nth-child(6) {
  text-align: right;
  padding-right: 15px;
}

#example tbody td:nth-child(7) {
  text-align: right;
  padding-right: 15px;
}

#example tbody td:nth-child(8) {
  text-align: right;
  padding-right: 15px;
}

#campaigns tbody td:nth-child(1) {
  text-align: center;
}

#campaigns tbody td:nth-child(7) {
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataTables_scrollHead {
  background: linear-gradient(320deg, #146eaa 0%, #14558c 100%);
}

.dataTables_scrollBody,
.dataTables_scrollHead {
  border: 1px solid gainsboro;
}

.no-border {
  border: none !important;
}

#ticketTable_filter input {
  border-radius: .25rem !important;
  padding: 9px !important;
  margin-bottom: 10px !important;
  width: 270px;
}

.dataTables_filter {
  margin-top: 0 !important;
  float: right !important;
}

.dataTables_info {
  padding: 6px;
}

.fileinput-button {
  cursor: pointer;
}

.sort-able {
  cursor: pointer;
  position: relative;
}

th.sort-able::after {
  font-family: FontAwesome;
  content: "\f0dc";
  position: absolute;
  right: 1px;
  color: #fff;
}

th.sort-able.sorting_asc::after {
  content: "\f0d8";
}

th.sort-able.sorting_desc::after {
  content: "\f0d7";
}

.radio-label {
  border: 1px solid #dfdfdf;
  padding: 10px;
}

.easy-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.easy-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity .3s;
  width: 240px;
}

.easy-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.appointment-banner {
  z-index: 40;
  text-orientation: mixed;
  position: fixed;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 20px 15px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  text-shadow: 1px 1px 10px #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .appointment-banner {
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: auto;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
    right: 0;
    top: 400px;
    bottom: auto;
    padding: 20px 20px 20px 10px;
  }
}

.appointment-banner-text {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .appointment-banner-text {
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    height: 322px;
    margin-right: 6px;
  }
}

.appointment-banner-svg {
  display: none;
}

@media (min-width: 768px) {
  .appointment-banner-svg {
    float: left;
    display: block;
  }
}

.features-container {
  /* Optional: Add a custom indicator using ::after pseudo-element */
}

.features-container details > summary {
  list-style: none;
  /* Removes the default marker */
  margin-bottom: 20px;
  border-radius: .25rem;
  overflow: hidden;
}

.features-container details[open] summary ~ * {
  -webkit-animation: sweep .5s ease-in-out;
          animation: sweep .5s ease-in-out;
}

.features-container details[open] > summary::after {
  content: '▼';
  /* Example content for open state */
  font-size: 2.5rem;
  color: white;
  position: absolute;
  top: 5px;
  right: 12px;
}

.features-container details:not([open]) > summary::after {
  content: '▶';
  /* Example content for closed state */
  font-size: 2.5rem;
  color: white;
  position: absolute;
  top: 5px;
  right: 12px;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

.preloader-wrapper {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 8px;
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
          animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.active .spinner-layer {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

.dropdownForm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.automatonNavigation_1 {
  counter-reset: step;
  list-style-type: none;
}

.automatonNavigation_1 li::before {
  content: counter(step) ". ";
  counter-increment: step;
}

.automatonNavigation_2 {
  counter-reset: subStep;
  list-style-type: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.automatonNavigation_2 li::before {
  content: counter(step) "." counter(subStep) " ";
  counter-increment: subStep;
}

label#fileUpload {
  margin-bottom: 15px;
}

label#fileUpload.button--primary,
button#logo_form_submit.button--primary {
  padding: 10px;
}

.fa-question-circle {
  margin-left: 5px;
}

.fa-question-circle-o,
.fa-flag-o {
  margin-left: 5px;
  color: #146eaa;
  font-size: 15pt;
  cursor: pointer;
}

.fa-question-circle-o:hover,
.fa-flag-o:hover {
  color: #5d99c4;
}

.fa-pencil-square-o {
  color: #146eaa;
  font-size: 13pt;
  float: right;
  cursor: pointer;
  text-decoration: none;
}

.fa-pencil-square-o:hover {
  color: #5d99c4;
}

.fa.fa-trash-o {
  color: #c70000;
  font-size: 13pt;
  float: right;
  cursor: pointer;
  text-decoration: none;
}

.fa.fa-trash-o:hover {
  color: #ff3838;
}

.fa-check {
  color: green;
  font-size: 13pt;
}

.fa-exclamation-triangle {
  color: #c70000;
  font-size: 13pt;
}

.fa-eye,
.fa-eye-slash {
  margin-left: 5px;
  color: #146eaa;
  font-size: 15pt;
  cursor: pointer;
}

.fa-eye:hover,
.fa-eye-slash:hover {
  color: #5d99c4;
}

.fa-arrow-right,
.fa-arrow-down {
  color: #146eaa;
  font-size: 11pt;
  cursor: pointer;
}

.fa-arrow-right:hover,
.fa-arrow-down:hover {
  color: #5d99c4;
}

.flex-child {
  width: 100%;
}

.colorPickerThumbnail img {
  cursor: crosshair;
}

.slider-upload {
  min-height: 45px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  background-color: #fff;
  padding: 10px;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#shop_slider_form_description {
  min-height: 82px;
}

#shopSlider .slick-caption__head,
#shopSlider .slick-caption__content {
  font-size: 9px;
  padding: 5px;
}

#shopSlider .slick-caption {
  padding-bottom: 30px;
  height: auto;
}

#wholesaler_form_skip {
  margin-left: 25px;
}

#responsiveInfobox .fa.fa-times-circle {
  font-size: 25px;
  top: 5px;
  right: 5px;
  position: absolute;
}

.fill-div {
  width: 100% !important;
}

#infoTextBox {
  margin-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  #infoTextBox {
    margin-top: 70px;
  }
}

#logoUpload #fileName {
  float: left;
  width: 100%;
}

#logoUpload #image {
  max-height: 360px;
  width: auto;
}

.buttonMargin {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .buttonMargin {
    margin-top: 0;
  }
}

#domainAccordion {
  margin-top: 0;
}

button#internEmailAccountCollapsibleButton,
button#externEmailAccountCollapsibleButton {
  height: 100%;
}

#mandatoryInformation .cke_editable {
  background-color: white;
  border-width: thin;
  border-style: solid;
}

.colorSelector {
  background-color: #0c0c0c;
  border-radius: 1em;
  width: 50px;
  height: 20px;
  border-color: darkgray;
  border-width: 1px;
}

.InfoboxBorder {
  border: #146eaa solid 3px;
}

.container-fluid {
  margin-right: 0;
}

@media (min-width: 992px) {
  .container-fluid {
    margin-left: 155px;
  }
}

#mandatoryInformation textarea {
  width: 100%;
}

.formulate-input {
  margin-bottom: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.formulate-input .formulate-input-label {
  display: block;
  line-height: 1.5;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: .1em;
}

.formulate-input .formulate-input-label--before + .formulate-input-help--before {
  margin-top: -0.25em;
  margin-bottom: .75em;
}

.formulate-input .formulate-input-element {
  max-width: 20em;
  margin-bottom: .1em;
}

.formulate-input .formulate-input-help {
  color: #6d6d6d;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .25em;
}

.formulate-input .formulate-input-errors {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.formulate-input .formulate-file-upload-error,
.formulate-input .formulate-input-error {
  color: #960505;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: .25em;
}

.formulate-input:last-child {
  margin-bottom: 0;
}

.formulate-input[data-classification="text"] input {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: .9em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: .75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

.formulate-input[data-classification="text"] input::-webkit-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="text"] input::placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="text"] input:focus {
  outline: 0;
  border: 1px solid #41b883;
}

.formulate-input[data-classification="text"] .formulate-input-element--date input,
.formulate-input[data-classification="text"] .formulate-input-element--datetime-local input,
.formulate-input[data-classification="text"] .formulate-input-element--month input,
.formulate-input[data-classification="text"] .formulate-input-element--week input {
  min-height: 2.2em;
}

.formulate-input[data-classification="text"] .formulate-input-element--search {
  position: relative;
}

.formulate-input[data-classification="text"] .formulate-input-element--search:before {
  content: "";
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.99 72.9"><path fill="%236d6d6d" d="M71.77,66,53.87,48.1A29.94,29.94,0,1,0,30,60a29.52,29.52,0,0,0,18.1-6.1l18,17.8A4,4,0,0,0,69,72.9a4.18,4.18,0,0,0,2.9-1.2A4.09,4.09,0,0,0,71.77,66ZM30.07,51.9a21.9,21.9,0,1,1,15.5-37.4A21.37,21.37,0,0,1,52,30a22,22,0,0,1-6.4,15.5A21.54,21.54,0,0,1,30.07,51.9Z"/></svg>');
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}

.formulate-input[data-classification="text"] .formulate-input-element--search input {
  padding-left: 2em;
}

.formulate-input[data-classification="text"] input[type="color"] {
  height: 1.1em;
  box-sizing: content-box;
  width: auto;
  min-width: 5em;
}

.formulate-input[data-classification="text"] input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0 0 0 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79.17 79.17"><path fill="%236d6d6d" d="M40.8,22.92c-3.4-3.4-4.76-8.44-1-12.24s8.84-2.44,12.24,1c5-5,10.69-13.33,18.81-11.31a11,11,0,0,1,7.62,14.34c-1.26,3.45-4.63,6.06-7.16,8.59-.92.93-3,2.26-3.46,3.46-.42,1,1.82,2.63,2.36,4a8,8,0,0,1-12.42,9.19c-.21-.16-1.35-1.51-1.59-1.51s-.83.83-1,1L49.71,44.9,32.43,62.18c-3.37,3.38-6.6,7.14-10.26,10.21a11,11,0,0,1-4.48,2.28c-1.25.3-3.11-.22-4.18.18-1.28.48-2.42,2.65-3.68,3.4-6.05,3.61-12.64-4-8.46-9.57.73-1,2.53-1.92,3-3a14.46,14.46,0,0,0-.09-2.52,10.75,10.75,0,0,1,3.14-6.77c.92-1,1.93-1.93,2.89-2.9Zm4.4-1.5c4.19,4,8.24,8.24,12.36,12.36,2.06,2.06,5,5.59,8,2.61,4.65-4.62-5-6.8-2.42-10.78C66.3,20.7,76.4,16.48,74.84,9.45,73.62,4,67.12,2.78,63.29,6.32c-2.55,2.36-4.93,4.94-7.39,7.4-.79.78-1.8,2.28-2.88,2.73-2.14.88-3.4-1.62-4.79-2.77-2.58-2.14-6.89-.82-6.53,3C41.89,18.68,43.87,20.09,45.2,21.42Zm-1.45,4.44L27.82,41.79C22,47.57,15.89,53.14,10.41,59.2a8.23,8.23,0,0,0-1.44,2c-.93,2,.25,4.14-.5,6S4.92,69.94,4.3,72a2.34,2.34,0,0,0,2.56,3c1.11-.17,2-1.33,2.71-2.07a11.17,11.17,0,0,1,2.08-2c1.68-.94,4,.17,5.93-.57C20,69.41,22,66.73,23.76,65L34.42,54.3,53.3,35.42Z"/></svg>');
  background-repeat: no-repeat;
  background-size: .9em .9em;
  background-position: left .1em;
}

.formulate-input[data-classification="text"] input[type="color"]::-webkit-color-swatch {
  display: block;
  height: 1em;
  border-radius: .2em;
  border: 0;
  -webkit-flex: auto;
          flex: auto;
}

.formulate-input[data-classification="text"] input[type="color"]::-moz-color-swatch {
  display: block;
  height: 1em;
  border-radius: .2em;
  border: 0;
  flex: auto;
}

.formulate-input[data-classification="slider"] .formulate-input-element--range {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.formulate-input[data-classification="slider"] .formulate-input-element-range-value {
  font-size: .9em;
  line-height: 1;
  margin-left: .5em;
  background-color: #efefef;
  padding: .25em .3em;
  border-radius: .25em;
  color: #6d6d6d;
  font-variant-numeric: tabular-nums;
}

.formulate-input[data-classification="slider"] input {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
}

.formulate-input[data-classification="slider"] input:focus {
  outline: 0;
}

.formulate-input[data-classification="slider"] input::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-0.5em + 2px);
}

.formulate-input[data-classification="slider"] input::-moz-range-thumb {
  cursor: pointer;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-0.5em + 2px);
}

.formulate-input[data-classification="slider"] input::-ms-thumb {
  cursor: pointer;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-0.5em + 2px);
}

.formulate-input[data-classification="slider"] input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}

.formulate-input[data-classification="slider"] input::-moz-range-track {
  appearance: none;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}

.formulate-input[data-classification="textarea"] textarea {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: .9em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: .75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

.formulate-input[data-classification="textarea"] textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="textarea"] textarea::placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="textarea"] textarea:focus {
  outline: 0;
  border: 1px solid #41b883;
}

.formulate-input[data-classification="button"] button {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .3em;
  box-sizing: border-box;
  background-color: transparent;
  font-size: .9em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: .75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  border: 1px solid #41b883;
  background-color: #41b883;
  color: #fff;
  min-width: 0;
  width: auto;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}

.formulate-input[data-classification="button"] button::-webkit-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="button"] button::placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="button"] button:focus {
  outline: 0;
  border: 1px solid #41b883;
}

.formulate-input[data-classification="button"] button[disabled],
.formulate-input[data-classification="button"] button[disabled]:active {
  background-color: #cecece;
  border-color: #cecece;
}

.formulate-input[data-classification="button"] button[data-ghost] {
  color: #41b883;
  background-color: transparent;
  border-color: currentColor;
}

.formulate-input[data-classification="button"] button[data-minor] {
  font-size: .75em;
  display: inline-block;
}

.formulate-input[data-classification="button"] button[data-danger] {
  background-color: #960505;
  border-color: #960505;
}

.formulate-input[data-classification="button"] button[data-danger][data-ghost] {
  color: #960505;
  background-color: transparent;
}

.formulate-input[data-classification="button"] button:active {
  background-color: #64c89b;
  border-color: #64c89b;
}

.formulate-input[data-classification="select"] .formulate-input-element {
  position: relative;
}

.formulate-input[data-classification="select"] .formulate-input-element:before {
  content: "";
  width: 0;
  height: 0;
  border-color: #cecece transparent transparent;
  border-style: solid;
  border-width: .3em .3em 0;
  top: 50%;
  margin-top: -0.1em;
  right: 1em;
  position: absolute;
}

.formulate-input[data-classification="select"] .formulate-input-element[data-multiple]:before {
  display: none;
}

.formulate-input[data-classification="select"] select {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: .9em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: .75em 2em .75em .75em;
}

.formulate-input[data-classification="select"] select::-webkit-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="select"] select::placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="select"] select:focus {
  outline: 0;
  border: 1px solid #41b883;
}

.formulate-input[data-classification="select"] select option {
  color: #000;
}

.formulate-input[data-classification="select"] select option:disabled {
  color: #a8a8a8;
}

.formulate-input[data-classification="select"] select[multiple] {
  padding: 0;
  overflow-y: auto;
}

.formulate-input[data-classification="select"] select[multiple] option {
  padding: .75em;
}

.formulate-input[data-classification="select"] select[data-placeholder-selected] {
  color: #a8a8a8;
}

.formulate-input[data-classification="box"] .formulate-input-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.formulate-input[data-classification="box"] .formulate-input-element {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.formulate-input[data-classification="box"] .formulate-input-element input {
  position: absolute;
  left: -999px;
  opacity: 0;
  pointer-events: none;
}

.formulate-input[data-classification="box"] .formulate-input-element-decorator {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: .25em;
  border: 1px solid #cecece;
  position: relative;
}

.formulate-input[data-classification="box"] .formulate-input-element-decorator:before {
  content: "";
  display: block;
  background-size: contain;
  background-position: 100%;
  width: calc(100% - .125em);
  height: calc(100% - .125em);
  box-sizing: border-box;
  position: absolute;
  top: .0625em;
  left: .0625em;
}

.formulate-input[data-classification="box"] .formulate-input-element[data-type="radio"] .formulate-input-element-decorator {
  border-radius: 1em;
}

.formulate-input[data-classification="box"] .formulate-input-element[data-type="radio"] .formulate-input-element-decorator:before {
  border-radius: 1em;
  width: calc(100% - .5em);
  height: calc(100% - .5em);
  top: .25em;
  left: .25em;
}

.formulate-input[data-classification="box"] .formulate-input-element input[type="checkbox"]:checked ~ .formulate-input-element-decorator {
  border-color: #41b883;
}

.formulate-input[data-classification="box"] .formulate-input-element input[type="checkbox"]:checked ~ .formulate-input-element-decorator:before {
  background-color: #41b883;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
}

.formulate-input[data-classification="box"] .formulate-input-element input[type="radio"]:checked ~ .formulate-input-element-decorator {
  border-color: #41b883;
}

.formulate-input[data-classification="box"] .formulate-input-element input[type="radio"]:checked ~ .formulate-input-element-decorator:before {
  background-color: #41b883;
}

.formulate-input[data-classification="box"] .formulate-input-element input:focus ~ .formulate-input-element-decorator {
  border-color: #41b883;
}

.formulate-input[data-classification="box"] .formulate-input-label--after {
  margin-left: .5em;
}

.formulate-input[data-classification="box"] .formulate-input-label--before {
  margin-right: .5em;
}

.formulate-input[data-classification="group"] .formulate-input-group-item,
.formulate-input[data-classification="group"] > .formulate-input-wrapper > .formulate-input-label {
  margin-bottom: .5em;
}

.formulate-input[data-classification="group"] [data-is-repeatable] {
  padding: 1em;
  border: 1px solid #efefef;
  border-radius: .3em;
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-grouping {
  margin: -1em -1em 0;
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable {
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove {
  position: absolute;
  display: block;
  top: calc(50% - .15em);
  width: 1.3em;
  height: 1.3em;
  background-color: #cecece;
  right: .85em;
  border-radius: 1.3em;
  cursor: pointer;
  transition: background-color .2s;
  overflow: hidden;
  text-indent: -1000px;
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove[data-disabled] {
  opacity: .2;
  pointer-events: none;
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:after,
.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:before {
  content: "";
  position: absolute;
  top: calc(50% - .1em);
  left: .325em;
  display: block;
  width: .65em;
  height: .2em;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

@media (pointer: fine) {
  .formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover {
    background-color: #dc2c2c;
  }

  .formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover:after,
  .formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover:before {
    height: .2em;
    width: .75em;
    left: .25em;
    top: calc(50% - .075em);
  }

  .formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.formulate-input[data-classification="group"] [data-is-repeatable] .formulate-input-group-repeatable:last-child {
  margin-bottom: 1em;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area {
  width: 100%;
  position: relative;
  padding: 2em 0;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area input {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area[data-has-files] {
  padding: 0;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area[data-has-files] input {
  display: none;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area-mask {
  border-radius: .4em;
  position: absolute;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px dashed #a8a8a8;
  z-index: 2;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area-mask:before {
  content: "";
  background-color: #a8a8a8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58"><path d="M29,58A29,29,0,1,0,0,29,29,29,0,0,0,29,58ZM29,4A25,25,0,1,1,4,29,25,25,0,0,1,29,4Z"/><polygon points="27 22 27 44.4 31 44.4 31 22 41.7 31.1 44.3 28.1 29 15 13.7 28.1 16.3 31.1 27 22"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58"><path d="M29,58A29,29,0,1,0,0,29,29,29,0,0,0,29,58ZM29,4A25,25,0,1,1,4,29,25,25,0,0,1,29,4Z"/><polygon points="27 22 27 44.4 31 44.4 31 22 41.7 31.1 44.3 28.1 29 15 13.7 28.1 16.3 31.1 27 22"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 2em;
  height: 2em;
  position: absolute;
  pointer-events: none;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area input:focus ~ .formulate-input-upload-area-mask,
.formulate-input[data-classification="file"] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask,
.formulate-input[data-classification="file"] .formulate-input-upload-area input[data-is-drag-hover] ~ .formulate-input-upload-area-mask {
  border-color: #41b883;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area input:focus ~ .formulate-input-upload-area-mask:before,
.formulate-input[data-classification="file"] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask:before,
.formulate-input[data-classification="file"] .formulate-input-upload-area input[data-is-drag-hover] ~ .formulate-input-upload-area-mask:before {
  background-color: #41b883;
}

.formulate-input[data-classification="file"] .formulate-files {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-add {
  -webkit-appearance: none;
          appearance: none;
  display: block;
  min-width: 75px;
  border: 1px solid #41b883;
  color: #41b883;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 13px;
  background-color: transparent;
  cursor: pointer;
  margin: .5em 0;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-add input {
  position: absolute;
  display: block;
  cursor: pointer;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-add input::-webkit-file-upload-button {
  display: none;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress {
  background-color: #cecece;
  height: .3em;
  border-radius: 1.25em;
  width: 5em;
  overflow: hidden;
  position: relative;
  -webkit-flex: 0 0 5em;
          flex: 0 0 5em;
  right: .75em;
  transition: height .25s, width .25s, -webkit-flex-basis .25s;
  transition: height .25s, width .25s, flex-basis .25s;
  transition: height .25s, width .25s, flex-basis .25s, -webkit-flex-basis .25s;
  z-index: 2;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  -webkit-transform: scale(.08);
          transform: scale(.08);
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
  -webkit-mask-size: 77%;
          mask-size: 77%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 3;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress[data-just-finished] {
  width: 1.25em;
  height: 1.25em;
  -webkit-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress[data-just-finished]:before {
  transition: opacity .25s .2s, -webkit-transform .25s .2s;
  transition: transform .25s .2s, opacity .25s .2s;
  transition: transform .25s .2s, opacity .25s .2s, -webkit-transform .25s .2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress[data-is-finished] {
  transition: height .25s, width .25s, left .25s, top, .25s, border-radius .25s;
  width: .3em;
  -webkit-flex: 0 0 .3em;
          flex: 0 0 .3em;
  height: 100%;
  right: 0;
  border-radius: 0 .23em .23em 0;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress[data-is-finished]:before {
  transition: opacity .1s;
  opacity: 0;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-progress .formulate-file-progress-inner {
  background-color: #41b883;
  width: 1%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-name {
  padding-left: 1.5em;
  padding-right: 2em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-name:before {
  position: absolute;
  left: .7em;
  top: 50%;
  margin-top: -0.7em;
  background-color: #a8a8a8;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.06 83.59"><path d="M55.94,83.59a8.16,8.16,0,0,0,8.12-8.16V19.12a1.77,1.77,0,0,0-.52-1.25L46.21.59A1.69,1.69,0,0,0,45.14.08L44.69,0l-.18,0H8.13A8.18,8.18,0,0,0,0,8.16V75.41a8.16,8.16,0,0,0,8.13,8.16H55.94ZM46.68,6,58.11,17.38H46.68ZM3.52,75.43V8.16A4.64,4.64,0,0,1,8.13,3.52h35V19.16a1.75,1.75,0,0,0,1.76,1.74H60.55V75.43a4.65,4.65,0,0,1-4.61,4.65H8.13A4.65,4.65,0,0,1,3.52,75.43Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.06 83.59"><path d="M55.94,83.59a8.16,8.16,0,0,0,8.12-8.16V19.12a1.77,1.77,0,0,0-.52-1.25L46.21.59A1.69,1.69,0,0,0,45.14.08L44.69,0l-.18,0H8.13A8.18,8.18,0,0,0,0,8.16V75.41a8.16,8.16,0,0,0,8.13,8.16H55.94ZM46.68,6,58.11,17.38H46.68ZM3.52,75.43V8.16A4.64,4.64,0,0,1,8.13,3.52h35V19.16a1.75,1.75,0,0,0,1.76,1.74H60.55V75.43a4.65,4.65,0,0,1-4.61,4.65H8.13A4.65,4.65,0,0,1,3.52,75.43Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-right: .5em;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-remove {
  width: 1.25em;
  height: 1.25em;
  border-radius: 1em;
  border: 1px solid #a8a8a8;
  background-color: #a8a8a8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.1 59.2"><path d="M1.6,57.7a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5l21-21,21,21a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5,5,5,0,0,0,0-7.1l-21-21,21-21a5,5,0,0,0,0-7.1,5,5,0,0,0-7.1,0l-21,21L8.6,1.7a5,5,0,0,0-7.1,0,5,5,0,0,0,0,7.1l21,21L1.6,50.7A4.83,4.83,0,0,0,1.6,57.7Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.1 59.2"><path d="M1.6,57.7a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5l21-21,21,21a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5,5,5,0,0,0,0-7.1l-21-21,21-21a5,5,0,0,0,0-7.1,5,5,0,0,0-7.1,0l-21,21L8.6,1.7a5,5,0,0,0-7.1,0,5,5,0,0,0,0,7.1l21,21L1.6,50.7A4.83,4.83,0,0,0,1.6,57.7Z"/></svg>');
  -webkit-mask-size: .6em;
          mask-size: .6em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
  position: absolute;
  right: .75em;
  z-index: 1;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

@media (pointer: fine) {
  .formulate-input[data-classification="file"] .formulate-files .formulate-file-remove:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.formulate-input[data-classification="file"] .formulate-files li {
  display: block;
}

.formulate-input[data-classification="file"] .formulate-files li[data-has-error] .formulate-file-progress {
  background-color: #dc2c2c;
}

.formulate-input[data-classification="file"] .formulate-files li[data-has-preview] .formulate-file-name:before {
  display: none;
}

.formulate-input[data-classification="file"] .formulate-files li + li {
  margin-top: .5em;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file {
  -webkit-appearance: none;
          appearance: none;
  border-radius: .3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: .9em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding: .75em;
  display: block;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file::-webkit-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file::placeholder {
  color: #a8a8a8;
  line-height: normal;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file:focus {
  outline: 0;
  border: 1px solid #41b883;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file ::-webkit-progress-bar {
  -webkit-appearance: none;
          appearance: none;
  height: .5em;
  border-radius: .5em;
  overflow: hidden;
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-image-preview {
  width: 3em;
  height: 3em;
  -webkit-flex: 0 0 3em;
          flex: 0 0 3em;
  position: relative;
  z-index: 2;
  left: -1px;
  box-shadow: 0 0 0 1px #efefef;
  transition: box-shadow .25s, background-color .25s, -webkit-transform .25s;
  transition: transform .25s, box-shadow .25s, background-color .25s;
  transition: transform .25s, box-shadow .25s, background-color .25s, -webkit-transform .25s;
}

@media (pointer: fine) {
  .formulate-input[data-classification="file"] .formulate-files .formulate-file-image-preview:hover {
    transition-delay: .2s;
    -webkit-transform: scale(3);
            transform: scale(3);
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  }
}

.formulate-input[data-classification="file"] .formulate-files .formulate-file-image-preview img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: contain;
  transition: all .25s;
}

.formulate-input[data-classification="file"] [data-type="image"] .formulate-input-upload-area .formulate-input-upload-area-mask:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 71.05"><path d="M82.89,0H7.1A7.12,7.12,0,0,0,0,7.11V64a7.11,7.11,0,0,0,7.1,7.1H82.9A7.11,7.11,0,0,0,90,64V7.11A7.12,7.12,0,0,0,82.89,0ZM69.28,39.35a5.44,5.44,0,0,0-8,0L50.58,50.74,32.38,30.88a5.31,5.31,0,0,0-7.92,0L4.74,52.4V7.11A2.37,2.37,0,0,1,7.11,4.74H82.9a2.37,2.37,0,0,1,2.36,2.37V56.3Z"/><circle cx="67.74" cy="22.26" r="8.53"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 71.05"><path d="M82.89,0H7.1A7.12,7.12,0,0,0,0,7.11V64a7.11,7.11,0,0,0,7.1,7.1H82.9A7.11,7.11,0,0,0,90,64V7.11A7.12,7.12,0,0,0,82.89,0ZM69.28,39.35a5.44,5.44,0,0,0-8,0L50.58,50.74,32.38,30.88a5.31,5.31,0,0,0-7.92,0L4.74,52.4V7.11A2.37,2.37,0,0,1,7.11,4.74H82.9a2.37,2.37,0,0,1,2.36,2.37V56.3Z"/><circle cx="67.74" cy="22.26" r="8.53"/></svg>');
}

.formulate-form-errors {
  margin: .75em 0;
  padding: 0;
  list-style-type: none;
}

.formulate-form-errors:first-child {
  margin-top: 0;
}

.formulate-form-errors:last-child {
  margin-bottom: 0;
}

.formulate-form-errors .formulate-form-error {
  color: #960505;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: .25em;
}

.formulate-input .formulate-input-element {
  max-width: none !important;
  height: 42px;
}

.formulate-input .formulate-input-element input,
.formulate-input .formulate-input-element select {
  background: #fff;
  height: 100%;
  padding: 6px 12px;
  max-height: 42px !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  transition: all .15s ease-in-out;
}

.formulate-input .formulate-input-element textarea {
  background: #fff;
  resize: none;
  padding: 6px 12px;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  transition: all .15s ease-in-out;
}

.formulate-input-element--textarea {
  height: auto !important;
}

.formulate-input-element--radio label,
.formulate-input-upload-area {
  background: #fff;
}

.formulate-input-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.formulate-input-group-item .formulate-input-wrapper {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.formulate-input[data-is-showing-errors="true"] .formulate-input-element--radio label,
.formulate-input[data-is-showing-errors="true"] input,
.formulate-input[data-is-showing-errors="true"] select,
.formulate-input[data-is-showing-errors="true"] textarea {
  border: 1px solid red;
}

.formulate-input-label {
  font-size: 14px !important;
  margin-right: 10px !important;
  width: 100% !important;
  font-family: "Montserrat" !important;
  font-weight: normal !important;
}

@media (min-width: 768px) {
  .formulate-input-label {
    width: 25% !important;
  }
}

.formulate-input-element {
  width: 100% !important;
}

@media (min-width: 768px) {
  .formulate-input-element {
    width: 50% !important;
  }
}

.formulate-input-element--radio {
  width: auto !important;
}

.formulate-input-element--group {
  display: -webkit-flex;
  display: flex;
}

.formulate-input-element--group > div {
  width: 50% !important;
}

.formulate-input-element--group input:checked ~ label {
  /* make the label look like a checked checkbox */
}

.formulate-input-element--group input:checked ~ label:before {
  background: #70a8da !important;
  border-radius: 50% !important;
  width: 70% !important;
  height: 70% !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.formulate-input-errors {
  display: none;
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .formulate-input-errors {
    width: 74% !important;
  }
}

.formulate-input-errors li {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Montserrat" !important;
}

@media screen and (min-width: 768px) {
  .customField {
    width: 155px !important;
  }

  .customField:nth-of-type(1) {
    width: 100px !important;
  }

  .customField:nth-of-type(2),
  .customField:nth-of-type(3) {
    width: 155px !important;
  }
}

.customField .formulate-input-element {
  width: 100% !important;
}

@media (min-width: 768px) {
  .customField .formulate-input-errors {
    width: 100% !important;
  }
}

.customField[data-is-showing-errors="true"] input {
  border: 1px solid red !important;
}

.formulate-input[data-classification="text"] input:focus,
.formulate-input[data-classification="select"] select:focus,
.formulate-input[data-classification="textarea"] textarea:focus,
.formulate-input[data-classification="file"] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  transition: all .15s ease-in-out;
}

.formulate-input[data-classification="file"] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask:before {
  background: #70a8da !important;
}

.formulate-input-element--submit,
.fromSubmitForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100% !important;
  margin-top: 20px;
}

.formulate-input-element--submit button,
.fromSubmitForm button {
  padding-block: 20px !important;
  padding-inline: 30px !important;
  background: #146eaa !important;
  border: 1px solid #146eaa !important;
  font-size: 18px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

@media all and (min-width: 769px) {
  .formulate-input-element--submit button,
  .fromSubmitForm button {
    width: 30% !important;
  }
}

.formulate-input-element--submit button:disabled,
.fromSubmitForm button:disabled {
  background-color: #cecece !important;
  border-color: #cecece !important;
  cursor: not-allowed;
}

.customLabel {
  margin-right: 11px !important;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

label.required:after {
  content: "*";
  margin-left: 5px;
}

.alert-container {
  position: fixed;
  inset: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: rgba(1, 1, 1, .5);
  z-index: 99;
  opacity: 0;
  transition: opacity .15s linear;
}

.form-success {
  width: 500px;
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #000;
  background-color: #fff;
  z-index: 999;
  transition: opacity .15s linear;
}

@media all and (max-width: 769px) {
  .form-success {
    width: 90%;
  }
}

.success-fade-in {
  opacity: 1;
}

@media all and (max-width: 769px) {
  .personal-name {
    margin-bottom: 1.5em !important;
  }
}

.bg-gradient-ci-with-one-myshop {
  background: url("../img/one-bg.png"), linear-gradient(320deg, #1b75bf 0%, #14568d 100%) !important;
  background-repeat: no-repeat !important;
}

.bg-gradient-ci-myshop {
  background: linear-gradient(320deg, #1b75bf 0%, #14568d 100%) !important;
}

.myshop {
  background: #f5f8fa !important;
  font-family: 'Roboto' !important;
}

.myshop .panel {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.myshop .panel-heading {
  padding: 5px 15px !important;
}

.myshop .table-heading,
.myshop .table-subHeading {
  background: white;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.myshop .table-subHeading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
  padding-bottom: 20px;
}

.myshop .button--default {
  border-radius: .25rem;
  color: #333;
  background: #92979b;
}

.myshop .button--default:hover,
.myshop .button--default:focus {
  color: #333;
  background: #92979b;
  box-shadow: 0 0 20px 0 #92979b;
}

.myshop .button--default:active {
  color: #fff;
  background: #92979b;
  box-shadow: 0 0 20px 0 #92979b;
}

.myshop .button--primary {
  border-radius: .25rem;
  color: #fff;
  background: #1b75bf;
}

.myshop .button--primary:hover,
.myshop .button--primary:focus {
  color: #fff;
  background: #1b75bf;
  box-shadow: 0 0 20px 0 #1b75bf;
}

.myshop .button--primary:active {
  color: #fff;
  background: #1b75bf;
  box-shadow: 0 0 20px 0 #1b75bf;
}

.myshop .button--primary-light {
  color: #333;
  background: #d9eeff;
}

.myshop .button--primary-light:hover,
.myshop .button--primary-light:focus {
  color: #333;
  background: #d9eeff;
  box-shadow: 0 0 20px 0 #d9eeff;
}

.myshop .button--primary-light:active {
  color: #333;
  background: #d9eeff;
  box-shadow: 0 0 20px 0 #d9eeff;
}

.myshop .button--primary-light .fill-current {
  fill: #333 !important;
}

.myshop .button--secondary {
  border-radius: .25rem;
  color: #333;
  background: #13ab0e;
}

.myshop .button--secondary:hover,
.myshop .button--secondary:focus {
  color: #333;
  background: #13ab0e;
  box-shadow: 0 0 20px 0 #13ab0e;
}

.myshop .button--secondary:active {
  color: #fff;
  background: #13ab0e;
  box-shadow: 0 0 20px 0 #13ab0e;
}

.myshop .link--primary {
  color: #1b75bf;
}

.myshop .link--primary:hover {
  color: #1b75bf;
  border-color: #1b75bf;
}

.myshop table.table thead tr {
  background: #1b75bf;
}

.header__cart-count {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: absolute;
  top: -7px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 20px;
  min-width: 20px;
  padding: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--header-accent-color);
  color: var(--secondary-background);
  border-radius: 1.75em;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  will-change: transform;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  z-index: 1;
}

/**
 * Utilities
 */

.container {
  width: 100%;
}

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

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

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

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

.list-reset {
  list-style: none !important;
  padding: 0 !important;
}

.appearance-none {
  -webkit-appearance: none !important;
          appearance: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary-dark {
  background-color: rgb(20, 85, 140) !important;
}

.bg-primary {
  background-color: rgb(20, 110, 170) !important;
}

.bg-primary-light {
  background-color: rgb(150, 200, 220) !important;
}

.bg-blue-light {
  background-color: #e7f1ff !important;
}

.bg-blue-dark {
  background-color: #70a8da !important;
}

.bg-blue-semi-light {
  background-color: #70a8da !important;
}

.bg-secondary-dark {
  background-color: rgb(10, 190, 105) !important;
}

.bg-secondary {
  background-color: rgb(20, 200, 115) !important;
}

.bg-secondary-light {
  background-color: rgb(30, 210, 125) !important;
}

.bg-allblack {
  background-color: rgb(0, 0, 0) !important;
}

.bg-black {
  background-color: rgb(40, 40, 40) !important;
}

.bg-grey-darkest {
  background-color: rgb(100, 100, 100) !important;
}

.bg-grey-darker {
  background-color: rgb(125, 125, 125) !important;
}

.bg-grey-dark {
  background-color: rgb(150, 150, 150) !important;
}

.bg-grey {
  background-color: rgb(175, 175, 175) !important;
}

.bg-grey-light {
  background-color: rgb(220, 220, 220) !important;
}

.bg-grey-lighter {
  background-color: rgb(235, 235, 235) !important;
}

.bg-grey-lightest {
  background-color: rgb(245, 245, 245) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-myshop-primary {
  background-color: #1b75bf !important;
}

.bg-myshop-primary-light {
  background-color: #d9eeff !important;
}

.bg-myshop-primary-dark {
  background-color: #14568d !important;
}

.bg-myshop-secondary {
  background-color: #13ab0e !important;
}

.bg-myshop-black {
  background-color: #333 !important;
}

.bg-myshop-grey {
  background-color: #92979b !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-primary-dark:focus {
  background-color: rgb(20, 85, 140) !important;
}

.focus\:bg-primary:focus {
  background-color: rgb(20, 110, 170) !important;
}

.focus\:bg-primary-light:focus {
  background-color: rgb(150, 200, 220) !important;
}

.focus\:bg-blue-light:focus {
  background-color: #e7f1ff !important;
}

.focus\:bg-blue-dark:focus {
  background-color: #70a8da !important;
}

.focus\:bg-blue-semi-light:focus {
  background-color: #70a8da !important;
}

.focus\:bg-secondary-dark:focus {
  background-color: rgb(10, 190, 105) !important;
}

.focus\:bg-secondary:focus {
  background-color: rgb(20, 200, 115) !important;
}

.focus\:bg-secondary-light:focus {
  background-color: rgb(30, 210, 125) !important;
}

.focus\:bg-allblack:focus {
  background-color: rgb(0, 0, 0) !important;
}

.focus\:bg-black:focus {
  background-color: rgb(40, 40, 40) !important;
}

.focus\:bg-grey-darkest:focus {
  background-color: rgb(100, 100, 100) !important;
}

.focus\:bg-grey-darker:focus {
  background-color: rgb(125, 125, 125) !important;
}

.focus\:bg-grey-dark:focus {
  background-color: rgb(150, 150, 150) !important;
}

.focus\:bg-grey:focus {
  background-color: rgb(175, 175, 175) !important;
}

.focus\:bg-grey-light:focus {
  background-color: rgb(220, 220, 220) !important;
}

.focus\:bg-grey-lighter:focus {
  background-color: rgb(235, 235, 235) !important;
}

.focus\:bg-grey-lightest:focus {
  background-color: rgb(245, 245, 245) !important;
}

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

.focus\:bg-myshop-primary:focus {
  background-color: #1b75bf !important;
}

.focus\:bg-myshop-primary-light:focus {
  background-color: #d9eeff !important;
}

.focus\:bg-myshop-primary-dark:focus {
  background-color: #14568d !important;
}

.focus\:bg-myshop-secondary:focus {
  background-color: #13ab0e !important;
}

.focus\:bg-myshop-black:focus {
  background-color: #333 !important;
}

.focus\:bg-myshop-grey:focus {
  background-color: #92979b !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-primary-dark:hover {
  background-color: rgb(20, 85, 140) !important;
}

.hover\:bg-primary:hover {
  background-color: rgb(20, 110, 170) !important;
}

.hover\:bg-primary-light:hover {
  background-color: rgb(150, 200, 220) !important;
}

.hover\:bg-blue-light:hover {
  background-color: #e7f1ff !important;
}

.hover\:bg-blue-dark:hover {
  background-color: #70a8da !important;
}

.hover\:bg-blue-semi-light:hover {
  background-color: #70a8da !important;
}

.hover\:bg-secondary-dark:hover {
  background-color: rgb(10, 190, 105) !important;
}

.hover\:bg-secondary:hover {
  background-color: rgb(20, 200, 115) !important;
}

.hover\:bg-secondary-light:hover {
  background-color: rgb(30, 210, 125) !important;
}

.hover\:bg-allblack:hover {
  background-color: rgb(0, 0, 0) !important;
}

.hover\:bg-black:hover {
  background-color: rgb(40, 40, 40) !important;
}

.hover\:bg-grey-darkest:hover {
  background-color: rgb(100, 100, 100) !important;
}

.hover\:bg-grey-darker:hover {
  background-color: rgb(125, 125, 125) !important;
}

.hover\:bg-grey-dark:hover {
  background-color: rgb(150, 150, 150) !important;
}

.hover\:bg-grey:hover {
  background-color: rgb(175, 175, 175) !important;
}

.hover\:bg-grey-light:hover {
  background-color: rgb(220, 220, 220) !important;
}

.hover\:bg-grey-lighter:hover {
  background-color: rgb(235, 235, 235) !important;
}

.hover\:bg-grey-lightest:hover {
  background-color: rgb(245, 245, 245) !important;
}

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

.hover\:bg-myshop-primary:hover {
  background-color: #1b75bf !important;
}

.hover\:bg-myshop-primary-light:hover {
  background-color: #d9eeff !important;
}

.hover\:bg-myshop-primary-dark:hover {
  background-color: #14568d !important;
}

.hover\:bg-myshop-secondary:hover {
  background-color: #13ab0e !important;
}

.hover\:bg-myshop-black:hover {
  background-color: #333 !important;
}

.hover\:bg-myshop-grey:hover {
  background-color: #92979b !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-primary-dark {
  border-color: rgb(20, 85, 140) !important;
}

.border-primary {
  border-color: rgb(20, 110, 170) !important;
}

.border-primary-light {
  border-color: rgb(150, 200, 220) !important;
}

.border-blue-light {
  border-color: #e7f1ff !important;
}

.border-blue-dark {
  border-color: #70a8da !important;
}

.border-blue-semi-light {
  border-color: #70a8da !important;
}

.border-secondary-dark {
  border-color: rgb(10, 190, 105) !important;
}

.border-secondary {
  border-color: rgb(20, 200, 115) !important;
}

.border-secondary-light {
  border-color: rgb(30, 210, 125) !important;
}

.border-allblack {
  border-color: rgb(0, 0, 0) !important;
}

.border-black {
  border-color: rgb(40, 40, 40) !important;
}

.border-grey-darkest {
  border-color: rgb(100, 100, 100) !important;
}

.border-grey-darker {
  border-color: rgb(125, 125, 125) !important;
}

.border-grey-dark {
  border-color: rgb(150, 150, 150) !important;
}

.border-grey {
  border-color: rgb(175, 175, 175) !important;
}

.border-grey-light {
  border-color: rgb(220, 220, 220) !important;
}

.border-grey-lighter {
  border-color: rgb(235, 235, 235) !important;
}

.border-grey-lightest {
  border-color: rgb(245, 245, 245) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-myshop-primary {
  border-color: #1b75bf !important;
}

.border-myshop-primary-light {
  border-color: #d9eeff !important;
}

.border-myshop-primary-dark {
  border-color: #14568d !important;
}

.border-myshop-secondary {
  border-color: #13ab0e !important;
}

.border-myshop-black {
  border-color: #333 !important;
}

.border-myshop-grey {
  border-color: #92979b !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: .125rem !important;
}

.rounded-md {
  border-radius: .375rem !important;
}

.rounded-lg {
  border-radius: .5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-large {
  border-radius: 12px !important;
}

.rounded-4xl {
  border-radius: 30px !important;
}

.rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-t-md {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

.rounded-r-md {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.rounded-l-md {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

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

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

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

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

.rounded-t-large {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-r-large {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-b-large {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-l-large {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-t-4xl {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.rounded-r-4xl {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.rounded-b-4xl {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-l-4xl {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-tl {
  border-top-left-radius: .25rem !important;
}

.rounded-tr {
  border-top-right-radius: .25rem !important;
}

.rounded-br {
  border-bottom-right-radius: .25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}

.rounded-tl-md {
  border-top-left-radius: .375rem !important;
}

.rounded-tr-md {
  border-top-right-radius: .375rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: .375rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: .375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem !important;
}

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

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

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

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

.rounded-tl-large {
  border-top-left-radius: 12px !important;
}

.rounded-tr-large {
  border-top-right-radius: 12px !important;
}

.rounded-br-large {
  border-bottom-right-radius: 12px !important;
}

.rounded-bl-large {
  border-bottom-left-radius: 12px !important;
}

.rounded-tl-4xl {
  border-top-left-radius: 30px !important;
}

.rounded-tr-4xl {
  border-top-right-radius: 30px !important;
}

.rounded-br-4xl {
  border-bottom-right-radius: 30px !important;
}

.rounded-bl-4xl {
  border-bottom-left-radius: 30px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-none {
  border-style: none !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-3 {
  border-top-width: 3px !important;
}

.border-r-3 {
  border-right-width: 3px !important;
}

.border-b-3 {
  border-bottom-width: 3px !important;
}

.border-l-3 {
  border-left-width: 3px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

.flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col {
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse {
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.items-start {
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.items-end {
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.items-center {
  -webkit-align-items: center !important;
          align-items: center !important;
}

.items-baseline {
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.items-stretch {
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.self-auto {
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.self-start {
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.self-end {
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.self-center {
  -webkit-align-self: center !important;
          align-self: center !important;
}

.self-stretch {
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

.justify-start {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-around {
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.content-center {
  -webkit-align-content: center !important;
          align-content: center !important;
}

.content-start {
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.content-end {
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.content-between {
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.content-around {
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.flex-1 {
  -webkit-flex: 1 !important;
          flex: 1 !important;
}

.flex-auto {
  -webkit-flex: auto !important;
          flex: auto !important;
}

.flex-initial {
  -webkit-flex: initial !important;
          flex: initial !important;
}

.flex-none {
  -webkit-flex: none !important;
          flex: none !important;
}

.flex-grow {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink {
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.flex-no-grow {
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

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

.font-sans {
  font-family: Gotham, Montserrat, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
}

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

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: .25rem !important;
}

.h-2 {
  height: .5rem !important;
}

.h-3 {
  height: .75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-128 {
  height: 32rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 30px !important;
}

.m-6 {
  margin: 45px !important;
}

.m-8 {
  margin: 60px !important;
}

.m-10 {
  margin: 75px !important;
}

.m-12 {
  margin: 90px !important;
}

.m-16 {
  margin: 120px !important;
}

.m-24 {
  margin: 180px !important;
}

.m-32 {
  margin: 220px !important;
}

.m-48 {
  margin: 330px !important;
}

.m-56 {
  margin: 380px !important;
}

.m-64 {
  margin: 440px !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.m-3a {
  margin: 20px !important;
}

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

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

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

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

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-4 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-6 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx-6 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-8 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-8 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-10 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx-10 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-12 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx-12 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-16 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-16 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.my-24 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mx-24 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my-32 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.mx-32 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

.my-48 {
  margin-top: 330px !important;
  margin-bottom: 330px !important;
}

.mx-48 {
  margin-left: 330px !important;
  margin-right: 330px !important;
}

.my-56 {
  margin-top: 380px !important;
  margin-bottom: 380px !important;
}

.mx-56 {
  margin-left: 380px !important;
  margin-right: 380px !important;
}

.my-64 {
  margin-top: 440px !important;
  margin-bottom: 440px !important;
}

.mx-64 {
  margin-left: 440px !important;
  margin-right: 440px !important;
}

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

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

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

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

.my-3a {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-3a {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mr-4 {
  margin-right: 30px !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.ml-4 {
  margin-left: 30px !important;
}

.mt-6 {
  margin-top: 45px !important;
}

.mr-6 {
  margin-right: 45px !important;
}

.mb-6 {
  margin-bottom: 45px !important;
}

.ml-6 {
  margin-left: 45px !important;
}

.mt-8 {
  margin-top: 60px !important;
}

.mr-8 {
  margin-right: 60px !important;
}

.mb-8 {
  margin-bottom: 60px !important;
}

.ml-8 {
  margin-left: 60px !important;
}

.mt-10 {
  margin-top: 75px !important;
}

.mr-10 {
  margin-right: 75px !important;
}

.mb-10 {
  margin-bottom: 75px !important;
}

.ml-10 {
  margin-left: 75px !important;
}

.mt-12 {
  margin-top: 90px !important;
}

.mr-12 {
  margin-right: 90px !important;
}

.mb-12 {
  margin-bottom: 90px !important;
}

.ml-12 {
  margin-left: 90px !important;
}

.mt-16 {
  margin-top: 120px !important;
}

.mr-16 {
  margin-right: 120px !important;
}

.mb-16 {
  margin-bottom: 120px !important;
}

.ml-16 {
  margin-left: 120px !important;
}

.mt-24 {
  margin-top: 180px !important;
}

.mr-24 {
  margin-right: 180px !important;
}

.mb-24 {
  margin-bottom: 180px !important;
}

.ml-24 {
  margin-left: 180px !important;
}

.mt-32 {
  margin-top: 220px !important;
}

.mr-32 {
  margin-right: 220px !important;
}

.mb-32 {
  margin-bottom: 220px !important;
}

.ml-32 {
  margin-left: 220px !important;
}

.mt-48 {
  margin-top: 330px !important;
}

.mr-48 {
  margin-right: 330px !important;
}

.mb-48 {
  margin-bottom: 330px !important;
}

.ml-48 {
  margin-left: 330px !important;
}

.mt-56 {
  margin-top: 380px !important;
}

.mr-56 {
  margin-right: 380px !important;
}

.mb-56 {
  margin-bottom: 380px !important;
}

.ml-56 {
  margin-left: 380px !important;
}

.mt-64 {
  margin-top: 440px !important;
}

.mr-64 {
  margin-right: 440px !important;
}

.mb-64 {
  margin-bottom: 440px !important;
}

.ml-64 {
  margin-left: 440px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-px {
  margin-top: 1px !important;
}

.mr-px {
  margin-right: 1px !important;
}

.mb-px {
  margin-bottom: 1px !important;
}

.ml-px {
  margin-left: 1px !important;
}

.mt-3a {
  margin-top: 20px !important;
}

.mr-3a {
  margin-right: 20px !important;
}

.mb-3a {
  margin-bottom: 20px !important;
}

.ml-3a {
  margin-left: 20px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-xxs {
  max-width: 15rem !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 30rem !important;
}

.max-w-md {
  max-width: 40rem !important;
}

.max-w-lg {
  max-width: 50rem !important;
}

.max-w-xl {
  max-width: 60rem !important;
}

.max-w-2xl {
  max-width: 70rem !important;
}

.max-w-3xl {
  max-width: 80rem !important;
}

.max-w-4xl {
  max-width: 90rem !important;
}

.max-w-5xl {
  max-width: 100rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.-m-0 {
  margin: 0 !important;
}

.-m-1 {
  margin: -5px !important;
}

.-m-2 {
  margin: -10px !important;
}

.-m-3 {
  margin: -15px !important;
}

.-m-4 {
  margin: -30px !important;
}

.-m-6 {
  margin: -45px !important;
}

.-m-8 {
  margin: -60px !important;
}

.-m-10 {
  margin: -75px !important;
}

.-m-12 {
  margin: -90px !important;
}

.-m-16 {
  margin: -120px !important;
}

.-m-24 {
  margin: -180px !important;
}

.-m-32 {
  margin: -220px !important;
}

.-m-48 {
  margin: -330px !important;
}

.-m-56 {
  margin: -380px !important;
}

.-m-64 {
  margin: -440px !important;
}

.-m-px {
  margin: -1px !important;
}

.-m-3a {
  margin: -20px !important;
}

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

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

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

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

.-my-2 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-mx-2 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-my-3 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-mx-3 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-my-4 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-mx-4 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-my-6 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.-mx-6 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}

.-my-8 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.-mx-8 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.-my-10 {
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}

.-mx-10 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}

.-my-12 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.-mx-12 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}

.-my-16 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.-mx-16 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.-my-24 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.-mx-24 {
  margin-left: -180px !important;
  margin-right: -180px !important;
}

.-my-32 {
  margin-top: -220px !important;
  margin-bottom: -220px !important;
}

.-mx-32 {
  margin-left: -220px !important;
  margin-right: -220px !important;
}

.-my-48 {
  margin-top: -330px !important;
  margin-bottom: -330px !important;
}

.-mx-48 {
  margin-left: -330px !important;
  margin-right: -330px !important;
}

.-my-56 {
  margin-top: -380px !important;
  margin-bottom: -380px !important;
}

.-mx-56 {
  margin-left: -380px !important;
  margin-right: -380px !important;
}

.-my-64 {
  margin-top: -440px !important;
  margin-bottom: -440px !important;
}

.-mx-64 {
  margin-left: -440px !important;
  margin-right: -440px !important;
}

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

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

.-my-3a {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-mx-3a {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-mt-0 {
  margin-top: 0 !important;
}

.-mr-0 {
  margin-right: 0 !important;
}

.-mb-0 {
  margin-bottom: 0 !important;
}

.-ml-0 {
  margin-left: 0 !important;
}

.-mt-1 {
  margin-top: -5px !important;
}

.-mr-1 {
  margin-right: -5px !important;
}

.-mb-1 {
  margin-bottom: -5px !important;
}

.-ml-1 {
  margin-left: -5px !important;
}

.-mt-2 {
  margin-top: -10px !important;
}

.-mr-2 {
  margin-right: -10px !important;
}

.-mb-2 {
  margin-bottom: -10px !important;
}

.-ml-2 {
  margin-left: -10px !important;
}

.-mt-3 {
  margin-top: -15px !important;
}

.-mr-3 {
  margin-right: -15px !important;
}

.-mb-3 {
  margin-bottom: -15px !important;
}

.-ml-3 {
  margin-left: -15px !important;
}

.-mt-4 {
  margin-top: -30px !important;
}

.-mr-4 {
  margin-right: -30px !important;
}

.-mb-4 {
  margin-bottom: -30px !important;
}

.-ml-4 {
  margin-left: -30px !important;
}

.-mt-6 {
  margin-top: -45px !important;
}

.-mr-6 {
  margin-right: -45px !important;
}

.-mb-6 {
  margin-bottom: -45px !important;
}

.-ml-6 {
  margin-left: -45px !important;
}

.-mt-8 {
  margin-top: -60px !important;
}

.-mr-8 {
  margin-right: -60px !important;
}

.-mb-8 {
  margin-bottom: -60px !important;
}

.-ml-8 {
  margin-left: -60px !important;
}

.-mt-10 {
  margin-top: -75px !important;
}

.-mr-10 {
  margin-right: -75px !important;
}

.-mb-10 {
  margin-bottom: -75px !important;
}

.-ml-10 {
  margin-left: -75px !important;
}

.-mt-12 {
  margin-top: -90px !important;
}

.-mr-12 {
  margin-right: -90px !important;
}

.-mb-12 {
  margin-bottom: -90px !important;
}

.-ml-12 {
  margin-left: -90px !important;
}

.-mt-16 {
  margin-top: -120px !important;
}

.-mr-16 {
  margin-right: -120px !important;
}

.-mb-16 {
  margin-bottom: -120px !important;
}

.-ml-16 {
  margin-left: -120px !important;
}

.-mt-24 {
  margin-top: -180px !important;
}

.-mr-24 {
  margin-right: -180px !important;
}

.-mb-24 {
  margin-bottom: -180px !important;
}

.-ml-24 {
  margin-left: -180px !important;
}

.-mt-32 {
  margin-top: -220px !important;
}

.-mr-32 {
  margin-right: -220px !important;
}

.-mb-32 {
  margin-bottom: -220px !important;
}

.-ml-32 {
  margin-left: -220px !important;
}

.-mt-48 {
  margin-top: -330px !important;
}

.-mr-48 {
  margin-right: -330px !important;
}

.-mb-48 {
  margin-bottom: -330px !important;
}

.-ml-48 {
  margin-left: -330px !important;
}

.-mt-56 {
  margin-top: -380px !important;
}

.-mr-56 {
  margin-right: -380px !important;
}

.-mb-56 {
  margin-bottom: -380px !important;
}

.-ml-56 {
  margin-left: -380px !important;
}

.-mt-64 {
  margin-top: -440px !important;
}

.-mr-64 {
  margin-right: -440px !important;
}

.-mb-64 {
  margin-bottom: -440px !important;
}

.-ml-64 {
  margin-left: -440px !important;
}

.-mt-px {
  margin-top: -1px !important;
}

.-mr-px {
  margin-right: -1px !important;
}

.-mb-px {
  margin-bottom: -1px !important;
}

.-ml-px {
  margin-left: -1px !important;
}

.-mt-3a {
  margin-top: -20px !important;
}

.-mr-3a {
  margin-right: -20px !important;
}

.-mb-3a {
  margin-bottom: -20px !important;
}

.-ml-3a {
  margin-left: -20px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: auto !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.overflow-y-scroll {
  overflow-y: auto !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 30px !important;
}

.p-6 {
  padding: 45px !important;
}

.p-8 {
  padding: 60px !important;
}

.p-9 {
  padding: 67px !important;
}

.p-10 {
  padding: 75px !important;
}

.p-12 {
  padding: 90px !important;
}

.p-16 {
  padding: 120px !important;
}

.p-24 {
  padding: 180px !important;
}

.p-32 {
  padding: 220px !important;
}

.p-48 {
  padding: 330px !important;
}

.p-56 {
  padding: 380px !important;
}

.p-64 {
  padding: 440px !important;
}

.p-px {
  padding: 1px !important;
}

.p-3a {
  padding: 20px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-4 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-6 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-6 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-8 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-8 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-9 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.px-9 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

.py-10 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.px-10 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-12 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-12 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-16 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-16 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py-24 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.px-24 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py-32 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.px-32 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

.py-48 {
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.px-48 {
  padding-left: 330px !important;
  padding-right: 330px !important;
}

.py-56 {
  padding-top: 380px !important;
  padding-bottom: 380px !important;
}

.px-56 {
  padding-left: 380px !important;
  padding-right: 380px !important;
}

.py-64 {
  padding-top: 440px !important;
  padding-bottom: 440px !important;
}

.px-64 {
  padding-left: 440px !important;
  padding-right: 440px !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-3a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-3a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pt-4 {
  padding-top: 30px !important;
}

.pr-4 {
  padding-right: 30px !important;
}

.pb-4 {
  padding-bottom: 30px !important;
}

.pl-4 {
  padding-left: 30px !important;
}

.pt-6 {
  padding-top: 45px !important;
}

.pr-6 {
  padding-right: 45px !important;
}

.pb-6 {
  padding-bottom: 45px !important;
}

.pl-6 {
  padding-left: 45px !important;
}

.pt-8 {
  padding-top: 60px !important;
}

.pr-8 {
  padding-right: 60px !important;
}

.pb-8 {
  padding-bottom: 60px !important;
}

.pl-8 {
  padding-left: 60px !important;
}

.pt-9 {
  padding-top: 67px !important;
}

.pr-9 {
  padding-right: 67px !important;
}

.pb-9 {
  padding-bottom: 67px !important;
}

.pl-9 {
  padding-left: 67px !important;
}

.pt-10 {
  padding-top: 75px !important;
}

.pr-10 {
  padding-right: 75px !important;
}

.pb-10 {
  padding-bottom: 75px !important;
}

.pl-10 {
  padding-left: 75px !important;
}

.pt-12 {
  padding-top: 90px !important;
}

.pr-12 {
  padding-right: 90px !important;
}

.pb-12 {
  padding-bottom: 90px !important;
}

.pl-12 {
  padding-left: 90px !important;
}

.pt-16 {
  padding-top: 120px !important;
}

.pr-16 {
  padding-right: 120px !important;
}

.pb-16 {
  padding-bottom: 120px !important;
}

.pl-16 {
  padding-left: 120px !important;
}

.pt-24 {
  padding-top: 180px !important;
}

.pr-24 {
  padding-right: 180px !important;
}

.pb-24 {
  padding-bottom: 180px !important;
}

.pl-24 {
  padding-left: 180px !important;
}

.pt-32 {
  padding-top: 220px !important;
}

.pr-32 {
  padding-right: 220px !important;
}

.pb-32 {
  padding-bottom: 220px !important;
}

.pl-32 {
  padding-left: 220px !important;
}

.pt-48 {
  padding-top: 330px !important;
}

.pr-48 {
  padding-right: 330px !important;
}

.pb-48 {
  padding-bottom: 330px !important;
}

.pl-48 {
  padding-left: 330px !important;
}

.pt-56 {
  padding-top: 380px !important;
}

.pr-56 {
  padding-right: 380px !important;
}

.pb-56 {
  padding-bottom: 380px !important;
}

.pl-56 {
  padding-left: 380px !important;
}

.pt-64 {
  padding-top: 440px !important;
}

.pr-64 {
  padding-right: 440px !important;
}

.pb-64 {
  padding-bottom: 440px !important;
}

.pl-64 {
  padding-left: 440px !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-px {
  padding-left: 1px !important;
}

.pt-3a {
  padding-top: 20px !important;
}

.pr-3a {
  padding-right: 20px !important;
}

.pb-3a {
  padding-bottom: 20px !important;
}

.pl-3a {
  padding-left: 20px !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.pin-none {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.pin-x {
  right: 0 !important;
  left: 0 !important;
}

.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-xl {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-glow-blue {
  box-shadow: 0 0 20px 0 rgb(150, 200, 220) !important;
}

.shadow-glow-green {
  box-shadow: 0 0 20px 0 rgb(20, 200, 115) !important;
}

.shadow-glow {
  box-shadow: 0 0 10px 0 rgba(150, 200, 220, .75) !important;
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:shadow-xl:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2) !important;
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.hover\:shadow-glow-blue:hover {
  box-shadow: 0 0 20px 0 rgb(150, 200, 220) !important;
}

.hover\:shadow-glow-green:hover {
  box-shadow: 0 0 20px 0 rgb(20, 200, 115) !important;
}

.hover\:shadow-glow:hover {
  box-shadow: 0 0 10px 0 rgba(150, 200, 220, .75) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-transparent {
  color: transparent !important;
}

.text-primary-dark {
  color: rgb(20, 85, 140) !important;
}

.text-primary {
  color: rgb(20, 110, 170) !important;
}

.text-primary-light {
  color: rgb(150, 200, 220) !important;
}

.text-blue-light {
  color: #e7f1ff !important;
}

.text-blue-dark {
  color: #70a8da !important;
}

.text-blue-semi-light {
  color: #70a8da !important;
}

.text-secondary-dark {
  color: rgb(10, 190, 105) !important;
}

.text-secondary {
  color: rgb(20, 200, 115) !important;
}

.text-secondary-light {
  color: rgb(30, 210, 125) !important;
}

.text-allblack {
  color: rgb(0, 0, 0) !important;
}

.text-black {
  color: rgb(40, 40, 40) !important;
}

.text-grey-darkest {
  color: rgb(100, 100, 100) !important;
}

.text-grey-darker {
  color: rgb(125, 125, 125) !important;
}

.text-grey-dark {
  color: rgb(150, 150, 150) !important;
}

.text-grey {
  color: rgb(175, 175, 175) !important;
}

.text-grey-light {
  color: rgb(220, 220, 220) !important;
}

.text-grey-lighter {
  color: rgb(235, 235, 235) !important;
}

.text-grey-lightest {
  color: rgb(245, 245, 245) !important;
}

.text-white {
  color: #fff !important;
}

.text-myshop-primary {
  color: #1b75bf !important;
}

.text-myshop-primary-light {
  color: #d9eeff !important;
}

.text-myshop-primary-dark {
  color: #14568d !important;
}

.text-myshop-secondary {
  color: #13ab0e !important;
}

.text-myshop-black {
  color: #333 !important;
}

.text-myshop-grey {
  color: #92979b !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-primary-dark:hover {
  color: rgb(20, 85, 140) !important;
}

.hover\:text-primary:hover {
  color: rgb(20, 110, 170) !important;
}

.hover\:text-primary-light:hover {
  color: rgb(150, 200, 220) !important;
}

.hover\:text-blue-light:hover {
  color: #e7f1ff !important;
}

.hover\:text-blue-dark:hover {
  color: #70a8da !important;
}

.hover\:text-blue-semi-light:hover {
  color: #70a8da !important;
}

.hover\:text-secondary-dark:hover {
  color: rgb(10, 190, 105) !important;
}

.hover\:text-secondary:hover {
  color: rgb(20, 200, 115) !important;
}

.hover\:text-secondary-light:hover {
  color: rgb(30, 210, 125) !important;
}

.hover\:text-allblack:hover {
  color: rgb(0, 0, 0) !important;
}

.hover\:text-black:hover {
  color: rgb(40, 40, 40) !important;
}

.hover\:text-grey-darkest:hover {
  color: rgb(100, 100, 100) !important;
}

.hover\:text-grey-darker:hover {
  color: rgb(125, 125, 125) !important;
}

.hover\:text-grey-dark:hover {
  color: rgb(150, 150, 150) !important;
}

.hover\:text-grey:hover {
  color: rgb(175, 175, 175) !important;
}

.hover\:text-grey-light:hover {
  color: rgb(220, 220, 220) !important;
}

.hover\:text-grey-lighter:hover {
  color: rgb(235, 235, 235) !important;
}

.hover\:text-grey-lightest:hover {
  color: rgb(245, 245, 245) !important;
}

.hover\:text-white:hover {
  color: #fff !important;
}

.hover\:text-myshop-primary:hover {
  color: #1b75bf !important;
}

.hover\:text-myshop-primary-light:hover {
  color: #d9eeff !important;
}

.hover\:text-myshop-primary-dark:hover {
  color: #14568d !important;
}

.hover\:text-myshop-secondary:hover {
  color: #13ab0e !important;
}

.hover\:text-myshop-black:hover {
  color: #333 !important;
}

.hover\:text-myshop-grey:hover {
  color: #92979b !important;
}

.text-xs {
  font-size: 10px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-base {
  font-size: 14px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-xl {
  font-size: 18px !important;
}

.text-2xl {
  font-size: 20px !important;
}

.text-3xl {
  font-size: 24px !important;
}

.text-4xl {
  font-size: 30px !important;
}

.text-5xl {
  font-size: 36px !important;
}

.text-6xl {
  font-size: 48px !important;
}

.italic {
  font-style: italic !important;
}

.roman {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: .05em !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-words {
  word-wrap: break-word !important;
}

.break-normal {
  word-wrap: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-1 {
  width: .25rem !important;
}

.w-2 {
  width: .5rem !important;
}

.w-3 {
  width: .75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.33333% !important;
}

.w-2\/3 {
  width: 66.66667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.66667% !important;
}

.w-5\/6 {
  width: 83.33333% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

.hover\:z-0:hover {
  z-index: 0 !important;
}

.hover\:z-10:hover {
  z-index: 10 !important;
}

.hover\:z-20:hover {
  z-index: 20 !important;
}

.hover\:z-30:hover {
  z-index: 30 !important;
}

.hover\:z-40:hover {
  z-index: 40 !important;
}

.hover\:z-50:hover {
  z-index: 50 !important;
}

.hover\:z-auto:hover {
  z-index: auto !important;
}

.container::before,
  .container::after {
    display: none !important;
  }

@media (min-width: 1600px) {
  .container--wide {
    max-width: 1500px;
  }
}

.transition {
  transition: all .125s ease-in-out;
}

.bg-gradient-ci-with-one {
  background: url("../img/one-bg.png"), linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  background-repeat: no-repeat;
}

.bg-gradient-ci {
  background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
}

.list_of_checks * {
  color: #333 !important;
}

.list_of_checks .slick.slider {
  background: none !important;
}

.list_of_checks .col-xs-12 {
  padding: 0;
}

.list_of_checks .mb-6.px-6.pt-6 {
  padding: 0 !important;
}

.list_of_checks a {
  cursor: default;
}

.list_of_checks a:focus {
  outline: none;
  border: none;
}

.Supportanfraga_container span {
  width: 165px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  height: 170px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.Supportanfraga_container span.not-active {
  background-color: #e7f1ff !important;
  border-color: #70a8da !important;
}

.support-link:hover {
  text-decoration: none !important;
}

.-mt-15 {
  margin-top: -15px !important;
}

@media (min-width: 768px) {
  .md-mt-40 {
    margin-top: -40px !important;
  }
}

.contact_form textarea {
  resize: none;
  background: none;
  border: 1px solid;
  border-radius: 13px;
  height: 100px;
  padding: 5px;
}

.contact_form input {
  background: none;
  border: 1px solid;
  border-radius: 9px;
  padding: 1px 2px;
  max-height: 34px;
}

.contact_form input[type="checkbox"] {
  margin-right: 10px;
}

.contact_form select {
  border-radius: 9px;
  background: none;
  border: 1px solid #000;
  padding: 0;
}

.contact_form .field > label {
  position: relative;
}

.contact_form .field > label:not([for="Browser"])::after {
  content: "*";
  color: #333;
  position: absolute;
  margin: 0 0 0 5px;
  font-size: 20px;
}

.contact_form textarea.has-empty-error,
.contact_form input.has-empty-error:not([type="radio"]) {
  border-color: #f43f5e;
}

.contact_form input[type="radio"].has-empty-error {
  box-shadow: 0 0 0 2pt #f43f5e;
}

.serviceIcon {
  background: #14619b;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
}

.serviceIcon svg {
  width: 50px;
}

.serviceIcon svg path {
  fill: #fff;
}

.HotlineIcon svg {
  width: 100px;
  height: 100px;
}

.HotlineIcon svg path {
  fill: #14619b;
}

.widthFull .col-md-7 {
  width: 100%;
}

@media (min-width: 576px) {
  .sm\:header--blur {
    position: relative;
    z-index: 10;
  }

  .sm\:header--blur:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 110%;
    height: 150px;
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-primary-dark {
    background-color: rgb(20, 85, 140) !important;
  }

  .sm\:bg-primary {
    background-color: rgb(20, 110, 170) !important;
  }

  .sm\:bg-primary-light {
    background-color: rgb(150, 200, 220) !important;
  }

  .sm\:bg-blue-light {
    background-color: #e7f1ff !important;
  }

  .sm\:bg-blue-dark {
    background-color: #70a8da !important;
  }

  .sm\:bg-blue-semi-light {
    background-color: #70a8da !important;
  }

  .sm\:bg-secondary-dark {
    background-color: rgb(10, 190, 105) !important;
  }

  .sm\:bg-secondary {
    background-color: rgb(20, 200, 115) !important;
  }

  .sm\:bg-secondary-light {
    background-color: rgb(30, 210, 125) !important;
  }

  .sm\:bg-allblack {
    background-color: rgb(0, 0, 0) !important;
  }

  .sm\:bg-black {
    background-color: rgb(40, 40, 40) !important;
  }

  .sm\:bg-grey-darkest {
    background-color: rgb(100, 100, 100) !important;
  }

  .sm\:bg-grey-darker {
    background-color: rgb(125, 125, 125) !important;
  }

  .sm\:bg-grey-dark {
    background-color: rgb(150, 150, 150) !important;
  }

  .sm\:bg-grey {
    background-color: rgb(175, 175, 175) !important;
  }

  .sm\:bg-grey-light {
    background-color: rgb(220, 220, 220) !important;
  }

  .sm\:bg-grey-lighter {
    background-color: rgb(235, 235, 235) !important;
  }

  .sm\:bg-grey-lightest {
    background-color: rgb(245, 245, 245) !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-myshop-primary {
    background-color: #1b75bf !important;
  }

  .sm\:bg-myshop-primary-light {
    background-color: #d9eeff !important;
  }

  .sm\:bg-myshop-primary-dark {
    background-color: #14568d !important;
  }

  .sm\:bg-myshop-secondary {
    background-color: #13ab0e !important;
  }

  .sm\:bg-myshop-black {
    background-color: #333 !important;
  }

  .sm\:bg-myshop-grey {
    background-color: #92979b !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-primary-dark:focus {
    background-color: rgb(20, 85, 140) !important;
  }

  .sm\:focus\:bg-primary:focus {
    background-color: rgb(20, 110, 170) !important;
  }

  .sm\:focus\:bg-primary-light:focus {
    background-color: rgb(150, 200, 220) !important;
  }

  .sm\:focus\:bg-blue-light:focus {
    background-color: #e7f1ff !important;
  }

  .sm\:focus\:bg-blue-dark:focus {
    background-color: #70a8da !important;
  }

  .sm\:focus\:bg-blue-semi-light:focus {
    background-color: #70a8da !important;
  }

  .sm\:focus\:bg-secondary-dark:focus {
    background-color: rgb(10, 190, 105) !important;
  }

  .sm\:focus\:bg-secondary:focus {
    background-color: rgb(20, 200, 115) !important;
  }

  .sm\:focus\:bg-secondary-light:focus {
    background-color: rgb(30, 210, 125) !important;
  }

  .sm\:focus\:bg-allblack:focus {
    background-color: rgb(0, 0, 0) !important;
  }

  .sm\:focus\:bg-black:focus {
    background-color: rgb(40, 40, 40) !important;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    background-color: rgb(100, 100, 100) !important;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: rgb(125, 125, 125) !important;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: rgb(150, 150, 150) !important;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: rgb(175, 175, 175) !important;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: rgb(220, 220, 220) !important;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: rgb(235, 235, 235) !important;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: rgb(245, 245, 245) !important;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:bg-myshop-primary:focus {
    background-color: #1b75bf !important;
  }

  .sm\:focus\:bg-myshop-primary-light:focus {
    background-color: #d9eeff !important;
  }

  .sm\:focus\:bg-myshop-primary-dark:focus {
    background-color: #14568d !important;
  }

  .sm\:focus\:bg-myshop-secondary:focus {
    background-color: #13ab0e !important;
  }

  .sm\:focus\:bg-myshop-black:focus {
    background-color: #333 !important;
  }

  .sm\:focus\:bg-myshop-grey:focus {
    background-color: #92979b !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-primary-dark:hover {
    background-color: rgb(20, 85, 140) !important;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: rgb(20, 110, 170) !important;
  }

  .sm\:hover\:bg-primary-light:hover {
    background-color: rgb(150, 200, 220) !important;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #e7f1ff !important;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #70a8da !important;
  }

  .sm\:hover\:bg-blue-semi-light:hover {
    background-color: #70a8da !important;
  }

  .sm\:hover\:bg-secondary-dark:hover {
    background-color: rgb(10, 190, 105) !important;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: rgb(20, 200, 115) !important;
  }

  .sm\:hover\:bg-secondary-light:hover {
    background-color: rgb(30, 210, 125) !important;
  }

  .sm\:hover\:bg-allblack:hover {
    background-color: rgb(0, 0, 0) !important;
  }

  .sm\:hover\:bg-black:hover {
    background-color: rgb(40, 40, 40) !important;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: rgb(100, 100, 100) !important;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: rgb(125, 125, 125) !important;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: rgb(150, 150, 150) !important;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: rgb(175, 175, 175) !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: rgb(220, 220, 220) !important;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: rgb(235, 235, 235) !important;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: rgb(245, 245, 245) !important;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:bg-myshop-primary:hover {
    background-color: #1b75bf !important;
  }

  .sm\:hover\:bg-myshop-primary-light:hover {
    background-color: #d9eeff !important;
  }

  .sm\:hover\:bg-myshop-primary-dark:hover {
    background-color: #14568d !important;
  }

  .sm\:hover\:bg-myshop-secondary:hover {
    background-color: #13ab0e !important;
  }

  .sm\:hover\:bg-myshop-black:hover {
    background-color: #333 !important;
  }

  .sm\:hover\:bg-myshop-grey:hover {
    background-color: #92979b !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-3 {
    border-width: 3px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-3 {
    border-top-width: 3px !important;
  }

  .sm\:border-r-3 {
    border-right-width: 3px !important;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .sm\:border-l-3 {
    border-left-width: 3px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .sm\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .sm\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .sm\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .sm\:self-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .sm\:self-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .sm\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .sm\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

  .sm\:justify-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .sm\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .sm\:content-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .sm\:content-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .sm\:content-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .sm\:content-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .sm\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .sm\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .sm\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .sm\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .sm\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:h-0 {
    height: 0 !important;
  }

  .sm\:h-1 {
    height: .25rem !important;
  }

  .sm\:h-2 {
    height: .5rem !important;
  }

  .sm\:h-3 {
    height: .75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-80 {
    height: 20rem !important;
  }

  .sm\:h-96 {
    height: 24rem !important;
  }

  .sm\:h-128 {
    height: 32rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:m-1 {
    margin: 5px !important;
  }

  .sm\:m-2 {
    margin: 10px !important;
  }

  .sm\:m-3 {
    margin: 15px !important;
  }

  .sm\:m-4 {
    margin: 30px !important;
  }

  .sm\:m-6 {
    margin: 45px !important;
  }

  .sm\:m-8 {
    margin: 60px !important;
  }

  .sm\:m-10 {
    margin: 75px !important;
  }

  .sm\:m-12 {
    margin: 90px !important;
  }

  .sm\:m-16 {
    margin: 120px !important;
  }

  .sm\:m-24 {
    margin: 180px !important;
  }

  .sm\:m-32 {
    margin: 220px !important;
  }

  .sm\:m-48 {
    margin: 330px !important;
  }

  .sm\:m-56 {
    margin: 380px !important;
  }

  .sm\:m-64 {
    margin: 440px !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:m-3a {
    margin: 20px !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sm\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sm\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sm\:my-10 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .sm\:mx-10 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .sm\:my-12 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sm\:mx-12 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .sm\:my-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .sm\:mx-16 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .sm\:my-24 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .sm\:mx-24 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .sm\:my-32 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .sm\:mx-32 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .sm\:my-48 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .sm\:mx-48 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .sm\:my-56 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }

  .sm\:mx-56 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }

  .sm\:my-64 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }

  .sm\:mx-64 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-3a {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm\:mx-3a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mt-1 {
    margin-top: 5px !important;
  }

  .sm\:mr-1 {
    margin-right: 5px !important;
  }

  .sm\:mb-1 {
    margin-bottom: 5px !important;
  }

  .sm\:ml-1 {
    margin-left: 5px !important;
  }

  .sm\:mt-2 {
    margin-top: 10px !important;
  }

  .sm\:mr-2 {
    margin-right: 10px !important;
  }

  .sm\:mb-2 {
    margin-bottom: 10px !important;
  }

  .sm\:ml-2 {
    margin-left: 10px !important;
  }

  .sm\:mt-3 {
    margin-top: 15px !important;
  }

  .sm\:mr-3 {
    margin-right: 15px !important;
  }

  .sm\:mb-3 {
    margin-bottom: 15px !important;
  }

  .sm\:ml-3 {
    margin-left: 15px !important;
  }

  .sm\:mt-4 {
    margin-top: 30px !important;
  }

  .sm\:mr-4 {
    margin-right: 30px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 30px !important;
  }

  .sm\:ml-4 {
    margin-left: 30px !important;
  }

  .sm\:mt-6 {
    margin-top: 45px !important;
  }

  .sm\:mr-6 {
    margin-right: 45px !important;
  }

  .sm\:mb-6 {
    margin-bottom: 45px !important;
  }

  .sm\:ml-6 {
    margin-left: 45px !important;
  }

  .sm\:mt-8 {
    margin-top: 60px !important;
  }

  .sm\:mr-8 {
    margin-right: 60px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 60px !important;
  }

  .sm\:ml-8 {
    margin-left: 60px !important;
  }

  .sm\:mt-10 {
    margin-top: 75px !important;
  }

  .sm\:mr-10 {
    margin-right: 75px !important;
  }

  .sm\:mb-10 {
    margin-bottom: 75px !important;
  }

  .sm\:ml-10 {
    margin-left: 75px !important;
  }

  .sm\:mt-12 {
    margin-top: 90px !important;
  }

  .sm\:mr-12 {
    margin-right: 90px !important;
  }

  .sm\:mb-12 {
    margin-bottom: 90px !important;
  }

  .sm\:ml-12 {
    margin-left: 90px !important;
  }

  .sm\:mt-16 {
    margin-top: 120px !important;
  }

  .sm\:mr-16 {
    margin-right: 120px !important;
  }

  .sm\:mb-16 {
    margin-bottom: 120px !important;
  }

  .sm\:ml-16 {
    margin-left: 120px !important;
  }

  .sm\:mt-24 {
    margin-top: 180px !important;
  }

  .sm\:mr-24 {
    margin-right: 180px !important;
  }

  .sm\:mb-24 {
    margin-bottom: 180px !important;
  }

  .sm\:ml-24 {
    margin-left: 180px !important;
  }

  .sm\:mt-32 {
    margin-top: 220px !important;
  }

  .sm\:mr-32 {
    margin-right: 220px !important;
  }

  .sm\:mb-32 {
    margin-bottom: 220px !important;
  }

  .sm\:ml-32 {
    margin-left: 220px !important;
  }

  .sm\:mt-48 {
    margin-top: 330px !important;
  }

  .sm\:mr-48 {
    margin-right: 330px !important;
  }

  .sm\:mb-48 {
    margin-bottom: 330px !important;
  }

  .sm\:ml-48 {
    margin-left: 330px !important;
  }

  .sm\:mt-56 {
    margin-top: 380px !important;
  }

  .sm\:mr-56 {
    margin-right: 380px !important;
  }

  .sm\:mb-56 {
    margin-bottom: 380px !important;
  }

  .sm\:ml-56 {
    margin-left: 380px !important;
  }

  .sm\:mt-64 {
    margin-top: 440px !important;
  }

  .sm\:mr-64 {
    margin-right: 440px !important;
  }

  .sm\:mb-64 {
    margin-bottom: 440px !important;
  }

  .sm\:ml-64 {
    margin-left: 440px !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:mt-3a {
    margin-top: 20px !important;
  }

  .sm\:mr-3a {
    margin-right: 20px !important;
  }

  .sm\:mb-3a {
    margin-bottom: 20px !important;
  }

  .sm\:ml-3a {
    margin-left: 20px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-xxs {
    max-width: 15rem !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 30rem !important;
  }

  .sm\:max-w-md {
    max-width: 40rem !important;
  }

  .sm\:max-w-lg {
    max-width: 50rem !important;
  }

  .sm\:max-w-xl {
    max-width: 60rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:-m-0 {
    margin: 0 !important;
  }

  .sm\:-m-1 {
    margin: -5px !important;
  }

  .sm\:-m-2 {
    margin: -10px !important;
  }

  .sm\:-m-3 {
    margin: -15px !important;
  }

  .sm\:-m-4 {
    margin: -30px !important;
  }

  .sm\:-m-6 {
    margin: -45px !important;
  }

  .sm\:-m-8 {
    margin: -60px !important;
  }

  .sm\:-m-10 {
    margin: -75px !important;
  }

  .sm\:-m-12 {
    margin: -90px !important;
  }

  .sm\:-m-16 {
    margin: -120px !important;
  }

  .sm\:-m-24 {
    margin: -180px !important;
  }

  .sm\:-m-32 {
    margin: -220px !important;
  }

  .sm\:-m-48 {
    margin: -330px !important;
  }

  .sm\:-m-56 {
    margin: -380px !important;
  }

  .sm\:-m-64 {
    margin: -440px !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:-m-3a {
    margin: -20px !important;
  }

  .sm\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .sm\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .sm\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .sm\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .sm\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .sm\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .sm\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .sm\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .sm\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .sm\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .sm\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .sm\:-my-10 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .sm\:-mx-10 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .sm\:-my-12 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .sm\:-mx-12 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .sm\:-my-16 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .sm\:-mx-16 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .sm\:-my-24 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .sm\:-mx-24 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .sm\:-my-32 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .sm\:-mx-32 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .sm\:-my-48 {
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .sm\:-mx-48 {
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .sm\:-my-56 {
    margin-top: -380px !important;
    margin-bottom: -380px !important;
  }

  .sm\:-mx-56 {
    margin-left: -380px !important;
    margin-right: -380px !important;
  }

  .sm\:-my-64 {
    margin-top: -440px !important;
    margin-bottom: -440px !important;
  }

  .sm\:-mx-64 {
    margin-left: -440px !important;
    margin-right: -440px !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-3a {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .sm\:-mx-3a {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .sm\:-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:-mt-1 {
    margin-top: -5px !important;
  }

  .sm\:-mr-1 {
    margin-right: -5px !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .sm\:-ml-1 {
    margin-left: -5px !important;
  }

  .sm\:-mt-2 {
    margin-top: -10px !important;
  }

  .sm\:-mr-2 {
    margin-right: -10px !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .sm\:-ml-2 {
    margin-left: -10px !important;
  }

  .sm\:-mt-3 {
    margin-top: -15px !important;
  }

  .sm\:-mr-3 {
    margin-right: -15px !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .sm\:-ml-3 {
    margin-left: -15px !important;
  }

  .sm\:-mt-4 {
    margin-top: -30px !important;
  }

  .sm\:-mr-4 {
    margin-right: -30px !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .sm\:-ml-4 {
    margin-left: -30px !important;
  }

  .sm\:-mt-6 {
    margin-top: -45px !important;
  }

  .sm\:-mr-6 {
    margin-right: -45px !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .sm\:-ml-6 {
    margin-left: -45px !important;
  }

  .sm\:-mt-8 {
    margin-top: -60px !important;
  }

  .sm\:-mr-8 {
    margin-right: -60px !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .sm\:-ml-8 {
    margin-left: -60px !important;
  }

  .sm\:-mt-10 {
    margin-top: -75px !important;
  }

  .sm\:-mr-10 {
    margin-right: -75px !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -75px !important;
  }

  .sm\:-ml-10 {
    margin-left: -75px !important;
  }

  .sm\:-mt-12 {
    margin-top: -90px !important;
  }

  .sm\:-mr-12 {
    margin-right: -90px !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -90px !important;
  }

  .sm\:-ml-12 {
    margin-left: -90px !important;
  }

  .sm\:-mt-16 {
    margin-top: -120px !important;
  }

  .sm\:-mr-16 {
    margin-right: -120px !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -120px !important;
  }

  .sm\:-ml-16 {
    margin-left: -120px !important;
  }

  .sm\:-mt-24 {
    margin-top: -180px !important;
  }

  .sm\:-mr-24 {
    margin-right: -180px !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -180px !important;
  }

  .sm\:-ml-24 {
    margin-left: -180px !important;
  }

  .sm\:-mt-32 {
    margin-top: -220px !important;
  }

  .sm\:-mr-32 {
    margin-right: -220px !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -220px !important;
  }

  .sm\:-ml-32 {
    margin-left: -220px !important;
  }

  .sm\:-mt-48 {
    margin-top: -330px !important;
  }

  .sm\:-mr-48 {
    margin-right: -330px !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -330px !important;
  }

  .sm\:-ml-48 {
    margin-left: -330px !important;
  }

  .sm\:-mt-56 {
    margin-top: -380px !important;
  }

  .sm\:-mr-56 {
    margin-right: -380px !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -380px !important;
  }

  .sm\:-ml-56 {
    margin-left: -380px !important;
  }

  .sm\:-mt-64 {
    margin-top: -440px !important;
  }

  .sm\:-mr-64 {
    margin-right: -440px !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -440px !important;
  }

  .sm\:-ml-64 {
    margin-left: -440px !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:-mt-3a {
    margin-top: -20px !important;
  }

  .sm\:-mr-3a {
    margin-right: -20px !important;
  }

  .sm\:-mb-3a {
    margin-bottom: -20px !important;
  }

  .sm\:-ml-3a {
    margin-left: -20px !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: .25 !important;
  }

  .sm\:opacity-50 {
    opacity: .5 !important;
  }

  .sm\:opacity-75 {
    opacity: .75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: 5px !important;
  }

  .sm\:p-2 {
    padding: 10px !important;
  }

  .sm\:p-3 {
    padding: 15px !important;
  }

  .sm\:p-4 {
    padding: 30px !important;
  }

  .sm\:p-6 {
    padding: 45px !important;
  }

  .sm\:p-8 {
    padding: 60px !important;
  }

  .sm\:p-9 {
    padding: 67px !important;
  }

  .sm\:p-10 {
    padding: 75px !important;
  }

  .sm\:p-12 {
    padding: 90px !important;
  }

  .sm\:p-16 {
    padding: 120px !important;
  }

  .sm\:p-24 {
    padding: 180px !important;
  }

  .sm\:p-32 {
    padding: 220px !important;
  }

  .sm\:p-48 {
    padding: 330px !important;
  }

  .sm\:p-56 {
    padding: 380px !important;
  }

  .sm\:p-64 {
    padding: 440px !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:p-3a {
    padding: 20px !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sm\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sm\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:py-9 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }

  .sm\:px-9 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }

  .sm\:py-10 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .sm\:px-10 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .sm\:py-12 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .sm\:px-12 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .sm\:py-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .sm\:px-16 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .sm\:py-24 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .sm\:px-24 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .sm\:py-32 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .sm\:px-32 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .sm\:py-48 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .sm\:px-48 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .sm\:py-56 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }

  .sm\:px-56 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }

  .sm\:py-64 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }

  .sm\:px-64 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-3a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm\:px-3a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pt-1 {
    padding-top: 5px !important;
  }

  .sm\:pr-1 {
    padding-right: 5px !important;
  }

  .sm\:pb-1 {
    padding-bottom: 5px !important;
  }

  .sm\:pl-1 {
    padding-left: 5px !important;
  }

  .sm\:pt-2 {
    padding-top: 10px !important;
  }

  .sm\:pr-2 {
    padding-right: 10px !important;
  }

  .sm\:pb-2 {
    padding-bottom: 10px !important;
  }

  .sm\:pl-2 {
    padding-left: 10px !important;
  }

  .sm\:pt-3 {
    padding-top: 15px !important;
  }

  .sm\:pr-3 {
    padding-right: 15px !important;
  }

  .sm\:pb-3 {
    padding-bottom: 15px !important;
  }

  .sm\:pl-3 {
    padding-left: 15px !important;
  }

  .sm\:pt-4 {
    padding-top: 30px !important;
  }

  .sm\:pr-4 {
    padding-right: 30px !important;
  }

  .sm\:pb-4 {
    padding-bottom: 30px !important;
  }

  .sm\:pl-4 {
    padding-left: 30px !important;
  }

  .sm\:pt-6 {
    padding-top: 45px !important;
  }

  .sm\:pr-6 {
    padding-right: 45px !important;
  }

  .sm\:pb-6 {
    padding-bottom: 45px !important;
  }

  .sm\:pl-6 {
    padding-left: 45px !important;
  }

  .sm\:pt-8 {
    padding-top: 60px !important;
  }

  .sm\:pr-8 {
    padding-right: 60px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 60px !important;
  }

  .sm\:pl-8 {
    padding-left: 60px !important;
  }

  .sm\:pt-9 {
    padding-top: 67px !important;
  }

  .sm\:pr-9 {
    padding-right: 67px !important;
  }

  .sm\:pb-9 {
    padding-bottom: 67px !important;
  }

  .sm\:pl-9 {
    padding-left: 67px !important;
  }

  .sm\:pt-10 {
    padding-top: 75px !important;
  }

  .sm\:pr-10 {
    padding-right: 75px !important;
  }

  .sm\:pb-10 {
    padding-bottom: 75px !important;
  }

  .sm\:pl-10 {
    padding-left: 75px !important;
  }

  .sm\:pt-12 {
    padding-top: 90px !important;
  }

  .sm\:pr-12 {
    padding-right: 90px !important;
  }

  .sm\:pb-12 {
    padding-bottom: 90px !important;
  }

  .sm\:pl-12 {
    padding-left: 90px !important;
  }

  .sm\:pt-16 {
    padding-top: 120px !important;
  }

  .sm\:pr-16 {
    padding-right: 120px !important;
  }

  .sm\:pb-16 {
    padding-bottom: 120px !important;
  }

  .sm\:pl-16 {
    padding-left: 120px !important;
  }

  .sm\:pt-24 {
    padding-top: 180px !important;
  }

  .sm\:pr-24 {
    padding-right: 180px !important;
  }

  .sm\:pb-24 {
    padding-bottom: 180px !important;
  }

  .sm\:pl-24 {
    padding-left: 180px !important;
  }

  .sm\:pt-32 {
    padding-top: 220px !important;
  }

  .sm\:pr-32 {
    padding-right: 220px !important;
  }

  .sm\:pb-32 {
    padding-bottom: 220px !important;
  }

  .sm\:pl-32 {
    padding-left: 220px !important;
  }

  .sm\:pt-48 {
    padding-top: 330px !important;
  }

  .sm\:pr-48 {
    padding-right: 330px !important;
  }

  .sm\:pb-48 {
    padding-bottom: 330px !important;
  }

  .sm\:pl-48 {
    padding-left: 330px !important;
  }

  .sm\:pt-56 {
    padding-top: 380px !important;
  }

  .sm\:pr-56 {
    padding-right: 380px !important;
  }

  .sm\:pb-56 {
    padding-bottom: 380px !important;
  }

  .sm\:pl-56 {
    padding-left: 380px !important;
  }

  .sm\:pt-64 {
    padding-top: 440px !important;
  }

  .sm\:pr-64 {
    padding-right: 440px !important;
  }

  .sm\:pb-64 {
    padding-bottom: 440px !important;
  }

  .sm\:pl-64 {
    padding-left: 440px !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pt-3a {
    padding-top: 20px !important;
  }

  .sm\:pr-3a {
    padding-right: 20px !important;
  }

  .sm\:pb-3a {
    padding-bottom: 20px !important;
  }

  .sm\:pl-3a {
    padding-left: 20px !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-t {
    top: 0 !important;
  }

  .sm\:pin-r {
    right: 0 !important;
  }

  .sm\:pin-b {
    bottom: 0 !important;
  }

  .sm\:pin-l {
    left: 0 !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-primary-dark {
    color: rgb(20, 85, 140) !important;
  }

  .sm\:text-primary {
    color: rgb(20, 110, 170) !important;
  }

  .sm\:text-primary-light {
    color: rgb(150, 200, 220) !important;
  }

  .sm\:text-blue-light {
    color: #e7f1ff !important;
  }

  .sm\:text-blue-dark {
    color: #70a8da !important;
  }

  .sm\:text-blue-semi-light {
    color: #70a8da !important;
  }

  .sm\:text-secondary-dark {
    color: rgb(10, 190, 105) !important;
  }

  .sm\:text-secondary {
    color: rgb(20, 200, 115) !important;
  }

  .sm\:text-secondary-light {
    color: rgb(30, 210, 125) !important;
  }

  .sm\:text-allblack {
    color: rgb(0, 0, 0) !important;
  }

  .sm\:text-black {
    color: rgb(40, 40, 40) !important;
  }

  .sm\:text-grey-darkest {
    color: rgb(100, 100, 100) !important;
  }

  .sm\:text-grey-darker {
    color: rgb(125, 125, 125) !important;
  }

  .sm\:text-grey-dark {
    color: rgb(150, 150, 150) !important;
  }

  .sm\:text-grey {
    color: rgb(175, 175, 175) !important;
  }

  .sm\:text-grey-light {
    color: rgb(220, 220, 220) !important;
  }

  .sm\:text-grey-lighter {
    color: rgb(235, 235, 235) !important;
  }

  .sm\:text-grey-lightest {
    color: rgb(245, 245, 245) !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-myshop-primary {
    color: #1b75bf !important;
  }

  .sm\:text-myshop-primary-light {
    color: #d9eeff !important;
  }

  .sm\:text-myshop-primary-dark {
    color: #14568d !important;
  }

  .sm\:text-myshop-secondary {
    color: #13ab0e !important;
  }

  .sm\:text-myshop-black {
    color: #333 !important;
  }

  .sm\:text-myshop-grey {
    color: #92979b !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-primary-dark:hover {
    color: rgb(20, 85, 140) !important;
  }

  .sm\:hover\:text-primary:hover {
    color: rgb(20, 110, 170) !important;
  }

  .sm\:hover\:text-primary-light:hover {
    color: rgb(150, 200, 220) !important;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #e7f1ff !important;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #70a8da !important;
  }

  .sm\:hover\:text-blue-semi-light:hover {
    color: #70a8da !important;
  }

  .sm\:hover\:text-secondary-dark:hover {
    color: rgb(10, 190, 105) !important;
  }

  .sm\:hover\:text-secondary:hover {
    color: rgb(20, 200, 115) !important;
  }

  .sm\:hover\:text-secondary-light:hover {
    color: rgb(30, 210, 125) !important;
  }

  .sm\:hover\:text-allblack:hover {
    color: rgb(0, 0, 0) !important;
  }

  .sm\:hover\:text-black:hover {
    color: rgb(40, 40, 40) !important;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: rgb(100, 100, 100) !important;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: rgb(125, 125, 125) !important;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: rgb(150, 150, 150) !important;
  }

  .sm\:hover\:text-grey:hover {
    color: rgb(175, 175, 175) !important;
  }

  .sm\:hover\:text-grey-light:hover {
    color: rgb(220, 220, 220) !important;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: rgb(235, 235, 235) !important;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: rgb(245, 245, 245) !important;
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:text-myshop-primary:hover {
    color: #1b75bf !important;
  }

  .sm\:hover\:text-myshop-primary-light:hover {
    color: #d9eeff !important;
  }

  .sm\:hover\:text-myshop-primary-dark:hover {
    color: #14568d !important;
  }

  .sm\:hover\:text-myshop-secondary:hover {
    color: #13ab0e !important;
  }

  .sm\:hover\:text-myshop-black:hover {
    color: #333 !important;
  }

  .sm\:hover\:text-myshop-grey:hover {
    color: #92979b !important;
  }

  .sm\:text-xs {
    font-size: 10px !important;
  }

  .sm\:text-sm {
    font-size: 12px !important;
  }

  .sm\:text-base {
    font-size: 14px !important;
  }

  .sm\:text-lg {
    font-size: 16px !important;
  }

  .sm\:text-xl {
    font-size: 18px !important;
  }

  .sm\:text-2xl {
    font-size: 20px !important;
  }

  .sm\:text-3xl {
    font-size: 24px !important;
  }

  .sm\:text-4xl {
    font-size: 30px !important;
  }

  .sm\:text-5xl {
    font-size: 36px !important;
  }

  .sm\:text-6xl {
    font-size: 48px !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-1 {
    width: .25rem !important;
  }

  .sm\:w-2 {
    width: .5rem !important;
  }

  .sm\:w-3 {
    width: .75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.66667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.33333% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:bg-gradient-ci-with-one {
    background: url("../img/one-bg.png"), linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    background-repeat: no-repeat;
  }

  .sm\:bg-gradient-ci {
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  }
}

@media (min-width: 768px) {
  .md\:header--blur {
    position: relative;
    z-index: 10;
  }

  .md\:header--blur:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 110%;
    height: 150px;
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-primary-dark {
    background-color: rgb(20, 85, 140) !important;
  }

  .md\:bg-primary {
    background-color: rgb(20, 110, 170) !important;
  }

  .md\:bg-primary-light {
    background-color: rgb(150, 200, 220) !important;
  }

  .md\:bg-blue-light {
    background-color: #e7f1ff !important;
  }

  .md\:bg-blue-dark {
    background-color: #70a8da !important;
  }

  .md\:bg-blue-semi-light {
    background-color: #70a8da !important;
  }

  .md\:bg-secondary-dark {
    background-color: rgb(10, 190, 105) !important;
  }

  .md\:bg-secondary {
    background-color: rgb(20, 200, 115) !important;
  }

  .md\:bg-secondary-light {
    background-color: rgb(30, 210, 125) !important;
  }

  .md\:bg-allblack {
    background-color: rgb(0, 0, 0) !important;
  }

  .md\:bg-black {
    background-color: rgb(40, 40, 40) !important;
  }

  .md\:bg-grey-darkest {
    background-color: rgb(100, 100, 100) !important;
  }

  .md\:bg-grey-darker {
    background-color: rgb(125, 125, 125) !important;
  }

  .md\:bg-grey-dark {
    background-color: rgb(150, 150, 150) !important;
  }

  .md\:bg-grey {
    background-color: rgb(175, 175, 175) !important;
  }

  .md\:bg-grey-light {
    background-color: rgb(220, 220, 220) !important;
  }

  .md\:bg-grey-lighter {
    background-color: rgb(235, 235, 235) !important;
  }

  .md\:bg-grey-lightest {
    background-color: rgb(245, 245, 245) !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-myshop-primary {
    background-color: #1b75bf !important;
  }

  .md\:bg-myshop-primary-light {
    background-color: #d9eeff !important;
  }

  .md\:bg-myshop-primary-dark {
    background-color: #14568d !important;
  }

  .md\:bg-myshop-secondary {
    background-color: #13ab0e !important;
  }

  .md\:bg-myshop-black {
    background-color: #333 !important;
  }

  .md\:bg-myshop-grey {
    background-color: #92979b !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-primary-dark:focus {
    background-color: rgb(20, 85, 140) !important;
  }

  .md\:focus\:bg-primary:focus {
    background-color: rgb(20, 110, 170) !important;
  }

  .md\:focus\:bg-primary-light:focus {
    background-color: rgb(150, 200, 220) !important;
  }

  .md\:focus\:bg-blue-light:focus {
    background-color: #e7f1ff !important;
  }

  .md\:focus\:bg-blue-dark:focus {
    background-color: #70a8da !important;
  }

  .md\:focus\:bg-blue-semi-light:focus {
    background-color: #70a8da !important;
  }

  .md\:focus\:bg-secondary-dark:focus {
    background-color: rgb(10, 190, 105) !important;
  }

  .md\:focus\:bg-secondary:focus {
    background-color: rgb(20, 200, 115) !important;
  }

  .md\:focus\:bg-secondary-light:focus {
    background-color: rgb(30, 210, 125) !important;
  }

  .md\:focus\:bg-allblack:focus {
    background-color: rgb(0, 0, 0) !important;
  }

  .md\:focus\:bg-black:focus {
    background-color: rgb(40, 40, 40) !important;
  }

  .md\:focus\:bg-grey-darkest:focus {
    background-color: rgb(100, 100, 100) !important;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: rgb(125, 125, 125) !important;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: rgb(150, 150, 150) !important;
  }

  .md\:focus\:bg-grey:focus {
    background-color: rgb(175, 175, 175) !important;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: rgb(220, 220, 220) !important;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: rgb(235, 235, 235) !important;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: rgb(245, 245, 245) !important;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .md\:focus\:bg-myshop-primary:focus {
    background-color: #1b75bf !important;
  }

  .md\:focus\:bg-myshop-primary-light:focus {
    background-color: #d9eeff !important;
  }

  .md\:focus\:bg-myshop-primary-dark:focus {
    background-color: #14568d !important;
  }

  .md\:focus\:bg-myshop-secondary:focus {
    background-color: #13ab0e !important;
  }

  .md\:focus\:bg-myshop-black:focus {
    background-color: #333 !important;
  }

  .md\:focus\:bg-myshop-grey:focus {
    background-color: #92979b !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-primary-dark:hover {
    background-color: rgb(20, 85, 140) !important;
  }

  .md\:hover\:bg-primary:hover {
    background-color: rgb(20, 110, 170) !important;
  }

  .md\:hover\:bg-primary-light:hover {
    background-color: rgb(150, 200, 220) !important;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #e7f1ff !important;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #70a8da !important;
  }

  .md\:hover\:bg-blue-semi-light:hover {
    background-color: #70a8da !important;
  }

  .md\:hover\:bg-secondary-dark:hover {
    background-color: rgb(10, 190, 105) !important;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: rgb(20, 200, 115) !important;
  }

  .md\:hover\:bg-secondary-light:hover {
    background-color: rgb(30, 210, 125) !important;
  }

  .md\:hover\:bg-allblack:hover {
    background-color: rgb(0, 0, 0) !important;
  }

  .md\:hover\:bg-black:hover {
    background-color: rgb(40, 40, 40) !important;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: rgb(100, 100, 100) !important;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: rgb(125, 125, 125) !important;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: rgb(150, 150, 150) !important;
  }

  .md\:hover\:bg-grey:hover {
    background-color: rgb(175, 175, 175) !important;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: rgb(220, 220, 220) !important;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: rgb(235, 235, 235) !important;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: rgb(245, 245, 245) !important;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-myshop-primary:hover {
    background-color: #1b75bf !important;
  }

  .md\:hover\:bg-myshop-primary-light:hover {
    background-color: #d9eeff !important;
  }

  .md\:hover\:bg-myshop-primary-dark:hover {
    background-color: #14568d !important;
  }

  .md\:hover\:bg-myshop-secondary:hover {
    background-color: #13ab0e !important;
  }

  .md\:hover\:bg-myshop-black:hover {
    background-color: #333 !important;
  }

  .md\:hover\:bg-myshop-grey:hover {
    background-color: #92979b !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-3 {
    border-width: 3px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-3 {
    border-top-width: 3px !important;
  }

  .md\:border-r-3 {
    border-right-width: 3px !important;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .md\:border-l-3 {
    border-left-width: 3px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .md\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .md\:items-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .md\:items-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .md\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .md\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .md\:self-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .md\:self-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .md\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .md\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

  .md\:justify-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .md\:justify-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .md\:justify-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .md\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .md\:content-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .md\:content-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .md\:content-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .md\:content-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .md\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .md\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .md\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .md\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .md\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:h-0 {
    height: 0 !important;
  }

  .md\:h-1 {
    height: .25rem !important;
  }

  .md\:h-2 {
    height: .5rem !important;
  }

  .md\:h-3 {
    height: .75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-80 {
    height: 20rem !important;
  }

  .md\:h-96 {
    height: 24rem !important;
  }

  .md\:h-128 {
    height: 32rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:m-1 {
    margin: 5px !important;
  }

  .md\:m-2 {
    margin: 10px !important;
  }

  .md\:m-3 {
    margin: 15px !important;
  }

  .md\:m-4 {
    margin: 30px !important;
  }

  .md\:m-6 {
    margin: 45px !important;
  }

  .md\:m-8 {
    margin: 60px !important;
  }

  .md\:m-10 {
    margin: 75px !important;
  }

  .md\:m-12 {
    margin: 90px !important;
  }

  .md\:m-16 {
    margin: 120px !important;
  }

  .md\:m-24 {
    margin: 180px !important;
  }

  .md\:m-32 {
    margin: 220px !important;
  }

  .md\:m-48 {
    margin: 330px !important;
  }

  .md\:m-56 {
    margin: 380px !important;
  }

  .md\:m-64 {
    margin: 440px !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:m-3a {
    margin: 20px !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .md\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .md\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .md\:my-10 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .md\:mx-10 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .md\:my-12 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .md\:mx-12 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .md\:my-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .md\:mx-16 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .md\:my-24 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .md\:mx-24 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .md\:my-32 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .md\:mx-32 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .md\:my-48 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .md\:mx-48 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .md\:my-56 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }

  .md\:mx-56 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }

  .md\:my-64 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }

  .md\:mx-64 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:my-3a {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:mx-3a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: 5px !important;
  }

  .md\:mr-1 {
    margin-right: 5px !important;
  }

  .md\:mb-1 {
    margin-bottom: 5px !important;
  }

  .md\:ml-1 {
    margin-left: 5px !important;
  }

  .md\:mt-2 {
    margin-top: 10px !important;
  }

  .md\:mr-2 {
    margin-right: 10px !important;
  }

  .md\:mb-2 {
    margin-bottom: 10px !important;
  }

  .md\:ml-2 {
    margin-left: 10px !important;
  }

  .md\:mt-3 {
    margin-top: 15px !important;
  }

  .md\:mr-3 {
    margin-right: 15px !important;
  }

  .md\:mb-3 {
    margin-bottom: 15px !important;
  }

  .md\:ml-3 {
    margin-left: 15px !important;
  }

  .md\:mt-4 {
    margin-top: 30px !important;
  }

  .md\:mr-4 {
    margin-right: 30px !important;
  }

  .md\:mb-4 {
    margin-bottom: 30px !important;
  }

  .md\:ml-4 {
    margin-left: 30px !important;
  }

  .md\:mt-6 {
    margin-top: 45px !important;
  }

  .md\:mr-6 {
    margin-right: 45px !important;
  }

  .md\:mb-6 {
    margin-bottom: 45px !important;
  }

  .md\:ml-6 {
    margin-left: 45px !important;
  }

  .md\:mt-8 {
    margin-top: 60px !important;
  }

  .md\:mr-8 {
    margin-right: 60px !important;
  }

  .md\:mb-8 {
    margin-bottom: 60px !important;
  }

  .md\:ml-8 {
    margin-left: 60px !important;
  }

  .md\:mt-10 {
    margin-top: 75px !important;
  }

  .md\:mr-10 {
    margin-right: 75px !important;
  }

  .md\:mb-10 {
    margin-bottom: 75px !important;
  }

  .md\:ml-10 {
    margin-left: 75px !important;
  }

  .md\:mt-12 {
    margin-top: 90px !important;
  }

  .md\:mr-12 {
    margin-right: 90px !important;
  }

  .md\:mb-12 {
    margin-bottom: 90px !important;
  }

  .md\:ml-12 {
    margin-left: 90px !important;
  }

  .md\:mt-16 {
    margin-top: 120px !important;
  }

  .md\:mr-16 {
    margin-right: 120px !important;
  }

  .md\:mb-16 {
    margin-bottom: 120px !important;
  }

  .md\:ml-16 {
    margin-left: 120px !important;
  }

  .md\:mt-24 {
    margin-top: 180px !important;
  }

  .md\:mr-24 {
    margin-right: 180px !important;
  }

  .md\:mb-24 {
    margin-bottom: 180px !important;
  }

  .md\:ml-24 {
    margin-left: 180px !important;
  }

  .md\:mt-32 {
    margin-top: 220px !important;
  }

  .md\:mr-32 {
    margin-right: 220px !important;
  }

  .md\:mb-32 {
    margin-bottom: 220px !important;
  }

  .md\:ml-32 {
    margin-left: 220px !important;
  }

  .md\:mt-48 {
    margin-top: 330px !important;
  }

  .md\:mr-48 {
    margin-right: 330px !important;
  }

  .md\:mb-48 {
    margin-bottom: 330px !important;
  }

  .md\:ml-48 {
    margin-left: 330px !important;
  }

  .md\:mt-56 {
    margin-top: 380px !important;
  }

  .md\:mr-56 {
    margin-right: 380px !important;
  }

  .md\:mb-56 {
    margin-bottom: 380px !important;
  }

  .md\:ml-56 {
    margin-left: 380px !important;
  }

  .md\:mt-64 {
    margin-top: 440px !important;
  }

  .md\:mr-64 {
    margin-right: 440px !important;
  }

  .md\:mb-64 {
    margin-bottom: 440px !important;
  }

  .md\:ml-64 {
    margin-left: 440px !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:mt-3a {
    margin-top: 20px !important;
  }

  .md\:mr-3a {
    margin-right: 20px !important;
  }

  .md\:mb-3a {
    margin-bottom: 20px !important;
  }

  .md\:ml-3a {
    margin-left: 20px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-xxs {
    max-width: 15rem !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 30rem !important;
  }

  .md\:max-w-md {
    max-width: 40rem !important;
  }

  .md\:max-w-lg {
    max-width: 50rem !important;
  }

  .md\:max-w-xl {
    max-width: 60rem !important;
  }

  .md\:max-w-2xl {
    max-width: 70rem !important;
  }

  .md\:max-w-3xl {
    max-width: 80rem !important;
  }

  .md\:max-w-4xl {
    max-width: 90rem !important;
  }

  .md\:max-w-5xl {
    max-width: 100rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:-m-0 {
    margin: 0 !important;
  }

  .md\:-m-1 {
    margin: -5px !important;
  }

  .md\:-m-2 {
    margin: -10px !important;
  }

  .md\:-m-3 {
    margin: -15px !important;
  }

  .md\:-m-4 {
    margin: -30px !important;
  }

  .md\:-m-6 {
    margin: -45px !important;
  }

  .md\:-m-8 {
    margin: -60px !important;
  }

  .md\:-m-10 {
    margin: -75px !important;
  }

  .md\:-m-12 {
    margin: -90px !important;
  }

  .md\:-m-16 {
    margin: -120px !important;
  }

  .md\:-m-24 {
    margin: -180px !important;
  }

  .md\:-m-32 {
    margin: -220px !important;
  }

  .md\:-m-48 {
    margin: -330px !important;
  }

  .md\:-m-56 {
    margin: -380px !important;
  }

  .md\:-m-64 {
    margin: -440px !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-m-3a {
    margin: -20px !important;
  }

  .md\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .md\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .md\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .md\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .md\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .md\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .md\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .md\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .md\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .md\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .md\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .md\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .md\:-my-10 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .md\:-mx-10 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .md\:-my-12 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .md\:-mx-12 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .md\:-my-16 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .md\:-mx-16 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .md\:-my-24 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .md\:-mx-24 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .md\:-my-32 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .md\:-mx-32 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .md\:-my-48 {
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .md\:-mx-48 {
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .md\:-my-56 {
    margin-top: -380px !important;
    margin-bottom: -380px !important;
  }

  .md\:-mx-56 {
    margin-left: -380px !important;
    margin-right: -380px !important;
  }

  .md\:-my-64 {
    margin-top: -440px !important;
    margin-bottom: -440px !important;
  }

  .md\:-mx-64 {
    margin-left: -440px !important;
    margin-right: -440px !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-3a {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .md\:-mx-3a {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .md\:-mt-0 {
    margin-top: 0 !important;
  }

  .md\:-mr-0 {
    margin-right: 0 !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:-ml-0 {
    margin-left: 0 !important;
  }

  .md\:-mt-1 {
    margin-top: -5px !important;
  }

  .md\:-mr-1 {
    margin-right: -5px !important;
  }

  .md\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .md\:-ml-1 {
    margin-left: -5px !important;
  }

  .md\:-mt-2 {
    margin-top: -10px !important;
  }

  .md\:-mr-2 {
    margin-right: -10px !important;
  }

  .md\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .md\:-ml-2 {
    margin-left: -10px !important;
  }

  .md\:-mt-3 {
    margin-top: -15px !important;
  }

  .md\:-mr-3 {
    margin-right: -15px !important;
  }

  .md\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .md\:-ml-3 {
    margin-left: -15px !important;
  }

  .md\:-mt-4 {
    margin-top: -30px !important;
  }

  .md\:-mr-4 {
    margin-right: -30px !important;
  }

  .md\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .md\:-ml-4 {
    margin-left: -30px !important;
  }

  .md\:-mt-6 {
    margin-top: -45px !important;
  }

  .md\:-mr-6 {
    margin-right: -45px !important;
  }

  .md\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .md\:-ml-6 {
    margin-left: -45px !important;
  }

  .md\:-mt-8 {
    margin-top: -60px !important;
  }

  .md\:-mr-8 {
    margin-right: -60px !important;
  }

  .md\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .md\:-ml-8 {
    margin-left: -60px !important;
  }

  .md\:-mt-10 {
    margin-top: -75px !important;
  }

  .md\:-mr-10 {
    margin-right: -75px !important;
  }

  .md\:-mb-10 {
    margin-bottom: -75px !important;
  }

  .md\:-ml-10 {
    margin-left: -75px !important;
  }

  .md\:-mt-12 {
    margin-top: -90px !important;
  }

  .md\:-mr-12 {
    margin-right: -90px !important;
  }

  .md\:-mb-12 {
    margin-bottom: -90px !important;
  }

  .md\:-ml-12 {
    margin-left: -90px !important;
  }

  .md\:-mt-16 {
    margin-top: -120px !important;
  }

  .md\:-mr-16 {
    margin-right: -120px !important;
  }

  .md\:-mb-16 {
    margin-bottom: -120px !important;
  }

  .md\:-ml-16 {
    margin-left: -120px !important;
  }

  .md\:-mt-24 {
    margin-top: -180px !important;
  }

  .md\:-mr-24 {
    margin-right: -180px !important;
  }

  .md\:-mb-24 {
    margin-bottom: -180px !important;
  }

  .md\:-ml-24 {
    margin-left: -180px !important;
  }

  .md\:-mt-32 {
    margin-top: -220px !important;
  }

  .md\:-mr-32 {
    margin-right: -220px !important;
  }

  .md\:-mb-32 {
    margin-bottom: -220px !important;
  }

  .md\:-ml-32 {
    margin-left: -220px !important;
  }

  .md\:-mt-48 {
    margin-top: -330px !important;
  }

  .md\:-mr-48 {
    margin-right: -330px !important;
  }

  .md\:-mb-48 {
    margin-bottom: -330px !important;
  }

  .md\:-ml-48 {
    margin-left: -330px !important;
  }

  .md\:-mt-56 {
    margin-top: -380px !important;
  }

  .md\:-mr-56 {
    margin-right: -380px !important;
  }

  .md\:-mb-56 {
    margin-bottom: -380px !important;
  }

  .md\:-ml-56 {
    margin-left: -380px !important;
  }

  .md\:-mt-64 {
    margin-top: -440px !important;
  }

  .md\:-mr-64 {
    margin-right: -440px !important;
  }

  .md\:-mb-64 {
    margin-bottom: -440px !important;
  }

  .md\:-ml-64 {
    margin-left: -440px !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:-mt-3a {
    margin-top: -20px !important;
  }

  .md\:-mr-3a {
    margin-right: -20px !important;
  }

  .md\:-mb-3a {
    margin-bottom: -20px !important;
  }

  .md\:-ml-3a {
    margin-left: -20px !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: .25 !important;
  }

  .md\:opacity-50 {
    opacity: .5 !important;
  }

  .md\:opacity-75 {
    opacity: .75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: 5px !important;
  }

  .md\:p-2 {
    padding: 10px !important;
  }

  .md\:p-3 {
    padding: 15px !important;
  }

  .md\:p-4 {
    padding: 30px !important;
  }

  .md\:p-6 {
    padding: 45px !important;
  }

  .md\:p-8 {
    padding: 60px !important;
  }

  .md\:p-9 {
    padding: 67px !important;
  }

  .md\:p-10 {
    padding: 75px !important;
  }

  .md\:p-12 {
    padding: 90px !important;
  }

  .md\:p-16 {
    padding: 120px !important;
  }

  .md\:p-24 {
    padding: 180px !important;
  }

  .md\:p-32 {
    padding: 220px !important;
  }

  .md\:p-48 {
    padding: 330px !important;
  }

  .md\:p-56 {
    padding: 380px !important;
  }

  .md\:p-64 {
    padding: 440px !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:p-3a {
    padding: 20px !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .md\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:py-9 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }

  .md\:px-9 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }

  .md\:py-10 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .md\:px-10 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .md\:py-12 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .md\:px-12 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .md\:py-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:px-16 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:py-24 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .md\:px-24 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .md\:py-32 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .md\:px-32 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .md\:py-48 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .md\:px-48 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .md\:py-56 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }

  .md\:px-56 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }

  .md\:py-64 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }

  .md\:px-64 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-3a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:px-3a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: 5px !important;
  }

  .md\:pr-1 {
    padding-right: 5px !important;
  }

  .md\:pb-1 {
    padding-bottom: 5px !important;
  }

  .md\:pl-1 {
    padding-left: 5px !important;
  }

  .md\:pt-2 {
    padding-top: 10px !important;
  }

  .md\:pr-2 {
    padding-right: 10px !important;
  }

  .md\:pb-2 {
    padding-bottom: 10px !important;
  }

  .md\:pl-2 {
    padding-left: 10px !important;
  }

  .md\:pt-3 {
    padding-top: 15px !important;
  }

  .md\:pr-3 {
    padding-right: 15px !important;
  }

  .md\:pb-3 {
    padding-bottom: 15px !important;
  }

  .md\:pl-3 {
    padding-left: 15px !important;
  }

  .md\:pt-4 {
    padding-top: 30px !important;
  }

  .md\:pr-4 {
    padding-right: 30px !important;
  }

  .md\:pb-4 {
    padding-bottom: 30px !important;
  }

  .md\:pl-4 {
    padding-left: 30px !important;
  }

  .md\:pt-6 {
    padding-top: 45px !important;
  }

  .md\:pr-6 {
    padding-right: 45px !important;
  }

  .md\:pb-6 {
    padding-bottom: 45px !important;
  }

  .md\:pl-6 {
    padding-left: 45px !important;
  }

  .md\:pt-8 {
    padding-top: 60px !important;
  }

  .md\:pr-8 {
    padding-right: 60px !important;
  }

  .md\:pb-8 {
    padding-bottom: 60px !important;
  }

  .md\:pl-8 {
    padding-left: 60px !important;
  }

  .md\:pt-9 {
    padding-top: 67px !important;
  }

  .md\:pr-9 {
    padding-right: 67px !important;
  }

  .md\:pb-9 {
    padding-bottom: 67px !important;
  }

  .md\:pl-9 {
    padding-left: 67px !important;
  }

  .md\:pt-10 {
    padding-top: 75px !important;
  }

  .md\:pr-10 {
    padding-right: 75px !important;
  }

  .md\:pb-10 {
    padding-bottom: 75px !important;
  }

  .md\:pl-10 {
    padding-left: 75px !important;
  }

  .md\:pt-12 {
    padding-top: 90px !important;
  }

  .md\:pr-12 {
    padding-right: 90px !important;
  }

  .md\:pb-12 {
    padding-bottom: 90px !important;
  }

  .md\:pl-12 {
    padding-left: 90px !important;
  }

  .md\:pt-16 {
    padding-top: 120px !important;
  }

  .md\:pr-16 {
    padding-right: 120px !important;
  }

  .md\:pb-16 {
    padding-bottom: 120px !important;
  }

  .md\:pl-16 {
    padding-left: 120px !important;
  }

  .md\:pt-24 {
    padding-top: 180px !important;
  }

  .md\:pr-24 {
    padding-right: 180px !important;
  }

  .md\:pb-24 {
    padding-bottom: 180px !important;
  }

  .md\:pl-24 {
    padding-left: 180px !important;
  }

  .md\:pt-32 {
    padding-top: 220px !important;
  }

  .md\:pr-32 {
    padding-right: 220px !important;
  }

  .md\:pb-32 {
    padding-bottom: 220px !important;
  }

  .md\:pl-32 {
    padding-left: 220px !important;
  }

  .md\:pt-48 {
    padding-top: 330px !important;
  }

  .md\:pr-48 {
    padding-right: 330px !important;
  }

  .md\:pb-48 {
    padding-bottom: 330px !important;
  }

  .md\:pl-48 {
    padding-left: 330px !important;
  }

  .md\:pt-56 {
    padding-top: 380px !important;
  }

  .md\:pr-56 {
    padding-right: 380px !important;
  }

  .md\:pb-56 {
    padding-bottom: 380px !important;
  }

  .md\:pl-56 {
    padding-left: 380px !important;
  }

  .md\:pt-64 {
    padding-top: 440px !important;
  }

  .md\:pr-64 {
    padding-right: 440px !important;
  }

  .md\:pb-64 {
    padding-bottom: 440px !important;
  }

  .md\:pl-64 {
    padding-left: 440px !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pt-3a {
    padding-top: 20px !important;
  }

  .md\:pr-3a {
    padding-right: 20px !important;
  }

  .md\:pb-3a {
    padding-bottom: 20px !important;
  }

  .md\:pl-3a {
    padding-left: 20px !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:pin-t {
    top: 0 !important;
  }

  .md\:pin-r {
    right: 0 !important;
  }

  .md\:pin-b {
    bottom: 0 !important;
  }

  .md\:pin-l {
    left: 0 !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-primary-dark {
    color: rgb(20, 85, 140) !important;
  }

  .md\:text-primary {
    color: rgb(20, 110, 170) !important;
  }

  .md\:text-primary-light {
    color: rgb(150, 200, 220) !important;
  }

  .md\:text-blue-light {
    color: #e7f1ff !important;
  }

  .md\:text-blue-dark {
    color: #70a8da !important;
  }

  .md\:text-blue-semi-light {
    color: #70a8da !important;
  }

  .md\:text-secondary-dark {
    color: rgb(10, 190, 105) !important;
  }

  .md\:text-secondary {
    color: rgb(20, 200, 115) !important;
  }

  .md\:text-secondary-light {
    color: rgb(30, 210, 125) !important;
  }

  .md\:text-allblack {
    color: rgb(0, 0, 0) !important;
  }

  .md\:text-black {
    color: rgb(40, 40, 40) !important;
  }

  .md\:text-grey-darkest {
    color: rgb(100, 100, 100) !important;
  }

  .md\:text-grey-darker {
    color: rgb(125, 125, 125) !important;
  }

  .md\:text-grey-dark {
    color: rgb(150, 150, 150) !important;
  }

  .md\:text-grey {
    color: rgb(175, 175, 175) !important;
  }

  .md\:text-grey-light {
    color: rgb(220, 220, 220) !important;
  }

  .md\:text-grey-lighter {
    color: rgb(235, 235, 235) !important;
  }

  .md\:text-grey-lightest {
    color: rgb(245, 245, 245) !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-myshop-primary {
    color: #1b75bf !important;
  }

  .md\:text-myshop-primary-light {
    color: #d9eeff !important;
  }

  .md\:text-myshop-primary-dark {
    color: #14568d !important;
  }

  .md\:text-myshop-secondary {
    color: #13ab0e !important;
  }

  .md\:text-myshop-black {
    color: #333 !important;
  }

  .md\:text-myshop-grey {
    color: #92979b !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-primary-dark:hover {
    color: rgb(20, 85, 140) !important;
  }

  .md\:hover\:text-primary:hover {
    color: rgb(20, 110, 170) !important;
  }

  .md\:hover\:text-primary-light:hover {
    color: rgb(150, 200, 220) !important;
  }

  .md\:hover\:text-blue-light:hover {
    color: #e7f1ff !important;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #70a8da !important;
  }

  .md\:hover\:text-blue-semi-light:hover {
    color: #70a8da !important;
  }

  .md\:hover\:text-secondary-dark:hover {
    color: rgb(10, 190, 105) !important;
  }

  .md\:hover\:text-secondary:hover {
    color: rgb(20, 200, 115) !important;
  }

  .md\:hover\:text-secondary-light:hover {
    color: rgb(30, 210, 125) !important;
  }

  .md\:hover\:text-allblack:hover {
    color: rgb(0, 0, 0) !important;
  }

  .md\:hover\:text-black:hover {
    color: rgb(40, 40, 40) !important;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: rgb(100, 100, 100) !important;
  }

  .md\:hover\:text-grey-darker:hover {
    color: rgb(125, 125, 125) !important;
  }

  .md\:hover\:text-grey-dark:hover {
    color: rgb(150, 150, 150) !important;
  }

  .md\:hover\:text-grey:hover {
    color: rgb(175, 175, 175) !important;
  }

  .md\:hover\:text-grey-light:hover {
    color: rgb(220, 220, 220) !important;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: rgb(235, 235, 235) !important;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: rgb(245, 245, 245) !important;
  }

  .md\:hover\:text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:text-myshop-primary:hover {
    color: #1b75bf !important;
  }

  .md\:hover\:text-myshop-primary-light:hover {
    color: #d9eeff !important;
  }

  .md\:hover\:text-myshop-primary-dark:hover {
    color: #14568d !important;
  }

  .md\:hover\:text-myshop-secondary:hover {
    color: #13ab0e !important;
  }

  .md\:hover\:text-myshop-black:hover {
    color: #333 !important;
  }

  .md\:hover\:text-myshop-grey:hover {
    color: #92979b !important;
  }

  .md\:text-xs {
    font-size: 10px !important;
  }

  .md\:text-sm {
    font-size: 12px !important;
  }

  .md\:text-base {
    font-size: 14px !important;
  }

  .md\:text-lg {
    font-size: 16px !important;
  }

  .md\:text-xl {
    font-size: 18px !important;
  }

  .md\:text-2xl {
    font-size: 20px !important;
  }

  .md\:text-3xl {
    font-size: 24px !important;
  }

  .md\:text-4xl {
    font-size: 30px !important;
  }

  .md\:text-5xl {
    font-size: 36px !important;
  }

  .md\:text-6xl {
    font-size: 48px !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-1 {
    width: .25rem !important;
  }

  .md\:w-2 {
    width: .5rem !important;
  }

  .md\:w-3 {
    width: .75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.33333% !important;
  }

  .md\:w-2\/3 {
    width: 66.66667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.66667% !important;
  }

  .md\:w-5\/6 {
    width: 83.33333% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:bg-gradient-ci-with-one {
    background: url("../img/one-bg.png"), linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    background-repeat: no-repeat;
  }

  .md\:bg-gradient-ci {
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  }
}

@media (min-width: 992px) {
  .lg\:header--blur {
    position: relative;
    z-index: 10;
  }

  .lg\:header--blur:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 110%;
    height: 150px;
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-primary-dark {
    background-color: rgb(20, 85, 140) !important;
  }

  .lg\:bg-primary {
    background-color: rgb(20, 110, 170) !important;
  }

  .lg\:bg-primary-light {
    background-color: rgb(150, 200, 220) !important;
  }

  .lg\:bg-blue-light {
    background-color: #e7f1ff !important;
  }

  .lg\:bg-blue-dark {
    background-color: #70a8da !important;
  }

  .lg\:bg-blue-semi-light {
    background-color: #70a8da !important;
  }

  .lg\:bg-secondary-dark {
    background-color: rgb(10, 190, 105) !important;
  }

  .lg\:bg-secondary {
    background-color: rgb(20, 200, 115) !important;
  }

  .lg\:bg-secondary-light {
    background-color: rgb(30, 210, 125) !important;
  }

  .lg\:bg-allblack {
    background-color: rgb(0, 0, 0) !important;
  }

  .lg\:bg-black {
    background-color: rgb(40, 40, 40) !important;
  }

  .lg\:bg-grey-darkest {
    background-color: rgb(100, 100, 100) !important;
  }

  .lg\:bg-grey-darker {
    background-color: rgb(125, 125, 125) !important;
  }

  .lg\:bg-grey-dark {
    background-color: rgb(150, 150, 150) !important;
  }

  .lg\:bg-grey {
    background-color: rgb(175, 175, 175) !important;
  }

  .lg\:bg-grey-light {
    background-color: rgb(220, 220, 220) !important;
  }

  .lg\:bg-grey-lighter {
    background-color: rgb(235, 235, 235) !important;
  }

  .lg\:bg-grey-lightest {
    background-color: rgb(245, 245, 245) !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-myshop-primary {
    background-color: #1b75bf !important;
  }

  .lg\:bg-myshop-primary-light {
    background-color: #d9eeff !important;
  }

  .lg\:bg-myshop-primary-dark {
    background-color: #14568d !important;
  }

  .lg\:bg-myshop-secondary {
    background-color: #13ab0e !important;
  }

  .lg\:bg-myshop-black {
    background-color: #333 !important;
  }

  .lg\:bg-myshop-grey {
    background-color: #92979b !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-primary-dark:focus {
    background-color: rgb(20, 85, 140) !important;
  }

  .lg\:focus\:bg-primary:focus {
    background-color: rgb(20, 110, 170) !important;
  }

  .lg\:focus\:bg-primary-light:focus {
    background-color: rgb(150, 200, 220) !important;
  }

  .lg\:focus\:bg-blue-light:focus {
    background-color: #e7f1ff !important;
  }

  .lg\:focus\:bg-blue-dark:focus {
    background-color: #70a8da !important;
  }

  .lg\:focus\:bg-blue-semi-light:focus {
    background-color: #70a8da !important;
  }

  .lg\:focus\:bg-secondary-dark:focus {
    background-color: rgb(10, 190, 105) !important;
  }

  .lg\:focus\:bg-secondary:focus {
    background-color: rgb(20, 200, 115) !important;
  }

  .lg\:focus\:bg-secondary-light:focus {
    background-color: rgb(30, 210, 125) !important;
  }

  .lg\:focus\:bg-allblack:focus {
    background-color: rgb(0, 0, 0) !important;
  }

  .lg\:focus\:bg-black:focus {
    background-color: rgb(40, 40, 40) !important;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    background-color: rgb(100, 100, 100) !important;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: rgb(125, 125, 125) !important;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: rgb(150, 150, 150) !important;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: rgb(175, 175, 175) !important;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: rgb(220, 220, 220) !important;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: rgb(235, 235, 235) !important;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: rgb(245, 245, 245) !important;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:bg-myshop-primary:focus {
    background-color: #1b75bf !important;
  }

  .lg\:focus\:bg-myshop-primary-light:focus {
    background-color: #d9eeff !important;
  }

  .lg\:focus\:bg-myshop-primary-dark:focus {
    background-color: #14568d !important;
  }

  .lg\:focus\:bg-myshop-secondary:focus {
    background-color: #13ab0e !important;
  }

  .lg\:focus\:bg-myshop-black:focus {
    background-color: #333 !important;
  }

  .lg\:focus\:bg-myshop-grey:focus {
    background-color: #92979b !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-primary-dark:hover {
    background-color: rgb(20, 85, 140) !important;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: rgb(20, 110, 170) !important;
  }

  .lg\:hover\:bg-primary-light:hover {
    background-color: rgb(150, 200, 220) !important;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #e7f1ff !important;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #70a8da !important;
  }

  .lg\:hover\:bg-blue-semi-light:hover {
    background-color: #70a8da !important;
  }

  .lg\:hover\:bg-secondary-dark:hover {
    background-color: rgb(10, 190, 105) !important;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: rgb(20, 200, 115) !important;
  }

  .lg\:hover\:bg-secondary-light:hover {
    background-color: rgb(30, 210, 125) !important;
  }

  .lg\:hover\:bg-allblack:hover {
    background-color: rgb(0, 0, 0) !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: rgb(40, 40, 40) !important;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: rgb(100, 100, 100) !important;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: rgb(125, 125, 125) !important;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: rgb(150, 150, 150) !important;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: rgb(175, 175, 175) !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: rgb(220, 220, 220) !important;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: rgb(235, 235, 235) !important;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: rgb(245, 245, 245) !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-myshop-primary:hover {
    background-color: #1b75bf !important;
  }

  .lg\:hover\:bg-myshop-primary-light:hover {
    background-color: #d9eeff !important;
  }

  .lg\:hover\:bg-myshop-primary-dark:hover {
    background-color: #14568d !important;
  }

  .lg\:hover\:bg-myshop-secondary:hover {
    background-color: #13ab0e !important;
  }

  .lg\:hover\:bg-myshop-black:hover {
    background-color: #333 !important;
  }

  .lg\:hover\:bg-myshop-grey:hover {
    background-color: #92979b !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-3 {
    border-width: 3px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-3 {
    border-top-width: 3px !important;
  }

  .lg\:border-r-3 {
    border-right-width: 3px !important;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lg\:border-l-3 {
    border-left-width: 3px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .lg\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .lg\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .lg\:self-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .lg\:self-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .lg\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

  .lg\:justify-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .lg\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .lg\:content-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .lg\:content-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .lg\:content-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .lg\:content-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .lg\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .lg\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .lg\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .lg\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .lg\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:h-0 {
    height: 0 !important;
  }

  .lg\:h-1 {
    height: .25rem !important;
  }

  .lg\:h-2 {
    height: .5rem !important;
  }

  .lg\:h-3 {
    height: .75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-80 {
    height: 20rem !important;
  }

  .lg\:h-96 {
    height: 24rem !important;
  }

  .lg\:h-128 {
    height: 32rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:m-1 {
    margin: 5px !important;
  }

  .lg\:m-2 {
    margin: 10px !important;
  }

  .lg\:m-3 {
    margin: 15px !important;
  }

  .lg\:m-4 {
    margin: 30px !important;
  }

  .lg\:m-6 {
    margin: 45px !important;
  }

  .lg\:m-8 {
    margin: 60px !important;
  }

  .lg\:m-10 {
    margin: 75px !important;
  }

  .lg\:m-12 {
    margin: 90px !important;
  }

  .lg\:m-16 {
    margin: 120px !important;
  }

  .lg\:m-24 {
    margin: 180px !important;
  }

  .lg\:m-32 {
    margin: 220px !important;
  }

  .lg\:m-48 {
    margin: 330px !important;
  }

  .lg\:m-56 {
    margin: 380px !important;
  }

  .lg\:m-64 {
    margin: 440px !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:m-3a {
    margin: 20px !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .lg\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .lg\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lg\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lg\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .lg\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .lg\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .lg\:my-10 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .lg\:mx-10 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .lg\:my-12 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .lg\:mx-12 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .lg\:my-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lg\:mx-16 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lg\:my-24 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .lg\:mx-24 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .lg\:my-32 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .lg\:mx-32 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .lg\:my-48 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .lg\:mx-48 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .lg\:my-56 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }

  .lg\:mx-56 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }

  .lg\:my-64 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }

  .lg\:mx-64 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-3a {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg\:mx-3a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: 5px !important;
  }

  .lg\:mr-1 {
    margin-right: 5px !important;
  }

  .lg\:mb-1 {
    margin-bottom: 5px !important;
  }

  .lg\:ml-1 {
    margin-left: 5px !important;
  }

  .lg\:mt-2 {
    margin-top: 10px !important;
  }

  .lg\:mr-2 {
    margin-right: 10px !important;
  }

  .lg\:mb-2 {
    margin-bottom: 10px !important;
  }

  .lg\:ml-2 {
    margin-left: 10px !important;
  }

  .lg\:mt-3 {
    margin-top: 15px !important;
  }

  .lg\:mr-3 {
    margin-right: 15px !important;
  }

  .lg\:mb-3 {
    margin-bottom: 15px !important;
  }

  .lg\:ml-3 {
    margin-left: 15px !important;
  }

  .lg\:mt-4 {
    margin-top: 30px !important;
  }

  .lg\:mr-4 {
    margin-right: 30px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 30px !important;
  }

  .lg\:ml-4 {
    margin-left: 30px !important;
  }

  .lg\:mt-6 {
    margin-top: 45px !important;
  }

  .lg\:mr-6 {
    margin-right: 45px !important;
  }

  .lg\:mb-6 {
    margin-bottom: 45px !important;
  }

  .lg\:ml-6 {
    margin-left: 45px !important;
  }

  .lg\:mt-8 {
    margin-top: 60px !important;
  }

  .lg\:mr-8 {
    margin-right: 60px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 60px !important;
  }

  .lg\:ml-8 {
    margin-left: 60px !important;
  }

  .lg\:mt-10 {
    margin-top: 75px !important;
  }

  .lg\:mr-10 {
    margin-right: 75px !important;
  }

  .lg\:mb-10 {
    margin-bottom: 75px !important;
  }

  .lg\:ml-10 {
    margin-left: 75px !important;
  }

  .lg\:mt-12 {
    margin-top: 90px !important;
  }

  .lg\:mr-12 {
    margin-right: 90px !important;
  }

  .lg\:mb-12 {
    margin-bottom: 90px !important;
  }

  .lg\:ml-12 {
    margin-left: 90px !important;
  }

  .lg\:mt-16 {
    margin-top: 120px !important;
  }

  .lg\:mr-16 {
    margin-right: 120px !important;
  }

  .lg\:mb-16 {
    margin-bottom: 120px !important;
  }

  .lg\:ml-16 {
    margin-left: 120px !important;
  }

  .lg\:mt-24 {
    margin-top: 180px !important;
  }

  .lg\:mr-24 {
    margin-right: 180px !important;
  }

  .lg\:mb-24 {
    margin-bottom: 180px !important;
  }

  .lg\:ml-24 {
    margin-left: 180px !important;
  }

  .lg\:mt-32 {
    margin-top: 220px !important;
  }

  .lg\:mr-32 {
    margin-right: 220px !important;
  }

  .lg\:mb-32 {
    margin-bottom: 220px !important;
  }

  .lg\:ml-32 {
    margin-left: 220px !important;
  }

  .lg\:mt-48 {
    margin-top: 330px !important;
  }

  .lg\:mr-48 {
    margin-right: 330px !important;
  }

  .lg\:mb-48 {
    margin-bottom: 330px !important;
  }

  .lg\:ml-48 {
    margin-left: 330px !important;
  }

  .lg\:mt-56 {
    margin-top: 380px !important;
  }

  .lg\:mr-56 {
    margin-right: 380px !important;
  }

  .lg\:mb-56 {
    margin-bottom: 380px !important;
  }

  .lg\:ml-56 {
    margin-left: 380px !important;
  }

  .lg\:mt-64 {
    margin-top: 440px !important;
  }

  .lg\:mr-64 {
    margin-right: 440px !important;
  }

  .lg\:mb-64 {
    margin-bottom: 440px !important;
  }

  .lg\:ml-64 {
    margin-left: 440px !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:mt-3a {
    margin-top: 20px !important;
  }

  .lg\:mr-3a {
    margin-right: 20px !important;
  }

  .lg\:mb-3a {
    margin-bottom: 20px !important;
  }

  .lg\:ml-3a {
    margin-left: 20px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-xxs {
    max-width: 15rem !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 30rem !important;
  }

  .lg\:max-w-md {
    max-width: 40rem !important;
  }

  .lg\:max-w-lg {
    max-width: 50rem !important;
  }

  .lg\:max-w-xl {
    max-width: 60rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:-m-0 {
    margin: 0 !important;
  }

  .lg\:-m-1 {
    margin: -5px !important;
  }

  .lg\:-m-2 {
    margin: -10px !important;
  }

  .lg\:-m-3 {
    margin: -15px !important;
  }

  .lg\:-m-4 {
    margin: -30px !important;
  }

  .lg\:-m-6 {
    margin: -45px !important;
  }

  .lg\:-m-8 {
    margin: -60px !important;
  }

  .lg\:-m-10 {
    margin: -75px !important;
  }

  .lg\:-m-12 {
    margin: -90px !important;
  }

  .lg\:-m-16 {
    margin: -120px !important;
  }

  .lg\:-m-24 {
    margin: -180px !important;
  }

  .lg\:-m-32 {
    margin: -220px !important;
  }

  .lg\:-m-48 {
    margin: -330px !important;
  }

  .lg\:-m-56 {
    margin: -380px !important;
  }

  .lg\:-m-64 {
    margin: -440px !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-m-3a {
    margin: -20px !important;
  }

  .lg\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .lg\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .lg\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lg\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lg\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lg\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lg\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lg\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lg\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .lg\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .lg\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lg\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lg\:-my-10 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .lg\:-mx-10 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .lg\:-my-12 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .lg\:-mx-12 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .lg\:-my-16 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lg\:-mx-16 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lg\:-my-24 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .lg\:-mx-24 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .lg\:-my-32 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .lg\:-mx-32 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .lg\:-my-48 {
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .lg\:-mx-48 {
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .lg\:-my-56 {
    margin-top: -380px !important;
    margin-bottom: -380px !important;
  }

  .lg\:-mx-56 {
    margin-left: -380px !important;
    margin-right: -380px !important;
  }

  .lg\:-my-64 {
    margin-top: -440px !important;
    margin-bottom: -440px !important;
  }

  .lg\:-mx-64 {
    margin-left: -440px !important;
    margin-right: -440px !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-3a {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lg\:-mx-3a {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lg\:-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:-mt-1 {
    margin-top: -5px !important;
  }

  .lg\:-mr-1 {
    margin-right: -5px !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .lg\:-ml-1 {
    margin-left: -5px !important;
  }

  .lg\:-mt-2 {
    margin-top: -10px !important;
  }

  .lg\:-mr-2 {
    margin-right: -10px !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .lg\:-ml-2 {
    margin-left: -10px !important;
  }

  .lg\:-mt-3 {
    margin-top: -15px !important;
  }

  .lg\:-mr-3 {
    margin-right: -15px !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .lg\:-ml-3 {
    margin-left: -15px !important;
  }

  .lg\:-mt-4 {
    margin-top: -30px !important;
  }

  .lg\:-mr-4 {
    margin-right: -30px !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .lg\:-ml-4 {
    margin-left: -30px !important;
  }

  .lg\:-mt-6 {
    margin-top: -45px !important;
  }

  .lg\:-mr-6 {
    margin-right: -45px !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .lg\:-ml-6 {
    margin-left: -45px !important;
  }

  .lg\:-mt-8 {
    margin-top: -60px !important;
  }

  .lg\:-mr-8 {
    margin-right: -60px !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .lg\:-ml-8 {
    margin-left: -60px !important;
  }

  .lg\:-mt-10 {
    margin-top: -75px !important;
  }

  .lg\:-mr-10 {
    margin-right: -75px !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -75px !important;
  }

  .lg\:-ml-10 {
    margin-left: -75px !important;
  }

  .lg\:-mt-12 {
    margin-top: -90px !important;
  }

  .lg\:-mr-12 {
    margin-right: -90px !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -90px !important;
  }

  .lg\:-ml-12 {
    margin-left: -90px !important;
  }

  .lg\:-mt-16 {
    margin-top: -120px !important;
  }

  .lg\:-mr-16 {
    margin-right: -120px !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -120px !important;
  }

  .lg\:-ml-16 {
    margin-left: -120px !important;
  }

  .lg\:-mt-24 {
    margin-top: -180px !important;
  }

  .lg\:-mr-24 {
    margin-right: -180px !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -180px !important;
  }

  .lg\:-ml-24 {
    margin-left: -180px !important;
  }

  .lg\:-mt-32 {
    margin-top: -220px !important;
  }

  .lg\:-mr-32 {
    margin-right: -220px !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -220px !important;
  }

  .lg\:-ml-32 {
    margin-left: -220px !important;
  }

  .lg\:-mt-48 {
    margin-top: -330px !important;
  }

  .lg\:-mr-48 {
    margin-right: -330px !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -330px !important;
  }

  .lg\:-ml-48 {
    margin-left: -330px !important;
  }

  .lg\:-mt-56 {
    margin-top: -380px !important;
  }

  .lg\:-mr-56 {
    margin-right: -380px !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -380px !important;
  }

  .lg\:-ml-56 {
    margin-left: -380px !important;
  }

  .lg\:-mt-64 {
    margin-top: -440px !important;
  }

  .lg\:-mr-64 {
    margin-right: -440px !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -440px !important;
  }

  .lg\:-ml-64 {
    margin-left: -440px !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:-mt-3a {
    margin-top: -20px !important;
  }

  .lg\:-mr-3a {
    margin-right: -20px !important;
  }

  .lg\:-mb-3a {
    margin-bottom: -20px !important;
  }

  .lg\:-ml-3a {
    margin-left: -20px !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: .25 !important;
  }

  .lg\:opacity-50 {
    opacity: .5 !important;
  }

  .lg\:opacity-75 {
    opacity: .75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: 5px !important;
  }

  .lg\:p-2 {
    padding: 10px !important;
  }

  .lg\:p-3 {
    padding: 15px !important;
  }

  .lg\:p-4 {
    padding: 30px !important;
  }

  .lg\:p-6 {
    padding: 45px !important;
  }

  .lg\:p-8 {
    padding: 60px !important;
  }

  .lg\:p-9 {
    padding: 67px !important;
  }

  .lg\:p-10 {
    padding: 75px !important;
  }

  .lg\:p-12 {
    padding: 90px !important;
  }

  .lg\:p-16 {
    padding: 120px !important;
  }

  .lg\:p-24 {
    padding: 180px !important;
  }

  .lg\:p-32 {
    padding: 220px !important;
  }

  .lg\:p-48 {
    padding: 330px !important;
  }

  .lg\:p-56 {
    padding: 380px !important;
  }

  .lg\:p-64 {
    padding: 440px !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:p-3a {
    padding: 20px !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .lg\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .lg\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .lg\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .lg\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:py-9 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }

  .lg\:px-9 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }

  .lg\:py-10 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .lg\:px-10 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .lg\:py-12 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lg\:px-12 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .lg\:py-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:px-16 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lg\:py-24 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .lg\:px-24 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .lg\:py-32 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .lg\:px-32 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .lg\:py-48 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .lg\:px-48 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .lg\:py-56 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }

  .lg\:px-56 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }

  .lg\:py-64 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }

  .lg\:px-64 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-3a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg\:px-3a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: 5px !important;
  }

  .lg\:pr-1 {
    padding-right: 5px !important;
  }

  .lg\:pb-1 {
    padding-bottom: 5px !important;
  }

  .lg\:pl-1 {
    padding-left: 5px !important;
  }

  .lg\:pt-2 {
    padding-top: 10px !important;
  }

  .lg\:pr-2 {
    padding-right: 10px !important;
  }

  .lg\:pb-2 {
    padding-bottom: 10px !important;
  }

  .lg\:pl-2 {
    padding-left: 10px !important;
  }

  .lg\:pt-3 {
    padding-top: 15px !important;
  }

  .lg\:pr-3 {
    padding-right: 15px !important;
  }

  .lg\:pb-3 {
    padding-bottom: 15px !important;
  }

  .lg\:pl-3 {
    padding-left: 15px !important;
  }

  .lg\:pt-4 {
    padding-top: 30px !important;
  }

  .lg\:pr-4 {
    padding-right: 30px !important;
  }

  .lg\:pb-4 {
    padding-bottom: 30px !important;
  }

  .lg\:pl-4 {
    padding-left: 30px !important;
  }

  .lg\:pt-6 {
    padding-top: 45px !important;
  }

  .lg\:pr-6 {
    padding-right: 45px !important;
  }

  .lg\:pb-6 {
    padding-bottom: 45px !important;
  }

  .lg\:pl-6 {
    padding-left: 45px !important;
  }

  .lg\:pt-8 {
    padding-top: 60px !important;
  }

  .lg\:pr-8 {
    padding-right: 60px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 60px !important;
  }

  .lg\:pl-8 {
    padding-left: 60px !important;
  }

  .lg\:pt-9 {
    padding-top: 67px !important;
  }

  .lg\:pr-9 {
    padding-right: 67px !important;
  }

  .lg\:pb-9 {
    padding-bottom: 67px !important;
  }

  .lg\:pl-9 {
    padding-left: 67px !important;
  }

  .lg\:pt-10 {
    padding-top: 75px !important;
  }

  .lg\:pr-10 {
    padding-right: 75px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 75px !important;
  }

  .lg\:pl-10 {
    padding-left: 75px !important;
  }

  .lg\:pt-12 {
    padding-top: 90px !important;
  }

  .lg\:pr-12 {
    padding-right: 90px !important;
  }

  .lg\:pb-12 {
    padding-bottom: 90px !important;
  }

  .lg\:pl-12 {
    padding-left: 90px !important;
  }

  .lg\:pt-16 {
    padding-top: 120px !important;
  }

  .lg\:pr-16 {
    padding-right: 120px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 120px !important;
  }

  .lg\:pl-16 {
    padding-left: 120px !important;
  }

  .lg\:pt-24 {
    padding-top: 180px !important;
  }

  .lg\:pr-24 {
    padding-right: 180px !important;
  }

  .lg\:pb-24 {
    padding-bottom: 180px !important;
  }

  .lg\:pl-24 {
    padding-left: 180px !important;
  }

  .lg\:pt-32 {
    padding-top: 220px !important;
  }

  .lg\:pr-32 {
    padding-right: 220px !important;
  }

  .lg\:pb-32 {
    padding-bottom: 220px !important;
  }

  .lg\:pl-32 {
    padding-left: 220px !important;
  }

  .lg\:pt-48 {
    padding-top: 330px !important;
  }

  .lg\:pr-48 {
    padding-right: 330px !important;
  }

  .lg\:pb-48 {
    padding-bottom: 330px !important;
  }

  .lg\:pl-48 {
    padding-left: 330px !important;
  }

  .lg\:pt-56 {
    padding-top: 380px !important;
  }

  .lg\:pr-56 {
    padding-right: 380px !important;
  }

  .lg\:pb-56 {
    padding-bottom: 380px !important;
  }

  .lg\:pl-56 {
    padding-left: 380px !important;
  }

  .lg\:pt-64 {
    padding-top: 440px !important;
  }

  .lg\:pr-64 {
    padding-right: 440px !important;
  }

  .lg\:pb-64 {
    padding-bottom: 440px !important;
  }

  .lg\:pl-64 {
    padding-left: 440px !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pt-3a {
    padding-top: 20px !important;
  }

  .lg\:pr-3a {
    padding-right: 20px !important;
  }

  .lg\:pb-3a {
    padding-bottom: 20px !important;
  }

  .lg\:pl-3a {
    padding-left: 20px !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-t {
    top: 0 !important;
  }

  .lg\:pin-r {
    right: 0 !important;
  }

  .lg\:pin-b {
    bottom: 0 !important;
  }

  .lg\:pin-l {
    left: 0 !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-primary-dark {
    color: rgb(20, 85, 140) !important;
  }

  .lg\:text-primary {
    color: rgb(20, 110, 170) !important;
  }

  .lg\:text-primary-light {
    color: rgb(150, 200, 220) !important;
  }

  .lg\:text-blue-light {
    color: #e7f1ff !important;
  }

  .lg\:text-blue-dark {
    color: #70a8da !important;
  }

  .lg\:text-blue-semi-light {
    color: #70a8da !important;
  }

  .lg\:text-secondary-dark {
    color: rgb(10, 190, 105) !important;
  }

  .lg\:text-secondary {
    color: rgb(20, 200, 115) !important;
  }

  .lg\:text-secondary-light {
    color: rgb(30, 210, 125) !important;
  }

  .lg\:text-allblack {
    color: rgb(0, 0, 0) !important;
  }

  .lg\:text-black {
    color: rgb(40, 40, 40) !important;
  }

  .lg\:text-grey-darkest {
    color: rgb(100, 100, 100) !important;
  }

  .lg\:text-grey-darker {
    color: rgb(125, 125, 125) !important;
  }

  .lg\:text-grey-dark {
    color: rgb(150, 150, 150) !important;
  }

  .lg\:text-grey {
    color: rgb(175, 175, 175) !important;
  }

  .lg\:text-grey-light {
    color: rgb(220, 220, 220) !important;
  }

  .lg\:text-grey-lighter {
    color: rgb(235, 235, 235) !important;
  }

  .lg\:text-grey-lightest {
    color: rgb(245, 245, 245) !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-myshop-primary {
    color: #1b75bf !important;
  }

  .lg\:text-myshop-primary-light {
    color: #d9eeff !important;
  }

  .lg\:text-myshop-primary-dark {
    color: #14568d !important;
  }

  .lg\:text-myshop-secondary {
    color: #13ab0e !important;
  }

  .lg\:text-myshop-black {
    color: #333 !important;
  }

  .lg\:text-myshop-grey {
    color: #92979b !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-primary-dark:hover {
    color: rgb(20, 85, 140) !important;
  }

  .lg\:hover\:text-primary:hover {
    color: rgb(20, 110, 170) !important;
  }

  .lg\:hover\:text-primary-light:hover {
    color: rgb(150, 200, 220) !important;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #e7f1ff !important;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #70a8da !important;
  }

  .lg\:hover\:text-blue-semi-light:hover {
    color: #70a8da !important;
  }

  .lg\:hover\:text-secondary-dark:hover {
    color: rgb(10, 190, 105) !important;
  }

  .lg\:hover\:text-secondary:hover {
    color: rgb(20, 200, 115) !important;
  }

  .lg\:hover\:text-secondary-light:hover {
    color: rgb(30, 210, 125) !important;
  }

  .lg\:hover\:text-allblack:hover {
    color: rgb(0, 0, 0) !important;
  }

  .lg\:hover\:text-black:hover {
    color: rgb(40, 40, 40) !important;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: rgb(100, 100, 100) !important;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: rgb(125, 125, 125) !important;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: rgb(150, 150, 150) !important;
  }

  .lg\:hover\:text-grey:hover {
    color: rgb(175, 175, 175) !important;
  }

  .lg\:hover\:text-grey-light:hover {
    color: rgb(220, 220, 220) !important;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: rgb(235, 235, 235) !important;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: rgb(245, 245, 245) !important;
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:text-myshop-primary:hover {
    color: #1b75bf !important;
  }

  .lg\:hover\:text-myshop-primary-light:hover {
    color: #d9eeff !important;
  }

  .lg\:hover\:text-myshop-primary-dark:hover {
    color: #14568d !important;
  }

  .lg\:hover\:text-myshop-secondary:hover {
    color: #13ab0e !important;
  }

  .lg\:hover\:text-myshop-black:hover {
    color: #333 !important;
  }

  .lg\:hover\:text-myshop-grey:hover {
    color: #92979b !important;
  }

  .lg\:text-xs {
    font-size: 10px !important;
  }

  .lg\:text-sm {
    font-size: 12px !important;
  }

  .lg\:text-base {
    font-size: 14px !important;
  }

  .lg\:text-lg {
    font-size: 16px !important;
  }

  .lg\:text-xl {
    font-size: 18px !important;
  }

  .lg\:text-2xl {
    font-size: 20px !important;
  }

  .lg\:text-3xl {
    font-size: 24px !important;
  }

  .lg\:text-4xl {
    font-size: 30px !important;
  }

  .lg\:text-5xl {
    font-size: 36px !important;
  }

  .lg\:text-6xl {
    font-size: 48px !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-1 {
    width: .25rem !important;
  }

  .lg\:w-2 {
    width: .5rem !important;
  }

  .lg\:w-3 {
    width: .75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.66667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.33333% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:bg-gradient-ci-with-one {
    background: url("../img/one-bg.png"), linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    background-repeat: no-repeat;
  }

  .lg\:bg-gradient-ci {
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  }
}

@media (min-width: 1200px) {
  .xl\:header--blur {
    position: relative;
    z-index: 10;
  }

  .xl\:header--blur:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 110%;
    height: 150px;
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-primary-dark {
    background-color: rgb(20, 85, 140) !important;
  }

  .xl\:bg-primary {
    background-color: rgb(20, 110, 170) !important;
  }

  .xl\:bg-primary-light {
    background-color: rgb(150, 200, 220) !important;
  }

  .xl\:bg-blue-light {
    background-color: #e7f1ff !important;
  }

  .xl\:bg-blue-dark {
    background-color: #70a8da !important;
  }

  .xl\:bg-blue-semi-light {
    background-color: #70a8da !important;
  }

  .xl\:bg-secondary-dark {
    background-color: rgb(10, 190, 105) !important;
  }

  .xl\:bg-secondary {
    background-color: rgb(20, 200, 115) !important;
  }

  .xl\:bg-secondary-light {
    background-color: rgb(30, 210, 125) !important;
  }

  .xl\:bg-allblack {
    background-color: rgb(0, 0, 0) !important;
  }

  .xl\:bg-black {
    background-color: rgb(40, 40, 40) !important;
  }

  .xl\:bg-grey-darkest {
    background-color: rgb(100, 100, 100) !important;
  }

  .xl\:bg-grey-darker {
    background-color: rgb(125, 125, 125) !important;
  }

  .xl\:bg-grey-dark {
    background-color: rgb(150, 150, 150) !important;
  }

  .xl\:bg-grey {
    background-color: rgb(175, 175, 175) !important;
  }

  .xl\:bg-grey-light {
    background-color: rgb(220, 220, 220) !important;
  }

  .xl\:bg-grey-lighter {
    background-color: rgb(235, 235, 235) !important;
  }

  .xl\:bg-grey-lightest {
    background-color: rgb(245, 245, 245) !important;
  }

  .xl\:bg-white {
    background-color: #fff !important;
  }

  .xl\:bg-myshop-primary {
    background-color: #1b75bf !important;
  }

  .xl\:bg-myshop-primary-light {
    background-color: #d9eeff !important;
  }

  .xl\:bg-myshop-primary-dark {
    background-color: #14568d !important;
  }

  .xl\:bg-myshop-secondary {
    background-color: #13ab0e !important;
  }

  .xl\:bg-myshop-black {
    background-color: #333 !important;
  }

  .xl\:bg-myshop-grey {
    background-color: #92979b !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-primary-dark:focus {
    background-color: rgb(20, 85, 140) !important;
  }

  .xl\:focus\:bg-primary:focus {
    background-color: rgb(20, 110, 170) !important;
  }

  .xl\:focus\:bg-primary-light:focus {
    background-color: rgb(150, 200, 220) !important;
  }

  .xl\:focus\:bg-blue-light:focus {
    background-color: #e7f1ff !important;
  }

  .xl\:focus\:bg-blue-dark:focus {
    background-color: #70a8da !important;
  }

  .xl\:focus\:bg-blue-semi-light:focus {
    background-color: #70a8da !important;
  }

  .xl\:focus\:bg-secondary-dark:focus {
    background-color: rgb(10, 190, 105) !important;
  }

  .xl\:focus\:bg-secondary:focus {
    background-color: rgb(20, 200, 115) !important;
  }

  .xl\:focus\:bg-secondary-light:focus {
    background-color: rgb(30, 210, 125) !important;
  }

  .xl\:focus\:bg-allblack:focus {
    background-color: rgb(0, 0, 0) !important;
  }

  .xl\:focus\:bg-black:focus {
    background-color: rgb(40, 40, 40) !important;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    background-color: rgb(100, 100, 100) !important;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: rgb(125, 125, 125) !important;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: rgb(150, 150, 150) !important;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: rgb(175, 175, 175) !important;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: rgb(220, 220, 220) !important;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: rgb(235, 235, 235) !important;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: rgb(245, 245, 245) !important;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:bg-myshop-primary:focus {
    background-color: #1b75bf !important;
  }

  .xl\:focus\:bg-myshop-primary-light:focus {
    background-color: #d9eeff !important;
  }

  .xl\:focus\:bg-myshop-primary-dark:focus {
    background-color: #14568d !important;
  }

  .xl\:focus\:bg-myshop-secondary:focus {
    background-color: #13ab0e !important;
  }

  .xl\:focus\:bg-myshop-black:focus {
    background-color: #333 !important;
  }

  .xl\:focus\:bg-myshop-grey:focus {
    background-color: #92979b !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-primary-dark:hover {
    background-color: rgb(20, 85, 140) !important;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: rgb(20, 110, 170) !important;
  }

  .xl\:hover\:bg-primary-light:hover {
    background-color: rgb(150, 200, 220) !important;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #e7f1ff !important;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #70a8da !important;
  }

  .xl\:hover\:bg-blue-semi-light:hover {
    background-color: #70a8da !important;
  }

  .xl\:hover\:bg-secondary-dark:hover {
    background-color: rgb(10, 190, 105) !important;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: rgb(20, 200, 115) !important;
  }

  .xl\:hover\:bg-secondary-light:hover {
    background-color: rgb(30, 210, 125) !important;
  }

  .xl\:hover\:bg-allblack:hover {
    background-color: rgb(0, 0, 0) !important;
  }

  .xl\:hover\:bg-black:hover {
    background-color: rgb(40, 40, 40) !important;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: rgb(100, 100, 100) !important;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: rgb(125, 125, 125) !important;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: rgb(150, 150, 150) !important;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: rgb(175, 175, 175) !important;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: rgb(220, 220, 220) !important;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: rgb(235, 235, 235) !important;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: rgb(245, 245, 245) !important;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:bg-myshop-primary:hover {
    background-color: #1b75bf !important;
  }

  .xl\:hover\:bg-myshop-primary-light:hover {
    background-color: #d9eeff !important;
  }

  .xl\:hover\:bg-myshop-primary-dark:hover {
    background-color: #14568d !important;
  }

  .xl\:hover\:bg-myshop-secondary:hover {
    background-color: #13ab0e !important;
  }

  .xl\:hover\:bg-myshop-black:hover {
    background-color: #333 !important;
  }

  .xl\:hover\:bg-myshop-grey:hover {
    background-color: #92979b !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-3 {
    border-width: 3px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-3 {
    border-top-width: 3px !important;
  }

  .xl\:border-r-3 {
    border-right-width: 3px !important;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xl\:border-l-3 {
    border-left-width: 3px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .xl\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .xl\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end {
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .xl\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .xl\:self-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .xl\:self-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .xl\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .xl\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

  .xl\:justify-start {
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end {
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between {
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .xl\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .xl\:content-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .xl\:content-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .xl\:content-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .xl\:content-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .xl\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .xl\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .xl\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .xl\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .xl\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:h-0 {
    height: 0 !important;
  }

  .xl\:h-1 {
    height: .25rem !important;
  }

  .xl\:h-2 {
    height: .5rem !important;
  }

  .xl\:h-3 {
    height: .75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-56 {
    height: 14rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-80 {
    height: 20rem !important;
  }

  .xl\:h-96 {
    height: 24rem !important;
  }

  .xl\:h-128 {
    height: 32rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:m-1 {
    margin: 5px !important;
  }

  .xl\:m-2 {
    margin: 10px !important;
  }

  .xl\:m-3 {
    margin: 15px !important;
  }

  .xl\:m-4 {
    margin: 30px !important;
  }

  .xl\:m-6 {
    margin: 45px !important;
  }

  .xl\:m-8 {
    margin: 60px !important;
  }

  .xl\:m-10 {
    margin: 75px !important;
  }

  .xl\:m-12 {
    margin: 90px !important;
  }

  .xl\:m-16 {
    margin: 120px !important;
  }

  .xl\:m-24 {
    margin: 180px !important;
  }

  .xl\:m-32 {
    margin: 220px !important;
  }

  .xl\:m-48 {
    margin: 330px !important;
  }

  .xl\:m-56 {
    margin: 380px !important;
  }

  .xl\:m-64 {
    margin: 440px !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:m-3a {
    margin: 20px !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xl\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xl\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xl\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xl\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xl\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xl\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .xl\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .xl\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xl\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xl\:my-10 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xl\:mx-10 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xl\:my-12 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xl\:mx-12 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xl\:my-16 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xl\:mx-16 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xl\:my-24 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .xl\:mx-24 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .xl\:my-32 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .xl\:mx-32 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .xl\:my-48 {
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .xl\:mx-48 {
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .xl\:my-56 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
  }

  .xl\:mx-56 {
    margin-left: 380px !important;
    margin-right: 380px !important;
  }

  .xl\:my-64 {
    margin-top: 440px !important;
    margin-bottom: 440px !important;
  }

  .xl\:mx-64 {
    margin-left: 440px !important;
    margin-right: 440px !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:my-3a {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xl\:mx-3a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mt-1 {
    margin-top: 5px !important;
  }

  .xl\:mr-1 {
    margin-right: 5px !important;
  }

  .xl\:mb-1 {
    margin-bottom: 5px !important;
  }

  .xl\:ml-1 {
    margin-left: 5px !important;
  }

  .xl\:mt-2 {
    margin-top: 10px !important;
  }

  .xl\:mr-2 {
    margin-right: 10px !important;
  }

  .xl\:mb-2 {
    margin-bottom: 10px !important;
  }

  .xl\:ml-2 {
    margin-left: 10px !important;
  }

  .xl\:mt-3 {
    margin-top: 15px !important;
  }

  .xl\:mr-3 {
    margin-right: 15px !important;
  }

  .xl\:mb-3 {
    margin-bottom: 15px !important;
  }

  .xl\:ml-3 {
    margin-left: 15px !important;
  }

  .xl\:mt-4 {
    margin-top: 30px !important;
  }

  .xl\:mr-4 {
    margin-right: 30px !important;
  }

  .xl\:mb-4 {
    margin-bottom: 30px !important;
  }

  .xl\:ml-4 {
    margin-left: 30px !important;
  }

  .xl\:mt-6 {
    margin-top: 45px !important;
  }

  .xl\:mr-6 {
    margin-right: 45px !important;
  }

  .xl\:mb-6 {
    margin-bottom: 45px !important;
  }

  .xl\:ml-6 {
    margin-left: 45px !important;
  }

  .xl\:mt-8 {
    margin-top: 60px !important;
  }

  .xl\:mr-8 {
    margin-right: 60px !important;
  }

  .xl\:mb-8 {
    margin-bottom: 60px !important;
  }

  .xl\:ml-8 {
    margin-left: 60px !important;
  }

  .xl\:mt-10 {
    margin-top: 75px !important;
  }

  .xl\:mr-10 {
    margin-right: 75px !important;
  }

  .xl\:mb-10 {
    margin-bottom: 75px !important;
  }

  .xl\:ml-10 {
    margin-left: 75px !important;
  }

  .xl\:mt-12 {
    margin-top: 90px !important;
  }

  .xl\:mr-12 {
    margin-right: 90px !important;
  }

  .xl\:mb-12 {
    margin-bottom: 90px !important;
  }

  .xl\:ml-12 {
    margin-left: 90px !important;
  }

  .xl\:mt-16 {
    margin-top: 120px !important;
  }

  .xl\:mr-16 {
    margin-right: 120px !important;
  }

  .xl\:mb-16 {
    margin-bottom: 120px !important;
  }

  .xl\:ml-16 {
    margin-left: 120px !important;
  }

  .xl\:mt-24 {
    margin-top: 180px !important;
  }

  .xl\:mr-24 {
    margin-right: 180px !important;
  }

  .xl\:mb-24 {
    margin-bottom: 180px !important;
  }

  .xl\:ml-24 {
    margin-left: 180px !important;
  }

  .xl\:mt-32 {
    margin-top: 220px !important;
  }

  .xl\:mr-32 {
    margin-right: 220px !important;
  }

  .xl\:mb-32 {
    margin-bottom: 220px !important;
  }

  .xl\:ml-32 {
    margin-left: 220px !important;
  }

  .xl\:mt-48 {
    margin-top: 330px !important;
  }

  .xl\:mr-48 {
    margin-right: 330px !important;
  }

  .xl\:mb-48 {
    margin-bottom: 330px !important;
  }

  .xl\:ml-48 {
    margin-left: 330px !important;
  }

  .xl\:mt-56 {
    margin-top: 380px !important;
  }

  .xl\:mr-56 {
    margin-right: 380px !important;
  }

  .xl\:mb-56 {
    margin-bottom: 380px !important;
  }

  .xl\:ml-56 {
    margin-left: 380px !important;
  }

  .xl\:mt-64 {
    margin-top: 440px !important;
  }

  .xl\:mr-64 {
    margin-right: 440px !important;
  }

  .xl\:mb-64 {
    margin-bottom: 440px !important;
  }

  .xl\:ml-64 {
    margin-left: 440px !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:mt-3a {
    margin-top: 20px !important;
  }

  .xl\:mr-3a {
    margin-right: 20px !important;
  }

  .xl\:mb-3a {
    margin-bottom: 20px !important;
  }

  .xl\:ml-3a {
    margin-left: 20px !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-w-xxs {
    max-width: 15rem !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 30rem !important;
  }

  .xl\:max-w-md {
    max-width: 40rem !important;
  }

  .xl\:max-w-lg {
    max-width: 50rem !important;
  }

  .xl\:max-w-xl {
    max-width: 60rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 70rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 90rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 100rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:-m-0 {
    margin: 0 !important;
  }

  .xl\:-m-1 {
    margin: -5px !important;
  }

  .xl\:-m-2 {
    margin: -10px !important;
  }

  .xl\:-m-3 {
    margin: -15px !important;
  }

  .xl\:-m-4 {
    margin: -30px !important;
  }

  .xl\:-m-6 {
    margin: -45px !important;
  }

  .xl\:-m-8 {
    margin: -60px !important;
  }

  .xl\:-m-10 {
    margin: -75px !important;
  }

  .xl\:-m-12 {
    margin: -90px !important;
  }

  .xl\:-m-16 {
    margin: -120px !important;
  }

  .xl\:-m-24 {
    margin: -180px !important;
  }

  .xl\:-m-32 {
    margin: -220px !important;
  }

  .xl\:-m-48 {
    margin: -330px !important;
  }

  .xl\:-m-56 {
    margin: -380px !important;
  }

  .xl\:-m-64 {
    margin: -440px !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:-m-3a {
    margin: -20px !important;
  }

  .xl\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xl\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xl\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xl\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xl\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xl\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xl\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xl\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xl\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .xl\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .xl\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xl\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xl\:-my-10 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xl\:-mx-10 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xl\:-my-12 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xl\:-mx-12 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xl\:-my-16 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xl\:-mx-16 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xl\:-my-24 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .xl\:-mx-24 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .xl\:-my-32 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .xl\:-mx-32 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .xl\:-my-48 {
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .xl\:-mx-48 {
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .xl\:-my-56 {
    margin-top: -380px !important;
    margin-bottom: -380px !important;
  }

  .xl\:-mx-56 {
    margin-left: -380px !important;
    margin-right: -380px !important;
  }

  .xl\:-my-64 {
    margin-top: -440px !important;
    margin-bottom: -440px !important;
  }

  .xl\:-mx-64 {
    margin-left: -440px !important;
    margin-right: -440px !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-my-3a {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xl\:-mx-3a {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:-mt-1 {
    margin-top: -5px !important;
  }

  .xl\:-mr-1 {
    margin-right: -5px !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .xl\:-ml-1 {
    margin-left: -5px !important;
  }

  .xl\:-mt-2 {
    margin-top: -10px !important;
  }

  .xl\:-mr-2 {
    margin-right: -10px !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .xl\:-ml-2 {
    margin-left: -10px !important;
  }

  .xl\:-mt-3 {
    margin-top: -15px !important;
  }

  .xl\:-mr-3 {
    margin-right: -15px !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .xl\:-ml-3 {
    margin-left: -15px !important;
  }

  .xl\:-mt-4 {
    margin-top: -30px !important;
  }

  .xl\:-mr-4 {
    margin-right: -30px !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .xl\:-ml-4 {
    margin-left: -30px !important;
  }

  .xl\:-mt-6 {
    margin-top: -45px !important;
  }

  .xl\:-mr-6 {
    margin-right: -45px !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .xl\:-ml-6 {
    margin-left: -45px !important;
  }

  .xl\:-mt-8 {
    margin-top: -60px !important;
  }

  .xl\:-mr-8 {
    margin-right: -60px !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .xl\:-ml-8 {
    margin-left: -60px !important;
  }

  .xl\:-mt-10 {
    margin-top: -75px !important;
  }

  .xl\:-mr-10 {
    margin-right: -75px !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -75px !important;
  }

  .xl\:-ml-10 {
    margin-left: -75px !important;
  }

  .xl\:-mt-12 {
    margin-top: -90px !important;
  }

  .xl\:-mr-12 {
    margin-right: -90px !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -90px !important;
  }

  .xl\:-ml-12 {
    margin-left: -90px !important;
  }

  .xl\:-mt-16 {
    margin-top: -120px !important;
  }

  .xl\:-mr-16 {
    margin-right: -120px !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -120px !important;
  }

  .xl\:-ml-16 {
    margin-left: -120px !important;
  }

  .xl\:-mt-24 {
    margin-top: -180px !important;
  }

  .xl\:-mr-24 {
    margin-right: -180px !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -180px !important;
  }

  .xl\:-ml-24 {
    margin-left: -180px !important;
  }

  .xl\:-mt-32 {
    margin-top: -220px !important;
  }

  .xl\:-mr-32 {
    margin-right: -220px !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -220px !important;
  }

  .xl\:-ml-32 {
    margin-left: -220px !important;
  }

  .xl\:-mt-48 {
    margin-top: -330px !important;
  }

  .xl\:-mr-48 {
    margin-right: -330px !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -330px !important;
  }

  .xl\:-ml-48 {
    margin-left: -330px !important;
  }

  .xl\:-mt-56 {
    margin-top: -380px !important;
  }

  .xl\:-mr-56 {
    margin-right: -380px !important;
  }

  .xl\:-mb-56 {
    margin-bottom: -380px !important;
  }

  .xl\:-ml-56 {
    margin-left: -380px !important;
  }

  .xl\:-mt-64 {
    margin-top: -440px !important;
  }

  .xl\:-mr-64 {
    margin-right: -440px !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -440px !important;
  }

  .xl\:-ml-64 {
    margin-left: -440px !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:-mt-3a {
    margin-top: -20px !important;
  }

  .xl\:-mr-3a {
    margin-right: -20px !important;
  }

  .xl\:-mb-3a {
    margin-bottom: -20px !important;
  }

  .xl\:-ml-3a {
    margin-left: -20px !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: .25 !important;
  }

  .xl\:opacity-50 {
    opacity: .5 !important;
  }

  .xl\:opacity-75 {
    opacity: .75 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:p-1 {
    padding: 5px !important;
  }

  .xl\:p-2 {
    padding: 10px !important;
  }

  .xl\:p-3 {
    padding: 15px !important;
  }

  .xl\:p-4 {
    padding: 30px !important;
  }

  .xl\:p-6 {
    padding: 45px !important;
  }

  .xl\:p-8 {
    padding: 60px !important;
  }

  .xl\:p-9 {
    padding: 67px !important;
  }

  .xl\:p-10 {
    padding: 75px !important;
  }

  .xl\:p-12 {
    padding: 90px !important;
  }

  .xl\:p-16 {
    padding: 120px !important;
  }

  .xl\:p-24 {
    padding: 180px !important;
  }

  .xl\:p-32 {
    padding: 220px !important;
  }

  .xl\:p-48 {
    padding: 330px !important;
  }

  .xl\:p-56 {
    padding: 380px !important;
  }

  .xl\:p-64 {
    padding: 440px !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:p-3a {
    padding: 20px !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xl\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xl\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xl\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xl\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xl\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xl\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .xl\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .xl\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xl\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xl\:py-9 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }

  .xl\:px-9 {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }

  .xl\:py-10 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xl\:px-10 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xl\:py-12 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xl\:px-12 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xl\:py-16 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xl\:px-16 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xl\:py-24 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .xl\:px-24 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .xl\:py-32 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .xl\:px-32 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .xl\:py-48 {
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .xl\:px-48 {
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .xl\:py-56 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
  }

  .xl\:px-56 {
    padding-left: 380px !important;
    padding-right: 380px !important;
  }

  .xl\:py-64 {
    padding-top: 440px !important;
    padding-bottom: 440px !important;
  }

  .xl\:px-64 {
    padding-left: 440px !important;
    padding-right: 440px !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-3a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xl\:px-3a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pt-1 {
    padding-top: 5px !important;
  }

  .xl\:pr-1 {
    padding-right: 5px !important;
  }

  .xl\:pb-1 {
    padding-bottom: 5px !important;
  }

  .xl\:pl-1 {
    padding-left: 5px !important;
  }

  .xl\:pt-2 {
    padding-top: 10px !important;
  }

  .xl\:pr-2 {
    padding-right: 10px !important;
  }

  .xl\:pb-2 {
    padding-bottom: 10px !important;
  }

  .xl\:pl-2 {
    padding-left: 10px !important;
  }

  .xl\:pt-3 {
    padding-top: 15px !important;
  }

  .xl\:pr-3 {
    padding-right: 15px !important;
  }

  .xl\:pb-3 {
    padding-bottom: 15px !important;
  }

  .xl\:pl-3 {
    padding-left: 15px !important;
  }

  .xl\:pt-4 {
    padding-top: 30px !important;
  }

  .xl\:pr-4 {
    padding-right: 30px !important;
  }

  .xl\:pb-4 {
    padding-bottom: 30px !important;
  }

  .xl\:pl-4 {
    padding-left: 30px !important;
  }

  .xl\:pt-6 {
    padding-top: 45px !important;
  }

  .xl\:pr-6 {
    padding-right: 45px !important;
  }

  .xl\:pb-6 {
    padding-bottom: 45px !important;
  }

  .xl\:pl-6 {
    padding-left: 45px !important;
  }

  .xl\:pt-8 {
    padding-top: 60px !important;
  }

  .xl\:pr-8 {
    padding-right: 60px !important;
  }

  .xl\:pb-8 {
    padding-bottom: 60px !important;
  }

  .xl\:pl-8 {
    padding-left: 60px !important;
  }

  .xl\:pt-9 {
    padding-top: 67px !important;
  }

  .xl\:pr-9 {
    padding-right: 67px !important;
  }

  .xl\:pb-9 {
    padding-bottom: 67px !important;
  }

  .xl\:pl-9 {
    padding-left: 67px !important;
  }

  .xl\:pt-10 {
    padding-top: 75px !important;
  }

  .xl\:pr-10 {
    padding-right: 75px !important;
  }

  .xl\:pb-10 {
    padding-bottom: 75px !important;
  }

  .xl\:pl-10 {
    padding-left: 75px !important;
  }

  .xl\:pt-12 {
    padding-top: 90px !important;
  }

  .xl\:pr-12 {
    padding-right: 90px !important;
  }

  .xl\:pb-12 {
    padding-bottom: 90px !important;
  }

  .xl\:pl-12 {
    padding-left: 90px !important;
  }

  .xl\:pt-16 {
    padding-top: 120px !important;
  }

  .xl\:pr-16 {
    padding-right: 120px !important;
  }

  .xl\:pb-16 {
    padding-bottom: 120px !important;
  }

  .xl\:pl-16 {
    padding-left: 120px !important;
  }

  .xl\:pt-24 {
    padding-top: 180px !important;
  }

  .xl\:pr-24 {
    padding-right: 180px !important;
  }

  .xl\:pb-24 {
    padding-bottom: 180px !important;
  }

  .xl\:pl-24 {
    padding-left: 180px !important;
  }

  .xl\:pt-32 {
    padding-top: 220px !important;
  }

  .xl\:pr-32 {
    padding-right: 220px !important;
  }

  .xl\:pb-32 {
    padding-bottom: 220px !important;
  }

  .xl\:pl-32 {
    padding-left: 220px !important;
  }

  .xl\:pt-48 {
    padding-top: 330px !important;
  }

  .xl\:pr-48 {
    padding-right: 330px !important;
  }

  .xl\:pb-48 {
    padding-bottom: 330px !important;
  }

  .xl\:pl-48 {
    padding-left: 330px !important;
  }

  .xl\:pt-56 {
    padding-top: 380px !important;
  }

  .xl\:pr-56 {
    padding-right: 380px !important;
  }

  .xl\:pb-56 {
    padding-bottom: 380px !important;
  }

  .xl\:pl-56 {
    padding-left: 380px !important;
  }

  .xl\:pt-64 {
    padding-top: 440px !important;
  }

  .xl\:pr-64 {
    padding-right: 440px !important;
  }

  .xl\:pb-64 {
    padding-bottom: 440px !important;
  }

  .xl\:pl-64 {
    padding-left: 440px !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pt-3a {
    padding-top: 20px !important;
  }

  .xl\:pr-3a {
    padding-right: 20px !important;
  }

  .xl\:pb-3a {
    padding-bottom: 20px !important;
  }

  .xl\:pl-3a {
    padding-left: 20px !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-t {
    top: 0 !important;
  }

  .xl\:pin-r {
    right: 0 !important;
  }

  .xl\:pin-b {
    bottom: 0 !important;
  }

  .xl\:pin-l {
    left: 0 !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-primary-dark {
    color: rgb(20, 85, 140) !important;
  }

  .xl\:text-primary {
    color: rgb(20, 110, 170) !important;
  }

  .xl\:text-primary-light {
    color: rgb(150, 200, 220) !important;
  }

  .xl\:text-blue-light {
    color: #e7f1ff !important;
  }

  .xl\:text-blue-dark {
    color: #70a8da !important;
  }

  .xl\:text-blue-semi-light {
    color: #70a8da !important;
  }

  .xl\:text-secondary-dark {
    color: rgb(10, 190, 105) !important;
  }

  .xl\:text-secondary {
    color: rgb(20, 200, 115) !important;
  }

  .xl\:text-secondary-light {
    color: rgb(30, 210, 125) !important;
  }

  .xl\:text-allblack {
    color: rgb(0, 0, 0) !important;
  }

  .xl\:text-black {
    color: rgb(40, 40, 40) !important;
  }

  .xl\:text-grey-darkest {
    color: rgb(100, 100, 100) !important;
  }

  .xl\:text-grey-darker {
    color: rgb(125, 125, 125) !important;
  }

  .xl\:text-grey-dark {
    color: rgb(150, 150, 150) !important;
  }

  .xl\:text-grey {
    color: rgb(175, 175, 175) !important;
  }

  .xl\:text-grey-light {
    color: rgb(220, 220, 220) !important;
  }

  .xl\:text-grey-lighter {
    color: rgb(235, 235, 235) !important;
  }

  .xl\:text-grey-lightest {
    color: rgb(245, 245, 245) !important;
  }

  .xl\:text-white {
    color: #fff !important;
  }

  .xl\:text-myshop-primary {
    color: #1b75bf !important;
  }

  .xl\:text-myshop-primary-light {
    color: #d9eeff !important;
  }

  .xl\:text-myshop-primary-dark {
    color: #14568d !important;
  }

  .xl\:text-myshop-secondary {
    color: #13ab0e !important;
  }

  .xl\:text-myshop-black {
    color: #333 !important;
  }

  .xl\:text-myshop-grey {
    color: #92979b !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-primary-dark:hover {
    color: rgb(20, 85, 140) !important;
  }

  .xl\:hover\:text-primary:hover {
    color: rgb(20, 110, 170) !important;
  }

  .xl\:hover\:text-primary-light:hover {
    color: rgb(150, 200, 220) !important;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #e7f1ff !important;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #70a8da !important;
  }

  .xl\:hover\:text-blue-semi-light:hover {
    color: #70a8da !important;
  }

  .xl\:hover\:text-secondary-dark:hover {
    color: rgb(10, 190, 105) !important;
  }

  .xl\:hover\:text-secondary:hover {
    color: rgb(20, 200, 115) !important;
  }

  .xl\:hover\:text-secondary-light:hover {
    color: rgb(30, 210, 125) !important;
  }

  .xl\:hover\:text-allblack:hover {
    color: rgb(0, 0, 0) !important;
  }

  .xl\:hover\:text-black:hover {
    color: rgb(40, 40, 40) !important;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: rgb(100, 100, 100) !important;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: rgb(125, 125, 125) !important;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: rgb(150, 150, 150) !important;
  }

  .xl\:hover\:text-grey:hover {
    color: rgb(175, 175, 175) !important;
  }

  .xl\:hover\:text-grey-light:hover {
    color: rgb(220, 220, 220) !important;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: rgb(235, 235, 235) !important;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: rgb(245, 245, 245) !important;
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important;
  }

  .xl\:hover\:text-myshop-primary:hover {
    color: #1b75bf !important;
  }

  .xl\:hover\:text-myshop-primary-light:hover {
    color: #d9eeff !important;
  }

  .xl\:hover\:text-myshop-primary-dark:hover {
    color: #14568d !important;
  }

  .xl\:hover\:text-myshop-secondary:hover {
    color: #13ab0e !important;
  }

  .xl\:hover\:text-myshop-black:hover {
    color: #333 !important;
  }

  .xl\:hover\:text-myshop-grey:hover {
    color: #92979b !important;
  }

  .xl\:text-xs {
    font-size: 10px !important;
  }

  .xl\:text-sm {
    font-size: 12px !important;
  }

  .xl\:text-base {
    font-size: 14px !important;
  }

  .xl\:text-lg {
    font-size: 16px !important;
  }

  .xl\:text-xl {
    font-size: 18px !important;
  }

  .xl\:text-2xl {
    font-size: 20px !important;
  }

  .xl\:text-3xl {
    font-size: 24px !important;
  }

  .xl\:text-4xl {
    font-size: 30px !important;
  }

  .xl\:text-5xl {
    font-size: 36px !important;
  }

  .xl\:text-6xl {
    font-size: 48px !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-words {
    word-wrap: break-word !important;
  }

  .xl\:break-normal {
    word-wrap: normal !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-1 {
    width: .25rem !important;
  }

  .xl\:w-2 {
    width: .5rem !important;
  }

  .xl\:w-3 {
    width: .75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.33333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.66667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.33333% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:bg-gradient-ci-with-one {
    background: url("../img/one-bg.png"), linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
    background-repeat: no-repeat;
  }

  .xl\:bg-gradient-ci {
    background: linear-gradient(320deg, rgb(20, 110, 170) 0%, rgb(20, 85, 140) 100%);
  }
}
