@charset "UTF-8";
/*!
 * Papipcha Tours Theme
 */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;700&display=swap");
*,
*:after,
*:before {
  box-sizing: border-box;
  border: 0 solid #cbd3db;
}

* {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1e2126;
  background-color: white;
}

html, body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: white;
  background-color: rgb(89.6729910714, 131.6095982143, 239.6770089286);
}

::placeholder {
  opacity: 0.5;
  color: #1e2126;
}

a {
  color: rgba(20, 20, 20, 0.8);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: 0.15s ease-out;
}
a:focus, a:hover {
  color: rgba(20, 20, 20, 0.8);
  text-decoration: none;
  transition: 0.15s ease-out;
}

h1 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1,
.h1 {
  font-size: clamp(1.6rem, 2.34vw + 0.75rem, 2.05rem);
  font-weight: bold;
}

h1.divided,
.h1.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h2,
.h2 {
  font-size: clamp(1.47rem, 2.34vw + 0.7rem, 1.85rem);
  font-weight: bold;
}

h2.divided,
.h2.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h3,
.h3 {
  font-size: clamp(1.33rem, 2.34vw + 0.65rem, 1.65rem);
  font-weight: bold;
}

h3.divided,
.h3.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h4,
.h4 {
  font-size: clamp(1.2rem, 2.34vw + 0.6rem, 1.45rem);
  font-weight: bold;
}

h4.divided,
.h4.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h5,
.h5 {
  font-size: clamp(1rem, 2.34vw + 0.55rem, 1.3rem);
  font-weight: bold;
}

h5.divided,
.h5.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 1em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h6,
.h6 {
  font-size: clamp(0.95rem, 2.34vw + 0.5rem, 1.15rem);
  font-weight: bold;
}

h6.divided,
.h6.divided {
  border-width: 0 0 1px 0 !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

b, strong {
  font-weight: bolder;
}

a, ins, u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

blockquote {
  border-left: 0.1rem dotted #39414f;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
  font-style: italic;
  color: rgba(30, 33, 38, 0.75);
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  border: 0;
  border-top: 0.1rem solid #cbd3db;
  margin: 2rem 0;
  box-sizing: content-box;
  overflow: visible;
}

/* List */
ul, ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li, ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

dl dt {
  font-weight: bold;
}

/* embedded content */
img,
picture,
svg,
canvas,
embed,
object,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  border-style: none;
}

iframe {
  outline: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  color: #bd3254;
  white-space: nowrap;
  padding: 2px 6px;
  font-size: 1em;
}

[hidden],
.hidden {
  display: none;
}

[disabled],
:disabled,
.disabled {
  opacity: 0.49;
  cursor: default;
  pointer-events: none;
}

.table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: margin-bottom;
}
.table caption {
  text-align: inherit;
  color: #1e2126;
  font-family: unset;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 1rem 0.6rem;
  border-bottom: 1px solid rgb(111, 112.92, 116.12);
  background-color: transparent;
}
.table.striped tr:nth-of-type(odd),
.table.striped tbody tr:nth-of-type(odd) {
  background-color: rgb(244.875, 245.01, 245.235);
}
.table.hovered tr:hover,
.table.hovered tbody tr:hover {
  background-color: rgb(244.875, 245.01, 245.235);
  color: #1e2126;
}
.table tr,
.table tbody tr {
  transition: all 0.3s;
}
.table tr.active, .table.striped tr.active,
.table.striped tbody tr.active, .table tr.active:hover,
.table tbody tr.active,
.table tbody tr.active:hover {
  color: #1e2126;
  background-color: rgb(233.625, 233.91, 234.385);
}
.table td,
.table th {
  border-bottom: 1px solid #cbd3db;
  text-align: inherit;
}
.table td {
  padding: 0.313rem 0.7rem;
}
.table th {
  border-bottom-color: rgb(168.375, 169.53, 171.455);
}
.table thead tr {
  background: transparent !important;
}
.table thead tr th {
  font-family: unset;
  font-size: inherit;
  font-weight: bold;
  color: #1e2126;
  padding: 0.9rem 0.7rem;
  background-color: transparent;
}

input[type=color],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input[type=file],
input:not([type]),
textarea,
select {
  font-family: unset;
  box-sizing: inherit;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  height: initial;
  border-radius: 0.25rem;
  outline: 2px solid transparent;
  outline-color: transparent;
  outline-offset: -2px;
  box-shadow: none;
  padding: 0.7rem 0.5rem;
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-size: initial;
  font-weight: 400;
  transition: 0.35s;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=file]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline-color: #3266ec;
  outline-width: 2px;
  outline-offset: -2px;
  background-color: initial;
  color: inherit;
  z-index: 0;
}
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
input[type=file]::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgb(168.375, 169.53, 171.455);
}
input[type=color].success,
input[type=date].success,
input[type=time].success,
input[type=datetime].success,
input[type=datetime-local].success,
input[type=email].success,
input[type=month].success,
input[type=number].success,
input[type=password].success,
input[type=search].success,
input[type=tel].success,
input[type=text].success,
input[type=url].success,
input[type=week].success,
input[type=file].success,
input:not([type]).success,
textarea.success,
select.success {
  color: #369138;
  border-color: #369138;
  border-width: 1px;
}
input[type=color].success:focus,
input[type=date].success:focus,
input[type=time].success:focus,
input[type=datetime].success:focus,
input[type=datetime-local].success:focus,
input[type=email].success:focus,
input[type=month].success:focus,
input[type=number].success:focus,
input[type=password].success:focus,
input[type=search].success:focus,
input[type=tel].success:focus,
input[type=text].success:focus,
input[type=url].success:focus,
input[type=week].success:focus,
input[type=file].success:focus,
input:not([type]).success:focus,
textarea.success:focus,
select.success:focus {
  outline-color: #369138;
}
input[type=color].warning,
input[type=date].warning,
input[type=time].warning,
input[type=datetime].warning,
input[type=datetime-local].warning,
input[type=email].warning,
input[type=month].warning,
input[type=number].warning,
input[type=password].warning,
input[type=search].warning,
input[type=tel].warning,
input[type=text].warning,
input[type=url].warning,
input[type=week].warning,
input[type=file].warning,
input:not([type]).warning,
textarea.warning,
select.warning {
  color: #c17f2a;
  border-color: #c17f2a;
  border-width: 1px;
}
input[type=color].warning:focus,
input[type=date].warning:focus,
input[type=time].warning:focus,
input[type=datetime].warning:focus,
input[type=datetime-local].warning:focus,
input[type=email].warning:focus,
input[type=month].warning:focus,
input[type=number].warning:focus,
input[type=password].warning:focus,
input[type=search].warning:focus,
input[type=tel].warning:focus,
input[type=text].warning:focus,
input[type=url].warning:focus,
input[type=week].warning:focus,
input[type=file].warning:focus,
input:not([type]).warning:focus,
textarea.warning:focus,
select.warning:focus {
  outline-color: #c17f2a;
}
input[type=color].error,
input[type=date].error,
input[type=time].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=url].error,
input[type=week].error,
input[type=file].error,
input:not([type]).error,
textarea.error,
select.error {
  color: #bd3254;
  border-color: #bd3254;
  border-width: 1px;
}
input[type=color].error:focus,
input[type=date].error:focus,
input[type=time].error:focus,
input[type=datetime].error:focus,
input[type=datetime-local].error:focus,
input[type=email].error:focus,
input[type=month].error:focus,
input[type=number].error:focus,
input[type=password].error:focus,
input[type=search].error:focus,
input[type=tel].error:focus,
input[type=text].error:focus,
input[type=url].error:focus,
input[type=week].error:focus,
input[type=file].error:focus,
input:not([type]).error:focus,
textarea.error:focus,
select.error:focus {
  outline-color: #bd3254;
}

textarea {
  min-height: 6.5rem;
  resize: vertical;
}

fieldset {
  border-width: 0;
  padding: 0.6em;
}

legend {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  white-space: normal;
}

select option {
  color: inherit;
  background-color: transparent;
}

input:disabled {
  opacity: 0.59;
}

.form {
  position: relative;
  max-width: 100%;
  padding: 0 16px;
}
.form .item {
  height: fit-content;
  margin: 0.495rem 5px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  position: relative;
  align-items: center;
  padding: 0.295rem;
}
.form label, .form .item > label {
  margin: 0;
  color: #1e2126;
  font-size: 0.955rem;
  font-family: unset;
  font-weight: bold;
  text-transform: none;
  height: fit-content;
}

.form .item > small {
  color: rgb(111, 112.92, 116.12);
}
.form .item > input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: default;
}
.form .group, .form .item > .group {
  display: flex;
  width: 100%;
}
.form .group > *, .form .item > .group > * {
  flex: 1 1 auto;
}
.form .group > *:last-child, .form .item > .group > *:last-child {
  margin-left: -1px;
}
.form .group > *:not(:first-child):not(:last-child), .form .item > .group > *:not(:first-child):not(:last-child) {
  margin-left: -1px;
  margin-right: 0;
  border-radius: 0;
}
.form .group > .buttons, .form .item > .group > .buttons {
  box-shadow: none;
}
.form .group > .button, .form .item > .group > .button {
  padding: 0.7rem 1.75rem;
  box-shadow: none;
}
.form .group > .button:first-child, .form .item > .group > .button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form .group > .button:last-child:not(:first-child), .form .item > .group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form .group input[type=color],
.form .group input[type=date],
.form .group input[type=time],
.form .group input[type=datetime],
.form .group input[type=datetime-local],
.form .group input[type=email],
.form .group input[type=month],
.form .group input[type=number],
.form .group input[type=password],
.form .group input[type=search],
.form .group input[type=tel],
.form .group input[type=text],
.form .group input[type=url],
.form .group input[type=week],
.form .group input[type=file],
.form .group input:not([type]),
.form .group textarea,
.form .group select, .form .item > .group input[type=color],
.form .item > .group input[type=date],
.form .item > .group input[type=time],
.form .item > .group input[type=datetime],
.form .item > .group input[type=datetime-local],
.form .item > .group input[type=email],
.form .item > .group input[type=month],
.form .item > .group input[type=number],
.form .item > .group input[type=password],
.form .item > .group input[type=search],
.form .item > .group input[type=tel],
.form .item > .group input[type=text],
.form .item > .group input[type=url],
.form .item > .group input[type=week],
.form .item > .group input[type=file],
.form .item > .group input:not([type]),
.form .item > .group textarea,
.form .item > .group select {
  box-shadow: none !important;
}
.form .group input[type=color]:first-child,
.form .group input[type=date]:first-child,
.form .group input[type=time]:first-child,
.form .group input[type=datetime]:first-child,
.form .group input[type=datetime-local]:first-child,
.form .group input[type=email]:first-child,
.form .group input[type=month]:first-child,
.form .group input[type=number]:first-child,
.form .group input[type=password]:first-child,
.form .group input[type=search]:first-child,
.form .group input[type=tel]:first-child,
.form .group input[type=text]:first-child,
.form .group input[type=url]:first-child,
.form .group input[type=week]:first-child,
.form .group input[type=file]:first-child,
.form .group input:not([type]):first-child,
.form .group textarea:first-child,
.form .group select:first-child, .form .item > .group input[type=color]:first-child,
.form .item > .group input[type=date]:first-child,
.form .item > .group input[type=time]:first-child,
.form .item > .group input[type=datetime]:first-child,
.form .item > .group input[type=datetime-local]:first-child,
.form .item > .group input[type=email]:first-child,
.form .item > .group input[type=month]:first-child,
.form .item > .group input[type=number]:first-child,
.form .item > .group input[type=password]:first-child,
.form .item > .group input[type=search]:first-child,
.form .item > .group input[type=tel]:first-child,
.form .item > .group input[type=text]:first-child,
.form .item > .group input[type=url]:first-child,
.form .item > .group input[type=week]:first-child,
.form .item > .group input[type=file]:first-child,
.form .item > .group input:not([type]):first-child,
.form .item > .group textarea:first-child,
.form .item > .group select:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form .group input[type=color]:last-child:not(:first-child),
.form .group input[type=date]:last-child:not(:first-child),
.form .group input[type=time]:last-child:not(:first-child),
.form .group input[type=datetime]:last-child:not(:first-child),
.form .group input[type=datetime-local]:last-child:not(:first-child),
.form .group input[type=email]:last-child:not(:first-child),
.form .group input[type=month]:last-child:not(:first-child),
.form .group input[type=number]:last-child:not(:first-child),
.form .group input[type=password]:last-child:not(:first-child),
.form .group input[type=search]:last-child:not(:first-child),
.form .group input[type=tel]:last-child:not(:first-child),
.form .group input[type=text]:last-child:not(:first-child),
.form .group input[type=url]:last-child:not(:first-child),
.form .group input[type=week]:last-child:not(:first-child),
.form .group input[type=file]:last-child:not(:first-child),
.form .group input:not([type]):last-child:not(:first-child),
.form .group textarea:last-child:not(:first-child),
.form .group select:last-child:not(:first-child), .form .item > .group input[type=color]:last-child:not(:first-child),
.form .item > .group input[type=date]:last-child:not(:first-child),
.form .item > .group input[type=time]:last-child:not(:first-child),
.form .item > .group input[type=datetime]:last-child:not(:first-child),
.form .item > .group input[type=datetime-local]:last-child:not(:first-child),
.form .item > .group input[type=email]:last-child:not(:first-child),
.form .item > .group input[type=month]:last-child:not(:first-child),
.form .item > .group input[type=number]:last-child:not(:first-child),
.form .item > .group input[type=password]:last-child:not(:first-child),
.form .item > .group input[type=search]:last-child:not(:first-child),
.form .item > .group input[type=tel]:last-child:not(:first-child),
.form .item > .group input[type=text]:last-child:not(:first-child),
.form .item > .group input[type=url]:last-child:not(:first-child),
.form .item > .group input[type=week]:last-child:not(:first-child),
.form .item > .group input[type=file]:last-child:not(:first-child),
.form .item > .group input:not([type]):last-child:not(:first-child),
.form .item > .group textarea:last-child:not(:first-child),
.form .item > .group select:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form .items {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.form .two.items > .item {
  flex: 0 0 calc(100% * 1 / 2 - 2 * 5px);
}
@media (max-width: 768px) {
  .form .two.items > .item {
    flex: 0 0 100%;
  }
}
.form .three.items > .item {
  flex: 0 0 calc(100% * 1 / 3 - 2 * 5px);
}
@media (max-width: 768px) {
  .form .three.items > .item {
    flex: 0 0 100%;
  }
}
.form .four.items > .item {
  flex: 0 0 calc(100% * 1 / 4 - 2 * 5px);
}
@media (max-width: 768px) {
  .form .four.items > .item {
    flex: 0 0 100%;
  }
}
.form .five.items > .item {
  flex: 0 0 calc(100% * 1 / 5 - 2 * 5px);
}
@media (max-width: 768px) {
  .form .five.items > .item {
    flex: 0 0 100%;
  }
}
.form .six.items > .item {
  flex: 0 0 calc(100% * 1 / 6 - 2 * 5px);
}
@media (max-width: 768px) {
  .form .six.items > .item {
    flex: 0 0 100%;
  }
}
.form.small input[type=color],
.form.small input[type=date],
.form.small input[type=time],
.form.small input[type=datetime],
.form.small input[type=datetime-local],
.form.small input[type=email],
.form.small input[type=month],
.form.small input[type=number],
.form.small input[type=password],
.form.small input[type=search],
.form.small input[type=tel],
.form.small input[type=text],
.form.small input[type=url],
.form.small input[type=week],
.form.small input[type=file],
.form.small input:not([type]),
.form.small textarea,
.form.small select {
  height: 2.5rem;
  font-size: 0.875rem;
}
.form.small .button {
  height: 2.5rem !important;
  font-size: 0.875rem !important;
  padding: 0.645rem 1.4rem !important;
}
.form.small label, .form.small > .items > .item > label, .form.small > .item > label {
  font-size: 0.875rem;
}

.form.large input[type=color],
.form.large input[type=date],
.form.large input[type=time],
.form.large input[type=datetime],
.form.large input[type=datetime-local],
.form.large input[type=email],
.form.large input[type=month],
.form.large input[type=number],
.form.large input[type=password],
.form.large input[type=search],
.form.large input[type=tel],
.form.large input[type=text],
.form.large input[type=url],
.form.large input[type=week],
.form.large input[type=file],
.form.large input:not([type]),
.form.large textarea,
.form.large select {
  height: 3.2rem;
  font-size: 1.05rem;
}
.form.large .button {
  height: 3.2rem !important;
  font-size: 1.05rem !important;
  padding: 1.15rem 2.1rem !important;
}
.form.large label, .form.large > .items > .item > label, .form.large > .item > label {
  font-size: 1.05rem;
}

.radio,
.checkbox {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1rem;
}
.radio input,
.checkbox input {
  display: grid;
  place-content: center;
  margin: 0;
  width: 1.6em;
  height: 1.6em;
  accent-color: #3266ec;
}
.radio input:disabled,
.checkbox input:disabled {
  cursor: not-allowed;
}
.radio > label,
.checkbox > label {
  color: #1e2126;
  font-size: 0.955rem;
  font-family: unset;
  font-weight: normal;
  user-select: none;
}

.container,
[class^=container-] {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .container,
  [class^=container-] {
    padding: 0 13.3333333333px;
  }
}
@media (min-width: 500px) {
  .container-sm {
    max-width: calc(500px - 1.7%);
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: calc(768px - 1.7%);
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: calc(992px - 1.7%);
  }
}
@media (min-width: 1260px) {
  .container-xl {
    max-width: calc(1260px - 1.7%);
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: calc(1400px - 1.7%);
  }
}
.row {
  display: grid;
  grid-gap: 0.375rem;
  grid-template-columns: repeat(16, minmax(0, 1fr));
}
.row > [class^=col] {
  height: fit-content;
  padding: 0.3rem;
  min-height: 0.125rem;
}
.row.equal > [class^=col] {
  height: auto;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.col-13 {
  grid-column: span 13;
}

.col-14 {
  grid-column: span 14;
}

.col-15 {
  grid-column: span 15;
}

.col-16 {
  grid-column: span 16;
}

@media (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1;
  }
  .col-xs-2 {
    grid-column: span 2;
  }
  .col-xs-3 {
    grid-column: span 3;
  }
  .col-xs-4 {
    grid-column: span 4;
  }
  .col-xs-5 {
    grid-column: span 5;
  }
  .col-xs-6 {
    grid-column: span 6;
  }
  .col-xs-7 {
    grid-column: span 7;
  }
  .col-xs-8 {
    grid-column: span 8;
  }
  .col-xs-9 {
    grid-column: span 9;
  }
  .col-xs-10 {
    grid-column: span 10;
  }
  .col-xs-11 {
    grid-column: span 11;
  }
  .col-xs-12 {
    grid-column: span 12;
  }
  .col-xs-13 {
    grid-column: span 13;
  }
  .col-xs-14 {
    grid-column: span 14;
  }
  .col-xs-15 {
    grid-column: span 15;
  }
  .col-xs-16 {
    grid-column: span 16;
  }
}
@media (min-width: 500px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-sm-13 {
    grid-column: span 13;
  }
  .col-sm-14 {
    grid-column: span 14;
  }
  .col-sm-15 {
    grid-column: span 15;
  }
  .col-sm-16 {
    grid-column: span 16;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md-13 {
    grid-column: span 13;
  }
  .col-md-14 {
    grid-column: span 14;
  }
  .col-md-15 {
    grid-column: span 15;
  }
  .col-md-16 {
    grid-column: span 16;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg-13 {
    grid-column: span 13;
  }
  .col-lg-14 {
    grid-column: span 14;
  }
  .col-lg-15 {
    grid-column: span 15;
  }
  .col-lg-16 {
    grid-column: span 16;
  }
}
@media (min-width: 1260px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
  .col-xl-13 {
    grid-column: span 13;
  }
  .col-xl-14 {
    grid-column: span 14;
  }
  .col-xl-15 {
    grid-column: span 15;
  }
  .col-xl-16 {
    grid-column: span 16;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    grid-column: span 1;
  }
  .col-xxl-2 {
    grid-column: span 2;
  }
  .col-xxl-3 {
    grid-column: span 3;
  }
  .col-xxl-4 {
    grid-column: span 4;
  }
  .col-xxl-5 {
    grid-column: span 5;
  }
  .col-xxl-6 {
    grid-column: span 6;
  }
  .col-xxl-7 {
    grid-column: span 7;
  }
  .col-xxl-8 {
    grid-column: span 8;
  }
  .col-xxl-9 {
    grid-column: span 9;
  }
  .col-xxl-10 {
    grid-column: span 10;
  }
  .col-xxl-11 {
    grid-column: span 11;
  }
  .col-xxl-12 {
    grid-column: span 12;
  }
  .col-xxl-13 {
    grid-column: span 13;
  }
  .col-xxl-14 {
    grid-column: span 14;
  }
  .col-xxl-15 {
    grid-column: span 15;
  }
  .col-xxl-16 {
    grid-column: span 16;
  }
}
@media (min-width: 0) {
  .col-xs-1.offset-xs-2 {
    grid-column: 2/span 1;
  }
  .col-xs-1.offset-xs-3 {
    grid-column: 3/span 1;
  }
  .col-xs-1.offset-xs-4 {
    grid-column: 4/span 1;
  }
  .col-xs-1.offset-xs-5 {
    grid-column: 5/span 1;
  }
  .col-xs-1.offset-xs-6 {
    grid-column: 6/span 1;
  }
  .col-xs-1.offset-xs-7 {
    grid-column: 7/span 1;
  }
  .col-xs-1.offset-xs-8 {
    grid-column: 8/span 1;
  }
  .col-xs-1.offset-xs-9 {
    grid-column: 9/span 1;
  }
  .col-xs-1.offset-xs-10 {
    grid-column: 10/span 1;
  }
  .col-xs-1.offset-xs-11 {
    grid-column: 11/span 1;
  }
  .col-xs-1.offset-xs-12 {
    grid-column: 12/span 1;
  }
  .col-xs-1.offset-xs-13 {
    grid-column: 13/span 1;
  }
  .col-xs-1.offset-xs-14 {
    grid-column: 14/span 1;
  }
  .col-xs-1.offset-xs-15 {
    grid-column: 15/span 1;
  }
  .col-xs-1.offset-xs-16 {
    grid-column: 16/span 1;
  }
  .col-xs-2.offset-xs-2 {
    grid-column: 2/span 2;
  }
  .col-xs-2.offset-xs-3 {
    grid-column: 3/span 2;
  }
  .col-xs-2.offset-xs-4 {
    grid-column: 4/span 2;
  }
  .col-xs-2.offset-xs-5 {
    grid-column: 5/span 2;
  }
  .col-xs-2.offset-xs-6 {
    grid-column: 6/span 2;
  }
  .col-xs-2.offset-xs-7 {
    grid-column: 7/span 2;
  }
  .col-xs-2.offset-xs-8 {
    grid-column: 8/span 2;
  }
  .col-xs-2.offset-xs-9 {
    grid-column: 9/span 2;
  }
  .col-xs-2.offset-xs-10 {
    grid-column: 10/span 2;
  }
  .col-xs-2.offset-xs-11 {
    grid-column: 11/span 2;
  }
  .col-xs-2.offset-xs-12 {
    grid-column: 12/span 2;
  }
  .col-xs-2.offset-xs-13 {
    grid-column: 13/span 2;
  }
  .col-xs-2.offset-xs-14 {
    grid-column: 14/span 2;
  }
  .col-xs-2.offset-xs-15 {
    grid-column: 15/span 2;
  }
  .col-xs-2.offset-xs-16 {
    grid-column: 16/span 2;
  }
  .col-xs-3.offset-xs-2 {
    grid-column: 2/span 3;
  }
  .col-xs-3.offset-xs-3 {
    grid-column: 3/span 3;
  }
  .col-xs-3.offset-xs-4 {
    grid-column: 4/span 3;
  }
  .col-xs-3.offset-xs-5 {
    grid-column: 5/span 3;
  }
  .col-xs-3.offset-xs-6 {
    grid-column: 6/span 3;
  }
  .col-xs-3.offset-xs-7 {
    grid-column: 7/span 3;
  }
  .col-xs-3.offset-xs-8 {
    grid-column: 8/span 3;
  }
  .col-xs-3.offset-xs-9 {
    grid-column: 9/span 3;
  }
  .col-xs-3.offset-xs-10 {
    grid-column: 10/span 3;
  }
  .col-xs-3.offset-xs-11 {
    grid-column: 11/span 3;
  }
  .col-xs-3.offset-xs-12 {
    grid-column: 12/span 3;
  }
  .col-xs-3.offset-xs-13 {
    grid-column: 13/span 3;
  }
  .col-xs-3.offset-xs-14 {
    grid-column: 14/span 3;
  }
  .col-xs-3.offset-xs-15 {
    grid-column: 15/span 3;
  }
  .col-xs-3.offset-xs-16 {
    grid-column: 16/span 3;
  }
  .col-xs-4.offset-xs-2 {
    grid-column: 2/span 4;
  }
  .col-xs-4.offset-xs-3 {
    grid-column: 3/span 4;
  }
  .col-xs-4.offset-xs-4 {
    grid-column: 4/span 4;
  }
  .col-xs-4.offset-xs-5 {
    grid-column: 5/span 4;
  }
  .col-xs-4.offset-xs-6 {
    grid-column: 6/span 4;
  }
  .col-xs-4.offset-xs-7 {
    grid-column: 7/span 4;
  }
  .col-xs-4.offset-xs-8 {
    grid-column: 8/span 4;
  }
  .col-xs-4.offset-xs-9 {
    grid-column: 9/span 4;
  }
  .col-xs-4.offset-xs-10 {
    grid-column: 10/span 4;
  }
  .col-xs-4.offset-xs-11 {
    grid-column: 11/span 4;
  }
  .col-xs-4.offset-xs-12 {
    grid-column: 12/span 4;
  }
  .col-xs-4.offset-xs-13 {
    grid-column: 13/span 4;
  }
  .col-xs-4.offset-xs-14 {
    grid-column: 14/span 4;
  }
  .col-xs-4.offset-xs-15 {
    grid-column: 15/span 4;
  }
  .col-xs-4.offset-xs-16 {
    grid-column: 16/span 4;
  }
  .col-xs-5.offset-xs-2 {
    grid-column: 2/span 5;
  }
  .col-xs-5.offset-xs-3 {
    grid-column: 3/span 5;
  }
  .col-xs-5.offset-xs-4 {
    grid-column: 4/span 5;
  }
  .col-xs-5.offset-xs-5 {
    grid-column: 5/span 5;
  }
  .col-xs-5.offset-xs-6 {
    grid-column: 6/span 5;
  }
  .col-xs-5.offset-xs-7 {
    grid-column: 7/span 5;
  }
  .col-xs-5.offset-xs-8 {
    grid-column: 8/span 5;
  }
  .col-xs-5.offset-xs-9 {
    grid-column: 9/span 5;
  }
  .col-xs-5.offset-xs-10 {
    grid-column: 10/span 5;
  }
  .col-xs-5.offset-xs-11 {
    grid-column: 11/span 5;
  }
  .col-xs-5.offset-xs-12 {
    grid-column: 12/span 5;
  }
  .col-xs-5.offset-xs-13 {
    grid-column: 13/span 5;
  }
  .col-xs-5.offset-xs-14 {
    grid-column: 14/span 5;
  }
  .col-xs-5.offset-xs-15 {
    grid-column: 15/span 5;
  }
  .col-xs-5.offset-xs-16 {
    grid-column: 16/span 5;
  }
  .col-xs-6.offset-xs-2 {
    grid-column: 2/span 6;
  }
  .col-xs-6.offset-xs-3 {
    grid-column: 3/span 6;
  }
  .col-xs-6.offset-xs-4 {
    grid-column: 4/span 6;
  }
  .col-xs-6.offset-xs-5 {
    grid-column: 5/span 6;
  }
  .col-xs-6.offset-xs-6 {
    grid-column: 6/span 6;
  }
  .col-xs-6.offset-xs-7 {
    grid-column: 7/span 6;
  }
  .col-xs-6.offset-xs-8 {
    grid-column: 8/span 6;
  }
  .col-xs-6.offset-xs-9 {
    grid-column: 9/span 6;
  }
  .col-xs-6.offset-xs-10 {
    grid-column: 10/span 6;
  }
  .col-xs-6.offset-xs-11 {
    grid-column: 11/span 6;
  }
  .col-xs-6.offset-xs-12 {
    grid-column: 12/span 6;
  }
  .col-xs-6.offset-xs-13 {
    grid-column: 13/span 6;
  }
  .col-xs-6.offset-xs-14 {
    grid-column: 14/span 6;
  }
  .col-xs-6.offset-xs-15 {
    grid-column: 15/span 6;
  }
  .col-xs-6.offset-xs-16 {
    grid-column: 16/span 6;
  }
  .col-xs-7.offset-xs-2 {
    grid-column: 2/span 7;
  }
  .col-xs-7.offset-xs-3 {
    grid-column: 3/span 7;
  }
  .col-xs-7.offset-xs-4 {
    grid-column: 4/span 7;
  }
  .col-xs-7.offset-xs-5 {
    grid-column: 5/span 7;
  }
  .col-xs-7.offset-xs-6 {
    grid-column: 6/span 7;
  }
  .col-xs-7.offset-xs-7 {
    grid-column: 7/span 7;
  }
  .col-xs-7.offset-xs-8 {
    grid-column: 8/span 7;
  }
  .col-xs-7.offset-xs-9 {
    grid-column: 9/span 7;
  }
  .col-xs-7.offset-xs-10 {
    grid-column: 10/span 7;
  }
  .col-xs-7.offset-xs-11 {
    grid-column: 11/span 7;
  }
  .col-xs-7.offset-xs-12 {
    grid-column: 12/span 7;
  }
  .col-xs-7.offset-xs-13 {
    grid-column: 13/span 7;
  }
  .col-xs-7.offset-xs-14 {
    grid-column: 14/span 7;
  }
  .col-xs-7.offset-xs-15 {
    grid-column: 15/span 7;
  }
  .col-xs-7.offset-xs-16 {
    grid-column: 16/span 7;
  }
  .col-xs-8.offset-xs-2 {
    grid-column: 2/span 8;
  }
  .col-xs-8.offset-xs-3 {
    grid-column: 3/span 8;
  }
  .col-xs-8.offset-xs-4 {
    grid-column: 4/span 8;
  }
  .col-xs-8.offset-xs-5 {
    grid-column: 5/span 8;
  }
  .col-xs-8.offset-xs-6 {
    grid-column: 6/span 8;
  }
  .col-xs-8.offset-xs-7 {
    grid-column: 7/span 8;
  }
  .col-xs-8.offset-xs-8 {
    grid-column: 8/span 8;
  }
  .col-xs-8.offset-xs-9 {
    grid-column: 9/span 8;
  }
  .col-xs-8.offset-xs-10 {
    grid-column: 10/span 8;
  }
  .col-xs-8.offset-xs-11 {
    grid-column: 11/span 8;
  }
  .col-xs-8.offset-xs-12 {
    grid-column: 12/span 8;
  }
  .col-xs-8.offset-xs-13 {
    grid-column: 13/span 8;
  }
  .col-xs-8.offset-xs-14 {
    grid-column: 14/span 8;
  }
  .col-xs-8.offset-xs-15 {
    grid-column: 15/span 8;
  }
  .col-xs-8.offset-xs-16 {
    grid-column: 16/span 8;
  }
  .col-xs-9.offset-xs-2 {
    grid-column: 2/span 9;
  }
  .col-xs-9.offset-xs-3 {
    grid-column: 3/span 9;
  }
  .col-xs-9.offset-xs-4 {
    grid-column: 4/span 9;
  }
  .col-xs-9.offset-xs-5 {
    grid-column: 5/span 9;
  }
  .col-xs-9.offset-xs-6 {
    grid-column: 6/span 9;
  }
  .col-xs-9.offset-xs-7 {
    grid-column: 7/span 9;
  }
  .col-xs-9.offset-xs-8 {
    grid-column: 8/span 9;
  }
  .col-xs-9.offset-xs-9 {
    grid-column: 9/span 9;
  }
  .col-xs-9.offset-xs-10 {
    grid-column: 10/span 9;
  }
  .col-xs-9.offset-xs-11 {
    grid-column: 11/span 9;
  }
  .col-xs-9.offset-xs-12 {
    grid-column: 12/span 9;
  }
  .col-xs-9.offset-xs-13 {
    grid-column: 13/span 9;
  }
  .col-xs-9.offset-xs-14 {
    grid-column: 14/span 9;
  }
  .col-xs-9.offset-xs-15 {
    grid-column: 15/span 9;
  }
  .col-xs-9.offset-xs-16 {
    grid-column: 16/span 9;
  }
  .col-xs-10.offset-xs-2 {
    grid-column: 2/span 10;
  }
  .col-xs-10.offset-xs-3 {
    grid-column: 3/span 10;
  }
  .col-xs-10.offset-xs-4 {
    grid-column: 4/span 10;
  }
  .col-xs-10.offset-xs-5 {
    grid-column: 5/span 10;
  }
  .col-xs-10.offset-xs-6 {
    grid-column: 6/span 10;
  }
  .col-xs-10.offset-xs-7 {
    grid-column: 7/span 10;
  }
  .col-xs-10.offset-xs-8 {
    grid-column: 8/span 10;
  }
  .col-xs-10.offset-xs-9 {
    grid-column: 9/span 10;
  }
  .col-xs-10.offset-xs-10 {
    grid-column: 10/span 10;
  }
  .col-xs-10.offset-xs-11 {
    grid-column: 11/span 10;
  }
  .col-xs-10.offset-xs-12 {
    grid-column: 12/span 10;
  }
  .col-xs-10.offset-xs-13 {
    grid-column: 13/span 10;
  }
  .col-xs-10.offset-xs-14 {
    grid-column: 14/span 10;
  }
  .col-xs-10.offset-xs-15 {
    grid-column: 15/span 10;
  }
  .col-xs-10.offset-xs-16 {
    grid-column: 16/span 10;
  }
  .col-xs-11.offset-xs-2 {
    grid-column: 2/span 11;
  }
  .col-xs-11.offset-xs-3 {
    grid-column: 3/span 11;
  }
  .col-xs-11.offset-xs-4 {
    grid-column: 4/span 11;
  }
  .col-xs-11.offset-xs-5 {
    grid-column: 5/span 11;
  }
  .col-xs-11.offset-xs-6 {
    grid-column: 6/span 11;
  }
  .col-xs-11.offset-xs-7 {
    grid-column: 7/span 11;
  }
  .col-xs-11.offset-xs-8 {
    grid-column: 8/span 11;
  }
  .col-xs-11.offset-xs-9 {
    grid-column: 9/span 11;
  }
  .col-xs-11.offset-xs-10 {
    grid-column: 10/span 11;
  }
  .col-xs-11.offset-xs-11 {
    grid-column: 11/span 11;
  }
  .col-xs-11.offset-xs-12 {
    grid-column: 12/span 11;
  }
  .col-xs-11.offset-xs-13 {
    grid-column: 13/span 11;
  }
  .col-xs-11.offset-xs-14 {
    grid-column: 14/span 11;
  }
  .col-xs-11.offset-xs-15 {
    grid-column: 15/span 11;
  }
  .col-xs-11.offset-xs-16 {
    grid-column: 16/span 11;
  }
  .col-xs-12.offset-xs-2 {
    grid-column: 2/span 12;
  }
  .col-xs-12.offset-xs-3 {
    grid-column: 3/span 12;
  }
  .col-xs-12.offset-xs-4 {
    grid-column: 4/span 12;
  }
  .col-xs-12.offset-xs-5 {
    grid-column: 5/span 12;
  }
  .col-xs-12.offset-xs-6 {
    grid-column: 6/span 12;
  }
  .col-xs-12.offset-xs-7 {
    grid-column: 7/span 12;
  }
  .col-xs-12.offset-xs-8 {
    grid-column: 8/span 12;
  }
  .col-xs-12.offset-xs-9 {
    grid-column: 9/span 12;
  }
  .col-xs-12.offset-xs-10 {
    grid-column: 10/span 12;
  }
  .col-xs-12.offset-xs-11 {
    grid-column: 11/span 12;
  }
  .col-xs-12.offset-xs-12 {
    grid-column: 12/span 12;
  }
  .col-xs-12.offset-xs-13 {
    grid-column: 13/span 12;
  }
  .col-xs-12.offset-xs-14 {
    grid-column: 14/span 12;
  }
  .col-xs-12.offset-xs-15 {
    grid-column: 15/span 12;
  }
  .col-xs-12.offset-xs-16 {
    grid-column: 16/span 12;
  }
  .col-xs-13.offset-xs-2 {
    grid-column: 2/span 13;
  }
  .col-xs-13.offset-xs-3 {
    grid-column: 3/span 13;
  }
  .col-xs-13.offset-xs-4 {
    grid-column: 4/span 13;
  }
  .col-xs-13.offset-xs-5 {
    grid-column: 5/span 13;
  }
  .col-xs-13.offset-xs-6 {
    grid-column: 6/span 13;
  }
  .col-xs-13.offset-xs-7 {
    grid-column: 7/span 13;
  }
  .col-xs-13.offset-xs-8 {
    grid-column: 8/span 13;
  }
  .col-xs-13.offset-xs-9 {
    grid-column: 9/span 13;
  }
  .col-xs-13.offset-xs-10 {
    grid-column: 10/span 13;
  }
  .col-xs-13.offset-xs-11 {
    grid-column: 11/span 13;
  }
  .col-xs-13.offset-xs-12 {
    grid-column: 12/span 13;
  }
  .col-xs-13.offset-xs-13 {
    grid-column: 13/span 13;
  }
  .col-xs-13.offset-xs-14 {
    grid-column: 14/span 13;
  }
  .col-xs-13.offset-xs-15 {
    grid-column: 15/span 13;
  }
  .col-xs-13.offset-xs-16 {
    grid-column: 16/span 13;
  }
  .col-xs-14.offset-xs-2 {
    grid-column: 2/span 14;
  }
  .col-xs-14.offset-xs-3 {
    grid-column: 3/span 14;
  }
  .col-xs-14.offset-xs-4 {
    grid-column: 4/span 14;
  }
  .col-xs-14.offset-xs-5 {
    grid-column: 5/span 14;
  }
  .col-xs-14.offset-xs-6 {
    grid-column: 6/span 14;
  }
  .col-xs-14.offset-xs-7 {
    grid-column: 7/span 14;
  }
  .col-xs-14.offset-xs-8 {
    grid-column: 8/span 14;
  }
  .col-xs-14.offset-xs-9 {
    grid-column: 9/span 14;
  }
  .col-xs-14.offset-xs-10 {
    grid-column: 10/span 14;
  }
  .col-xs-14.offset-xs-11 {
    grid-column: 11/span 14;
  }
  .col-xs-14.offset-xs-12 {
    grid-column: 12/span 14;
  }
  .col-xs-14.offset-xs-13 {
    grid-column: 13/span 14;
  }
  .col-xs-14.offset-xs-14 {
    grid-column: 14/span 14;
  }
  .col-xs-14.offset-xs-15 {
    grid-column: 15/span 14;
  }
  .col-xs-14.offset-xs-16 {
    grid-column: 16/span 14;
  }
  .col-xs-15.offset-xs-2 {
    grid-column: 2/span 15;
  }
  .col-xs-15.offset-xs-3 {
    grid-column: 3/span 15;
  }
  .col-xs-15.offset-xs-4 {
    grid-column: 4/span 15;
  }
  .col-xs-15.offset-xs-5 {
    grid-column: 5/span 15;
  }
  .col-xs-15.offset-xs-6 {
    grid-column: 6/span 15;
  }
  .col-xs-15.offset-xs-7 {
    grid-column: 7/span 15;
  }
  .col-xs-15.offset-xs-8 {
    grid-column: 8/span 15;
  }
  .col-xs-15.offset-xs-9 {
    grid-column: 9/span 15;
  }
  .col-xs-15.offset-xs-10 {
    grid-column: 10/span 15;
  }
  .col-xs-15.offset-xs-11 {
    grid-column: 11/span 15;
  }
  .col-xs-15.offset-xs-12 {
    grid-column: 12/span 15;
  }
  .col-xs-15.offset-xs-13 {
    grid-column: 13/span 15;
  }
  .col-xs-15.offset-xs-14 {
    grid-column: 14/span 15;
  }
  .col-xs-15.offset-xs-15 {
    grid-column: 15/span 15;
  }
  .col-xs-15.offset-xs-16 {
    grid-column: 16/span 15;
  }
  .col-xs-16.offset-xs-2 {
    grid-column: 2/span 16;
  }
  .col-xs-16.offset-xs-3 {
    grid-column: 3/span 16;
  }
  .col-xs-16.offset-xs-4 {
    grid-column: 4/span 16;
  }
  .col-xs-16.offset-xs-5 {
    grid-column: 5/span 16;
  }
  .col-xs-16.offset-xs-6 {
    grid-column: 6/span 16;
  }
  .col-xs-16.offset-xs-7 {
    grid-column: 7/span 16;
  }
  .col-xs-16.offset-xs-8 {
    grid-column: 8/span 16;
  }
  .col-xs-16.offset-xs-9 {
    grid-column: 9/span 16;
  }
  .col-xs-16.offset-xs-10 {
    grid-column: 10/span 16;
  }
  .col-xs-16.offset-xs-11 {
    grid-column: 11/span 16;
  }
  .col-xs-16.offset-xs-12 {
    grid-column: 12/span 16;
  }
  .col-xs-16.offset-xs-13 {
    grid-column: 13/span 16;
  }
  .col-xs-16.offset-xs-14 {
    grid-column: 14/span 16;
  }
  .col-xs-16.offset-xs-15 {
    grid-column: 15/span 16;
  }
  .col-xs-16.offset-xs-16 {
    grid-column: 16/span 16;
  }
}
@media (min-width: 500px) {
  .col-sm-1.offset-sm-2 {
    grid-column: 2/span 1;
  }
  .col-sm-1.offset-sm-3 {
    grid-column: 3/span 1;
  }
  .col-sm-1.offset-sm-4 {
    grid-column: 4/span 1;
  }
  .col-sm-1.offset-sm-5 {
    grid-column: 5/span 1;
  }
  .col-sm-1.offset-sm-6 {
    grid-column: 6/span 1;
  }
  .col-sm-1.offset-sm-7 {
    grid-column: 7/span 1;
  }
  .col-sm-1.offset-sm-8 {
    grid-column: 8/span 1;
  }
  .col-sm-1.offset-sm-9 {
    grid-column: 9/span 1;
  }
  .col-sm-1.offset-sm-10 {
    grid-column: 10/span 1;
  }
  .col-sm-1.offset-sm-11 {
    grid-column: 11/span 1;
  }
  .col-sm-1.offset-sm-12 {
    grid-column: 12/span 1;
  }
  .col-sm-1.offset-sm-13 {
    grid-column: 13/span 1;
  }
  .col-sm-1.offset-sm-14 {
    grid-column: 14/span 1;
  }
  .col-sm-1.offset-sm-15 {
    grid-column: 15/span 1;
  }
  .col-sm-1.offset-sm-16 {
    grid-column: 16/span 1;
  }
  .col-sm-2.offset-sm-2 {
    grid-column: 2/span 2;
  }
  .col-sm-2.offset-sm-3 {
    grid-column: 3/span 2;
  }
  .col-sm-2.offset-sm-4 {
    grid-column: 4/span 2;
  }
  .col-sm-2.offset-sm-5 {
    grid-column: 5/span 2;
  }
  .col-sm-2.offset-sm-6 {
    grid-column: 6/span 2;
  }
  .col-sm-2.offset-sm-7 {
    grid-column: 7/span 2;
  }
  .col-sm-2.offset-sm-8 {
    grid-column: 8/span 2;
  }
  .col-sm-2.offset-sm-9 {
    grid-column: 9/span 2;
  }
  .col-sm-2.offset-sm-10 {
    grid-column: 10/span 2;
  }
  .col-sm-2.offset-sm-11 {
    grid-column: 11/span 2;
  }
  .col-sm-2.offset-sm-12 {
    grid-column: 12/span 2;
  }
  .col-sm-2.offset-sm-13 {
    grid-column: 13/span 2;
  }
  .col-sm-2.offset-sm-14 {
    grid-column: 14/span 2;
  }
  .col-sm-2.offset-sm-15 {
    grid-column: 15/span 2;
  }
  .col-sm-2.offset-sm-16 {
    grid-column: 16/span 2;
  }
  .col-sm-3.offset-sm-2 {
    grid-column: 2/span 3;
  }
  .col-sm-3.offset-sm-3 {
    grid-column: 3/span 3;
  }
  .col-sm-3.offset-sm-4 {
    grid-column: 4/span 3;
  }
  .col-sm-3.offset-sm-5 {
    grid-column: 5/span 3;
  }
  .col-sm-3.offset-sm-6 {
    grid-column: 6/span 3;
  }
  .col-sm-3.offset-sm-7 {
    grid-column: 7/span 3;
  }
  .col-sm-3.offset-sm-8 {
    grid-column: 8/span 3;
  }
  .col-sm-3.offset-sm-9 {
    grid-column: 9/span 3;
  }
  .col-sm-3.offset-sm-10 {
    grid-column: 10/span 3;
  }
  .col-sm-3.offset-sm-11 {
    grid-column: 11/span 3;
  }
  .col-sm-3.offset-sm-12 {
    grid-column: 12/span 3;
  }
  .col-sm-3.offset-sm-13 {
    grid-column: 13/span 3;
  }
  .col-sm-3.offset-sm-14 {
    grid-column: 14/span 3;
  }
  .col-sm-3.offset-sm-15 {
    grid-column: 15/span 3;
  }
  .col-sm-3.offset-sm-16 {
    grid-column: 16/span 3;
  }
  .col-sm-4.offset-sm-2 {
    grid-column: 2/span 4;
  }
  .col-sm-4.offset-sm-3 {
    grid-column: 3/span 4;
  }
  .col-sm-4.offset-sm-4 {
    grid-column: 4/span 4;
  }
  .col-sm-4.offset-sm-5 {
    grid-column: 5/span 4;
  }
  .col-sm-4.offset-sm-6 {
    grid-column: 6/span 4;
  }
  .col-sm-4.offset-sm-7 {
    grid-column: 7/span 4;
  }
  .col-sm-4.offset-sm-8 {
    grid-column: 8/span 4;
  }
  .col-sm-4.offset-sm-9 {
    grid-column: 9/span 4;
  }
  .col-sm-4.offset-sm-10 {
    grid-column: 10/span 4;
  }
  .col-sm-4.offset-sm-11 {
    grid-column: 11/span 4;
  }
  .col-sm-4.offset-sm-12 {
    grid-column: 12/span 4;
  }
  .col-sm-4.offset-sm-13 {
    grid-column: 13/span 4;
  }
  .col-sm-4.offset-sm-14 {
    grid-column: 14/span 4;
  }
  .col-sm-4.offset-sm-15 {
    grid-column: 15/span 4;
  }
  .col-sm-4.offset-sm-16 {
    grid-column: 16/span 4;
  }
  .col-sm-5.offset-sm-2 {
    grid-column: 2/span 5;
  }
  .col-sm-5.offset-sm-3 {
    grid-column: 3/span 5;
  }
  .col-sm-5.offset-sm-4 {
    grid-column: 4/span 5;
  }
  .col-sm-5.offset-sm-5 {
    grid-column: 5/span 5;
  }
  .col-sm-5.offset-sm-6 {
    grid-column: 6/span 5;
  }
  .col-sm-5.offset-sm-7 {
    grid-column: 7/span 5;
  }
  .col-sm-5.offset-sm-8 {
    grid-column: 8/span 5;
  }
  .col-sm-5.offset-sm-9 {
    grid-column: 9/span 5;
  }
  .col-sm-5.offset-sm-10 {
    grid-column: 10/span 5;
  }
  .col-sm-5.offset-sm-11 {
    grid-column: 11/span 5;
  }
  .col-sm-5.offset-sm-12 {
    grid-column: 12/span 5;
  }
  .col-sm-5.offset-sm-13 {
    grid-column: 13/span 5;
  }
  .col-sm-5.offset-sm-14 {
    grid-column: 14/span 5;
  }
  .col-sm-5.offset-sm-15 {
    grid-column: 15/span 5;
  }
  .col-sm-5.offset-sm-16 {
    grid-column: 16/span 5;
  }
  .col-sm-6.offset-sm-2 {
    grid-column: 2/span 6;
  }
  .col-sm-6.offset-sm-3 {
    grid-column: 3/span 6;
  }
  .col-sm-6.offset-sm-4 {
    grid-column: 4/span 6;
  }
  .col-sm-6.offset-sm-5 {
    grid-column: 5/span 6;
  }
  .col-sm-6.offset-sm-6 {
    grid-column: 6/span 6;
  }
  .col-sm-6.offset-sm-7 {
    grid-column: 7/span 6;
  }
  .col-sm-6.offset-sm-8 {
    grid-column: 8/span 6;
  }
  .col-sm-6.offset-sm-9 {
    grid-column: 9/span 6;
  }
  .col-sm-6.offset-sm-10 {
    grid-column: 10/span 6;
  }
  .col-sm-6.offset-sm-11 {
    grid-column: 11/span 6;
  }
  .col-sm-6.offset-sm-12 {
    grid-column: 12/span 6;
  }
  .col-sm-6.offset-sm-13 {
    grid-column: 13/span 6;
  }
  .col-sm-6.offset-sm-14 {
    grid-column: 14/span 6;
  }
  .col-sm-6.offset-sm-15 {
    grid-column: 15/span 6;
  }
  .col-sm-6.offset-sm-16 {
    grid-column: 16/span 6;
  }
  .col-sm-7.offset-sm-2 {
    grid-column: 2/span 7;
  }
  .col-sm-7.offset-sm-3 {
    grid-column: 3/span 7;
  }
  .col-sm-7.offset-sm-4 {
    grid-column: 4/span 7;
  }
  .col-sm-7.offset-sm-5 {
    grid-column: 5/span 7;
  }
  .col-sm-7.offset-sm-6 {
    grid-column: 6/span 7;
  }
  .col-sm-7.offset-sm-7 {
    grid-column: 7/span 7;
  }
  .col-sm-7.offset-sm-8 {
    grid-column: 8/span 7;
  }
  .col-sm-7.offset-sm-9 {
    grid-column: 9/span 7;
  }
  .col-sm-7.offset-sm-10 {
    grid-column: 10/span 7;
  }
  .col-sm-7.offset-sm-11 {
    grid-column: 11/span 7;
  }
  .col-sm-7.offset-sm-12 {
    grid-column: 12/span 7;
  }
  .col-sm-7.offset-sm-13 {
    grid-column: 13/span 7;
  }
  .col-sm-7.offset-sm-14 {
    grid-column: 14/span 7;
  }
  .col-sm-7.offset-sm-15 {
    grid-column: 15/span 7;
  }
  .col-sm-7.offset-sm-16 {
    grid-column: 16/span 7;
  }
  .col-sm-8.offset-sm-2 {
    grid-column: 2/span 8;
  }
  .col-sm-8.offset-sm-3 {
    grid-column: 3/span 8;
  }
  .col-sm-8.offset-sm-4 {
    grid-column: 4/span 8;
  }
  .col-sm-8.offset-sm-5 {
    grid-column: 5/span 8;
  }
  .col-sm-8.offset-sm-6 {
    grid-column: 6/span 8;
  }
  .col-sm-8.offset-sm-7 {
    grid-column: 7/span 8;
  }
  .col-sm-8.offset-sm-8 {
    grid-column: 8/span 8;
  }
  .col-sm-8.offset-sm-9 {
    grid-column: 9/span 8;
  }
  .col-sm-8.offset-sm-10 {
    grid-column: 10/span 8;
  }
  .col-sm-8.offset-sm-11 {
    grid-column: 11/span 8;
  }
  .col-sm-8.offset-sm-12 {
    grid-column: 12/span 8;
  }
  .col-sm-8.offset-sm-13 {
    grid-column: 13/span 8;
  }
  .col-sm-8.offset-sm-14 {
    grid-column: 14/span 8;
  }
  .col-sm-8.offset-sm-15 {
    grid-column: 15/span 8;
  }
  .col-sm-8.offset-sm-16 {
    grid-column: 16/span 8;
  }
  .col-sm-9.offset-sm-2 {
    grid-column: 2/span 9;
  }
  .col-sm-9.offset-sm-3 {
    grid-column: 3/span 9;
  }
  .col-sm-9.offset-sm-4 {
    grid-column: 4/span 9;
  }
  .col-sm-9.offset-sm-5 {
    grid-column: 5/span 9;
  }
  .col-sm-9.offset-sm-6 {
    grid-column: 6/span 9;
  }
  .col-sm-9.offset-sm-7 {
    grid-column: 7/span 9;
  }
  .col-sm-9.offset-sm-8 {
    grid-column: 8/span 9;
  }
  .col-sm-9.offset-sm-9 {
    grid-column: 9/span 9;
  }
  .col-sm-9.offset-sm-10 {
    grid-column: 10/span 9;
  }
  .col-sm-9.offset-sm-11 {
    grid-column: 11/span 9;
  }
  .col-sm-9.offset-sm-12 {
    grid-column: 12/span 9;
  }
  .col-sm-9.offset-sm-13 {
    grid-column: 13/span 9;
  }
  .col-sm-9.offset-sm-14 {
    grid-column: 14/span 9;
  }
  .col-sm-9.offset-sm-15 {
    grid-column: 15/span 9;
  }
  .col-sm-9.offset-sm-16 {
    grid-column: 16/span 9;
  }
  .col-sm-10.offset-sm-2 {
    grid-column: 2/span 10;
  }
  .col-sm-10.offset-sm-3 {
    grid-column: 3/span 10;
  }
  .col-sm-10.offset-sm-4 {
    grid-column: 4/span 10;
  }
  .col-sm-10.offset-sm-5 {
    grid-column: 5/span 10;
  }
  .col-sm-10.offset-sm-6 {
    grid-column: 6/span 10;
  }
  .col-sm-10.offset-sm-7 {
    grid-column: 7/span 10;
  }
  .col-sm-10.offset-sm-8 {
    grid-column: 8/span 10;
  }
  .col-sm-10.offset-sm-9 {
    grid-column: 9/span 10;
  }
  .col-sm-10.offset-sm-10 {
    grid-column: 10/span 10;
  }
  .col-sm-10.offset-sm-11 {
    grid-column: 11/span 10;
  }
  .col-sm-10.offset-sm-12 {
    grid-column: 12/span 10;
  }
  .col-sm-10.offset-sm-13 {
    grid-column: 13/span 10;
  }
  .col-sm-10.offset-sm-14 {
    grid-column: 14/span 10;
  }
  .col-sm-10.offset-sm-15 {
    grid-column: 15/span 10;
  }
  .col-sm-10.offset-sm-16 {
    grid-column: 16/span 10;
  }
  .col-sm-11.offset-sm-2 {
    grid-column: 2/span 11;
  }
  .col-sm-11.offset-sm-3 {
    grid-column: 3/span 11;
  }
  .col-sm-11.offset-sm-4 {
    grid-column: 4/span 11;
  }
  .col-sm-11.offset-sm-5 {
    grid-column: 5/span 11;
  }
  .col-sm-11.offset-sm-6 {
    grid-column: 6/span 11;
  }
  .col-sm-11.offset-sm-7 {
    grid-column: 7/span 11;
  }
  .col-sm-11.offset-sm-8 {
    grid-column: 8/span 11;
  }
  .col-sm-11.offset-sm-9 {
    grid-column: 9/span 11;
  }
  .col-sm-11.offset-sm-10 {
    grid-column: 10/span 11;
  }
  .col-sm-11.offset-sm-11 {
    grid-column: 11/span 11;
  }
  .col-sm-11.offset-sm-12 {
    grid-column: 12/span 11;
  }
  .col-sm-11.offset-sm-13 {
    grid-column: 13/span 11;
  }
  .col-sm-11.offset-sm-14 {
    grid-column: 14/span 11;
  }
  .col-sm-11.offset-sm-15 {
    grid-column: 15/span 11;
  }
  .col-sm-11.offset-sm-16 {
    grid-column: 16/span 11;
  }
  .col-sm-12.offset-sm-2 {
    grid-column: 2/span 12;
  }
  .col-sm-12.offset-sm-3 {
    grid-column: 3/span 12;
  }
  .col-sm-12.offset-sm-4 {
    grid-column: 4/span 12;
  }
  .col-sm-12.offset-sm-5 {
    grid-column: 5/span 12;
  }
  .col-sm-12.offset-sm-6 {
    grid-column: 6/span 12;
  }
  .col-sm-12.offset-sm-7 {
    grid-column: 7/span 12;
  }
  .col-sm-12.offset-sm-8 {
    grid-column: 8/span 12;
  }
  .col-sm-12.offset-sm-9 {
    grid-column: 9/span 12;
  }
  .col-sm-12.offset-sm-10 {
    grid-column: 10/span 12;
  }
  .col-sm-12.offset-sm-11 {
    grid-column: 11/span 12;
  }
  .col-sm-12.offset-sm-12 {
    grid-column: 12/span 12;
  }
  .col-sm-12.offset-sm-13 {
    grid-column: 13/span 12;
  }
  .col-sm-12.offset-sm-14 {
    grid-column: 14/span 12;
  }
  .col-sm-12.offset-sm-15 {
    grid-column: 15/span 12;
  }
  .col-sm-12.offset-sm-16 {
    grid-column: 16/span 12;
  }
  .col-sm-13.offset-sm-2 {
    grid-column: 2/span 13;
  }
  .col-sm-13.offset-sm-3 {
    grid-column: 3/span 13;
  }
  .col-sm-13.offset-sm-4 {
    grid-column: 4/span 13;
  }
  .col-sm-13.offset-sm-5 {
    grid-column: 5/span 13;
  }
  .col-sm-13.offset-sm-6 {
    grid-column: 6/span 13;
  }
  .col-sm-13.offset-sm-7 {
    grid-column: 7/span 13;
  }
  .col-sm-13.offset-sm-8 {
    grid-column: 8/span 13;
  }
  .col-sm-13.offset-sm-9 {
    grid-column: 9/span 13;
  }
  .col-sm-13.offset-sm-10 {
    grid-column: 10/span 13;
  }
  .col-sm-13.offset-sm-11 {
    grid-column: 11/span 13;
  }
  .col-sm-13.offset-sm-12 {
    grid-column: 12/span 13;
  }
  .col-sm-13.offset-sm-13 {
    grid-column: 13/span 13;
  }
  .col-sm-13.offset-sm-14 {
    grid-column: 14/span 13;
  }
  .col-sm-13.offset-sm-15 {
    grid-column: 15/span 13;
  }
  .col-sm-13.offset-sm-16 {
    grid-column: 16/span 13;
  }
  .col-sm-14.offset-sm-2 {
    grid-column: 2/span 14;
  }
  .col-sm-14.offset-sm-3 {
    grid-column: 3/span 14;
  }
  .col-sm-14.offset-sm-4 {
    grid-column: 4/span 14;
  }
  .col-sm-14.offset-sm-5 {
    grid-column: 5/span 14;
  }
  .col-sm-14.offset-sm-6 {
    grid-column: 6/span 14;
  }
  .col-sm-14.offset-sm-7 {
    grid-column: 7/span 14;
  }
  .col-sm-14.offset-sm-8 {
    grid-column: 8/span 14;
  }
  .col-sm-14.offset-sm-9 {
    grid-column: 9/span 14;
  }
  .col-sm-14.offset-sm-10 {
    grid-column: 10/span 14;
  }
  .col-sm-14.offset-sm-11 {
    grid-column: 11/span 14;
  }
  .col-sm-14.offset-sm-12 {
    grid-column: 12/span 14;
  }
  .col-sm-14.offset-sm-13 {
    grid-column: 13/span 14;
  }
  .col-sm-14.offset-sm-14 {
    grid-column: 14/span 14;
  }
  .col-sm-14.offset-sm-15 {
    grid-column: 15/span 14;
  }
  .col-sm-14.offset-sm-16 {
    grid-column: 16/span 14;
  }
  .col-sm-15.offset-sm-2 {
    grid-column: 2/span 15;
  }
  .col-sm-15.offset-sm-3 {
    grid-column: 3/span 15;
  }
  .col-sm-15.offset-sm-4 {
    grid-column: 4/span 15;
  }
  .col-sm-15.offset-sm-5 {
    grid-column: 5/span 15;
  }
  .col-sm-15.offset-sm-6 {
    grid-column: 6/span 15;
  }
  .col-sm-15.offset-sm-7 {
    grid-column: 7/span 15;
  }
  .col-sm-15.offset-sm-8 {
    grid-column: 8/span 15;
  }
  .col-sm-15.offset-sm-9 {
    grid-column: 9/span 15;
  }
  .col-sm-15.offset-sm-10 {
    grid-column: 10/span 15;
  }
  .col-sm-15.offset-sm-11 {
    grid-column: 11/span 15;
  }
  .col-sm-15.offset-sm-12 {
    grid-column: 12/span 15;
  }
  .col-sm-15.offset-sm-13 {
    grid-column: 13/span 15;
  }
  .col-sm-15.offset-sm-14 {
    grid-column: 14/span 15;
  }
  .col-sm-15.offset-sm-15 {
    grid-column: 15/span 15;
  }
  .col-sm-15.offset-sm-16 {
    grid-column: 16/span 15;
  }
  .col-sm-16.offset-sm-2 {
    grid-column: 2/span 16;
  }
  .col-sm-16.offset-sm-3 {
    grid-column: 3/span 16;
  }
  .col-sm-16.offset-sm-4 {
    grid-column: 4/span 16;
  }
  .col-sm-16.offset-sm-5 {
    grid-column: 5/span 16;
  }
  .col-sm-16.offset-sm-6 {
    grid-column: 6/span 16;
  }
  .col-sm-16.offset-sm-7 {
    grid-column: 7/span 16;
  }
  .col-sm-16.offset-sm-8 {
    grid-column: 8/span 16;
  }
  .col-sm-16.offset-sm-9 {
    grid-column: 9/span 16;
  }
  .col-sm-16.offset-sm-10 {
    grid-column: 10/span 16;
  }
  .col-sm-16.offset-sm-11 {
    grid-column: 11/span 16;
  }
  .col-sm-16.offset-sm-12 {
    grid-column: 12/span 16;
  }
  .col-sm-16.offset-sm-13 {
    grid-column: 13/span 16;
  }
  .col-sm-16.offset-sm-14 {
    grid-column: 14/span 16;
  }
  .col-sm-16.offset-sm-15 {
    grid-column: 15/span 16;
  }
  .col-sm-16.offset-sm-16 {
    grid-column: 16/span 16;
  }
}
@media (min-width: 768px) {
  .col-md-1.offset-md-2 {
    grid-column: 2/span 1;
  }
  .col-md-1.offset-md-3 {
    grid-column: 3/span 1;
  }
  .col-md-1.offset-md-4 {
    grid-column: 4/span 1;
  }
  .col-md-1.offset-md-5 {
    grid-column: 5/span 1;
  }
  .col-md-1.offset-md-6 {
    grid-column: 6/span 1;
  }
  .col-md-1.offset-md-7 {
    grid-column: 7/span 1;
  }
  .col-md-1.offset-md-8 {
    grid-column: 8/span 1;
  }
  .col-md-1.offset-md-9 {
    grid-column: 9/span 1;
  }
  .col-md-1.offset-md-10 {
    grid-column: 10/span 1;
  }
  .col-md-1.offset-md-11 {
    grid-column: 11/span 1;
  }
  .col-md-1.offset-md-12 {
    grid-column: 12/span 1;
  }
  .col-md-1.offset-md-13 {
    grid-column: 13/span 1;
  }
  .col-md-1.offset-md-14 {
    grid-column: 14/span 1;
  }
  .col-md-1.offset-md-15 {
    grid-column: 15/span 1;
  }
  .col-md-1.offset-md-16 {
    grid-column: 16/span 1;
  }
  .col-md-2.offset-md-2 {
    grid-column: 2/span 2;
  }
  .col-md-2.offset-md-3 {
    grid-column: 3/span 2;
  }
  .col-md-2.offset-md-4 {
    grid-column: 4/span 2;
  }
  .col-md-2.offset-md-5 {
    grid-column: 5/span 2;
  }
  .col-md-2.offset-md-6 {
    grid-column: 6/span 2;
  }
  .col-md-2.offset-md-7 {
    grid-column: 7/span 2;
  }
  .col-md-2.offset-md-8 {
    grid-column: 8/span 2;
  }
  .col-md-2.offset-md-9 {
    grid-column: 9/span 2;
  }
  .col-md-2.offset-md-10 {
    grid-column: 10/span 2;
  }
  .col-md-2.offset-md-11 {
    grid-column: 11/span 2;
  }
  .col-md-2.offset-md-12 {
    grid-column: 12/span 2;
  }
  .col-md-2.offset-md-13 {
    grid-column: 13/span 2;
  }
  .col-md-2.offset-md-14 {
    grid-column: 14/span 2;
  }
  .col-md-2.offset-md-15 {
    grid-column: 15/span 2;
  }
  .col-md-2.offset-md-16 {
    grid-column: 16/span 2;
  }
  .col-md-3.offset-md-2 {
    grid-column: 2/span 3;
  }
  .col-md-3.offset-md-3 {
    grid-column: 3/span 3;
  }
  .col-md-3.offset-md-4 {
    grid-column: 4/span 3;
  }
  .col-md-3.offset-md-5 {
    grid-column: 5/span 3;
  }
  .col-md-3.offset-md-6 {
    grid-column: 6/span 3;
  }
  .col-md-3.offset-md-7 {
    grid-column: 7/span 3;
  }
  .col-md-3.offset-md-8 {
    grid-column: 8/span 3;
  }
  .col-md-3.offset-md-9 {
    grid-column: 9/span 3;
  }
  .col-md-3.offset-md-10 {
    grid-column: 10/span 3;
  }
  .col-md-3.offset-md-11 {
    grid-column: 11/span 3;
  }
  .col-md-3.offset-md-12 {
    grid-column: 12/span 3;
  }
  .col-md-3.offset-md-13 {
    grid-column: 13/span 3;
  }
  .col-md-3.offset-md-14 {
    grid-column: 14/span 3;
  }
  .col-md-3.offset-md-15 {
    grid-column: 15/span 3;
  }
  .col-md-3.offset-md-16 {
    grid-column: 16/span 3;
  }
  .col-md-4.offset-md-2 {
    grid-column: 2/span 4;
  }
  .col-md-4.offset-md-3 {
    grid-column: 3/span 4;
  }
  .col-md-4.offset-md-4 {
    grid-column: 4/span 4;
  }
  .col-md-4.offset-md-5 {
    grid-column: 5/span 4;
  }
  .col-md-4.offset-md-6 {
    grid-column: 6/span 4;
  }
  .col-md-4.offset-md-7 {
    grid-column: 7/span 4;
  }
  .col-md-4.offset-md-8 {
    grid-column: 8/span 4;
  }
  .col-md-4.offset-md-9 {
    grid-column: 9/span 4;
  }
  .col-md-4.offset-md-10 {
    grid-column: 10/span 4;
  }
  .col-md-4.offset-md-11 {
    grid-column: 11/span 4;
  }
  .col-md-4.offset-md-12 {
    grid-column: 12/span 4;
  }
  .col-md-4.offset-md-13 {
    grid-column: 13/span 4;
  }
  .col-md-4.offset-md-14 {
    grid-column: 14/span 4;
  }
  .col-md-4.offset-md-15 {
    grid-column: 15/span 4;
  }
  .col-md-4.offset-md-16 {
    grid-column: 16/span 4;
  }
  .col-md-5.offset-md-2 {
    grid-column: 2/span 5;
  }
  .col-md-5.offset-md-3 {
    grid-column: 3/span 5;
  }
  .col-md-5.offset-md-4 {
    grid-column: 4/span 5;
  }
  .col-md-5.offset-md-5 {
    grid-column: 5/span 5;
  }
  .col-md-5.offset-md-6 {
    grid-column: 6/span 5;
  }
  .col-md-5.offset-md-7 {
    grid-column: 7/span 5;
  }
  .col-md-5.offset-md-8 {
    grid-column: 8/span 5;
  }
  .col-md-5.offset-md-9 {
    grid-column: 9/span 5;
  }
  .col-md-5.offset-md-10 {
    grid-column: 10/span 5;
  }
  .col-md-5.offset-md-11 {
    grid-column: 11/span 5;
  }
  .col-md-5.offset-md-12 {
    grid-column: 12/span 5;
  }
  .col-md-5.offset-md-13 {
    grid-column: 13/span 5;
  }
  .col-md-5.offset-md-14 {
    grid-column: 14/span 5;
  }
  .col-md-5.offset-md-15 {
    grid-column: 15/span 5;
  }
  .col-md-5.offset-md-16 {
    grid-column: 16/span 5;
  }
  .col-md-6.offset-md-2 {
    grid-column: 2/span 6;
  }
  .col-md-6.offset-md-3 {
    grid-column: 3/span 6;
  }
  .col-md-6.offset-md-4 {
    grid-column: 4/span 6;
  }
  .col-md-6.offset-md-5 {
    grid-column: 5/span 6;
  }
  .col-md-6.offset-md-6 {
    grid-column: 6/span 6;
  }
  .col-md-6.offset-md-7 {
    grid-column: 7/span 6;
  }
  .col-md-6.offset-md-8 {
    grid-column: 8/span 6;
  }
  .col-md-6.offset-md-9 {
    grid-column: 9/span 6;
  }
  .col-md-6.offset-md-10 {
    grid-column: 10/span 6;
  }
  .col-md-6.offset-md-11 {
    grid-column: 11/span 6;
  }
  .col-md-6.offset-md-12 {
    grid-column: 12/span 6;
  }
  .col-md-6.offset-md-13 {
    grid-column: 13/span 6;
  }
  .col-md-6.offset-md-14 {
    grid-column: 14/span 6;
  }
  .col-md-6.offset-md-15 {
    grid-column: 15/span 6;
  }
  .col-md-6.offset-md-16 {
    grid-column: 16/span 6;
  }
  .col-md-7.offset-md-2 {
    grid-column: 2/span 7;
  }
  .col-md-7.offset-md-3 {
    grid-column: 3/span 7;
  }
  .col-md-7.offset-md-4 {
    grid-column: 4/span 7;
  }
  .col-md-7.offset-md-5 {
    grid-column: 5/span 7;
  }
  .col-md-7.offset-md-6 {
    grid-column: 6/span 7;
  }
  .col-md-7.offset-md-7 {
    grid-column: 7/span 7;
  }
  .col-md-7.offset-md-8 {
    grid-column: 8/span 7;
  }
  .col-md-7.offset-md-9 {
    grid-column: 9/span 7;
  }
  .col-md-7.offset-md-10 {
    grid-column: 10/span 7;
  }
  .col-md-7.offset-md-11 {
    grid-column: 11/span 7;
  }
  .col-md-7.offset-md-12 {
    grid-column: 12/span 7;
  }
  .col-md-7.offset-md-13 {
    grid-column: 13/span 7;
  }
  .col-md-7.offset-md-14 {
    grid-column: 14/span 7;
  }
  .col-md-7.offset-md-15 {
    grid-column: 15/span 7;
  }
  .col-md-7.offset-md-16 {
    grid-column: 16/span 7;
  }
  .col-md-8.offset-md-2 {
    grid-column: 2/span 8;
  }
  .col-md-8.offset-md-3 {
    grid-column: 3/span 8;
  }
  .col-md-8.offset-md-4 {
    grid-column: 4/span 8;
  }
  .col-md-8.offset-md-5 {
    grid-column: 5/span 8;
  }
  .col-md-8.offset-md-6 {
    grid-column: 6/span 8;
  }
  .col-md-8.offset-md-7 {
    grid-column: 7/span 8;
  }
  .col-md-8.offset-md-8 {
    grid-column: 8/span 8;
  }
  .col-md-8.offset-md-9 {
    grid-column: 9/span 8;
  }
  .col-md-8.offset-md-10 {
    grid-column: 10/span 8;
  }
  .col-md-8.offset-md-11 {
    grid-column: 11/span 8;
  }
  .col-md-8.offset-md-12 {
    grid-column: 12/span 8;
  }
  .col-md-8.offset-md-13 {
    grid-column: 13/span 8;
  }
  .col-md-8.offset-md-14 {
    grid-column: 14/span 8;
  }
  .col-md-8.offset-md-15 {
    grid-column: 15/span 8;
  }
  .col-md-8.offset-md-16 {
    grid-column: 16/span 8;
  }
  .col-md-9.offset-md-2 {
    grid-column: 2/span 9;
  }
  .col-md-9.offset-md-3 {
    grid-column: 3/span 9;
  }
  .col-md-9.offset-md-4 {
    grid-column: 4/span 9;
  }
  .col-md-9.offset-md-5 {
    grid-column: 5/span 9;
  }
  .col-md-9.offset-md-6 {
    grid-column: 6/span 9;
  }
  .col-md-9.offset-md-7 {
    grid-column: 7/span 9;
  }
  .col-md-9.offset-md-8 {
    grid-column: 8/span 9;
  }
  .col-md-9.offset-md-9 {
    grid-column: 9/span 9;
  }
  .col-md-9.offset-md-10 {
    grid-column: 10/span 9;
  }
  .col-md-9.offset-md-11 {
    grid-column: 11/span 9;
  }
  .col-md-9.offset-md-12 {
    grid-column: 12/span 9;
  }
  .col-md-9.offset-md-13 {
    grid-column: 13/span 9;
  }
  .col-md-9.offset-md-14 {
    grid-column: 14/span 9;
  }
  .col-md-9.offset-md-15 {
    grid-column: 15/span 9;
  }
  .col-md-9.offset-md-16 {
    grid-column: 16/span 9;
  }
  .col-md-10.offset-md-2 {
    grid-column: 2/span 10;
  }
  .col-md-10.offset-md-3 {
    grid-column: 3/span 10;
  }
  .col-md-10.offset-md-4 {
    grid-column: 4/span 10;
  }
  .col-md-10.offset-md-5 {
    grid-column: 5/span 10;
  }
  .col-md-10.offset-md-6 {
    grid-column: 6/span 10;
  }
  .col-md-10.offset-md-7 {
    grid-column: 7/span 10;
  }
  .col-md-10.offset-md-8 {
    grid-column: 8/span 10;
  }
  .col-md-10.offset-md-9 {
    grid-column: 9/span 10;
  }
  .col-md-10.offset-md-10 {
    grid-column: 10/span 10;
  }
  .col-md-10.offset-md-11 {
    grid-column: 11/span 10;
  }
  .col-md-10.offset-md-12 {
    grid-column: 12/span 10;
  }
  .col-md-10.offset-md-13 {
    grid-column: 13/span 10;
  }
  .col-md-10.offset-md-14 {
    grid-column: 14/span 10;
  }
  .col-md-10.offset-md-15 {
    grid-column: 15/span 10;
  }
  .col-md-10.offset-md-16 {
    grid-column: 16/span 10;
  }
  .col-md-11.offset-md-2 {
    grid-column: 2/span 11;
  }
  .col-md-11.offset-md-3 {
    grid-column: 3/span 11;
  }
  .col-md-11.offset-md-4 {
    grid-column: 4/span 11;
  }
  .col-md-11.offset-md-5 {
    grid-column: 5/span 11;
  }
  .col-md-11.offset-md-6 {
    grid-column: 6/span 11;
  }
  .col-md-11.offset-md-7 {
    grid-column: 7/span 11;
  }
  .col-md-11.offset-md-8 {
    grid-column: 8/span 11;
  }
  .col-md-11.offset-md-9 {
    grid-column: 9/span 11;
  }
  .col-md-11.offset-md-10 {
    grid-column: 10/span 11;
  }
  .col-md-11.offset-md-11 {
    grid-column: 11/span 11;
  }
  .col-md-11.offset-md-12 {
    grid-column: 12/span 11;
  }
  .col-md-11.offset-md-13 {
    grid-column: 13/span 11;
  }
  .col-md-11.offset-md-14 {
    grid-column: 14/span 11;
  }
  .col-md-11.offset-md-15 {
    grid-column: 15/span 11;
  }
  .col-md-11.offset-md-16 {
    grid-column: 16/span 11;
  }
  .col-md-12.offset-md-2 {
    grid-column: 2/span 12;
  }
  .col-md-12.offset-md-3 {
    grid-column: 3/span 12;
  }
  .col-md-12.offset-md-4 {
    grid-column: 4/span 12;
  }
  .col-md-12.offset-md-5 {
    grid-column: 5/span 12;
  }
  .col-md-12.offset-md-6 {
    grid-column: 6/span 12;
  }
  .col-md-12.offset-md-7 {
    grid-column: 7/span 12;
  }
  .col-md-12.offset-md-8 {
    grid-column: 8/span 12;
  }
  .col-md-12.offset-md-9 {
    grid-column: 9/span 12;
  }
  .col-md-12.offset-md-10 {
    grid-column: 10/span 12;
  }
  .col-md-12.offset-md-11 {
    grid-column: 11/span 12;
  }
  .col-md-12.offset-md-12 {
    grid-column: 12/span 12;
  }
  .col-md-12.offset-md-13 {
    grid-column: 13/span 12;
  }
  .col-md-12.offset-md-14 {
    grid-column: 14/span 12;
  }
  .col-md-12.offset-md-15 {
    grid-column: 15/span 12;
  }
  .col-md-12.offset-md-16 {
    grid-column: 16/span 12;
  }
  .col-md-13.offset-md-2 {
    grid-column: 2/span 13;
  }
  .col-md-13.offset-md-3 {
    grid-column: 3/span 13;
  }
  .col-md-13.offset-md-4 {
    grid-column: 4/span 13;
  }
  .col-md-13.offset-md-5 {
    grid-column: 5/span 13;
  }
  .col-md-13.offset-md-6 {
    grid-column: 6/span 13;
  }
  .col-md-13.offset-md-7 {
    grid-column: 7/span 13;
  }
  .col-md-13.offset-md-8 {
    grid-column: 8/span 13;
  }
  .col-md-13.offset-md-9 {
    grid-column: 9/span 13;
  }
  .col-md-13.offset-md-10 {
    grid-column: 10/span 13;
  }
  .col-md-13.offset-md-11 {
    grid-column: 11/span 13;
  }
  .col-md-13.offset-md-12 {
    grid-column: 12/span 13;
  }
  .col-md-13.offset-md-13 {
    grid-column: 13/span 13;
  }
  .col-md-13.offset-md-14 {
    grid-column: 14/span 13;
  }
  .col-md-13.offset-md-15 {
    grid-column: 15/span 13;
  }
  .col-md-13.offset-md-16 {
    grid-column: 16/span 13;
  }
  .col-md-14.offset-md-2 {
    grid-column: 2/span 14;
  }
  .col-md-14.offset-md-3 {
    grid-column: 3/span 14;
  }
  .col-md-14.offset-md-4 {
    grid-column: 4/span 14;
  }
  .col-md-14.offset-md-5 {
    grid-column: 5/span 14;
  }
  .col-md-14.offset-md-6 {
    grid-column: 6/span 14;
  }
  .col-md-14.offset-md-7 {
    grid-column: 7/span 14;
  }
  .col-md-14.offset-md-8 {
    grid-column: 8/span 14;
  }
  .col-md-14.offset-md-9 {
    grid-column: 9/span 14;
  }
  .col-md-14.offset-md-10 {
    grid-column: 10/span 14;
  }
  .col-md-14.offset-md-11 {
    grid-column: 11/span 14;
  }
  .col-md-14.offset-md-12 {
    grid-column: 12/span 14;
  }
  .col-md-14.offset-md-13 {
    grid-column: 13/span 14;
  }
  .col-md-14.offset-md-14 {
    grid-column: 14/span 14;
  }
  .col-md-14.offset-md-15 {
    grid-column: 15/span 14;
  }
  .col-md-14.offset-md-16 {
    grid-column: 16/span 14;
  }
  .col-md-15.offset-md-2 {
    grid-column: 2/span 15;
  }
  .col-md-15.offset-md-3 {
    grid-column: 3/span 15;
  }
  .col-md-15.offset-md-4 {
    grid-column: 4/span 15;
  }
  .col-md-15.offset-md-5 {
    grid-column: 5/span 15;
  }
  .col-md-15.offset-md-6 {
    grid-column: 6/span 15;
  }
  .col-md-15.offset-md-7 {
    grid-column: 7/span 15;
  }
  .col-md-15.offset-md-8 {
    grid-column: 8/span 15;
  }
  .col-md-15.offset-md-9 {
    grid-column: 9/span 15;
  }
  .col-md-15.offset-md-10 {
    grid-column: 10/span 15;
  }
  .col-md-15.offset-md-11 {
    grid-column: 11/span 15;
  }
  .col-md-15.offset-md-12 {
    grid-column: 12/span 15;
  }
  .col-md-15.offset-md-13 {
    grid-column: 13/span 15;
  }
  .col-md-15.offset-md-14 {
    grid-column: 14/span 15;
  }
  .col-md-15.offset-md-15 {
    grid-column: 15/span 15;
  }
  .col-md-15.offset-md-16 {
    grid-column: 16/span 15;
  }
  .col-md-16.offset-md-2 {
    grid-column: 2/span 16;
  }
  .col-md-16.offset-md-3 {
    grid-column: 3/span 16;
  }
  .col-md-16.offset-md-4 {
    grid-column: 4/span 16;
  }
  .col-md-16.offset-md-5 {
    grid-column: 5/span 16;
  }
  .col-md-16.offset-md-6 {
    grid-column: 6/span 16;
  }
  .col-md-16.offset-md-7 {
    grid-column: 7/span 16;
  }
  .col-md-16.offset-md-8 {
    grid-column: 8/span 16;
  }
  .col-md-16.offset-md-9 {
    grid-column: 9/span 16;
  }
  .col-md-16.offset-md-10 {
    grid-column: 10/span 16;
  }
  .col-md-16.offset-md-11 {
    grid-column: 11/span 16;
  }
  .col-md-16.offset-md-12 {
    grid-column: 12/span 16;
  }
  .col-md-16.offset-md-13 {
    grid-column: 13/span 16;
  }
  .col-md-16.offset-md-14 {
    grid-column: 14/span 16;
  }
  .col-md-16.offset-md-15 {
    grid-column: 15/span 16;
  }
  .col-md-16.offset-md-16 {
    grid-column: 16/span 16;
  }
}
@media (min-width: 992px) {
  .col-lg-1.offset-lg-2 {
    grid-column: 2/span 1;
  }
  .col-lg-1.offset-lg-3 {
    grid-column: 3/span 1;
  }
  .col-lg-1.offset-lg-4 {
    grid-column: 4/span 1;
  }
  .col-lg-1.offset-lg-5 {
    grid-column: 5/span 1;
  }
  .col-lg-1.offset-lg-6 {
    grid-column: 6/span 1;
  }
  .col-lg-1.offset-lg-7 {
    grid-column: 7/span 1;
  }
  .col-lg-1.offset-lg-8 {
    grid-column: 8/span 1;
  }
  .col-lg-1.offset-lg-9 {
    grid-column: 9/span 1;
  }
  .col-lg-1.offset-lg-10 {
    grid-column: 10/span 1;
  }
  .col-lg-1.offset-lg-11 {
    grid-column: 11/span 1;
  }
  .col-lg-1.offset-lg-12 {
    grid-column: 12/span 1;
  }
  .col-lg-1.offset-lg-13 {
    grid-column: 13/span 1;
  }
  .col-lg-1.offset-lg-14 {
    grid-column: 14/span 1;
  }
  .col-lg-1.offset-lg-15 {
    grid-column: 15/span 1;
  }
  .col-lg-1.offset-lg-16 {
    grid-column: 16/span 1;
  }
  .col-lg-2.offset-lg-2 {
    grid-column: 2/span 2;
  }
  .col-lg-2.offset-lg-3 {
    grid-column: 3/span 2;
  }
  .col-lg-2.offset-lg-4 {
    grid-column: 4/span 2;
  }
  .col-lg-2.offset-lg-5 {
    grid-column: 5/span 2;
  }
  .col-lg-2.offset-lg-6 {
    grid-column: 6/span 2;
  }
  .col-lg-2.offset-lg-7 {
    grid-column: 7/span 2;
  }
  .col-lg-2.offset-lg-8 {
    grid-column: 8/span 2;
  }
  .col-lg-2.offset-lg-9 {
    grid-column: 9/span 2;
  }
  .col-lg-2.offset-lg-10 {
    grid-column: 10/span 2;
  }
  .col-lg-2.offset-lg-11 {
    grid-column: 11/span 2;
  }
  .col-lg-2.offset-lg-12 {
    grid-column: 12/span 2;
  }
  .col-lg-2.offset-lg-13 {
    grid-column: 13/span 2;
  }
  .col-lg-2.offset-lg-14 {
    grid-column: 14/span 2;
  }
  .col-lg-2.offset-lg-15 {
    grid-column: 15/span 2;
  }
  .col-lg-2.offset-lg-16 {
    grid-column: 16/span 2;
  }
  .col-lg-3.offset-lg-2 {
    grid-column: 2/span 3;
  }
  .col-lg-3.offset-lg-3 {
    grid-column: 3/span 3;
  }
  .col-lg-3.offset-lg-4 {
    grid-column: 4/span 3;
  }
  .col-lg-3.offset-lg-5 {
    grid-column: 5/span 3;
  }
  .col-lg-3.offset-lg-6 {
    grid-column: 6/span 3;
  }
  .col-lg-3.offset-lg-7 {
    grid-column: 7/span 3;
  }
  .col-lg-3.offset-lg-8 {
    grid-column: 8/span 3;
  }
  .col-lg-3.offset-lg-9 {
    grid-column: 9/span 3;
  }
  .col-lg-3.offset-lg-10 {
    grid-column: 10/span 3;
  }
  .col-lg-3.offset-lg-11 {
    grid-column: 11/span 3;
  }
  .col-lg-3.offset-lg-12 {
    grid-column: 12/span 3;
  }
  .col-lg-3.offset-lg-13 {
    grid-column: 13/span 3;
  }
  .col-lg-3.offset-lg-14 {
    grid-column: 14/span 3;
  }
  .col-lg-3.offset-lg-15 {
    grid-column: 15/span 3;
  }
  .col-lg-3.offset-lg-16 {
    grid-column: 16/span 3;
  }
  .col-lg-4.offset-lg-2 {
    grid-column: 2/span 4;
  }
  .col-lg-4.offset-lg-3 {
    grid-column: 3/span 4;
  }
  .col-lg-4.offset-lg-4 {
    grid-column: 4/span 4;
  }
  .col-lg-4.offset-lg-5 {
    grid-column: 5/span 4;
  }
  .col-lg-4.offset-lg-6 {
    grid-column: 6/span 4;
  }
  .col-lg-4.offset-lg-7 {
    grid-column: 7/span 4;
  }
  .col-lg-4.offset-lg-8 {
    grid-column: 8/span 4;
  }
  .col-lg-4.offset-lg-9 {
    grid-column: 9/span 4;
  }
  .col-lg-4.offset-lg-10 {
    grid-column: 10/span 4;
  }
  .col-lg-4.offset-lg-11 {
    grid-column: 11/span 4;
  }
  .col-lg-4.offset-lg-12 {
    grid-column: 12/span 4;
  }
  .col-lg-4.offset-lg-13 {
    grid-column: 13/span 4;
  }
  .col-lg-4.offset-lg-14 {
    grid-column: 14/span 4;
  }
  .col-lg-4.offset-lg-15 {
    grid-column: 15/span 4;
  }
  .col-lg-4.offset-lg-16 {
    grid-column: 16/span 4;
  }
  .col-lg-5.offset-lg-2 {
    grid-column: 2/span 5;
  }
  .col-lg-5.offset-lg-3 {
    grid-column: 3/span 5;
  }
  .col-lg-5.offset-lg-4 {
    grid-column: 4/span 5;
  }
  .col-lg-5.offset-lg-5 {
    grid-column: 5/span 5;
  }
  .col-lg-5.offset-lg-6 {
    grid-column: 6/span 5;
  }
  .col-lg-5.offset-lg-7 {
    grid-column: 7/span 5;
  }
  .col-lg-5.offset-lg-8 {
    grid-column: 8/span 5;
  }
  .col-lg-5.offset-lg-9 {
    grid-column: 9/span 5;
  }
  .col-lg-5.offset-lg-10 {
    grid-column: 10/span 5;
  }
  .col-lg-5.offset-lg-11 {
    grid-column: 11/span 5;
  }
  .col-lg-5.offset-lg-12 {
    grid-column: 12/span 5;
  }
  .col-lg-5.offset-lg-13 {
    grid-column: 13/span 5;
  }
  .col-lg-5.offset-lg-14 {
    grid-column: 14/span 5;
  }
  .col-lg-5.offset-lg-15 {
    grid-column: 15/span 5;
  }
  .col-lg-5.offset-lg-16 {
    grid-column: 16/span 5;
  }
  .col-lg-6.offset-lg-2 {
    grid-column: 2/span 6;
  }
  .col-lg-6.offset-lg-3 {
    grid-column: 3/span 6;
  }
  .col-lg-6.offset-lg-4 {
    grid-column: 4/span 6;
  }
  .col-lg-6.offset-lg-5 {
    grid-column: 5/span 6;
  }
  .col-lg-6.offset-lg-6 {
    grid-column: 6/span 6;
  }
  .col-lg-6.offset-lg-7 {
    grid-column: 7/span 6;
  }
  .col-lg-6.offset-lg-8 {
    grid-column: 8/span 6;
  }
  .col-lg-6.offset-lg-9 {
    grid-column: 9/span 6;
  }
  .col-lg-6.offset-lg-10 {
    grid-column: 10/span 6;
  }
  .col-lg-6.offset-lg-11 {
    grid-column: 11/span 6;
  }
  .col-lg-6.offset-lg-12 {
    grid-column: 12/span 6;
  }
  .col-lg-6.offset-lg-13 {
    grid-column: 13/span 6;
  }
  .col-lg-6.offset-lg-14 {
    grid-column: 14/span 6;
  }
  .col-lg-6.offset-lg-15 {
    grid-column: 15/span 6;
  }
  .col-lg-6.offset-lg-16 {
    grid-column: 16/span 6;
  }
  .col-lg-7.offset-lg-2 {
    grid-column: 2/span 7;
  }
  .col-lg-7.offset-lg-3 {
    grid-column: 3/span 7;
  }
  .col-lg-7.offset-lg-4 {
    grid-column: 4/span 7;
  }
  .col-lg-7.offset-lg-5 {
    grid-column: 5/span 7;
  }
  .col-lg-7.offset-lg-6 {
    grid-column: 6/span 7;
  }
  .col-lg-7.offset-lg-7 {
    grid-column: 7/span 7;
  }
  .col-lg-7.offset-lg-8 {
    grid-column: 8/span 7;
  }
  .col-lg-7.offset-lg-9 {
    grid-column: 9/span 7;
  }
  .col-lg-7.offset-lg-10 {
    grid-column: 10/span 7;
  }
  .col-lg-7.offset-lg-11 {
    grid-column: 11/span 7;
  }
  .col-lg-7.offset-lg-12 {
    grid-column: 12/span 7;
  }
  .col-lg-7.offset-lg-13 {
    grid-column: 13/span 7;
  }
  .col-lg-7.offset-lg-14 {
    grid-column: 14/span 7;
  }
  .col-lg-7.offset-lg-15 {
    grid-column: 15/span 7;
  }
  .col-lg-7.offset-lg-16 {
    grid-column: 16/span 7;
  }
  .col-lg-8.offset-lg-2 {
    grid-column: 2/span 8;
  }
  .col-lg-8.offset-lg-3 {
    grid-column: 3/span 8;
  }
  .col-lg-8.offset-lg-4 {
    grid-column: 4/span 8;
  }
  .col-lg-8.offset-lg-5 {
    grid-column: 5/span 8;
  }
  .col-lg-8.offset-lg-6 {
    grid-column: 6/span 8;
  }
  .col-lg-8.offset-lg-7 {
    grid-column: 7/span 8;
  }
  .col-lg-8.offset-lg-8 {
    grid-column: 8/span 8;
  }
  .col-lg-8.offset-lg-9 {
    grid-column: 9/span 8;
  }
  .col-lg-8.offset-lg-10 {
    grid-column: 10/span 8;
  }
  .col-lg-8.offset-lg-11 {
    grid-column: 11/span 8;
  }
  .col-lg-8.offset-lg-12 {
    grid-column: 12/span 8;
  }
  .col-lg-8.offset-lg-13 {
    grid-column: 13/span 8;
  }
  .col-lg-8.offset-lg-14 {
    grid-column: 14/span 8;
  }
  .col-lg-8.offset-lg-15 {
    grid-column: 15/span 8;
  }
  .col-lg-8.offset-lg-16 {
    grid-column: 16/span 8;
  }
  .col-lg-9.offset-lg-2 {
    grid-column: 2/span 9;
  }
  .col-lg-9.offset-lg-3 {
    grid-column: 3/span 9;
  }
  .col-lg-9.offset-lg-4 {
    grid-column: 4/span 9;
  }
  .col-lg-9.offset-lg-5 {
    grid-column: 5/span 9;
  }
  .col-lg-9.offset-lg-6 {
    grid-column: 6/span 9;
  }
  .col-lg-9.offset-lg-7 {
    grid-column: 7/span 9;
  }
  .col-lg-9.offset-lg-8 {
    grid-column: 8/span 9;
  }
  .col-lg-9.offset-lg-9 {
    grid-column: 9/span 9;
  }
  .col-lg-9.offset-lg-10 {
    grid-column: 10/span 9;
  }
  .col-lg-9.offset-lg-11 {
    grid-column: 11/span 9;
  }
  .col-lg-9.offset-lg-12 {
    grid-column: 12/span 9;
  }
  .col-lg-9.offset-lg-13 {
    grid-column: 13/span 9;
  }
  .col-lg-9.offset-lg-14 {
    grid-column: 14/span 9;
  }
  .col-lg-9.offset-lg-15 {
    grid-column: 15/span 9;
  }
  .col-lg-9.offset-lg-16 {
    grid-column: 16/span 9;
  }
  .col-lg-10.offset-lg-2 {
    grid-column: 2/span 10;
  }
  .col-lg-10.offset-lg-3 {
    grid-column: 3/span 10;
  }
  .col-lg-10.offset-lg-4 {
    grid-column: 4/span 10;
  }
  .col-lg-10.offset-lg-5 {
    grid-column: 5/span 10;
  }
  .col-lg-10.offset-lg-6 {
    grid-column: 6/span 10;
  }
  .col-lg-10.offset-lg-7 {
    grid-column: 7/span 10;
  }
  .col-lg-10.offset-lg-8 {
    grid-column: 8/span 10;
  }
  .col-lg-10.offset-lg-9 {
    grid-column: 9/span 10;
  }
  .col-lg-10.offset-lg-10 {
    grid-column: 10/span 10;
  }
  .col-lg-10.offset-lg-11 {
    grid-column: 11/span 10;
  }
  .col-lg-10.offset-lg-12 {
    grid-column: 12/span 10;
  }
  .col-lg-10.offset-lg-13 {
    grid-column: 13/span 10;
  }
  .col-lg-10.offset-lg-14 {
    grid-column: 14/span 10;
  }
  .col-lg-10.offset-lg-15 {
    grid-column: 15/span 10;
  }
  .col-lg-10.offset-lg-16 {
    grid-column: 16/span 10;
  }
  .col-lg-11.offset-lg-2 {
    grid-column: 2/span 11;
  }
  .col-lg-11.offset-lg-3 {
    grid-column: 3/span 11;
  }
  .col-lg-11.offset-lg-4 {
    grid-column: 4/span 11;
  }
  .col-lg-11.offset-lg-5 {
    grid-column: 5/span 11;
  }
  .col-lg-11.offset-lg-6 {
    grid-column: 6/span 11;
  }
  .col-lg-11.offset-lg-7 {
    grid-column: 7/span 11;
  }
  .col-lg-11.offset-lg-8 {
    grid-column: 8/span 11;
  }
  .col-lg-11.offset-lg-9 {
    grid-column: 9/span 11;
  }
  .col-lg-11.offset-lg-10 {
    grid-column: 10/span 11;
  }
  .col-lg-11.offset-lg-11 {
    grid-column: 11/span 11;
  }
  .col-lg-11.offset-lg-12 {
    grid-column: 12/span 11;
  }
  .col-lg-11.offset-lg-13 {
    grid-column: 13/span 11;
  }
  .col-lg-11.offset-lg-14 {
    grid-column: 14/span 11;
  }
  .col-lg-11.offset-lg-15 {
    grid-column: 15/span 11;
  }
  .col-lg-11.offset-lg-16 {
    grid-column: 16/span 11;
  }
  .col-lg-12.offset-lg-2 {
    grid-column: 2/span 12;
  }
  .col-lg-12.offset-lg-3 {
    grid-column: 3/span 12;
  }
  .col-lg-12.offset-lg-4 {
    grid-column: 4/span 12;
  }
  .col-lg-12.offset-lg-5 {
    grid-column: 5/span 12;
  }
  .col-lg-12.offset-lg-6 {
    grid-column: 6/span 12;
  }
  .col-lg-12.offset-lg-7 {
    grid-column: 7/span 12;
  }
  .col-lg-12.offset-lg-8 {
    grid-column: 8/span 12;
  }
  .col-lg-12.offset-lg-9 {
    grid-column: 9/span 12;
  }
  .col-lg-12.offset-lg-10 {
    grid-column: 10/span 12;
  }
  .col-lg-12.offset-lg-11 {
    grid-column: 11/span 12;
  }
  .col-lg-12.offset-lg-12 {
    grid-column: 12/span 12;
  }
  .col-lg-12.offset-lg-13 {
    grid-column: 13/span 12;
  }
  .col-lg-12.offset-lg-14 {
    grid-column: 14/span 12;
  }
  .col-lg-12.offset-lg-15 {
    grid-column: 15/span 12;
  }
  .col-lg-12.offset-lg-16 {
    grid-column: 16/span 12;
  }
  .col-lg-13.offset-lg-2 {
    grid-column: 2/span 13;
  }
  .col-lg-13.offset-lg-3 {
    grid-column: 3/span 13;
  }
  .col-lg-13.offset-lg-4 {
    grid-column: 4/span 13;
  }
  .col-lg-13.offset-lg-5 {
    grid-column: 5/span 13;
  }
  .col-lg-13.offset-lg-6 {
    grid-column: 6/span 13;
  }
  .col-lg-13.offset-lg-7 {
    grid-column: 7/span 13;
  }
  .col-lg-13.offset-lg-8 {
    grid-column: 8/span 13;
  }
  .col-lg-13.offset-lg-9 {
    grid-column: 9/span 13;
  }
  .col-lg-13.offset-lg-10 {
    grid-column: 10/span 13;
  }
  .col-lg-13.offset-lg-11 {
    grid-column: 11/span 13;
  }
  .col-lg-13.offset-lg-12 {
    grid-column: 12/span 13;
  }
  .col-lg-13.offset-lg-13 {
    grid-column: 13/span 13;
  }
  .col-lg-13.offset-lg-14 {
    grid-column: 14/span 13;
  }
  .col-lg-13.offset-lg-15 {
    grid-column: 15/span 13;
  }
  .col-lg-13.offset-lg-16 {
    grid-column: 16/span 13;
  }
  .col-lg-14.offset-lg-2 {
    grid-column: 2/span 14;
  }
  .col-lg-14.offset-lg-3 {
    grid-column: 3/span 14;
  }
  .col-lg-14.offset-lg-4 {
    grid-column: 4/span 14;
  }
  .col-lg-14.offset-lg-5 {
    grid-column: 5/span 14;
  }
  .col-lg-14.offset-lg-6 {
    grid-column: 6/span 14;
  }
  .col-lg-14.offset-lg-7 {
    grid-column: 7/span 14;
  }
  .col-lg-14.offset-lg-8 {
    grid-column: 8/span 14;
  }
  .col-lg-14.offset-lg-9 {
    grid-column: 9/span 14;
  }
  .col-lg-14.offset-lg-10 {
    grid-column: 10/span 14;
  }
  .col-lg-14.offset-lg-11 {
    grid-column: 11/span 14;
  }
  .col-lg-14.offset-lg-12 {
    grid-column: 12/span 14;
  }
  .col-lg-14.offset-lg-13 {
    grid-column: 13/span 14;
  }
  .col-lg-14.offset-lg-14 {
    grid-column: 14/span 14;
  }
  .col-lg-14.offset-lg-15 {
    grid-column: 15/span 14;
  }
  .col-lg-14.offset-lg-16 {
    grid-column: 16/span 14;
  }
  .col-lg-15.offset-lg-2 {
    grid-column: 2/span 15;
  }
  .col-lg-15.offset-lg-3 {
    grid-column: 3/span 15;
  }
  .col-lg-15.offset-lg-4 {
    grid-column: 4/span 15;
  }
  .col-lg-15.offset-lg-5 {
    grid-column: 5/span 15;
  }
  .col-lg-15.offset-lg-6 {
    grid-column: 6/span 15;
  }
  .col-lg-15.offset-lg-7 {
    grid-column: 7/span 15;
  }
  .col-lg-15.offset-lg-8 {
    grid-column: 8/span 15;
  }
  .col-lg-15.offset-lg-9 {
    grid-column: 9/span 15;
  }
  .col-lg-15.offset-lg-10 {
    grid-column: 10/span 15;
  }
  .col-lg-15.offset-lg-11 {
    grid-column: 11/span 15;
  }
  .col-lg-15.offset-lg-12 {
    grid-column: 12/span 15;
  }
  .col-lg-15.offset-lg-13 {
    grid-column: 13/span 15;
  }
  .col-lg-15.offset-lg-14 {
    grid-column: 14/span 15;
  }
  .col-lg-15.offset-lg-15 {
    grid-column: 15/span 15;
  }
  .col-lg-15.offset-lg-16 {
    grid-column: 16/span 15;
  }
  .col-lg-16.offset-lg-2 {
    grid-column: 2/span 16;
  }
  .col-lg-16.offset-lg-3 {
    grid-column: 3/span 16;
  }
  .col-lg-16.offset-lg-4 {
    grid-column: 4/span 16;
  }
  .col-lg-16.offset-lg-5 {
    grid-column: 5/span 16;
  }
  .col-lg-16.offset-lg-6 {
    grid-column: 6/span 16;
  }
  .col-lg-16.offset-lg-7 {
    grid-column: 7/span 16;
  }
  .col-lg-16.offset-lg-8 {
    grid-column: 8/span 16;
  }
  .col-lg-16.offset-lg-9 {
    grid-column: 9/span 16;
  }
  .col-lg-16.offset-lg-10 {
    grid-column: 10/span 16;
  }
  .col-lg-16.offset-lg-11 {
    grid-column: 11/span 16;
  }
  .col-lg-16.offset-lg-12 {
    grid-column: 12/span 16;
  }
  .col-lg-16.offset-lg-13 {
    grid-column: 13/span 16;
  }
  .col-lg-16.offset-lg-14 {
    grid-column: 14/span 16;
  }
  .col-lg-16.offset-lg-15 {
    grid-column: 15/span 16;
  }
  .col-lg-16.offset-lg-16 {
    grid-column: 16/span 16;
  }
}
@media (min-width: 1260px) {
  .col-xl-1.offset-xl-2 {
    grid-column: 2/span 1;
  }
  .col-xl-1.offset-xl-3 {
    grid-column: 3/span 1;
  }
  .col-xl-1.offset-xl-4 {
    grid-column: 4/span 1;
  }
  .col-xl-1.offset-xl-5 {
    grid-column: 5/span 1;
  }
  .col-xl-1.offset-xl-6 {
    grid-column: 6/span 1;
  }
  .col-xl-1.offset-xl-7 {
    grid-column: 7/span 1;
  }
  .col-xl-1.offset-xl-8 {
    grid-column: 8/span 1;
  }
  .col-xl-1.offset-xl-9 {
    grid-column: 9/span 1;
  }
  .col-xl-1.offset-xl-10 {
    grid-column: 10/span 1;
  }
  .col-xl-1.offset-xl-11 {
    grid-column: 11/span 1;
  }
  .col-xl-1.offset-xl-12 {
    grid-column: 12/span 1;
  }
  .col-xl-1.offset-xl-13 {
    grid-column: 13/span 1;
  }
  .col-xl-1.offset-xl-14 {
    grid-column: 14/span 1;
  }
  .col-xl-1.offset-xl-15 {
    grid-column: 15/span 1;
  }
  .col-xl-1.offset-xl-16 {
    grid-column: 16/span 1;
  }
  .col-xl-2.offset-xl-2 {
    grid-column: 2/span 2;
  }
  .col-xl-2.offset-xl-3 {
    grid-column: 3/span 2;
  }
  .col-xl-2.offset-xl-4 {
    grid-column: 4/span 2;
  }
  .col-xl-2.offset-xl-5 {
    grid-column: 5/span 2;
  }
  .col-xl-2.offset-xl-6 {
    grid-column: 6/span 2;
  }
  .col-xl-2.offset-xl-7 {
    grid-column: 7/span 2;
  }
  .col-xl-2.offset-xl-8 {
    grid-column: 8/span 2;
  }
  .col-xl-2.offset-xl-9 {
    grid-column: 9/span 2;
  }
  .col-xl-2.offset-xl-10 {
    grid-column: 10/span 2;
  }
  .col-xl-2.offset-xl-11 {
    grid-column: 11/span 2;
  }
  .col-xl-2.offset-xl-12 {
    grid-column: 12/span 2;
  }
  .col-xl-2.offset-xl-13 {
    grid-column: 13/span 2;
  }
  .col-xl-2.offset-xl-14 {
    grid-column: 14/span 2;
  }
  .col-xl-2.offset-xl-15 {
    grid-column: 15/span 2;
  }
  .col-xl-2.offset-xl-16 {
    grid-column: 16/span 2;
  }
  .col-xl-3.offset-xl-2 {
    grid-column: 2/span 3;
  }
  .col-xl-3.offset-xl-3 {
    grid-column: 3/span 3;
  }
  .col-xl-3.offset-xl-4 {
    grid-column: 4/span 3;
  }
  .col-xl-3.offset-xl-5 {
    grid-column: 5/span 3;
  }
  .col-xl-3.offset-xl-6 {
    grid-column: 6/span 3;
  }
  .col-xl-3.offset-xl-7 {
    grid-column: 7/span 3;
  }
  .col-xl-3.offset-xl-8 {
    grid-column: 8/span 3;
  }
  .col-xl-3.offset-xl-9 {
    grid-column: 9/span 3;
  }
  .col-xl-3.offset-xl-10 {
    grid-column: 10/span 3;
  }
  .col-xl-3.offset-xl-11 {
    grid-column: 11/span 3;
  }
  .col-xl-3.offset-xl-12 {
    grid-column: 12/span 3;
  }
  .col-xl-3.offset-xl-13 {
    grid-column: 13/span 3;
  }
  .col-xl-3.offset-xl-14 {
    grid-column: 14/span 3;
  }
  .col-xl-3.offset-xl-15 {
    grid-column: 15/span 3;
  }
  .col-xl-3.offset-xl-16 {
    grid-column: 16/span 3;
  }
  .col-xl-4.offset-xl-2 {
    grid-column: 2/span 4;
  }
  .col-xl-4.offset-xl-3 {
    grid-column: 3/span 4;
  }
  .col-xl-4.offset-xl-4 {
    grid-column: 4/span 4;
  }
  .col-xl-4.offset-xl-5 {
    grid-column: 5/span 4;
  }
  .col-xl-4.offset-xl-6 {
    grid-column: 6/span 4;
  }
  .col-xl-4.offset-xl-7 {
    grid-column: 7/span 4;
  }
  .col-xl-4.offset-xl-8 {
    grid-column: 8/span 4;
  }
  .col-xl-4.offset-xl-9 {
    grid-column: 9/span 4;
  }
  .col-xl-4.offset-xl-10 {
    grid-column: 10/span 4;
  }
  .col-xl-4.offset-xl-11 {
    grid-column: 11/span 4;
  }
  .col-xl-4.offset-xl-12 {
    grid-column: 12/span 4;
  }
  .col-xl-4.offset-xl-13 {
    grid-column: 13/span 4;
  }
  .col-xl-4.offset-xl-14 {
    grid-column: 14/span 4;
  }
  .col-xl-4.offset-xl-15 {
    grid-column: 15/span 4;
  }
  .col-xl-4.offset-xl-16 {
    grid-column: 16/span 4;
  }
  .col-xl-5.offset-xl-2 {
    grid-column: 2/span 5;
  }
  .col-xl-5.offset-xl-3 {
    grid-column: 3/span 5;
  }
  .col-xl-5.offset-xl-4 {
    grid-column: 4/span 5;
  }
  .col-xl-5.offset-xl-5 {
    grid-column: 5/span 5;
  }
  .col-xl-5.offset-xl-6 {
    grid-column: 6/span 5;
  }
  .col-xl-5.offset-xl-7 {
    grid-column: 7/span 5;
  }
  .col-xl-5.offset-xl-8 {
    grid-column: 8/span 5;
  }
  .col-xl-5.offset-xl-9 {
    grid-column: 9/span 5;
  }
  .col-xl-5.offset-xl-10 {
    grid-column: 10/span 5;
  }
  .col-xl-5.offset-xl-11 {
    grid-column: 11/span 5;
  }
  .col-xl-5.offset-xl-12 {
    grid-column: 12/span 5;
  }
  .col-xl-5.offset-xl-13 {
    grid-column: 13/span 5;
  }
  .col-xl-5.offset-xl-14 {
    grid-column: 14/span 5;
  }
  .col-xl-5.offset-xl-15 {
    grid-column: 15/span 5;
  }
  .col-xl-5.offset-xl-16 {
    grid-column: 16/span 5;
  }
  .col-xl-6.offset-xl-2 {
    grid-column: 2/span 6;
  }
  .col-xl-6.offset-xl-3 {
    grid-column: 3/span 6;
  }
  .col-xl-6.offset-xl-4 {
    grid-column: 4/span 6;
  }
  .col-xl-6.offset-xl-5 {
    grid-column: 5/span 6;
  }
  .col-xl-6.offset-xl-6 {
    grid-column: 6/span 6;
  }
  .col-xl-6.offset-xl-7 {
    grid-column: 7/span 6;
  }
  .col-xl-6.offset-xl-8 {
    grid-column: 8/span 6;
  }
  .col-xl-6.offset-xl-9 {
    grid-column: 9/span 6;
  }
  .col-xl-6.offset-xl-10 {
    grid-column: 10/span 6;
  }
  .col-xl-6.offset-xl-11 {
    grid-column: 11/span 6;
  }
  .col-xl-6.offset-xl-12 {
    grid-column: 12/span 6;
  }
  .col-xl-6.offset-xl-13 {
    grid-column: 13/span 6;
  }
  .col-xl-6.offset-xl-14 {
    grid-column: 14/span 6;
  }
  .col-xl-6.offset-xl-15 {
    grid-column: 15/span 6;
  }
  .col-xl-6.offset-xl-16 {
    grid-column: 16/span 6;
  }
  .col-xl-7.offset-xl-2 {
    grid-column: 2/span 7;
  }
  .col-xl-7.offset-xl-3 {
    grid-column: 3/span 7;
  }
  .col-xl-7.offset-xl-4 {
    grid-column: 4/span 7;
  }
  .col-xl-7.offset-xl-5 {
    grid-column: 5/span 7;
  }
  .col-xl-7.offset-xl-6 {
    grid-column: 6/span 7;
  }
  .col-xl-7.offset-xl-7 {
    grid-column: 7/span 7;
  }
  .col-xl-7.offset-xl-8 {
    grid-column: 8/span 7;
  }
  .col-xl-7.offset-xl-9 {
    grid-column: 9/span 7;
  }
  .col-xl-7.offset-xl-10 {
    grid-column: 10/span 7;
  }
  .col-xl-7.offset-xl-11 {
    grid-column: 11/span 7;
  }
  .col-xl-7.offset-xl-12 {
    grid-column: 12/span 7;
  }
  .col-xl-7.offset-xl-13 {
    grid-column: 13/span 7;
  }
  .col-xl-7.offset-xl-14 {
    grid-column: 14/span 7;
  }
  .col-xl-7.offset-xl-15 {
    grid-column: 15/span 7;
  }
  .col-xl-7.offset-xl-16 {
    grid-column: 16/span 7;
  }
  .col-xl-8.offset-xl-2 {
    grid-column: 2/span 8;
  }
  .col-xl-8.offset-xl-3 {
    grid-column: 3/span 8;
  }
  .col-xl-8.offset-xl-4 {
    grid-column: 4/span 8;
  }
  .col-xl-8.offset-xl-5 {
    grid-column: 5/span 8;
  }
  .col-xl-8.offset-xl-6 {
    grid-column: 6/span 8;
  }
  .col-xl-8.offset-xl-7 {
    grid-column: 7/span 8;
  }
  .col-xl-8.offset-xl-8 {
    grid-column: 8/span 8;
  }
  .col-xl-8.offset-xl-9 {
    grid-column: 9/span 8;
  }
  .col-xl-8.offset-xl-10 {
    grid-column: 10/span 8;
  }
  .col-xl-8.offset-xl-11 {
    grid-column: 11/span 8;
  }
  .col-xl-8.offset-xl-12 {
    grid-column: 12/span 8;
  }
  .col-xl-8.offset-xl-13 {
    grid-column: 13/span 8;
  }
  .col-xl-8.offset-xl-14 {
    grid-column: 14/span 8;
  }
  .col-xl-8.offset-xl-15 {
    grid-column: 15/span 8;
  }
  .col-xl-8.offset-xl-16 {
    grid-column: 16/span 8;
  }
  .col-xl-9.offset-xl-2 {
    grid-column: 2/span 9;
  }
  .col-xl-9.offset-xl-3 {
    grid-column: 3/span 9;
  }
  .col-xl-9.offset-xl-4 {
    grid-column: 4/span 9;
  }
  .col-xl-9.offset-xl-5 {
    grid-column: 5/span 9;
  }
  .col-xl-9.offset-xl-6 {
    grid-column: 6/span 9;
  }
  .col-xl-9.offset-xl-7 {
    grid-column: 7/span 9;
  }
  .col-xl-9.offset-xl-8 {
    grid-column: 8/span 9;
  }
  .col-xl-9.offset-xl-9 {
    grid-column: 9/span 9;
  }
  .col-xl-9.offset-xl-10 {
    grid-column: 10/span 9;
  }
  .col-xl-9.offset-xl-11 {
    grid-column: 11/span 9;
  }
  .col-xl-9.offset-xl-12 {
    grid-column: 12/span 9;
  }
  .col-xl-9.offset-xl-13 {
    grid-column: 13/span 9;
  }
  .col-xl-9.offset-xl-14 {
    grid-column: 14/span 9;
  }
  .col-xl-9.offset-xl-15 {
    grid-column: 15/span 9;
  }
  .col-xl-9.offset-xl-16 {
    grid-column: 16/span 9;
  }
  .col-xl-10.offset-xl-2 {
    grid-column: 2/span 10;
  }
  .col-xl-10.offset-xl-3 {
    grid-column: 3/span 10;
  }
  .col-xl-10.offset-xl-4 {
    grid-column: 4/span 10;
  }
  .col-xl-10.offset-xl-5 {
    grid-column: 5/span 10;
  }
  .col-xl-10.offset-xl-6 {
    grid-column: 6/span 10;
  }
  .col-xl-10.offset-xl-7 {
    grid-column: 7/span 10;
  }
  .col-xl-10.offset-xl-8 {
    grid-column: 8/span 10;
  }
  .col-xl-10.offset-xl-9 {
    grid-column: 9/span 10;
  }
  .col-xl-10.offset-xl-10 {
    grid-column: 10/span 10;
  }
  .col-xl-10.offset-xl-11 {
    grid-column: 11/span 10;
  }
  .col-xl-10.offset-xl-12 {
    grid-column: 12/span 10;
  }
  .col-xl-10.offset-xl-13 {
    grid-column: 13/span 10;
  }
  .col-xl-10.offset-xl-14 {
    grid-column: 14/span 10;
  }
  .col-xl-10.offset-xl-15 {
    grid-column: 15/span 10;
  }
  .col-xl-10.offset-xl-16 {
    grid-column: 16/span 10;
  }
  .col-xl-11.offset-xl-2 {
    grid-column: 2/span 11;
  }
  .col-xl-11.offset-xl-3 {
    grid-column: 3/span 11;
  }
  .col-xl-11.offset-xl-4 {
    grid-column: 4/span 11;
  }
  .col-xl-11.offset-xl-5 {
    grid-column: 5/span 11;
  }
  .col-xl-11.offset-xl-6 {
    grid-column: 6/span 11;
  }
  .col-xl-11.offset-xl-7 {
    grid-column: 7/span 11;
  }
  .col-xl-11.offset-xl-8 {
    grid-column: 8/span 11;
  }
  .col-xl-11.offset-xl-9 {
    grid-column: 9/span 11;
  }
  .col-xl-11.offset-xl-10 {
    grid-column: 10/span 11;
  }
  .col-xl-11.offset-xl-11 {
    grid-column: 11/span 11;
  }
  .col-xl-11.offset-xl-12 {
    grid-column: 12/span 11;
  }
  .col-xl-11.offset-xl-13 {
    grid-column: 13/span 11;
  }
  .col-xl-11.offset-xl-14 {
    grid-column: 14/span 11;
  }
  .col-xl-11.offset-xl-15 {
    grid-column: 15/span 11;
  }
  .col-xl-11.offset-xl-16 {
    grid-column: 16/span 11;
  }
  .col-xl-12.offset-xl-2 {
    grid-column: 2/span 12;
  }
  .col-xl-12.offset-xl-3 {
    grid-column: 3/span 12;
  }
  .col-xl-12.offset-xl-4 {
    grid-column: 4/span 12;
  }
  .col-xl-12.offset-xl-5 {
    grid-column: 5/span 12;
  }
  .col-xl-12.offset-xl-6 {
    grid-column: 6/span 12;
  }
  .col-xl-12.offset-xl-7 {
    grid-column: 7/span 12;
  }
  .col-xl-12.offset-xl-8 {
    grid-column: 8/span 12;
  }
  .col-xl-12.offset-xl-9 {
    grid-column: 9/span 12;
  }
  .col-xl-12.offset-xl-10 {
    grid-column: 10/span 12;
  }
  .col-xl-12.offset-xl-11 {
    grid-column: 11/span 12;
  }
  .col-xl-12.offset-xl-12 {
    grid-column: 12/span 12;
  }
  .col-xl-12.offset-xl-13 {
    grid-column: 13/span 12;
  }
  .col-xl-12.offset-xl-14 {
    grid-column: 14/span 12;
  }
  .col-xl-12.offset-xl-15 {
    grid-column: 15/span 12;
  }
  .col-xl-12.offset-xl-16 {
    grid-column: 16/span 12;
  }
  .col-xl-13.offset-xl-2 {
    grid-column: 2/span 13;
  }
  .col-xl-13.offset-xl-3 {
    grid-column: 3/span 13;
  }
  .col-xl-13.offset-xl-4 {
    grid-column: 4/span 13;
  }
  .col-xl-13.offset-xl-5 {
    grid-column: 5/span 13;
  }
  .col-xl-13.offset-xl-6 {
    grid-column: 6/span 13;
  }
  .col-xl-13.offset-xl-7 {
    grid-column: 7/span 13;
  }
  .col-xl-13.offset-xl-8 {
    grid-column: 8/span 13;
  }
  .col-xl-13.offset-xl-9 {
    grid-column: 9/span 13;
  }
  .col-xl-13.offset-xl-10 {
    grid-column: 10/span 13;
  }
  .col-xl-13.offset-xl-11 {
    grid-column: 11/span 13;
  }
  .col-xl-13.offset-xl-12 {
    grid-column: 12/span 13;
  }
  .col-xl-13.offset-xl-13 {
    grid-column: 13/span 13;
  }
  .col-xl-13.offset-xl-14 {
    grid-column: 14/span 13;
  }
  .col-xl-13.offset-xl-15 {
    grid-column: 15/span 13;
  }
  .col-xl-13.offset-xl-16 {
    grid-column: 16/span 13;
  }
  .col-xl-14.offset-xl-2 {
    grid-column: 2/span 14;
  }
  .col-xl-14.offset-xl-3 {
    grid-column: 3/span 14;
  }
  .col-xl-14.offset-xl-4 {
    grid-column: 4/span 14;
  }
  .col-xl-14.offset-xl-5 {
    grid-column: 5/span 14;
  }
  .col-xl-14.offset-xl-6 {
    grid-column: 6/span 14;
  }
  .col-xl-14.offset-xl-7 {
    grid-column: 7/span 14;
  }
  .col-xl-14.offset-xl-8 {
    grid-column: 8/span 14;
  }
  .col-xl-14.offset-xl-9 {
    grid-column: 9/span 14;
  }
  .col-xl-14.offset-xl-10 {
    grid-column: 10/span 14;
  }
  .col-xl-14.offset-xl-11 {
    grid-column: 11/span 14;
  }
  .col-xl-14.offset-xl-12 {
    grid-column: 12/span 14;
  }
  .col-xl-14.offset-xl-13 {
    grid-column: 13/span 14;
  }
  .col-xl-14.offset-xl-14 {
    grid-column: 14/span 14;
  }
  .col-xl-14.offset-xl-15 {
    grid-column: 15/span 14;
  }
  .col-xl-14.offset-xl-16 {
    grid-column: 16/span 14;
  }
  .col-xl-15.offset-xl-2 {
    grid-column: 2/span 15;
  }
  .col-xl-15.offset-xl-3 {
    grid-column: 3/span 15;
  }
  .col-xl-15.offset-xl-4 {
    grid-column: 4/span 15;
  }
  .col-xl-15.offset-xl-5 {
    grid-column: 5/span 15;
  }
  .col-xl-15.offset-xl-6 {
    grid-column: 6/span 15;
  }
  .col-xl-15.offset-xl-7 {
    grid-column: 7/span 15;
  }
  .col-xl-15.offset-xl-8 {
    grid-column: 8/span 15;
  }
  .col-xl-15.offset-xl-9 {
    grid-column: 9/span 15;
  }
  .col-xl-15.offset-xl-10 {
    grid-column: 10/span 15;
  }
  .col-xl-15.offset-xl-11 {
    grid-column: 11/span 15;
  }
  .col-xl-15.offset-xl-12 {
    grid-column: 12/span 15;
  }
  .col-xl-15.offset-xl-13 {
    grid-column: 13/span 15;
  }
  .col-xl-15.offset-xl-14 {
    grid-column: 14/span 15;
  }
  .col-xl-15.offset-xl-15 {
    grid-column: 15/span 15;
  }
  .col-xl-15.offset-xl-16 {
    grid-column: 16/span 15;
  }
  .col-xl-16.offset-xl-2 {
    grid-column: 2/span 16;
  }
  .col-xl-16.offset-xl-3 {
    grid-column: 3/span 16;
  }
  .col-xl-16.offset-xl-4 {
    grid-column: 4/span 16;
  }
  .col-xl-16.offset-xl-5 {
    grid-column: 5/span 16;
  }
  .col-xl-16.offset-xl-6 {
    grid-column: 6/span 16;
  }
  .col-xl-16.offset-xl-7 {
    grid-column: 7/span 16;
  }
  .col-xl-16.offset-xl-8 {
    grid-column: 8/span 16;
  }
  .col-xl-16.offset-xl-9 {
    grid-column: 9/span 16;
  }
  .col-xl-16.offset-xl-10 {
    grid-column: 10/span 16;
  }
  .col-xl-16.offset-xl-11 {
    grid-column: 11/span 16;
  }
  .col-xl-16.offset-xl-12 {
    grid-column: 12/span 16;
  }
  .col-xl-16.offset-xl-13 {
    grid-column: 13/span 16;
  }
  .col-xl-16.offset-xl-14 {
    grid-column: 14/span 16;
  }
  .col-xl-16.offset-xl-15 {
    grid-column: 15/span 16;
  }
  .col-xl-16.offset-xl-16 {
    grid-column: 16/span 16;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1.offset-xxl-2 {
    grid-column: 2/span 1;
  }
  .col-xxl-1.offset-xxl-3 {
    grid-column: 3/span 1;
  }
  .col-xxl-1.offset-xxl-4 {
    grid-column: 4/span 1;
  }
  .col-xxl-1.offset-xxl-5 {
    grid-column: 5/span 1;
  }
  .col-xxl-1.offset-xxl-6 {
    grid-column: 6/span 1;
  }
  .col-xxl-1.offset-xxl-7 {
    grid-column: 7/span 1;
  }
  .col-xxl-1.offset-xxl-8 {
    grid-column: 8/span 1;
  }
  .col-xxl-1.offset-xxl-9 {
    grid-column: 9/span 1;
  }
  .col-xxl-1.offset-xxl-10 {
    grid-column: 10/span 1;
  }
  .col-xxl-1.offset-xxl-11 {
    grid-column: 11/span 1;
  }
  .col-xxl-1.offset-xxl-12 {
    grid-column: 12/span 1;
  }
  .col-xxl-1.offset-xxl-13 {
    grid-column: 13/span 1;
  }
  .col-xxl-1.offset-xxl-14 {
    grid-column: 14/span 1;
  }
  .col-xxl-1.offset-xxl-15 {
    grid-column: 15/span 1;
  }
  .col-xxl-1.offset-xxl-16 {
    grid-column: 16/span 1;
  }
  .col-xxl-2.offset-xxl-2 {
    grid-column: 2/span 2;
  }
  .col-xxl-2.offset-xxl-3 {
    grid-column: 3/span 2;
  }
  .col-xxl-2.offset-xxl-4 {
    grid-column: 4/span 2;
  }
  .col-xxl-2.offset-xxl-5 {
    grid-column: 5/span 2;
  }
  .col-xxl-2.offset-xxl-6 {
    grid-column: 6/span 2;
  }
  .col-xxl-2.offset-xxl-7 {
    grid-column: 7/span 2;
  }
  .col-xxl-2.offset-xxl-8 {
    grid-column: 8/span 2;
  }
  .col-xxl-2.offset-xxl-9 {
    grid-column: 9/span 2;
  }
  .col-xxl-2.offset-xxl-10 {
    grid-column: 10/span 2;
  }
  .col-xxl-2.offset-xxl-11 {
    grid-column: 11/span 2;
  }
  .col-xxl-2.offset-xxl-12 {
    grid-column: 12/span 2;
  }
  .col-xxl-2.offset-xxl-13 {
    grid-column: 13/span 2;
  }
  .col-xxl-2.offset-xxl-14 {
    grid-column: 14/span 2;
  }
  .col-xxl-2.offset-xxl-15 {
    grid-column: 15/span 2;
  }
  .col-xxl-2.offset-xxl-16 {
    grid-column: 16/span 2;
  }
  .col-xxl-3.offset-xxl-2 {
    grid-column: 2/span 3;
  }
  .col-xxl-3.offset-xxl-3 {
    grid-column: 3/span 3;
  }
  .col-xxl-3.offset-xxl-4 {
    grid-column: 4/span 3;
  }
  .col-xxl-3.offset-xxl-5 {
    grid-column: 5/span 3;
  }
  .col-xxl-3.offset-xxl-6 {
    grid-column: 6/span 3;
  }
  .col-xxl-3.offset-xxl-7 {
    grid-column: 7/span 3;
  }
  .col-xxl-3.offset-xxl-8 {
    grid-column: 8/span 3;
  }
  .col-xxl-3.offset-xxl-9 {
    grid-column: 9/span 3;
  }
  .col-xxl-3.offset-xxl-10 {
    grid-column: 10/span 3;
  }
  .col-xxl-3.offset-xxl-11 {
    grid-column: 11/span 3;
  }
  .col-xxl-3.offset-xxl-12 {
    grid-column: 12/span 3;
  }
  .col-xxl-3.offset-xxl-13 {
    grid-column: 13/span 3;
  }
  .col-xxl-3.offset-xxl-14 {
    grid-column: 14/span 3;
  }
  .col-xxl-3.offset-xxl-15 {
    grid-column: 15/span 3;
  }
  .col-xxl-3.offset-xxl-16 {
    grid-column: 16/span 3;
  }
  .col-xxl-4.offset-xxl-2 {
    grid-column: 2/span 4;
  }
  .col-xxl-4.offset-xxl-3 {
    grid-column: 3/span 4;
  }
  .col-xxl-4.offset-xxl-4 {
    grid-column: 4/span 4;
  }
  .col-xxl-4.offset-xxl-5 {
    grid-column: 5/span 4;
  }
  .col-xxl-4.offset-xxl-6 {
    grid-column: 6/span 4;
  }
  .col-xxl-4.offset-xxl-7 {
    grid-column: 7/span 4;
  }
  .col-xxl-4.offset-xxl-8 {
    grid-column: 8/span 4;
  }
  .col-xxl-4.offset-xxl-9 {
    grid-column: 9/span 4;
  }
  .col-xxl-4.offset-xxl-10 {
    grid-column: 10/span 4;
  }
  .col-xxl-4.offset-xxl-11 {
    grid-column: 11/span 4;
  }
  .col-xxl-4.offset-xxl-12 {
    grid-column: 12/span 4;
  }
  .col-xxl-4.offset-xxl-13 {
    grid-column: 13/span 4;
  }
  .col-xxl-4.offset-xxl-14 {
    grid-column: 14/span 4;
  }
  .col-xxl-4.offset-xxl-15 {
    grid-column: 15/span 4;
  }
  .col-xxl-4.offset-xxl-16 {
    grid-column: 16/span 4;
  }
  .col-xxl-5.offset-xxl-2 {
    grid-column: 2/span 5;
  }
  .col-xxl-5.offset-xxl-3 {
    grid-column: 3/span 5;
  }
  .col-xxl-5.offset-xxl-4 {
    grid-column: 4/span 5;
  }
  .col-xxl-5.offset-xxl-5 {
    grid-column: 5/span 5;
  }
  .col-xxl-5.offset-xxl-6 {
    grid-column: 6/span 5;
  }
  .col-xxl-5.offset-xxl-7 {
    grid-column: 7/span 5;
  }
  .col-xxl-5.offset-xxl-8 {
    grid-column: 8/span 5;
  }
  .col-xxl-5.offset-xxl-9 {
    grid-column: 9/span 5;
  }
  .col-xxl-5.offset-xxl-10 {
    grid-column: 10/span 5;
  }
  .col-xxl-5.offset-xxl-11 {
    grid-column: 11/span 5;
  }
  .col-xxl-5.offset-xxl-12 {
    grid-column: 12/span 5;
  }
  .col-xxl-5.offset-xxl-13 {
    grid-column: 13/span 5;
  }
  .col-xxl-5.offset-xxl-14 {
    grid-column: 14/span 5;
  }
  .col-xxl-5.offset-xxl-15 {
    grid-column: 15/span 5;
  }
  .col-xxl-5.offset-xxl-16 {
    grid-column: 16/span 5;
  }
  .col-xxl-6.offset-xxl-2 {
    grid-column: 2/span 6;
  }
  .col-xxl-6.offset-xxl-3 {
    grid-column: 3/span 6;
  }
  .col-xxl-6.offset-xxl-4 {
    grid-column: 4/span 6;
  }
  .col-xxl-6.offset-xxl-5 {
    grid-column: 5/span 6;
  }
  .col-xxl-6.offset-xxl-6 {
    grid-column: 6/span 6;
  }
  .col-xxl-6.offset-xxl-7 {
    grid-column: 7/span 6;
  }
  .col-xxl-6.offset-xxl-8 {
    grid-column: 8/span 6;
  }
  .col-xxl-6.offset-xxl-9 {
    grid-column: 9/span 6;
  }
  .col-xxl-6.offset-xxl-10 {
    grid-column: 10/span 6;
  }
  .col-xxl-6.offset-xxl-11 {
    grid-column: 11/span 6;
  }
  .col-xxl-6.offset-xxl-12 {
    grid-column: 12/span 6;
  }
  .col-xxl-6.offset-xxl-13 {
    grid-column: 13/span 6;
  }
  .col-xxl-6.offset-xxl-14 {
    grid-column: 14/span 6;
  }
  .col-xxl-6.offset-xxl-15 {
    grid-column: 15/span 6;
  }
  .col-xxl-6.offset-xxl-16 {
    grid-column: 16/span 6;
  }
  .col-xxl-7.offset-xxl-2 {
    grid-column: 2/span 7;
  }
  .col-xxl-7.offset-xxl-3 {
    grid-column: 3/span 7;
  }
  .col-xxl-7.offset-xxl-4 {
    grid-column: 4/span 7;
  }
  .col-xxl-7.offset-xxl-5 {
    grid-column: 5/span 7;
  }
  .col-xxl-7.offset-xxl-6 {
    grid-column: 6/span 7;
  }
  .col-xxl-7.offset-xxl-7 {
    grid-column: 7/span 7;
  }
  .col-xxl-7.offset-xxl-8 {
    grid-column: 8/span 7;
  }
  .col-xxl-7.offset-xxl-9 {
    grid-column: 9/span 7;
  }
  .col-xxl-7.offset-xxl-10 {
    grid-column: 10/span 7;
  }
  .col-xxl-7.offset-xxl-11 {
    grid-column: 11/span 7;
  }
  .col-xxl-7.offset-xxl-12 {
    grid-column: 12/span 7;
  }
  .col-xxl-7.offset-xxl-13 {
    grid-column: 13/span 7;
  }
  .col-xxl-7.offset-xxl-14 {
    grid-column: 14/span 7;
  }
  .col-xxl-7.offset-xxl-15 {
    grid-column: 15/span 7;
  }
  .col-xxl-7.offset-xxl-16 {
    grid-column: 16/span 7;
  }
  .col-xxl-8.offset-xxl-2 {
    grid-column: 2/span 8;
  }
  .col-xxl-8.offset-xxl-3 {
    grid-column: 3/span 8;
  }
  .col-xxl-8.offset-xxl-4 {
    grid-column: 4/span 8;
  }
  .col-xxl-8.offset-xxl-5 {
    grid-column: 5/span 8;
  }
  .col-xxl-8.offset-xxl-6 {
    grid-column: 6/span 8;
  }
  .col-xxl-8.offset-xxl-7 {
    grid-column: 7/span 8;
  }
  .col-xxl-8.offset-xxl-8 {
    grid-column: 8/span 8;
  }
  .col-xxl-8.offset-xxl-9 {
    grid-column: 9/span 8;
  }
  .col-xxl-8.offset-xxl-10 {
    grid-column: 10/span 8;
  }
  .col-xxl-8.offset-xxl-11 {
    grid-column: 11/span 8;
  }
  .col-xxl-8.offset-xxl-12 {
    grid-column: 12/span 8;
  }
  .col-xxl-8.offset-xxl-13 {
    grid-column: 13/span 8;
  }
  .col-xxl-8.offset-xxl-14 {
    grid-column: 14/span 8;
  }
  .col-xxl-8.offset-xxl-15 {
    grid-column: 15/span 8;
  }
  .col-xxl-8.offset-xxl-16 {
    grid-column: 16/span 8;
  }
  .col-xxl-9.offset-xxl-2 {
    grid-column: 2/span 9;
  }
  .col-xxl-9.offset-xxl-3 {
    grid-column: 3/span 9;
  }
  .col-xxl-9.offset-xxl-4 {
    grid-column: 4/span 9;
  }
  .col-xxl-9.offset-xxl-5 {
    grid-column: 5/span 9;
  }
  .col-xxl-9.offset-xxl-6 {
    grid-column: 6/span 9;
  }
  .col-xxl-9.offset-xxl-7 {
    grid-column: 7/span 9;
  }
  .col-xxl-9.offset-xxl-8 {
    grid-column: 8/span 9;
  }
  .col-xxl-9.offset-xxl-9 {
    grid-column: 9/span 9;
  }
  .col-xxl-9.offset-xxl-10 {
    grid-column: 10/span 9;
  }
  .col-xxl-9.offset-xxl-11 {
    grid-column: 11/span 9;
  }
  .col-xxl-9.offset-xxl-12 {
    grid-column: 12/span 9;
  }
  .col-xxl-9.offset-xxl-13 {
    grid-column: 13/span 9;
  }
  .col-xxl-9.offset-xxl-14 {
    grid-column: 14/span 9;
  }
  .col-xxl-9.offset-xxl-15 {
    grid-column: 15/span 9;
  }
  .col-xxl-9.offset-xxl-16 {
    grid-column: 16/span 9;
  }
  .col-xxl-10.offset-xxl-2 {
    grid-column: 2/span 10;
  }
  .col-xxl-10.offset-xxl-3 {
    grid-column: 3/span 10;
  }
  .col-xxl-10.offset-xxl-4 {
    grid-column: 4/span 10;
  }
  .col-xxl-10.offset-xxl-5 {
    grid-column: 5/span 10;
  }
  .col-xxl-10.offset-xxl-6 {
    grid-column: 6/span 10;
  }
  .col-xxl-10.offset-xxl-7 {
    grid-column: 7/span 10;
  }
  .col-xxl-10.offset-xxl-8 {
    grid-column: 8/span 10;
  }
  .col-xxl-10.offset-xxl-9 {
    grid-column: 9/span 10;
  }
  .col-xxl-10.offset-xxl-10 {
    grid-column: 10/span 10;
  }
  .col-xxl-10.offset-xxl-11 {
    grid-column: 11/span 10;
  }
  .col-xxl-10.offset-xxl-12 {
    grid-column: 12/span 10;
  }
  .col-xxl-10.offset-xxl-13 {
    grid-column: 13/span 10;
  }
  .col-xxl-10.offset-xxl-14 {
    grid-column: 14/span 10;
  }
  .col-xxl-10.offset-xxl-15 {
    grid-column: 15/span 10;
  }
  .col-xxl-10.offset-xxl-16 {
    grid-column: 16/span 10;
  }
  .col-xxl-11.offset-xxl-2 {
    grid-column: 2/span 11;
  }
  .col-xxl-11.offset-xxl-3 {
    grid-column: 3/span 11;
  }
  .col-xxl-11.offset-xxl-4 {
    grid-column: 4/span 11;
  }
  .col-xxl-11.offset-xxl-5 {
    grid-column: 5/span 11;
  }
  .col-xxl-11.offset-xxl-6 {
    grid-column: 6/span 11;
  }
  .col-xxl-11.offset-xxl-7 {
    grid-column: 7/span 11;
  }
  .col-xxl-11.offset-xxl-8 {
    grid-column: 8/span 11;
  }
  .col-xxl-11.offset-xxl-9 {
    grid-column: 9/span 11;
  }
  .col-xxl-11.offset-xxl-10 {
    grid-column: 10/span 11;
  }
  .col-xxl-11.offset-xxl-11 {
    grid-column: 11/span 11;
  }
  .col-xxl-11.offset-xxl-12 {
    grid-column: 12/span 11;
  }
  .col-xxl-11.offset-xxl-13 {
    grid-column: 13/span 11;
  }
  .col-xxl-11.offset-xxl-14 {
    grid-column: 14/span 11;
  }
  .col-xxl-11.offset-xxl-15 {
    grid-column: 15/span 11;
  }
  .col-xxl-11.offset-xxl-16 {
    grid-column: 16/span 11;
  }
  .col-xxl-12.offset-xxl-2 {
    grid-column: 2/span 12;
  }
  .col-xxl-12.offset-xxl-3 {
    grid-column: 3/span 12;
  }
  .col-xxl-12.offset-xxl-4 {
    grid-column: 4/span 12;
  }
  .col-xxl-12.offset-xxl-5 {
    grid-column: 5/span 12;
  }
  .col-xxl-12.offset-xxl-6 {
    grid-column: 6/span 12;
  }
  .col-xxl-12.offset-xxl-7 {
    grid-column: 7/span 12;
  }
  .col-xxl-12.offset-xxl-8 {
    grid-column: 8/span 12;
  }
  .col-xxl-12.offset-xxl-9 {
    grid-column: 9/span 12;
  }
  .col-xxl-12.offset-xxl-10 {
    grid-column: 10/span 12;
  }
  .col-xxl-12.offset-xxl-11 {
    grid-column: 11/span 12;
  }
  .col-xxl-12.offset-xxl-12 {
    grid-column: 12/span 12;
  }
  .col-xxl-12.offset-xxl-13 {
    grid-column: 13/span 12;
  }
  .col-xxl-12.offset-xxl-14 {
    grid-column: 14/span 12;
  }
  .col-xxl-12.offset-xxl-15 {
    grid-column: 15/span 12;
  }
  .col-xxl-12.offset-xxl-16 {
    grid-column: 16/span 12;
  }
  .col-xxl-13.offset-xxl-2 {
    grid-column: 2/span 13;
  }
  .col-xxl-13.offset-xxl-3 {
    grid-column: 3/span 13;
  }
  .col-xxl-13.offset-xxl-4 {
    grid-column: 4/span 13;
  }
  .col-xxl-13.offset-xxl-5 {
    grid-column: 5/span 13;
  }
  .col-xxl-13.offset-xxl-6 {
    grid-column: 6/span 13;
  }
  .col-xxl-13.offset-xxl-7 {
    grid-column: 7/span 13;
  }
  .col-xxl-13.offset-xxl-8 {
    grid-column: 8/span 13;
  }
  .col-xxl-13.offset-xxl-9 {
    grid-column: 9/span 13;
  }
  .col-xxl-13.offset-xxl-10 {
    grid-column: 10/span 13;
  }
  .col-xxl-13.offset-xxl-11 {
    grid-column: 11/span 13;
  }
  .col-xxl-13.offset-xxl-12 {
    grid-column: 12/span 13;
  }
  .col-xxl-13.offset-xxl-13 {
    grid-column: 13/span 13;
  }
  .col-xxl-13.offset-xxl-14 {
    grid-column: 14/span 13;
  }
  .col-xxl-13.offset-xxl-15 {
    grid-column: 15/span 13;
  }
  .col-xxl-13.offset-xxl-16 {
    grid-column: 16/span 13;
  }
  .col-xxl-14.offset-xxl-2 {
    grid-column: 2/span 14;
  }
  .col-xxl-14.offset-xxl-3 {
    grid-column: 3/span 14;
  }
  .col-xxl-14.offset-xxl-4 {
    grid-column: 4/span 14;
  }
  .col-xxl-14.offset-xxl-5 {
    grid-column: 5/span 14;
  }
  .col-xxl-14.offset-xxl-6 {
    grid-column: 6/span 14;
  }
  .col-xxl-14.offset-xxl-7 {
    grid-column: 7/span 14;
  }
  .col-xxl-14.offset-xxl-8 {
    grid-column: 8/span 14;
  }
  .col-xxl-14.offset-xxl-9 {
    grid-column: 9/span 14;
  }
  .col-xxl-14.offset-xxl-10 {
    grid-column: 10/span 14;
  }
  .col-xxl-14.offset-xxl-11 {
    grid-column: 11/span 14;
  }
  .col-xxl-14.offset-xxl-12 {
    grid-column: 12/span 14;
  }
  .col-xxl-14.offset-xxl-13 {
    grid-column: 13/span 14;
  }
  .col-xxl-14.offset-xxl-14 {
    grid-column: 14/span 14;
  }
  .col-xxl-14.offset-xxl-15 {
    grid-column: 15/span 14;
  }
  .col-xxl-14.offset-xxl-16 {
    grid-column: 16/span 14;
  }
  .col-xxl-15.offset-xxl-2 {
    grid-column: 2/span 15;
  }
  .col-xxl-15.offset-xxl-3 {
    grid-column: 3/span 15;
  }
  .col-xxl-15.offset-xxl-4 {
    grid-column: 4/span 15;
  }
  .col-xxl-15.offset-xxl-5 {
    grid-column: 5/span 15;
  }
  .col-xxl-15.offset-xxl-6 {
    grid-column: 6/span 15;
  }
  .col-xxl-15.offset-xxl-7 {
    grid-column: 7/span 15;
  }
  .col-xxl-15.offset-xxl-8 {
    grid-column: 8/span 15;
  }
  .col-xxl-15.offset-xxl-9 {
    grid-column: 9/span 15;
  }
  .col-xxl-15.offset-xxl-10 {
    grid-column: 10/span 15;
  }
  .col-xxl-15.offset-xxl-11 {
    grid-column: 11/span 15;
  }
  .col-xxl-15.offset-xxl-12 {
    grid-column: 12/span 15;
  }
  .col-xxl-15.offset-xxl-13 {
    grid-column: 13/span 15;
  }
  .col-xxl-15.offset-xxl-14 {
    grid-column: 14/span 15;
  }
  .col-xxl-15.offset-xxl-15 {
    grid-column: 15/span 15;
  }
  .col-xxl-15.offset-xxl-16 {
    grid-column: 16/span 15;
  }
  .col-xxl-16.offset-xxl-2 {
    grid-column: 2/span 16;
  }
  .col-xxl-16.offset-xxl-3 {
    grid-column: 3/span 16;
  }
  .col-xxl-16.offset-xxl-4 {
    grid-column: 4/span 16;
  }
  .col-xxl-16.offset-xxl-5 {
    grid-column: 5/span 16;
  }
  .col-xxl-16.offset-xxl-6 {
    grid-column: 6/span 16;
  }
  .col-xxl-16.offset-xxl-7 {
    grid-column: 7/span 16;
  }
  .col-xxl-16.offset-xxl-8 {
    grid-column: 8/span 16;
  }
  .col-xxl-16.offset-xxl-9 {
    grid-column: 9/span 16;
  }
  .col-xxl-16.offset-xxl-10 {
    grid-column: 10/span 16;
  }
  .col-xxl-16.offset-xxl-11 {
    grid-column: 11/span 16;
  }
  .col-xxl-16.offset-xxl-12 {
    grid-column: 12/span 16;
  }
  .col-xxl-16.offset-xxl-13 {
    grid-column: 13/span 16;
  }
  .col-xxl-16.offset-xxl-14 {
    grid-column: 14/span 16;
  }
  .col-xxl-16.offset-xxl-15 {
    grid-column: 15/span 16;
  }
  .col-xxl-16.offset-xxl-16 {
    grid-column: 16/span 16;
  }
}
a.button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #1e2126;
  background-color: white;
  background-image: none;
  outline: none;
  width: min-content;
  padding: 0.935rem 1.6rem;
  transition: 0.2s;
  appearance: none;
  cursor: pointer;
  border: 1px solid #cbd3db;
  border-radius: 0.25rem;
  user-select: none;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box;
}
a.button:focus, a.button:hover,
.button:focus,
.button:hover {
  transition: 0.2s;
  background-image: none;
}
a.button:hover,
.button:hover {
  background-color: rgb(222.375, 222.81, 223.535);
}
a.button:active, a.button:focus,
.button:active,
.button:focus {
  background-color: white;
}
a.button.active,
.button.active {
  color: #1e2126;
  background-color: rgb(222.375, 222.81, 223.535);
  background-image: none;
  text-decoration: none;
}
a.button.active:hover,
.button.active:hover {
  background-color: rgb(235.3557692308, 235.6176923077, 236.0542307692);
}
a.button.active:active, a.button.active:focus,
.button.active:active,
.button.active:focus {
  background-color: hsl(217.5, 1.8099547511%, 102.4333333333%);
}
a.button.inactive,
.button.inactive {
  pointer-events: none;
  cursor: default;
  background-image: none;
}
a.button.rounded,
.button.rounded {
  border-radius: 500px;
}
a.button.preloader,
.button.preloader {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
a.button.preloader::after,
.button.preloader::after {
  position: absolute !important;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-width: 3px;
  border-style: solid;
  border-color: #3266ec;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  animation: spin 0.55s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.button.block,
.button.block {
  display: flex;
  flex: 1;
  width: auto;
}
a.button i,
.button i {
  font-size: 1.12rem;
  color: #1e2126;
  text-shadow: none;
}
a.button.primary,
.button.primary {
  text-shadow: 0 1px 1px rgb(49.8211981567, 62.7059907834, 136.5788018433);
  border: 1px solid rgb(63.4525345622, 79.8626728111, 173.9474654378);
  background-color: #3a499f;
  color: white;
}
a.button.primary i,
.button.primary i {
  color: white;
}
a.button.primary:hover,
.button.primary:hover {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
a.button.primary:hover i,
.button.primary:hover i {
  color: white;
}
a.button.primary:active, a.button.primary.active,
.button.primary:active,
.button.primary.active {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
a.button.primary:active:hover, a.button.primary.active:hover,
.button.primary:active:hover,
.button.primary.active:hover {
  background-color: rgb(87.0241935484, 102.8709677419, 193.7258064516);
}
a.button.primary:active:active, a.button.primary:active:focus, a.button.primary.active:active, a.button.primary.active:focus,
.button.primary:active:active,
.button.primary:active:focus,
.button.primary.active:active,
.button.primary.active:focus {
  background-color: rgb(124.3928571429, 136.7142857143, 207.3571428571);
}
a.button.primary.outlined,
.button.primary.outlined {
  text-shadow: 0 1px 1px rgb(49.8211981567, 62.7059907834, 136.5788018433);
  border: 1px solid rgb(63.4525345622, 79.8626728111, 173.9474654378);
  background-color: transparent;
  color: #3a499f;
}
a.button.primary.outlined i,
.button.primary.outlined i {
  color: #3a499f;
}
a.button.primary.outlined:hover,
.button.primary.outlined:hover {
  background-color: #3a499f !important;
}
a.button.primary.outlined:active, a.button.primary.outlined:focus,
.button.primary.outlined:active,
.button.primary.outlined:focus {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488) !important;
}
a.button.primary.outlined:active i, a.button.primary.outlined:focus i,
.button.primary.outlined:active i,
.button.primary.outlined:focus i {
  color: white;
}
a.button.primary.outlined:hover,
.button.primary.outlined:hover {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
a.button.primary.outlined:hover i,
.button.primary.outlined:hover i {
  color: white;
}
a.button.primary.outlined:active, a.button.primary.outlined.active,
.button.primary.outlined:active,
.button.primary.outlined.active {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
a.button.primary.outlined:active:hover, a.button.primary.outlined.active:hover,
.button.primary.outlined:active:hover,
.button.primary.outlined.active:hover {
  background-color: rgb(87.0241935484, 102.8709677419, 193.7258064516);
}
a.button.primary.outlined:active:active, a.button.primary.outlined:active:focus, a.button.primary.outlined.active:active, a.button.primary.outlined.active:focus,
.button.primary.outlined:active:active,
.button.primary.outlined:active:focus,
.button.primary.outlined.active:active,
.button.primary.outlined.active:focus {
  background-color: rgb(124.3928571429, 136.7142857143, 207.3571428571);
}
a.button.success,
.button.success {
  text-shadow: 0 1px 1px rgb(239.7, 239.7, 239.7);
  border: 1px solid hsl(0, 0%, 104%);
  background-color: #fff;
  color: white;
}
a.button.success i,
.button.success i {
  color: white;
}
a.button.success:hover,
.button.success:hover {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
a.button.success:hover i,
.button.success:hover i {
  color: white;
}
a.button.success:active, a.button.success.active,
.button.success:active,
.button.success.active {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
a.button.success:active:hover, a.button.success.active:hover,
.button.success:active:hover,
.button.success.active:hover {
  background-color: hsl(0, 0%, 112.5%);
}
a.button.success:active:active, a.button.success:active:focus, a.button.success.active:active, a.button.success.active:focus,
.button.success:active:active,
.button.success:active:focus,
.button.success.active:active,
.button.success.active:focus {
  background-color: hsl(0, 0%, 122.5%);
}
a.button.success.outlined,
.button.success.outlined {
  text-shadow: 0 1px 1px rgb(239.7, 239.7, 239.7);
  border: 1px solid hsl(0, 0%, 104%);
  background-color: transparent;
  color: #fff;
}
a.button.success.outlined i,
.button.success.outlined i {
  color: #fff;
}
a.button.success.outlined:hover,
.button.success.outlined:hover {
  background-color: #fff !important;
}
a.button.success.outlined:active, a.button.success.outlined:focus,
.button.success.outlined:active,
.button.success.outlined:focus {
  background-color: hsl(0, 0%, 107.5%) !important;
}
a.button.success.outlined:active i, a.button.success.outlined:focus i,
.button.success.outlined:active i,
.button.success.outlined:focus i {
  color: white;
}
a.button.success.outlined:hover,
.button.success.outlined:hover {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
a.button.success.outlined:hover i,
.button.success.outlined:hover i {
  color: white;
}
a.button.success.outlined:active, a.button.success.outlined.active,
.button.success.outlined:active,
.button.success.outlined.active {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
a.button.success.outlined:active:hover, a.button.success.outlined.active:hover,
.button.success.outlined:active:hover,
.button.success.outlined.active:hover {
  background-color: hsl(0, 0%, 112.5%);
}
a.button.success.outlined:active:active, a.button.success.outlined:active:focus, a.button.success.outlined.active:active, a.button.success.outlined.active:focus,
.button.success.outlined:active:active,
.button.success.outlined:active:focus,
.button.success.outlined.active:active,
.button.success.outlined.active:focus {
  background-color: hsl(0, 0%, 122.5%);
}
a.button.warning,
.button.warning {
  text-shadow: 0 1px 1px rgb(205.2741935484, 157.6879032258, 26.1258064516);
  border: 1px solid rgb(229.3032258065, 182.4983870968, 53.0967741935);
  background-color: #e3b023;
  color: white;
}
a.button.warning i,
.button.warning i {
  color: white;
}
a.button.warning:hover,
.button.warning:hover {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
a.button.warning:hover i,
.button.warning:hover i {
  color: white;
}
a.button.warning:active, a.button.warning.active,
.button.warning:active,
.button.warning.active {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
a.button.warning:active:hover, a.button.warning.active:hover,
.button.warning:active:hover,
.button.warning.active:hover {
  background-color: rgb(234.1975806452, 196.3074596774, 91.5524193548);
}
a.button.warning:active:active, a.button.warning:active:focus, a.button.warning.active:active, a.button.warning.active:focus,
.button.warning:active:active,
.button.warning:active:focus,
.button.warning.active:active,
.button.warning.active:focus {
  background-color: rgb(239.9556451613, 212.5534274194, 136.7943548387);
}
a.button.warning.outlined,
.button.warning.outlined {
  text-shadow: 0 1px 1px rgb(205.2741935484, 157.6879032258, 26.1258064516);
  border: 1px solid rgb(229.3032258065, 182.4983870968, 53.0967741935);
  background-color: transparent;
  color: #e3b023;
}
a.button.warning.outlined i,
.button.warning.outlined i {
  color: #e3b023;
}
a.button.warning.outlined:hover,
.button.warning.outlined:hover {
  background-color: #e3b023 !important;
}
a.button.warning.outlined:active, a.button.warning.outlined:focus,
.button.warning.outlined:active,
.button.warning.outlined:focus {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129) !important;
}
a.button.warning.outlined:active i, a.button.warning.outlined:focus i,
.button.warning.outlined:active i,
.button.warning.outlined:focus i {
  color: white;
}
a.button.warning.outlined:hover,
.button.warning.outlined:hover {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
a.button.warning.outlined:hover i,
.button.warning.outlined:hover i {
  color: white;
}
a.button.warning.outlined:active, a.button.warning.outlined.active,
.button.warning.outlined:active,
.button.warning.outlined.active {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
a.button.warning.outlined:active:hover, a.button.warning.outlined.active:hover,
.button.warning.outlined:active:hover,
.button.warning.outlined.active:hover {
  background-color: rgb(234.1975806452, 196.3074596774, 91.5524193548);
}
a.button.warning.outlined:active:active, a.button.warning.outlined:active:focus, a.button.warning.outlined.active:active, a.button.warning.outlined.active:focus,
.button.warning.outlined:active:active,
.button.warning.outlined:active:focus,
.button.warning.outlined.active:active,
.button.warning.outlined.active:focus {
  background-color: rgb(239.9556451613, 212.5534274194, 136.7943548387);
}
a.button.error,
.button.error {
  text-shadow: 0 1px 1px rgb(186.715, 22.685, 22.685);
  border: 1px solid rgb(227.96, 32.44, 32.44);
  background-color: #D61A1A;
  color: white;
}
a.button.error i,
.button.error i {
  color: white;
}
a.button.error:hover,
.button.error:hover {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
a.button.error:hover i,
.button.error:hover i {
  color: white;
}
a.button.error:active, a.button.error.active,
.button.error:active,
.button.error.active {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
a.button.error:active:hover, a.button.error.active:hover,
.button.error:active:hover,
.button.error.active:hover {
  background-color: rgb(232.65625, 71.09375, 71.09375);
}
a.button.error:active:active, a.button.error:active:focus, a.button.error.active:active, a.button.error.active:focus,
.button.error:active:active,
.button.error:active:focus,
.button.error.active:active,
.button.error.active:focus {
  background-color: rgb(238.18125, 116.56875, 116.56875);
}
a.button.error.outlined,
.button.error.outlined {
  text-shadow: 0 1px 1px rgb(186.715, 22.685, 22.685);
  border: 1px solid rgb(227.96, 32.44, 32.44);
  background-color: transparent;
  color: #D61A1A;
}
a.button.error.outlined i,
.button.error.outlined i {
  color: #D61A1A;
}
a.button.error.outlined:hover,
.button.error.outlined:hover {
  background-color: #D61A1A !important;
}
a.button.error.outlined:active, a.button.error.outlined:focus,
.button.error.outlined:active,
.button.error.outlined:focus {
  background-color: rgb(229.89375, 48.35625, 48.35625) !important;
}
a.button.error.outlined:active i, a.button.error.outlined:focus i,
.button.error.outlined:active i,
.button.error.outlined:focus i {
  color: white;
}
a.button.error.outlined:hover,
.button.error.outlined:hover {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
a.button.error.outlined:hover i,
.button.error.outlined:hover i {
  color: white;
}
a.button.error.outlined:active, a.button.error.outlined.active,
.button.error.outlined:active,
.button.error.outlined.active {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
a.button.error.outlined:active:hover, a.button.error.outlined.active:hover,
.button.error.outlined:active:hover,
.button.error.outlined.active:hover {
  background-color: rgb(232.65625, 71.09375, 71.09375);
}
a.button.error.outlined:active:active, a.button.error.outlined:active:focus, a.button.error.outlined.active:active, a.button.error.outlined.active:focus,
.button.error.outlined:active:active,
.button.error.outlined:active:focus,
.button.error.outlined.active:active,
.button.error.outlined.active:focus {
  background-color: rgb(238.18125, 116.56875, 116.56875);
}
a.button.tiny,
.button.tiny {
  font-size: 0.809em;
  padding: 0.415rem 0.5rem;
}
a.button.mini,
.button.mini {
  font-size: 0.909em;
  padding: 0.445rem 0.9rem;
}
a.button.small,
.button.small {
  font-size: 0.979em;
  padding: 0.645rem 1.4rem;
}
a.button.large,
.button.large {
  font-size: 1.25em;
  padding: 1.15rem 2.1rem;
}
a.button.huge,
.button.huge {
  font-size: 1.45em;
  padding: 1.3rem 2.4rem;
}

.buttons {
  display: inline-flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
  width: fit-content;
}
.buttons .button {
  box-shadow: none;
}
.buttons .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.buttons .button:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -1px;
}
.buttons .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.buttons.block {
  display: flex;
  width: auto;
}
.buttons.block .button {
  flex: 1 0 0;
}
.buttons.tiny > .button, .buttons.tiny > .dropdown > .button {
  font-size: 0.809em;
  padding: 0.415rem 0.5rem;
}
.buttons.mini > .button, .buttons.mini > .dropdown > .button {
  font-size: 0.909em;
  padding: 0.445rem 0.9rem;
}
.buttons.small > .button, .buttons.small > .dropdown > .button {
  font-size: 0.979em;
  padding: 0.645rem 1.4rem;
}
.buttons.large > .button, .buttons.large > .dropdown > .button {
  font-size: 1.25em;
  padding: 1.15rem 2.1rem;
}
.buttons.huge > .button, .buttons.huge > .dropdown > .button {
  font-size: 1.45em;
  padding: 1.3rem 2.4rem;
}
.buttons.primary > .button, .buttons.primary > .dropdown > .button {
  text-shadow: 0 1px 1px rgb(49.8211981567, 62.7059907834, 136.5788018433);
  border: 1px solid rgb(48.4580645161, 60.9903225806, 132.8419354839);
  background-color: #3a499f;
  color: white;
}
.buttons.primary > .button i, .buttons.primary > .dropdown > .button i {
  color: white;
}
.buttons.primary > .button:hover, .buttons.primary > .dropdown > .button:hover {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
.buttons.primary > .button:hover i, .buttons.primary > .dropdown > .button:hover i {
  color: white;
}
.buttons.primary > .button:active, .buttons.primary > .button.active, .buttons.primary > .dropdown > .button:active, .buttons.primary > .dropdown > .button.active {
  background-color: rgb(68.3398617512, 85.9493087558, 186.9101382488);
  color: white;
}
.buttons.primary > .button:active:hover, .buttons.primary > .button.active:hover, .buttons.primary > .dropdown > .button:active:hover, .buttons.primary > .dropdown > .button.active:hover {
  background-color: rgb(87.0241935484, 102.8709677419, 193.7258064516);
}
.buttons.primary > .button:active:active, .buttons.primary > .button:active:focus, .buttons.primary > .button.active:active, .buttons.primary > .button.active:focus, .buttons.primary > .dropdown > .button:active:active, .buttons.primary > .dropdown > .button:active:focus, .buttons.primary > .dropdown > .button.active:active, .buttons.primary > .dropdown > .button.active:focus {
  background-color: rgb(124.3928571429, 136.7142857143, 207.3571428571);
}
.buttons.success > .button, .buttons.success > .dropdown > .button {
  text-shadow: 0 1px 1px rgb(239.7, 239.7, 239.7);
  border: 1px solid rgb(237.15, 237.15, 237.15);
  background-color: #fff;
  color: white;
}
.buttons.success > .button i, .buttons.success > .dropdown > .button i {
  color: white;
}
.buttons.success > .button:hover, .buttons.success > .dropdown > .button:hover {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
.buttons.success > .button:hover i, .buttons.success > .dropdown > .button:hover i {
  color: white;
}
.buttons.success > .button:active, .buttons.success > .button.active, .buttons.success > .dropdown > .button:active, .buttons.success > .dropdown > .button.active {
  background-color: hsl(0, 0%, 107.5%);
  color: white;
}
.buttons.success > .button:active:hover, .buttons.success > .button.active:hover, .buttons.success > .dropdown > .button:active:hover, .buttons.success > .dropdown > .button.active:hover {
  background-color: hsl(0, 0%, 112.5%);
}
.buttons.success > .button:active:active, .buttons.success > .button:active:focus, .buttons.success > .button.active:active, .buttons.success > .button.active:focus, .buttons.success > .dropdown > .button:active:active, .buttons.success > .dropdown > .button:active:focus, .buttons.success > .dropdown > .button.active:active, .buttons.success > .dropdown > .button.active:focus {
  background-color: hsl(0, 0%, 122.5%);
}
.buttons.warning > .button, .buttons.warning > .dropdown > .button {
  text-shadow: 0 1px 1px rgb(205.2741935484, 157.6879032258, 26.1258064516);
  border: 1px solid rgb(200.75, 154.2125, 25.55);
  background-color: #e3b023;
  color: white;
}
.buttons.warning > .button i, .buttons.warning > .dropdown > .button i {
  color: white;
}
.buttons.warning > .button:hover, .buttons.warning > .dropdown > .button:hover {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
.buttons.warning > .button:hover i, .buttons.warning > .dropdown > .button:hover i {
  color: white;
}
.buttons.warning > .button:active, .buttons.warning > .button.active, .buttons.warning > .dropdown > .button:active, .buttons.warning > .dropdown > .button.active {
  background-color: rgb(231.3185483871, 188.1844758065, 68.9314516129);
  color: white;
}
.buttons.warning > .button:active:hover, .buttons.warning > .button.active:hover, .buttons.warning > .dropdown > .button:active:hover, .buttons.warning > .dropdown > .button.active:hover {
  background-color: rgb(234.1975806452, 196.3074596774, 91.5524193548);
}
.buttons.warning > .button:active:active, .buttons.warning > .button:active:focus, .buttons.warning > .button.active:active, .buttons.warning > .button.active:focus, .buttons.warning > .dropdown > .button:active:active, .buttons.warning > .dropdown > .button:active:focus, .buttons.warning > .dropdown > .button.active:active, .buttons.warning > .dropdown > .button.active:focus {
  background-color: rgb(239.9556451613, 212.5534274194, 136.7943548387);
}
.buttons.error > .button, .buttons.error > .dropdown > .button {
  text-shadow: 0 1px 1px rgb(186.715, 22.685, 22.685);
  border: 1px solid rgb(182.1675, 22.1325, 22.1325);
  background-color: #D61A1A;
  color: white;
}
.buttons.error > .button i, .buttons.error > .dropdown > .button i {
  color: white;
}
.buttons.error > .button:hover, .buttons.error > .dropdown > .button:hover {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
.buttons.error > .button:hover i, .buttons.error > .dropdown > .button:hover i {
  color: white;
}
.buttons.error > .button:active, .buttons.error > .button.active, .buttons.error > .dropdown > .button:active, .buttons.error > .dropdown > .button.active {
  background-color: rgb(229.89375, 48.35625, 48.35625);
  color: white;
}
.buttons.error > .button:active:hover, .buttons.error > .button.active:hover, .buttons.error > .dropdown > .button:active:hover, .buttons.error > .dropdown > .button.active:hover {
  background-color: rgb(232.65625, 71.09375, 71.09375);
}
.buttons.error > .button:active:active, .buttons.error > .button:active:focus, .buttons.error > .button.active:active, .buttons.error > .button.active:focus, .buttons.error > .dropdown > .button:active:active, .buttons.error > .dropdown > .button:active:focus, .buttons.error > .dropdown > .button.active:active, .buttons.error > .dropdown > .button.active:focus {
  background-color: rgb(238.18125, 116.56875, 116.56875);
}
.buttons .dropdown:last-child:not(:first-child),
.buttons .dropdown:last-child:not(:first-child) > .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.buttons .dropdown:last-child,
.buttons .dropdown:last-child > .button:first-child,
.buttons .dropdown:last-child > .button:last-child {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.buttons .dropdown:not(:first-child):not(:last-child) > .button {
  border-radius: 0;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .buttons {
    box-shadow: none;
  }
}
.buttons.vertical {
  flex-flow: column;
}
.buttons.vertical > .button, .buttons.vertical.block, .buttons.vertical.block > .button, .buttons.vertical > .dropdown > .button {
  width: 100%;
}
.buttons.vertical > .button {
  border-radius: 0;
}
.buttons.vertical > .button:last-child:not(:first-child), .buttons.vertical > .button:not(:first-child):not(:last-child) {
  margin: -1px 0 0;
}
.buttons.vertical.block {
  display: inline-flex;
}
.buttons.vertical > .dropdown:last-child:not(:first-child), .buttons.vertical > .dropdown:last-child:not(:first-child) > .button, .buttons.vertical > .dropdown:not(:first-child):not(:last-child) > .button {
  margin: -1px 0 0;
  border-radius: 0;
}
.buttons.vertical > .primary.button, .buttons.vertical > .dropdown > .primary.button {
  border: 1px solid rgb(49.8211981567, 62.7059907834, 136.5788018433);
}
.buttons.vertical > .success.button, .buttons.vertical > .dropdown > .success.button {
  border: 1px solid rgb(239.7, 239.7, 239.7);
}
.buttons.vertical > .warning.button, .buttons.vertical > .dropdown > .warning.button {
  border: 1px solid rgb(205.2741935484, 157.6879032258, 26.1258064516);
}
.buttons.vertical > .error.button, .buttons.vertical > .dropdown > .error.button {
  border: 1px solid rgb(186.715, 22.685, 22.685);
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown > .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 45vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 301;
  width: auto;
}
.dropdown > .menu > .item > a {
  padding: 0.1rem 0.9rem;
}
.dropdown.right > .menu, .dropdown.left > .menu {
  top: 0;
}
.dropdown.right > .menu {
  left: 100%;
  right: auto;
}
.dropdown.left > .menu {
  left: auto;
  right: 100%;
}
.dropdown.top.left > .menu {
  right: auto !important;
  left: 0 !important;
}
.dropdown.top.right > .menu {
  right: 0 !important;
  left: auto !important;
}
.dropdown.top > .menu {
  bottom: 100%;
  top: auto;
  right: 0;
  left: auto;
  box-shadow: 0 -2px 0.5em 0 rgba(0, 0, 0, 0.14);
}
.dropdown.bottom.left > .menu, .dropdown.bottom.right > .menu {
  top: 100%;
}
.dropdown.bottom.left > .menu {
  right: auto !important;
  left: 0 !important;
}
.dropdown.bottom.right > .menu {
  right: 0 !important;
  left: auto !important;
}
.dropdown.active > .menu, .dropdown > .toggle:focus + .menu, .dropdown > .toggle:hover + .menu, .dropdown > .menu:focus, .dropdown > .menu:hover {
  display: block;
}
.dropdown.clickable > .toggle:hover + .menu {
  display: none;
}
.dropdown.clickable > .toggle:focus + .menu, .dropdown.clickable > .toggle:active + .menu {
  display: block;
}
.dropdown > .buttons > .toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.dropdown.tiny > .button, .dropdown.tiny > .dropdown > .button {
  font-size: 0.809em;
  padding: 0.415rem 0.5rem;
}
.dropdown.mini > .button, .dropdown.mini > .dropdown > .button {
  font-size: 0.909em;
  padding: 0.445rem 0.9rem;
}
.dropdown.small > .button, .dropdown.small > .dropdown > .button {
  font-size: 0.979em;
  padding: 0.645rem 1.4rem;
}
.dropdown.large > .button, .dropdown.large > .dropdown > .button {
  font-size: 1.25em;
  padding: 1.15rem 2.1rem;
}
.dropdown.huge > .button, .dropdown.huge > .dropdown > .button {
  font-size: 1.45em;
  padding: 1.3rem 2.4rem;
}

.breadcrumb {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumb a.item,
.breadcrumb .item {
  text-decoration: none;
  color: #1e2126;
  font-size: 1rem;
  font-family: unset;
  font-weight: 400;
}
.breadcrumb a.item:focus, .breadcrumb a.item:hover, .breadcrumb a.item:active, .breadcrumb a.item.active,
.breadcrumb .item:focus,
.breadcrumb .item:hover,
.breadcrumb .item:active,
.breadcrumb .item.active {
  color: #3266ec;
}
.breadcrumb a.item::after,
.breadcrumb .item::after {
  content: "❭";
  color: #3266ec;
  font-size: 1rem;
  cursor: default;
  padding: 0.3em;
}
.breadcrumb a.item:first-child,
.breadcrumb .item:first-child {
  margin-left: 0;
}
.breadcrumb a.item.active,
.breadcrumb .item.active {
  color: #3266ec;
  font-weight: bold;
}
.breadcrumb a.item.active::after,
.breadcrumb .item.active::after {
  content: none;
}
.breadcrumb.small .item {
  font-size: 0.946rem;
}
.breadcrumb.small .item::after {
  padding: 0.3em;
  vertical-align: unset;
}
.breadcrumb.large .item {
  font-size: 1.075rem;
}
.breadcrumb.large .item::after {
  padding: 0.3em;
  vertical-align: unset;
}

@media (max-width: 768px) {
  .breadcrumb .item:after {
    font-size: 1rem;
    vertical-align: middle;
  }
}
.caption {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 1.3em 0.2rem;
  font-size: 1.95rem;
  font-family: unset;
  font-weight: bold;
  line-height: 1.3;
  text-wrap: balance;
}
.caption > img,
.caption > i {
  margin-right: 0.559em;
  font-size: 2.73rem;
}
.caption.divided {
  border-bottom: 1px solid #cbd3db;
  padding-bottom: 0.559em;
}
.caption > a, .caption > span, .caption > div {
  display: contents;
}
.caption.centered {
  flex-direction: column;
  text-align: center;
  margin: inherit;
}
.caption.centered > img,
.caption.centered > i {
  margin-right: unset;
  margin-bottom: 2rem;
}
.caption.small {
  font-size: 1.65rem;
  margin: 1em 0.1rem;
  font-weight: 400;
}
.caption.small > i {
  font-size: 2.31rem;
}
.caption.large {
  font-size: 2.35rem;
  margin: 1.4em 0.3rem;
  font-weight: bold;
}
.caption.large > i {
  font-size: 3.29rem;
}
@media (max-width: 768px) {
  .caption {
    flex-direction: column;
    text-align: center;
    margin: inherit;
  }
  .caption > img,
  .caption > i {
    margin-right: unset;
    margin-bottom: 2rem;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
}
.two.cards > .card {
  flex: 0 0 calc(100% * 1 / 2 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.three.cards > .card {
  flex: 0 0 calc(100% * 1 / 3 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.four.cards > .card {
  flex: 0 0 calc(100% * 1 / 4 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.five.cards > .card {
  flex: 0 0 calc(100% * 1 / 5 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.six.cards > .card {
  flex: 0 0 calc(100% * 1 / 6 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.seven.cards > .card {
  flex: 0 0 calc(100% * 1 / 7 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.eight.cards > .card {
  flex: 0 0 calc(100% * 1 / 8 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.nine.cards > .card {
  flex: 0 0 calc(100% * 1 / 9 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.ten.cards > .card {
  flex: 0 0 calc(100% * 1 / 10 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.eleven.cards > .card {
  flex: 0 0 calc(100% * 1 / 11 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.twelve.cards > .card {
  flex: 0 0 calc(100% * 1 / 12 - 2 * 0.74rem);
  height: auto;
  margin: 0.74rem;
}

.card {
  background-color: white;
  transition: 0.2s ease-out;
  border: 1px solid #cbd3db;
  border-radius: 0.25rem;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  width: 18rem;
  height: 100%;
  overflow: hidden;
}
.card.hovered:hover, .cards.hovered > .card:hover, .cards.hovered > .cards.hovered.card:hover > .card:hover, .cards.hovered > .cards.card:hover > .card.hovered:hover, .cards.hovered > .cards.hovered.card:hover > .cards.card:hover > .card.hovered:hover, .cards.hovered > .cards.hovered.card:hover > .cards.hovered.card:hover > .card:hover {
  background-color: rgb(244.8, 244.8, 244.8);
  transition: 0.2s ease-out;
}
.card > .body .title,
.card > .title {
  color: #1e2126;
  line-height: initial;
}
.card > .body .title > .subtitle,
.card > .title > .subtitle {
  font-family: inherit;
  color: rgb(170.4519230769, 171.5792307692, 173.4580769231);
}
.card > .title {
  font-family: unset;
  text-align: left;
}
.card > .title,
.card > .description,
.card > .actions {
  padding: 1rem;
}
.card > .description {
  flex: 1 1 auto;
  font-family: unset;
  color: #1e2126;
  font-size: 1rem;
  text-align: left;
}
.card > .media {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.card > .media img {
  display: block;
  width: 100%;
}
.card > .media.zoom-in > img, .card > .media.zoom-in a > img {
  transform: scale(1);
  transition: 0.2s ease-out;
}
.card > .media.zoom-in > img:hover, .card > .media.zoom-in a > img:hover {
  transform: scale(1.2);
}
.card > .media.two {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.two > div, .card > .media.two > a {
  flex: 0 0 calc(100% * 1 / 2);
  flex-grow: 1;
  padding: 0;
}
.card > .media.three {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.three > div, .card > .media.three > a {
  flex: 0 0 calc(100% * 1 / 3);
  flex-grow: 1;
  padding: 0;
}
.card > .media.four {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.four > div, .card > .media.four > a {
  flex: 0 0 calc(100% * 1 / 4);
  flex-grow: 1;
  padding: 0;
}
.card > .media.five {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.five > div, .card > .media.five > a {
  flex: 0 0 calc(100% * 1 / 5);
  flex-grow: 1;
  padding: 0;
}
.card > .media.six {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.six > div, .card > .media.six > a {
  flex: 0 0 calc(100% * 1 / 6);
  flex-grow: 1;
  padding: 0;
}
.card > .media.seven {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.seven > div, .card > .media.seven > a {
  flex: 0 0 calc(100% * 1 / 7);
  flex-grow: 1;
  padding: 0;
}
.card > .media.eight {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.eight > div, .card > .media.eight > a {
  flex: 0 0 calc(100% * 1 / 8);
  flex-grow: 1;
  padding: 0;
}
.card > .media.nine {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.nine > div, .card > .media.nine > a {
  flex: 0 0 calc(100% * 1 / 9);
  flex-grow: 1;
  padding: 0;
}
.card > .media.ten {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.ten > div, .card > .media.ten > a {
  flex: 0 0 calc(100% * 1 / 10);
  flex-grow: 1;
  padding: 0;
}
.card > .media.eleven {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.eleven > div, .card > .media.eleven > a {
  flex: 0 0 calc(100% * 1 / 11);
  flex-grow: 1;
  padding: 0;
}
.card > .media.twelve {
  padding-bottom: initial !important;
  height: auto;
}
.card > .media.twelve > div, .card > .media.twelve > a {
  flex: 0 0 calc(100% * 1 / 12);
  flex-grow: 1;
  padding: 0;
}
.card.horizontal {
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}
.card.horizontal > .media {
  align-self: normal;
  width: fit-content;
}
.card.horizontal > .media img {
  width: auto;
  object-fit: cover;
}
.card.horizontal > .body {
  flex: inherit;
}
.card.horizontal > .body .title,
.card.horizontal > .body .description {
  padding: calc(1rem / 2) calc(1rem * 3);
}
.card.horizontal > .body .description {
  flex: 1;
}

@media (max-width: 768px) {
  .card,
  .cards > .card {
    flex: 0 0 100% !important;
    width: 100%;
    height: fit-content !important;
  }
  .card.horizontal {
    flex-direction: column;
  }
  .card.horizontal > .body .title,
  .card.horizontal > .body .description {
    padding: 1rem;
  }
}
.badge,
a.badge,
.label,
a.label {
  background-color: white;
  color: #1e2126;
  display: inline-block;
  font-family: unset;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.1rem 0.05rem;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  border: 1px solid #cbd3db;
  border-radius: 0.25rem;
  padding: 0.28rem 0.9rem;
  font-size: 0.9195em;
}
.badge > i,
a.badge > i,
.label > i,
a.label > i {
  vertical-align: middle;
}
.badge.badge,
a.badge.badge,
.label.badge,
a.label.badge {
  border-radius: 500px;
  white-space: nowrap;
  line-height: 1;
  padding: 0.28rem 0.7rem;
}
.badge.primary,
a.badge.primary,
.label.primary,
a.label.primary {
  background-color: #3266ec;
  color: white;
  border-color: rgb(35.9977678571, 91.5495535714, 234.7022321429);
}
.badge.success,
a.badge.success,
.label.success,
a.label.success {
  background-color: #369138;
  color: white;
  border-color: rgb(49.848241206, 133.851758794, 51.6944723618);
}
.badge.warning,
a.badge.warning,
.label.warning,
a.label.warning {
  background-color: #c17f2a;
  color: white;
  border-color: rgb(180.4344680851, 118.7314893617, 39.2655319149);
}
.badge.error,
a.badge.error,
.label.error,
a.label.error {
  background-color: #bd3254;
  color: white;
  border-color: rgb(176.9008368201, 46.7991631799, 78.6225941423);
}
.badge.dark,
a.badge.dark,
.label.dark,
a.label.dark {
  background-color: #39414f;
  color: white;
  border-color: rgb(50.5875, 57.6875, 70.1125);
}
.badge.small,
a.badge.small,
.label.small,
a.label.small {
  padding: 0.18rem 0.85rem;
  font-size: 0.8495em;
}
.badge.large,
a.badge.large,
.label.large,
a.label.large {
  padding: 0.415rem 1.159rem;
  font-size: 1.1em;
}

.list {
  list-style: none;
  margin: 1rem 0;
}
.list > .item {
  display: flex;
  align-items: center;
  padding: 0.55em;
  margin: 0;
  transition: 0.15s;
}
.list > .item > img,
.list > .item > i {
  margin-right: 1rem;
}
.list > .item > span, .list > .item > div {
  display: contents;
}
.list > .item > .body {
  display: initial;
  flex: 1;
  line-height: 1.4;
  text-align: left;
}
.list > .item > .body > .title,
.list > .item > .body > .subtitle {
  display: block;
}
.list > .item > .body > .title {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.4;
}
.list > .item > .body > .subtitle {
  font-size: 0.889em;
  font-weight: 400;
  margin-bottom: 7px;
  color: rgb(170.4519230769, 171.5792307692, 173.4580769231);
}
.list > .item > .actions {
  width: auto;
  margin-left: 1rem;
}
.list > .item.active {
  background: rgb(222.375, 222.81, 223.535);
}
.list.divided > .item {
  border-bottom: 1px solid #cbd3db;
}
.list.divided > .item:last-child {
  border-bottom: none;
}
.list.striped > .item:nth-of-type(odd) {
  background: rgb(222.375, 222.81, 223.535);
}
.list.hovered > .item:hover {
  background: rgb(222.375, 222.81, 223.535);
  transition: 0.15s;
}

.menu {
  font-family: inherit;
  background-color: white;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 0.9rem;
  min-width: max-content;
  list-style: none;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
  z-index: 300;
}
.menu .title {
  font-size: 1.065rem;
  min-height: 2rem;
  color: #1e2126;
  padding: 0.6rem 0;
  font-weight: bold;
  letter-spacing: -0.015rem;
}
.menu .item {
  padding: 0;
  position: relative;
  text-decoration: none;
  text-align: left;
}
.menu .item > a {
  display: block;
  text-decoration: none;
  color: #1e2126;
  width: 100%;
  padding: 0.28rem 0.9rem;
  font-size: 1em;
  font-weight: 400;
  transition: background 0.15s;
}
.menu .item > a:hover {
  color: #1e2126;
  transition: background 0.15s;
  background-color: rgb(222.375, 222.81, 223.535);
}
.menu .item > a:active, .menu .item > a:focus, .menu .item > a.active {
  transition: background 0.15s;
}
.menu .item > a.active {
  color: #1e2126;
  background-color: rgb(233.625, 233.91, 234.385);
}
.menu .item > a.active i {
  color: #1e2126 !important;
}
.menu .item i {
  color: rgb(149.6826923077, 151.0869230769, 153.4273076923);
  font-size: 1.2rem;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.menu .item .menu {
  padding: 0.4rem;
}
.menu .badge {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 4px;
  font-size: 0.93em;
}
.menu.small > .item a {
  font-size: 0.945em;
}
.menu.divided .item {
  border-bottom: 1px solid #cbd3db;
}
.menu.divided .item:last-child {
  border-bottom: none;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  font-family: unset;
  min-height: 5rem;
  background: white;
  color: #1e2126;
  width: 100%;
  /***
  .buttons {
  	height    : 100%;
  	min-height: 100%;
  	box-shadow: none;
  	.button,
  	.dropdown .button {
  		font-family  : components('navbar', 'font-family');
  		background   : transparent;
  		border-color : transparent;
  		color        : components('navbar', 'color');
  		min-height   : 100%;
  		border-radius: 0;
  		border       : 0;
  		i {
  			color: components('navbar', 'button', 'icon', 'color');
  		}
  		&:hover {
  			color           : components('navbar', 'button', 'hover', 'color');
  			background-color: components('navbar', 'button', 'hover', 'background-color');
  			border-radius   : 0;
  		}
  		&:active,
  		&.active {
  			color           : components('navbar', 'button', 'active', 'color');
  			background-color: components('navbar', 'button', 'active', 'background-color');
  			transition      : components('button', 'transition');
  			&:hover {
  				transition: components('button', 'transition');
  			}
  		}
  	}
  	// dropdown menu
  	.dropdown > .menu {
  		background-color: components('navbar', 'menu', 'background-color');
  		.item a {
  			color: components('navbar', 'menu', 'item', 'color');
  			&:hover {
  				color           : components('navbar', 'menu', 'hover', 'color');
  				background-color: components('navbar', 'menu', 'hover', 'background-color');
  			}
  			&:active,
  			&.active {
  				color           : components('navbar', 'menu', 'active', 'color');
  				background-color: components('navbar', 'menu', 'active', 'background-color');
  			}
  		}
  	}
  	.dropdown:last-child,
  	.dropdown:last-child > .button:first-child,
  	.dropdown:last-child > .button:last-child {
  		border-radius: 0;
  	}
  }
  .button,
  .dropdown .button {
  	font-size  : components('navbar', 'font-size');
  	padding    : components('navbar', 'button', 'padding');
  	font-weight: components('navbar', 'font-weight');
  } ****/
}
.navbar .container {
  display: flex;
  width: 100%;
}
.navbar .brand {
  display: flex;
  justify-content: center;
  min-height: 100%;
  align-items: center;
  white-space: nowrap;
  padding: 0;
  margin-right: 1rem;
}
.navbar .brand img {
  width: 100%;
}
.navbar .brand a,
.navbar .brand a:visited {
  display: flex;
  color: #1e2126;
  font-family: unset;
  font-size: initial;
  font-weight: bold;
  text-decoration: none;
}
.navbar input[type=checkbox]#burger,
.navbar .burger {
  display: none;
}
.navbar .burger::before {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  content: "☰";
  font-size: 2.459rem;
  min-height: 5rem;
  max-height: 5rem;
}
.navbar section.links {
  display: flex;
  flex: 1 0 0;
  align-items: center;
}
.navbar section.links div.section {
  flex: 1 0 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.navbar section.links div.section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar section.links div.section input[type=text] {
  color: #1e2126;
  background-color: transparent;
  border-color: #cbd3db;
  border-width: 1px;
}
.navbar section.links div.section input[type=text]::placeholder {
  color: rgb(168.375, 169.53, 171.455);
}
.navbar section.links div.section input[type=text]:focus {
  outline: 2px solid #3266ec;
}
.navbar section.links div.section.divided .buttons .button,
.navbar section.links div.section.divided .buttons .dropdown .button {
  border-width: 0 1px !important;
}
.navbar section.links div.section.divided .buttons > .button:first-child {
  border-left-width: 0 !important;
}
.navbar section.links div.section.divided .buttons > .button:last-child {
  border-right-width: 0 !important;
}
.navbar section.links div.section.divided .buttons .dropdown:first-child .button {
  border-left-width: 0 !important;
}
.navbar section.links div.section.divided .buttons .dropdown:last-child .button {
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  margin-left: 1px;
}
.navbar section.links div.section.divided .buttons .button,
.navbar section.links div.section.divided .buttons .dropdown .button {
  border: solid rgb(216.75, 216.75, 216.75);
}
@media (max-width: 768px) {
  .navbar section.links div.section.divided .buttons .button,
  .navbar section.links div.section.divided .buttons .dropdown .button {
    border: 0 !important;
  }
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  margin-top: 0;
  transform: translateY(0px);
  z-index: 5;
}
.navbar.gradient {
  background: linear-gradient(to top, white 0%, hsl(0, 0%, 111.5%) 2%, rgb(247.35, 247.35, 247.35) 97%, hsl(0, 0%, 111.5%) 100%);
}
.navbar.gradient-ltr {
  background: linear-gradient(135deg, hsl(0, 0%, 107.5%), white);
}
.navbar.gradient-rtl {
  background: linear-gradient(-135deg, hsl(0, 0%, 107.5%), white);
}
.navbar.primary {
  background: #3266ec;
  color: white;
}
.navbar.primary.gradient {
  background: linear-gradient(to top, #3266ec 0%, rgb(103.6752232143, 142.0600446429, 240.9747767857) 2%, rgb(35.9977678571, 91.5495535714, 234.7022321429) 97%, rgb(103.6752232143, 142.0600446429, 240.9747767857) 100%);
}
.navbar.primary.gradient-ltr {
  background: linear-gradient(135deg, rgb(92.0066964286, 133.3513392857, 239.8933035714), #3266ec);
}
.navbar.primary.gradient-rtl {
  background: linear-gradient(-135deg, rgb(92.0066964286, 133.3513392857, 239.8933035714), #3266ec);
}
.navbar.primary .buttons .button,
.navbar.primary .buttons .dropdown .button {
  color: white;
  min-height: 100%;
}
.navbar.primary .buttons .button i,
.navbar.primary .buttons .dropdown .button i {
  color: white;
}
.navbar.primary .buttons .button:hover,
.navbar.primary .buttons .dropdown .button:hover {
  background: rgb(73.3370535714, 119.4174107143, 238.1629464286);
}
.navbar.primary .brand a,
.navbar.primary .brand a:visited {
  color: white;
}
.navbar.primary section.links div.section input[type=text] {
  background-color: rgb(21.2308035714, 79.3361607143, 229.0691964286);
  border-color: rgb(68.6696428571, 115.9339285714, 237.7303571429);
  color: white;
}
.navbar.primary section.links div.section input[type=text]::placeholder {
  color: white;
}
.navbar.primary section.links div.section input[type=text]:focus {
  outline: 2px solid rgb(129.3459821429, 161.2191964286, 243.3540178571);
}
.navbar.primary section.links div.section .buttons .button:active, .navbar.primary section.links div.section .buttons .button.active,
.navbar.primary section.links div.section .buttons .dropdown .button:active,
.navbar.primary section.links div.section .buttons .dropdown .button.active {
  color: white;
  background-color: rgb(73.3370535714, 119.4174107143, 238.1629464286);
  transition: 0.2s;
}
.navbar.primary section.links div.section .buttons .button:active:hover, .navbar.primary section.links div.section .buttons .button.active:hover,
.navbar.primary section.links div.section .buttons .dropdown .button:active:hover,
.navbar.primary section.links div.section .buttons .dropdown .button.active:hover {
  transition: 0.2s;
}
.navbar.primary section.links div.section.divided .buttons .button,
.navbar.primary section.links div.section.divided .buttons .dropdown .button {
  border: solid rgb(20.7982142857, 77.7196428571, 224.4017857143);
}
.navbar.dark {
  background: #39414f;
  color: white;
}
.navbar.dark.gradient {
  background: linear-gradient(to top, #39414f 0%, rgb(81.58125, 93.03125, 113.06875) 2%, rgb(50.5875, 57.6875, 70.1125) 97%, rgb(81.58125, 93.03125, 113.06875) 100%);
}
.navbar.dark.gradient-ltr {
  background: linear-gradient(135deg, rgb(76.2375, 86.9375, 105.6625), #39414f);
}
.navbar.dark.gradient-rtl {
  background: linear-gradient(-135deg, rgb(76.2375, 86.9375, 105.6625), #39414f);
}
.navbar.dark .buttons .button,
.navbar.dark .buttons .dropdown .button {
  color: white;
  min-height: 100%;
}
.navbar.dark .buttons .button i,
.navbar.dark .buttons .dropdown .button i {
  color: white;
}
.navbar.dark .buttons .button:hover,
.navbar.dark .buttons .dropdown .button:hover {
  background: rgb(67.6875, 77.1875, 93.8125);
}
.navbar.dark .brand a,
.navbar.dark .brand a:visited {
  color: white;
}
.navbar.dark section.links div.section input[type=text] {
  background-color: rgb(71.9625, 82.0625, 99.7375);
  border-color: rgb(114.034375, 128.309375, 153.290625);
  color: white;
}
.navbar.dark section.links div.section input[type=text]::placeholder {
  color: white;
}
.navbar.dark section.links div.section input[type=text]:focus {
  outline: 2px solid rgb(152.546875, 162.921875, 181.078125);
}
.navbar.dark section.links div.section .buttons .button:active, .navbar.dark section.links div.section .buttons .button.active,
.navbar.dark section.links div.section .buttons .dropdown .button:active,
.navbar.dark section.links div.section .buttons .dropdown .button.active {
  color: white;
  background-color: rgb(67.6875, 77.1875, 93.8125);
  transition: 0.2s;
}
.navbar.dark section.links div.section .buttons .button:active:hover, .navbar.dark section.links div.section .buttons .button.active:hover,
.navbar.dark section.links div.section .buttons .dropdown .button:active:hover,
.navbar.dark section.links div.section .buttons .dropdown .button.active:hover {
  transition: 0.2s;
}
.navbar.dark section.links div.section.divided .buttons .button,
.navbar.dark section.links div.section.divided .buttons .dropdown .button {
  border: solid rgb(83.825625, 95.590625, 116.179375);
}
.navbar.mini {
  min-height: 2.813rem;
}
.navbar.mini .button, .navbar.mini .dropdown .button {
  font-size: 0.875rem;
  padding: 0.445rem 0.9rem;
}
.navbar.small {
  min-height: 4.063rem;
}
.navbar.small .button, .navbar.small .dropdown .button {
  font-size: 0.945rem;
  padding: 0.65rem 1.2rem;
}
.navbar.large {
  min-height: 5.938rem;
}
.navbar.large .button, .navbar.large .dropdown .button {
  font-size: 1.08rem;
  padding: 0.845rem 1.4rem;
}

@media (max-width: 768px) {
  .navbar .container {
    padding: 0 div(40px, 2);
  }
  .navbar.fixed {
    position: relative;
  }
  .navbar section.links {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 5rem;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    background: white;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
  }
  .navbar section.links .section,
  .navbar section.links .section .buttons,
  .navbar section.links .section .buttons .dropdown,
  .navbar section.links .section .buttons .dropdown .menu,
  .navbar section.links .section .buttons .dropdown .menu .button,
  .navbar section.links .section .buttons .dropdown .button,
  .navbar section.links .section .buttons .button {
    display: block !important;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .navbar section.links .section {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
  }
  .navbar section.links .section > .form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar section.links .section > .button {
    display: flex;
    width: auto;
  }
  .navbar section.links .section .buttons .dropdown .button,
  .navbar section.links .section .buttons .button {
    color: #1e2126;
  }
  .navbar section.links .section .buttons .dropdown .button i,
  .navbar section.links .section .buttons .button i {
    color: #1e2126;
    font-size: 1.2rem !important;
    vertical-align: text-bottom;
  }
  .navbar section.links .section .buttons .dropdown .menu {
    max-height: 100%;
    box-shadow: none;
    padding: 0 1.563rem;
    background-color: transparent;
  }
  .navbar.mini > section.links {
    top: 2.813rem;
  }
  .navbar.small > section.links {
    top: 4.063rem;
  }
  .navbar.large > section.links {
    top: 5.938rem;
  }
  .navbar .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .navbar .burger::before {
    content: "✕";
    padding: 0 1.5rem;
    font-size: 2.459rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
  }
  .navbar input[type=checkbox]#burger:not(:checked) ~ section.links {
    height: 0;
  }
  .navbar input[type=checkbox]#burger:checked ~ section.links {
    height: calc(100vh - 5rem);
  }
  .navbar.mini .burger, .navbar.mini .burger::before {
    min-height: 2.813rem;
    max-height: 2.813rem;
  }
  .navbar.mini section.links {
    top: 2.813rem;
  }
  .navbar.mini input[type=checkbox]#burger:checked ~ section.links {
    height: calc(100vh - 2.813rem);
  }
  .navbar.small .burger, .navbar.small .burger::before {
    min-height: 4.063rem;
    max-height: 4.063rem;
  }
  .navbar.small section.links {
    top: 4.063rem;
  }
  .navbar.small input[type=checkbox]#burger:checked ~ section.links {
    height: calc(100vh - 4.063rem);
  }
  .navbar.large .burger, .navbar.large .burger::before {
    min-height: 5.938rem;
    max-height: 5.938rem;
  }
  .navbar.large section.links {
    top: 5.938rem;
  }
  .navbar.large input[type=checkbox]#burger:checked ~ section.links {
    height: calc(100vh - 5.938rem);
  }
  .navbar input[type=checkbox]#burger:not(:checked) ~ .burger::before {
    content: "☰";
  }
  .navbar input[type=checkbox]#burger:checked ~ .burger::before {
    content: "✕";
  }
}
.panel {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 1rem 0;
  border: 1px solid #cbd3db;
  border-radius: 0.25rem;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
}
.panel > .header, .panel > .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel > .header .actions, .panel > .bottom .actions {
  margin-left: auto;
}
.panel > .header .actions:before, .panel > .bottom .actions:before {
  flex-grow: 1;
}
.panel > .header {
  border-bottom: 1px solid #cbd3db;
  padding: 1.45rem;
}
.panel > .header.dashed {
  border-bottom-style: dashed;
}
.panel > .header.dotted {
  border-bottom-style: dotted;
}
.panel > .header > .title {
  font-size: 1.185rem;
  font-weight: bold;
  font-family: unset;
}
.panel > .content {
  height: auto;
  flex: 1 1 auto;
  font-family: unset;
  padding: 1.45rem;
}
.panel > .content > .media {
  display: flex;
  flex: auto;
  min-width: 0;
  flex-wrap: wrap;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.panel > .content > .media iframe,
.panel > .content > .media object,
.panel > .content > .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel > .content > .media video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.panel > .content > .media img {
  display: block;
}
.panel > .content > .media.two {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.two > div, .panel > .content > .media.two > a {
  flex: 0 0 calc(100% * 1 / 2);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.three {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.three > div, .panel > .content > .media.three > a {
  flex: 0 0 calc(100% * 1 / 3);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.four {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.four > div, .panel > .content > .media.four > a {
  flex: 0 0 calc(100% * 1 / 4);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.five {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.five > div, .panel > .content > .media.five > a {
  flex: 0 0 calc(100% * 1 / 5);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.six {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.six > div, .panel > .content > .media.six > a {
  flex: 0 0 calc(100% * 1 / 6);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.seven {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.seven > div, .panel > .content > .media.seven > a {
  flex: 0 0 calc(100% * 1 / 7);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.eight {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.eight > div, .panel > .content > .media.eight > a {
  flex: 0 0 calc(100% * 1 / 8);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.nine {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.nine > div, .panel > .content > .media.nine > a {
  flex: 0 0 calc(100% * 1 / 9);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.ten {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.ten > div, .panel > .content > .media.ten > a {
  flex: 0 0 calc(100% * 1 / 10);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.eleven {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.eleven > div, .panel > .content > .media.eleven > a {
  flex: 0 0 calc(100% * 1 / 11);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content > .media.twelve {
  padding-bottom: initial !important;
  height: auto;
}
.panel > .content > .media.twelve > div, .panel > .content > .media.twelve > a {
  flex: 0 0 calc(100% * 1 / 12);
  flex-grow: 1;
  padding: 1px;
}
.panel > .content .headline,
.panel > .content p.headline {
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 1.275rem;
  color: #1e2126;
  letter-spacing: -0.0158em;
  text-wrap: auto;
}
.panel > .bottom {
  min-height: 2.4rem;
  border-top: 1px solid #cbd3db;
  padding: 1.45rem;
}
.panel.mini > .header {
  padding: 0.25rem 1.45rem;
}
.panel.mini > .header .title {
  font-size: 0.985rem;
}
.panel.mini > .content .headline,
.panel.mini > .content p.headline {
  font-size: 1.182rem;
}
.panel.mini > .content,
.panel.mini > .bottom {
  padding: 0.25rem 1.45rem;
}
.panel.small > .header {
  padding: 0.5rem 1.45rem;
}
.panel.small > .header .title {
  font-size: 1.038rem;
}
.panel.small > .content .headline,
.panel.small > .content p.headline {
  font-size: 1.2456rem;
}
.panel.small > .content,
.panel.small > .bottom {
  padding: 0.5rem 1.45rem;
}

.process {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  list-style: none;
  margin: 3em 0 1em;
}
.process .item {
  flex: 1 1 0;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  word-break: break-word;
  line-height: 1.3;
  text-align: center;
  min-height: 4rem;
  font-weight: normal;
  font-family: unset;
}
.process .item:not(:first-child)::before {
  content: "";
  left: -50%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #3266ec;
  height: 6px;
}
.process .item a {
  color: #1e2126;
  display: inline-block;
  padding: 10px 10px 0;
  text-decoration: none;
}
.process .item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: #3266ec;
  height: 0.8rem;
  width: 3px;
  z-index: 1;
}
.process .item a:first-child::before {
  left: calc(50% - (variables("process", "item", "stickbar", "width") - 1px));
}
.process .item.failed a, .process .item.active a {
  color: #3266ec;
  font-weight: bold;
}
.process .item.failed a::after, .process .item.active a::after {
  position: absolute;
  content: "☑";
  top: calc(-15px - 2.16rem);
  left: calc(50% - 3px * 10 / 2);
  color: #3266ec;
  font-size: 2.16rem;
}
.process .item.failed ~ .item::before, .process .item.active ~ .item::before {
  background: #cbd3db;
}
.process .item.failed ~ .item a, .process .item.active ~ .item a {
  color: #1e2126;
}
.process .item.failed ~ .item a:hover, .process .item.active ~ .item a:hover {
  color: #3266ec;
}
.process .item.failed ~ .item a::before, .process .item.active ~ .item a::before {
  background: #cbd3db;
}
.process .item.failed:not(:first-child)::before {
  background: #bd3254;
}
.process .item.failed a {
  color: #bd3254;
}
.process .item.failed a::before {
  background: #bd3254;
}
.process .item.failed a::after {
  content: "☒";
  color: #bd3254;
}
.process.success .item:not(:first-child)::before {
  background: #369138;
}
.process.success .item a {
  padding: 10px;
}
.process.success .item a::before {
  background: #369138;
}
.process.success .item.active a {
  color: #369138;
}
.process.success .item.active a::after {
  color: #369138;
}
.process.success .item.active ~ .item::before {
  background: #cbd3db;
}
.process.warning .item:not(:first-child)::before {
  background: #c17f2a;
}
.process.warning .item a {
  padding: 10px;
}
.process.warning .item a::before {
  background: #c17f2a;
}
.process.warning .item.active a {
  color: #c17f2a;
}
.process.warning .item.active a::after {
  color: #c17f2a;
}
.process.warning .item.active ~ .item::before {
  background: #cbd3db;
}
.process.error .item:not(:first-child)::before {
  background: #bd3254;
}
.process.error .item a {
  padding: 10px;
}
.process.error .item a::before {
  background: #bd3254;
}
.process.error .item.active a {
  color: #bd3254;
}
.process.error .item.active a::after {
  color: #bd3254;
}
.process.error .item.active ~ .item::before {
  background: #cbd3db;
}
.process.dark .item:not(:first-child)::before {
  background: #1e2126;
}
.process.dark .item a {
  padding: 10px;
}
.process.dark .item a::before {
  background: #1e2126;
}
.process.dark .item.active a {
  color: #1e2126;
}
.process.dark .item.active a::after {
  color: #1e2126;
}
.process.dark .item.active ~ .item::before {
  background: #cbd3db;
}
.process.vertical {
  display: flex;
  padding: 1.25em 2em 2.85em;
  margin: 1em 0;
  flex-direction: column;
  align-items: flex-start;
}
.process.vertical .item {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-width: 100%;
  border-bottom: 1px solid #cbd3db;
  border-right: 1px solid #cbd3db;
  padding-left: 20px;
}
.process.vertical .item:first-child {
  border-top: 1px solid #cbd3db;
}
.process.vertical .item:not(:first-child)::before {
  width: 3px;
  height: 100%;
  left: 0;
}
.process.vertical .item a::before {
  width: 9px;
}
.process.vertical .item a:first-child::before {
  left: 0;
  height: 100%;
}
.process.vertical .item.failed a, .process.vertical .item.active a {
  font-weight: bold;
}
.process.vertical .item.failed a::after, .process.vertical .item.active a::after {
  top: 8px;
  left: calc(-3px - 2.16rem);
}
.process.vertical.reversed {
  flex-direction: column-reverse;
}
.process.vertical.reversed .item:last-child {
  border-top: 1px solid #cbd3db;
}
.process.vertical.reversed .item:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .process {
    display: flex;
    padding: 1.25em 2em 2.85em;
    margin: 1em 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .process .item {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    min-width: 100%;
    border-bottom: 1px solid #cbd3db;
    border-right: 1px solid #cbd3db;
    padding-left: 20px;
  }
  .process .item:first-child {
    border-top: 1px solid #cbd3db;
  }
  .process .item:not(:first-child)::before {
    width: 3px;
    height: 100%;
    left: 0;
  }
  .process .item a::before {
    width: 9px;
  }
  .process .item a:first-child::before {
    left: 0;
    height: 100%;
  }
  .process .item.failed a, .process .item.active a {
    font-weight: bold;
  }
  .process .item.failed a::after, .process .item.active a::after {
    top: 8px;
    left: calc(-3px - 2.16rem);
  }
  .process.reversed {
    flex-direction: column-reverse;
  }
  .process.reversed .item:last-child {
    border-top: 1px solid #cbd3db;
  }
  .process.reversed .item:first-child {
    border-top: none;
  }
}

.stats,
a.stats {
  display: inline-flex;
  flex-direction: column;
  background-color: transparent;
  text-decoration: none;
  margin: 0 1.1em 0.8em;
  border-width: 1px;
  border-color: #cbd3db;
  border-style: solid;
  border-radius: 4px;
  padding: 8px 2.76em;
  line-height: 2.1em;
  transition: 0.15s;
}
.stats > .title,
.stats > .subtitle,
.stats > .value,
a.stats > .title,
a.stats > .subtitle,
a.stats > .value {
  display: flex;
  flex-direction: column;
}
.stats > .title,
a.stats > .title {
  font-size: 1.1em;
  font-family: unset;
}
.stats > .subtitle,
a.stats > .subtitle {
  font-size: 0.816rem;
  font-family: unset;
  margin-top: -4px;
  color: rgb(170.4519230769, 171.5792307692, 173.4580769231);
}
.stats > .value,
a.stats > .value {
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 1.65rem;
  font-family: unset;
  line-height: 1.2;
}
.stats > .value > img,
.stats > .value > i,
a.stats > .value > img,
a.stats > .value > i {
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  font-size: 1em;
  margin-right: 0.5em;
}
.stats.primary,
a.stats.primary {
  background-color: #3266ec;
  color: white;
  border-color: #3266ec;
  background: transparent;
  color: inherit;
}
.stats.primary > .value,
a.stats.primary > .value {
  color: inherit;
}
.stats.primary > .value > i,
a.stats.primary > .value > i {
  color: #3266ec;
}
.stats.success,
a.stats.success {
  background-color: #369138;
  color: white;
  border-color: #369138;
  background: transparent;
  color: inherit;
}
.stats.success > .value,
a.stats.success > .value {
  color: inherit;
}
.stats.success > .value > i,
a.stats.success > .value > i {
  color: #369138;
}
.stats.warning,
a.stats.warning {
  background-color: #c17f2a;
  color: white;
  border-color: #c17f2a;
  background: transparent;
  color: inherit;
}
.stats.warning > .value,
a.stats.warning > .value {
  color: inherit;
}
.stats.warning > .value > i,
a.stats.warning > .value > i {
  color: #c17f2a;
}
.stats.error,
a.stats.error {
  background-color: #bd3254;
  color: white;
  border-color: #bd3254;
  background: transparent;
  color: inherit;
}
.stats.error > .value,
a.stats.error > .value {
  color: inherit;
}
.stats.error > .value > i,
a.stats.error > .value > i {
  color: #bd3254;
}
.stats.dark,
a.stats.dark {
  background-color: rgb(168.375, 169.53, 171.455);
  color: white;
  border-color: rgb(168.375, 169.53, 171.455);
  background: transparent;
  color: inherit;
}
.stats.dark > .value,
a.stats.dark > .value {
  color: inherit;
}
.stats.dark > .value > i,
a.stats.dark > .value > i {
  color: rgb(168.375, 169.53, 171.455);
}

a.stats:hover {
  background-color: rgb(242.8875, 242.8875, 242.8875);
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 2px solid #cbd3db;
  padding: 0;
}
.tab > .buttons {
  box-shadow: none;
  border-radius: 0;
}
.tab > .button, .tab > a.button, .tab > .buttons > .button, .tab > .buttons > a.button, .tab > .dropdown > .button, .tab > .dropdown > a.button, .tab > .buttons > .dropdown > .button, .tab > .buttons > .dropdown > a.button {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0 !important;
  line-height: unset;
  font-size: 1.025em;
  font-family: unset;
  font-weight: bold;
  color: #1e2126;
  padding: 0.935rem 1.4rem;
  border-bottom: 4px solid transparent;
  margin-bottom: -2px;
}
.tab > .button:hover, .tab > a.button:hover, .tab > .buttons > .button:hover, .tab > .buttons > a.button:hover, .tab > .dropdown > .button:hover, .tab > .dropdown > a.button:hover, .tab > .buttons > .dropdown > .button:hover, .tab > .buttons > .dropdown > a.button:hover {
  color: #1e2126;
  border-bottom-color: rgb(131.5096153846, 133.1561538462, 135.9003846154);
}
.tab > .button:hover, .tab > .button:focus, .tab > a.button:hover, .tab > a.button:focus, .tab > .buttons > .button:hover, .tab > .buttons > .button:focus, .tab > .buttons > a.button:hover, .tab > .buttons > a.button:focus, .tab > .dropdown > .button:hover, .tab > .dropdown > .button:focus, .tab > .dropdown > a.button:hover, .tab > .dropdown > a.button:focus, .tab > .buttons > .dropdown > .button:hover, .tab > .buttons > .dropdown > .button:focus, .tab > .buttons > .dropdown > a.button:hover, .tab > .buttons > .dropdown > a.button:focus {
  background: transparent;
}
.tab > .button.active, .tab > a.button.active, .tab > .buttons > .button.active, .tab > .buttons > a.button.active, .tab > .dropdown > .button.active, .tab > .dropdown > a.button.active, .tab > .buttons > .dropdown > .button.active, .tab > .buttons > .dropdown > a.button.active {
  border-bottom-color: #3266ec;
}
.tab > .button.active i, .tab > a.button.active i, .tab > .buttons > .button.active i, .tab > .buttons > a.button.active i, .tab > .dropdown > .button.active i, .tab > .dropdown > a.button.active i, .tab > .buttons > .dropdown > .button.active i, .tab > .buttons > .dropdown > a.button.active i {
  color: inherit;
}
.tab > .button i, .tab > a.button i, .tab > .buttons > .button i, .tab > .buttons > a.button i, .tab > .dropdown > .button i, .tab > .dropdown > a.button i, .tab > .buttons > .dropdown > .button i, .tab > .buttons > .dropdown > a.button i {
  font-size: 1.12rem;
}
.tab > .button .badge, .tab > a.button .badge, .tab > .buttons > .button .badge, .tab > .buttons > a.button .badge, .tab > .dropdown > .button .badge, .tab > .dropdown > a.button .badge, .tab > .buttons > .dropdown > .button .badge, .tab > .buttons > .dropdown > a.button .badge {
  padding: 0 0.45rem;
}
.tab.small > .button, .tab.small > a.button, .tab.small > .buttons > .button, .tab.small > .buttons > a.button, .tab.small > .dropdown > .button, .tab.small > .dropdown > a.button, .tab.small > .buttons > .dropdown > .button, .tab.small > .buttons > .dropdown > a.button {
  font-size: 0.9rem;
  padding: 0.685rem 0.885rem;
}
.tab.bottom {
  border-bottom: 0;
  border-top: 2px solid rgb(222.375, 222.81, 223.535);
}
.tab.bottom > .button, .tab.bottom > a.button, .tab.bottom > .buttons > .button, .tab.bottom > .buttons > a.button, .tab.bottom > .dropdown > .button, .tab.bottom > .dropdown > a.button, .tab.bottom > .buttons > .dropdown > .button, .tab.bottom > .buttons > .dropdown > a.button {
  margin-top: -2px;
  border-top: 4px solid transparent;
  border-bottom: 0;
  margin-bottom: 0;
}
.tab.bottom > .button:hover, .tab.bottom > a.button:hover, .tab.bottom > .buttons > .button:hover, .tab.bottom > .buttons > a.button:hover, .tab.bottom > .dropdown > .button:hover, .tab.bottom > .dropdown > a.button:hover, .tab.bottom > .buttons > .dropdown > .button:hover, .tab.bottom > .buttons > .dropdown > a.button:hover {
  border-top-color: rgb(144.4903846154, 145.9638461538, 148.4196153846);
}
.tab.bottom > .button.active, .tab.bottom > a.button.active, .tab.bottom > .buttons > .button.active, .tab.bottom > .buttons > a.button.active, .tab.bottom > .dropdown > .button.active, .tab.bottom > .dropdown > a.button.active, .tab.bottom > .buttons > .dropdown > .button.active, .tab.bottom > .buttons > .dropdown > a.button.active {
  border-top-color: #3266ec;
}
.tab.success .button.active,
.tab.success a.button.active,
.tab.success .dropdown .button.active,
.tab.success .dropdown a.button.active {
  border-bottom-color: #369138;
}
.tab.success.bottom .button.active,
.tab.success.bottom a.button.active,
.tab.success.bottom .dropdown .button.active,
.tab.success.bottom .dropdown a.button.active {
  border-top-color: #369138;
}
.tab.warning .button.active,
.tab.warning a.button.active,
.tab.warning .dropdown .button.active,
.tab.warning .dropdown a.button.active {
  border-bottom-color: #c17f2a;
}
.tab.warning.bottom .button.active,
.tab.warning.bottom a.button.active,
.tab.warning.bottom .dropdown .button.active,
.tab.warning.bottom .dropdown a.button.active {
  border-top-color: #c17f2a;
}
.tab.error .button.active,
.tab.error a.button.active,
.tab.error .dropdown .button.active,
.tab.error .dropdown a.button.active {
  border-bottom-color: #bd3254;
}
.tab.error.bottom .button.active,
.tab.error.bottom a.button.active,
.tab.error.bottom .dropdown .button.active,
.tab.error.bottom .dropdown a.button.active {
  border-top-color: #bd3254;
}
.tab.dark .button.active,
.tab.dark a.button.active,
.tab.dark .dropdown .button.active,
.tab.dark .dropdown a.button.active {
  border-bottom-color: #1e2126;
}
.tab.dark.bottom .button.active,
.tab.dark.bottom a.button.active,
.tab.dark.bottom .dropdown .button.active,
.tab.dark.bottom .dropdown a.button.active {
  border-top-color: #1e2126;
}
.tab.centered {
  justify-content: center;
}

.timeline .item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 1.25em 2em 2.85em;
}
.timeline .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: rgb(222.375, 222.81, 223.535);
}
.timeline .item:target .type {
  border-color: #3266ec;
  box-shadow: 0 0 0.2em #3266ec;
}
.timeline .item .type {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: rgb(222.375, 222.81, 223.535);
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  top: 17px;
  left: -15px;
  border: 2px solid #cbd3db;
  border-radius: 500px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14);
}
.timeline .item .type.primary {
  background-color: #3266ec;
  color: white;
  border-color: rgb(26.6629464286, 84.5825892857, 233.8370535714);
}
.timeline .item .type.success {
  background-color: #369138;
  color: white;
  border-color: rgb(47.0804020101, 126.4195979899, 48.824120603);
}
.timeline .item .type.warning {
  background-color: #c17f2a;
  color: white;
  border-color: rgb(172.0574468085, 113.2191489362, 37.4425531915);
}
.timeline .item .type.error {
  background-color: #bd3254;
  color: white;
  border-color: rgb(168.8347280335, 44.6652719665, 75.0376569038);
}
.timeline .item .type.dark {
  background-color: #1e2126;
  color: hsl(217.5, 1.8099547511%, 107.4333333333%);
  border-color: rgb(18.75, 20.625, 23.75);
}
.timeline .item .author,
.timeline .item .body,
.timeline .item .date,
.timeline .item .actions,
.timeline .item .media {
  min-width: 0;
  max-width: 100%;
  flex: auto;
  margin-left: 10px;
  width: 100%;
}
.timeline .item .body {
  color: #1e2126;
  font-family: unset;
}
.timeline .item .author {
  font-weight: bold;
  font-size: 1rem;
  font-family: unset;
  color: #1e2126;
}
.timeline .item .date {
  color: #1e2126;
  font-size: 0.9em;
  font-family: unset;
  opacity: 0.6;
}
.timeline .item .media {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.timeline .item .media iframe,
.timeline .item .media object,
.timeline .item .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline .item .media video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.timeline .item .media img {
  display: block;
}
.timeline .item > .media.two {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.two > div, .timeline .item > .media.two > a {
  flex: 0 0 calc(100% * 1 / 2);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.three {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.three > div, .timeline .item > .media.three > a {
  flex: 0 0 calc(100% * 1 / 3);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.four {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.four > div, .timeline .item > .media.four > a {
  flex: 0 0 calc(100% * 1 / 4);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.five {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.five > div, .timeline .item > .media.five > a {
  flex: 0 0 calc(100% * 1 / 5);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.six {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.six > div, .timeline .item > .media.six > a {
  flex: 0 0 calc(100% * 1 / 6);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.seven {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.seven > div, .timeline .item > .media.seven > a {
  flex: 0 0 calc(100% * 1 / 7);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.eight {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.eight > div, .timeline .item > .media.eight > a {
  flex: 0 0 calc(100% * 1 / 8);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.nine {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.nine > div, .timeline .item > .media.nine > a {
  flex: 0 0 calc(100% * 1 / 9);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.ten {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.ten > div, .timeline .item > .media.ten > a {
  flex: 0 0 calc(100% * 1 / 10);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.eleven {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.eleven > div, .timeline .item > .media.eleven > a {
  flex: 0 0 calc(100% * 1 / 11);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item > .media.twelve {
  padding-bottom: initial !important;
  height: auto;
}
.timeline .item > .media.twelve > div, .timeline .item > .media.twelve > a {
  flex: 0 0 calc(100% * 1 / 12);
  flex-grow: 1;
  padding: 1px;
}
.timeline .item .actions {
  margin-top: 16px;
}
.timeline .item:last-child::before {
  background: linear-gradient(180deg, #cbd3db 45%, rgba(255, 255, 255, 0) 100%);
}
.timeline .item:first-child::before {
  background: linear-gradient(0deg, #cbd3db 45%, rgba(255, 255, 255, 0) 100%);
}

.tooltip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: default;
  transition: opacity 0.18s;
}
.tooltip .text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: #39414f;
  z-index: 1;
  color: white;
  font-size: 0.9em;
  font-family: unset;
  font-weight: bold;
  width: max-content;
  max-width: 12.5rem;
  text-wrap: auto;
  white-space: normal;
  text-align: center;
  line-height: 1.25rem;
  padding: 0.45rem 0.7rem;
}
.tooltip .text::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #39414f transparent;
}
.tooltip.left > .text, .tooltip.right > .text, .tooltip.top > .text {
  top: auto;
}
.tooltip.left > .text::after, .tooltip.right > .text::after, .tooltip.top > .text::after {
  bottom: auto;
}
.tooltip.right > .text {
  left: 110%;
}
.tooltip.right > .text::after {
  right: 100%;
  left: auto;
  border-color: transparent #39414f transparent transparent;
}
.tooltip.left > .text {
  right: 110%;
}
.tooltip.left > .text::after {
  left: 100%;
  right: auto;
  margin: auto -5px auto auto;
  border-color: transparent transparent transparent #39414f;
}
.tooltip.top > .text {
  bottom: 120%;
}
.tooltip.top > .text::after {
  top: 100%;
  border-color: #39414f transparent transparent transparent;
}
.tooltip:hover .text {
  visibility: visible;
  opacity: 1;
}

.accent-primary {
  accent-color: #3266ec !important;
}

.accent-success {
  accent-color: #369138 !important;
}

.accent-warning {
  accent-color: #c17f2a !important;
}

.accent-error {
  accent-color: #bd3254 !important;
}

.accent-dark {
  accent-color: #39414f !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-flex-start {
  align-content: flex-start !important;
}

.align-content-flex-end {
  align-content: flex-end !important;
}

.align-content-space-between {
  align-content: space-between !important;
}

.align-content-space-around {
  align-content: space-around !important;
}

.align-content-space-evenly {
  align-content: space-evenly !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.align-items-flex-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-flex-start {
  align-self: flex-start !important;
}

.align-self-flex-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.appearance-auto {
  appearance: auto !important;
}

.appearance-none {
  appearance: none !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-left-center {
  background-position: left center !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-right-center {
  background-position: right center !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-center-top {
  background-position: center top !important;
}

.bg-center-bottom {
  background-position: center bottom !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-space {
  background-repeat: space !important;
}

.bg-round {
  background-repeat: round !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-color {
  background-color: white !important;
}

.bg-grey {
  background-color: rgb(222.375, 222.81, 223.535) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-black {
  background-color: black !important;
}

.bg-dark {
  background-color: #39414f !important;
}

.bg-primary {
  background-color: #3266ec !important;
}

.bg-success {
  background-color: #369138 !important;
}

.bg-warning {
  background-color: #c17f2a !important;
}

.bg-error {
  background-color: #bd3254 !important;
}

.bg-color-darken-5 {
  background-color: rgb(242.25, 242.25, 242.25) !important;
}

.bg-grey-darken-5 {
  background-color: rgb(211.25625, 211.6695, 212.35825) !important;
}

.bg-grey-lighten-5 {
  background-color: rgb(224.00625, 224.4195, 225.10825) !important;
}

.bg-white-darken-5 {
  background-color: rgb(242.25, 242.25, 242.25) !important;
}

.bg-black-lighten-5 {
  background-color: rgb(12.75, 12.75, 12.75) !important;
}

.bg-dark-darken-5 {
  background-color: rgb(54.15, 61.75, 75.05) !important;
}

.bg-dark-lighten-5 {
  background-color: rgb(66.9, 74.5, 87.8) !important;
}

.bg-primary-darken-5 {
  background-color: rgb(47.5, 96.9, 224.2) !important;
}

.bg-primary-lighten-5 {
  background-color: rgb(60.25, 109.65, 236.95) !important;
}

.bg-success-darken-5 {
  background-color: rgb(51.3, 137.75, 53.2) !important;
}

.bg-success-lighten-5 {
  background-color: rgb(64.05, 150.5, 65.95) !important;
}

.bg-warning-darken-5 {
  background-color: rgb(183.35, 120.65, 39.9) !important;
}

.bg-warning-lighten-5 {
  background-color: rgb(196.1, 133.4, 52.65) !important;
}

.bg-error-darken-5 {
  background-color: rgb(179.55, 47.5, 79.8) !important;
}

.bg-error-lighten-5 {
  background-color: rgb(192.3, 60.25, 92.55) !important;
}

.bg-color-darken-10 {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-grey-darken-10 {
  background-color: rgb(200.1375, 200.529, 201.1815) !important;
}

.bg-grey-lighten-10 {
  background-color: rgb(225.6375, 226.029, 226.6815) !important;
}

.bg-white-darken-10 {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-black-lighten-10 {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-dark-darken-10 {
  background-color: rgb(51.3, 58.5, 71.1) !important;
}

.bg-dark-lighten-10 {
  background-color: rgb(76.8, 84, 96.6) !important;
}

.bg-primary-darken-10 {
  background-color: rgb(45, 91.8, 212.4) !important;
}

.bg-primary-lighten-10 {
  background-color: rgb(70.5, 117.3, 237.9) !important;
}

.bg-success-darken-10 {
  background-color: rgb(48.6, 130.5, 50.4) !important;
}

.bg-success-lighten-10 {
  background-color: rgb(74.1, 156, 75.9) !important;
}

.bg-warning-darken-10 {
  background-color: rgb(173.7, 114.3, 37.8) !important;
}

.bg-warning-lighten-10 {
  background-color: rgb(199.2, 139.8, 63.3) !important;
}

.bg-error-darken-10 {
  background-color: rgb(170.1, 45, 75.6) !important;
}

.bg-error-lighten-10 {
  background-color: rgb(195.6, 70.5, 101.1) !important;
}

.bg-color-darken-15 {
  background-color: rgb(216.75, 216.75, 216.75) !important;
}

.bg-grey-darken-15 {
  background-color: rgb(189.01875, 189.3885, 190.00475) !important;
}

.bg-grey-lighten-15 {
  background-color: rgb(227.26875, 227.6385, 228.25475) !important;
}

.bg-white-darken-15 {
  background-color: rgb(216.75, 216.75, 216.75) !important;
}

.bg-black-lighten-15 {
  background-color: rgb(38.25, 38.25, 38.25) !important;
}

.bg-dark-darken-15 {
  background-color: rgb(48.45, 55.25, 67.15) !important;
}

.bg-dark-lighten-15 {
  background-color: rgb(86.7, 93.5, 105.4) !important;
}

.bg-primary-darken-15 {
  background-color: rgb(42.5, 86.7, 200.6) !important;
}

.bg-primary-lighten-15 {
  background-color: rgb(80.75, 124.95, 238.85) !important;
}

.bg-success-darken-15 {
  background-color: rgb(45.9, 123.25, 47.6) !important;
}

.bg-success-lighten-15 {
  background-color: rgb(84.15, 161.5, 85.85) !important;
}

.bg-warning-darken-15 {
  background-color: rgb(164.05, 107.95, 35.7) !important;
}

.bg-warning-lighten-15 {
  background-color: rgb(202.3, 146.2, 73.95) !important;
}

.bg-error-darken-15 {
  background-color: rgb(160.65, 42.5, 71.4) !important;
}

.bg-error-lighten-15 {
  background-color: rgb(198.9, 80.75, 109.65) !important;
}

.bg-color-darken-20 {
  background-color: #cccccc !important;
}

.bg-grey-darken-20 {
  background-color: rgb(177.9, 178.248, 178.828) !important;
}

.bg-grey-lighten-20 {
  background-color: rgb(228.9, 229.248, 229.828) !important;
}

.bg-white-darken-20 {
  background-color: #cccccc !important;
}

.bg-black-lighten-20 {
  background-color: #333333 !important;
}

.bg-dark-darken-20 {
  background-color: rgb(45.6, 52, 63.2) !important;
}

.bg-dark-lighten-20 {
  background-color: rgb(96.6, 103, 114.2) !important;
}

.bg-primary-darken-20 {
  background-color: rgb(40, 81.6, 188.8) !important;
}

.bg-primary-lighten-20 {
  background-color: rgb(91, 132.6, 239.8) !important;
}

.bg-success-darken-20 {
  background-color: rgb(43.2, 116, 44.8) !important;
}

.bg-success-lighten-20 {
  background-color: rgb(94.2, 167, 95.8) !important;
}

.bg-warning-darken-20 {
  background-color: rgb(154.4, 101.6, 33.6) !important;
}

.bg-warning-lighten-20 {
  background-color: rgb(205.4, 152.6, 84.6) !important;
}

.bg-error-darken-20 {
  background-color: rgb(151.2, 40, 67.2) !important;
}

.bg-error-lighten-20 {
  background-color: rgb(202.2, 91, 118.2) !important;
}

.bg-color-darken-25 {
  background-color: rgb(191.25, 191.25, 191.25) !important;
}

.bg-grey-darken-25 {
  background-color: rgb(166.78125, 167.1075, 167.65125) !important;
}

.bg-grey-lighten-25 {
  background-color: rgb(230.53125, 230.8575, 231.40125) !important;
}

.bg-white-darken-25 {
  background-color: rgb(191.25, 191.25, 191.25) !important;
}

.bg-black-lighten-25 {
  background-color: rgb(63.75, 63.75, 63.75) !important;
}

.bg-dark-darken-25 {
  background-color: rgb(42.75, 48.75, 59.25) !important;
}

.bg-dark-lighten-25 {
  background-color: rgb(106.5, 112.5, 123) !important;
}

.bg-primary-darken-25 {
  background-color: rgb(37.5, 76.5, 177) !important;
}

.bg-primary-lighten-25 {
  background-color: rgb(101.25, 140.25, 240.75) !important;
}

.bg-success-darken-25 {
  background-color: rgb(40.5, 108.75, 42) !important;
}

.bg-success-lighten-25 {
  background-color: rgb(104.25, 172.5, 105.75) !important;
}

.bg-warning-darken-25 {
  background-color: rgb(144.75, 95.25, 31.5) !important;
}

.bg-warning-lighten-25 {
  background-color: rgb(208.5, 159, 95.25) !important;
}

.bg-error-darken-25 {
  background-color: rgb(141.75, 37.5, 63) !important;
}

.bg-error-lighten-25 {
  background-color: rgb(205.5, 101.25, 126.75) !important;
}

.bg-color-darken-30 {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bg-grey-darken-30 {
  background-color: rgb(155.6625, 155.967, 156.4745) !important;
}

.bg-grey-lighten-30 {
  background-color: rgb(232.1625, 232.467, 232.9745) !important;
}

.bg-white-darken-30 {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bg-black-lighten-30 {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg-dark-darken-30 {
  background-color: rgb(39.9, 45.5, 55.3) !important;
}

.bg-dark-lighten-30 {
  background-color: rgb(116.4, 122, 131.8) !important;
}

.bg-primary-darken-30 {
  background-color: rgb(35, 71.4, 165.2) !important;
}

.bg-primary-lighten-30 {
  background-color: rgb(111.5, 147.9, 241.7) !important;
}

.bg-success-darken-30 {
  background-color: rgb(37.8, 101.5, 39.2) !important;
}

.bg-success-lighten-30 {
  background-color: rgb(114.3, 178, 115.7) !important;
}

.bg-warning-darken-30 {
  background-color: rgb(135.1, 88.9, 29.4) !important;
}

.bg-warning-lighten-30 {
  background-color: rgb(211.6, 165.4, 105.9) !important;
}

.bg-error-darken-30 {
  background-color: rgb(132.3, 35, 58.8) !important;
}

.bg-error-lighten-30 {
  background-color: rgb(208.8, 111.5, 135.3) !important;
}

.bg-color-darken-35 {
  background-color: rgb(165.75, 165.75, 165.75) !important;
}

.bg-grey-darken-35 {
  background-color: rgb(144.54375, 144.8265, 145.29775) !important;
}

.bg-grey-lighten-35 {
  background-color: rgb(233.79375, 234.0765, 234.54775) !important;
}

.bg-white-darken-35 {
  background-color: rgb(165.75, 165.75, 165.75) !important;
}

.bg-black-lighten-35 {
  background-color: rgb(89.25, 89.25, 89.25) !important;
}

.bg-dark-darken-35 {
  background-color: rgb(37.05, 42.25, 51.35) !important;
}

.bg-dark-lighten-35 {
  background-color: rgb(126.3, 131.5, 140.6) !important;
}

.bg-primary-darken-35 {
  background-color: rgb(32.5, 66.3, 153.4) !important;
}

.bg-primary-lighten-35 {
  background-color: rgb(121.75, 155.55, 242.65) !important;
}

.bg-success-darken-35 {
  background-color: rgb(35.1, 94.25, 36.4) !important;
}

.bg-success-lighten-35 {
  background-color: rgb(124.35, 183.5, 125.65) !important;
}

.bg-warning-darken-35 {
  background-color: rgb(125.45, 82.55, 27.3) !important;
}

.bg-warning-lighten-35 {
  background-color: rgb(214.7, 171.8, 116.55) !important;
}

.bg-error-darken-35 {
  background-color: rgb(122.85, 32.5, 54.6) !important;
}

.bg-error-lighten-35 {
  background-color: rgb(212.1, 121.75, 143.85) !important;
}

.bg-color-darken-40 {
  background-color: #999999 !important;
}

.bg-grey-darken-40 {
  background-color: rgb(133.425, 133.686, 134.121) !important;
}

.bg-grey-lighten-40 {
  background-color: rgb(235.425, 235.686, 236.121) !important;
}

.bg-white-darken-40 {
  background-color: #999999 !important;
}

.bg-black-lighten-40 {
  background-color: #666666 !important;
}

.bg-dark-darken-40 {
  background-color: rgb(34.2, 39, 47.4) !important;
}

.bg-dark-lighten-40 {
  background-color: rgb(136.2, 141, 149.4) !important;
}

.bg-primary-darken-40 {
  background-color: rgb(30, 61.2, 141.6) !important;
}

.bg-primary-lighten-40 {
  background-color: rgb(132, 163.2, 243.6) !important;
}

.bg-success-darken-40 {
  background-color: rgb(32.4, 87, 33.6) !important;
}

.bg-success-lighten-40 {
  background-color: rgb(134.4, 189, 135.6) !important;
}

.bg-warning-darken-40 {
  background-color: rgb(115.8, 76.2, 25.2) !important;
}

.bg-warning-lighten-40 {
  background-color: rgb(217.8, 178.2, 127.2) !important;
}

.bg-error-darken-40 {
  background-color: rgb(113.4, 30, 50.4) !important;
}

.bg-error-lighten-40 {
  background-color: rgb(215.4, 132, 152.4) !important;
}

.bg-color-darken-45 {
  background-color: rgb(140.25, 140.25, 140.25) !important;
}

.bg-grey-darken-45 {
  background-color: rgb(122.30625, 122.5455, 122.94425) !important;
}

.bg-grey-lighten-45 {
  background-color: rgb(237.05625, 237.2955, 237.69425) !important;
}

.bg-white-darken-45 {
  background-color: rgb(140.25, 140.25, 140.25) !important;
}

.bg-black-lighten-45 {
  background-color: rgb(114.75, 114.75, 114.75) !important;
}

.bg-dark-darken-45 {
  background-color: rgb(31.35, 35.75, 43.45) !important;
}

.bg-dark-lighten-45 {
  background-color: rgb(146.1, 150.5, 158.2) !important;
}

.bg-primary-darken-45 {
  background-color: rgb(27.5, 56.1, 129.8) !important;
}

.bg-primary-lighten-45 {
  background-color: rgb(142.25, 170.85, 244.55) !important;
}

.bg-success-darken-45 {
  background-color: rgb(29.7, 79.75, 30.8) !important;
}

.bg-success-lighten-45 {
  background-color: rgb(144.45, 194.5, 145.55) !important;
}

.bg-warning-darken-45 {
  background-color: rgb(106.15, 69.85, 23.1) !important;
}

.bg-warning-lighten-45 {
  background-color: rgb(220.9, 184.6, 137.85) !important;
}

.bg-error-darken-45 {
  background-color: rgb(103.95, 27.5, 46.2) !important;
}

.bg-error-lighten-45 {
  background-color: rgb(218.7, 142.25, 160.95) !important;
}

.bg-color-darken-50 {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.bg-grey-darken-50 {
  background-color: rgb(111.1875, 111.405, 111.7675) !important;
}

.bg-grey-lighten-50 {
  background-color: rgb(238.6875, 238.905, 239.2675) !important;
}

.bg-white-darken-50 {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.bg-black-lighten-50 {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.bg-dark-darken-50 {
  background-color: rgb(28.5, 32.5, 39.5) !important;
}

.bg-dark-lighten-50 {
  background-color: #9ca0a7 !important;
}

.bg-primary-darken-50 {
  background-color: #193376 !important;
}

.bg-primary-lighten-50 {
  background-color: rgb(152.5, 178.5, 245.5) !important;
}

.bg-success-darken-50 {
  background-color: rgb(27, 72.5, 28) !important;
}

.bg-success-lighten-50 {
  background-color: rgb(154.5, 200, 155.5) !important;
}

.bg-warning-darken-50 {
  background-color: rgb(96.5, 63.5, 21) !important;
}

.bg-warning-lighten-50 {
  background-color: rgb(224, 191, 148.5) !important;
}

.bg-error-darken-50 {
  background-color: rgb(94.5, 25, 42) !important;
}

.bg-error-lighten-50 {
  background-color: rgb(222, 152.5, 169.5) !important;
}

.border-white {
  border-color: white !important;
}

.border-black {
  border-color: black !important;
}

.border-grey {
  border-color: rgb(222.375, 222.81, 223.535) !important;
}

.border-color {
  border-color: #cbd3db !important;
}

.border-text {
  border-color: #1e2126 !important;
}

.border-primary {
  border-color: #3266ec !important;
}

.border-success {
  border-color: #369138 !important;
}

.border-warning {
  border-color: #c17f2a !important;
}

.border-error {
  border-color: #bd3254 !important;
}

.border-dark {
  border-color: #39414f !important;
}

.radius-2 {
  border-radius: 2px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-14 {
  border-radius: 14px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-500 {
  border-radius: 500px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-0 {
  border-width: 0rem !important;
}

.border-1 {
  border-width: 0.063rem !important;
}

.border-2 {
  border-width: 0.125rem !important;
}

.border-3 {
  border-width: 0.188rem !important;
}

.border-4 {
  border-width: 0.25rem !important;
}

.border-5 {
  border-width: 0.313rem !important;
}

.border-6 {
  border-width: 0.375rem !important;
}

.border-8 {
  border-width: 0.5rem !important;
}

.border-10 {
  border-width: 0.625rem !important;
}

.border-top-0 {
  border-top-width: 0rem !important;
}

.border-top-1 {
  border-top-width: 0.063rem !important;
}

.border-top-2 {
  border-top-width: 0.125rem !important;
}

.border-top-3 {
  border-top-width: 0.188rem !important;
}

.border-top-4 {
  border-top-width: 0.25rem !important;
}

.border-top-5 {
  border-top-width: 0.313rem !important;
}

.border-top-6 {
  border-top-width: 0.375rem !important;
}

.border-top-8 {
  border-top-width: 0.5rem !important;
}

.border-top-10 {
  border-top-width: 0.625rem !important;
}

.border-right-0 {
  border-right-width: 0rem !important;
}

.border-right-1 {
  border-right-width: 0.063rem !important;
}

.border-right-2 {
  border-right-width: 0.125rem !important;
}

.border-right-3 {
  border-right-width: 0.188rem !important;
}

.border-right-4 {
  border-right-width: 0.25rem !important;
}

.border-right-5 {
  border-right-width: 0.313rem !important;
}

.border-right-6 {
  border-right-width: 0.375rem !important;
}

.border-right-8 {
  border-right-width: 0.5rem !important;
}

.border-right-10 {
  border-right-width: 0.625rem !important;
}

.border-bottom-0 {
  border-bottom-width: 0rem !important;
}

.border-bottom-1 {
  border-bottom-width: 0.063rem !important;
}

.border-bottom-2 {
  border-bottom-width: 0.125rem !important;
}

.border-bottom-3 {
  border-bottom-width: 0.188rem !important;
}

.border-bottom-4 {
  border-bottom-width: 0.25rem !important;
}

.border-bottom-5 {
  border-bottom-width: 0.313rem !important;
}

.border-bottom-6 {
  border-bottom-width: 0.375rem !important;
}

.border-bottom-8 {
  border-bottom-width: 0.5rem !important;
}

.border-bottom-10 {
  border-bottom-width: 0.625rem !important;
}

.border-left-0 {
  border-left-width: 0rem !important;
}

.border-left-1 {
  border-left-width: 0.063rem !important;
}

.border-left-2 {
  border-left-width: 0.125rem !important;
}

.border-left-3 {
  border-left-width: 0.188rem !important;
}

.border-left-4 {
  border-left-width: 0.25rem !important;
}

.border-left-5 {
  border-left-width: 0.313rem !important;
}

.border-left-6 {
  border-left-width: 0.375rem !important;
}

.border-left-8 {
  border-left-width: 0.5rem !important;
}

.border-left-10 {
  border-left-width: 0.625rem !important;
}

.border-x-0 {
  border-left-width: 0rem !important;
  border-right-width: 0rem !important;
}

.border-y-0 {
  border-top-width: 0rem !important;
  border-bottom-width: 0rem !important;
}

.border-x-1 {
  border-left-width: 0.063rem !important;
  border-right-width: 0.063rem !important;
}

.border-y-1 {
  border-top-width: 0.063rem !important;
  border-bottom-width: 0.063rem !important;
}

.border-x-2 {
  border-left-width: 0.125rem !important;
  border-right-width: 0.125rem !important;
}

.border-y-2 {
  border-top-width: 0.125rem !important;
  border-bottom-width: 0.125rem !important;
}

.border-x-3 {
  border-left-width: 0.188rem !important;
  border-right-width: 0.188rem !important;
}

.border-y-3 {
  border-top-width: 0.188rem !important;
  border-bottom-width: 0.188rem !important;
}

.border-x-4 {
  border-left-width: 0.25rem !important;
  border-right-width: 0.25rem !important;
}

.border-y-4 {
  border-top-width: 0.25rem !important;
  border-bottom-width: 0.25rem !important;
}

.border-x-5 {
  border-left-width: 0.313rem !important;
  border-right-width: 0.313rem !important;
}

.border-y-5 {
  border-top-width: 0.313rem !important;
  border-bottom-width: 0.313rem !important;
}

.border-x-6 {
  border-left-width: 0.375rem !important;
  border-right-width: 0.375rem !important;
}

.border-y-6 {
  border-top-width: 0.375rem !important;
  border-bottom-width: 0.375rem !important;
}

.border-x-8 {
  border-left-width: 0.5rem !important;
  border-right-width: 0.5rem !important;
}

.border-y-8 {
  border-top-width: 0.5rem !important;
  border-bottom-width: 0.5rem !important;
}

.border-x-10 {
  border-left-width: 0.625rem !important;
  border-right-width: 0.625rem !important;
}

.border-y-10 {
  border-top-width: 0.625rem !important;
  border-bottom-width: 0.625rem !important;
}

.caret-primary {
  caret-color: #3266ec !important;
}

.caret-success {
  caret-color: #369138 !important;
}

.caret-warning {
  caret-color: #c17f2a !important;
}

.caret-error {
  caret-color: #bd3254 !important;
}

.color-grey {
  color: rgb(222.375, 222.81, 223.535) !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

.color-text {
  color: #1e2126 !important;
}

.color-primary {
  color: #3266ec !important;
}

.color-success {
  color: #369138 !important;
}

.color-warning {
  color: #c17f2a !important;
}

.color-error {
  color: #bd3254 !important;
}

.color-dark {
  color: #39414f !important;
}

.color-grey-darken-5 {
  color: rgb(211.25625, 211.6695, 212.35825) !important;
}

.color-grey-lighten-5 {
  color: rgb(224.00625, 224.4195, 225.10825) !important;
}

.color-white-darken-5 {
  color: rgb(242.25, 242.25, 242.25) !important;
}

.color-black-lighten-5 {
  color: rgb(12.75, 12.75, 12.75) !important;
}

.color-text-darken-5 {
  color: rgb(28.5, 31.35, 36.1) !important;
}

.color-text-lighten-5 {
  color: rgb(41.25, 44.1, 48.85) !important;
}

.color-primary-darken-5 {
  color: rgb(47.5, 96.9, 224.2) !important;
}

.color-primary-lighten-5 {
  color: rgb(60.25, 109.65, 236.95) !important;
}

.color-success-darken-5 {
  color: rgb(51.3, 137.75, 53.2) !important;
}

.color-success-lighten-5 {
  color: rgb(64.05, 150.5, 65.95) !important;
}

.color-warning-darken-5 {
  color: rgb(183.35, 120.65, 39.9) !important;
}

.color-warning-lighten-5 {
  color: rgb(196.1, 133.4, 52.65) !important;
}

.color-error-darken-5 {
  color: rgb(179.55, 47.5, 79.8) !important;
}

.color-error-lighten-5 {
  color: rgb(192.3, 60.25, 92.55) !important;
}

.color-dark-darken-5 {
  color: rgb(54.15, 61.75, 75.05) !important;
}

.color-dark-lighten-5 {
  color: rgb(66.9, 74.5, 87.8) !important;
}

.color-grey-darken-10 {
  color: rgb(200.1375, 200.529, 201.1815) !important;
}

.color-grey-lighten-10 {
  color: rgb(225.6375, 226.029, 226.6815) !important;
}

.color-white-darken-10 {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.color-black-lighten-10 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.color-text-darken-10 {
  color: rgb(27, 29.7, 34.2) !important;
}

.color-text-lighten-10 {
  color: rgb(52.5, 55.2, 59.7) !important;
}

.color-primary-darken-10 {
  color: rgb(45, 91.8, 212.4) !important;
}

.color-primary-lighten-10 {
  color: rgb(70.5, 117.3, 237.9) !important;
}

.color-success-darken-10 {
  color: rgb(48.6, 130.5, 50.4) !important;
}

.color-success-lighten-10 {
  color: rgb(74.1, 156, 75.9) !important;
}

.color-warning-darken-10 {
  color: rgb(173.7, 114.3, 37.8) !important;
}

.color-warning-lighten-10 {
  color: rgb(199.2, 139.8, 63.3) !important;
}

.color-error-darken-10 {
  color: rgb(170.1, 45, 75.6) !important;
}

.color-error-lighten-10 {
  color: rgb(195.6, 70.5, 101.1) !important;
}

.color-dark-darken-10 {
  color: rgb(51.3, 58.5, 71.1) !important;
}

.color-dark-lighten-10 {
  color: rgb(76.8, 84, 96.6) !important;
}

.color-grey-darken-15 {
  color: rgb(189.01875, 189.3885, 190.00475) !important;
}

.color-grey-lighten-15 {
  color: rgb(227.26875, 227.6385, 228.25475) !important;
}

.color-white-darken-15 {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.color-black-lighten-15 {
  color: rgb(38.25, 38.25, 38.25) !important;
}

.color-text-darken-15 {
  color: rgb(25.5, 28.05, 32.3) !important;
}

.color-text-lighten-15 {
  color: rgb(63.75, 66.3, 70.55) !important;
}

.color-primary-darken-15 {
  color: rgb(42.5, 86.7, 200.6) !important;
}

.color-primary-lighten-15 {
  color: rgb(80.75, 124.95, 238.85) !important;
}

.color-success-darken-15 {
  color: rgb(45.9, 123.25, 47.6) !important;
}

.color-success-lighten-15 {
  color: rgb(84.15, 161.5, 85.85) !important;
}

.color-warning-darken-15 {
  color: rgb(164.05, 107.95, 35.7) !important;
}

.color-warning-lighten-15 {
  color: rgb(202.3, 146.2, 73.95) !important;
}

.color-error-darken-15 {
  color: rgb(160.65, 42.5, 71.4) !important;
}

.color-error-lighten-15 {
  color: rgb(198.9, 80.75, 109.65) !important;
}

.color-dark-darken-15 {
  color: rgb(48.45, 55.25, 67.15) !important;
}

.color-dark-lighten-15 {
  color: rgb(86.7, 93.5, 105.4) !important;
}

.color-grey-darken-20 {
  color: rgb(177.9, 178.248, 178.828) !important;
}

.color-grey-lighten-20 {
  color: rgb(228.9, 229.248, 229.828) !important;
}

.color-white-darken-20 {
  color: #cccccc !important;
}

.color-black-lighten-20 {
  color: #333333 !important;
}

.color-text-darken-20 {
  color: rgb(24, 26.4, 30.4) !important;
}

.color-text-lighten-20 {
  color: rgb(75, 77.4, 81.4) !important;
}

.color-primary-darken-20 {
  color: rgb(40, 81.6, 188.8) !important;
}

.color-primary-lighten-20 {
  color: rgb(91, 132.6, 239.8) !important;
}

.color-success-darken-20 {
  color: rgb(43.2, 116, 44.8) !important;
}

.color-success-lighten-20 {
  color: rgb(94.2, 167, 95.8) !important;
}

.color-warning-darken-20 {
  color: rgb(154.4, 101.6, 33.6) !important;
}

.color-warning-lighten-20 {
  color: rgb(205.4, 152.6, 84.6) !important;
}

.color-error-darken-20 {
  color: rgb(151.2, 40, 67.2) !important;
}

.color-error-lighten-20 {
  color: rgb(202.2, 91, 118.2) !important;
}

.color-dark-darken-20 {
  color: rgb(45.6, 52, 63.2) !important;
}

.color-dark-lighten-20 {
  color: rgb(96.6, 103, 114.2) !important;
}

.color-grey-darken-25 {
  color: rgb(166.78125, 167.1075, 167.65125) !important;
}

.color-grey-lighten-25 {
  color: rgb(230.53125, 230.8575, 231.40125) !important;
}

.color-white-darken-25 {
  color: rgb(191.25, 191.25, 191.25) !important;
}

.color-black-lighten-25 {
  color: rgb(63.75, 63.75, 63.75) !important;
}

.color-text-darken-25 {
  color: rgb(22.5, 24.75, 28.5) !important;
}

.color-text-lighten-25 {
  color: rgb(86.25, 88.5, 92.25) !important;
}

.color-primary-darken-25 {
  color: rgb(37.5, 76.5, 177) !important;
}

.color-primary-lighten-25 {
  color: rgb(101.25, 140.25, 240.75) !important;
}

.color-success-darken-25 {
  color: rgb(40.5, 108.75, 42) !important;
}

.color-success-lighten-25 {
  color: rgb(104.25, 172.5, 105.75) !important;
}

.color-warning-darken-25 {
  color: rgb(144.75, 95.25, 31.5) !important;
}

.color-warning-lighten-25 {
  color: rgb(208.5, 159, 95.25) !important;
}

.color-error-darken-25 {
  color: rgb(141.75, 37.5, 63) !important;
}

.color-error-lighten-25 {
  color: rgb(205.5, 101.25, 126.75) !important;
}

.color-dark-darken-25 {
  color: rgb(42.75, 48.75, 59.25) !important;
}

.color-dark-lighten-25 {
  color: rgb(106.5, 112.5, 123) !important;
}

.color-grey-darken-30 {
  color: rgb(155.6625, 155.967, 156.4745) !important;
}

.color-grey-lighten-30 {
  color: rgb(232.1625, 232.467, 232.9745) !important;
}

.color-white-darken-30 {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.color-black-lighten-30 {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.color-text-darken-30 {
  color: rgb(21, 23.1, 26.6) !important;
}

.color-text-lighten-30 {
  color: rgb(97.5, 99.6, 103.1) !important;
}

.color-primary-darken-30 {
  color: rgb(35, 71.4, 165.2) !important;
}

.color-primary-lighten-30 {
  color: rgb(111.5, 147.9, 241.7) !important;
}

.color-success-darken-30 {
  color: rgb(37.8, 101.5, 39.2) !important;
}

.color-success-lighten-30 {
  color: rgb(114.3, 178, 115.7) !important;
}

.color-warning-darken-30 {
  color: rgb(135.1, 88.9, 29.4) !important;
}

.color-warning-lighten-30 {
  color: rgb(211.6, 165.4, 105.9) !important;
}

.color-error-darken-30 {
  color: rgb(132.3, 35, 58.8) !important;
}

.color-error-lighten-30 {
  color: rgb(208.8, 111.5, 135.3) !important;
}

.color-dark-darken-30 {
  color: rgb(39.9, 45.5, 55.3) !important;
}

.color-dark-lighten-30 {
  color: rgb(116.4, 122, 131.8) !important;
}

.color-grey-darken-35 {
  color: rgb(144.54375, 144.8265, 145.29775) !important;
}

.color-grey-lighten-35 {
  color: rgb(233.79375, 234.0765, 234.54775) !important;
}

.color-white-darken-35 {
  color: rgb(165.75, 165.75, 165.75) !important;
}

.color-black-lighten-35 {
  color: rgb(89.25, 89.25, 89.25) !important;
}

.color-text-darken-35 {
  color: rgb(19.5, 21.45, 24.7) !important;
}

.color-text-lighten-35 {
  color: rgb(108.75, 110.7, 113.95) !important;
}

.color-primary-darken-35 {
  color: rgb(32.5, 66.3, 153.4) !important;
}

.color-primary-lighten-35 {
  color: rgb(121.75, 155.55, 242.65) !important;
}

.color-success-darken-35 {
  color: rgb(35.1, 94.25, 36.4) !important;
}

.color-success-lighten-35 {
  color: rgb(124.35, 183.5, 125.65) !important;
}

.color-warning-darken-35 {
  color: rgb(125.45, 82.55, 27.3) !important;
}

.color-warning-lighten-35 {
  color: rgb(214.7, 171.8, 116.55) !important;
}

.color-error-darken-35 {
  color: rgb(122.85, 32.5, 54.6) !important;
}

.color-error-lighten-35 {
  color: rgb(212.1, 121.75, 143.85) !important;
}

.color-dark-darken-35 {
  color: rgb(37.05, 42.25, 51.35) !important;
}

.color-dark-lighten-35 {
  color: rgb(126.3, 131.5, 140.6) !important;
}

.color-grey-darken-40 {
  color: rgb(133.425, 133.686, 134.121) !important;
}

.color-grey-lighten-40 {
  color: rgb(235.425, 235.686, 236.121) !important;
}

.color-white-darken-40 {
  color: #999999 !important;
}

.color-black-lighten-40 {
  color: #666666 !important;
}

.color-text-darken-40 {
  color: rgb(18, 19.8, 22.8) !important;
}

.color-text-lighten-40 {
  color: rgb(120, 121.8, 124.8) !important;
}

.color-primary-darken-40 {
  color: rgb(30, 61.2, 141.6) !important;
}

.color-primary-lighten-40 {
  color: rgb(132, 163.2, 243.6) !important;
}

.color-success-darken-40 {
  color: rgb(32.4, 87, 33.6) !important;
}

.color-success-lighten-40 {
  color: rgb(134.4, 189, 135.6) !important;
}

.color-warning-darken-40 {
  color: rgb(115.8, 76.2, 25.2) !important;
}

.color-warning-lighten-40 {
  color: rgb(217.8, 178.2, 127.2) !important;
}

.color-error-darken-40 {
  color: rgb(113.4, 30, 50.4) !important;
}

.color-error-lighten-40 {
  color: rgb(215.4, 132, 152.4) !important;
}

.color-dark-darken-40 {
  color: rgb(34.2, 39, 47.4) !important;
}

.color-dark-lighten-40 {
  color: rgb(136.2, 141, 149.4) !important;
}

.color-grey-darken-45 {
  color: rgb(122.30625, 122.5455, 122.94425) !important;
}

.color-grey-lighten-45 {
  color: rgb(237.05625, 237.2955, 237.69425) !important;
}

.color-white-darken-45 {
  color: rgb(140.25, 140.25, 140.25) !important;
}

.color-black-lighten-45 {
  color: rgb(114.75, 114.75, 114.75) !important;
}

.color-text-darken-45 {
  color: rgb(16.5, 18.15, 20.9) !important;
}

.color-text-lighten-45 {
  color: rgb(131.25, 132.9, 135.65) !important;
}

.color-primary-darken-45 {
  color: rgb(27.5, 56.1, 129.8) !important;
}

.color-primary-lighten-45 {
  color: rgb(142.25, 170.85, 244.55) !important;
}

.color-success-darken-45 {
  color: rgb(29.7, 79.75, 30.8) !important;
}

.color-success-lighten-45 {
  color: rgb(144.45, 194.5, 145.55) !important;
}

.color-warning-darken-45 {
  color: rgb(106.15, 69.85, 23.1) !important;
}

.color-warning-lighten-45 {
  color: rgb(220.9, 184.6, 137.85) !important;
}

.color-error-darken-45 {
  color: rgb(103.95, 27.5, 46.2) !important;
}

.color-error-lighten-45 {
  color: rgb(218.7, 142.25, 160.95) !important;
}

.color-dark-darken-45 {
  color: rgb(31.35, 35.75, 43.45) !important;
}

.color-dark-lighten-45 {
  color: rgb(146.1, 150.5, 158.2) !important;
}

.color-grey-darken-50 {
  color: rgb(111.1875, 111.405, 111.7675) !important;
}

.color-grey-lighten-50 {
  color: rgb(238.6875, 238.905, 239.2675) !important;
}

.color-white-darken-50 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.color-black-lighten-50 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.color-text-darken-50 {
  color: rgb(15, 16.5, 19) !important;
}

.color-text-lighten-50 {
  color: rgb(142.5, 144, 146.5) !important;
}

.color-primary-darken-50 {
  color: #193376 !important;
}

.color-primary-lighten-50 {
  color: rgb(152.5, 178.5, 245.5) !important;
}

.color-success-darken-50 {
  color: rgb(27, 72.5, 28) !important;
}

.color-success-lighten-50 {
  color: rgb(154.5, 200, 155.5) !important;
}

.color-warning-darken-50 {
  color: rgb(96.5, 63.5, 21) !important;
}

.color-warning-lighten-50 {
  color: rgb(224, 191, 148.5) !important;
}

.color-error-darken-50 {
  color: rgb(94.5, 25, 42) !important;
}

.color-error-lighten-50 {
  color: rgb(222, 152.5, 169.5) !important;
}

.color-dark-darken-50 {
  color: rgb(28.5, 32.5, 39.5) !important;
}

.color-dark-lighten-50 {
  color: #9ca0a7 !important;
}

.columns-auto {
  columns: auto !important;
}

.columns-1 {
  columns: 1 !important;
}

.columns-2 {
  columns: 2 !important;
}

.columns-3 {
  columns: 3 !important;
}

.columns-4 {
  columns: 4 !important;
}

.columns-5 {
  columns: 5 !important;
}

.columns-6 {
  columns: 6 !important;
}

.columns-7 {
  columns: 7 !important;
}

.columns-8 {
  columns: 8 !important;
}

.columns-9 {
  columns: 9 !important;
}

.columns-10 {
  columns: 10 !important;
}

.columns-11 {
  columns: 11 !important;
}

.columns-12 {
  columns: 12 !important;
}

.columns-13 {
  columns: 13 !important;
}

.columns-14 {
  columns: 14 !important;
}

.columns-15 {
  columns: 15 !important;
}

.columns-16 {
  columns: 16 !important;
}

.cursor-alias {
  cursor: alias !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.filter-invert {
  filter: invert(100%) !important;
}

.filter-gray {
  filter: grayscale(100%) !important;
}

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

.display-flex {
  display: flex !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

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

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

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

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

.display-table {
  display: table !important;
}

.display-inline-table {
  display: inline-table !important;
}

.display-table-row {
  display: table-row !important;
}

.display-table-column {
  display: table-column !important;
}

.display-table-cell {
  display: table-cell !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.grow-1 {
  flex-grow: 1 !important;
}

.grow-0 {
  flex-grow: 0 !important;
}

.shrink-1 {
  flex-shrink: 1 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.text-mini {
  font-size: 60% !important;
}

.text-tiny {
  font-size: 73% !important;
}

.text-small {
  font-size: 85% !important;
}

.text-medium {
  font-size: 110% !important;
}

.text-large {
  font-size: 120% !important;
}

.text-larger {
  font-size: 145% !important;
}

.text-largest {
  font-size: 170% !important;
}

.text-big {
  font-size: 200% !important;
}

.text-bigger {
  font-size: 225% !important;
}

.text-biggest {
  font-size: 250% !important;
}

.text-huge {
  font-size: 350% !important;
}

.text-giant {
  font-size: 450% !important;
}

.text-normal {
  font-style: normal !important;
}

.text-italic {
  font-style: italic !important;
}

.weight-100 {
  font-weight: 100 !important;
}

.weight-200 {
  font-weight: 200 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.weight-normal {
  font-weight: normal !important;
}

.weight-bold {
  font-weight: bold !important;
}

.weight-bolder {
  font-weight: bolder !important;
}

.weight-lighter {
  font-weight: lighter !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 0.125rem !important;
}

.gap-4 {
  gap: 0.25rem !important;
}

.gap-6 {
  gap: 0.375rem !important;
}

.gap-8 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-16 {
  gap: 1rem !important;
}

.gap-24 {
  gap: 1.5rem !important;
}

.gap-32 {
  gap: 2rem !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-x-1 {
  column-gap: 1px !important;
}

.gap-x-2 {
  column-gap: 0.125rem !important;
}

.gap-x-4 {
  column-gap: 0.25rem !important;
}

.gap-x-6 {
  column-gap: 0.375rem !important;
}

.gap-x-8 {
  column-gap: 0.5rem !important;
}

.gap-x-10 {
  column-gap: 0.625rem !important;
}

.gap-x-16 {
  column-gap: 1rem !important;
}

.gap-x-24 {
  column-gap: 1.5rem !important;
}

.gap-x-32 {
  column-gap: 2rem !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-y-1 {
  row-gap: 1px !important;
}

.gap-y-2 {
  row-gap: 0.125rem !important;
}

.gap-y-4 {
  row-gap: 0.25rem !important;
}

.gap-y-6 {
  row-gap: 0.375rem !important;
}

.gap-y-8 {
  row-gap: 0.5rem !important;
}

.gap-y-10 {
  row-gap: 0.625rem !important;
}

.gap-y-16 {
  row-gap: 1rem !important;
}

.gap-y-24 {
  row-gap: 1.5rem !important;
}

.gap-y-32 {
  row-gap: 2rem !important;
}

.height-min-content {
  height: min-content !important;
}

.height-max-content {
  height: max-content !important;
}

.height-fit-content {
  height: fit-content !important;
}

.height-10 {
  height: 0.625rem !important;
}

.height-20 {
  height: 1.25rem !important;
}

.height-30 {
  height: 1.875rem !important;
}

.height-40 {
  height: 2.5rem !important;
}

.height-50 {
  height: 3.125rem !important;
}

.height-60 {
  height: 3.75rem !important;
}

.height-70 {
  height: 4.375rem !important;
}

.height-80 {
  height: 5rem !important;
}

.height-100 {
  height: 6.25rem !important;
}

.height-160 {
  height: 10rem !important;
}

.height-200 {
  height: 12.5rem !important;
}

.height-240 {
  height: 15rem !important;
}

.height-280 {
  height: 17.5rem !important;
}

.height-320 {
  height: 20rem !important;
}

.height-400 {
  height: 25rem !important;
}

.height-480 {
  height: 30rem !important;
}

.height-560 {
  height: 35rem !important;
}

.height-640 {
  height: 40rem !important;
}

.height-720 {
  height: 45rem !important;
}

.height-800 {
  height: 50rem !important;
}

.height-1200 {
  height: 75rem !important;
}

.top-0 {
  top: 0 !important;
}

.top-auto {
  top: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-auto {
  bottom: auto !important;
}

.left-0 {
  left: 0 !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0 !important;
}

.right-auto {
  right: auto !important;
}

.justify-content-baseline {
  justify-content: baseline !important;
}

.justify-content-flex-start {
  justify-content: flex-start !important;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-left {
  justify-items: left !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-right {
  justify-items: right !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-normal {
  justify-self: normal !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-left {
  justify-self: left !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-right {
  justify-self: right !important;
}

.justify-self-first-baseline {
  justify-self: first baseline !important;
}

.justify-self-last-baseline {
  justify-self: last baseline !important;
}

.letter-tightest {
  letter-spacing: -0.094rem !important;
}

.letter-tighter {
  letter-spacing: -0.063rem !important;
}

.letter-tight {
  letter-spacing: -0.031rem !important;
}

.letter-normal {
  letter-spacing: 0rem !important;
}

.letter-wide {
  letter-spacing: 0.031rem !important;
}

.letter-wider {
  letter-spacing: 0.063rem !important;
}

.letter-widest {
  letter-spacing: 0.094rem !important;
}

.leading-1 {
  line-height: 1 !important;
}

.leading-3 {
  line-height: 0.75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-2 {
  margin: 0.125rem !important;
}

.m-3 {
  margin: 0.188rem !important;
}

.m-4 {
  margin: 0.25rem !important;
}

.m-5 {
  margin: 0.313rem !important;
}

.m-6 {
  margin: 0.375rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.m-15 {
  margin: 0.938rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-25 {
  margin: 1.563rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-125 {
  margin: 7.813rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.m-175 {
  margin: 10.938rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-240 {
  margin: 15rem !important;
}

.m-280 {
  margin: 17.5rem !important;
}

.m-320 {
  margin: 20rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.125rem !important;
}

.mt-3 {
  margin-top: 0.188rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-5 {
  margin-top: 0.313rem !important;
}

.mt-6 {
  margin-top: 0.375rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.563rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-125 {
  margin-top: 7.813rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.mt-175 {
  margin-top: 10.938rem !important;
}

.mt-200 {
  margin-top: 12.5rem !important;
}

.mt-240 {
  margin-top: 15rem !important;
}

.mt-280 {
  margin-top: 17.5rem !important;
}

.mt-320 {
  margin-top: 20rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-2 {
  margin-right: 0.125rem !important;
}

.mr-3 {
  margin-right: 0.188rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mr-5 {
  margin-right: 0.313rem !important;
}

.mr-6 {
  margin-right: 0.375rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mr-15 {
  margin-right: 0.938rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mr-25 {
  margin-right: 1.563rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mr-50 {
  margin-right: 3.125rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.mr-70 {
  margin-right: 4.375rem !important;
}

.mr-80 {
  margin-right: 5rem !important;
}

.mr-100 {
  margin-right: 6.25rem !important;
}

.mr-125 {
  margin-right: 7.813rem !important;
}

.mr-150 {
  margin-right: 9.375rem !important;
}

.mr-175 {
  margin-right: 10.938rem !important;
}

.mr-200 {
  margin-right: 12.5rem !important;
}

.mr-240 {
  margin-right: 15rem !important;
}

.mr-280 {
  margin-right: 17.5rem !important;
}

.mr-320 {
  margin-right: 20rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.mb-3 {
  margin-bottom: 0.188rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 0.313rem !important;
}

.mb-6 {
  margin-bottom: 0.375rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.563rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-125 {
  margin-bottom: 7.813rem !important;
}

.mb-150 {
  margin-bottom: 9.375rem !important;
}

.mb-175 {
  margin-bottom: 10.938rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.mb-240 {
  margin-bottom: 15rem !important;
}

.mb-280 {
  margin-bottom: 17.5rem !important;
}

.mb-320 {
  margin-bottom: 20rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-2 {
  margin-left: 0.125rem !important;
}

.ml-3 {
  margin-left: 0.188rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.ml-5 {
  margin-left: 0.313rem !important;
}

.ml-6 {
  margin-left: 0.375rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-15 {
  margin-left: 0.938rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.ml-25 {
  margin-left: 1.563rem !important;
}

.ml-30 {
  margin-left: 1.875rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.ml-50 {
  margin-left: 3.125rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.ml-70 {
  margin-left: 4.375rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.ml-100 {
  margin-left: 6.25rem !important;
}

.ml-125 {
  margin-left: 7.813rem !important;
}

.ml-150 {
  margin-left: 9.375rem !important;
}

.ml-175 {
  margin-left: 10.938rem !important;
}

.ml-200 {
  margin-left: 12.5rem !important;
}

.ml-240 {
  margin-left: 15rem !important;
}

.ml-280 {
  margin-left: 17.5rem !important;
}

.ml-320 {
  margin-left: 20rem !important;
}

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

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

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

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

.mx-2 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.my-2 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.mx-3 {
  margin-left: 0.188rem !important;
  margin-right: 0.188rem !important;
}

.my-3 {
  margin-top: 0.188rem !important;
  margin-bottom: 0.188rem !important;
}

.mx-4 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-5 {
  margin-left: 0.313rem !important;
  margin-right: 0.313rem !important;
}

.my-5 {
  margin-top: 0.313rem !important;
  margin-bottom: 0.313rem !important;
}

.mx-6 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.my-6 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.mx-8 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.mx-15 {
  margin-left: 0.938rem !important;
  margin-right: 0.938rem !important;
}

.my-15 {
  margin-top: 0.938rem !important;
  margin-bottom: 0.938rem !important;
}

.mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-25 {
  margin-left: 1.563rem !important;
  margin-right: 1.563rem !important;
}

.my-25 {
  margin-top: 1.563rem !important;
  margin-bottom: 1.563rem !important;
}

.mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mx-40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.mx-60 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-70 {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important;
}

.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.mx-80 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-100 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-125 {
  margin-left: 7.813rem !important;
  margin-right: 7.813rem !important;
}

.my-125 {
  margin-top: 7.813rem !important;
  margin-bottom: 7.813rem !important;
}

.mx-150 {
  margin-left: 9.375rem !important;
  margin-right: 9.375rem !important;
}

.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.mx-175 {
  margin-left: 10.938rem !important;
  margin-right: 10.938rem !important;
}

.my-175 {
  margin-top: 10.938rem !important;
  margin-bottom: 10.938rem !important;
}

.mx-200 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mx-240 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-240 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.mx-280 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important;
}

.my-280 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}

.mx-320 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-320 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.object-fill {
  object-fit: fill !important;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-none {
  object-fit: none !important;
}

.object-scale-down {
  object-fit: scale-down !important;
}

.object-bottom {
  object-position: bottom !important;
}

.object-center {
  object-position: center !important;
}

.object-left {
  object-position: left !important;
}

.object-left-bottom {
  object-position: left bottom !important;
}

.object-left-top {
  object-position: left top !important;
}

.object-right {
  object-position: right !important;
}

.object-right-bottom {
  object-position: right bottom !important;
}

.object-right-top {
  object-position: right top !important;
}

.object-top {
  object-position: top !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.outline-grey {
  outline-color: rgb(222.375, 222.81, 223.535) !important;
}

.outline-white {
  outline-color: white !important;
}

.outline-black {
  outline-color: black !important;
}

.outline-text {
  outline-color: #1e2126 !important;
}

.outline-primary {
  outline-color: #3266ec !important;
}

.outline-success {
  outline-color: #369138 !important;
}

.outline-warning {
  outline-color: #c17f2a !important;
}

.outline-error {
  outline-color: #bd3254 !important;
}

.outline-dark {
  outline-color: #39414f !important;
}

.outline-offset-0 {
  outline-offset: 0 !important;
}

.outline-offset-1 {
  outline-offset: 1 !important;
}

.outline-offset-2 {
  outline-offset: 2 !important;
}

.outline-offset-4 {
  outline-offset: 4 !important;
}

.outline-offset-8 {
  outline-offset: 8 !important;
}

.outline-solid {
  outline-style: solid !important;
}

.outline-dashed {
  outline-style: dashed !important;
}

.outline-dotted {
  outline-style: dotted !important;
}

.outline-double {
  outline-style: double !important;
}

.outline-0 {
  outline-width: 0 !important;
}

.outline-1 {
  outline-width: 1 !important;
}

.outline-2 {
  outline-width: 2 !important;
}

.outline-4 {
  outline-width: 4 !important;
}

.outline-8 {
  outline-width: 8 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.p-auto {
  padding: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.125rem !important;
}

.p-3 {
  padding: 0.188rem !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.p-5 {
  padding: 0.313rem !important;
}

.p-6 {
  padding: 0.375rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.938rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-25 {
  padding: 1.563rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-125 {
  padding: 7.813rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.p-175 {
  padding: 10.938rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.p-240 {
  padding: 15rem !important;
}

.p-280 {
  padding: 17.5rem !important;
}

.p-320 {
  padding: 20rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 0.125rem !important;
}

.pt-3 {
  padding-top: 0.188rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pt-5 {
  padding-top: 0.313rem !important;
}

.pt-6 {
  padding-top: 0.375rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.938rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.563rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-125 {
  padding-top: 7.813rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-175 {
  padding-top: 10.938rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pt-240 {
  padding-top: 15rem !important;
}

.pt-280 {
  padding-top: 17.5rem !important;
}

.pt-320 {
  padding-top: 20rem !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-2 {
  padding-right: 0.125rem !important;
}

.pr-3 {
  padding-right: 0.188rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pr-5 {
  padding-right: 0.313rem !important;
}

.pr-6 {
  padding-right: 0.375rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pr-10 {
  padding-right: 0.625rem !important;
}

.pr-15 {
  padding-right: 0.938rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pr-25 {
  padding-right: 1.563rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pr-50 {
  padding-right: 3.125rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.pr-70 {
  padding-right: 4.375rem !important;
}

.pr-80 {
  padding-right: 5rem !important;
}

.pr-100 {
  padding-right: 6.25rem !important;
}

.pr-125 {
  padding-right: 7.813rem !important;
}

.pr-150 {
  padding-right: 9.375rem !important;
}

.pr-175 {
  padding-right: 10.938rem !important;
}

.pr-200 {
  padding-right: 12.5rem !important;
}

.pr-240 {
  padding-right: 15rem !important;
}

.pr-280 {
  padding-right: 17.5rem !important;
}

.pr-320 {
  padding-right: 20rem !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 0.125rem !important;
}

.pb-3 {
  padding-bottom: 0.188rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pb-5 {
  padding-bottom: 0.313rem !important;
}

.pb-6 {
  padding-bottom: 0.375rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.938rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.563rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-125 {
  padding-bottom: 7.813rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-175 {
  padding-bottom: 10.938rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.pb-240 {
  padding-bottom: 15rem !important;
}

.pb-280 {
  padding-bottom: 17.5rem !important;
}

.pb-320 {
  padding-bottom: 20rem !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 0.125rem !important;
}

.pl-3 {
  padding-left: 0.188rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pl-5 {
  padding-left: 0.313rem !important;
}

.pl-6 {
  padding-left: 0.375rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.pl-15 {
  padding-left: 0.938rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pl-25 {
  padding-left: 1.563rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pl-50 {
  padding-left: 3.125rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.pl-70 {
  padding-left: 4.375rem !important;
}

.pl-80 {
  padding-left: 5rem !important;
}

.pl-100 {
  padding-left: 6.25rem !important;
}

.pl-125 {
  padding-left: 7.813rem !important;
}

.pl-150 {
  padding-left: 9.375rem !important;
}

.pl-175 {
  padding-left: 10.938rem !important;
}

.pl-200 {
  padding-left: 12.5rem !important;
}

.pl-240 {
  padding-left: 15rem !important;
}

.pl-280 {
  padding-left: 17.5rem !important;
}

.pl-320 {
  padding-left: 20rem !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-2 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.px-3 {
  padding-left: 0.188rem !important;
  padding-right: 0.188rem !important;
}

.py-3 {
  padding-top: 0.188rem !important;
  padding-bottom: 0.188rem !important;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 0.313rem !important;
  padding-right: 0.313rem !important;
}

.py-5 {
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}

.px-6 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.py-6 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-15 {
  padding-left: 0.938rem !important;
  padding-right: 0.938rem !important;
}

.py-15 {
  padding-top: 0.938rem !important;
  padding-bottom: 0.938rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-25 {
  padding-left: 1.563rem !important;
  padding-right: 1.563rem !important;
}

.py-25 {
  padding-top: 1.563rem !important;
  padding-bottom: 1.563rem !important;
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-125 {
  padding-left: 7.813rem !important;
  padding-right: 7.813rem !important;
}

.py-125 {
  padding-top: 7.813rem !important;
  padding-bottom: 7.813rem !important;
}

.px-150 {
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.px-175 {
  padding-left: 10.938rem !important;
  padding-right: 10.938rem !important;
}

.py-175 {
  padding-top: 10.938rem !important;
  padding-bottom: 10.938rem !important;
}

.px-200 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.px-240 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-240 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.px-280 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important;
}

.py-280 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

.px-320 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-320 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-space-between {
  place-content: space-between !important;
}

.place-content-space-around {
  place-content: space-around !important;
}

.place-content-space-evenly {
  place-content: space-evenly !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-baseline {
  place-items: baseline !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-left {
  place-self: left !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-right {
  place-self: right !important;
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: sticky !important;
}

.resize-none {
  resize: none !important;
}

.resize-both {
  resize: both !important;
}

.resize-horizontal {
  resize: horizontal !important;
}

.resize-vertical {
  resize: vertical !important;
}

.rotate-3 {
  rotate: 3deg !important;
}

.rotate-6 {
  rotate: 6deg !important;
}

.rotate-9 {
  rotate: 9deg !important;
}

.rotate-12 {
  rotate: 12deg !important;
}

.rotate-24 {
  rotate: 24deg !important;
}

.rotate-33 {
  rotate: 33deg !important;
}

.rotate-45 {
  rotate: 45deg !important;
}

.rotate-66 {
  rotate: 66deg !important;
}

.rotate-90 {
  rotate: 90deg !important;
}

.rotate-180 {
  rotate: 180deg !important;
}

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

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

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

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

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

.text-wrap {
  text-wrap: wrap !important;
}

.text-nowrap {
  text-wrap: nowrap !important;
}

.text-balance {
  text-wrap: balance !important;
}

.text-pretty {
  text-wrap: pretty !important;
}

.select-none {
  user-select: none !important;
}

.select-auto {
  user-select: auto !important;
}

.select-text {
  user-select: text !important;
}

.select-all {
  user-select: all !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-sub {
  vertical-align: sub !important;
}

.align-super {
  vertical-align: super !important;
}

.width-min-content {
  width: min-content !important;
}

.width-max-content {
  width: max-content !important;
}

.width-fit-content {
  width: fit-content !important;
}

.width-10 {
  width: 0.625rem !important;
}

.width-20 {
  width: 1.25rem !important;
}

.width-30 {
  width: 1.875rem !important;
}

.width-40 {
  width: 2.5rem !important;
}

.width-50 {
  width: 3.125rem !important;
}

.width-60 {
  width: 3.75rem !important;
}

.width-70 {
  width: 4.375rem !important;
}

.width-80 {
  width: 5rem !important;
}

.width-100 {
  width: 6.25rem !important;
}

.width-160 {
  width: 10rem !important;
}

.width-200 {
  width: 12.5rem !important;
}

.width-240 {
  width: 15rem !important;
}

.width-280 {
  width: 17.5rem !important;
}

.width-320 {
  width: 20rem !important;
}

.width-400 {
  width: 25rem !important;
}

.width-480 {
  width: 30rem !important;
}

.width-560 {
  width: 35rem !important;
}

.width-640 {
  width: 40rem !important;
}

.width-720 {
  width: 45rem !important;
}

.width-800 {
  width: 50rem !important;
}

.width-1200 {
  width: 75rem !important;
}

.width-1400 {
  width: 87.5rem !important;
}

.width-1600 {
  width: 100rem !important;
}

.z-auto {
  z-index: auto !important;
}

.z--1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !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-99 {
  z-index: 99 !important;
}

.centered {
  margin: 0 auto;
}

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

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

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

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

.float.right {
  float: right;
}

.float.left {
  float: left;
}

.full.width {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.full.height {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.vh-100 {
  height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.fade {
  opacity: 0;
}

/* seperator for flex */
.spacer {
  flex-grow: 1 !important;
  outline: none;
}

.avatar {
  display: inline-block;
  border-radius: 50%;
}

.reset {
  padding: 0 !important;
  margin: 0 !important;
}

.reverse {
  transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transparent {
  background: transparent !important;
}

.pure, .pure > div {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
}

.bordered {
  border: 1px solid #cbd3db;
}

.borderless {
  border: none !important;
}

.rounded {
  border-radius: 0.25rem;
}

.radiusless {
  border-radius: 0 !important;
}

.shadowed {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.14) !important;
}

.shadowless {
  box-shadow: none !important;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

header .tp-nv-section-header {
  border-top-width: 1px;
  border-top-color: #dddddd;
}
header .material-symbols-outlined {
  font-size: 20px;
}

.row {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
