/* You can add global styles to this file, and also import other style files */
/*theme-colors Merge Or overrides*/
/*colors Merge Or overrides*/
/*$colors: () !default;
$colors: map-merge(
    (
      'white': $white,
    ),
    $colors
);*/
/*RGBA backgrounds*/
/*opacity*/
/*spacer*/
/*borders-width*/
/*fonts*/
/*Font Size*/
/*$drop-shadpw*/
/*Hover opacity variables*/
/*$transition-fill*/
/*$transition-bg-fill*/
/*$transition-all*/
/*default transitions*/
/*Header*/
/*sizes*/
/*grid-breakpoints*/
/*$container-max-widths*/
/*$overflows*/
/*z-index*/
button {
  outline: 0 !important;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none; }

input::-ms-clear {
  display: none; }

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #ffff !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  transition: background-color 0s ease-in-out 0s; }

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

@media (max-width: 1200px) {
  .container {
    /*max-width: 100%!important;*/ } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue LT GEO 55 Roman";
  font-size: 14px;
  line-height: 100%;
  color: #000000; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  transition: .3s ease-in-out; }
  a:hover {
    color: #000000; }

/*BOOTSTRAP*/
/*BOOTSTRAP*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000000;
  --white: #ffff;
  --gray-light: #797878;
  --light-black: #2a2a2a;
  --main-red: #a31931;
  --beige: #f7f5eb;
  --brown: #41352d;
  --light-brown: #655b53;
  --base: #121212;
  --success-alert: #00B689;
  --gray-light-80: rgba(233, 232, 225, 0.8);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-m: 1024px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Helvetica Neue LT GEO 55 Roman";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #007bff; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffff;
    border-color: #a11c34;
    background-color: #a11c34;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fafafa !important;
  border-color: #efefef !important; }

.custom-control.error .custom-control-label::before {
  border-color: #a11c34 !important; }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fafafa !important;
    border-color: #efefef !important; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffff;
  border: 1px solid #ced4da;
  border-radius: 8px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 8px 8px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1302px; } }

.container-fluid, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-m, .container-lg {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-m, .container-lg, .container-xl {
    max-width: 1302px; } }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-m,
.col-m-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-m-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-m-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-m-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-m-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-m-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-m-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-m-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-m-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-m-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-m-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-m-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #ffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
    background-color: rgba(233, 236, 239, 0.5); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 12px; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 24px; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 8px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 8px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath strokeLinejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath strokeLinejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #ffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #ffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #ffff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #ffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #ffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #ffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-black {
  color: #ffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #ffff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #ffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #ffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #ffff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-white {
  color: #212529;
  background-color: #ffff;
  border-color: #ffff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray-light {
  color: #ffff;
  background-color: #797878;
  border-color: #797878; }
  .btn-gray-light:hover {
    color: #ffff;
    background-color: #666565;
    border-color: #5f5f5f; }
  .btn-gray-light:focus, .btn-gray-light.focus {
    color: #ffff;
    background-color: #666565;
    border-color: #5f5f5f;
    box-shadow: 0 0 0 0.2rem rgba(141, 140, 140, 0.5); }
  .btn-gray-light.disabled, .btn-gray-light:disabled {
    color: #ffff;
    background-color: #797878;
    border-color: #797878; }
  .btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-gray-light.dropdown-toggle {
    color: #ffff;
    background-color: #5f5f5f;
    border-color: #595858; }
    .btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 140, 140, 0.5); }

.btn-light-black {
  color: #ffff;
  background-color: #2a2a2a;
  border-color: #2a2a2a; }
  .btn-light-black:hover {
    color: #ffff;
    background-color: #171717;
    border-color: #111111; }
  .btn-light-black:focus, .btn-light-black.focus {
    color: #ffff;
    background-color: #171717;
    border-color: #111111;
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }
  .btn-light-black.disabled, .btn-light-black:disabled {
    color: #ffff;
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
  .btn-light-black:not(:disabled):not(.disabled):active, .btn-light-black:not(:disabled):not(.disabled).active,
  .show > .btn-light-black.dropdown-toggle {
    color: #ffff;
    background-color: #111111;
    border-color: #0a0a0a; }
    .btn-light-black:not(:disabled):not(.disabled):active:focus, .btn-light-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }

.btn-main-red {
  color: #ffff;
  background-color: #a31931;
  border-color: #a31931; }
  .btn-main-red:hover {
    color: #ffff;
    background-color: #821427;
    border-color: #771224; }
  .btn-main-red:focus, .btn-main-red.focus {
    color: #ffff;
    background-color: #821427;
    border-color: #771224;
    box-shadow: 0 0 0 0.2rem rgba(177, 60, 80, 0.5); }
  .btn-main-red.disabled, .btn-main-red:disabled {
    color: #ffff;
    background-color: #a31931;
    border-color: #a31931; }
  .btn-main-red:not(:disabled):not(.disabled):active, .btn-main-red:not(:disabled):not(.disabled).active,
  .show > .btn-main-red.dropdown-toggle {
    color: #ffff;
    background-color: #771224;
    border-color: #6c1120; }
    .btn-main-red:not(:disabled):not(.disabled):active:focus, .btn-main-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-main-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 60, 80, 0.5); }

.btn-beige {
  color: #212529;
  background-color: #f7f5eb;
  border-color: #f7f5eb; }
  .btn-beige:hover {
    color: #212529;
    background-color: #ece7d0;
    border-color: #e8e3c7; }
  .btn-beige:focus, .btn-beige.focus {
    color: #212529;
    background-color: #ece7d0;
    border-color: #e8e3c7;
    box-shadow: 0 0 0 0.2rem rgba(215, 214, 206, 0.5); }
  .btn-beige.disabled, .btn-beige:disabled {
    color: #212529;
    background-color: #f7f5eb;
    border-color: #f7f5eb; }
  .btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active,
  .show > .btn-beige.dropdown-toggle {
    color: #212529;
    background-color: #e8e3c7;
    border-color: #e5debd; }
    .btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 214, 206, 0.5); }

.btn-brown {
  color: #ffff;
  background-color: #41352d;
  border-color: #41352d; }
  .btn-brown:hover {
    color: #ffff;
    background-color: #2a231d;
    border-color: #231c18; }
  .btn-brown:focus, .btn-brown.focus {
    color: #ffff;
    background-color: #2a231d;
    border-color: #231c18;
    box-shadow: 0 0 0 0.2rem rgba(94, 83, 77, 0.5); }
  .btn-brown.disabled, .btn-brown:disabled {
    color: #ffff;
    background-color: #41352d;
    border-color: #41352d; }
  .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    color: #ffff;
    background-color: #231c18;
    border-color: #1b1613; }
    .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 83, 77, 0.5); }

.btn-light-brown {
  color: #ffff;
  background-color: #655b53;
  border-color: #655b53; }
  .btn-light-brown:hover {
    color: #ffff;
    background-color: #504842;
    border-color: #49423c; }
  .btn-light-brown:focus, .btn-light-brown.focus {
    color: #ffff;
    background-color: #504842;
    border-color: #49423c;
    box-shadow: 0 0 0 0.2rem rgba(124, 116, 109, 0.5); }
  .btn-light-brown.disabled, .btn-light-brown:disabled {
    color: #ffff;
    background-color: #655b53;
    border-color: #655b53; }
  .btn-light-brown:not(:disabled):not(.disabled):active, .btn-light-brown:not(:disabled):not(.disabled).active,
  .show > .btn-light-brown.dropdown-toggle {
    color: #ffff;
    background-color: #49423c;
    border-color: #423b36; }
    .btn-light-brown:not(:disabled):not(.disabled):active:focus, .btn-light-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(124, 116, 109, 0.5); }

.btn-base {
  color: #ffff;
  background-color: #121212;
  border-color: #121212; }
  .btn-base:hover {
    color: #ffff;
    background-color: black;
    border-color: black; }
  .btn-base:focus, .btn-base.focus {
    color: #ffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.5); }
  .btn-base.disabled, .btn-base:disabled {
    color: #ffff;
    background-color: #121212;
    border-color: #121212; }
  .btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active,
  .show > .btn-base.dropdown-toggle {
    color: #ffff;
    background-color: black;
    border-color: black; }
    .btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-base.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.5); }

.btn-success-alert {
  color: #ffff;
  background-color: #00B689;
  border-color: #00B689; }
  .btn-success-alert:hover {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363; }
  .btn-success-alert:focus, .btn-success-alert.focus {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363;
    box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5); }
  .btn-success-alert.disabled, .btn-success-alert:disabled {
    color: #ffff;
    background-color: #00B689;
    border-color: #00B689; }
  .btn-success-alert:not(:disabled):not(.disabled):active, .btn-success-alert:not(:disabled):not(.disabled).active,
  .show > .btn-success-alert.dropdown-toggle {
    color: #ffff;
    background-color: #008363;
    border-color: #007659; }
    .btn-success-alert:not(:disabled):not(.disabled):active:focus, .btn-success-alert:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success-alert.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5); }

.btn-gray-light-80 {
  color: #212529;
  background-color: rgba(233, 232, 225, 0.8);
  border-color: rgba(233, 232, 225, 0.8); }
  .btn-gray-light-80:hover {
    color: #212529;
    background-color: rgba(217, 215, 203, 0.8);
    border-color: rgba(211, 209, 196, 0.8); }
  .btn-gray-light-80:focus, .btn-gray-light-80.focus {
    color: #212529;
    background-color: rgba(217, 215, 203, 0.8);
    border-color: rgba(211, 209, 196, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(191, 191, 186, 0.5); }
  .btn-gray-light-80.disabled, .btn-gray-light-80:disabled {
    color: #212529;
    background-color: rgba(233, 232, 225, 0.8);
    border-color: rgba(233, 232, 225, 0.8); }
  .btn-gray-light-80:not(:disabled):not(.disabled):active, .btn-gray-light-80:not(:disabled):not(.disabled).active,
  .show > .btn-gray-light-80.dropdown-toggle {
    color: #212529;
    background-color: rgba(211, 209, 196, 0.8);
    border-color: rgba(206, 204, 188, 0.8); }
    .btn-gray-light-80:not(:disabled):not(.disabled):active:focus, .btn-gray-light-80:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-light-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(191, 191, 186, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #ffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #ffff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-white {
  color: #ffff;
  border-color: #ffff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray-light {
  color: #797878;
  border-color: #797878; }
  .btn-outline-gray-light:hover {
    color: #ffff;
    background-color: #797878;
    border-color: #797878; }
  .btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 120, 120, 0.5); }
  .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
    color: #797878;
    background-color: transparent; }
  .btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-light.dropdown-toggle {
    color: #ffff;
    background-color: #797878;
    border-color: #797878; }
    .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(121, 120, 120, 0.5); }

.btn-outline-light-black {
  color: #2a2a2a;
  border-color: #2a2a2a; }
  .btn-outline-light-black:hover {
    color: #ffff;
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
  .btn-outline-light-black:focus, .btn-outline-light-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5); }
  .btn-outline-light-black.disabled, .btn-outline-light-black:disabled {
    color: #2a2a2a;
    background-color: transparent; }
  .btn-outline-light-black:not(:disabled):not(.disabled):active, .btn-outline-light-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-black.dropdown-toggle {
    color: #ffff;
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
    .btn-outline-light-black:not(:disabled):not(.disabled):active:focus, .btn-outline-light-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5); }

.btn-outline-main-red {
  color: #a31931;
  border-color: #a31931; }
  .btn-outline-main-red:hover {
    color: #ffff;
    background-color: #a31931;
    border-color: #a31931; }
  .btn-outline-main-red:focus, .btn-outline-main-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 25, 49, 0.5); }
  .btn-outline-main-red.disabled, .btn-outline-main-red:disabled {
    color: #a31931;
    background-color: transparent; }
  .btn-outline-main-red:not(:disabled):not(.disabled):active, .btn-outline-main-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-main-red.dropdown-toggle {
    color: #ffff;
    background-color: #a31931;
    border-color: #a31931; }
    .btn-outline-main-red:not(:disabled):not(.disabled):active:focus, .btn-outline-main-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-main-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 25, 49, 0.5); }

.btn-outline-beige {
  color: #f7f5eb;
  border-color: #f7f5eb; }
  .btn-outline-beige:hover {
    color: #212529;
    background-color: #f7f5eb;
    border-color: #f7f5eb; }
  .btn-outline-beige:focus, .btn-outline-beige.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 245, 235, 0.5); }
  .btn-outline-beige.disabled, .btn-outline-beige:disabled {
    color: #f7f5eb;
    background-color: transparent; }
  .btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige.dropdown-toggle {
    color: #212529;
    background-color: #f7f5eb;
    border-color: #f7f5eb; }
    .btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 245, 235, 0.5); }

.btn-outline-brown {
  color: #41352d;
  border-color: #41352d; }
  .btn-outline-brown:hover {
    color: #ffff;
    background-color: #41352d;
    border-color: #41352d; }
  .btn-outline-brown:focus, .btn-outline-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 53, 45, 0.5); }
  .btn-outline-brown.disabled, .btn-outline-brown:disabled {
    color: #41352d;
    background-color: transparent; }
  .btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown.dropdown-toggle {
    color: #ffff;
    background-color: #41352d;
    border-color: #41352d; }
    .btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 53, 45, 0.5); }

.btn-outline-light-brown {
  color: #655b53;
  border-color: #655b53; }
  .btn-outline-light-brown:hover {
    color: #ffff;
    background-color: #655b53;
    border-color: #655b53; }
  .btn-outline-light-brown:focus, .btn-outline-light-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 91, 83, 0.5); }
  .btn-outline-light-brown.disabled, .btn-outline-light-brown:disabled {
    color: #655b53;
    background-color: transparent; }
  .btn-outline-light-brown:not(:disabled):not(.disabled):active, .btn-outline-light-brown:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-brown.dropdown-toggle {
    color: #ffff;
    background-color: #655b53;
    border-color: #655b53; }
    .btn-outline-light-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-light-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(101, 91, 83, 0.5); }

.btn-outline-base {
  color: #121212;
  border-color: #121212; }
  .btn-outline-base:hover {
    color: #ffff;
    background-color: #121212;
    border-color: #121212; }
  .btn-outline-base:focus, .btn-outline-base.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.5); }
  .btn-outline-base.disabled, .btn-outline-base:disabled {
    color: #121212;
    background-color: transparent; }
  .btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active,
  .show > .btn-outline-base.dropdown-toggle {
    color: #ffff;
    background-color: #121212;
    border-color: #121212; }
    .btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-base.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 18, 18, 0.5); }

.btn-outline-success-alert {
  color: #00B689;
  border-color: #00B689; }
  .btn-outline-success-alert:hover {
    color: #ffff;
    background-color: #00B689;
    border-color: #00B689; }
  .btn-outline-success-alert:focus, .btn-outline-success-alert.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5); }
  .btn-outline-success-alert.disabled, .btn-outline-success-alert:disabled {
    color: #00B689;
    background-color: transparent; }
  .btn-outline-success-alert:not(:disabled):not(.disabled):active, .btn-outline-success-alert:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success-alert.dropdown-toggle {
    color: #ffff;
    background-color: #00B689;
    border-color: #00B689; }
    .btn-outline-success-alert:not(:disabled):not(.disabled):active:focus, .btn-outline-success-alert:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success-alert.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5); }

.btn-outline-gray-light-80 {
  color: rgba(233, 232, 225, 0.8);
  border-color: rgba(233, 232, 225, 0.8); }
  .btn-outline-gray-light-80:hover {
    color: #212529;
    background-color: rgba(233, 232, 225, 0.8);
    border-color: rgba(233, 232, 225, 0.8); }
  .btn-outline-gray-light-80:focus, .btn-outline-gray-light-80.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 232, 225, 0.5); }
  .btn-outline-gray-light-80.disabled, .btn-outline-gray-light-80:disabled {
    color: rgba(233, 232, 225, 0.8);
    background-color: transparent; }
  .btn-outline-gray-light-80:not(:disabled):not(.disabled):active, .btn-outline-gray-light-80:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-light-80.dropdown-toggle {
    color: #212529;
    background-color: rgba(233, 232, 225, 0.8);
    border-color: rgba(233, 232, 225, 0.8); }
    .btn-outline-gray-light-80:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light-80:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-light-80.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 232, 225, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #007bff;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 24px; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 12px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffff;
    border-color: #dee2e6 #dee2e6 #ffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 8px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-m > .container,
  .navbar-expand-m > .container-fluid, .navbar-expand-m > .container-lg, .navbar-expand-m > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-m {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-m .navbar-nav {
      flex-direction: row; }
      .navbar-expand-m .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-m .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-m > .container,
    .navbar-expand-m > .container-fluid, .navbar-expand-m > .container-lg, .navbar-expand-m > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-m .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-m .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' strokeLinecap='round' strokeMiterlimit='10' strokeWidth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' strokeLinecap='round' strokeMiterlimit='10' strokeWidth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffff; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.modal-open {
  overflow: hidden;
  height: 100vh; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }

.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-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-gray-light {
  background-color: #797878 !important; }

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #5f5f5f !important; }

.bg-light-black {
  background-color: #2a2a2a !important; }

a.bg-light-black:hover, a.bg-light-black:focus,
button.bg-light-black:hover,
button.bg-light-black:focus {
  background-color: #111111 !important; }

.bg-main-red {
  background-color: #a31931 !important; }

a.bg-main-red:hover, a.bg-main-red:focus,
button.bg-main-red:hover,
button.bg-main-red:focus {
  background-color: #771224 !important; }

.bg-beige {
  background-color: #f7f5eb !important; }

a.bg-beige:hover, a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: #e8e3c7 !important; }

.bg-brown {
  background-color: #41352d !important; }

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #231c18 !important; }

.bg-light-brown {
  background-color: #655b53 !important; }

a.bg-light-brown:hover, a.bg-light-brown:focus,
button.bg-light-brown:hover,
button.bg-light-brown:focus {
  background-color: #49423c !important; }

.bg-base {
  background-color: #121212 !important; }

a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
  background-color: black !important; }

.bg-success-alert {
  background-color: #00B689 !important; }

a.bg-success-alert:hover, a.bg-success-alert:focus,
button.bg-success-alert:hover,
button.bg-success-alert:focus {
  background-color: #008363 !important; }

.bg-gray-light-80 {
  background-color: rgba(233, 232, 225, 0.8) !important; }

a.bg-gray-light-80:hover, a.bg-gray-light-80:focus,
button.bg-gray-light-80:hover,
button.bg-gray-light-80:focus {
  background-color: rgba(211, 209, 196, 0.8) !important; }

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

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

.border-info {
  border-color: #17a2b8 !important; }

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

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

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

.border-gray-light {
  border-color: #797878 !important; }

.border-light-black {
  border-color: #2a2a2a !important; }

.border-main-red {
  border-color: #a31931 !important; }

.border-beige {
  border-color: #f7f5eb !important; }

.border-brown {
  border-color: #41352d !important; }

.border-light-brown {
  border-color: #655b53 !important; }

.border-base {
  border-color: #121212 !important; }

.border-success-alert {
  border-color: #00B689 !important; }

.border-gray-light-80 {
  border-color: rgba(233, 232, 225, 0.8) !important; }

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

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

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

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; }

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.rounded-lg {
  border-radius: 24px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.d-none {
  display: none !important; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-m-none {
    display: none !important; }
  .d-m-inline {
    display: inline !important; }
  .d-m-inline-block {
    display: inline-block !important; }
  .d-m-block {
    display: block !important; }
  .d-m-table {
    display: table !important; }
  .d-m-table-row {
    display: table-row !important; }
  .d-m-table-cell {
    display: table-cell !important; }
  .d-m-flex {
    display: flex !important; }
  .d-m-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-m-row {
    flex-direction: row !important; }
  .flex-m-column {
    flex-direction: column !important; }
  .flex-m-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-m-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-m-wrap {
    flex-wrap: wrap !important; }
  .flex-m-nowrap {
    flex-wrap: nowrap !important; }
  .flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-m-fill {
    flex: 1 1 auto !important; }
  .flex-m-grow-0 {
    flex-grow: 0 !important; }
  .flex-m-grow-1 {
    flex-grow: 1 !important; }
  .flex-m-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-m-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-m-start {
    justify-content: flex-start !important; }
  .justify-content-m-end {
    justify-content: flex-end !important; }
  .justify-content-m-center {
    justify-content: center !important; }
  .justify-content-m-between {
    justify-content: space-between !important; }
  .justify-content-m-around {
    justify-content: space-around !important; }
  .align-items-m-start {
    align-items: flex-start !important; }
  .align-items-m-end {
    align-items: flex-end !important; }
  .align-items-m-center {
    align-items: center !important; }
  .align-items-m-baseline {
    align-items: baseline !important; }
  .align-items-m-stretch {
    align-items: stretch !important; }
  .align-content-m-start {
    align-content: flex-start !important; }
  .align-content-m-end {
    align-content: flex-end !important; }
  .align-content-m-center {
    align-content: center !important; }
  .align-content-m-between {
    align-content: space-between !important; }
  .align-content-m-around {
    align-content: space-around !important; }
  .align-content-m-stretch {
    align-content: stretch !important; }
  .align-self-m-auto {
    align-self: auto !important; }
  .align-self-m-start {
    align-self: flex-start !important; }
  .align-self-m-end {
    align-self: flex-end !important; }
  .align-self-m-center {
    align-self: center !important; }
  .align-self-m-baseline {
    align-self: baseline !important; }
  .align-self-m-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

.overflow-initial {
  overflow: initial !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-scroll {
  overflow: scroll !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-1px {
  margin: 1px !important; }

.mt-1px,
.my-1px {
  margin-top: 1px !important; }

.mr-1px,
.mx-1px {
  margin-right: 1px !important; }

.mb-1px,
.my-1px {
  margin-bottom: 1px !important; }

.ml-1px,
.mx-1px {
  margin-left: 1px !important; }

.m-2px {
  margin: 2px !important; }

.mt-2px,
.my-2px {
  margin-top: 2px !important; }

.mr-2px,
.mx-2px {
  margin-right: 2px !important; }

.mb-2px,
.my-2px {
  margin-bottom: 2px !important; }

.ml-2px,
.mx-2px {
  margin-left: 2px !important; }

.m-3px {
  margin: 3px !important; }

.mt-3px,
.my-3px {
  margin-top: 3px !important; }

.mr-3px,
.mx-3px {
  margin-right: 3px !important; }

.mb-3px,
.my-3px {
  margin-bottom: 3px !important; }

.ml-3px,
.mx-3px {
  margin-left: 3px !important; }

.m-4px {
  margin: 4px !important; }

.mt-4px,
.my-4px {
  margin-top: 4px !important; }

.mr-4px,
.mx-4px {
  margin-right: 4px !important; }

.mb-4px,
.my-4px {
  margin-bottom: 4px !important; }

.ml-4px,
.mx-4px {
  margin-left: 4px !important; }

.m-5px {
  margin: 5px !important; }

.mt-5px,
.my-5px {
  margin-top: 5px !important; }

.mr-5px,
.mx-5px {
  margin-right: 5px !important; }

.mb-5px,
.my-5px {
  margin-bottom: 5px !important; }

.ml-5px,
.mx-5px {
  margin-left: 5px !important; }

.m-6px {
  margin: 6px !important; }

.mt-6px,
.my-6px {
  margin-top: 6px !important; }

.mr-6px,
.mx-6px {
  margin-right: 6px !important; }

.mb-6px,
.my-6px {
  margin-bottom: 6px !important; }

.ml-6px,
.mx-6px {
  margin-left: 6px !important; }

.m-8px {
  margin: 8px !important; }

.mt-8px,
.my-8px {
  margin-top: 8px !important; }

.mr-8px,
.mx-8px {
  margin-right: 8px !important; }

.mb-8px,
.my-8px {
  margin-bottom: 8px !important; }

.ml-8px,
.mx-8px {
  margin-left: 8px !important; }

.m-10px {
  margin: 10px !important; }

.mt-10px,
.my-10px {
  margin-top: 10px !important; }

.mr-10px,
.mx-10px {
  margin-right: 10px !important; }

.mb-10px,
.my-10px {
  margin-bottom: 10px !important; }

.ml-10px,
.mx-10px {
  margin-left: 10px !important; }

.m-12px {
  margin: 12px !important; }

.mt-12px,
.my-12px {
  margin-top: 12px !important; }

.mr-12px,
.mx-12px {
  margin-right: 12px !important; }

.mb-12px,
.my-12px {
  margin-bottom: 12px !important; }

.ml-12px,
.mx-12px {
  margin-left: 12px !important; }

.m-13px {
  margin: 13px !important; }

.mt-13px,
.my-13px {
  margin-top: 13px !important; }

.mr-13px,
.mx-13px {
  margin-right: 13px !important; }

.mb-13px,
.my-13px {
  margin-bottom: 13px !important; }

.ml-13px,
.mx-13px {
  margin-left: 13px !important; }

.m-14px {
  margin: 14px !important; }

.mt-14px,
.my-14px {
  margin-top: 14px !important; }

.mr-14px,
.mx-14px {
  margin-right: 14px !important; }

.mb-14px,
.my-14px {
  margin-bottom: 14px !important; }

.ml-14px,
.mx-14px {
  margin-left: 14px !important; }

.m-15px {
  margin: 15px !important; }

.mt-15px,
.my-15px {
  margin-top: 15px !important; }

.mr-15px,
.mx-15px {
  margin-right: 15px !important; }

.mb-15px,
.my-15px {
  margin-bottom: 15px !important; }

.ml-15px,
.mx-15px {
  margin-left: 15px !important; }

.m-16px {
  margin: 16px !important; }

.mt-16px,
.my-16px {
  margin-top: 16px !important; }

.mr-16px,
.mx-16px {
  margin-right: 16px !important; }

.mb-16px,
.my-16px {
  margin-bottom: 16px !important; }

.ml-16px,
.mx-16px {
  margin-left: 16px !important; }

.m-20px {
  margin: 20px !important; }

.mt-20px,
.my-20px {
  margin-top: 20px !important; }

.mr-20px,
.mx-20px {
  margin-right: 20px !important; }

.mb-20px,
.my-20px {
  margin-bottom: 20px !important; }

.ml-20px,
.mx-20px {
  margin-left: 20px !important; }

.m-24px {
  margin: 24px !important; }

.mt-24px,
.my-24px {
  margin-top: 24px !important; }

.mr-24px,
.mx-24px {
  margin-right: 24px !important; }

.mb-24px,
.my-24px {
  margin-bottom: 24px !important; }

.ml-24px,
.mx-24px {
  margin-left: 24px !important; }

.m-25px {
  margin: 25px !important; }

.mt-25px,
.my-25px {
  margin-top: 25px !important; }

.mr-25px,
.mx-25px {
  margin-right: 25px !important; }

.mb-25px,
.my-25px {
  margin-bottom: 25px !important; }

.ml-25px,
.mx-25px {
  margin-left: 25px !important; }

.m-28px {
  margin: 28px !important; }

.mt-28px,
.my-28px {
  margin-top: 28px !important; }

.mr-28px,
.mx-28px {
  margin-right: 28px !important; }

.mb-28px,
.my-28px {
  margin-bottom: 28px !important; }

.ml-28px,
.mx-28px {
  margin-left: 28px !important; }

.m-30px {
  margin: 30px !important; }

.mt-30px,
.my-30px {
  margin-top: 30px !important; }

.mr-30px,
.mx-30px {
  margin-right: 30px !important; }

.mb-30px,
.my-30px {
  margin-bottom: 30px !important; }

.ml-30px,
.mx-30px {
  margin-left: 30px !important; }

.m-32px {
  margin: 32px !important; }

.mt-32px,
.my-32px {
  margin-top: 32px !important; }

.mr-32px,
.mx-32px {
  margin-right: 32px !important; }

.mb-32px,
.my-32px {
  margin-bottom: 32px !important; }

.ml-32px,
.mx-32px {
  margin-left: 32px !important; }

.m-36px {
  margin: 36px !important; }

.mt-36px,
.my-36px {
  margin-top: 36px !important; }

.mr-36px,
.mx-36px {
  margin-right: 36px !important; }

.mb-36px,
.my-36px {
  margin-bottom: 36px !important; }

.ml-36px,
.mx-36px {
  margin-left: 36px !important; }

.m-40px {
  margin: 40px !important; }

.mt-40px,
.my-40px {
  margin-top: 40px !important; }

.mr-40px,
.mx-40px {
  margin-right: 40px !important; }

.mb-40px,
.my-40px {
  margin-bottom: 40px !important; }

.ml-40px,
.mx-40px {
  margin-left: 40px !important; }

.m-48px {
  margin: 48px !important; }

.mt-48px,
.my-48px {
  margin-top: 48px !important; }

.mr-48px,
.mx-48px {
  margin-right: 48px !important; }

.mb-48px,
.my-48px {
  margin-bottom: 48px !important; }

.ml-48px,
.mx-48px {
  margin-left: 48px !important; }

.m-56px {
  margin: 56px !important; }

.mt-56px,
.my-56px {
  margin-top: 56px !important; }

.mr-56px,
.mx-56px {
  margin-right: 56px !important; }

.mb-56px,
.my-56px {
  margin-bottom: 56px !important; }

.ml-56px,
.mx-56px {
  margin-left: 56px !important; }

.m-60px {
  margin: 60px !important; }

.mt-60px,
.my-60px {
  margin-top: 60px !important; }

.mr-60px,
.mx-60px {
  margin-right: 60px !important; }

.mb-60px,
.my-60px {
  margin-bottom: 60px !important; }

.ml-60px,
.mx-60px {
  margin-left: 60px !important; }

.m-68px {
  margin: 68px !important; }

.mt-68px,
.my-68px {
  margin-top: 68px !important; }

.mr-68px,
.mx-68px {
  margin-right: 68px !important; }

.mb-68px,
.my-68px {
  margin-bottom: 68px !important; }

.ml-68px,
.mx-68px {
  margin-left: 68px !important; }

.m-64px {
  margin: 64px !important; }

.mt-64px,
.my-64px {
  margin-top: 64px !important; }

.mr-64px,
.mx-64px {
  margin-right: 64px !important; }

.mb-64px,
.my-64px {
  margin-bottom: 64px !important; }

.ml-64px,
.mx-64px {
  margin-left: 64px !important; }

.m-72px {
  margin: 72px !important; }

.mt-72px,
.my-72px {
  margin-top: 72px !important; }

.mr-72px,
.mx-72px {
  margin-right: 72px !important; }

.mb-72px,
.my-72px {
  margin-bottom: 72px !important; }

.ml-72px,
.mx-72px {
  margin-left: 72px !important; }

.m-80px {
  margin: 80px !important; }

.mt-80px,
.my-80px {
  margin-top: 80px !important; }

.mr-80px,
.mx-80px {
  margin-right: 80px !important; }

.mb-80px,
.my-80px {
  margin-bottom: 80px !important; }

.ml-80px,
.mx-80px {
  margin-left: 80px !important; }

.m-86px {
  margin: 86px !important; }

.mt-86px,
.my-86px {
  margin-top: 86px !important; }

.mr-86px,
.mx-86px {
  margin-right: 86px !important; }

.mb-86px,
.my-86px {
  margin-bottom: 86px !important; }

.ml-86px,
.mx-86px {
  margin-left: 86px !important; }

.m-100px {
  margin: 100px !important; }

.mt-100px,
.my-100px {
  margin-top: 100px !important; }

.mr-100px,
.mx-100px {
  margin-right: 100px !important; }

.mb-100px,
.my-100px {
  margin-bottom: 100px !important; }

.ml-100px,
.mx-100px {
  margin-left: 100px !important; }

.m-120px {
  margin: 120px !important; }

.mt-120px,
.my-120px {
  margin-top: 120px !important; }

.mr-120px,
.mx-120px {
  margin-right: 120px !important; }

.mb-120px,
.my-120px {
  margin-bottom: 120px !important; }

.ml-120px,
.mx-120px {
  margin-left: 120px !important; }

.m-127px {
  margin: 127px !important; }

.mt-127px,
.my-127px {
  margin-top: 127px !important; }

.mr-127px,
.mx-127px {
  margin-right: 127px !important; }

.mb-127px,
.my-127px {
  margin-bottom: 127px !important; }

.ml-127px,
.mx-127px {
  margin-left: 127px !important; }

.m-129px {
  margin: 129px !important; }

.mt-129px,
.my-129px {
  margin-top: 129px !important; }

.mr-129px,
.mx-129px {
  margin-right: 129px !important; }

.mb-129px,
.my-129px {
  margin-bottom: 129px !important; }

.ml-129px,
.mx-129px {
  margin-left: 129px !important; }

.m-133px {
  margin: 133px !important; }

.mt-133px,
.my-133px {
  margin-top: 133px !important; }

.mr-133px,
.mx-133px {
  margin-right: 133px !important; }

.mb-133px,
.my-133px {
  margin-bottom: 133px !important; }

.ml-133px,
.mx-133px {
  margin-left: 133px !important; }

.m-148px {
  margin: 148px !important; }

.mt-148px,
.my-148px {
  margin-top: 148px !important; }

.mr-148px,
.mx-148px {
  margin-right: 148px !important; }

.mb-148px,
.my-148px {
  margin-bottom: 148px !important; }

.ml-148px,
.mx-148px {
  margin-left: 148px !important; }

.m-180px {
  margin: 180px !important; }

.mt-180px,
.my-180px {
  margin-top: 180px !important; }

.mr-180px,
.mx-180px {
  margin-right: 180px !important; }

.mb-180px,
.my-180px {
  margin-bottom: 180px !important; }

.ml-180px,
.mx-180px {
  margin-left: 180px !important; }

.m-200px {
  margin: 200px !important; }

.mt-200px,
.my-200px {
  margin-top: 200px !important; }

.mr-200px,
.mx-200px {
  margin-right: 200px !important; }

.mb-200px,
.my-200px {
  margin-bottom: 200px !important; }

.ml-200px,
.mx-200px {
  margin-left: 200px !important; }

.m-210px {
  margin: 210px !important; }

.mt-210px,
.my-210px {
  margin-top: 210px !important; }

.mr-210px,
.mx-210px {
  margin-right: 210px !important; }

.mb-210px,
.my-210px {
  margin-bottom: 210px !important; }

.ml-210px,
.mx-210px {
  margin-left: 210px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-1px {
  padding: 1px !important; }

.pt-1px,
.py-1px {
  padding-top: 1px !important; }

.pr-1px,
.px-1px {
  padding-right: 1px !important; }

.pb-1px,
.py-1px {
  padding-bottom: 1px !important; }

.pl-1px,
.px-1px {
  padding-left: 1px !important; }

.p-2px {
  padding: 2px !important; }

.pt-2px,
.py-2px {
  padding-top: 2px !important; }

.pr-2px,
.px-2px {
  padding-right: 2px !important; }

.pb-2px,
.py-2px {
  padding-bottom: 2px !important; }

.pl-2px,
.px-2px {
  padding-left: 2px !important; }

.p-3px {
  padding: 3px !important; }

.pt-3px,
.py-3px {
  padding-top: 3px !important; }

.pr-3px,
.px-3px {
  padding-right: 3px !important; }

.pb-3px,
.py-3px {
  padding-bottom: 3px !important; }

.pl-3px,
.px-3px {
  padding-left: 3px !important; }

.p-4px {
  padding: 4px !important; }

.pt-4px,
.py-4px {
  padding-top: 4px !important; }

.pr-4px,
.px-4px {
  padding-right: 4px !important; }

.pb-4px,
.py-4px {
  padding-bottom: 4px !important; }

.pl-4px,
.px-4px {
  padding-left: 4px !important; }

.p-5px {
  padding: 5px !important; }

.pt-5px,
.py-5px {
  padding-top: 5px !important; }

.pr-5px,
.px-5px {
  padding-right: 5px !important; }

.pb-5px,
.py-5px {
  padding-bottom: 5px !important; }

.pl-5px,
.px-5px {
  padding-left: 5px !important; }

.p-6px {
  padding: 6px !important; }

.pt-6px,
.py-6px {
  padding-top: 6px !important; }

.pr-6px,
.px-6px {
  padding-right: 6px !important; }

.pb-6px,
.py-6px {
  padding-bottom: 6px !important; }

.pl-6px,
.px-6px {
  padding-left: 6px !important; }

.p-8px {
  padding: 8px !important; }

.pt-8px,
.py-8px {
  padding-top: 8px !important; }

.pr-8px,
.px-8px {
  padding-right: 8px !important; }

.pb-8px,
.py-8px {
  padding-bottom: 8px !important; }

.pl-8px,
.px-8px {
  padding-left: 8px !important; }

.p-10px {
  padding: 10px !important; }

.pt-10px,
.py-10px {
  padding-top: 10px !important; }

.pr-10px,
.px-10px {
  padding-right: 10px !important; }

.pb-10px,
.py-10px {
  padding-bottom: 10px !important; }

.pl-10px,
.px-10px {
  padding-left: 10px !important; }

.p-12px {
  padding: 12px !important; }

.pt-12px,
.py-12px {
  padding-top: 12px !important; }

.pr-12px,
.px-12px {
  padding-right: 12px !important; }

.pb-12px,
.py-12px {
  padding-bottom: 12px !important; }

.pl-12px,
.px-12px {
  padding-left: 12px !important; }

.p-13px {
  padding: 13px !important; }

.pt-13px,
.py-13px {
  padding-top: 13px !important; }

.pr-13px,
.px-13px {
  padding-right: 13px !important; }

.pb-13px,
.py-13px {
  padding-bottom: 13px !important; }

.pl-13px,
.px-13px {
  padding-left: 13px !important; }

.p-14px {
  padding: 14px !important; }

.pt-14px,
.py-14px {
  padding-top: 14px !important; }

.pr-14px,
.px-14px {
  padding-right: 14px !important; }

.pb-14px,
.py-14px {
  padding-bottom: 14px !important; }

.pl-14px,
.px-14px {
  padding-left: 14px !important; }

.p-15px {
  padding: 15px !important; }

.pt-15px,
.py-15px {
  padding-top: 15px !important; }

.pr-15px,
.px-15px {
  padding-right: 15px !important; }

.pb-15px,
.py-15px {
  padding-bottom: 15px !important; }

.pl-15px,
.px-15px {
  padding-left: 15px !important; }

.p-16px {
  padding: 16px !important; }

.pt-16px,
.py-16px {
  padding-top: 16px !important; }

.pr-16px,
.px-16px {
  padding-right: 16px !important; }

.pb-16px,
.py-16px {
  padding-bottom: 16px !important; }

.pl-16px,
.px-16px {
  padding-left: 16px !important; }

.p-20px {
  padding: 20px !important; }

.pt-20px,
.py-20px {
  padding-top: 20px !important; }

.pr-20px,
.px-20px {
  padding-right: 20px !important; }

.pb-20px,
.py-20px {
  padding-bottom: 20px !important; }

.pl-20px,
.px-20px {
  padding-left: 20px !important; }

.p-24px {
  padding: 24px !important; }

.pt-24px,
.py-24px {
  padding-top: 24px !important; }

.pr-24px,
.px-24px {
  padding-right: 24px !important; }

.pb-24px,
.py-24px {
  padding-bottom: 24px !important; }

.pl-24px,
.px-24px {
  padding-left: 24px !important; }

.p-25px {
  padding: 25px !important; }

.pt-25px,
.py-25px {
  padding-top: 25px !important; }

.pr-25px,
.px-25px {
  padding-right: 25px !important; }

.pb-25px,
.py-25px {
  padding-bottom: 25px !important; }

.pl-25px,
.px-25px {
  padding-left: 25px !important; }

.p-28px {
  padding: 28px !important; }

.pt-28px,
.py-28px {
  padding-top: 28px !important; }

.pr-28px,
.px-28px {
  padding-right: 28px !important; }

.pb-28px,
.py-28px {
  padding-bottom: 28px !important; }

.pl-28px,
.px-28px {
  padding-left: 28px !important; }

.p-30px {
  padding: 30px !important; }

.pt-30px,
.py-30px {
  padding-top: 30px !important; }

.pr-30px,
.px-30px {
  padding-right: 30px !important; }

.pb-30px,
.py-30px {
  padding-bottom: 30px !important; }

.pl-30px,
.px-30px {
  padding-left: 30px !important; }

.p-32px {
  padding: 32px !important; }

.pt-32px,
.py-32px {
  padding-top: 32px !important; }

.pr-32px,
.px-32px {
  padding-right: 32px !important; }

.pb-32px,
.py-32px {
  padding-bottom: 32px !important; }

.pl-32px,
.px-32px {
  padding-left: 32px !important; }

.p-36px {
  padding: 36px !important; }

.pt-36px,
.py-36px {
  padding-top: 36px !important; }

.pr-36px,
.px-36px {
  padding-right: 36px !important; }

.pb-36px,
.py-36px {
  padding-bottom: 36px !important; }

.pl-36px,
.px-36px {
  padding-left: 36px !important; }

.p-40px {
  padding: 40px !important; }

.pt-40px,
.py-40px {
  padding-top: 40px !important; }

.pr-40px,
.px-40px {
  padding-right: 40px !important; }

.pb-40px,
.py-40px {
  padding-bottom: 40px !important; }

.pl-40px,
.px-40px {
  padding-left: 40px !important; }

.p-48px {
  padding: 48px !important; }

.pt-48px,
.py-48px {
  padding-top: 48px !important; }

.pr-48px,
.px-48px {
  padding-right: 48px !important; }

.pb-48px,
.py-48px {
  padding-bottom: 48px !important; }

.pl-48px,
.px-48px {
  padding-left: 48px !important; }

.p-56px {
  padding: 56px !important; }

.pt-56px,
.py-56px {
  padding-top: 56px !important; }

.pr-56px,
.px-56px {
  padding-right: 56px !important; }

.pb-56px,
.py-56px {
  padding-bottom: 56px !important; }

.pl-56px,
.px-56px {
  padding-left: 56px !important; }

.p-60px {
  padding: 60px !important; }

.pt-60px,
.py-60px {
  padding-top: 60px !important; }

.pr-60px,
.px-60px {
  padding-right: 60px !important; }

.pb-60px,
.py-60px {
  padding-bottom: 60px !important; }

.pl-60px,
.px-60px {
  padding-left: 60px !important; }

.p-68px {
  padding: 68px !important; }

.pt-68px,
.py-68px {
  padding-top: 68px !important; }

.pr-68px,
.px-68px {
  padding-right: 68px !important; }

.pb-68px,
.py-68px {
  padding-bottom: 68px !important; }

.pl-68px,
.px-68px {
  padding-left: 68px !important; }

.p-64px {
  padding: 64px !important; }

.pt-64px,
.py-64px {
  padding-top: 64px !important; }

.pr-64px,
.px-64px {
  padding-right: 64px !important; }

.pb-64px,
.py-64px {
  padding-bottom: 64px !important; }

.pl-64px,
.px-64px {
  padding-left: 64px !important; }

.p-72px {
  padding: 72px !important; }

.pt-72px,
.py-72px {
  padding-top: 72px !important; }

.pr-72px,
.px-72px {
  padding-right: 72px !important; }

.pb-72px,
.py-72px {
  padding-bottom: 72px !important; }

.pl-72px,
.px-72px {
  padding-left: 72px !important; }

.p-80px {
  padding: 80px !important; }

.pt-80px,
.py-80px {
  padding-top: 80px !important; }

.pr-80px,
.px-80px {
  padding-right: 80px !important; }

.pb-80px,
.py-80px {
  padding-bottom: 80px !important; }

.pl-80px,
.px-80px {
  padding-left: 80px !important; }

.p-86px {
  padding: 86px !important; }

.pt-86px,
.py-86px {
  padding-top: 86px !important; }

.pr-86px,
.px-86px {
  padding-right: 86px !important; }

.pb-86px,
.py-86px {
  padding-bottom: 86px !important; }

.pl-86px,
.px-86px {
  padding-left: 86px !important; }

.p-100px {
  padding: 100px !important; }

.pt-100px,
.py-100px {
  padding-top: 100px !important; }

.pr-100px,
.px-100px {
  padding-right: 100px !important; }

.pb-100px,
.py-100px {
  padding-bottom: 100px !important; }

.pl-100px,
.px-100px {
  padding-left: 100px !important; }

.p-120px {
  padding: 120px !important; }

.pt-120px,
.py-120px {
  padding-top: 120px !important; }

.pr-120px,
.px-120px {
  padding-right: 120px !important; }

.pb-120px,
.py-120px {
  padding-bottom: 120px !important; }

.pl-120px,
.px-120px {
  padding-left: 120px !important; }

.p-127px {
  padding: 127px !important; }

.pt-127px,
.py-127px {
  padding-top: 127px !important; }

.pr-127px,
.px-127px {
  padding-right: 127px !important; }

.pb-127px,
.py-127px {
  padding-bottom: 127px !important; }

.pl-127px,
.px-127px {
  padding-left: 127px !important; }

.p-129px {
  padding: 129px !important; }

.pt-129px,
.py-129px {
  padding-top: 129px !important; }

.pr-129px,
.px-129px {
  padding-right: 129px !important; }

.pb-129px,
.py-129px {
  padding-bottom: 129px !important; }

.pl-129px,
.px-129px {
  padding-left: 129px !important; }

.p-133px {
  padding: 133px !important; }

.pt-133px,
.py-133px {
  padding-top: 133px !important; }

.pr-133px,
.px-133px {
  padding-right: 133px !important; }

.pb-133px,
.py-133px {
  padding-bottom: 133px !important; }

.pl-133px,
.px-133px {
  padding-left: 133px !important; }

.p-148px {
  padding: 148px !important; }

.pt-148px,
.py-148px {
  padding-top: 148px !important; }

.pr-148px,
.px-148px {
  padding-right: 148px !important; }

.pb-148px,
.py-148px {
  padding-bottom: 148px !important; }

.pl-148px,
.px-148px {
  padding-left: 148px !important; }

.p-180px {
  padding: 180px !important; }

.pt-180px,
.py-180px {
  padding-top: 180px !important; }

.pr-180px,
.px-180px {
  padding-right: 180px !important; }

.pb-180px,
.py-180px {
  padding-bottom: 180px !important; }

.pl-180px,
.px-180px {
  padding-left: 180px !important; }

.p-200px {
  padding: 200px !important; }

.pt-200px,
.py-200px {
  padding-top: 200px !important; }

.pr-200px,
.px-200px {
  padding-right: 200px !important; }

.pb-200px,
.py-200px {
  padding-bottom: 200px !important; }

.pl-200px,
.px-200px {
  padding-left: 200px !important; }

.p-210px {
  padding: 210px !important; }

.pt-210px,
.py-210px {
  padding-top: 210px !important; }

.pr-210px,
.px-210px {
  padding-right: 210px !important; }

.pb-210px,
.py-210px {
  padding-bottom: 210px !important; }

.pl-210px,
.px-210px {
  padding-left: 210px !important; }

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n1px {
  margin: -1px !important; }

.mt-n1px,
.my-n1px {
  margin-top: -1px !important; }

.mr-n1px,
.mx-n1px {
  margin-right: -1px !important; }

.mb-n1px,
.my-n1px {
  margin-bottom: -1px !important; }

.ml-n1px,
.mx-n1px {
  margin-left: -1px !important; }

.m-n2px {
  margin: -2px !important; }

.mt-n2px,
.my-n2px {
  margin-top: -2px !important; }

.mr-n2px,
.mx-n2px {
  margin-right: -2px !important; }

.mb-n2px,
.my-n2px {
  margin-bottom: -2px !important; }

.ml-n2px,
.mx-n2px {
  margin-left: -2px !important; }

.m-n3px {
  margin: -3px !important; }

.mt-n3px,
.my-n3px {
  margin-top: -3px !important; }

.mr-n3px,
.mx-n3px {
  margin-right: -3px !important; }

.mb-n3px,
.my-n3px {
  margin-bottom: -3px !important; }

.ml-n3px,
.mx-n3px {
  margin-left: -3px !important; }

.m-n4px {
  margin: -4px !important; }

.mt-n4px,
.my-n4px {
  margin-top: -4px !important; }

.mr-n4px,
.mx-n4px {
  margin-right: -4px !important; }

.mb-n4px,
.my-n4px {
  margin-bottom: -4px !important; }

.ml-n4px,
.mx-n4px {
  margin-left: -4px !important; }

.m-n5px {
  margin: -5px !important; }

.mt-n5px,
.my-n5px {
  margin-top: -5px !important; }

.mr-n5px,
.mx-n5px {
  margin-right: -5px !important; }

.mb-n5px,
.my-n5px {
  margin-bottom: -5px !important; }

.ml-n5px,
.mx-n5px {
  margin-left: -5px !important; }

.m-n6px {
  margin: -6px !important; }

.mt-n6px,
.my-n6px {
  margin-top: -6px !important; }

.mr-n6px,
.mx-n6px {
  margin-right: -6px !important; }

.mb-n6px,
.my-n6px {
  margin-bottom: -6px !important; }

.ml-n6px,
.mx-n6px {
  margin-left: -6px !important; }

.m-n8px {
  margin: -8px !important; }

.mt-n8px,
.my-n8px {
  margin-top: -8px !important; }

.mr-n8px,
.mx-n8px {
  margin-right: -8px !important; }

.mb-n8px,
.my-n8px {
  margin-bottom: -8px !important; }

.ml-n8px,
.mx-n8px {
  margin-left: -8px !important; }

.m-n10px {
  margin: -10px !important; }

.mt-n10px,
.my-n10px {
  margin-top: -10px !important; }

.mr-n10px,
.mx-n10px {
  margin-right: -10px !important; }

.mb-n10px,
.my-n10px {
  margin-bottom: -10px !important; }

.ml-n10px,
.mx-n10px {
  margin-left: -10px !important; }

.m-n12px {
  margin: -12px !important; }

.mt-n12px,
.my-n12px {
  margin-top: -12px !important; }

.mr-n12px,
.mx-n12px {
  margin-right: -12px !important; }

.mb-n12px,
.my-n12px {
  margin-bottom: -12px !important; }

.ml-n12px,
.mx-n12px {
  margin-left: -12px !important; }

.m-n13px {
  margin: -13px !important; }

.mt-n13px,
.my-n13px {
  margin-top: -13px !important; }

.mr-n13px,
.mx-n13px {
  margin-right: -13px !important; }

.mb-n13px,
.my-n13px {
  margin-bottom: -13px !important; }

.ml-n13px,
.mx-n13px {
  margin-left: -13px !important; }

.m-n14px {
  margin: -14px !important; }

.mt-n14px,
.my-n14px {
  margin-top: -14px !important; }

.mr-n14px,
.mx-n14px {
  margin-right: -14px !important; }

.mb-n14px,
.my-n14px {
  margin-bottom: -14px !important; }

.ml-n14px,
.mx-n14px {
  margin-left: -14px !important; }

.m-n15px {
  margin: -15px !important; }

.mt-n15px,
.my-n15px {
  margin-top: -15px !important; }

.mr-n15px,
.mx-n15px {
  margin-right: -15px !important; }

.mb-n15px,
.my-n15px {
  margin-bottom: -15px !important; }

.ml-n15px,
.mx-n15px {
  margin-left: -15px !important; }

.m-n16px {
  margin: -16px !important; }

.mt-n16px,
.my-n16px {
  margin-top: -16px !important; }

.mr-n16px,
.mx-n16px {
  margin-right: -16px !important; }

.mb-n16px,
.my-n16px {
  margin-bottom: -16px !important; }

.ml-n16px,
.mx-n16px {
  margin-left: -16px !important; }

.m-n20px {
  margin: -20px !important; }

.mt-n20px,
.my-n20px {
  margin-top: -20px !important; }

.mr-n20px,
.mx-n20px {
  margin-right: -20px !important; }

.mb-n20px,
.my-n20px {
  margin-bottom: -20px !important; }

.ml-n20px,
.mx-n20px {
  margin-left: -20px !important; }

.m-n24px {
  margin: -24px !important; }

.mt-n24px,
.my-n24px {
  margin-top: -24px !important; }

.mr-n24px,
.mx-n24px {
  margin-right: -24px !important; }

.mb-n24px,
.my-n24px {
  margin-bottom: -24px !important; }

.ml-n24px,
.mx-n24px {
  margin-left: -24px !important; }

.m-n25px {
  margin: -25px !important; }

.mt-n25px,
.my-n25px {
  margin-top: -25px !important; }

.mr-n25px,
.mx-n25px {
  margin-right: -25px !important; }

.mb-n25px,
.my-n25px {
  margin-bottom: -25px !important; }

.ml-n25px,
.mx-n25px {
  margin-left: -25px !important; }

.m-n28px {
  margin: -28px !important; }

.mt-n28px,
.my-n28px {
  margin-top: -28px !important; }

.mr-n28px,
.mx-n28px {
  margin-right: -28px !important; }

.mb-n28px,
.my-n28px {
  margin-bottom: -28px !important; }

.ml-n28px,
.mx-n28px {
  margin-left: -28px !important; }

.m-n30px {
  margin: -30px !important; }

.mt-n30px,
.my-n30px {
  margin-top: -30px !important; }

.mr-n30px,
.mx-n30px {
  margin-right: -30px !important; }

.mb-n30px,
.my-n30px {
  margin-bottom: -30px !important; }

.ml-n30px,
.mx-n30px {
  margin-left: -30px !important; }

.m-n32px {
  margin: -32px !important; }

.mt-n32px,
.my-n32px {
  margin-top: -32px !important; }

.mr-n32px,
.mx-n32px {
  margin-right: -32px !important; }

.mb-n32px,
.my-n32px {
  margin-bottom: -32px !important; }

.ml-n32px,
.mx-n32px {
  margin-left: -32px !important; }

.m-n36px {
  margin: -36px !important; }

.mt-n36px,
.my-n36px {
  margin-top: -36px !important; }

.mr-n36px,
.mx-n36px {
  margin-right: -36px !important; }

.mb-n36px,
.my-n36px {
  margin-bottom: -36px !important; }

.ml-n36px,
.mx-n36px {
  margin-left: -36px !important; }

.m-n40px {
  margin: -40px !important; }

.mt-n40px,
.my-n40px {
  margin-top: -40px !important; }

.mr-n40px,
.mx-n40px {
  margin-right: -40px !important; }

.mb-n40px,
.my-n40px {
  margin-bottom: -40px !important; }

.ml-n40px,
.mx-n40px {
  margin-left: -40px !important; }

.m-n48px {
  margin: -48px !important; }

.mt-n48px,
.my-n48px {
  margin-top: -48px !important; }

.mr-n48px,
.mx-n48px {
  margin-right: -48px !important; }

.mb-n48px,
.my-n48px {
  margin-bottom: -48px !important; }

.ml-n48px,
.mx-n48px {
  margin-left: -48px !important; }

.m-n56px {
  margin: -56px !important; }

.mt-n56px,
.my-n56px {
  margin-top: -56px !important; }

.mr-n56px,
.mx-n56px {
  margin-right: -56px !important; }

.mb-n56px,
.my-n56px {
  margin-bottom: -56px !important; }

.ml-n56px,
.mx-n56px {
  margin-left: -56px !important; }

.m-n60px {
  margin: -60px !important; }

.mt-n60px,
.my-n60px {
  margin-top: -60px !important; }

.mr-n60px,
.mx-n60px {
  margin-right: -60px !important; }

.mb-n60px,
.my-n60px {
  margin-bottom: -60px !important; }

.ml-n60px,
.mx-n60px {
  margin-left: -60px !important; }

.m-n68px {
  margin: -68px !important; }

.mt-n68px,
.my-n68px {
  margin-top: -68px !important; }

.mr-n68px,
.mx-n68px {
  margin-right: -68px !important; }

.mb-n68px,
.my-n68px {
  margin-bottom: -68px !important; }

.ml-n68px,
.mx-n68px {
  margin-left: -68px !important; }

.m-n64px {
  margin: -64px !important; }

.mt-n64px,
.my-n64px {
  margin-top: -64px !important; }

.mr-n64px,
.mx-n64px {
  margin-right: -64px !important; }

.mb-n64px,
.my-n64px {
  margin-bottom: -64px !important; }

.ml-n64px,
.mx-n64px {
  margin-left: -64px !important; }

.m-n72px {
  margin: -72px !important; }

.mt-n72px,
.my-n72px {
  margin-top: -72px !important; }

.mr-n72px,
.mx-n72px {
  margin-right: -72px !important; }

.mb-n72px,
.my-n72px {
  margin-bottom: -72px !important; }

.ml-n72px,
.mx-n72px {
  margin-left: -72px !important; }

.m-n80px {
  margin: -80px !important; }

.mt-n80px,
.my-n80px {
  margin-top: -80px !important; }

.mr-n80px,
.mx-n80px {
  margin-right: -80px !important; }

.mb-n80px,
.my-n80px {
  margin-bottom: -80px !important; }

.ml-n80px,
.mx-n80px {
  margin-left: -80px !important; }

.m-n86px {
  margin: -86px !important; }

.mt-n86px,
.my-n86px {
  margin-top: -86px !important; }

.mr-n86px,
.mx-n86px {
  margin-right: -86px !important; }

.mb-n86px,
.my-n86px {
  margin-bottom: -86px !important; }

.ml-n86px,
.mx-n86px {
  margin-left: -86px !important; }

.m-n100px {
  margin: -100px !important; }

.mt-n100px,
.my-n100px {
  margin-top: -100px !important; }

.mr-n100px,
.mx-n100px {
  margin-right: -100px !important; }

.mb-n100px,
.my-n100px {
  margin-bottom: -100px !important; }

.ml-n100px,
.mx-n100px {
  margin-left: -100px !important; }

.m-n120px {
  margin: -120px !important; }

.mt-n120px,
.my-n120px {
  margin-top: -120px !important; }

.mr-n120px,
.mx-n120px {
  margin-right: -120px !important; }

.mb-n120px,
.my-n120px {
  margin-bottom: -120px !important; }

.ml-n120px,
.mx-n120px {
  margin-left: -120px !important; }

.m-n127px {
  margin: -127px !important; }

.mt-n127px,
.my-n127px {
  margin-top: -127px !important; }

.mr-n127px,
.mx-n127px {
  margin-right: -127px !important; }

.mb-n127px,
.my-n127px {
  margin-bottom: -127px !important; }

.ml-n127px,
.mx-n127px {
  margin-left: -127px !important; }

.m-n129px {
  margin: -129px !important; }

.mt-n129px,
.my-n129px {
  margin-top: -129px !important; }

.mr-n129px,
.mx-n129px {
  margin-right: -129px !important; }

.mb-n129px,
.my-n129px {
  margin-bottom: -129px !important; }

.ml-n129px,
.mx-n129px {
  margin-left: -129px !important; }

.m-n133px {
  margin: -133px !important; }

.mt-n133px,
.my-n133px {
  margin-top: -133px !important; }

.mr-n133px,
.mx-n133px {
  margin-right: -133px !important; }

.mb-n133px,
.my-n133px {
  margin-bottom: -133px !important; }

.ml-n133px,
.mx-n133px {
  margin-left: -133px !important; }

.m-n148px {
  margin: -148px !important; }

.mt-n148px,
.my-n148px {
  margin-top: -148px !important; }

.mr-n148px,
.mx-n148px {
  margin-right: -148px !important; }

.mb-n148px,
.my-n148px {
  margin-bottom: -148px !important; }

.ml-n148px,
.mx-n148px {
  margin-left: -148px !important; }

.m-n180px {
  margin: -180px !important; }

.mt-n180px,
.my-n180px {
  margin-top: -180px !important; }

.mr-n180px,
.mx-n180px {
  margin-right: -180px !important; }

.mb-n180px,
.my-n180px {
  margin-bottom: -180px !important; }

.ml-n180px,
.mx-n180px {
  margin-left: -180px !important; }

.m-n200px {
  margin: -200px !important; }

.mt-n200px,
.my-n200px {
  margin-top: -200px !important; }

.mr-n200px,
.mx-n200px {
  margin-right: -200px !important; }

.mb-n200px,
.my-n200px {
  margin-bottom: -200px !important; }

.ml-n200px,
.mx-n200px {
  margin-left: -200px !important; }

.m-n210px {
  margin: -210px !important; }

.mt-n210px,
.my-n210px {
  margin-top: -210px !important; }

.mr-n210px,
.mx-n210px {
  margin-right: -210px !important; }

.mb-n210px,
.my-n210px {
  margin-bottom: -210px !important; }

.ml-n210px,
.mx-n210px {
  margin-left: -210px !important; }

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

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

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-1px {
    margin: 1px !important; }
  .mt-sm-1px,
  .my-sm-1px {
    margin-top: 1px !important; }
  .mr-sm-1px,
  .mx-sm-1px {
    margin-right: 1px !important; }
  .mb-sm-1px,
  .my-sm-1px {
    margin-bottom: 1px !important; }
  .ml-sm-1px,
  .mx-sm-1px {
    margin-left: 1px !important; }
  .m-sm-2px {
    margin: 2px !important; }
  .mt-sm-2px,
  .my-sm-2px {
    margin-top: 2px !important; }
  .mr-sm-2px,
  .mx-sm-2px {
    margin-right: 2px !important; }
  .mb-sm-2px,
  .my-sm-2px {
    margin-bottom: 2px !important; }
  .ml-sm-2px,
  .mx-sm-2px {
    margin-left: 2px !important; }
  .m-sm-3px {
    margin: 3px !important; }
  .mt-sm-3px,
  .my-sm-3px {
    margin-top: 3px !important; }
  .mr-sm-3px,
  .mx-sm-3px {
    margin-right: 3px !important; }
  .mb-sm-3px,
  .my-sm-3px {
    margin-bottom: 3px !important; }
  .ml-sm-3px,
  .mx-sm-3px {
    margin-left: 3px !important; }
  .m-sm-4px {
    margin: 4px !important; }
  .mt-sm-4px,
  .my-sm-4px {
    margin-top: 4px !important; }
  .mr-sm-4px,
  .mx-sm-4px {
    margin-right: 4px !important; }
  .mb-sm-4px,
  .my-sm-4px {
    margin-bottom: 4px !important; }
  .ml-sm-4px,
  .mx-sm-4px {
    margin-left: 4px !important; }
  .m-sm-5px {
    margin: 5px !important; }
  .mt-sm-5px,
  .my-sm-5px {
    margin-top: 5px !important; }
  .mr-sm-5px,
  .mx-sm-5px {
    margin-right: 5px !important; }
  .mb-sm-5px,
  .my-sm-5px {
    margin-bottom: 5px !important; }
  .ml-sm-5px,
  .mx-sm-5px {
    margin-left: 5px !important; }
  .m-sm-6px {
    margin: 6px !important; }
  .mt-sm-6px,
  .my-sm-6px {
    margin-top: 6px !important; }
  .mr-sm-6px,
  .mx-sm-6px {
    margin-right: 6px !important; }
  .mb-sm-6px,
  .my-sm-6px {
    margin-bottom: 6px !important; }
  .ml-sm-6px,
  .mx-sm-6px {
    margin-left: 6px !important; }
  .m-sm-8px {
    margin: 8px !important; }
  .mt-sm-8px,
  .my-sm-8px {
    margin-top: 8px !important; }
  .mr-sm-8px,
  .mx-sm-8px {
    margin-right: 8px !important; }
  .mb-sm-8px,
  .my-sm-8px {
    margin-bottom: 8px !important; }
  .ml-sm-8px,
  .mx-sm-8px {
    margin-left: 8px !important; }
  .m-sm-10px {
    margin: 10px !important; }
  .mt-sm-10px,
  .my-sm-10px {
    margin-top: 10px !important; }
  .mr-sm-10px,
  .mx-sm-10px {
    margin-right: 10px !important; }
  .mb-sm-10px,
  .my-sm-10px {
    margin-bottom: 10px !important; }
  .ml-sm-10px,
  .mx-sm-10px {
    margin-left: 10px !important; }
  .m-sm-12px {
    margin: 12px !important; }
  .mt-sm-12px,
  .my-sm-12px {
    margin-top: 12px !important; }
  .mr-sm-12px,
  .mx-sm-12px {
    margin-right: 12px !important; }
  .mb-sm-12px,
  .my-sm-12px {
    margin-bottom: 12px !important; }
  .ml-sm-12px,
  .mx-sm-12px {
    margin-left: 12px !important; }
  .m-sm-13px {
    margin: 13px !important; }
  .mt-sm-13px,
  .my-sm-13px {
    margin-top: 13px !important; }
  .mr-sm-13px,
  .mx-sm-13px {
    margin-right: 13px !important; }
  .mb-sm-13px,
  .my-sm-13px {
    margin-bottom: 13px !important; }
  .ml-sm-13px,
  .mx-sm-13px {
    margin-left: 13px !important; }
  .m-sm-14px {
    margin: 14px !important; }
  .mt-sm-14px,
  .my-sm-14px {
    margin-top: 14px !important; }
  .mr-sm-14px,
  .mx-sm-14px {
    margin-right: 14px !important; }
  .mb-sm-14px,
  .my-sm-14px {
    margin-bottom: 14px !important; }
  .ml-sm-14px,
  .mx-sm-14px {
    margin-left: 14px !important; }
  .m-sm-15px {
    margin: 15px !important; }
  .mt-sm-15px,
  .my-sm-15px {
    margin-top: 15px !important; }
  .mr-sm-15px,
  .mx-sm-15px {
    margin-right: 15px !important; }
  .mb-sm-15px,
  .my-sm-15px {
    margin-bottom: 15px !important; }
  .ml-sm-15px,
  .mx-sm-15px {
    margin-left: 15px !important; }
  .m-sm-16px {
    margin: 16px !important; }
  .mt-sm-16px,
  .my-sm-16px {
    margin-top: 16px !important; }
  .mr-sm-16px,
  .mx-sm-16px {
    margin-right: 16px !important; }
  .mb-sm-16px,
  .my-sm-16px {
    margin-bottom: 16px !important; }
  .ml-sm-16px,
  .mx-sm-16px {
    margin-left: 16px !important; }
  .m-sm-20px {
    margin: 20px !important; }
  .mt-sm-20px,
  .my-sm-20px {
    margin-top: 20px !important; }
  .mr-sm-20px,
  .mx-sm-20px {
    margin-right: 20px !important; }
  .mb-sm-20px,
  .my-sm-20px {
    margin-bottom: 20px !important; }
  .ml-sm-20px,
  .mx-sm-20px {
    margin-left: 20px !important; }
  .m-sm-24px {
    margin: 24px !important; }
  .mt-sm-24px,
  .my-sm-24px {
    margin-top: 24px !important; }
  .mr-sm-24px,
  .mx-sm-24px {
    margin-right: 24px !important; }
  .mb-sm-24px,
  .my-sm-24px {
    margin-bottom: 24px !important; }
  .ml-sm-24px,
  .mx-sm-24px {
    margin-left: 24px !important; }
  .m-sm-25px {
    margin: 25px !important; }
  .mt-sm-25px,
  .my-sm-25px {
    margin-top: 25px !important; }
  .mr-sm-25px,
  .mx-sm-25px {
    margin-right: 25px !important; }
  .mb-sm-25px,
  .my-sm-25px {
    margin-bottom: 25px !important; }
  .ml-sm-25px,
  .mx-sm-25px {
    margin-left: 25px !important; }
  .m-sm-28px {
    margin: 28px !important; }
  .mt-sm-28px,
  .my-sm-28px {
    margin-top: 28px !important; }
  .mr-sm-28px,
  .mx-sm-28px {
    margin-right: 28px !important; }
  .mb-sm-28px,
  .my-sm-28px {
    margin-bottom: 28px !important; }
  .ml-sm-28px,
  .mx-sm-28px {
    margin-left: 28px !important; }
  .m-sm-30px {
    margin: 30px !important; }
  .mt-sm-30px,
  .my-sm-30px {
    margin-top: 30px !important; }
  .mr-sm-30px,
  .mx-sm-30px {
    margin-right: 30px !important; }
  .mb-sm-30px,
  .my-sm-30px {
    margin-bottom: 30px !important; }
  .ml-sm-30px,
  .mx-sm-30px {
    margin-left: 30px !important; }
  .m-sm-32px {
    margin: 32px !important; }
  .mt-sm-32px,
  .my-sm-32px {
    margin-top: 32px !important; }
  .mr-sm-32px,
  .mx-sm-32px {
    margin-right: 32px !important; }
  .mb-sm-32px,
  .my-sm-32px {
    margin-bottom: 32px !important; }
  .ml-sm-32px,
  .mx-sm-32px {
    margin-left: 32px !important; }
  .m-sm-36px {
    margin: 36px !important; }
  .mt-sm-36px,
  .my-sm-36px {
    margin-top: 36px !important; }
  .mr-sm-36px,
  .mx-sm-36px {
    margin-right: 36px !important; }
  .mb-sm-36px,
  .my-sm-36px {
    margin-bottom: 36px !important; }
  .ml-sm-36px,
  .mx-sm-36px {
    margin-left: 36px !important; }
  .m-sm-40px {
    margin: 40px !important; }
  .mt-sm-40px,
  .my-sm-40px {
    margin-top: 40px !important; }
  .mr-sm-40px,
  .mx-sm-40px {
    margin-right: 40px !important; }
  .mb-sm-40px,
  .my-sm-40px {
    margin-bottom: 40px !important; }
  .ml-sm-40px,
  .mx-sm-40px {
    margin-left: 40px !important; }
  .m-sm-48px {
    margin: 48px !important; }
  .mt-sm-48px,
  .my-sm-48px {
    margin-top: 48px !important; }
  .mr-sm-48px,
  .mx-sm-48px {
    margin-right: 48px !important; }
  .mb-sm-48px,
  .my-sm-48px {
    margin-bottom: 48px !important; }
  .ml-sm-48px,
  .mx-sm-48px {
    margin-left: 48px !important; }
  .m-sm-56px {
    margin: 56px !important; }
  .mt-sm-56px,
  .my-sm-56px {
    margin-top: 56px !important; }
  .mr-sm-56px,
  .mx-sm-56px {
    margin-right: 56px !important; }
  .mb-sm-56px,
  .my-sm-56px {
    margin-bottom: 56px !important; }
  .ml-sm-56px,
  .mx-sm-56px {
    margin-left: 56px !important; }
  .m-sm-60px {
    margin: 60px !important; }
  .mt-sm-60px,
  .my-sm-60px {
    margin-top: 60px !important; }
  .mr-sm-60px,
  .mx-sm-60px {
    margin-right: 60px !important; }
  .mb-sm-60px,
  .my-sm-60px {
    margin-bottom: 60px !important; }
  .ml-sm-60px,
  .mx-sm-60px {
    margin-left: 60px !important; }
  .m-sm-68px {
    margin: 68px !important; }
  .mt-sm-68px,
  .my-sm-68px {
    margin-top: 68px !important; }
  .mr-sm-68px,
  .mx-sm-68px {
    margin-right: 68px !important; }
  .mb-sm-68px,
  .my-sm-68px {
    margin-bottom: 68px !important; }
  .ml-sm-68px,
  .mx-sm-68px {
    margin-left: 68px !important; }
  .m-sm-64px {
    margin: 64px !important; }
  .mt-sm-64px,
  .my-sm-64px {
    margin-top: 64px !important; }
  .mr-sm-64px,
  .mx-sm-64px {
    margin-right: 64px !important; }
  .mb-sm-64px,
  .my-sm-64px {
    margin-bottom: 64px !important; }
  .ml-sm-64px,
  .mx-sm-64px {
    margin-left: 64px !important; }
  .m-sm-72px {
    margin: 72px !important; }
  .mt-sm-72px,
  .my-sm-72px {
    margin-top: 72px !important; }
  .mr-sm-72px,
  .mx-sm-72px {
    margin-right: 72px !important; }
  .mb-sm-72px,
  .my-sm-72px {
    margin-bottom: 72px !important; }
  .ml-sm-72px,
  .mx-sm-72px {
    margin-left: 72px !important; }
  .m-sm-80px {
    margin: 80px !important; }
  .mt-sm-80px,
  .my-sm-80px {
    margin-top: 80px !important; }
  .mr-sm-80px,
  .mx-sm-80px {
    margin-right: 80px !important; }
  .mb-sm-80px,
  .my-sm-80px {
    margin-bottom: 80px !important; }
  .ml-sm-80px,
  .mx-sm-80px {
    margin-left: 80px !important; }
  .m-sm-86px {
    margin: 86px !important; }
  .mt-sm-86px,
  .my-sm-86px {
    margin-top: 86px !important; }
  .mr-sm-86px,
  .mx-sm-86px {
    margin-right: 86px !important; }
  .mb-sm-86px,
  .my-sm-86px {
    margin-bottom: 86px !important; }
  .ml-sm-86px,
  .mx-sm-86px {
    margin-left: 86px !important; }
  .m-sm-100px {
    margin: 100px !important; }
  .mt-sm-100px,
  .my-sm-100px {
    margin-top: 100px !important; }
  .mr-sm-100px,
  .mx-sm-100px {
    margin-right: 100px !important; }
  .mb-sm-100px,
  .my-sm-100px {
    margin-bottom: 100px !important; }
  .ml-sm-100px,
  .mx-sm-100px {
    margin-left: 100px !important; }
  .m-sm-120px {
    margin: 120px !important; }
  .mt-sm-120px,
  .my-sm-120px {
    margin-top: 120px !important; }
  .mr-sm-120px,
  .mx-sm-120px {
    margin-right: 120px !important; }
  .mb-sm-120px,
  .my-sm-120px {
    margin-bottom: 120px !important; }
  .ml-sm-120px,
  .mx-sm-120px {
    margin-left: 120px !important; }
  .m-sm-127px {
    margin: 127px !important; }
  .mt-sm-127px,
  .my-sm-127px {
    margin-top: 127px !important; }
  .mr-sm-127px,
  .mx-sm-127px {
    margin-right: 127px !important; }
  .mb-sm-127px,
  .my-sm-127px {
    margin-bottom: 127px !important; }
  .ml-sm-127px,
  .mx-sm-127px {
    margin-left: 127px !important; }
  .m-sm-129px {
    margin: 129px !important; }
  .mt-sm-129px,
  .my-sm-129px {
    margin-top: 129px !important; }
  .mr-sm-129px,
  .mx-sm-129px {
    margin-right: 129px !important; }
  .mb-sm-129px,
  .my-sm-129px {
    margin-bottom: 129px !important; }
  .ml-sm-129px,
  .mx-sm-129px {
    margin-left: 129px !important; }
  .m-sm-133px {
    margin: 133px !important; }
  .mt-sm-133px,
  .my-sm-133px {
    margin-top: 133px !important; }
  .mr-sm-133px,
  .mx-sm-133px {
    margin-right: 133px !important; }
  .mb-sm-133px,
  .my-sm-133px {
    margin-bottom: 133px !important; }
  .ml-sm-133px,
  .mx-sm-133px {
    margin-left: 133px !important; }
  .m-sm-148px {
    margin: 148px !important; }
  .mt-sm-148px,
  .my-sm-148px {
    margin-top: 148px !important; }
  .mr-sm-148px,
  .mx-sm-148px {
    margin-right: 148px !important; }
  .mb-sm-148px,
  .my-sm-148px {
    margin-bottom: 148px !important; }
  .ml-sm-148px,
  .mx-sm-148px {
    margin-left: 148px !important; }
  .m-sm-180px {
    margin: 180px !important; }
  .mt-sm-180px,
  .my-sm-180px {
    margin-top: 180px !important; }
  .mr-sm-180px,
  .mx-sm-180px {
    margin-right: 180px !important; }
  .mb-sm-180px,
  .my-sm-180px {
    margin-bottom: 180px !important; }
  .ml-sm-180px,
  .mx-sm-180px {
    margin-left: 180px !important; }
  .m-sm-200px {
    margin: 200px !important; }
  .mt-sm-200px,
  .my-sm-200px {
    margin-top: 200px !important; }
  .mr-sm-200px,
  .mx-sm-200px {
    margin-right: 200px !important; }
  .mb-sm-200px,
  .my-sm-200px {
    margin-bottom: 200px !important; }
  .ml-sm-200px,
  .mx-sm-200px {
    margin-left: 200px !important; }
  .m-sm-210px {
    margin: 210px !important; }
  .mt-sm-210px,
  .my-sm-210px {
    margin-top: 210px !important; }
  .mr-sm-210px,
  .mx-sm-210px {
    margin-right: 210px !important; }
  .mb-sm-210px,
  .my-sm-210px {
    margin-bottom: 210px !important; }
  .ml-sm-210px,
  .mx-sm-210px {
    margin-left: 210px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-1px {
    padding: 1px !important; }
  .pt-sm-1px,
  .py-sm-1px {
    padding-top: 1px !important; }
  .pr-sm-1px,
  .px-sm-1px {
    padding-right: 1px !important; }
  .pb-sm-1px,
  .py-sm-1px {
    padding-bottom: 1px !important; }
  .pl-sm-1px,
  .px-sm-1px {
    padding-left: 1px !important; }
  .p-sm-2px {
    padding: 2px !important; }
  .pt-sm-2px,
  .py-sm-2px {
    padding-top: 2px !important; }
  .pr-sm-2px,
  .px-sm-2px {
    padding-right: 2px !important; }
  .pb-sm-2px,
  .py-sm-2px {
    padding-bottom: 2px !important; }
  .pl-sm-2px,
  .px-sm-2px {
    padding-left: 2px !important; }
  .p-sm-3px {
    padding: 3px !important; }
  .pt-sm-3px,
  .py-sm-3px {
    padding-top: 3px !important; }
  .pr-sm-3px,
  .px-sm-3px {
    padding-right: 3px !important; }
  .pb-sm-3px,
  .py-sm-3px {
    padding-bottom: 3px !important; }
  .pl-sm-3px,
  .px-sm-3px {
    padding-left: 3px !important; }
  .p-sm-4px {
    padding: 4px !important; }
  .pt-sm-4px,
  .py-sm-4px {
    padding-top: 4px !important; }
  .pr-sm-4px,
  .px-sm-4px {
    padding-right: 4px !important; }
  .pb-sm-4px,
  .py-sm-4px {
    padding-bottom: 4px !important; }
  .pl-sm-4px,
  .px-sm-4px {
    padding-left: 4px !important; }
  .p-sm-5px {
    padding: 5px !important; }
  .pt-sm-5px,
  .py-sm-5px {
    padding-top: 5px !important; }
  .pr-sm-5px,
  .px-sm-5px {
    padding-right: 5px !important; }
  .pb-sm-5px,
  .py-sm-5px {
    padding-bottom: 5px !important; }
  .pl-sm-5px,
  .px-sm-5px {
    padding-left: 5px !important; }
  .p-sm-6px {
    padding: 6px !important; }
  .pt-sm-6px,
  .py-sm-6px {
    padding-top: 6px !important; }
  .pr-sm-6px,
  .px-sm-6px {
    padding-right: 6px !important; }
  .pb-sm-6px,
  .py-sm-6px {
    padding-bottom: 6px !important; }
  .pl-sm-6px,
  .px-sm-6px {
    padding-left: 6px !important; }
  .p-sm-8px {
    padding: 8px !important; }
  .pt-sm-8px,
  .py-sm-8px {
    padding-top: 8px !important; }
  .pr-sm-8px,
  .px-sm-8px {
    padding-right: 8px !important; }
  .pb-sm-8px,
  .py-sm-8px {
    padding-bottom: 8px !important; }
  .pl-sm-8px,
  .px-sm-8px {
    padding-left: 8px !important; }
  .p-sm-10px {
    padding: 10px !important; }
  .pt-sm-10px,
  .py-sm-10px {
    padding-top: 10px !important; }
  .pr-sm-10px,
  .px-sm-10px {
    padding-right: 10px !important; }
  .pb-sm-10px,
  .py-sm-10px {
    padding-bottom: 10px !important; }
  .pl-sm-10px,
  .px-sm-10px {
    padding-left: 10px !important; }
  .p-sm-12px {
    padding: 12px !important; }
  .pt-sm-12px,
  .py-sm-12px {
    padding-top: 12px !important; }
  .pr-sm-12px,
  .px-sm-12px {
    padding-right: 12px !important; }
  .pb-sm-12px,
  .py-sm-12px {
    padding-bottom: 12px !important; }
  .pl-sm-12px,
  .px-sm-12px {
    padding-left: 12px !important; }
  .p-sm-13px {
    padding: 13px !important; }
  .pt-sm-13px,
  .py-sm-13px {
    padding-top: 13px !important; }
  .pr-sm-13px,
  .px-sm-13px {
    padding-right: 13px !important; }
  .pb-sm-13px,
  .py-sm-13px {
    padding-bottom: 13px !important; }
  .pl-sm-13px,
  .px-sm-13px {
    padding-left: 13px !important; }
  .p-sm-14px {
    padding: 14px !important; }
  .pt-sm-14px,
  .py-sm-14px {
    padding-top: 14px !important; }
  .pr-sm-14px,
  .px-sm-14px {
    padding-right: 14px !important; }
  .pb-sm-14px,
  .py-sm-14px {
    padding-bottom: 14px !important; }
  .pl-sm-14px,
  .px-sm-14px {
    padding-left: 14px !important; }
  .p-sm-15px {
    padding: 15px !important; }
  .pt-sm-15px,
  .py-sm-15px {
    padding-top: 15px !important; }
  .pr-sm-15px,
  .px-sm-15px {
    padding-right: 15px !important; }
  .pb-sm-15px,
  .py-sm-15px {
    padding-bottom: 15px !important; }
  .pl-sm-15px,
  .px-sm-15px {
    padding-left: 15px !important; }
  .p-sm-16px {
    padding: 16px !important; }
  .pt-sm-16px,
  .py-sm-16px {
    padding-top: 16px !important; }
  .pr-sm-16px,
  .px-sm-16px {
    padding-right: 16px !important; }
  .pb-sm-16px,
  .py-sm-16px {
    padding-bottom: 16px !important; }
  .pl-sm-16px,
  .px-sm-16px {
    padding-left: 16px !important; }
  .p-sm-20px {
    padding: 20px !important; }
  .pt-sm-20px,
  .py-sm-20px {
    padding-top: 20px !important; }
  .pr-sm-20px,
  .px-sm-20px {
    padding-right: 20px !important; }
  .pb-sm-20px,
  .py-sm-20px {
    padding-bottom: 20px !important; }
  .pl-sm-20px,
  .px-sm-20px {
    padding-left: 20px !important; }
  .p-sm-24px {
    padding: 24px !important; }
  .pt-sm-24px,
  .py-sm-24px {
    padding-top: 24px !important; }
  .pr-sm-24px,
  .px-sm-24px {
    padding-right: 24px !important; }
  .pb-sm-24px,
  .py-sm-24px {
    padding-bottom: 24px !important; }
  .pl-sm-24px,
  .px-sm-24px {
    padding-left: 24px !important; }
  .p-sm-25px {
    padding: 25px !important; }
  .pt-sm-25px,
  .py-sm-25px {
    padding-top: 25px !important; }
  .pr-sm-25px,
  .px-sm-25px {
    padding-right: 25px !important; }
  .pb-sm-25px,
  .py-sm-25px {
    padding-bottom: 25px !important; }
  .pl-sm-25px,
  .px-sm-25px {
    padding-left: 25px !important; }
  .p-sm-28px {
    padding: 28px !important; }
  .pt-sm-28px,
  .py-sm-28px {
    padding-top: 28px !important; }
  .pr-sm-28px,
  .px-sm-28px {
    padding-right: 28px !important; }
  .pb-sm-28px,
  .py-sm-28px {
    padding-bottom: 28px !important; }
  .pl-sm-28px,
  .px-sm-28px {
    padding-left: 28px !important; }
  .p-sm-30px {
    padding: 30px !important; }
  .pt-sm-30px,
  .py-sm-30px {
    padding-top: 30px !important; }
  .pr-sm-30px,
  .px-sm-30px {
    padding-right: 30px !important; }
  .pb-sm-30px,
  .py-sm-30px {
    padding-bottom: 30px !important; }
  .pl-sm-30px,
  .px-sm-30px {
    padding-left: 30px !important; }
  .p-sm-32px {
    padding: 32px !important; }
  .pt-sm-32px,
  .py-sm-32px {
    padding-top: 32px !important; }
  .pr-sm-32px,
  .px-sm-32px {
    padding-right: 32px !important; }
  .pb-sm-32px,
  .py-sm-32px {
    padding-bottom: 32px !important; }
  .pl-sm-32px,
  .px-sm-32px {
    padding-left: 32px !important; }
  .p-sm-36px {
    padding: 36px !important; }
  .pt-sm-36px,
  .py-sm-36px {
    padding-top: 36px !important; }
  .pr-sm-36px,
  .px-sm-36px {
    padding-right: 36px !important; }
  .pb-sm-36px,
  .py-sm-36px {
    padding-bottom: 36px !important; }
  .pl-sm-36px,
  .px-sm-36px {
    padding-left: 36px !important; }
  .p-sm-40px {
    padding: 40px !important; }
  .pt-sm-40px,
  .py-sm-40px {
    padding-top: 40px !important; }
  .pr-sm-40px,
  .px-sm-40px {
    padding-right: 40px !important; }
  .pb-sm-40px,
  .py-sm-40px {
    padding-bottom: 40px !important; }
  .pl-sm-40px,
  .px-sm-40px {
    padding-left: 40px !important; }
  .p-sm-48px {
    padding: 48px !important; }
  .pt-sm-48px,
  .py-sm-48px {
    padding-top: 48px !important; }
  .pr-sm-48px,
  .px-sm-48px {
    padding-right: 48px !important; }
  .pb-sm-48px,
  .py-sm-48px {
    padding-bottom: 48px !important; }
  .pl-sm-48px,
  .px-sm-48px {
    padding-left: 48px !important; }
  .p-sm-56px {
    padding: 56px !important; }
  .pt-sm-56px,
  .py-sm-56px {
    padding-top: 56px !important; }
  .pr-sm-56px,
  .px-sm-56px {
    padding-right: 56px !important; }
  .pb-sm-56px,
  .py-sm-56px {
    padding-bottom: 56px !important; }
  .pl-sm-56px,
  .px-sm-56px {
    padding-left: 56px !important; }
  .p-sm-60px {
    padding: 60px !important; }
  .pt-sm-60px,
  .py-sm-60px {
    padding-top: 60px !important; }
  .pr-sm-60px,
  .px-sm-60px {
    padding-right: 60px !important; }
  .pb-sm-60px,
  .py-sm-60px {
    padding-bottom: 60px !important; }
  .pl-sm-60px,
  .px-sm-60px {
    padding-left: 60px !important; }
  .p-sm-68px {
    padding: 68px !important; }
  .pt-sm-68px,
  .py-sm-68px {
    padding-top: 68px !important; }
  .pr-sm-68px,
  .px-sm-68px {
    padding-right: 68px !important; }
  .pb-sm-68px,
  .py-sm-68px {
    padding-bottom: 68px !important; }
  .pl-sm-68px,
  .px-sm-68px {
    padding-left: 68px !important; }
  .p-sm-64px {
    padding: 64px !important; }
  .pt-sm-64px,
  .py-sm-64px {
    padding-top: 64px !important; }
  .pr-sm-64px,
  .px-sm-64px {
    padding-right: 64px !important; }
  .pb-sm-64px,
  .py-sm-64px {
    padding-bottom: 64px !important; }
  .pl-sm-64px,
  .px-sm-64px {
    padding-left: 64px !important; }
  .p-sm-72px {
    padding: 72px !important; }
  .pt-sm-72px,
  .py-sm-72px {
    padding-top: 72px !important; }
  .pr-sm-72px,
  .px-sm-72px {
    padding-right: 72px !important; }
  .pb-sm-72px,
  .py-sm-72px {
    padding-bottom: 72px !important; }
  .pl-sm-72px,
  .px-sm-72px {
    padding-left: 72px !important; }
  .p-sm-80px {
    padding: 80px !important; }
  .pt-sm-80px,
  .py-sm-80px {
    padding-top: 80px !important; }
  .pr-sm-80px,
  .px-sm-80px {
    padding-right: 80px !important; }
  .pb-sm-80px,
  .py-sm-80px {
    padding-bottom: 80px !important; }
  .pl-sm-80px,
  .px-sm-80px {
    padding-left: 80px !important; }
  .p-sm-86px {
    padding: 86px !important; }
  .pt-sm-86px,
  .py-sm-86px {
    padding-top: 86px !important; }
  .pr-sm-86px,
  .px-sm-86px {
    padding-right: 86px !important; }
  .pb-sm-86px,
  .py-sm-86px {
    padding-bottom: 86px !important; }
  .pl-sm-86px,
  .px-sm-86px {
    padding-left: 86px !important; }
  .p-sm-100px {
    padding: 100px !important; }
  .pt-sm-100px,
  .py-sm-100px {
    padding-top: 100px !important; }
  .pr-sm-100px,
  .px-sm-100px {
    padding-right: 100px !important; }
  .pb-sm-100px,
  .py-sm-100px {
    padding-bottom: 100px !important; }
  .pl-sm-100px,
  .px-sm-100px {
    padding-left: 100px !important; }
  .p-sm-120px {
    padding: 120px !important; }
  .pt-sm-120px,
  .py-sm-120px {
    padding-top: 120px !important; }
  .pr-sm-120px,
  .px-sm-120px {
    padding-right: 120px !important; }
  .pb-sm-120px,
  .py-sm-120px {
    padding-bottom: 120px !important; }
  .pl-sm-120px,
  .px-sm-120px {
    padding-left: 120px !important; }
  .p-sm-127px {
    padding: 127px !important; }
  .pt-sm-127px,
  .py-sm-127px {
    padding-top: 127px !important; }
  .pr-sm-127px,
  .px-sm-127px {
    padding-right: 127px !important; }
  .pb-sm-127px,
  .py-sm-127px {
    padding-bottom: 127px !important; }
  .pl-sm-127px,
  .px-sm-127px {
    padding-left: 127px !important; }
  .p-sm-129px {
    padding: 129px !important; }
  .pt-sm-129px,
  .py-sm-129px {
    padding-top: 129px !important; }
  .pr-sm-129px,
  .px-sm-129px {
    padding-right: 129px !important; }
  .pb-sm-129px,
  .py-sm-129px {
    padding-bottom: 129px !important; }
  .pl-sm-129px,
  .px-sm-129px {
    padding-left: 129px !important; }
  .p-sm-133px {
    padding: 133px !important; }
  .pt-sm-133px,
  .py-sm-133px {
    padding-top: 133px !important; }
  .pr-sm-133px,
  .px-sm-133px {
    padding-right: 133px !important; }
  .pb-sm-133px,
  .py-sm-133px {
    padding-bottom: 133px !important; }
  .pl-sm-133px,
  .px-sm-133px {
    padding-left: 133px !important; }
  .p-sm-148px {
    padding: 148px !important; }
  .pt-sm-148px,
  .py-sm-148px {
    padding-top: 148px !important; }
  .pr-sm-148px,
  .px-sm-148px {
    padding-right: 148px !important; }
  .pb-sm-148px,
  .py-sm-148px {
    padding-bottom: 148px !important; }
  .pl-sm-148px,
  .px-sm-148px {
    padding-left: 148px !important; }
  .p-sm-180px {
    padding: 180px !important; }
  .pt-sm-180px,
  .py-sm-180px {
    padding-top: 180px !important; }
  .pr-sm-180px,
  .px-sm-180px {
    padding-right: 180px !important; }
  .pb-sm-180px,
  .py-sm-180px {
    padding-bottom: 180px !important; }
  .pl-sm-180px,
  .px-sm-180px {
    padding-left: 180px !important; }
  .p-sm-200px {
    padding: 200px !important; }
  .pt-sm-200px,
  .py-sm-200px {
    padding-top: 200px !important; }
  .pr-sm-200px,
  .px-sm-200px {
    padding-right: 200px !important; }
  .pb-sm-200px,
  .py-sm-200px {
    padding-bottom: 200px !important; }
  .pl-sm-200px,
  .px-sm-200px {
    padding-left: 200px !important; }
  .p-sm-210px {
    padding: 210px !important; }
  .pt-sm-210px,
  .py-sm-210px {
    padding-top: 210px !important; }
  .pr-sm-210px,
  .px-sm-210px {
    padding-right: 210px !important; }
  .pb-sm-210px,
  .py-sm-210px {
    padding-bottom: 210px !important; }
  .pl-sm-210px,
  .px-sm-210px {
    padding-left: 210px !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n1px {
    margin: -1px !important; }
  .mt-sm-n1px,
  .my-sm-n1px {
    margin-top: -1px !important; }
  .mr-sm-n1px,
  .mx-sm-n1px {
    margin-right: -1px !important; }
  .mb-sm-n1px,
  .my-sm-n1px {
    margin-bottom: -1px !important; }
  .ml-sm-n1px,
  .mx-sm-n1px {
    margin-left: -1px !important; }
  .m-sm-n2px {
    margin: -2px !important; }
  .mt-sm-n2px,
  .my-sm-n2px {
    margin-top: -2px !important; }
  .mr-sm-n2px,
  .mx-sm-n2px {
    margin-right: -2px !important; }
  .mb-sm-n2px,
  .my-sm-n2px {
    margin-bottom: -2px !important; }
  .ml-sm-n2px,
  .mx-sm-n2px {
    margin-left: -2px !important; }
  .m-sm-n3px {
    margin: -3px !important; }
  .mt-sm-n3px,
  .my-sm-n3px {
    margin-top: -3px !important; }
  .mr-sm-n3px,
  .mx-sm-n3px {
    margin-right: -3px !important; }
  .mb-sm-n3px,
  .my-sm-n3px {
    margin-bottom: -3px !important; }
  .ml-sm-n3px,
  .mx-sm-n3px {
    margin-left: -3px !important; }
  .m-sm-n4px {
    margin: -4px !important; }
  .mt-sm-n4px,
  .my-sm-n4px {
    margin-top: -4px !important; }
  .mr-sm-n4px,
  .mx-sm-n4px {
    margin-right: -4px !important; }
  .mb-sm-n4px,
  .my-sm-n4px {
    margin-bottom: -4px !important; }
  .ml-sm-n4px,
  .mx-sm-n4px {
    margin-left: -4px !important; }
  .m-sm-n5px {
    margin: -5px !important; }
  .mt-sm-n5px,
  .my-sm-n5px {
    margin-top: -5px !important; }
  .mr-sm-n5px,
  .mx-sm-n5px {
    margin-right: -5px !important; }
  .mb-sm-n5px,
  .my-sm-n5px {
    margin-bottom: -5px !important; }
  .ml-sm-n5px,
  .mx-sm-n5px {
    margin-left: -5px !important; }
  .m-sm-n6px {
    margin: -6px !important; }
  .mt-sm-n6px,
  .my-sm-n6px {
    margin-top: -6px !important; }
  .mr-sm-n6px,
  .mx-sm-n6px {
    margin-right: -6px !important; }
  .mb-sm-n6px,
  .my-sm-n6px {
    margin-bottom: -6px !important; }
  .ml-sm-n6px,
  .mx-sm-n6px {
    margin-left: -6px !important; }
  .m-sm-n8px {
    margin: -8px !important; }
  .mt-sm-n8px,
  .my-sm-n8px {
    margin-top: -8px !important; }
  .mr-sm-n8px,
  .mx-sm-n8px {
    margin-right: -8px !important; }
  .mb-sm-n8px,
  .my-sm-n8px {
    margin-bottom: -8px !important; }
  .ml-sm-n8px,
  .mx-sm-n8px {
    margin-left: -8px !important; }
  .m-sm-n10px {
    margin: -10px !important; }
  .mt-sm-n10px,
  .my-sm-n10px {
    margin-top: -10px !important; }
  .mr-sm-n10px,
  .mx-sm-n10px {
    margin-right: -10px !important; }
  .mb-sm-n10px,
  .my-sm-n10px {
    margin-bottom: -10px !important; }
  .ml-sm-n10px,
  .mx-sm-n10px {
    margin-left: -10px !important; }
  .m-sm-n12px {
    margin: -12px !important; }
  .mt-sm-n12px,
  .my-sm-n12px {
    margin-top: -12px !important; }
  .mr-sm-n12px,
  .mx-sm-n12px {
    margin-right: -12px !important; }
  .mb-sm-n12px,
  .my-sm-n12px {
    margin-bottom: -12px !important; }
  .ml-sm-n12px,
  .mx-sm-n12px {
    margin-left: -12px !important; }
  .m-sm-n13px {
    margin: -13px !important; }
  .mt-sm-n13px,
  .my-sm-n13px {
    margin-top: -13px !important; }
  .mr-sm-n13px,
  .mx-sm-n13px {
    margin-right: -13px !important; }
  .mb-sm-n13px,
  .my-sm-n13px {
    margin-bottom: -13px !important; }
  .ml-sm-n13px,
  .mx-sm-n13px {
    margin-left: -13px !important; }
  .m-sm-n14px {
    margin: -14px !important; }
  .mt-sm-n14px,
  .my-sm-n14px {
    margin-top: -14px !important; }
  .mr-sm-n14px,
  .mx-sm-n14px {
    margin-right: -14px !important; }
  .mb-sm-n14px,
  .my-sm-n14px {
    margin-bottom: -14px !important; }
  .ml-sm-n14px,
  .mx-sm-n14px {
    margin-left: -14px !important; }
  .m-sm-n15px {
    margin: -15px !important; }
  .mt-sm-n15px,
  .my-sm-n15px {
    margin-top: -15px !important; }
  .mr-sm-n15px,
  .mx-sm-n15px {
    margin-right: -15px !important; }
  .mb-sm-n15px,
  .my-sm-n15px {
    margin-bottom: -15px !important; }
  .ml-sm-n15px,
  .mx-sm-n15px {
    margin-left: -15px !important; }
  .m-sm-n16px {
    margin: -16px !important; }
  .mt-sm-n16px,
  .my-sm-n16px {
    margin-top: -16px !important; }
  .mr-sm-n16px,
  .mx-sm-n16px {
    margin-right: -16px !important; }
  .mb-sm-n16px,
  .my-sm-n16px {
    margin-bottom: -16px !important; }
  .ml-sm-n16px,
  .mx-sm-n16px {
    margin-left: -16px !important; }
  .m-sm-n20px {
    margin: -20px !important; }
  .mt-sm-n20px,
  .my-sm-n20px {
    margin-top: -20px !important; }
  .mr-sm-n20px,
  .mx-sm-n20px {
    margin-right: -20px !important; }
  .mb-sm-n20px,
  .my-sm-n20px {
    margin-bottom: -20px !important; }
  .ml-sm-n20px,
  .mx-sm-n20px {
    margin-left: -20px !important; }
  .m-sm-n24px {
    margin: -24px !important; }
  .mt-sm-n24px,
  .my-sm-n24px {
    margin-top: -24px !important; }
  .mr-sm-n24px,
  .mx-sm-n24px {
    margin-right: -24px !important; }
  .mb-sm-n24px,
  .my-sm-n24px {
    margin-bottom: -24px !important; }
  .ml-sm-n24px,
  .mx-sm-n24px {
    margin-left: -24px !important; }
  .m-sm-n25px {
    margin: -25px !important; }
  .mt-sm-n25px,
  .my-sm-n25px {
    margin-top: -25px !important; }
  .mr-sm-n25px,
  .mx-sm-n25px {
    margin-right: -25px !important; }
  .mb-sm-n25px,
  .my-sm-n25px {
    margin-bottom: -25px !important; }
  .ml-sm-n25px,
  .mx-sm-n25px {
    margin-left: -25px !important; }
  .m-sm-n28px {
    margin: -28px !important; }
  .mt-sm-n28px,
  .my-sm-n28px {
    margin-top: -28px !important; }
  .mr-sm-n28px,
  .mx-sm-n28px {
    margin-right: -28px !important; }
  .mb-sm-n28px,
  .my-sm-n28px {
    margin-bottom: -28px !important; }
  .ml-sm-n28px,
  .mx-sm-n28px {
    margin-left: -28px !important; }
  .m-sm-n30px {
    margin: -30px !important; }
  .mt-sm-n30px,
  .my-sm-n30px {
    margin-top: -30px !important; }
  .mr-sm-n30px,
  .mx-sm-n30px {
    margin-right: -30px !important; }
  .mb-sm-n30px,
  .my-sm-n30px {
    margin-bottom: -30px !important; }
  .ml-sm-n30px,
  .mx-sm-n30px {
    margin-left: -30px !important; }
  .m-sm-n32px {
    margin: -32px !important; }
  .mt-sm-n32px,
  .my-sm-n32px {
    margin-top: -32px !important; }
  .mr-sm-n32px,
  .mx-sm-n32px {
    margin-right: -32px !important; }
  .mb-sm-n32px,
  .my-sm-n32px {
    margin-bottom: -32px !important; }
  .ml-sm-n32px,
  .mx-sm-n32px {
    margin-left: -32px !important; }
  .m-sm-n36px {
    margin: -36px !important; }
  .mt-sm-n36px,
  .my-sm-n36px {
    margin-top: -36px !important; }
  .mr-sm-n36px,
  .mx-sm-n36px {
    margin-right: -36px !important; }
  .mb-sm-n36px,
  .my-sm-n36px {
    margin-bottom: -36px !important; }
  .ml-sm-n36px,
  .mx-sm-n36px {
    margin-left: -36px !important; }
  .m-sm-n40px {
    margin: -40px !important; }
  .mt-sm-n40px,
  .my-sm-n40px {
    margin-top: -40px !important; }
  .mr-sm-n40px,
  .mx-sm-n40px {
    margin-right: -40px !important; }
  .mb-sm-n40px,
  .my-sm-n40px {
    margin-bottom: -40px !important; }
  .ml-sm-n40px,
  .mx-sm-n40px {
    margin-left: -40px !important; }
  .m-sm-n48px {
    margin: -48px !important; }
  .mt-sm-n48px,
  .my-sm-n48px {
    margin-top: -48px !important; }
  .mr-sm-n48px,
  .mx-sm-n48px {
    margin-right: -48px !important; }
  .mb-sm-n48px,
  .my-sm-n48px {
    margin-bottom: -48px !important; }
  .ml-sm-n48px,
  .mx-sm-n48px {
    margin-left: -48px !important; }
  .m-sm-n56px {
    margin: -56px !important; }
  .mt-sm-n56px,
  .my-sm-n56px {
    margin-top: -56px !important; }
  .mr-sm-n56px,
  .mx-sm-n56px {
    margin-right: -56px !important; }
  .mb-sm-n56px,
  .my-sm-n56px {
    margin-bottom: -56px !important; }
  .ml-sm-n56px,
  .mx-sm-n56px {
    margin-left: -56px !important; }
  .m-sm-n60px {
    margin: -60px !important; }
  .mt-sm-n60px,
  .my-sm-n60px {
    margin-top: -60px !important; }
  .mr-sm-n60px,
  .mx-sm-n60px {
    margin-right: -60px !important; }
  .mb-sm-n60px,
  .my-sm-n60px {
    margin-bottom: -60px !important; }
  .ml-sm-n60px,
  .mx-sm-n60px {
    margin-left: -60px !important; }
  .m-sm-n68px {
    margin: -68px !important; }
  .mt-sm-n68px,
  .my-sm-n68px {
    margin-top: -68px !important; }
  .mr-sm-n68px,
  .mx-sm-n68px {
    margin-right: -68px !important; }
  .mb-sm-n68px,
  .my-sm-n68px {
    margin-bottom: -68px !important; }
  .ml-sm-n68px,
  .mx-sm-n68px {
    margin-left: -68px !important; }
  .m-sm-n64px {
    margin: -64px !important; }
  .mt-sm-n64px,
  .my-sm-n64px {
    margin-top: -64px !important; }
  .mr-sm-n64px,
  .mx-sm-n64px {
    margin-right: -64px !important; }
  .mb-sm-n64px,
  .my-sm-n64px {
    margin-bottom: -64px !important; }
  .ml-sm-n64px,
  .mx-sm-n64px {
    margin-left: -64px !important; }
  .m-sm-n72px {
    margin: -72px !important; }
  .mt-sm-n72px,
  .my-sm-n72px {
    margin-top: -72px !important; }
  .mr-sm-n72px,
  .mx-sm-n72px {
    margin-right: -72px !important; }
  .mb-sm-n72px,
  .my-sm-n72px {
    margin-bottom: -72px !important; }
  .ml-sm-n72px,
  .mx-sm-n72px {
    margin-left: -72px !important; }
  .m-sm-n80px {
    margin: -80px !important; }
  .mt-sm-n80px,
  .my-sm-n80px {
    margin-top: -80px !important; }
  .mr-sm-n80px,
  .mx-sm-n80px {
    margin-right: -80px !important; }
  .mb-sm-n80px,
  .my-sm-n80px {
    margin-bottom: -80px !important; }
  .ml-sm-n80px,
  .mx-sm-n80px {
    margin-left: -80px !important; }
  .m-sm-n86px {
    margin: -86px !important; }
  .mt-sm-n86px,
  .my-sm-n86px {
    margin-top: -86px !important; }
  .mr-sm-n86px,
  .mx-sm-n86px {
    margin-right: -86px !important; }
  .mb-sm-n86px,
  .my-sm-n86px {
    margin-bottom: -86px !important; }
  .ml-sm-n86px,
  .mx-sm-n86px {
    margin-left: -86px !important; }
  .m-sm-n100px {
    margin: -100px !important; }
  .mt-sm-n100px,
  .my-sm-n100px {
    margin-top: -100px !important; }
  .mr-sm-n100px,
  .mx-sm-n100px {
    margin-right: -100px !important; }
  .mb-sm-n100px,
  .my-sm-n100px {
    margin-bottom: -100px !important; }
  .ml-sm-n100px,
  .mx-sm-n100px {
    margin-left: -100px !important; }
  .m-sm-n120px {
    margin: -120px !important; }
  .mt-sm-n120px,
  .my-sm-n120px {
    margin-top: -120px !important; }
  .mr-sm-n120px,
  .mx-sm-n120px {
    margin-right: -120px !important; }
  .mb-sm-n120px,
  .my-sm-n120px {
    margin-bottom: -120px !important; }
  .ml-sm-n120px,
  .mx-sm-n120px {
    margin-left: -120px !important; }
  .m-sm-n127px {
    margin: -127px !important; }
  .mt-sm-n127px,
  .my-sm-n127px {
    margin-top: -127px !important; }
  .mr-sm-n127px,
  .mx-sm-n127px {
    margin-right: -127px !important; }
  .mb-sm-n127px,
  .my-sm-n127px {
    margin-bottom: -127px !important; }
  .ml-sm-n127px,
  .mx-sm-n127px {
    margin-left: -127px !important; }
  .m-sm-n129px {
    margin: -129px !important; }
  .mt-sm-n129px,
  .my-sm-n129px {
    margin-top: -129px !important; }
  .mr-sm-n129px,
  .mx-sm-n129px {
    margin-right: -129px !important; }
  .mb-sm-n129px,
  .my-sm-n129px {
    margin-bottom: -129px !important; }
  .ml-sm-n129px,
  .mx-sm-n129px {
    margin-left: -129px !important; }
  .m-sm-n133px {
    margin: -133px !important; }
  .mt-sm-n133px,
  .my-sm-n133px {
    margin-top: -133px !important; }
  .mr-sm-n133px,
  .mx-sm-n133px {
    margin-right: -133px !important; }
  .mb-sm-n133px,
  .my-sm-n133px {
    margin-bottom: -133px !important; }
  .ml-sm-n133px,
  .mx-sm-n133px {
    margin-left: -133px !important; }
  .m-sm-n148px {
    margin: -148px !important; }
  .mt-sm-n148px,
  .my-sm-n148px {
    margin-top: -148px !important; }
  .mr-sm-n148px,
  .mx-sm-n148px {
    margin-right: -148px !important; }
  .mb-sm-n148px,
  .my-sm-n148px {
    margin-bottom: -148px !important; }
  .ml-sm-n148px,
  .mx-sm-n148px {
    margin-left: -148px !important; }
  .m-sm-n180px {
    margin: -180px !important; }
  .mt-sm-n180px,
  .my-sm-n180px {
    margin-top: -180px !important; }
  .mr-sm-n180px,
  .mx-sm-n180px {
    margin-right: -180px !important; }
  .mb-sm-n180px,
  .my-sm-n180px {
    margin-bottom: -180px !important; }
  .ml-sm-n180px,
  .mx-sm-n180px {
    margin-left: -180px !important; }
  .m-sm-n200px {
    margin: -200px !important; }
  .mt-sm-n200px,
  .my-sm-n200px {
    margin-top: -200px !important; }
  .mr-sm-n200px,
  .mx-sm-n200px {
    margin-right: -200px !important; }
  .mb-sm-n200px,
  .my-sm-n200px {
    margin-bottom: -200px !important; }
  .ml-sm-n200px,
  .mx-sm-n200px {
    margin-left: -200px !important; }
  .m-sm-n210px {
    margin: -210px !important; }
  .mt-sm-n210px,
  .my-sm-n210px {
    margin-top: -210px !important; }
  .mr-sm-n210px,
  .mx-sm-n210px {
    margin-right: -210px !important; }
  .mb-sm-n210px,
  .my-sm-n210px {
    margin-bottom: -210px !important; }
  .ml-sm-n210px,
  .mx-sm-n210px {
    margin-left: -210px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-1px {
    margin: 1px !important; }
  .mt-md-1px,
  .my-md-1px {
    margin-top: 1px !important; }
  .mr-md-1px,
  .mx-md-1px {
    margin-right: 1px !important; }
  .mb-md-1px,
  .my-md-1px {
    margin-bottom: 1px !important; }
  .ml-md-1px,
  .mx-md-1px {
    margin-left: 1px !important; }
  .m-md-2px {
    margin: 2px !important; }
  .mt-md-2px,
  .my-md-2px {
    margin-top: 2px !important; }
  .mr-md-2px,
  .mx-md-2px {
    margin-right: 2px !important; }
  .mb-md-2px,
  .my-md-2px {
    margin-bottom: 2px !important; }
  .ml-md-2px,
  .mx-md-2px {
    margin-left: 2px !important; }
  .m-md-3px {
    margin: 3px !important; }
  .mt-md-3px,
  .my-md-3px {
    margin-top: 3px !important; }
  .mr-md-3px,
  .mx-md-3px {
    margin-right: 3px !important; }
  .mb-md-3px,
  .my-md-3px {
    margin-bottom: 3px !important; }
  .ml-md-3px,
  .mx-md-3px {
    margin-left: 3px !important; }
  .m-md-4px {
    margin: 4px !important; }
  .mt-md-4px,
  .my-md-4px {
    margin-top: 4px !important; }
  .mr-md-4px,
  .mx-md-4px {
    margin-right: 4px !important; }
  .mb-md-4px,
  .my-md-4px {
    margin-bottom: 4px !important; }
  .ml-md-4px,
  .mx-md-4px {
    margin-left: 4px !important; }
  .m-md-5px {
    margin: 5px !important; }
  .mt-md-5px,
  .my-md-5px {
    margin-top: 5px !important; }
  .mr-md-5px,
  .mx-md-5px {
    margin-right: 5px !important; }
  .mb-md-5px,
  .my-md-5px {
    margin-bottom: 5px !important; }
  .ml-md-5px,
  .mx-md-5px {
    margin-left: 5px !important; }
  .m-md-6px {
    margin: 6px !important; }
  .mt-md-6px,
  .my-md-6px {
    margin-top: 6px !important; }
  .mr-md-6px,
  .mx-md-6px {
    margin-right: 6px !important; }
  .mb-md-6px,
  .my-md-6px {
    margin-bottom: 6px !important; }
  .ml-md-6px,
  .mx-md-6px {
    margin-left: 6px !important; }
  .m-md-8px {
    margin: 8px !important; }
  .mt-md-8px,
  .my-md-8px {
    margin-top: 8px !important; }
  .mr-md-8px,
  .mx-md-8px {
    margin-right: 8px !important; }
  .mb-md-8px,
  .my-md-8px {
    margin-bottom: 8px !important; }
  .ml-md-8px,
  .mx-md-8px {
    margin-left: 8px !important; }
  .m-md-10px {
    margin: 10px !important; }
  .mt-md-10px,
  .my-md-10px {
    margin-top: 10px !important; }
  .mr-md-10px,
  .mx-md-10px {
    margin-right: 10px !important; }
  .mb-md-10px,
  .my-md-10px {
    margin-bottom: 10px !important; }
  .ml-md-10px,
  .mx-md-10px {
    margin-left: 10px !important; }
  .m-md-12px {
    margin: 12px !important; }
  .mt-md-12px,
  .my-md-12px {
    margin-top: 12px !important; }
  .mr-md-12px,
  .mx-md-12px {
    margin-right: 12px !important; }
  .mb-md-12px,
  .my-md-12px {
    margin-bottom: 12px !important; }
  .ml-md-12px,
  .mx-md-12px {
    margin-left: 12px !important; }
  .m-md-13px {
    margin: 13px !important; }
  .mt-md-13px,
  .my-md-13px {
    margin-top: 13px !important; }
  .mr-md-13px,
  .mx-md-13px {
    margin-right: 13px !important; }
  .mb-md-13px,
  .my-md-13px {
    margin-bottom: 13px !important; }
  .ml-md-13px,
  .mx-md-13px {
    margin-left: 13px !important; }
  .m-md-14px {
    margin: 14px !important; }
  .mt-md-14px,
  .my-md-14px {
    margin-top: 14px !important; }
  .mr-md-14px,
  .mx-md-14px {
    margin-right: 14px !important; }
  .mb-md-14px,
  .my-md-14px {
    margin-bottom: 14px !important; }
  .ml-md-14px,
  .mx-md-14px {
    margin-left: 14px !important; }
  .m-md-15px {
    margin: 15px !important; }
  .mt-md-15px,
  .my-md-15px {
    margin-top: 15px !important; }
  .mr-md-15px,
  .mx-md-15px {
    margin-right: 15px !important; }
  .mb-md-15px,
  .my-md-15px {
    margin-bottom: 15px !important; }
  .ml-md-15px,
  .mx-md-15px {
    margin-left: 15px !important; }
  .m-md-16px {
    margin: 16px !important; }
  .mt-md-16px,
  .my-md-16px {
    margin-top: 16px !important; }
  .mr-md-16px,
  .mx-md-16px {
    margin-right: 16px !important; }
  .mb-md-16px,
  .my-md-16px {
    margin-bottom: 16px !important; }
  .ml-md-16px,
  .mx-md-16px {
    margin-left: 16px !important; }
  .m-md-20px {
    margin: 20px !important; }
  .mt-md-20px,
  .my-md-20px {
    margin-top: 20px !important; }
  .mr-md-20px,
  .mx-md-20px {
    margin-right: 20px !important; }
  .mb-md-20px,
  .my-md-20px {
    margin-bottom: 20px !important; }
  .ml-md-20px,
  .mx-md-20px {
    margin-left: 20px !important; }
  .m-md-24px {
    margin: 24px !important; }
  .mt-md-24px,
  .my-md-24px {
    margin-top: 24px !important; }
  .mr-md-24px,
  .mx-md-24px {
    margin-right: 24px !important; }
  .mb-md-24px,
  .my-md-24px {
    margin-bottom: 24px !important; }
  .ml-md-24px,
  .mx-md-24px {
    margin-left: 24px !important; }
  .m-md-25px {
    margin: 25px !important; }
  .mt-md-25px,
  .my-md-25px {
    margin-top: 25px !important; }
  .mr-md-25px,
  .mx-md-25px {
    margin-right: 25px !important; }
  .mb-md-25px,
  .my-md-25px {
    margin-bottom: 25px !important; }
  .ml-md-25px,
  .mx-md-25px {
    margin-left: 25px !important; }
  .m-md-28px {
    margin: 28px !important; }
  .mt-md-28px,
  .my-md-28px {
    margin-top: 28px !important; }
  .mr-md-28px,
  .mx-md-28px {
    margin-right: 28px !important; }
  .mb-md-28px,
  .my-md-28px {
    margin-bottom: 28px !important; }
  .ml-md-28px,
  .mx-md-28px {
    margin-left: 28px !important; }
  .m-md-30px {
    margin: 30px !important; }
  .mt-md-30px,
  .my-md-30px {
    margin-top: 30px !important; }
  .mr-md-30px,
  .mx-md-30px {
    margin-right: 30px !important; }
  .mb-md-30px,
  .my-md-30px {
    margin-bottom: 30px !important; }
  .ml-md-30px,
  .mx-md-30px {
    margin-left: 30px !important; }
  .m-md-32px {
    margin: 32px !important; }
  .mt-md-32px,
  .my-md-32px {
    margin-top: 32px !important; }
  .mr-md-32px,
  .mx-md-32px {
    margin-right: 32px !important; }
  .mb-md-32px,
  .my-md-32px {
    margin-bottom: 32px !important; }
  .ml-md-32px,
  .mx-md-32px {
    margin-left: 32px !important; }
  .m-md-36px {
    margin: 36px !important; }
  .mt-md-36px,
  .my-md-36px {
    margin-top: 36px !important; }
  .mr-md-36px,
  .mx-md-36px {
    margin-right: 36px !important; }
  .mb-md-36px,
  .my-md-36px {
    margin-bottom: 36px !important; }
  .ml-md-36px,
  .mx-md-36px {
    margin-left: 36px !important; }
  .m-md-40px {
    margin: 40px !important; }
  .mt-md-40px,
  .my-md-40px {
    margin-top: 40px !important; }
  .mr-md-40px,
  .mx-md-40px {
    margin-right: 40px !important; }
  .mb-md-40px,
  .my-md-40px {
    margin-bottom: 40px !important; }
  .ml-md-40px,
  .mx-md-40px {
    margin-left: 40px !important; }
  .m-md-48px {
    margin: 48px !important; }
  .mt-md-48px,
  .my-md-48px {
    margin-top: 48px !important; }
  .mr-md-48px,
  .mx-md-48px {
    margin-right: 48px !important; }
  .mb-md-48px,
  .my-md-48px {
    margin-bottom: 48px !important; }
  .ml-md-48px,
  .mx-md-48px {
    margin-left: 48px !important; }
  .m-md-56px {
    margin: 56px !important; }
  .mt-md-56px,
  .my-md-56px {
    margin-top: 56px !important; }
  .mr-md-56px,
  .mx-md-56px {
    margin-right: 56px !important; }
  .mb-md-56px,
  .my-md-56px {
    margin-bottom: 56px !important; }
  .ml-md-56px,
  .mx-md-56px {
    margin-left: 56px !important; }
  .m-md-60px {
    margin: 60px !important; }
  .mt-md-60px,
  .my-md-60px {
    margin-top: 60px !important; }
  .mr-md-60px,
  .mx-md-60px {
    margin-right: 60px !important; }
  .mb-md-60px,
  .my-md-60px {
    margin-bottom: 60px !important; }
  .ml-md-60px,
  .mx-md-60px {
    margin-left: 60px !important; }
  .m-md-68px {
    margin: 68px !important; }
  .mt-md-68px,
  .my-md-68px {
    margin-top: 68px !important; }
  .mr-md-68px,
  .mx-md-68px {
    margin-right: 68px !important; }
  .mb-md-68px,
  .my-md-68px {
    margin-bottom: 68px !important; }
  .ml-md-68px,
  .mx-md-68px {
    margin-left: 68px !important; }
  .m-md-64px {
    margin: 64px !important; }
  .mt-md-64px,
  .my-md-64px {
    margin-top: 64px !important; }
  .mr-md-64px,
  .mx-md-64px {
    margin-right: 64px !important; }
  .mb-md-64px,
  .my-md-64px {
    margin-bottom: 64px !important; }
  .ml-md-64px,
  .mx-md-64px {
    margin-left: 64px !important; }
  .m-md-72px {
    margin: 72px !important; }
  .mt-md-72px,
  .my-md-72px {
    margin-top: 72px !important; }
  .mr-md-72px,
  .mx-md-72px {
    margin-right: 72px !important; }
  .mb-md-72px,
  .my-md-72px {
    margin-bottom: 72px !important; }
  .ml-md-72px,
  .mx-md-72px {
    margin-left: 72px !important; }
  .m-md-80px {
    margin: 80px !important; }
  .mt-md-80px,
  .my-md-80px {
    margin-top: 80px !important; }
  .mr-md-80px,
  .mx-md-80px {
    margin-right: 80px !important; }
  .mb-md-80px,
  .my-md-80px {
    margin-bottom: 80px !important; }
  .ml-md-80px,
  .mx-md-80px {
    margin-left: 80px !important; }
  .m-md-86px {
    margin: 86px !important; }
  .mt-md-86px,
  .my-md-86px {
    margin-top: 86px !important; }
  .mr-md-86px,
  .mx-md-86px {
    margin-right: 86px !important; }
  .mb-md-86px,
  .my-md-86px {
    margin-bottom: 86px !important; }
  .ml-md-86px,
  .mx-md-86px {
    margin-left: 86px !important; }
  .m-md-100px {
    margin: 100px !important; }
  .mt-md-100px,
  .my-md-100px {
    margin-top: 100px !important; }
  .mr-md-100px,
  .mx-md-100px {
    margin-right: 100px !important; }
  .mb-md-100px,
  .my-md-100px {
    margin-bottom: 100px !important; }
  .ml-md-100px,
  .mx-md-100px {
    margin-left: 100px !important; }
  .m-md-120px {
    margin: 120px !important; }
  .mt-md-120px,
  .my-md-120px {
    margin-top: 120px !important; }
  .mr-md-120px,
  .mx-md-120px {
    margin-right: 120px !important; }
  .mb-md-120px,
  .my-md-120px {
    margin-bottom: 120px !important; }
  .ml-md-120px,
  .mx-md-120px {
    margin-left: 120px !important; }
  .m-md-127px {
    margin: 127px !important; }
  .mt-md-127px,
  .my-md-127px {
    margin-top: 127px !important; }
  .mr-md-127px,
  .mx-md-127px {
    margin-right: 127px !important; }
  .mb-md-127px,
  .my-md-127px {
    margin-bottom: 127px !important; }
  .ml-md-127px,
  .mx-md-127px {
    margin-left: 127px !important; }
  .m-md-129px {
    margin: 129px !important; }
  .mt-md-129px,
  .my-md-129px {
    margin-top: 129px !important; }
  .mr-md-129px,
  .mx-md-129px {
    margin-right: 129px !important; }
  .mb-md-129px,
  .my-md-129px {
    margin-bottom: 129px !important; }
  .ml-md-129px,
  .mx-md-129px {
    margin-left: 129px !important; }
  .m-md-133px {
    margin: 133px !important; }
  .mt-md-133px,
  .my-md-133px {
    margin-top: 133px !important; }
  .mr-md-133px,
  .mx-md-133px {
    margin-right: 133px !important; }
  .mb-md-133px,
  .my-md-133px {
    margin-bottom: 133px !important; }
  .ml-md-133px,
  .mx-md-133px {
    margin-left: 133px !important; }
  .m-md-148px {
    margin: 148px !important; }
  .mt-md-148px,
  .my-md-148px {
    margin-top: 148px !important; }
  .mr-md-148px,
  .mx-md-148px {
    margin-right: 148px !important; }
  .mb-md-148px,
  .my-md-148px {
    margin-bottom: 148px !important; }
  .ml-md-148px,
  .mx-md-148px {
    margin-left: 148px !important; }
  .m-md-180px {
    margin: 180px !important; }
  .mt-md-180px,
  .my-md-180px {
    margin-top: 180px !important; }
  .mr-md-180px,
  .mx-md-180px {
    margin-right: 180px !important; }
  .mb-md-180px,
  .my-md-180px {
    margin-bottom: 180px !important; }
  .ml-md-180px,
  .mx-md-180px {
    margin-left: 180px !important; }
  .m-md-200px {
    margin: 200px !important; }
  .mt-md-200px,
  .my-md-200px {
    margin-top: 200px !important; }
  .mr-md-200px,
  .mx-md-200px {
    margin-right: 200px !important; }
  .mb-md-200px,
  .my-md-200px {
    margin-bottom: 200px !important; }
  .ml-md-200px,
  .mx-md-200px {
    margin-left: 200px !important; }
  .m-md-210px {
    margin: 210px !important; }
  .mt-md-210px,
  .my-md-210px {
    margin-top: 210px !important; }
  .mr-md-210px,
  .mx-md-210px {
    margin-right: 210px !important; }
  .mb-md-210px,
  .my-md-210px {
    margin-bottom: 210px !important; }
  .ml-md-210px,
  .mx-md-210px {
    margin-left: 210px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-1px {
    padding: 1px !important; }
  .pt-md-1px,
  .py-md-1px {
    padding-top: 1px !important; }
  .pr-md-1px,
  .px-md-1px {
    padding-right: 1px !important; }
  .pb-md-1px,
  .py-md-1px {
    padding-bottom: 1px !important; }
  .pl-md-1px,
  .px-md-1px {
    padding-left: 1px !important; }
  .p-md-2px {
    padding: 2px !important; }
  .pt-md-2px,
  .py-md-2px {
    padding-top: 2px !important; }
  .pr-md-2px,
  .px-md-2px {
    padding-right: 2px !important; }
  .pb-md-2px,
  .py-md-2px {
    padding-bottom: 2px !important; }
  .pl-md-2px,
  .px-md-2px {
    padding-left: 2px !important; }
  .p-md-3px {
    padding: 3px !important; }
  .pt-md-3px,
  .py-md-3px {
    padding-top: 3px !important; }
  .pr-md-3px,
  .px-md-3px {
    padding-right: 3px !important; }
  .pb-md-3px,
  .py-md-3px {
    padding-bottom: 3px !important; }
  .pl-md-3px,
  .px-md-3px {
    padding-left: 3px !important; }
  .p-md-4px {
    padding: 4px !important; }
  .pt-md-4px,
  .py-md-4px {
    padding-top: 4px !important; }
  .pr-md-4px,
  .px-md-4px {
    padding-right: 4px !important; }
  .pb-md-4px,
  .py-md-4px {
    padding-bottom: 4px !important; }
  .pl-md-4px,
  .px-md-4px {
    padding-left: 4px !important; }
  .p-md-5px {
    padding: 5px !important; }
  .pt-md-5px,
  .py-md-5px {
    padding-top: 5px !important; }
  .pr-md-5px,
  .px-md-5px {
    padding-right: 5px !important; }
  .pb-md-5px,
  .py-md-5px {
    padding-bottom: 5px !important; }
  .pl-md-5px,
  .px-md-5px {
    padding-left: 5px !important; }
  .p-md-6px {
    padding: 6px !important; }
  .pt-md-6px,
  .py-md-6px {
    padding-top: 6px !important; }
  .pr-md-6px,
  .px-md-6px {
    padding-right: 6px !important; }
  .pb-md-6px,
  .py-md-6px {
    padding-bottom: 6px !important; }
  .pl-md-6px,
  .px-md-6px {
    padding-left: 6px !important; }
  .p-md-8px {
    padding: 8px !important; }
  .pt-md-8px,
  .py-md-8px {
    padding-top: 8px !important; }
  .pr-md-8px,
  .px-md-8px {
    padding-right: 8px !important; }
  .pb-md-8px,
  .py-md-8px {
    padding-bottom: 8px !important; }
  .pl-md-8px,
  .px-md-8px {
    padding-left: 8px !important; }
  .p-md-10px {
    padding: 10px !important; }
  .pt-md-10px,
  .py-md-10px {
    padding-top: 10px !important; }
  .pr-md-10px,
  .px-md-10px {
    padding-right: 10px !important; }
  .pb-md-10px,
  .py-md-10px {
    padding-bottom: 10px !important; }
  .pl-md-10px,
  .px-md-10px {
    padding-left: 10px !important; }
  .p-md-12px {
    padding: 12px !important; }
  .pt-md-12px,
  .py-md-12px {
    padding-top: 12px !important; }
  .pr-md-12px,
  .px-md-12px {
    padding-right: 12px !important; }
  .pb-md-12px,
  .py-md-12px {
    padding-bottom: 12px !important; }
  .pl-md-12px,
  .px-md-12px {
    padding-left: 12px !important; }
  .p-md-13px {
    padding: 13px !important; }
  .pt-md-13px,
  .py-md-13px {
    padding-top: 13px !important; }
  .pr-md-13px,
  .px-md-13px {
    padding-right: 13px !important; }
  .pb-md-13px,
  .py-md-13px {
    padding-bottom: 13px !important; }
  .pl-md-13px,
  .px-md-13px {
    padding-left: 13px !important; }
  .p-md-14px {
    padding: 14px !important; }
  .pt-md-14px,
  .py-md-14px {
    padding-top: 14px !important; }
  .pr-md-14px,
  .px-md-14px {
    padding-right: 14px !important; }
  .pb-md-14px,
  .py-md-14px {
    padding-bottom: 14px !important; }
  .pl-md-14px,
  .px-md-14px {
    padding-left: 14px !important; }
  .p-md-15px {
    padding: 15px !important; }
  .pt-md-15px,
  .py-md-15px {
    padding-top: 15px !important; }
  .pr-md-15px,
  .px-md-15px {
    padding-right: 15px !important; }
  .pb-md-15px,
  .py-md-15px {
    padding-bottom: 15px !important; }
  .pl-md-15px,
  .px-md-15px {
    padding-left: 15px !important; }
  .p-md-16px {
    padding: 16px !important; }
  .pt-md-16px,
  .py-md-16px {
    padding-top: 16px !important; }
  .pr-md-16px,
  .px-md-16px {
    padding-right: 16px !important; }
  .pb-md-16px,
  .py-md-16px {
    padding-bottom: 16px !important; }
  .pl-md-16px,
  .px-md-16px {
    padding-left: 16px !important; }
  .p-md-20px {
    padding: 20px !important; }
  .pt-md-20px,
  .py-md-20px {
    padding-top: 20px !important; }
  .pr-md-20px,
  .px-md-20px {
    padding-right: 20px !important; }
  .pb-md-20px,
  .py-md-20px {
    padding-bottom: 20px !important; }
  .pl-md-20px,
  .px-md-20px {
    padding-left: 20px !important; }
  .p-md-24px {
    padding: 24px !important; }
  .pt-md-24px,
  .py-md-24px {
    padding-top: 24px !important; }
  .pr-md-24px,
  .px-md-24px {
    padding-right: 24px !important; }
  .pb-md-24px,
  .py-md-24px {
    padding-bottom: 24px !important; }
  .pl-md-24px,
  .px-md-24px {
    padding-left: 24px !important; }
  .p-md-25px {
    padding: 25px !important; }
  .pt-md-25px,
  .py-md-25px {
    padding-top: 25px !important; }
  .pr-md-25px,
  .px-md-25px {
    padding-right: 25px !important; }
  .pb-md-25px,
  .py-md-25px {
    padding-bottom: 25px !important; }
  .pl-md-25px,
  .px-md-25px {
    padding-left: 25px !important; }
  .p-md-28px {
    padding: 28px !important; }
  .pt-md-28px,
  .py-md-28px {
    padding-top: 28px !important; }
  .pr-md-28px,
  .px-md-28px {
    padding-right: 28px !important; }
  .pb-md-28px,
  .py-md-28px {
    padding-bottom: 28px !important; }
  .pl-md-28px,
  .px-md-28px {
    padding-left: 28px !important; }
  .p-md-30px {
    padding: 30px !important; }
  .pt-md-30px,
  .py-md-30px {
    padding-top: 30px !important; }
  .pr-md-30px,
  .px-md-30px {
    padding-right: 30px !important; }
  .pb-md-30px,
  .py-md-30px {
    padding-bottom: 30px !important; }
  .pl-md-30px,
  .px-md-30px {
    padding-left: 30px !important; }
  .p-md-32px {
    padding: 32px !important; }
  .pt-md-32px,
  .py-md-32px {
    padding-top: 32px !important; }
  .pr-md-32px,
  .px-md-32px {
    padding-right: 32px !important; }
  .pb-md-32px,
  .py-md-32px {
    padding-bottom: 32px !important; }
  .pl-md-32px,
  .px-md-32px {
    padding-left: 32px !important; }
  .p-md-36px {
    padding: 36px !important; }
  .pt-md-36px,
  .py-md-36px {
    padding-top: 36px !important; }
  .pr-md-36px,
  .px-md-36px {
    padding-right: 36px !important; }
  .pb-md-36px,
  .py-md-36px {
    padding-bottom: 36px !important; }
  .pl-md-36px,
  .px-md-36px {
    padding-left: 36px !important; }
  .p-md-40px {
    padding: 40px !important; }
  .pt-md-40px,
  .py-md-40px {
    padding-top: 40px !important; }
  .pr-md-40px,
  .px-md-40px {
    padding-right: 40px !important; }
  .pb-md-40px,
  .py-md-40px {
    padding-bottom: 40px !important; }
  .pl-md-40px,
  .px-md-40px {
    padding-left: 40px !important; }
  .p-md-48px {
    padding: 48px !important; }
  .pt-md-48px,
  .py-md-48px {
    padding-top: 48px !important; }
  .pr-md-48px,
  .px-md-48px {
    padding-right: 48px !important; }
  .pb-md-48px,
  .py-md-48px {
    padding-bottom: 48px !important; }
  .pl-md-48px,
  .px-md-48px {
    padding-left: 48px !important; }
  .p-md-56px {
    padding: 56px !important; }
  .pt-md-56px,
  .py-md-56px {
    padding-top: 56px !important; }
  .pr-md-56px,
  .px-md-56px {
    padding-right: 56px !important; }
  .pb-md-56px,
  .py-md-56px {
    padding-bottom: 56px !important; }
  .pl-md-56px,
  .px-md-56px {
    padding-left: 56px !important; }
  .p-md-60px {
    padding: 60px !important; }
  .pt-md-60px,
  .py-md-60px {
    padding-top: 60px !important; }
  .pr-md-60px,
  .px-md-60px {
    padding-right: 60px !important; }
  .pb-md-60px,
  .py-md-60px {
    padding-bottom: 60px !important; }
  .pl-md-60px,
  .px-md-60px {
    padding-left: 60px !important; }
  .p-md-68px {
    padding: 68px !important; }
  .pt-md-68px,
  .py-md-68px {
    padding-top: 68px !important; }
  .pr-md-68px,
  .px-md-68px {
    padding-right: 68px !important; }
  .pb-md-68px,
  .py-md-68px {
    padding-bottom: 68px !important; }
  .pl-md-68px,
  .px-md-68px {
    padding-left: 68px !important; }
  .p-md-64px {
    padding: 64px !important; }
  .pt-md-64px,
  .py-md-64px {
    padding-top: 64px !important; }
  .pr-md-64px,
  .px-md-64px {
    padding-right: 64px !important; }
  .pb-md-64px,
  .py-md-64px {
    padding-bottom: 64px !important; }
  .pl-md-64px,
  .px-md-64px {
    padding-left: 64px !important; }
  .p-md-72px {
    padding: 72px !important; }
  .pt-md-72px,
  .py-md-72px {
    padding-top: 72px !important; }
  .pr-md-72px,
  .px-md-72px {
    padding-right: 72px !important; }
  .pb-md-72px,
  .py-md-72px {
    padding-bottom: 72px !important; }
  .pl-md-72px,
  .px-md-72px {
    padding-left: 72px !important; }
  .p-md-80px {
    padding: 80px !important; }
  .pt-md-80px,
  .py-md-80px {
    padding-top: 80px !important; }
  .pr-md-80px,
  .px-md-80px {
    padding-right: 80px !important; }
  .pb-md-80px,
  .py-md-80px {
    padding-bottom: 80px !important; }
  .pl-md-80px,
  .px-md-80px {
    padding-left: 80px !important; }
  .p-md-86px {
    padding: 86px !important; }
  .pt-md-86px,
  .py-md-86px {
    padding-top: 86px !important; }
  .pr-md-86px,
  .px-md-86px {
    padding-right: 86px !important; }
  .pb-md-86px,
  .py-md-86px {
    padding-bottom: 86px !important; }
  .pl-md-86px,
  .px-md-86px {
    padding-left: 86px !important; }
  .p-md-100px {
    padding: 100px !important; }
  .pt-md-100px,
  .py-md-100px {
    padding-top: 100px !important; }
  .pr-md-100px,
  .px-md-100px {
    padding-right: 100px !important; }
  .pb-md-100px,
  .py-md-100px {
    padding-bottom: 100px !important; }
  .pl-md-100px,
  .px-md-100px {
    padding-left: 100px !important; }
  .p-md-120px {
    padding: 120px !important; }
  .pt-md-120px,
  .py-md-120px {
    padding-top: 120px !important; }
  .pr-md-120px,
  .px-md-120px {
    padding-right: 120px !important; }
  .pb-md-120px,
  .py-md-120px {
    padding-bottom: 120px !important; }
  .pl-md-120px,
  .px-md-120px {
    padding-left: 120px !important; }
  .p-md-127px {
    padding: 127px !important; }
  .pt-md-127px,
  .py-md-127px {
    padding-top: 127px !important; }
  .pr-md-127px,
  .px-md-127px {
    padding-right: 127px !important; }
  .pb-md-127px,
  .py-md-127px {
    padding-bottom: 127px !important; }
  .pl-md-127px,
  .px-md-127px {
    padding-left: 127px !important; }
  .p-md-129px {
    padding: 129px !important; }
  .pt-md-129px,
  .py-md-129px {
    padding-top: 129px !important; }
  .pr-md-129px,
  .px-md-129px {
    padding-right: 129px !important; }
  .pb-md-129px,
  .py-md-129px {
    padding-bottom: 129px !important; }
  .pl-md-129px,
  .px-md-129px {
    padding-left: 129px !important; }
  .p-md-133px {
    padding: 133px !important; }
  .pt-md-133px,
  .py-md-133px {
    padding-top: 133px !important; }
  .pr-md-133px,
  .px-md-133px {
    padding-right: 133px !important; }
  .pb-md-133px,
  .py-md-133px {
    padding-bottom: 133px !important; }
  .pl-md-133px,
  .px-md-133px {
    padding-left: 133px !important; }
  .p-md-148px {
    padding: 148px !important; }
  .pt-md-148px,
  .py-md-148px {
    padding-top: 148px !important; }
  .pr-md-148px,
  .px-md-148px {
    padding-right: 148px !important; }
  .pb-md-148px,
  .py-md-148px {
    padding-bottom: 148px !important; }
  .pl-md-148px,
  .px-md-148px {
    padding-left: 148px !important; }
  .p-md-180px {
    padding: 180px !important; }
  .pt-md-180px,
  .py-md-180px {
    padding-top: 180px !important; }
  .pr-md-180px,
  .px-md-180px {
    padding-right: 180px !important; }
  .pb-md-180px,
  .py-md-180px {
    padding-bottom: 180px !important; }
  .pl-md-180px,
  .px-md-180px {
    padding-left: 180px !important; }
  .p-md-200px {
    padding: 200px !important; }
  .pt-md-200px,
  .py-md-200px {
    padding-top: 200px !important; }
  .pr-md-200px,
  .px-md-200px {
    padding-right: 200px !important; }
  .pb-md-200px,
  .py-md-200px {
    padding-bottom: 200px !important; }
  .pl-md-200px,
  .px-md-200px {
    padding-left: 200px !important; }
  .p-md-210px {
    padding: 210px !important; }
  .pt-md-210px,
  .py-md-210px {
    padding-top: 210px !important; }
  .pr-md-210px,
  .px-md-210px {
    padding-right: 210px !important; }
  .pb-md-210px,
  .py-md-210px {
    padding-bottom: 210px !important; }
  .pl-md-210px,
  .px-md-210px {
    padding-left: 210px !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n1px {
    margin: -1px !important; }
  .mt-md-n1px,
  .my-md-n1px {
    margin-top: -1px !important; }
  .mr-md-n1px,
  .mx-md-n1px {
    margin-right: -1px !important; }
  .mb-md-n1px,
  .my-md-n1px {
    margin-bottom: -1px !important; }
  .ml-md-n1px,
  .mx-md-n1px {
    margin-left: -1px !important; }
  .m-md-n2px {
    margin: -2px !important; }
  .mt-md-n2px,
  .my-md-n2px {
    margin-top: -2px !important; }
  .mr-md-n2px,
  .mx-md-n2px {
    margin-right: -2px !important; }
  .mb-md-n2px,
  .my-md-n2px {
    margin-bottom: -2px !important; }
  .ml-md-n2px,
  .mx-md-n2px {
    margin-left: -2px !important; }
  .m-md-n3px {
    margin: -3px !important; }
  .mt-md-n3px,
  .my-md-n3px {
    margin-top: -3px !important; }
  .mr-md-n3px,
  .mx-md-n3px {
    margin-right: -3px !important; }
  .mb-md-n3px,
  .my-md-n3px {
    margin-bottom: -3px !important; }
  .ml-md-n3px,
  .mx-md-n3px {
    margin-left: -3px !important; }
  .m-md-n4px {
    margin: -4px !important; }
  .mt-md-n4px,
  .my-md-n4px {
    margin-top: -4px !important; }
  .mr-md-n4px,
  .mx-md-n4px {
    margin-right: -4px !important; }
  .mb-md-n4px,
  .my-md-n4px {
    margin-bottom: -4px !important; }
  .ml-md-n4px,
  .mx-md-n4px {
    margin-left: -4px !important; }
  .m-md-n5px {
    margin: -5px !important; }
  .mt-md-n5px,
  .my-md-n5px {
    margin-top: -5px !important; }
  .mr-md-n5px,
  .mx-md-n5px {
    margin-right: -5px !important; }
  .mb-md-n5px,
  .my-md-n5px {
    margin-bottom: -5px !important; }
  .ml-md-n5px,
  .mx-md-n5px {
    margin-left: -5px !important; }
  .m-md-n6px {
    margin: -6px !important; }
  .mt-md-n6px,
  .my-md-n6px {
    margin-top: -6px !important; }
  .mr-md-n6px,
  .mx-md-n6px {
    margin-right: -6px !important; }
  .mb-md-n6px,
  .my-md-n6px {
    margin-bottom: -6px !important; }
  .ml-md-n6px,
  .mx-md-n6px {
    margin-left: -6px !important; }
  .m-md-n8px {
    margin: -8px !important; }
  .mt-md-n8px,
  .my-md-n8px {
    margin-top: -8px !important; }
  .mr-md-n8px,
  .mx-md-n8px {
    margin-right: -8px !important; }
  .mb-md-n8px,
  .my-md-n8px {
    margin-bottom: -8px !important; }
  .ml-md-n8px,
  .mx-md-n8px {
    margin-left: -8px !important; }
  .m-md-n10px {
    margin: -10px !important; }
  .mt-md-n10px,
  .my-md-n10px {
    margin-top: -10px !important; }
  .mr-md-n10px,
  .mx-md-n10px {
    margin-right: -10px !important; }
  .mb-md-n10px,
  .my-md-n10px {
    margin-bottom: -10px !important; }
  .ml-md-n10px,
  .mx-md-n10px {
    margin-left: -10px !important; }
  .m-md-n12px {
    margin: -12px !important; }
  .mt-md-n12px,
  .my-md-n12px {
    margin-top: -12px !important; }
  .mr-md-n12px,
  .mx-md-n12px {
    margin-right: -12px !important; }
  .mb-md-n12px,
  .my-md-n12px {
    margin-bottom: -12px !important; }
  .ml-md-n12px,
  .mx-md-n12px {
    margin-left: -12px !important; }
  .m-md-n13px {
    margin: -13px !important; }
  .mt-md-n13px,
  .my-md-n13px {
    margin-top: -13px !important; }
  .mr-md-n13px,
  .mx-md-n13px {
    margin-right: -13px !important; }
  .mb-md-n13px,
  .my-md-n13px {
    margin-bottom: -13px !important; }
  .ml-md-n13px,
  .mx-md-n13px {
    margin-left: -13px !important; }
  .m-md-n14px {
    margin: -14px !important; }
  .mt-md-n14px,
  .my-md-n14px {
    margin-top: -14px !important; }
  .mr-md-n14px,
  .mx-md-n14px {
    margin-right: -14px !important; }
  .mb-md-n14px,
  .my-md-n14px {
    margin-bottom: -14px !important; }
  .ml-md-n14px,
  .mx-md-n14px {
    margin-left: -14px !important; }
  .m-md-n15px {
    margin: -15px !important; }
  .mt-md-n15px,
  .my-md-n15px {
    margin-top: -15px !important; }
  .mr-md-n15px,
  .mx-md-n15px {
    margin-right: -15px !important; }
  .mb-md-n15px,
  .my-md-n15px {
    margin-bottom: -15px !important; }
  .ml-md-n15px,
  .mx-md-n15px {
    margin-left: -15px !important; }
  .m-md-n16px {
    margin: -16px !important; }
  .mt-md-n16px,
  .my-md-n16px {
    margin-top: -16px !important; }
  .mr-md-n16px,
  .mx-md-n16px {
    margin-right: -16px !important; }
  .mb-md-n16px,
  .my-md-n16px {
    margin-bottom: -16px !important; }
  .ml-md-n16px,
  .mx-md-n16px {
    margin-left: -16px !important; }
  .m-md-n20px {
    margin: -20px !important; }
  .mt-md-n20px,
  .my-md-n20px {
    margin-top: -20px !important; }
  .mr-md-n20px,
  .mx-md-n20px {
    margin-right: -20px !important; }
  .mb-md-n20px,
  .my-md-n20px {
    margin-bottom: -20px !important; }
  .ml-md-n20px,
  .mx-md-n20px {
    margin-left: -20px !important; }
  .m-md-n24px {
    margin: -24px !important; }
  .mt-md-n24px,
  .my-md-n24px {
    margin-top: -24px !important; }
  .mr-md-n24px,
  .mx-md-n24px {
    margin-right: -24px !important; }
  .mb-md-n24px,
  .my-md-n24px {
    margin-bottom: -24px !important; }
  .ml-md-n24px,
  .mx-md-n24px {
    margin-left: -24px !important; }
  .m-md-n25px {
    margin: -25px !important; }
  .mt-md-n25px,
  .my-md-n25px {
    margin-top: -25px !important; }
  .mr-md-n25px,
  .mx-md-n25px {
    margin-right: -25px !important; }
  .mb-md-n25px,
  .my-md-n25px {
    margin-bottom: -25px !important; }
  .ml-md-n25px,
  .mx-md-n25px {
    margin-left: -25px !important; }
  .m-md-n28px {
    margin: -28px !important; }
  .mt-md-n28px,
  .my-md-n28px {
    margin-top: -28px !important; }
  .mr-md-n28px,
  .mx-md-n28px {
    margin-right: -28px !important; }
  .mb-md-n28px,
  .my-md-n28px {
    margin-bottom: -28px !important; }
  .ml-md-n28px,
  .mx-md-n28px {
    margin-left: -28px !important; }
  .m-md-n30px {
    margin: -30px !important; }
  .mt-md-n30px,
  .my-md-n30px {
    margin-top: -30px !important; }
  .mr-md-n30px,
  .mx-md-n30px {
    margin-right: -30px !important; }
  .mb-md-n30px,
  .my-md-n30px {
    margin-bottom: -30px !important; }
  .ml-md-n30px,
  .mx-md-n30px {
    margin-left: -30px !important; }
  .m-md-n32px {
    margin: -32px !important; }
  .mt-md-n32px,
  .my-md-n32px {
    margin-top: -32px !important; }
  .mr-md-n32px,
  .mx-md-n32px {
    margin-right: -32px !important; }
  .mb-md-n32px,
  .my-md-n32px {
    margin-bottom: -32px !important; }
  .ml-md-n32px,
  .mx-md-n32px {
    margin-left: -32px !important; }
  .m-md-n36px {
    margin: -36px !important; }
  .mt-md-n36px,
  .my-md-n36px {
    margin-top: -36px !important; }
  .mr-md-n36px,
  .mx-md-n36px {
    margin-right: -36px !important; }
  .mb-md-n36px,
  .my-md-n36px {
    margin-bottom: -36px !important; }
  .ml-md-n36px,
  .mx-md-n36px {
    margin-left: -36px !important; }
  .m-md-n40px {
    margin: -40px !important; }
  .mt-md-n40px,
  .my-md-n40px {
    margin-top: -40px !important; }
  .mr-md-n40px,
  .mx-md-n40px {
    margin-right: -40px !important; }
  .mb-md-n40px,
  .my-md-n40px {
    margin-bottom: -40px !important; }
  .ml-md-n40px,
  .mx-md-n40px {
    margin-left: -40px !important; }
  .m-md-n48px {
    margin: -48px !important; }
  .mt-md-n48px,
  .my-md-n48px {
    margin-top: -48px !important; }
  .mr-md-n48px,
  .mx-md-n48px {
    margin-right: -48px !important; }
  .mb-md-n48px,
  .my-md-n48px {
    margin-bottom: -48px !important; }
  .ml-md-n48px,
  .mx-md-n48px {
    margin-left: -48px !important; }
  .m-md-n56px {
    margin: -56px !important; }
  .mt-md-n56px,
  .my-md-n56px {
    margin-top: -56px !important; }
  .mr-md-n56px,
  .mx-md-n56px {
    margin-right: -56px !important; }
  .mb-md-n56px,
  .my-md-n56px {
    margin-bottom: -56px !important; }
  .ml-md-n56px,
  .mx-md-n56px {
    margin-left: -56px !important; }
  .m-md-n60px {
    margin: -60px !important; }
  .mt-md-n60px,
  .my-md-n60px {
    margin-top: -60px !important; }
  .mr-md-n60px,
  .mx-md-n60px {
    margin-right: -60px !important; }
  .mb-md-n60px,
  .my-md-n60px {
    margin-bottom: -60px !important; }
  .ml-md-n60px,
  .mx-md-n60px {
    margin-left: -60px !important; }
  .m-md-n68px {
    margin: -68px !important; }
  .mt-md-n68px,
  .my-md-n68px {
    margin-top: -68px !important; }
  .mr-md-n68px,
  .mx-md-n68px {
    margin-right: -68px !important; }
  .mb-md-n68px,
  .my-md-n68px {
    margin-bottom: -68px !important; }
  .ml-md-n68px,
  .mx-md-n68px {
    margin-left: -68px !important; }
  .m-md-n64px {
    margin: -64px !important; }
  .mt-md-n64px,
  .my-md-n64px {
    margin-top: -64px !important; }
  .mr-md-n64px,
  .mx-md-n64px {
    margin-right: -64px !important; }
  .mb-md-n64px,
  .my-md-n64px {
    margin-bottom: -64px !important; }
  .ml-md-n64px,
  .mx-md-n64px {
    margin-left: -64px !important; }
  .m-md-n72px {
    margin: -72px !important; }
  .mt-md-n72px,
  .my-md-n72px {
    margin-top: -72px !important; }
  .mr-md-n72px,
  .mx-md-n72px {
    margin-right: -72px !important; }
  .mb-md-n72px,
  .my-md-n72px {
    margin-bottom: -72px !important; }
  .ml-md-n72px,
  .mx-md-n72px {
    margin-left: -72px !important; }
  .m-md-n80px {
    margin: -80px !important; }
  .mt-md-n80px,
  .my-md-n80px {
    margin-top: -80px !important; }
  .mr-md-n80px,
  .mx-md-n80px {
    margin-right: -80px !important; }
  .mb-md-n80px,
  .my-md-n80px {
    margin-bottom: -80px !important; }
  .ml-md-n80px,
  .mx-md-n80px {
    margin-left: -80px !important; }
  .m-md-n86px {
    margin: -86px !important; }
  .mt-md-n86px,
  .my-md-n86px {
    margin-top: -86px !important; }
  .mr-md-n86px,
  .mx-md-n86px {
    margin-right: -86px !important; }
  .mb-md-n86px,
  .my-md-n86px {
    margin-bottom: -86px !important; }
  .ml-md-n86px,
  .mx-md-n86px {
    margin-left: -86px !important; }
  .m-md-n100px {
    margin: -100px !important; }
  .mt-md-n100px,
  .my-md-n100px {
    margin-top: -100px !important; }
  .mr-md-n100px,
  .mx-md-n100px {
    margin-right: -100px !important; }
  .mb-md-n100px,
  .my-md-n100px {
    margin-bottom: -100px !important; }
  .ml-md-n100px,
  .mx-md-n100px {
    margin-left: -100px !important; }
  .m-md-n120px {
    margin: -120px !important; }
  .mt-md-n120px,
  .my-md-n120px {
    margin-top: -120px !important; }
  .mr-md-n120px,
  .mx-md-n120px {
    margin-right: -120px !important; }
  .mb-md-n120px,
  .my-md-n120px {
    margin-bottom: -120px !important; }
  .ml-md-n120px,
  .mx-md-n120px {
    margin-left: -120px !important; }
  .m-md-n127px {
    margin: -127px !important; }
  .mt-md-n127px,
  .my-md-n127px {
    margin-top: -127px !important; }
  .mr-md-n127px,
  .mx-md-n127px {
    margin-right: -127px !important; }
  .mb-md-n127px,
  .my-md-n127px {
    margin-bottom: -127px !important; }
  .ml-md-n127px,
  .mx-md-n127px {
    margin-left: -127px !important; }
  .m-md-n129px {
    margin: -129px !important; }
  .mt-md-n129px,
  .my-md-n129px {
    margin-top: -129px !important; }
  .mr-md-n129px,
  .mx-md-n129px {
    margin-right: -129px !important; }
  .mb-md-n129px,
  .my-md-n129px {
    margin-bottom: -129px !important; }
  .ml-md-n129px,
  .mx-md-n129px {
    margin-left: -129px !important; }
  .m-md-n133px {
    margin: -133px !important; }
  .mt-md-n133px,
  .my-md-n133px {
    margin-top: -133px !important; }
  .mr-md-n133px,
  .mx-md-n133px {
    margin-right: -133px !important; }
  .mb-md-n133px,
  .my-md-n133px {
    margin-bottom: -133px !important; }
  .ml-md-n133px,
  .mx-md-n133px {
    margin-left: -133px !important; }
  .m-md-n148px {
    margin: -148px !important; }
  .mt-md-n148px,
  .my-md-n148px {
    margin-top: -148px !important; }
  .mr-md-n148px,
  .mx-md-n148px {
    margin-right: -148px !important; }
  .mb-md-n148px,
  .my-md-n148px {
    margin-bottom: -148px !important; }
  .ml-md-n148px,
  .mx-md-n148px {
    margin-left: -148px !important; }
  .m-md-n180px {
    margin: -180px !important; }
  .mt-md-n180px,
  .my-md-n180px {
    margin-top: -180px !important; }
  .mr-md-n180px,
  .mx-md-n180px {
    margin-right: -180px !important; }
  .mb-md-n180px,
  .my-md-n180px {
    margin-bottom: -180px !important; }
  .ml-md-n180px,
  .mx-md-n180px {
    margin-left: -180px !important; }
  .m-md-n200px {
    margin: -200px !important; }
  .mt-md-n200px,
  .my-md-n200px {
    margin-top: -200px !important; }
  .mr-md-n200px,
  .mx-md-n200px {
    margin-right: -200px !important; }
  .mb-md-n200px,
  .my-md-n200px {
    margin-bottom: -200px !important; }
  .ml-md-n200px,
  .mx-md-n200px {
    margin-left: -200px !important; }
  .m-md-n210px {
    margin: -210px !important; }
  .mt-md-n210px,
  .my-md-n210px {
    margin-top: -210px !important; }
  .mr-md-n210px,
  .mx-md-n210px {
    margin-right: -210px !important; }
  .mb-md-n210px,
  .my-md-n210px {
    margin-bottom: -210px !important; }
  .ml-md-n210px,
  .mx-md-n210px {
    margin-left: -210px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-m-0 {
    margin: 0 !important; }
  .mt-m-0,
  .my-m-0 {
    margin-top: 0 !important; }
  .mr-m-0,
  .mx-m-0 {
    margin-right: 0 !important; }
  .mb-m-0,
  .my-m-0 {
    margin-bottom: 0 !important; }
  .ml-m-0,
  .mx-m-0 {
    margin-left: 0 !important; }
  .m-m-1 {
    margin: 0.25rem !important; }
  .mt-m-1,
  .my-m-1 {
    margin-top: 0.25rem !important; }
  .mr-m-1,
  .mx-m-1 {
    margin-right: 0.25rem !important; }
  .mb-m-1,
  .my-m-1 {
    margin-bottom: 0.25rem !important; }
  .ml-m-1,
  .mx-m-1 {
    margin-left: 0.25rem !important; }
  .m-m-2 {
    margin: 0.5rem !important; }
  .mt-m-2,
  .my-m-2 {
    margin-top: 0.5rem !important; }
  .mr-m-2,
  .mx-m-2 {
    margin-right: 0.5rem !important; }
  .mb-m-2,
  .my-m-2 {
    margin-bottom: 0.5rem !important; }
  .ml-m-2,
  .mx-m-2 {
    margin-left: 0.5rem !important; }
  .m-m-3 {
    margin: 1rem !important; }
  .mt-m-3,
  .my-m-3 {
    margin-top: 1rem !important; }
  .mr-m-3,
  .mx-m-3 {
    margin-right: 1rem !important; }
  .mb-m-3,
  .my-m-3 {
    margin-bottom: 1rem !important; }
  .ml-m-3,
  .mx-m-3 {
    margin-left: 1rem !important; }
  .m-m-4 {
    margin: 1.5rem !important; }
  .mt-m-4,
  .my-m-4 {
    margin-top: 1.5rem !important; }
  .mr-m-4,
  .mx-m-4 {
    margin-right: 1.5rem !important; }
  .mb-m-4,
  .my-m-4 {
    margin-bottom: 1.5rem !important; }
  .ml-m-4,
  .mx-m-4 {
    margin-left: 1.5rem !important; }
  .m-m-5 {
    margin: 3rem !important; }
  .mt-m-5,
  .my-m-5 {
    margin-top: 3rem !important; }
  .mr-m-5,
  .mx-m-5 {
    margin-right: 3rem !important; }
  .mb-m-5,
  .my-m-5 {
    margin-bottom: 3rem !important; }
  .ml-m-5,
  .mx-m-5 {
    margin-left: 3rem !important; }
  .m-m-1px {
    margin: 1px !important; }
  .mt-m-1px,
  .my-m-1px {
    margin-top: 1px !important; }
  .mr-m-1px,
  .mx-m-1px {
    margin-right: 1px !important; }
  .mb-m-1px,
  .my-m-1px {
    margin-bottom: 1px !important; }
  .ml-m-1px,
  .mx-m-1px {
    margin-left: 1px !important; }
  .m-m-2px {
    margin: 2px !important; }
  .mt-m-2px,
  .my-m-2px {
    margin-top: 2px !important; }
  .mr-m-2px,
  .mx-m-2px {
    margin-right: 2px !important; }
  .mb-m-2px,
  .my-m-2px {
    margin-bottom: 2px !important; }
  .ml-m-2px,
  .mx-m-2px {
    margin-left: 2px !important; }
  .m-m-3px {
    margin: 3px !important; }
  .mt-m-3px,
  .my-m-3px {
    margin-top: 3px !important; }
  .mr-m-3px,
  .mx-m-3px {
    margin-right: 3px !important; }
  .mb-m-3px,
  .my-m-3px {
    margin-bottom: 3px !important; }
  .ml-m-3px,
  .mx-m-3px {
    margin-left: 3px !important; }
  .m-m-4px {
    margin: 4px !important; }
  .mt-m-4px,
  .my-m-4px {
    margin-top: 4px !important; }
  .mr-m-4px,
  .mx-m-4px {
    margin-right: 4px !important; }
  .mb-m-4px,
  .my-m-4px {
    margin-bottom: 4px !important; }
  .ml-m-4px,
  .mx-m-4px {
    margin-left: 4px !important; }
  .m-m-5px {
    margin: 5px !important; }
  .mt-m-5px,
  .my-m-5px {
    margin-top: 5px !important; }
  .mr-m-5px,
  .mx-m-5px {
    margin-right: 5px !important; }
  .mb-m-5px,
  .my-m-5px {
    margin-bottom: 5px !important; }
  .ml-m-5px,
  .mx-m-5px {
    margin-left: 5px !important; }
  .m-m-6px {
    margin: 6px !important; }
  .mt-m-6px,
  .my-m-6px {
    margin-top: 6px !important; }
  .mr-m-6px,
  .mx-m-6px {
    margin-right: 6px !important; }
  .mb-m-6px,
  .my-m-6px {
    margin-bottom: 6px !important; }
  .ml-m-6px,
  .mx-m-6px {
    margin-left: 6px !important; }
  .m-m-8px {
    margin: 8px !important; }
  .mt-m-8px,
  .my-m-8px {
    margin-top: 8px !important; }
  .mr-m-8px,
  .mx-m-8px {
    margin-right: 8px !important; }
  .mb-m-8px,
  .my-m-8px {
    margin-bottom: 8px !important; }
  .ml-m-8px,
  .mx-m-8px {
    margin-left: 8px !important; }
  .m-m-10px {
    margin: 10px !important; }
  .mt-m-10px,
  .my-m-10px {
    margin-top: 10px !important; }
  .mr-m-10px,
  .mx-m-10px {
    margin-right: 10px !important; }
  .mb-m-10px,
  .my-m-10px {
    margin-bottom: 10px !important; }
  .ml-m-10px,
  .mx-m-10px {
    margin-left: 10px !important; }
  .m-m-12px {
    margin: 12px !important; }
  .mt-m-12px,
  .my-m-12px {
    margin-top: 12px !important; }
  .mr-m-12px,
  .mx-m-12px {
    margin-right: 12px !important; }
  .mb-m-12px,
  .my-m-12px {
    margin-bottom: 12px !important; }
  .ml-m-12px,
  .mx-m-12px {
    margin-left: 12px !important; }
  .m-m-13px {
    margin: 13px !important; }
  .mt-m-13px,
  .my-m-13px {
    margin-top: 13px !important; }
  .mr-m-13px,
  .mx-m-13px {
    margin-right: 13px !important; }
  .mb-m-13px,
  .my-m-13px {
    margin-bottom: 13px !important; }
  .ml-m-13px,
  .mx-m-13px {
    margin-left: 13px !important; }
  .m-m-14px {
    margin: 14px !important; }
  .mt-m-14px,
  .my-m-14px {
    margin-top: 14px !important; }
  .mr-m-14px,
  .mx-m-14px {
    margin-right: 14px !important; }
  .mb-m-14px,
  .my-m-14px {
    margin-bottom: 14px !important; }
  .ml-m-14px,
  .mx-m-14px {
    margin-left: 14px !important; }
  .m-m-15px {
    margin: 15px !important; }
  .mt-m-15px,
  .my-m-15px {
    margin-top: 15px !important; }
  .mr-m-15px,
  .mx-m-15px {
    margin-right: 15px !important; }
  .mb-m-15px,
  .my-m-15px {
    margin-bottom: 15px !important; }
  .ml-m-15px,
  .mx-m-15px {
    margin-left: 15px !important; }
  .m-m-16px {
    margin: 16px !important; }
  .mt-m-16px,
  .my-m-16px {
    margin-top: 16px !important; }
  .mr-m-16px,
  .mx-m-16px {
    margin-right: 16px !important; }
  .mb-m-16px,
  .my-m-16px {
    margin-bottom: 16px !important; }
  .ml-m-16px,
  .mx-m-16px {
    margin-left: 16px !important; }
  .m-m-20px {
    margin: 20px !important; }
  .mt-m-20px,
  .my-m-20px {
    margin-top: 20px !important; }
  .mr-m-20px,
  .mx-m-20px {
    margin-right: 20px !important; }
  .mb-m-20px,
  .my-m-20px {
    margin-bottom: 20px !important; }
  .ml-m-20px,
  .mx-m-20px {
    margin-left: 20px !important; }
  .m-m-24px {
    margin: 24px !important; }
  .mt-m-24px,
  .my-m-24px {
    margin-top: 24px !important; }
  .mr-m-24px,
  .mx-m-24px {
    margin-right: 24px !important; }
  .mb-m-24px,
  .my-m-24px {
    margin-bottom: 24px !important; }
  .ml-m-24px,
  .mx-m-24px {
    margin-left: 24px !important; }
  .m-m-25px {
    margin: 25px !important; }
  .mt-m-25px,
  .my-m-25px {
    margin-top: 25px !important; }
  .mr-m-25px,
  .mx-m-25px {
    margin-right: 25px !important; }
  .mb-m-25px,
  .my-m-25px {
    margin-bottom: 25px !important; }
  .ml-m-25px,
  .mx-m-25px {
    margin-left: 25px !important; }
  .m-m-28px {
    margin: 28px !important; }
  .mt-m-28px,
  .my-m-28px {
    margin-top: 28px !important; }
  .mr-m-28px,
  .mx-m-28px {
    margin-right: 28px !important; }
  .mb-m-28px,
  .my-m-28px {
    margin-bottom: 28px !important; }
  .ml-m-28px,
  .mx-m-28px {
    margin-left: 28px !important; }
  .m-m-30px {
    margin: 30px !important; }
  .mt-m-30px,
  .my-m-30px {
    margin-top: 30px !important; }
  .mr-m-30px,
  .mx-m-30px {
    margin-right: 30px !important; }
  .mb-m-30px,
  .my-m-30px {
    margin-bottom: 30px !important; }
  .ml-m-30px,
  .mx-m-30px {
    margin-left: 30px !important; }
  .m-m-32px {
    margin: 32px !important; }
  .mt-m-32px,
  .my-m-32px {
    margin-top: 32px !important; }
  .mr-m-32px,
  .mx-m-32px {
    margin-right: 32px !important; }
  .mb-m-32px,
  .my-m-32px {
    margin-bottom: 32px !important; }
  .ml-m-32px,
  .mx-m-32px {
    margin-left: 32px !important; }
  .m-m-36px {
    margin: 36px !important; }
  .mt-m-36px,
  .my-m-36px {
    margin-top: 36px !important; }
  .mr-m-36px,
  .mx-m-36px {
    margin-right: 36px !important; }
  .mb-m-36px,
  .my-m-36px {
    margin-bottom: 36px !important; }
  .ml-m-36px,
  .mx-m-36px {
    margin-left: 36px !important; }
  .m-m-40px {
    margin: 40px !important; }
  .mt-m-40px,
  .my-m-40px {
    margin-top: 40px !important; }
  .mr-m-40px,
  .mx-m-40px {
    margin-right: 40px !important; }
  .mb-m-40px,
  .my-m-40px {
    margin-bottom: 40px !important; }
  .ml-m-40px,
  .mx-m-40px {
    margin-left: 40px !important; }
  .m-m-48px {
    margin: 48px !important; }
  .mt-m-48px,
  .my-m-48px {
    margin-top: 48px !important; }
  .mr-m-48px,
  .mx-m-48px {
    margin-right: 48px !important; }
  .mb-m-48px,
  .my-m-48px {
    margin-bottom: 48px !important; }
  .ml-m-48px,
  .mx-m-48px {
    margin-left: 48px !important; }
  .m-m-56px {
    margin: 56px !important; }
  .mt-m-56px,
  .my-m-56px {
    margin-top: 56px !important; }
  .mr-m-56px,
  .mx-m-56px {
    margin-right: 56px !important; }
  .mb-m-56px,
  .my-m-56px {
    margin-bottom: 56px !important; }
  .ml-m-56px,
  .mx-m-56px {
    margin-left: 56px !important; }
  .m-m-60px {
    margin: 60px !important; }
  .mt-m-60px,
  .my-m-60px {
    margin-top: 60px !important; }
  .mr-m-60px,
  .mx-m-60px {
    margin-right: 60px !important; }
  .mb-m-60px,
  .my-m-60px {
    margin-bottom: 60px !important; }
  .ml-m-60px,
  .mx-m-60px {
    margin-left: 60px !important; }
  .m-m-68px {
    margin: 68px !important; }
  .mt-m-68px,
  .my-m-68px {
    margin-top: 68px !important; }
  .mr-m-68px,
  .mx-m-68px {
    margin-right: 68px !important; }
  .mb-m-68px,
  .my-m-68px {
    margin-bottom: 68px !important; }
  .ml-m-68px,
  .mx-m-68px {
    margin-left: 68px !important; }
  .m-m-64px {
    margin: 64px !important; }
  .mt-m-64px,
  .my-m-64px {
    margin-top: 64px !important; }
  .mr-m-64px,
  .mx-m-64px {
    margin-right: 64px !important; }
  .mb-m-64px,
  .my-m-64px {
    margin-bottom: 64px !important; }
  .ml-m-64px,
  .mx-m-64px {
    margin-left: 64px !important; }
  .m-m-72px {
    margin: 72px !important; }
  .mt-m-72px,
  .my-m-72px {
    margin-top: 72px !important; }
  .mr-m-72px,
  .mx-m-72px {
    margin-right: 72px !important; }
  .mb-m-72px,
  .my-m-72px {
    margin-bottom: 72px !important; }
  .ml-m-72px,
  .mx-m-72px {
    margin-left: 72px !important; }
  .m-m-80px {
    margin: 80px !important; }
  .mt-m-80px,
  .my-m-80px {
    margin-top: 80px !important; }
  .mr-m-80px,
  .mx-m-80px {
    margin-right: 80px !important; }
  .mb-m-80px,
  .my-m-80px {
    margin-bottom: 80px !important; }
  .ml-m-80px,
  .mx-m-80px {
    margin-left: 80px !important; }
  .m-m-86px {
    margin: 86px !important; }
  .mt-m-86px,
  .my-m-86px {
    margin-top: 86px !important; }
  .mr-m-86px,
  .mx-m-86px {
    margin-right: 86px !important; }
  .mb-m-86px,
  .my-m-86px {
    margin-bottom: 86px !important; }
  .ml-m-86px,
  .mx-m-86px {
    margin-left: 86px !important; }
  .m-m-100px {
    margin: 100px !important; }
  .mt-m-100px,
  .my-m-100px {
    margin-top: 100px !important; }
  .mr-m-100px,
  .mx-m-100px {
    margin-right: 100px !important; }
  .mb-m-100px,
  .my-m-100px {
    margin-bottom: 100px !important; }
  .ml-m-100px,
  .mx-m-100px {
    margin-left: 100px !important; }
  .m-m-120px {
    margin: 120px !important; }
  .mt-m-120px,
  .my-m-120px {
    margin-top: 120px !important; }
  .mr-m-120px,
  .mx-m-120px {
    margin-right: 120px !important; }
  .mb-m-120px,
  .my-m-120px {
    margin-bottom: 120px !important; }
  .ml-m-120px,
  .mx-m-120px {
    margin-left: 120px !important; }
  .m-m-127px {
    margin: 127px !important; }
  .mt-m-127px,
  .my-m-127px {
    margin-top: 127px !important; }
  .mr-m-127px,
  .mx-m-127px {
    margin-right: 127px !important; }
  .mb-m-127px,
  .my-m-127px {
    margin-bottom: 127px !important; }
  .ml-m-127px,
  .mx-m-127px {
    margin-left: 127px !important; }
  .m-m-129px {
    margin: 129px !important; }
  .mt-m-129px,
  .my-m-129px {
    margin-top: 129px !important; }
  .mr-m-129px,
  .mx-m-129px {
    margin-right: 129px !important; }
  .mb-m-129px,
  .my-m-129px {
    margin-bottom: 129px !important; }
  .ml-m-129px,
  .mx-m-129px {
    margin-left: 129px !important; }
  .m-m-133px {
    margin: 133px !important; }
  .mt-m-133px,
  .my-m-133px {
    margin-top: 133px !important; }
  .mr-m-133px,
  .mx-m-133px {
    margin-right: 133px !important; }
  .mb-m-133px,
  .my-m-133px {
    margin-bottom: 133px !important; }
  .ml-m-133px,
  .mx-m-133px {
    margin-left: 133px !important; }
  .m-m-148px {
    margin: 148px !important; }
  .mt-m-148px,
  .my-m-148px {
    margin-top: 148px !important; }
  .mr-m-148px,
  .mx-m-148px {
    margin-right: 148px !important; }
  .mb-m-148px,
  .my-m-148px {
    margin-bottom: 148px !important; }
  .ml-m-148px,
  .mx-m-148px {
    margin-left: 148px !important; }
  .m-m-180px {
    margin: 180px !important; }
  .mt-m-180px,
  .my-m-180px {
    margin-top: 180px !important; }
  .mr-m-180px,
  .mx-m-180px {
    margin-right: 180px !important; }
  .mb-m-180px,
  .my-m-180px {
    margin-bottom: 180px !important; }
  .ml-m-180px,
  .mx-m-180px {
    margin-left: 180px !important; }
  .m-m-200px {
    margin: 200px !important; }
  .mt-m-200px,
  .my-m-200px {
    margin-top: 200px !important; }
  .mr-m-200px,
  .mx-m-200px {
    margin-right: 200px !important; }
  .mb-m-200px,
  .my-m-200px {
    margin-bottom: 200px !important; }
  .ml-m-200px,
  .mx-m-200px {
    margin-left: 200px !important; }
  .m-m-210px {
    margin: 210px !important; }
  .mt-m-210px,
  .my-m-210px {
    margin-top: 210px !important; }
  .mr-m-210px,
  .mx-m-210px {
    margin-right: 210px !important; }
  .mb-m-210px,
  .my-m-210px {
    margin-bottom: 210px !important; }
  .ml-m-210px,
  .mx-m-210px {
    margin-left: 210px !important; }
  .p-m-0 {
    padding: 0 !important; }
  .pt-m-0,
  .py-m-0 {
    padding-top: 0 !important; }
  .pr-m-0,
  .px-m-0 {
    padding-right: 0 !important; }
  .pb-m-0,
  .py-m-0 {
    padding-bottom: 0 !important; }
  .pl-m-0,
  .px-m-0 {
    padding-left: 0 !important; }
  .p-m-1 {
    padding: 0.25rem !important; }
  .pt-m-1,
  .py-m-1 {
    padding-top: 0.25rem !important; }
  .pr-m-1,
  .px-m-1 {
    padding-right: 0.25rem !important; }
  .pb-m-1,
  .py-m-1 {
    padding-bottom: 0.25rem !important; }
  .pl-m-1,
  .px-m-1 {
    padding-left: 0.25rem !important; }
  .p-m-2 {
    padding: 0.5rem !important; }
  .pt-m-2,
  .py-m-2 {
    padding-top: 0.5rem !important; }
  .pr-m-2,
  .px-m-2 {
    padding-right: 0.5rem !important; }
  .pb-m-2,
  .py-m-2 {
    padding-bottom: 0.5rem !important; }
  .pl-m-2,
  .px-m-2 {
    padding-left: 0.5rem !important; }
  .p-m-3 {
    padding: 1rem !important; }
  .pt-m-3,
  .py-m-3 {
    padding-top: 1rem !important; }
  .pr-m-3,
  .px-m-3 {
    padding-right: 1rem !important; }
  .pb-m-3,
  .py-m-3 {
    padding-bottom: 1rem !important; }
  .pl-m-3,
  .px-m-3 {
    padding-left: 1rem !important; }
  .p-m-4 {
    padding: 1.5rem !important; }
  .pt-m-4,
  .py-m-4 {
    padding-top: 1.5rem !important; }
  .pr-m-4,
  .px-m-4 {
    padding-right: 1.5rem !important; }
  .pb-m-4,
  .py-m-4 {
    padding-bottom: 1.5rem !important; }
  .pl-m-4,
  .px-m-4 {
    padding-left: 1.5rem !important; }
  .p-m-5 {
    padding: 3rem !important; }
  .pt-m-5,
  .py-m-5 {
    padding-top: 3rem !important; }
  .pr-m-5,
  .px-m-5 {
    padding-right: 3rem !important; }
  .pb-m-5,
  .py-m-5 {
    padding-bottom: 3rem !important; }
  .pl-m-5,
  .px-m-5 {
    padding-left: 3rem !important; }
  .p-m-1px {
    padding: 1px !important; }
  .pt-m-1px,
  .py-m-1px {
    padding-top: 1px !important; }
  .pr-m-1px,
  .px-m-1px {
    padding-right: 1px !important; }
  .pb-m-1px,
  .py-m-1px {
    padding-bottom: 1px !important; }
  .pl-m-1px,
  .px-m-1px {
    padding-left: 1px !important; }
  .p-m-2px {
    padding: 2px !important; }
  .pt-m-2px,
  .py-m-2px {
    padding-top: 2px !important; }
  .pr-m-2px,
  .px-m-2px {
    padding-right: 2px !important; }
  .pb-m-2px,
  .py-m-2px {
    padding-bottom: 2px !important; }
  .pl-m-2px,
  .px-m-2px {
    padding-left: 2px !important; }
  .p-m-3px {
    padding: 3px !important; }
  .pt-m-3px,
  .py-m-3px {
    padding-top: 3px !important; }
  .pr-m-3px,
  .px-m-3px {
    padding-right: 3px !important; }
  .pb-m-3px,
  .py-m-3px {
    padding-bottom: 3px !important; }
  .pl-m-3px,
  .px-m-3px {
    padding-left: 3px !important; }
  .p-m-4px {
    padding: 4px !important; }
  .pt-m-4px,
  .py-m-4px {
    padding-top: 4px !important; }
  .pr-m-4px,
  .px-m-4px {
    padding-right: 4px !important; }
  .pb-m-4px,
  .py-m-4px {
    padding-bottom: 4px !important; }
  .pl-m-4px,
  .px-m-4px {
    padding-left: 4px !important; }
  .p-m-5px {
    padding: 5px !important; }
  .pt-m-5px,
  .py-m-5px {
    padding-top: 5px !important; }
  .pr-m-5px,
  .px-m-5px {
    padding-right: 5px !important; }
  .pb-m-5px,
  .py-m-5px {
    padding-bottom: 5px !important; }
  .pl-m-5px,
  .px-m-5px {
    padding-left: 5px !important; }
  .p-m-6px {
    padding: 6px !important; }
  .pt-m-6px,
  .py-m-6px {
    padding-top: 6px !important; }
  .pr-m-6px,
  .px-m-6px {
    padding-right: 6px !important; }
  .pb-m-6px,
  .py-m-6px {
    padding-bottom: 6px !important; }
  .pl-m-6px,
  .px-m-6px {
    padding-left: 6px !important; }
  .p-m-8px {
    padding: 8px !important; }
  .pt-m-8px,
  .py-m-8px {
    padding-top: 8px !important; }
  .pr-m-8px,
  .px-m-8px {
    padding-right: 8px !important; }
  .pb-m-8px,
  .py-m-8px {
    padding-bottom: 8px !important; }
  .pl-m-8px,
  .px-m-8px {
    padding-left: 8px !important; }
  .p-m-10px {
    padding: 10px !important; }
  .pt-m-10px,
  .py-m-10px {
    padding-top: 10px !important; }
  .pr-m-10px,
  .px-m-10px {
    padding-right: 10px !important; }
  .pb-m-10px,
  .py-m-10px {
    padding-bottom: 10px !important; }
  .pl-m-10px,
  .px-m-10px {
    padding-left: 10px !important; }
  .p-m-12px {
    padding: 12px !important; }
  .pt-m-12px,
  .py-m-12px {
    padding-top: 12px !important; }
  .pr-m-12px,
  .px-m-12px {
    padding-right: 12px !important; }
  .pb-m-12px,
  .py-m-12px {
    padding-bottom: 12px !important; }
  .pl-m-12px,
  .px-m-12px {
    padding-left: 12px !important; }
  .p-m-13px {
    padding: 13px !important; }
  .pt-m-13px,
  .py-m-13px {
    padding-top: 13px !important; }
  .pr-m-13px,
  .px-m-13px {
    padding-right: 13px !important; }
  .pb-m-13px,
  .py-m-13px {
    padding-bottom: 13px !important; }
  .pl-m-13px,
  .px-m-13px {
    padding-left: 13px !important; }
  .p-m-14px {
    padding: 14px !important; }
  .pt-m-14px,
  .py-m-14px {
    padding-top: 14px !important; }
  .pr-m-14px,
  .px-m-14px {
    padding-right: 14px !important; }
  .pb-m-14px,
  .py-m-14px {
    padding-bottom: 14px !important; }
  .pl-m-14px,
  .px-m-14px {
    padding-left: 14px !important; }
  .p-m-15px {
    padding: 15px !important; }
  .pt-m-15px,
  .py-m-15px {
    padding-top: 15px !important; }
  .pr-m-15px,
  .px-m-15px {
    padding-right: 15px !important; }
  .pb-m-15px,
  .py-m-15px {
    padding-bottom: 15px !important; }
  .pl-m-15px,
  .px-m-15px {
    padding-left: 15px !important; }
  .p-m-16px {
    padding: 16px !important; }
  .pt-m-16px,
  .py-m-16px {
    padding-top: 16px !important; }
  .pr-m-16px,
  .px-m-16px {
    padding-right: 16px !important; }
  .pb-m-16px,
  .py-m-16px {
    padding-bottom: 16px !important; }
  .pl-m-16px,
  .px-m-16px {
    padding-left: 16px !important; }
  .p-m-20px {
    padding: 20px !important; }
  .pt-m-20px,
  .py-m-20px {
    padding-top: 20px !important; }
  .pr-m-20px,
  .px-m-20px {
    padding-right: 20px !important; }
  .pb-m-20px,
  .py-m-20px {
    padding-bottom: 20px !important; }
  .pl-m-20px,
  .px-m-20px {
    padding-left: 20px !important; }
  .p-m-24px {
    padding: 24px !important; }
  .pt-m-24px,
  .py-m-24px {
    padding-top: 24px !important; }
  .pr-m-24px,
  .px-m-24px {
    padding-right: 24px !important; }
  .pb-m-24px,
  .py-m-24px {
    padding-bottom: 24px !important; }
  .pl-m-24px,
  .px-m-24px {
    padding-left: 24px !important; }
  .p-m-25px {
    padding: 25px !important; }
  .pt-m-25px,
  .py-m-25px {
    padding-top: 25px !important; }
  .pr-m-25px,
  .px-m-25px {
    padding-right: 25px !important; }
  .pb-m-25px,
  .py-m-25px {
    padding-bottom: 25px !important; }
  .pl-m-25px,
  .px-m-25px {
    padding-left: 25px !important; }
  .p-m-28px {
    padding: 28px !important; }
  .pt-m-28px,
  .py-m-28px {
    padding-top: 28px !important; }
  .pr-m-28px,
  .px-m-28px {
    padding-right: 28px !important; }
  .pb-m-28px,
  .py-m-28px {
    padding-bottom: 28px !important; }
  .pl-m-28px,
  .px-m-28px {
    padding-left: 28px !important; }
  .p-m-30px {
    padding: 30px !important; }
  .pt-m-30px,
  .py-m-30px {
    padding-top: 30px !important; }
  .pr-m-30px,
  .px-m-30px {
    padding-right: 30px !important; }
  .pb-m-30px,
  .py-m-30px {
    padding-bottom: 30px !important; }
  .pl-m-30px,
  .px-m-30px {
    padding-left: 30px !important; }
  .p-m-32px {
    padding: 32px !important; }
  .pt-m-32px,
  .py-m-32px {
    padding-top: 32px !important; }
  .pr-m-32px,
  .px-m-32px {
    padding-right: 32px !important; }
  .pb-m-32px,
  .py-m-32px {
    padding-bottom: 32px !important; }
  .pl-m-32px,
  .px-m-32px {
    padding-left: 32px !important; }
  .p-m-36px {
    padding: 36px !important; }
  .pt-m-36px,
  .py-m-36px {
    padding-top: 36px !important; }
  .pr-m-36px,
  .px-m-36px {
    padding-right: 36px !important; }
  .pb-m-36px,
  .py-m-36px {
    padding-bottom: 36px !important; }
  .pl-m-36px,
  .px-m-36px {
    padding-left: 36px !important; }
  .p-m-40px {
    padding: 40px !important; }
  .pt-m-40px,
  .py-m-40px {
    padding-top: 40px !important; }
  .pr-m-40px,
  .px-m-40px {
    padding-right: 40px !important; }
  .pb-m-40px,
  .py-m-40px {
    padding-bottom: 40px !important; }
  .pl-m-40px,
  .px-m-40px {
    padding-left: 40px !important; }
  .p-m-48px {
    padding: 48px !important; }
  .pt-m-48px,
  .py-m-48px {
    padding-top: 48px !important; }
  .pr-m-48px,
  .px-m-48px {
    padding-right: 48px !important; }
  .pb-m-48px,
  .py-m-48px {
    padding-bottom: 48px !important; }
  .pl-m-48px,
  .px-m-48px {
    padding-left: 48px !important; }
  .p-m-56px {
    padding: 56px !important; }
  .pt-m-56px,
  .py-m-56px {
    padding-top: 56px !important; }
  .pr-m-56px,
  .px-m-56px {
    padding-right: 56px !important; }
  .pb-m-56px,
  .py-m-56px {
    padding-bottom: 56px !important; }
  .pl-m-56px,
  .px-m-56px {
    padding-left: 56px !important; }
  .p-m-60px {
    padding: 60px !important; }
  .pt-m-60px,
  .py-m-60px {
    padding-top: 60px !important; }
  .pr-m-60px,
  .px-m-60px {
    padding-right: 60px !important; }
  .pb-m-60px,
  .py-m-60px {
    padding-bottom: 60px !important; }
  .pl-m-60px,
  .px-m-60px {
    padding-left: 60px !important; }
  .p-m-68px {
    padding: 68px !important; }
  .pt-m-68px,
  .py-m-68px {
    padding-top: 68px !important; }
  .pr-m-68px,
  .px-m-68px {
    padding-right: 68px !important; }
  .pb-m-68px,
  .py-m-68px {
    padding-bottom: 68px !important; }
  .pl-m-68px,
  .px-m-68px {
    padding-left: 68px !important; }
  .p-m-64px {
    padding: 64px !important; }
  .pt-m-64px,
  .py-m-64px {
    padding-top: 64px !important; }
  .pr-m-64px,
  .px-m-64px {
    padding-right: 64px !important; }
  .pb-m-64px,
  .py-m-64px {
    padding-bottom: 64px !important; }
  .pl-m-64px,
  .px-m-64px {
    padding-left: 64px !important; }
  .p-m-72px {
    padding: 72px !important; }
  .pt-m-72px,
  .py-m-72px {
    padding-top: 72px !important; }
  .pr-m-72px,
  .px-m-72px {
    padding-right: 72px !important; }
  .pb-m-72px,
  .py-m-72px {
    padding-bottom: 72px !important; }
  .pl-m-72px,
  .px-m-72px {
    padding-left: 72px !important; }
  .p-m-80px {
    padding: 80px !important; }
  .pt-m-80px,
  .py-m-80px {
    padding-top: 80px !important; }
  .pr-m-80px,
  .px-m-80px {
    padding-right: 80px !important; }
  .pb-m-80px,
  .py-m-80px {
    padding-bottom: 80px !important; }
  .pl-m-80px,
  .px-m-80px {
    padding-left: 80px !important; }
  .p-m-86px {
    padding: 86px !important; }
  .pt-m-86px,
  .py-m-86px {
    padding-top: 86px !important; }
  .pr-m-86px,
  .px-m-86px {
    padding-right: 86px !important; }
  .pb-m-86px,
  .py-m-86px {
    padding-bottom: 86px !important; }
  .pl-m-86px,
  .px-m-86px {
    padding-left: 86px !important; }
  .p-m-100px {
    padding: 100px !important; }
  .pt-m-100px,
  .py-m-100px {
    padding-top: 100px !important; }
  .pr-m-100px,
  .px-m-100px {
    padding-right: 100px !important; }
  .pb-m-100px,
  .py-m-100px {
    padding-bottom: 100px !important; }
  .pl-m-100px,
  .px-m-100px {
    padding-left: 100px !important; }
  .p-m-120px {
    padding: 120px !important; }
  .pt-m-120px,
  .py-m-120px {
    padding-top: 120px !important; }
  .pr-m-120px,
  .px-m-120px {
    padding-right: 120px !important; }
  .pb-m-120px,
  .py-m-120px {
    padding-bottom: 120px !important; }
  .pl-m-120px,
  .px-m-120px {
    padding-left: 120px !important; }
  .p-m-127px {
    padding: 127px !important; }
  .pt-m-127px,
  .py-m-127px {
    padding-top: 127px !important; }
  .pr-m-127px,
  .px-m-127px {
    padding-right: 127px !important; }
  .pb-m-127px,
  .py-m-127px {
    padding-bottom: 127px !important; }
  .pl-m-127px,
  .px-m-127px {
    padding-left: 127px !important; }
  .p-m-129px {
    padding: 129px !important; }
  .pt-m-129px,
  .py-m-129px {
    padding-top: 129px !important; }
  .pr-m-129px,
  .px-m-129px {
    padding-right: 129px !important; }
  .pb-m-129px,
  .py-m-129px {
    padding-bottom: 129px !important; }
  .pl-m-129px,
  .px-m-129px {
    padding-left: 129px !important; }
  .p-m-133px {
    padding: 133px !important; }
  .pt-m-133px,
  .py-m-133px {
    padding-top: 133px !important; }
  .pr-m-133px,
  .px-m-133px {
    padding-right: 133px !important; }
  .pb-m-133px,
  .py-m-133px {
    padding-bottom: 133px !important; }
  .pl-m-133px,
  .px-m-133px {
    padding-left: 133px !important; }
  .p-m-148px {
    padding: 148px !important; }
  .pt-m-148px,
  .py-m-148px {
    padding-top: 148px !important; }
  .pr-m-148px,
  .px-m-148px {
    padding-right: 148px !important; }
  .pb-m-148px,
  .py-m-148px {
    padding-bottom: 148px !important; }
  .pl-m-148px,
  .px-m-148px {
    padding-left: 148px !important; }
  .p-m-180px {
    padding: 180px !important; }
  .pt-m-180px,
  .py-m-180px {
    padding-top: 180px !important; }
  .pr-m-180px,
  .px-m-180px {
    padding-right: 180px !important; }
  .pb-m-180px,
  .py-m-180px {
    padding-bottom: 180px !important; }
  .pl-m-180px,
  .px-m-180px {
    padding-left: 180px !important; }
  .p-m-200px {
    padding: 200px !important; }
  .pt-m-200px,
  .py-m-200px {
    padding-top: 200px !important; }
  .pr-m-200px,
  .px-m-200px {
    padding-right: 200px !important; }
  .pb-m-200px,
  .py-m-200px {
    padding-bottom: 200px !important; }
  .pl-m-200px,
  .px-m-200px {
    padding-left: 200px !important; }
  .p-m-210px {
    padding: 210px !important; }
  .pt-m-210px,
  .py-m-210px {
    padding-top: 210px !important; }
  .pr-m-210px,
  .px-m-210px {
    padding-right: 210px !important; }
  .pb-m-210px,
  .py-m-210px {
    padding-bottom: 210px !important; }
  .pl-m-210px,
  .px-m-210px {
    padding-left: 210px !important; }
  .m-m-n1 {
    margin: -0.25rem !important; }
  .mt-m-n1,
  .my-m-n1 {
    margin-top: -0.25rem !important; }
  .mr-m-n1,
  .mx-m-n1 {
    margin-right: -0.25rem !important; }
  .mb-m-n1,
  .my-m-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-m-n1,
  .mx-m-n1 {
    margin-left: -0.25rem !important; }
  .m-m-n2 {
    margin: -0.5rem !important; }
  .mt-m-n2,
  .my-m-n2 {
    margin-top: -0.5rem !important; }
  .mr-m-n2,
  .mx-m-n2 {
    margin-right: -0.5rem !important; }
  .mb-m-n2,
  .my-m-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-m-n2,
  .mx-m-n2 {
    margin-left: -0.5rem !important; }
  .m-m-n3 {
    margin: -1rem !important; }
  .mt-m-n3,
  .my-m-n3 {
    margin-top: -1rem !important; }
  .mr-m-n3,
  .mx-m-n3 {
    margin-right: -1rem !important; }
  .mb-m-n3,
  .my-m-n3 {
    margin-bottom: -1rem !important; }
  .ml-m-n3,
  .mx-m-n3 {
    margin-left: -1rem !important; }
  .m-m-n4 {
    margin: -1.5rem !important; }
  .mt-m-n4,
  .my-m-n4 {
    margin-top: -1.5rem !important; }
  .mr-m-n4,
  .mx-m-n4 {
    margin-right: -1.5rem !important; }
  .mb-m-n4,
  .my-m-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-m-n4,
  .mx-m-n4 {
    margin-left: -1.5rem !important; }
  .m-m-n5 {
    margin: -3rem !important; }
  .mt-m-n5,
  .my-m-n5 {
    margin-top: -3rem !important; }
  .mr-m-n5,
  .mx-m-n5 {
    margin-right: -3rem !important; }
  .mb-m-n5,
  .my-m-n5 {
    margin-bottom: -3rem !important; }
  .ml-m-n5,
  .mx-m-n5 {
    margin-left: -3rem !important; }
  .m-m-n1px {
    margin: -1px !important; }
  .mt-m-n1px,
  .my-m-n1px {
    margin-top: -1px !important; }
  .mr-m-n1px,
  .mx-m-n1px {
    margin-right: -1px !important; }
  .mb-m-n1px,
  .my-m-n1px {
    margin-bottom: -1px !important; }
  .ml-m-n1px,
  .mx-m-n1px {
    margin-left: -1px !important; }
  .m-m-n2px {
    margin: -2px !important; }
  .mt-m-n2px,
  .my-m-n2px {
    margin-top: -2px !important; }
  .mr-m-n2px,
  .mx-m-n2px {
    margin-right: -2px !important; }
  .mb-m-n2px,
  .my-m-n2px {
    margin-bottom: -2px !important; }
  .ml-m-n2px,
  .mx-m-n2px {
    margin-left: -2px !important; }
  .m-m-n3px {
    margin: -3px !important; }
  .mt-m-n3px,
  .my-m-n3px {
    margin-top: -3px !important; }
  .mr-m-n3px,
  .mx-m-n3px {
    margin-right: -3px !important; }
  .mb-m-n3px,
  .my-m-n3px {
    margin-bottom: -3px !important; }
  .ml-m-n3px,
  .mx-m-n3px {
    margin-left: -3px !important; }
  .m-m-n4px {
    margin: -4px !important; }
  .mt-m-n4px,
  .my-m-n4px {
    margin-top: -4px !important; }
  .mr-m-n4px,
  .mx-m-n4px {
    margin-right: -4px !important; }
  .mb-m-n4px,
  .my-m-n4px {
    margin-bottom: -4px !important; }
  .ml-m-n4px,
  .mx-m-n4px {
    margin-left: -4px !important; }
  .m-m-n5px {
    margin: -5px !important; }
  .mt-m-n5px,
  .my-m-n5px {
    margin-top: -5px !important; }
  .mr-m-n5px,
  .mx-m-n5px {
    margin-right: -5px !important; }
  .mb-m-n5px,
  .my-m-n5px {
    margin-bottom: -5px !important; }
  .ml-m-n5px,
  .mx-m-n5px {
    margin-left: -5px !important; }
  .m-m-n6px {
    margin: -6px !important; }
  .mt-m-n6px,
  .my-m-n6px {
    margin-top: -6px !important; }
  .mr-m-n6px,
  .mx-m-n6px {
    margin-right: -6px !important; }
  .mb-m-n6px,
  .my-m-n6px {
    margin-bottom: -6px !important; }
  .ml-m-n6px,
  .mx-m-n6px {
    margin-left: -6px !important; }
  .m-m-n8px {
    margin: -8px !important; }
  .mt-m-n8px,
  .my-m-n8px {
    margin-top: -8px !important; }
  .mr-m-n8px,
  .mx-m-n8px {
    margin-right: -8px !important; }
  .mb-m-n8px,
  .my-m-n8px {
    margin-bottom: -8px !important; }
  .ml-m-n8px,
  .mx-m-n8px {
    margin-left: -8px !important; }
  .m-m-n10px {
    margin: -10px !important; }
  .mt-m-n10px,
  .my-m-n10px {
    margin-top: -10px !important; }
  .mr-m-n10px,
  .mx-m-n10px {
    margin-right: -10px !important; }
  .mb-m-n10px,
  .my-m-n10px {
    margin-bottom: -10px !important; }
  .ml-m-n10px,
  .mx-m-n10px {
    margin-left: -10px !important; }
  .m-m-n12px {
    margin: -12px !important; }
  .mt-m-n12px,
  .my-m-n12px {
    margin-top: -12px !important; }
  .mr-m-n12px,
  .mx-m-n12px {
    margin-right: -12px !important; }
  .mb-m-n12px,
  .my-m-n12px {
    margin-bottom: -12px !important; }
  .ml-m-n12px,
  .mx-m-n12px {
    margin-left: -12px !important; }
  .m-m-n13px {
    margin: -13px !important; }
  .mt-m-n13px,
  .my-m-n13px {
    margin-top: -13px !important; }
  .mr-m-n13px,
  .mx-m-n13px {
    margin-right: -13px !important; }
  .mb-m-n13px,
  .my-m-n13px {
    margin-bottom: -13px !important; }
  .ml-m-n13px,
  .mx-m-n13px {
    margin-left: -13px !important; }
  .m-m-n14px {
    margin: -14px !important; }
  .mt-m-n14px,
  .my-m-n14px {
    margin-top: -14px !important; }
  .mr-m-n14px,
  .mx-m-n14px {
    margin-right: -14px !important; }
  .mb-m-n14px,
  .my-m-n14px {
    margin-bottom: -14px !important; }
  .ml-m-n14px,
  .mx-m-n14px {
    margin-left: -14px !important; }
  .m-m-n15px {
    margin: -15px !important; }
  .mt-m-n15px,
  .my-m-n15px {
    margin-top: -15px !important; }
  .mr-m-n15px,
  .mx-m-n15px {
    margin-right: -15px !important; }
  .mb-m-n15px,
  .my-m-n15px {
    margin-bottom: -15px !important; }
  .ml-m-n15px,
  .mx-m-n15px {
    margin-left: -15px !important; }
  .m-m-n16px {
    margin: -16px !important; }
  .mt-m-n16px,
  .my-m-n16px {
    margin-top: -16px !important; }
  .mr-m-n16px,
  .mx-m-n16px {
    margin-right: -16px !important; }
  .mb-m-n16px,
  .my-m-n16px {
    margin-bottom: -16px !important; }
  .ml-m-n16px,
  .mx-m-n16px {
    margin-left: -16px !important; }
  .m-m-n20px {
    margin: -20px !important; }
  .mt-m-n20px,
  .my-m-n20px {
    margin-top: -20px !important; }
  .mr-m-n20px,
  .mx-m-n20px {
    margin-right: -20px !important; }
  .mb-m-n20px,
  .my-m-n20px {
    margin-bottom: -20px !important; }
  .ml-m-n20px,
  .mx-m-n20px {
    margin-left: -20px !important; }
  .m-m-n24px {
    margin: -24px !important; }
  .mt-m-n24px,
  .my-m-n24px {
    margin-top: -24px !important; }
  .mr-m-n24px,
  .mx-m-n24px {
    margin-right: -24px !important; }
  .mb-m-n24px,
  .my-m-n24px {
    margin-bottom: -24px !important; }
  .ml-m-n24px,
  .mx-m-n24px {
    margin-left: -24px !important; }
  .m-m-n25px {
    margin: -25px !important; }
  .mt-m-n25px,
  .my-m-n25px {
    margin-top: -25px !important; }
  .mr-m-n25px,
  .mx-m-n25px {
    margin-right: -25px !important; }
  .mb-m-n25px,
  .my-m-n25px {
    margin-bottom: -25px !important; }
  .ml-m-n25px,
  .mx-m-n25px {
    margin-left: -25px !important; }
  .m-m-n28px {
    margin: -28px !important; }
  .mt-m-n28px,
  .my-m-n28px {
    margin-top: -28px !important; }
  .mr-m-n28px,
  .mx-m-n28px {
    margin-right: -28px !important; }
  .mb-m-n28px,
  .my-m-n28px {
    margin-bottom: -28px !important; }
  .ml-m-n28px,
  .mx-m-n28px {
    margin-left: -28px !important; }
  .m-m-n30px {
    margin: -30px !important; }
  .mt-m-n30px,
  .my-m-n30px {
    margin-top: -30px !important; }
  .mr-m-n30px,
  .mx-m-n30px {
    margin-right: -30px !important; }
  .mb-m-n30px,
  .my-m-n30px {
    margin-bottom: -30px !important; }
  .ml-m-n30px,
  .mx-m-n30px {
    margin-left: -30px !important; }
  .m-m-n32px {
    margin: -32px !important; }
  .mt-m-n32px,
  .my-m-n32px {
    margin-top: -32px !important; }
  .mr-m-n32px,
  .mx-m-n32px {
    margin-right: -32px !important; }
  .mb-m-n32px,
  .my-m-n32px {
    margin-bottom: -32px !important; }
  .ml-m-n32px,
  .mx-m-n32px {
    margin-left: -32px !important; }
  .m-m-n36px {
    margin: -36px !important; }
  .mt-m-n36px,
  .my-m-n36px {
    margin-top: -36px !important; }
  .mr-m-n36px,
  .mx-m-n36px {
    margin-right: -36px !important; }
  .mb-m-n36px,
  .my-m-n36px {
    margin-bottom: -36px !important; }
  .ml-m-n36px,
  .mx-m-n36px {
    margin-left: -36px !important; }
  .m-m-n40px {
    margin: -40px !important; }
  .mt-m-n40px,
  .my-m-n40px {
    margin-top: -40px !important; }
  .mr-m-n40px,
  .mx-m-n40px {
    margin-right: -40px !important; }
  .mb-m-n40px,
  .my-m-n40px {
    margin-bottom: -40px !important; }
  .ml-m-n40px,
  .mx-m-n40px {
    margin-left: -40px !important; }
  .m-m-n48px {
    margin: -48px !important; }
  .mt-m-n48px,
  .my-m-n48px {
    margin-top: -48px !important; }
  .mr-m-n48px,
  .mx-m-n48px {
    margin-right: -48px !important; }
  .mb-m-n48px,
  .my-m-n48px {
    margin-bottom: -48px !important; }
  .ml-m-n48px,
  .mx-m-n48px {
    margin-left: -48px !important; }
  .m-m-n56px {
    margin: -56px !important; }
  .mt-m-n56px,
  .my-m-n56px {
    margin-top: -56px !important; }
  .mr-m-n56px,
  .mx-m-n56px {
    margin-right: -56px !important; }
  .mb-m-n56px,
  .my-m-n56px {
    margin-bottom: -56px !important; }
  .ml-m-n56px,
  .mx-m-n56px {
    margin-left: -56px !important; }
  .m-m-n60px {
    margin: -60px !important; }
  .mt-m-n60px,
  .my-m-n60px {
    margin-top: -60px !important; }
  .mr-m-n60px,
  .mx-m-n60px {
    margin-right: -60px !important; }
  .mb-m-n60px,
  .my-m-n60px {
    margin-bottom: -60px !important; }
  .ml-m-n60px,
  .mx-m-n60px {
    margin-left: -60px !important; }
  .m-m-n68px {
    margin: -68px !important; }
  .mt-m-n68px,
  .my-m-n68px {
    margin-top: -68px !important; }
  .mr-m-n68px,
  .mx-m-n68px {
    margin-right: -68px !important; }
  .mb-m-n68px,
  .my-m-n68px {
    margin-bottom: -68px !important; }
  .ml-m-n68px,
  .mx-m-n68px {
    margin-left: -68px !important; }
  .m-m-n64px {
    margin: -64px !important; }
  .mt-m-n64px,
  .my-m-n64px {
    margin-top: -64px !important; }
  .mr-m-n64px,
  .mx-m-n64px {
    margin-right: -64px !important; }
  .mb-m-n64px,
  .my-m-n64px {
    margin-bottom: -64px !important; }
  .ml-m-n64px,
  .mx-m-n64px {
    margin-left: -64px !important; }
  .m-m-n72px {
    margin: -72px !important; }
  .mt-m-n72px,
  .my-m-n72px {
    margin-top: -72px !important; }
  .mr-m-n72px,
  .mx-m-n72px {
    margin-right: -72px !important; }
  .mb-m-n72px,
  .my-m-n72px {
    margin-bottom: -72px !important; }
  .ml-m-n72px,
  .mx-m-n72px {
    margin-left: -72px !important; }
  .m-m-n80px {
    margin: -80px !important; }
  .mt-m-n80px,
  .my-m-n80px {
    margin-top: -80px !important; }
  .mr-m-n80px,
  .mx-m-n80px {
    margin-right: -80px !important; }
  .mb-m-n80px,
  .my-m-n80px {
    margin-bottom: -80px !important; }
  .ml-m-n80px,
  .mx-m-n80px {
    margin-left: -80px !important; }
  .m-m-n86px {
    margin: -86px !important; }
  .mt-m-n86px,
  .my-m-n86px {
    margin-top: -86px !important; }
  .mr-m-n86px,
  .mx-m-n86px {
    margin-right: -86px !important; }
  .mb-m-n86px,
  .my-m-n86px {
    margin-bottom: -86px !important; }
  .ml-m-n86px,
  .mx-m-n86px {
    margin-left: -86px !important; }
  .m-m-n100px {
    margin: -100px !important; }
  .mt-m-n100px,
  .my-m-n100px {
    margin-top: -100px !important; }
  .mr-m-n100px,
  .mx-m-n100px {
    margin-right: -100px !important; }
  .mb-m-n100px,
  .my-m-n100px {
    margin-bottom: -100px !important; }
  .ml-m-n100px,
  .mx-m-n100px {
    margin-left: -100px !important; }
  .m-m-n120px {
    margin: -120px !important; }
  .mt-m-n120px,
  .my-m-n120px {
    margin-top: -120px !important; }
  .mr-m-n120px,
  .mx-m-n120px {
    margin-right: -120px !important; }
  .mb-m-n120px,
  .my-m-n120px {
    margin-bottom: -120px !important; }
  .ml-m-n120px,
  .mx-m-n120px {
    margin-left: -120px !important; }
  .m-m-n127px {
    margin: -127px !important; }
  .mt-m-n127px,
  .my-m-n127px {
    margin-top: -127px !important; }
  .mr-m-n127px,
  .mx-m-n127px {
    margin-right: -127px !important; }
  .mb-m-n127px,
  .my-m-n127px {
    margin-bottom: -127px !important; }
  .ml-m-n127px,
  .mx-m-n127px {
    margin-left: -127px !important; }
  .m-m-n129px {
    margin: -129px !important; }
  .mt-m-n129px,
  .my-m-n129px {
    margin-top: -129px !important; }
  .mr-m-n129px,
  .mx-m-n129px {
    margin-right: -129px !important; }
  .mb-m-n129px,
  .my-m-n129px {
    margin-bottom: -129px !important; }
  .ml-m-n129px,
  .mx-m-n129px {
    margin-left: -129px !important; }
  .m-m-n133px {
    margin: -133px !important; }
  .mt-m-n133px,
  .my-m-n133px {
    margin-top: -133px !important; }
  .mr-m-n133px,
  .mx-m-n133px {
    margin-right: -133px !important; }
  .mb-m-n133px,
  .my-m-n133px {
    margin-bottom: -133px !important; }
  .ml-m-n133px,
  .mx-m-n133px {
    margin-left: -133px !important; }
  .m-m-n148px {
    margin: -148px !important; }
  .mt-m-n148px,
  .my-m-n148px {
    margin-top: -148px !important; }
  .mr-m-n148px,
  .mx-m-n148px {
    margin-right: -148px !important; }
  .mb-m-n148px,
  .my-m-n148px {
    margin-bottom: -148px !important; }
  .ml-m-n148px,
  .mx-m-n148px {
    margin-left: -148px !important; }
  .m-m-n180px {
    margin: -180px !important; }
  .mt-m-n180px,
  .my-m-n180px {
    margin-top: -180px !important; }
  .mr-m-n180px,
  .mx-m-n180px {
    margin-right: -180px !important; }
  .mb-m-n180px,
  .my-m-n180px {
    margin-bottom: -180px !important; }
  .ml-m-n180px,
  .mx-m-n180px {
    margin-left: -180px !important; }
  .m-m-n200px {
    margin: -200px !important; }
  .mt-m-n200px,
  .my-m-n200px {
    margin-top: -200px !important; }
  .mr-m-n200px,
  .mx-m-n200px {
    margin-right: -200px !important; }
  .mb-m-n200px,
  .my-m-n200px {
    margin-bottom: -200px !important; }
  .ml-m-n200px,
  .mx-m-n200px {
    margin-left: -200px !important; }
  .m-m-n210px {
    margin: -210px !important; }
  .mt-m-n210px,
  .my-m-n210px {
    margin-top: -210px !important; }
  .mr-m-n210px,
  .mx-m-n210px {
    margin-right: -210px !important; }
  .mb-m-n210px,
  .my-m-n210px {
    margin-bottom: -210px !important; }
  .ml-m-n210px,
  .mx-m-n210px {
    margin-left: -210px !important; }
  .m-m-auto {
    margin: auto !important; }
  .mt-m-auto,
  .my-m-auto {
    margin-top: auto !important; }
  .mr-m-auto,
  .mx-m-auto {
    margin-right: auto !important; }
  .mb-m-auto,
  .my-m-auto {
    margin-bottom: auto !important; }
  .ml-m-auto,
  .mx-m-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-1px {
    margin: 1px !important; }
  .mt-lg-1px,
  .my-lg-1px {
    margin-top: 1px !important; }
  .mr-lg-1px,
  .mx-lg-1px {
    margin-right: 1px !important; }
  .mb-lg-1px,
  .my-lg-1px {
    margin-bottom: 1px !important; }
  .ml-lg-1px,
  .mx-lg-1px {
    margin-left: 1px !important; }
  .m-lg-2px {
    margin: 2px !important; }
  .mt-lg-2px,
  .my-lg-2px {
    margin-top: 2px !important; }
  .mr-lg-2px,
  .mx-lg-2px {
    margin-right: 2px !important; }
  .mb-lg-2px,
  .my-lg-2px {
    margin-bottom: 2px !important; }
  .ml-lg-2px,
  .mx-lg-2px {
    margin-left: 2px !important; }
  .m-lg-3px {
    margin: 3px !important; }
  .mt-lg-3px,
  .my-lg-3px {
    margin-top: 3px !important; }
  .mr-lg-3px,
  .mx-lg-3px {
    margin-right: 3px !important; }
  .mb-lg-3px,
  .my-lg-3px {
    margin-bottom: 3px !important; }
  .ml-lg-3px,
  .mx-lg-3px {
    margin-left: 3px !important; }
  .m-lg-4px {
    margin: 4px !important; }
  .mt-lg-4px,
  .my-lg-4px {
    margin-top: 4px !important; }
  .mr-lg-4px,
  .mx-lg-4px {
    margin-right: 4px !important; }
  .mb-lg-4px,
  .my-lg-4px {
    margin-bottom: 4px !important; }
  .ml-lg-4px,
  .mx-lg-4px {
    margin-left: 4px !important; }
  .m-lg-5px {
    margin: 5px !important; }
  .mt-lg-5px,
  .my-lg-5px {
    margin-top: 5px !important; }
  .mr-lg-5px,
  .mx-lg-5px {
    margin-right: 5px !important; }
  .mb-lg-5px,
  .my-lg-5px {
    margin-bottom: 5px !important; }
  .ml-lg-5px,
  .mx-lg-5px {
    margin-left: 5px !important; }
  .m-lg-6px {
    margin: 6px !important; }
  .mt-lg-6px,
  .my-lg-6px {
    margin-top: 6px !important; }
  .mr-lg-6px,
  .mx-lg-6px {
    margin-right: 6px !important; }
  .mb-lg-6px,
  .my-lg-6px {
    margin-bottom: 6px !important; }
  .ml-lg-6px,
  .mx-lg-6px {
    margin-left: 6px !important; }
  .m-lg-8px {
    margin: 8px !important; }
  .mt-lg-8px,
  .my-lg-8px {
    margin-top: 8px !important; }
  .mr-lg-8px,
  .mx-lg-8px {
    margin-right: 8px !important; }
  .mb-lg-8px,
  .my-lg-8px {
    margin-bottom: 8px !important; }
  .ml-lg-8px,
  .mx-lg-8px {
    margin-left: 8px !important; }
  .m-lg-10px {
    margin: 10px !important; }
  .mt-lg-10px,
  .my-lg-10px {
    margin-top: 10px !important; }
  .mr-lg-10px,
  .mx-lg-10px {
    margin-right: 10px !important; }
  .mb-lg-10px,
  .my-lg-10px {
    margin-bottom: 10px !important; }
  .ml-lg-10px,
  .mx-lg-10px {
    margin-left: 10px !important; }
  .m-lg-12px {
    margin: 12px !important; }
  .mt-lg-12px,
  .my-lg-12px {
    margin-top: 12px !important; }
  .mr-lg-12px,
  .mx-lg-12px {
    margin-right: 12px !important; }
  .mb-lg-12px,
  .my-lg-12px {
    margin-bottom: 12px !important; }
  .ml-lg-12px,
  .mx-lg-12px {
    margin-left: 12px !important; }
  .m-lg-13px {
    margin: 13px !important; }
  .mt-lg-13px,
  .my-lg-13px {
    margin-top: 13px !important; }
  .mr-lg-13px,
  .mx-lg-13px {
    margin-right: 13px !important; }
  .mb-lg-13px,
  .my-lg-13px {
    margin-bottom: 13px !important; }
  .ml-lg-13px,
  .mx-lg-13px {
    margin-left: 13px !important; }
  .m-lg-14px {
    margin: 14px !important; }
  .mt-lg-14px,
  .my-lg-14px {
    margin-top: 14px !important; }
  .mr-lg-14px,
  .mx-lg-14px {
    margin-right: 14px !important; }
  .mb-lg-14px,
  .my-lg-14px {
    margin-bottom: 14px !important; }
  .ml-lg-14px,
  .mx-lg-14px {
    margin-left: 14px !important; }
  .m-lg-15px {
    margin: 15px !important; }
  .mt-lg-15px,
  .my-lg-15px {
    margin-top: 15px !important; }
  .mr-lg-15px,
  .mx-lg-15px {
    margin-right: 15px !important; }
  .mb-lg-15px,
  .my-lg-15px {
    margin-bottom: 15px !important; }
  .ml-lg-15px,
  .mx-lg-15px {
    margin-left: 15px !important; }
  .m-lg-16px {
    margin: 16px !important; }
  .mt-lg-16px,
  .my-lg-16px {
    margin-top: 16px !important; }
  .mr-lg-16px,
  .mx-lg-16px {
    margin-right: 16px !important; }
  .mb-lg-16px,
  .my-lg-16px {
    margin-bottom: 16px !important; }
  .ml-lg-16px,
  .mx-lg-16px {
    margin-left: 16px !important; }
  .m-lg-20px {
    margin: 20px !important; }
  .mt-lg-20px,
  .my-lg-20px {
    margin-top: 20px !important; }
  .mr-lg-20px,
  .mx-lg-20px {
    margin-right: 20px !important; }
  .mb-lg-20px,
  .my-lg-20px {
    margin-bottom: 20px !important; }
  .ml-lg-20px,
  .mx-lg-20px {
    margin-left: 20px !important; }
  .m-lg-24px {
    margin: 24px !important; }
  .mt-lg-24px,
  .my-lg-24px {
    margin-top: 24px !important; }
  .mr-lg-24px,
  .mx-lg-24px {
    margin-right: 24px !important; }
  .mb-lg-24px,
  .my-lg-24px {
    margin-bottom: 24px !important; }
  .ml-lg-24px,
  .mx-lg-24px {
    margin-left: 24px !important; }
  .m-lg-25px {
    margin: 25px !important; }
  .mt-lg-25px,
  .my-lg-25px {
    margin-top: 25px !important; }
  .mr-lg-25px,
  .mx-lg-25px {
    margin-right: 25px !important; }
  .mb-lg-25px,
  .my-lg-25px {
    margin-bottom: 25px !important; }
  .ml-lg-25px,
  .mx-lg-25px {
    margin-left: 25px !important; }
  .m-lg-28px {
    margin: 28px !important; }
  .mt-lg-28px,
  .my-lg-28px {
    margin-top: 28px !important; }
  .mr-lg-28px,
  .mx-lg-28px {
    margin-right: 28px !important; }
  .mb-lg-28px,
  .my-lg-28px {
    margin-bottom: 28px !important; }
  .ml-lg-28px,
  .mx-lg-28px {
    margin-left: 28px !important; }
  .m-lg-30px {
    margin: 30px !important; }
  .mt-lg-30px,
  .my-lg-30px {
    margin-top: 30px !important; }
  .mr-lg-30px,
  .mx-lg-30px {
    margin-right: 30px !important; }
  .mb-lg-30px,
  .my-lg-30px {
    margin-bottom: 30px !important; }
  .ml-lg-30px,
  .mx-lg-30px {
    margin-left: 30px !important; }
  .m-lg-32px {
    margin: 32px !important; }
  .mt-lg-32px,
  .my-lg-32px {
    margin-top: 32px !important; }
  .mr-lg-32px,
  .mx-lg-32px {
    margin-right: 32px !important; }
  .mb-lg-32px,
  .my-lg-32px {
    margin-bottom: 32px !important; }
  .ml-lg-32px,
  .mx-lg-32px {
    margin-left: 32px !important; }
  .m-lg-36px {
    margin: 36px !important; }
  .mt-lg-36px,
  .my-lg-36px {
    margin-top: 36px !important; }
  .mr-lg-36px,
  .mx-lg-36px {
    margin-right: 36px !important; }
  .mb-lg-36px,
  .my-lg-36px {
    margin-bottom: 36px !important; }
  .ml-lg-36px,
  .mx-lg-36px {
    margin-left: 36px !important; }
  .m-lg-40px {
    margin: 40px !important; }
  .mt-lg-40px,
  .my-lg-40px {
    margin-top: 40px !important; }
  .mr-lg-40px,
  .mx-lg-40px {
    margin-right: 40px !important; }
  .mb-lg-40px,
  .my-lg-40px {
    margin-bottom: 40px !important; }
  .ml-lg-40px,
  .mx-lg-40px {
    margin-left: 40px !important; }
  .m-lg-48px {
    margin: 48px !important; }
  .mt-lg-48px,
  .my-lg-48px {
    margin-top: 48px !important; }
  .mr-lg-48px,
  .mx-lg-48px {
    margin-right: 48px !important; }
  .mb-lg-48px,
  .my-lg-48px {
    margin-bottom: 48px !important; }
  .ml-lg-48px,
  .mx-lg-48px {
    margin-left: 48px !important; }
  .m-lg-56px {
    margin: 56px !important; }
  .mt-lg-56px,
  .my-lg-56px {
    margin-top: 56px !important; }
  .mr-lg-56px,
  .mx-lg-56px {
    margin-right: 56px !important; }
  .mb-lg-56px,
  .my-lg-56px {
    margin-bottom: 56px !important; }
  .ml-lg-56px,
  .mx-lg-56px {
    margin-left: 56px !important; }
  .m-lg-60px {
    margin: 60px !important; }
  .mt-lg-60px,
  .my-lg-60px {
    margin-top: 60px !important; }
  .mr-lg-60px,
  .mx-lg-60px {
    margin-right: 60px !important; }
  .mb-lg-60px,
  .my-lg-60px {
    margin-bottom: 60px !important; }
  .ml-lg-60px,
  .mx-lg-60px {
    margin-left: 60px !important; }
  .m-lg-68px {
    margin: 68px !important; }
  .mt-lg-68px,
  .my-lg-68px {
    margin-top: 68px !important; }
  .mr-lg-68px,
  .mx-lg-68px {
    margin-right: 68px !important; }
  .mb-lg-68px,
  .my-lg-68px {
    margin-bottom: 68px !important; }
  .ml-lg-68px,
  .mx-lg-68px {
    margin-left: 68px !important; }
  .m-lg-64px {
    margin: 64px !important; }
  .mt-lg-64px,
  .my-lg-64px {
    margin-top: 64px !important; }
  .mr-lg-64px,
  .mx-lg-64px {
    margin-right: 64px !important; }
  .mb-lg-64px,
  .my-lg-64px {
    margin-bottom: 64px !important; }
  .ml-lg-64px,
  .mx-lg-64px {
    margin-left: 64px !important; }
  .m-lg-72px {
    margin: 72px !important; }
  .mt-lg-72px,
  .my-lg-72px {
    margin-top: 72px !important; }
  .mr-lg-72px,
  .mx-lg-72px {
    margin-right: 72px !important; }
  .mb-lg-72px,
  .my-lg-72px {
    margin-bottom: 72px !important; }
  .ml-lg-72px,
  .mx-lg-72px {
    margin-left: 72px !important; }
  .m-lg-80px {
    margin: 80px !important; }
  .mt-lg-80px,
  .my-lg-80px {
    margin-top: 80px !important; }
  .mr-lg-80px,
  .mx-lg-80px {
    margin-right: 80px !important; }
  .mb-lg-80px,
  .my-lg-80px {
    margin-bottom: 80px !important; }
  .ml-lg-80px,
  .mx-lg-80px {
    margin-left: 80px !important; }
  .m-lg-86px {
    margin: 86px !important; }
  .mt-lg-86px,
  .my-lg-86px {
    margin-top: 86px !important; }
  .mr-lg-86px,
  .mx-lg-86px {
    margin-right: 86px !important; }
  .mb-lg-86px,
  .my-lg-86px {
    margin-bottom: 86px !important; }
  .ml-lg-86px,
  .mx-lg-86px {
    margin-left: 86px !important; }
  .m-lg-100px {
    margin: 100px !important; }
  .mt-lg-100px,
  .my-lg-100px {
    margin-top: 100px !important; }
  .mr-lg-100px,
  .mx-lg-100px {
    margin-right: 100px !important; }
  .mb-lg-100px,
  .my-lg-100px {
    margin-bottom: 100px !important; }
  .ml-lg-100px,
  .mx-lg-100px {
    margin-left: 100px !important; }
  .m-lg-120px {
    margin: 120px !important; }
  .mt-lg-120px,
  .my-lg-120px {
    margin-top: 120px !important; }
  .mr-lg-120px,
  .mx-lg-120px {
    margin-right: 120px !important; }
  .mb-lg-120px,
  .my-lg-120px {
    margin-bottom: 120px !important; }
  .ml-lg-120px,
  .mx-lg-120px {
    margin-left: 120px !important; }
  .m-lg-127px {
    margin: 127px !important; }
  .mt-lg-127px,
  .my-lg-127px {
    margin-top: 127px !important; }
  .mr-lg-127px,
  .mx-lg-127px {
    margin-right: 127px !important; }
  .mb-lg-127px,
  .my-lg-127px {
    margin-bottom: 127px !important; }
  .ml-lg-127px,
  .mx-lg-127px {
    margin-left: 127px !important; }
  .m-lg-129px {
    margin: 129px !important; }
  .mt-lg-129px,
  .my-lg-129px {
    margin-top: 129px !important; }
  .mr-lg-129px,
  .mx-lg-129px {
    margin-right: 129px !important; }
  .mb-lg-129px,
  .my-lg-129px {
    margin-bottom: 129px !important; }
  .ml-lg-129px,
  .mx-lg-129px {
    margin-left: 129px !important; }
  .m-lg-133px {
    margin: 133px !important; }
  .mt-lg-133px,
  .my-lg-133px {
    margin-top: 133px !important; }
  .mr-lg-133px,
  .mx-lg-133px {
    margin-right: 133px !important; }
  .mb-lg-133px,
  .my-lg-133px {
    margin-bottom: 133px !important; }
  .ml-lg-133px,
  .mx-lg-133px {
    margin-left: 133px !important; }
  .m-lg-148px {
    margin: 148px !important; }
  .mt-lg-148px,
  .my-lg-148px {
    margin-top: 148px !important; }
  .mr-lg-148px,
  .mx-lg-148px {
    margin-right: 148px !important; }
  .mb-lg-148px,
  .my-lg-148px {
    margin-bottom: 148px !important; }
  .ml-lg-148px,
  .mx-lg-148px {
    margin-left: 148px !important; }
  .m-lg-180px {
    margin: 180px !important; }
  .mt-lg-180px,
  .my-lg-180px {
    margin-top: 180px !important; }
  .mr-lg-180px,
  .mx-lg-180px {
    margin-right: 180px !important; }
  .mb-lg-180px,
  .my-lg-180px {
    margin-bottom: 180px !important; }
  .ml-lg-180px,
  .mx-lg-180px {
    margin-left: 180px !important; }
  .m-lg-200px {
    margin: 200px !important; }
  .mt-lg-200px,
  .my-lg-200px {
    margin-top: 200px !important; }
  .mr-lg-200px,
  .mx-lg-200px {
    margin-right: 200px !important; }
  .mb-lg-200px,
  .my-lg-200px {
    margin-bottom: 200px !important; }
  .ml-lg-200px,
  .mx-lg-200px {
    margin-left: 200px !important; }
  .m-lg-210px {
    margin: 210px !important; }
  .mt-lg-210px,
  .my-lg-210px {
    margin-top: 210px !important; }
  .mr-lg-210px,
  .mx-lg-210px {
    margin-right: 210px !important; }
  .mb-lg-210px,
  .my-lg-210px {
    margin-bottom: 210px !important; }
  .ml-lg-210px,
  .mx-lg-210px {
    margin-left: 210px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-1px {
    padding: 1px !important; }
  .pt-lg-1px,
  .py-lg-1px {
    padding-top: 1px !important; }
  .pr-lg-1px,
  .px-lg-1px {
    padding-right: 1px !important; }
  .pb-lg-1px,
  .py-lg-1px {
    padding-bottom: 1px !important; }
  .pl-lg-1px,
  .px-lg-1px {
    padding-left: 1px !important; }
  .p-lg-2px {
    padding: 2px !important; }
  .pt-lg-2px,
  .py-lg-2px {
    padding-top: 2px !important; }
  .pr-lg-2px,
  .px-lg-2px {
    padding-right: 2px !important; }
  .pb-lg-2px,
  .py-lg-2px {
    padding-bottom: 2px !important; }
  .pl-lg-2px,
  .px-lg-2px {
    padding-left: 2px !important; }
  .p-lg-3px {
    padding: 3px !important; }
  .pt-lg-3px,
  .py-lg-3px {
    padding-top: 3px !important; }
  .pr-lg-3px,
  .px-lg-3px {
    padding-right: 3px !important; }
  .pb-lg-3px,
  .py-lg-3px {
    padding-bottom: 3px !important; }
  .pl-lg-3px,
  .px-lg-3px {
    padding-left: 3px !important; }
  .p-lg-4px {
    padding: 4px !important; }
  .pt-lg-4px,
  .py-lg-4px {
    padding-top: 4px !important; }
  .pr-lg-4px,
  .px-lg-4px {
    padding-right: 4px !important; }
  .pb-lg-4px,
  .py-lg-4px {
    padding-bottom: 4px !important; }
  .pl-lg-4px,
  .px-lg-4px {
    padding-left: 4px !important; }
  .p-lg-5px {
    padding: 5px !important; }
  .pt-lg-5px,
  .py-lg-5px {
    padding-top: 5px !important; }
  .pr-lg-5px,
  .px-lg-5px {
    padding-right: 5px !important; }
  .pb-lg-5px,
  .py-lg-5px {
    padding-bottom: 5px !important; }
  .pl-lg-5px,
  .px-lg-5px {
    padding-left: 5px !important; }
  .p-lg-6px {
    padding: 6px !important; }
  .pt-lg-6px,
  .py-lg-6px {
    padding-top: 6px !important; }
  .pr-lg-6px,
  .px-lg-6px {
    padding-right: 6px !important; }
  .pb-lg-6px,
  .py-lg-6px {
    padding-bottom: 6px !important; }
  .pl-lg-6px,
  .px-lg-6px {
    padding-left: 6px !important; }
  .p-lg-8px {
    padding: 8px !important; }
  .pt-lg-8px,
  .py-lg-8px {
    padding-top: 8px !important; }
  .pr-lg-8px,
  .px-lg-8px {
    padding-right: 8px !important; }
  .pb-lg-8px,
  .py-lg-8px {
    padding-bottom: 8px !important; }
  .pl-lg-8px,
  .px-lg-8px {
    padding-left: 8px !important; }
  .p-lg-10px {
    padding: 10px !important; }
  .pt-lg-10px,
  .py-lg-10px {
    padding-top: 10px !important; }
  .pr-lg-10px,
  .px-lg-10px {
    padding-right: 10px !important; }
  .pb-lg-10px,
  .py-lg-10px {
    padding-bottom: 10px !important; }
  .pl-lg-10px,
  .px-lg-10px {
    padding-left: 10px !important; }
  .p-lg-12px {
    padding: 12px !important; }
  .pt-lg-12px,
  .py-lg-12px {
    padding-top: 12px !important; }
  .pr-lg-12px,
  .px-lg-12px {
    padding-right: 12px !important; }
  .pb-lg-12px,
  .py-lg-12px {
    padding-bottom: 12px !important; }
  .pl-lg-12px,
  .px-lg-12px {
    padding-left: 12px !important; }
  .p-lg-13px {
    padding: 13px !important; }
  .pt-lg-13px,
  .py-lg-13px {
    padding-top: 13px !important; }
  .pr-lg-13px,
  .px-lg-13px {
    padding-right: 13px !important; }
  .pb-lg-13px,
  .py-lg-13px {
    padding-bottom: 13px !important; }
  .pl-lg-13px,
  .px-lg-13px {
    padding-left: 13px !important; }
  .p-lg-14px {
    padding: 14px !important; }
  .pt-lg-14px,
  .py-lg-14px {
    padding-top: 14px !important; }
  .pr-lg-14px,
  .px-lg-14px {
    padding-right: 14px !important; }
  .pb-lg-14px,
  .py-lg-14px {
    padding-bottom: 14px !important; }
  .pl-lg-14px,
  .px-lg-14px {
    padding-left: 14px !important; }
  .p-lg-15px {
    padding: 15px !important; }
  .pt-lg-15px,
  .py-lg-15px {
    padding-top: 15px !important; }
  .pr-lg-15px,
  .px-lg-15px {
    padding-right: 15px !important; }
  .pb-lg-15px,
  .py-lg-15px {
    padding-bottom: 15px !important; }
  .pl-lg-15px,
  .px-lg-15px {
    padding-left: 15px !important; }
  .p-lg-16px {
    padding: 16px !important; }
  .pt-lg-16px,
  .py-lg-16px {
    padding-top: 16px !important; }
  .pr-lg-16px,
  .px-lg-16px {
    padding-right: 16px !important; }
  .pb-lg-16px,
  .py-lg-16px {
    padding-bottom: 16px !important; }
  .pl-lg-16px,
  .px-lg-16px {
    padding-left: 16px !important; }
  .p-lg-20px {
    padding: 20px !important; }
  .pt-lg-20px,
  .py-lg-20px {
    padding-top: 20px !important; }
  .pr-lg-20px,
  .px-lg-20px {
    padding-right: 20px !important; }
  .pb-lg-20px,
  .py-lg-20px {
    padding-bottom: 20px !important; }
  .pl-lg-20px,
  .px-lg-20px {
    padding-left: 20px !important; }
  .p-lg-24px {
    padding: 24px !important; }
  .pt-lg-24px,
  .py-lg-24px {
    padding-top: 24px !important; }
  .pr-lg-24px,
  .px-lg-24px {
    padding-right: 24px !important; }
  .pb-lg-24px,
  .py-lg-24px {
    padding-bottom: 24px !important; }
  .pl-lg-24px,
  .px-lg-24px {
    padding-left: 24px !important; }
  .p-lg-25px {
    padding: 25px !important; }
  .pt-lg-25px,
  .py-lg-25px {
    padding-top: 25px !important; }
  .pr-lg-25px,
  .px-lg-25px {
    padding-right: 25px !important; }
  .pb-lg-25px,
  .py-lg-25px {
    padding-bottom: 25px !important; }
  .pl-lg-25px,
  .px-lg-25px {
    padding-left: 25px !important; }
  .p-lg-28px {
    padding: 28px !important; }
  .pt-lg-28px,
  .py-lg-28px {
    padding-top: 28px !important; }
  .pr-lg-28px,
  .px-lg-28px {
    padding-right: 28px !important; }
  .pb-lg-28px,
  .py-lg-28px {
    padding-bottom: 28px !important; }
  .pl-lg-28px,
  .px-lg-28px {
    padding-left: 28px !important; }
  .p-lg-30px {
    padding: 30px !important; }
  .pt-lg-30px,
  .py-lg-30px {
    padding-top: 30px !important; }
  .pr-lg-30px,
  .px-lg-30px {
    padding-right: 30px !important; }
  .pb-lg-30px,
  .py-lg-30px {
    padding-bottom: 30px !important; }
  .pl-lg-30px,
  .px-lg-30px {
    padding-left: 30px !important; }
  .p-lg-32px {
    padding: 32px !important; }
  .pt-lg-32px,
  .py-lg-32px {
    padding-top: 32px !important; }
  .pr-lg-32px,
  .px-lg-32px {
    padding-right: 32px !important; }
  .pb-lg-32px,
  .py-lg-32px {
    padding-bottom: 32px !important; }
  .pl-lg-32px,
  .px-lg-32px {
    padding-left: 32px !important; }
  .p-lg-36px {
    padding: 36px !important; }
  .pt-lg-36px,
  .py-lg-36px {
    padding-top: 36px !important; }
  .pr-lg-36px,
  .px-lg-36px {
    padding-right: 36px !important; }
  .pb-lg-36px,
  .py-lg-36px {
    padding-bottom: 36px !important; }
  .pl-lg-36px,
  .px-lg-36px {
    padding-left: 36px !important; }
  .p-lg-40px {
    padding: 40px !important; }
  .pt-lg-40px,
  .py-lg-40px {
    padding-top: 40px !important; }
  .pr-lg-40px,
  .px-lg-40px {
    padding-right: 40px !important; }
  .pb-lg-40px,
  .py-lg-40px {
    padding-bottom: 40px !important; }
  .pl-lg-40px,
  .px-lg-40px {
    padding-left: 40px !important; }
  .p-lg-48px {
    padding: 48px !important; }
  .pt-lg-48px,
  .py-lg-48px {
    padding-top: 48px !important; }
  .pr-lg-48px,
  .px-lg-48px {
    padding-right: 48px !important; }
  .pb-lg-48px,
  .py-lg-48px {
    padding-bottom: 48px !important; }
  .pl-lg-48px,
  .px-lg-48px {
    padding-left: 48px !important; }
  .p-lg-56px {
    padding: 56px !important; }
  .pt-lg-56px,
  .py-lg-56px {
    padding-top: 56px !important; }
  .pr-lg-56px,
  .px-lg-56px {
    padding-right: 56px !important; }
  .pb-lg-56px,
  .py-lg-56px {
    padding-bottom: 56px !important; }
  .pl-lg-56px,
  .px-lg-56px {
    padding-left: 56px !important; }
  .p-lg-60px {
    padding: 60px !important; }
  .pt-lg-60px,
  .py-lg-60px {
    padding-top: 60px !important; }
  .pr-lg-60px,
  .px-lg-60px {
    padding-right: 60px !important; }
  .pb-lg-60px,
  .py-lg-60px {
    padding-bottom: 60px !important; }
  .pl-lg-60px,
  .px-lg-60px {
    padding-left: 60px !important; }
  .p-lg-68px {
    padding: 68px !important; }
  .pt-lg-68px,
  .py-lg-68px {
    padding-top: 68px !important; }
  .pr-lg-68px,
  .px-lg-68px {
    padding-right: 68px !important; }
  .pb-lg-68px,
  .py-lg-68px {
    padding-bottom: 68px !important; }
  .pl-lg-68px,
  .px-lg-68px {
    padding-left: 68px !important; }
  .p-lg-64px {
    padding: 64px !important; }
  .pt-lg-64px,
  .py-lg-64px {
    padding-top: 64px !important; }
  .pr-lg-64px,
  .px-lg-64px {
    padding-right: 64px !important; }
  .pb-lg-64px,
  .py-lg-64px {
    padding-bottom: 64px !important; }
  .pl-lg-64px,
  .px-lg-64px {
    padding-left: 64px !important; }
  .p-lg-72px {
    padding: 72px !important; }
  .pt-lg-72px,
  .py-lg-72px {
    padding-top: 72px !important; }
  .pr-lg-72px,
  .px-lg-72px {
    padding-right: 72px !important; }
  .pb-lg-72px,
  .py-lg-72px {
    padding-bottom: 72px !important; }
  .pl-lg-72px,
  .px-lg-72px {
    padding-left: 72px !important; }
  .p-lg-80px {
    padding: 80px !important; }
  .pt-lg-80px,
  .py-lg-80px {
    padding-top: 80px !important; }
  .pr-lg-80px,
  .px-lg-80px {
    padding-right: 80px !important; }
  .pb-lg-80px,
  .py-lg-80px {
    padding-bottom: 80px !important; }
  .pl-lg-80px,
  .px-lg-80px {
    padding-left: 80px !important; }
  .p-lg-86px {
    padding: 86px !important; }
  .pt-lg-86px,
  .py-lg-86px {
    padding-top: 86px !important; }
  .pr-lg-86px,
  .px-lg-86px {
    padding-right: 86px !important; }
  .pb-lg-86px,
  .py-lg-86px {
    padding-bottom: 86px !important; }
  .pl-lg-86px,
  .px-lg-86px {
    padding-left: 86px !important; }
  .p-lg-100px {
    padding: 100px !important; }
  .pt-lg-100px,
  .py-lg-100px {
    padding-top: 100px !important; }
  .pr-lg-100px,
  .px-lg-100px {
    padding-right: 100px !important; }
  .pb-lg-100px,
  .py-lg-100px {
    padding-bottom: 100px !important; }
  .pl-lg-100px,
  .px-lg-100px {
    padding-left: 100px !important; }
  .p-lg-120px {
    padding: 120px !important; }
  .pt-lg-120px,
  .py-lg-120px {
    padding-top: 120px !important; }
  .pr-lg-120px,
  .px-lg-120px {
    padding-right: 120px !important; }
  .pb-lg-120px,
  .py-lg-120px {
    padding-bottom: 120px !important; }
  .pl-lg-120px,
  .px-lg-120px {
    padding-left: 120px !important; }
  .p-lg-127px {
    padding: 127px !important; }
  .pt-lg-127px,
  .py-lg-127px {
    padding-top: 127px !important; }
  .pr-lg-127px,
  .px-lg-127px {
    padding-right: 127px !important; }
  .pb-lg-127px,
  .py-lg-127px {
    padding-bottom: 127px !important; }
  .pl-lg-127px,
  .px-lg-127px {
    padding-left: 127px !important; }
  .p-lg-129px {
    padding: 129px !important; }
  .pt-lg-129px,
  .py-lg-129px {
    padding-top: 129px !important; }
  .pr-lg-129px,
  .px-lg-129px {
    padding-right: 129px !important; }
  .pb-lg-129px,
  .py-lg-129px {
    padding-bottom: 129px !important; }
  .pl-lg-129px,
  .px-lg-129px {
    padding-left: 129px !important; }
  .p-lg-133px {
    padding: 133px !important; }
  .pt-lg-133px,
  .py-lg-133px {
    padding-top: 133px !important; }
  .pr-lg-133px,
  .px-lg-133px {
    padding-right: 133px !important; }
  .pb-lg-133px,
  .py-lg-133px {
    padding-bottom: 133px !important; }
  .pl-lg-133px,
  .px-lg-133px {
    padding-left: 133px !important; }
  .p-lg-148px {
    padding: 148px !important; }
  .pt-lg-148px,
  .py-lg-148px {
    padding-top: 148px !important; }
  .pr-lg-148px,
  .px-lg-148px {
    padding-right: 148px !important; }
  .pb-lg-148px,
  .py-lg-148px {
    padding-bottom: 148px !important; }
  .pl-lg-148px,
  .px-lg-148px {
    padding-left: 148px !important; }
  .p-lg-180px {
    padding: 180px !important; }
  .pt-lg-180px,
  .py-lg-180px {
    padding-top: 180px !important; }
  .pr-lg-180px,
  .px-lg-180px {
    padding-right: 180px !important; }
  .pb-lg-180px,
  .py-lg-180px {
    padding-bottom: 180px !important; }
  .pl-lg-180px,
  .px-lg-180px {
    padding-left: 180px !important; }
  .p-lg-200px {
    padding: 200px !important; }
  .pt-lg-200px,
  .py-lg-200px {
    padding-top: 200px !important; }
  .pr-lg-200px,
  .px-lg-200px {
    padding-right: 200px !important; }
  .pb-lg-200px,
  .py-lg-200px {
    padding-bottom: 200px !important; }
  .pl-lg-200px,
  .px-lg-200px {
    padding-left: 200px !important; }
  .p-lg-210px {
    padding: 210px !important; }
  .pt-lg-210px,
  .py-lg-210px {
    padding-top: 210px !important; }
  .pr-lg-210px,
  .px-lg-210px {
    padding-right: 210px !important; }
  .pb-lg-210px,
  .py-lg-210px {
    padding-bottom: 210px !important; }
  .pl-lg-210px,
  .px-lg-210px {
    padding-left: 210px !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n1px {
    margin: -1px !important; }
  .mt-lg-n1px,
  .my-lg-n1px {
    margin-top: -1px !important; }
  .mr-lg-n1px,
  .mx-lg-n1px {
    margin-right: -1px !important; }
  .mb-lg-n1px,
  .my-lg-n1px {
    margin-bottom: -1px !important; }
  .ml-lg-n1px,
  .mx-lg-n1px {
    margin-left: -1px !important; }
  .m-lg-n2px {
    margin: -2px !important; }
  .mt-lg-n2px,
  .my-lg-n2px {
    margin-top: -2px !important; }
  .mr-lg-n2px,
  .mx-lg-n2px {
    margin-right: -2px !important; }
  .mb-lg-n2px,
  .my-lg-n2px {
    margin-bottom: -2px !important; }
  .ml-lg-n2px,
  .mx-lg-n2px {
    margin-left: -2px !important; }
  .m-lg-n3px {
    margin: -3px !important; }
  .mt-lg-n3px,
  .my-lg-n3px {
    margin-top: -3px !important; }
  .mr-lg-n3px,
  .mx-lg-n3px {
    margin-right: -3px !important; }
  .mb-lg-n3px,
  .my-lg-n3px {
    margin-bottom: -3px !important; }
  .ml-lg-n3px,
  .mx-lg-n3px {
    margin-left: -3px !important; }
  .m-lg-n4px {
    margin: -4px !important; }
  .mt-lg-n4px,
  .my-lg-n4px {
    margin-top: -4px !important; }
  .mr-lg-n4px,
  .mx-lg-n4px {
    margin-right: -4px !important; }
  .mb-lg-n4px,
  .my-lg-n4px {
    margin-bottom: -4px !important; }
  .ml-lg-n4px,
  .mx-lg-n4px {
    margin-left: -4px !important; }
  .m-lg-n5px {
    margin: -5px !important; }
  .mt-lg-n5px,
  .my-lg-n5px {
    margin-top: -5px !important; }
  .mr-lg-n5px,
  .mx-lg-n5px {
    margin-right: -5px !important; }
  .mb-lg-n5px,
  .my-lg-n5px {
    margin-bottom: -5px !important; }
  .ml-lg-n5px,
  .mx-lg-n5px {
    margin-left: -5px !important; }
  .m-lg-n6px {
    margin: -6px !important; }
  .mt-lg-n6px,
  .my-lg-n6px {
    margin-top: -6px !important; }
  .mr-lg-n6px,
  .mx-lg-n6px {
    margin-right: -6px !important; }
  .mb-lg-n6px,
  .my-lg-n6px {
    margin-bottom: -6px !important; }
  .ml-lg-n6px,
  .mx-lg-n6px {
    margin-left: -6px !important; }
  .m-lg-n8px {
    margin: -8px !important; }
  .mt-lg-n8px,
  .my-lg-n8px {
    margin-top: -8px !important; }
  .mr-lg-n8px,
  .mx-lg-n8px {
    margin-right: -8px !important; }
  .mb-lg-n8px,
  .my-lg-n8px {
    margin-bottom: -8px !important; }
  .ml-lg-n8px,
  .mx-lg-n8px {
    margin-left: -8px !important; }
  .m-lg-n10px {
    margin: -10px !important; }
  .mt-lg-n10px,
  .my-lg-n10px {
    margin-top: -10px !important; }
  .mr-lg-n10px,
  .mx-lg-n10px {
    margin-right: -10px !important; }
  .mb-lg-n10px,
  .my-lg-n10px {
    margin-bottom: -10px !important; }
  .ml-lg-n10px,
  .mx-lg-n10px {
    margin-left: -10px !important; }
  .m-lg-n12px {
    margin: -12px !important; }
  .mt-lg-n12px,
  .my-lg-n12px {
    margin-top: -12px !important; }
  .mr-lg-n12px,
  .mx-lg-n12px {
    margin-right: -12px !important; }
  .mb-lg-n12px,
  .my-lg-n12px {
    margin-bottom: -12px !important; }
  .ml-lg-n12px,
  .mx-lg-n12px {
    margin-left: -12px !important; }
  .m-lg-n13px {
    margin: -13px !important; }
  .mt-lg-n13px,
  .my-lg-n13px {
    margin-top: -13px !important; }
  .mr-lg-n13px,
  .mx-lg-n13px {
    margin-right: -13px !important; }
  .mb-lg-n13px,
  .my-lg-n13px {
    margin-bottom: -13px !important; }
  .ml-lg-n13px,
  .mx-lg-n13px {
    margin-left: -13px !important; }
  .m-lg-n14px {
    margin: -14px !important; }
  .mt-lg-n14px,
  .my-lg-n14px {
    margin-top: -14px !important; }
  .mr-lg-n14px,
  .mx-lg-n14px {
    margin-right: -14px !important; }
  .mb-lg-n14px,
  .my-lg-n14px {
    margin-bottom: -14px !important; }
  .ml-lg-n14px,
  .mx-lg-n14px {
    margin-left: -14px !important; }
  .m-lg-n15px {
    margin: -15px !important; }
  .mt-lg-n15px,
  .my-lg-n15px {
    margin-top: -15px !important; }
  .mr-lg-n15px,
  .mx-lg-n15px {
    margin-right: -15px !important; }
  .mb-lg-n15px,
  .my-lg-n15px {
    margin-bottom: -15px !important; }
  .ml-lg-n15px,
  .mx-lg-n15px {
    margin-left: -15px !important; }
  .m-lg-n16px {
    margin: -16px !important; }
  .mt-lg-n16px,
  .my-lg-n16px {
    margin-top: -16px !important; }
  .mr-lg-n16px,
  .mx-lg-n16px {
    margin-right: -16px !important; }
  .mb-lg-n16px,
  .my-lg-n16px {
    margin-bottom: -16px !important; }
  .ml-lg-n16px,
  .mx-lg-n16px {
    margin-left: -16px !important; }
  .m-lg-n20px {
    margin: -20px !important; }
  .mt-lg-n20px,
  .my-lg-n20px {
    margin-top: -20px !important; }
  .mr-lg-n20px,
  .mx-lg-n20px {
    margin-right: -20px !important; }
  .mb-lg-n20px,
  .my-lg-n20px {
    margin-bottom: -20px !important; }
  .ml-lg-n20px,
  .mx-lg-n20px {
    margin-left: -20px !important; }
  .m-lg-n24px {
    margin: -24px !important; }
  .mt-lg-n24px,
  .my-lg-n24px {
    margin-top: -24px !important; }
  .mr-lg-n24px,
  .mx-lg-n24px {
    margin-right: -24px !important; }
  .mb-lg-n24px,
  .my-lg-n24px {
    margin-bottom: -24px !important; }
  .ml-lg-n24px,
  .mx-lg-n24px {
    margin-left: -24px !important; }
  .m-lg-n25px {
    margin: -25px !important; }
  .mt-lg-n25px,
  .my-lg-n25px {
    margin-top: -25px !important; }
  .mr-lg-n25px,
  .mx-lg-n25px {
    margin-right: -25px !important; }
  .mb-lg-n25px,
  .my-lg-n25px {
    margin-bottom: -25px !important; }
  .ml-lg-n25px,
  .mx-lg-n25px {
    margin-left: -25px !important; }
  .m-lg-n28px {
    margin: -28px !important; }
  .mt-lg-n28px,
  .my-lg-n28px {
    margin-top: -28px !important; }
  .mr-lg-n28px,
  .mx-lg-n28px {
    margin-right: -28px !important; }
  .mb-lg-n28px,
  .my-lg-n28px {
    margin-bottom: -28px !important; }
  .ml-lg-n28px,
  .mx-lg-n28px {
    margin-left: -28px !important; }
  .m-lg-n30px {
    margin: -30px !important; }
  .mt-lg-n30px,
  .my-lg-n30px {
    margin-top: -30px !important; }
  .mr-lg-n30px,
  .mx-lg-n30px {
    margin-right: -30px !important; }
  .mb-lg-n30px,
  .my-lg-n30px {
    margin-bottom: -30px !important; }
  .ml-lg-n30px,
  .mx-lg-n30px {
    margin-left: -30px !important; }
  .m-lg-n32px {
    margin: -32px !important; }
  .mt-lg-n32px,
  .my-lg-n32px {
    margin-top: -32px !important; }
  .mr-lg-n32px,
  .mx-lg-n32px {
    margin-right: -32px !important; }
  .mb-lg-n32px,
  .my-lg-n32px {
    margin-bottom: -32px !important; }
  .ml-lg-n32px,
  .mx-lg-n32px {
    margin-left: -32px !important; }
  .m-lg-n36px {
    margin: -36px !important; }
  .mt-lg-n36px,
  .my-lg-n36px {
    margin-top: -36px !important; }
  .mr-lg-n36px,
  .mx-lg-n36px {
    margin-right: -36px !important; }
  .mb-lg-n36px,
  .my-lg-n36px {
    margin-bottom: -36px !important; }
  .ml-lg-n36px,
  .mx-lg-n36px {
    margin-left: -36px !important; }
  .m-lg-n40px {
    margin: -40px !important; }
  .mt-lg-n40px,
  .my-lg-n40px {
    margin-top: -40px !important; }
  .mr-lg-n40px,
  .mx-lg-n40px {
    margin-right: -40px !important; }
  .mb-lg-n40px,
  .my-lg-n40px {
    margin-bottom: -40px !important; }
  .ml-lg-n40px,
  .mx-lg-n40px {
    margin-left: -40px !important; }
  .m-lg-n48px {
    margin: -48px !important; }
  .mt-lg-n48px,
  .my-lg-n48px {
    margin-top: -48px !important; }
  .mr-lg-n48px,
  .mx-lg-n48px {
    margin-right: -48px !important; }
  .mb-lg-n48px,
  .my-lg-n48px {
    margin-bottom: -48px !important; }
  .ml-lg-n48px,
  .mx-lg-n48px {
    margin-left: -48px !important; }
  .m-lg-n56px {
    margin: -56px !important; }
  .mt-lg-n56px,
  .my-lg-n56px {
    margin-top: -56px !important; }
  .mr-lg-n56px,
  .mx-lg-n56px {
    margin-right: -56px !important; }
  .mb-lg-n56px,
  .my-lg-n56px {
    margin-bottom: -56px !important; }
  .ml-lg-n56px,
  .mx-lg-n56px {
    margin-left: -56px !important; }
  .m-lg-n60px {
    margin: -60px !important; }
  .mt-lg-n60px,
  .my-lg-n60px {
    margin-top: -60px !important; }
  .mr-lg-n60px,
  .mx-lg-n60px {
    margin-right: -60px !important; }
  .mb-lg-n60px,
  .my-lg-n60px {
    margin-bottom: -60px !important; }
  .ml-lg-n60px,
  .mx-lg-n60px {
    margin-left: -60px !important; }
  .m-lg-n68px {
    margin: -68px !important; }
  .mt-lg-n68px,
  .my-lg-n68px {
    margin-top: -68px !important; }
  .mr-lg-n68px,
  .mx-lg-n68px {
    margin-right: -68px !important; }
  .mb-lg-n68px,
  .my-lg-n68px {
    margin-bottom: -68px !important; }
  .ml-lg-n68px,
  .mx-lg-n68px {
    margin-left: -68px !important; }
  .m-lg-n64px {
    margin: -64px !important; }
  .mt-lg-n64px,
  .my-lg-n64px {
    margin-top: -64px !important; }
  .mr-lg-n64px,
  .mx-lg-n64px {
    margin-right: -64px !important; }
  .mb-lg-n64px,
  .my-lg-n64px {
    margin-bottom: -64px !important; }
  .ml-lg-n64px,
  .mx-lg-n64px {
    margin-left: -64px !important; }
  .m-lg-n72px {
    margin: -72px !important; }
  .mt-lg-n72px,
  .my-lg-n72px {
    margin-top: -72px !important; }
  .mr-lg-n72px,
  .mx-lg-n72px {
    margin-right: -72px !important; }
  .mb-lg-n72px,
  .my-lg-n72px {
    margin-bottom: -72px !important; }
  .ml-lg-n72px,
  .mx-lg-n72px {
    margin-left: -72px !important; }
  .m-lg-n80px {
    margin: -80px !important; }
  .mt-lg-n80px,
  .my-lg-n80px {
    margin-top: -80px !important; }
  .mr-lg-n80px,
  .mx-lg-n80px {
    margin-right: -80px !important; }
  .mb-lg-n80px,
  .my-lg-n80px {
    margin-bottom: -80px !important; }
  .ml-lg-n80px,
  .mx-lg-n80px {
    margin-left: -80px !important; }
  .m-lg-n86px {
    margin: -86px !important; }
  .mt-lg-n86px,
  .my-lg-n86px {
    margin-top: -86px !important; }
  .mr-lg-n86px,
  .mx-lg-n86px {
    margin-right: -86px !important; }
  .mb-lg-n86px,
  .my-lg-n86px {
    margin-bottom: -86px !important; }
  .ml-lg-n86px,
  .mx-lg-n86px {
    margin-left: -86px !important; }
  .m-lg-n100px {
    margin: -100px !important; }
  .mt-lg-n100px,
  .my-lg-n100px {
    margin-top: -100px !important; }
  .mr-lg-n100px,
  .mx-lg-n100px {
    margin-right: -100px !important; }
  .mb-lg-n100px,
  .my-lg-n100px {
    margin-bottom: -100px !important; }
  .ml-lg-n100px,
  .mx-lg-n100px {
    margin-left: -100px !important; }
  .m-lg-n120px {
    margin: -120px !important; }
  .mt-lg-n120px,
  .my-lg-n120px {
    margin-top: -120px !important; }
  .mr-lg-n120px,
  .mx-lg-n120px {
    margin-right: -120px !important; }
  .mb-lg-n120px,
  .my-lg-n120px {
    margin-bottom: -120px !important; }
  .ml-lg-n120px,
  .mx-lg-n120px {
    margin-left: -120px !important; }
  .m-lg-n127px {
    margin: -127px !important; }
  .mt-lg-n127px,
  .my-lg-n127px {
    margin-top: -127px !important; }
  .mr-lg-n127px,
  .mx-lg-n127px {
    margin-right: -127px !important; }
  .mb-lg-n127px,
  .my-lg-n127px {
    margin-bottom: -127px !important; }
  .ml-lg-n127px,
  .mx-lg-n127px {
    margin-left: -127px !important; }
  .m-lg-n129px {
    margin: -129px !important; }
  .mt-lg-n129px,
  .my-lg-n129px {
    margin-top: -129px !important; }
  .mr-lg-n129px,
  .mx-lg-n129px {
    margin-right: -129px !important; }
  .mb-lg-n129px,
  .my-lg-n129px {
    margin-bottom: -129px !important; }
  .ml-lg-n129px,
  .mx-lg-n129px {
    margin-left: -129px !important; }
  .m-lg-n133px {
    margin: -133px !important; }
  .mt-lg-n133px,
  .my-lg-n133px {
    margin-top: -133px !important; }
  .mr-lg-n133px,
  .mx-lg-n133px {
    margin-right: -133px !important; }
  .mb-lg-n133px,
  .my-lg-n133px {
    margin-bottom: -133px !important; }
  .ml-lg-n133px,
  .mx-lg-n133px {
    margin-left: -133px !important; }
  .m-lg-n148px {
    margin: -148px !important; }
  .mt-lg-n148px,
  .my-lg-n148px {
    margin-top: -148px !important; }
  .mr-lg-n148px,
  .mx-lg-n148px {
    margin-right: -148px !important; }
  .mb-lg-n148px,
  .my-lg-n148px {
    margin-bottom: -148px !important; }
  .ml-lg-n148px,
  .mx-lg-n148px {
    margin-left: -148px !important; }
  .m-lg-n180px {
    margin: -180px !important; }
  .mt-lg-n180px,
  .my-lg-n180px {
    margin-top: -180px !important; }
  .mr-lg-n180px,
  .mx-lg-n180px {
    margin-right: -180px !important; }
  .mb-lg-n180px,
  .my-lg-n180px {
    margin-bottom: -180px !important; }
  .ml-lg-n180px,
  .mx-lg-n180px {
    margin-left: -180px !important; }
  .m-lg-n200px {
    margin: -200px !important; }
  .mt-lg-n200px,
  .my-lg-n200px {
    margin-top: -200px !important; }
  .mr-lg-n200px,
  .mx-lg-n200px {
    margin-right: -200px !important; }
  .mb-lg-n200px,
  .my-lg-n200px {
    margin-bottom: -200px !important; }
  .ml-lg-n200px,
  .mx-lg-n200px {
    margin-left: -200px !important; }
  .m-lg-n210px {
    margin: -210px !important; }
  .mt-lg-n210px,
  .my-lg-n210px {
    margin-top: -210px !important; }
  .mr-lg-n210px,
  .mx-lg-n210px {
    margin-right: -210px !important; }
  .mb-lg-n210px,
  .my-lg-n210px {
    margin-bottom: -210px !important; }
  .ml-lg-n210px,
  .mx-lg-n210px {
    margin-left: -210px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-1px {
    margin: 1px !important; }
  .mt-xl-1px,
  .my-xl-1px {
    margin-top: 1px !important; }
  .mr-xl-1px,
  .mx-xl-1px {
    margin-right: 1px !important; }
  .mb-xl-1px,
  .my-xl-1px {
    margin-bottom: 1px !important; }
  .ml-xl-1px,
  .mx-xl-1px {
    margin-left: 1px !important; }
  .m-xl-2px {
    margin: 2px !important; }
  .mt-xl-2px,
  .my-xl-2px {
    margin-top: 2px !important; }
  .mr-xl-2px,
  .mx-xl-2px {
    margin-right: 2px !important; }
  .mb-xl-2px,
  .my-xl-2px {
    margin-bottom: 2px !important; }
  .ml-xl-2px,
  .mx-xl-2px {
    margin-left: 2px !important; }
  .m-xl-3px {
    margin: 3px !important; }
  .mt-xl-3px,
  .my-xl-3px {
    margin-top: 3px !important; }
  .mr-xl-3px,
  .mx-xl-3px {
    margin-right: 3px !important; }
  .mb-xl-3px,
  .my-xl-3px {
    margin-bottom: 3px !important; }
  .ml-xl-3px,
  .mx-xl-3px {
    margin-left: 3px !important; }
  .m-xl-4px {
    margin: 4px !important; }
  .mt-xl-4px,
  .my-xl-4px {
    margin-top: 4px !important; }
  .mr-xl-4px,
  .mx-xl-4px {
    margin-right: 4px !important; }
  .mb-xl-4px,
  .my-xl-4px {
    margin-bottom: 4px !important; }
  .ml-xl-4px,
  .mx-xl-4px {
    margin-left: 4px !important; }
  .m-xl-5px {
    margin: 5px !important; }
  .mt-xl-5px,
  .my-xl-5px {
    margin-top: 5px !important; }
  .mr-xl-5px,
  .mx-xl-5px {
    margin-right: 5px !important; }
  .mb-xl-5px,
  .my-xl-5px {
    margin-bottom: 5px !important; }
  .ml-xl-5px,
  .mx-xl-5px {
    margin-left: 5px !important; }
  .m-xl-6px {
    margin: 6px !important; }
  .mt-xl-6px,
  .my-xl-6px {
    margin-top: 6px !important; }
  .mr-xl-6px,
  .mx-xl-6px {
    margin-right: 6px !important; }
  .mb-xl-6px,
  .my-xl-6px {
    margin-bottom: 6px !important; }
  .ml-xl-6px,
  .mx-xl-6px {
    margin-left: 6px !important; }
  .m-xl-8px {
    margin: 8px !important; }
  .mt-xl-8px,
  .my-xl-8px {
    margin-top: 8px !important; }
  .mr-xl-8px,
  .mx-xl-8px {
    margin-right: 8px !important; }
  .mb-xl-8px,
  .my-xl-8px {
    margin-bottom: 8px !important; }
  .ml-xl-8px,
  .mx-xl-8px {
    margin-left: 8px !important; }
  .m-xl-10px {
    margin: 10px !important; }
  .mt-xl-10px,
  .my-xl-10px {
    margin-top: 10px !important; }
  .mr-xl-10px,
  .mx-xl-10px {
    margin-right: 10px !important; }
  .mb-xl-10px,
  .my-xl-10px {
    margin-bottom: 10px !important; }
  .ml-xl-10px,
  .mx-xl-10px {
    margin-left: 10px !important; }
  .m-xl-12px {
    margin: 12px !important; }
  .mt-xl-12px,
  .my-xl-12px {
    margin-top: 12px !important; }
  .mr-xl-12px,
  .mx-xl-12px {
    margin-right: 12px !important; }
  .mb-xl-12px,
  .my-xl-12px {
    margin-bottom: 12px !important; }
  .ml-xl-12px,
  .mx-xl-12px {
    margin-left: 12px !important; }
  .m-xl-13px {
    margin: 13px !important; }
  .mt-xl-13px,
  .my-xl-13px {
    margin-top: 13px !important; }
  .mr-xl-13px,
  .mx-xl-13px {
    margin-right: 13px !important; }
  .mb-xl-13px,
  .my-xl-13px {
    margin-bottom: 13px !important; }
  .ml-xl-13px,
  .mx-xl-13px {
    margin-left: 13px !important; }
  .m-xl-14px {
    margin: 14px !important; }
  .mt-xl-14px,
  .my-xl-14px {
    margin-top: 14px !important; }
  .mr-xl-14px,
  .mx-xl-14px {
    margin-right: 14px !important; }
  .mb-xl-14px,
  .my-xl-14px {
    margin-bottom: 14px !important; }
  .ml-xl-14px,
  .mx-xl-14px {
    margin-left: 14px !important; }
  .m-xl-15px {
    margin: 15px !important; }
  .mt-xl-15px,
  .my-xl-15px {
    margin-top: 15px !important; }
  .mr-xl-15px,
  .mx-xl-15px {
    margin-right: 15px !important; }
  .mb-xl-15px,
  .my-xl-15px {
    margin-bottom: 15px !important; }
  .ml-xl-15px,
  .mx-xl-15px {
    margin-left: 15px !important; }
  .m-xl-16px {
    margin: 16px !important; }
  .mt-xl-16px,
  .my-xl-16px {
    margin-top: 16px !important; }
  .mr-xl-16px,
  .mx-xl-16px {
    margin-right: 16px !important; }
  .mb-xl-16px,
  .my-xl-16px {
    margin-bottom: 16px !important; }
  .ml-xl-16px,
  .mx-xl-16px {
    margin-left: 16px !important; }
  .m-xl-20px {
    margin: 20px !important; }
  .mt-xl-20px,
  .my-xl-20px {
    margin-top: 20px !important; }
  .mr-xl-20px,
  .mx-xl-20px {
    margin-right: 20px !important; }
  .mb-xl-20px,
  .my-xl-20px {
    margin-bottom: 20px !important; }
  .ml-xl-20px,
  .mx-xl-20px {
    margin-left: 20px !important; }
  .m-xl-24px {
    margin: 24px !important; }
  .mt-xl-24px,
  .my-xl-24px {
    margin-top: 24px !important; }
  .mr-xl-24px,
  .mx-xl-24px {
    margin-right: 24px !important; }
  .mb-xl-24px,
  .my-xl-24px {
    margin-bottom: 24px !important; }
  .ml-xl-24px,
  .mx-xl-24px {
    margin-left: 24px !important; }
  .m-xl-25px {
    margin: 25px !important; }
  .mt-xl-25px,
  .my-xl-25px {
    margin-top: 25px !important; }
  .mr-xl-25px,
  .mx-xl-25px {
    margin-right: 25px !important; }
  .mb-xl-25px,
  .my-xl-25px {
    margin-bottom: 25px !important; }
  .ml-xl-25px,
  .mx-xl-25px {
    margin-left: 25px !important; }
  .m-xl-28px {
    margin: 28px !important; }
  .mt-xl-28px,
  .my-xl-28px {
    margin-top: 28px !important; }
  .mr-xl-28px,
  .mx-xl-28px {
    margin-right: 28px !important; }
  .mb-xl-28px,
  .my-xl-28px {
    margin-bottom: 28px !important; }
  .ml-xl-28px,
  .mx-xl-28px {
    margin-left: 28px !important; }
  .m-xl-30px {
    margin: 30px !important; }
  .mt-xl-30px,
  .my-xl-30px {
    margin-top: 30px !important; }
  .mr-xl-30px,
  .mx-xl-30px {
    margin-right: 30px !important; }
  .mb-xl-30px,
  .my-xl-30px {
    margin-bottom: 30px !important; }
  .ml-xl-30px,
  .mx-xl-30px {
    margin-left: 30px !important; }
  .m-xl-32px {
    margin: 32px !important; }
  .mt-xl-32px,
  .my-xl-32px {
    margin-top: 32px !important; }
  .mr-xl-32px,
  .mx-xl-32px {
    margin-right: 32px !important; }
  .mb-xl-32px,
  .my-xl-32px {
    margin-bottom: 32px !important; }
  .ml-xl-32px,
  .mx-xl-32px {
    margin-left: 32px !important; }
  .m-xl-36px {
    margin: 36px !important; }
  .mt-xl-36px,
  .my-xl-36px {
    margin-top: 36px !important; }
  .mr-xl-36px,
  .mx-xl-36px {
    margin-right: 36px !important; }
  .mb-xl-36px,
  .my-xl-36px {
    margin-bottom: 36px !important; }
  .ml-xl-36px,
  .mx-xl-36px {
    margin-left: 36px !important; }
  .m-xl-40px {
    margin: 40px !important; }
  .mt-xl-40px,
  .my-xl-40px {
    margin-top: 40px !important; }
  .mr-xl-40px,
  .mx-xl-40px {
    margin-right: 40px !important; }
  .mb-xl-40px,
  .my-xl-40px {
    margin-bottom: 40px !important; }
  .ml-xl-40px,
  .mx-xl-40px {
    margin-left: 40px !important; }
  .m-xl-48px {
    margin: 48px !important; }
  .mt-xl-48px,
  .my-xl-48px {
    margin-top: 48px !important; }
  .mr-xl-48px,
  .mx-xl-48px {
    margin-right: 48px !important; }
  .mb-xl-48px,
  .my-xl-48px {
    margin-bottom: 48px !important; }
  .ml-xl-48px,
  .mx-xl-48px {
    margin-left: 48px !important; }
  .m-xl-56px {
    margin: 56px !important; }
  .mt-xl-56px,
  .my-xl-56px {
    margin-top: 56px !important; }
  .mr-xl-56px,
  .mx-xl-56px {
    margin-right: 56px !important; }
  .mb-xl-56px,
  .my-xl-56px {
    margin-bottom: 56px !important; }
  .ml-xl-56px,
  .mx-xl-56px {
    margin-left: 56px !important; }
  .m-xl-60px {
    margin: 60px !important; }
  .mt-xl-60px,
  .my-xl-60px {
    margin-top: 60px !important; }
  .mr-xl-60px,
  .mx-xl-60px {
    margin-right: 60px !important; }
  .mb-xl-60px,
  .my-xl-60px {
    margin-bottom: 60px !important; }
  .ml-xl-60px,
  .mx-xl-60px {
    margin-left: 60px !important; }
  .m-xl-68px {
    margin: 68px !important; }
  .mt-xl-68px,
  .my-xl-68px {
    margin-top: 68px !important; }
  .mr-xl-68px,
  .mx-xl-68px {
    margin-right: 68px !important; }
  .mb-xl-68px,
  .my-xl-68px {
    margin-bottom: 68px !important; }
  .ml-xl-68px,
  .mx-xl-68px {
    margin-left: 68px !important; }
  .m-xl-64px {
    margin: 64px !important; }
  .mt-xl-64px,
  .my-xl-64px {
    margin-top: 64px !important; }
  .mr-xl-64px,
  .mx-xl-64px {
    margin-right: 64px !important; }
  .mb-xl-64px,
  .my-xl-64px {
    margin-bottom: 64px !important; }
  .ml-xl-64px,
  .mx-xl-64px {
    margin-left: 64px !important; }
  .m-xl-72px {
    margin: 72px !important; }
  .mt-xl-72px,
  .my-xl-72px {
    margin-top: 72px !important; }
  .mr-xl-72px,
  .mx-xl-72px {
    margin-right: 72px !important; }
  .mb-xl-72px,
  .my-xl-72px {
    margin-bottom: 72px !important; }
  .ml-xl-72px,
  .mx-xl-72px {
    margin-left: 72px !important; }
  .m-xl-80px {
    margin: 80px !important; }
  .mt-xl-80px,
  .my-xl-80px {
    margin-top: 80px !important; }
  .mr-xl-80px,
  .mx-xl-80px {
    margin-right: 80px !important; }
  .mb-xl-80px,
  .my-xl-80px {
    margin-bottom: 80px !important; }
  .ml-xl-80px,
  .mx-xl-80px {
    margin-left: 80px !important; }
  .m-xl-86px {
    margin: 86px !important; }
  .mt-xl-86px,
  .my-xl-86px {
    margin-top: 86px !important; }
  .mr-xl-86px,
  .mx-xl-86px {
    margin-right: 86px !important; }
  .mb-xl-86px,
  .my-xl-86px {
    margin-bottom: 86px !important; }
  .ml-xl-86px,
  .mx-xl-86px {
    margin-left: 86px !important; }
  .m-xl-100px {
    margin: 100px !important; }
  .mt-xl-100px,
  .my-xl-100px {
    margin-top: 100px !important; }
  .mr-xl-100px,
  .mx-xl-100px {
    margin-right: 100px !important; }
  .mb-xl-100px,
  .my-xl-100px {
    margin-bottom: 100px !important; }
  .ml-xl-100px,
  .mx-xl-100px {
    margin-left: 100px !important; }
  .m-xl-120px {
    margin: 120px !important; }
  .mt-xl-120px,
  .my-xl-120px {
    margin-top: 120px !important; }
  .mr-xl-120px,
  .mx-xl-120px {
    margin-right: 120px !important; }
  .mb-xl-120px,
  .my-xl-120px {
    margin-bottom: 120px !important; }
  .ml-xl-120px,
  .mx-xl-120px {
    margin-left: 120px !important; }
  .m-xl-127px {
    margin: 127px !important; }
  .mt-xl-127px,
  .my-xl-127px {
    margin-top: 127px !important; }
  .mr-xl-127px,
  .mx-xl-127px {
    margin-right: 127px !important; }
  .mb-xl-127px,
  .my-xl-127px {
    margin-bottom: 127px !important; }
  .ml-xl-127px,
  .mx-xl-127px {
    margin-left: 127px !important; }
  .m-xl-129px {
    margin: 129px !important; }
  .mt-xl-129px,
  .my-xl-129px {
    margin-top: 129px !important; }
  .mr-xl-129px,
  .mx-xl-129px {
    margin-right: 129px !important; }
  .mb-xl-129px,
  .my-xl-129px {
    margin-bottom: 129px !important; }
  .ml-xl-129px,
  .mx-xl-129px {
    margin-left: 129px !important; }
  .m-xl-133px {
    margin: 133px !important; }
  .mt-xl-133px,
  .my-xl-133px {
    margin-top: 133px !important; }
  .mr-xl-133px,
  .mx-xl-133px {
    margin-right: 133px !important; }
  .mb-xl-133px,
  .my-xl-133px {
    margin-bottom: 133px !important; }
  .ml-xl-133px,
  .mx-xl-133px {
    margin-left: 133px !important; }
  .m-xl-148px {
    margin: 148px !important; }
  .mt-xl-148px,
  .my-xl-148px {
    margin-top: 148px !important; }
  .mr-xl-148px,
  .mx-xl-148px {
    margin-right: 148px !important; }
  .mb-xl-148px,
  .my-xl-148px {
    margin-bottom: 148px !important; }
  .ml-xl-148px,
  .mx-xl-148px {
    margin-left: 148px !important; }
  .m-xl-180px {
    margin: 180px !important; }
  .mt-xl-180px,
  .my-xl-180px {
    margin-top: 180px !important; }
  .mr-xl-180px,
  .mx-xl-180px {
    margin-right: 180px !important; }
  .mb-xl-180px,
  .my-xl-180px {
    margin-bottom: 180px !important; }
  .ml-xl-180px,
  .mx-xl-180px {
    margin-left: 180px !important; }
  .m-xl-200px {
    margin: 200px !important; }
  .mt-xl-200px,
  .my-xl-200px {
    margin-top: 200px !important; }
  .mr-xl-200px,
  .mx-xl-200px {
    margin-right: 200px !important; }
  .mb-xl-200px,
  .my-xl-200px {
    margin-bottom: 200px !important; }
  .ml-xl-200px,
  .mx-xl-200px {
    margin-left: 200px !important; }
  .m-xl-210px {
    margin: 210px !important; }
  .mt-xl-210px,
  .my-xl-210px {
    margin-top: 210px !important; }
  .mr-xl-210px,
  .mx-xl-210px {
    margin-right: 210px !important; }
  .mb-xl-210px,
  .my-xl-210px {
    margin-bottom: 210px !important; }
  .ml-xl-210px,
  .mx-xl-210px {
    margin-left: 210px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-1px {
    padding: 1px !important; }
  .pt-xl-1px,
  .py-xl-1px {
    padding-top: 1px !important; }
  .pr-xl-1px,
  .px-xl-1px {
    padding-right: 1px !important; }
  .pb-xl-1px,
  .py-xl-1px {
    padding-bottom: 1px !important; }
  .pl-xl-1px,
  .px-xl-1px {
    padding-left: 1px !important; }
  .p-xl-2px {
    padding: 2px !important; }
  .pt-xl-2px,
  .py-xl-2px {
    padding-top: 2px !important; }
  .pr-xl-2px,
  .px-xl-2px {
    padding-right: 2px !important; }
  .pb-xl-2px,
  .py-xl-2px {
    padding-bottom: 2px !important; }
  .pl-xl-2px,
  .px-xl-2px {
    padding-left: 2px !important; }
  .p-xl-3px {
    padding: 3px !important; }
  .pt-xl-3px,
  .py-xl-3px {
    padding-top: 3px !important; }
  .pr-xl-3px,
  .px-xl-3px {
    padding-right: 3px !important; }
  .pb-xl-3px,
  .py-xl-3px {
    padding-bottom: 3px !important; }
  .pl-xl-3px,
  .px-xl-3px {
    padding-left: 3px !important; }
  .p-xl-4px {
    padding: 4px !important; }
  .pt-xl-4px,
  .py-xl-4px {
    padding-top: 4px !important; }
  .pr-xl-4px,
  .px-xl-4px {
    padding-right: 4px !important; }
  .pb-xl-4px,
  .py-xl-4px {
    padding-bottom: 4px !important; }
  .pl-xl-4px,
  .px-xl-4px {
    padding-left: 4px !important; }
  .p-xl-5px {
    padding: 5px !important; }
  .pt-xl-5px,
  .py-xl-5px {
    padding-top: 5px !important; }
  .pr-xl-5px,
  .px-xl-5px {
    padding-right: 5px !important; }
  .pb-xl-5px,
  .py-xl-5px {
    padding-bottom: 5px !important; }
  .pl-xl-5px,
  .px-xl-5px {
    padding-left: 5px !important; }
  .p-xl-6px {
    padding: 6px !important; }
  .pt-xl-6px,
  .py-xl-6px {
    padding-top: 6px !important; }
  .pr-xl-6px,
  .px-xl-6px {
    padding-right: 6px !important; }
  .pb-xl-6px,
  .py-xl-6px {
    padding-bottom: 6px !important; }
  .pl-xl-6px,
  .px-xl-6px {
    padding-left: 6px !important; }
  .p-xl-8px {
    padding: 8px !important; }
  .pt-xl-8px,
  .py-xl-8px {
    padding-top: 8px !important; }
  .pr-xl-8px,
  .px-xl-8px {
    padding-right: 8px !important; }
  .pb-xl-8px,
  .py-xl-8px {
    padding-bottom: 8px !important; }
  .pl-xl-8px,
  .px-xl-8px {
    padding-left: 8px !important; }
  .p-xl-10px {
    padding: 10px !important; }
  .pt-xl-10px,
  .py-xl-10px {
    padding-top: 10px !important; }
  .pr-xl-10px,
  .px-xl-10px {
    padding-right: 10px !important; }
  .pb-xl-10px,
  .py-xl-10px {
    padding-bottom: 10px !important; }
  .pl-xl-10px,
  .px-xl-10px {
    padding-left: 10px !important; }
  .p-xl-12px {
    padding: 12px !important; }
  .pt-xl-12px,
  .py-xl-12px {
    padding-top: 12px !important; }
  .pr-xl-12px,
  .px-xl-12px {
    padding-right: 12px !important; }
  .pb-xl-12px,
  .py-xl-12px {
    padding-bottom: 12px !important; }
  .pl-xl-12px,
  .px-xl-12px {
    padding-left: 12px !important; }
  .p-xl-13px {
    padding: 13px !important; }
  .pt-xl-13px,
  .py-xl-13px {
    padding-top: 13px !important; }
  .pr-xl-13px,
  .px-xl-13px {
    padding-right: 13px !important; }
  .pb-xl-13px,
  .py-xl-13px {
    padding-bottom: 13px !important; }
  .pl-xl-13px,
  .px-xl-13px {
    padding-left: 13px !important; }
  .p-xl-14px {
    padding: 14px !important; }
  .pt-xl-14px,
  .py-xl-14px {
    padding-top: 14px !important; }
  .pr-xl-14px,
  .px-xl-14px {
    padding-right: 14px !important; }
  .pb-xl-14px,
  .py-xl-14px {
    padding-bottom: 14px !important; }
  .pl-xl-14px,
  .px-xl-14px {
    padding-left: 14px !important; }
  .p-xl-15px {
    padding: 15px !important; }
  .pt-xl-15px,
  .py-xl-15px {
    padding-top: 15px !important; }
  .pr-xl-15px,
  .px-xl-15px {
    padding-right: 15px !important; }
  .pb-xl-15px,
  .py-xl-15px {
    padding-bottom: 15px !important; }
  .pl-xl-15px,
  .px-xl-15px {
    padding-left: 15px !important; }
  .p-xl-16px {
    padding: 16px !important; }
  .pt-xl-16px,
  .py-xl-16px {
    padding-top: 16px !important; }
  .pr-xl-16px,
  .px-xl-16px {
    padding-right: 16px !important; }
  .pb-xl-16px,
  .py-xl-16px {
    padding-bottom: 16px !important; }
  .pl-xl-16px,
  .px-xl-16px {
    padding-left: 16px !important; }
  .p-xl-20px {
    padding: 20px !important; }
  .pt-xl-20px,
  .py-xl-20px {
    padding-top: 20px !important; }
  .pr-xl-20px,
  .px-xl-20px {
    padding-right: 20px !important; }
  .pb-xl-20px,
  .py-xl-20px {
    padding-bottom: 20px !important; }
  .pl-xl-20px,
  .px-xl-20px {
    padding-left: 20px !important; }
  .p-xl-24px {
    padding: 24px !important; }
  .pt-xl-24px,
  .py-xl-24px {
    padding-top: 24px !important; }
  .pr-xl-24px,
  .px-xl-24px {
    padding-right: 24px !important; }
  .pb-xl-24px,
  .py-xl-24px {
    padding-bottom: 24px !important; }
  .pl-xl-24px,
  .px-xl-24px {
    padding-left: 24px !important; }
  .p-xl-25px {
    padding: 25px !important; }
  .pt-xl-25px,
  .py-xl-25px {
    padding-top: 25px !important; }
  .pr-xl-25px,
  .px-xl-25px {
    padding-right: 25px !important; }
  .pb-xl-25px,
  .py-xl-25px {
    padding-bottom: 25px !important; }
  .pl-xl-25px,
  .px-xl-25px {
    padding-left: 25px !important; }
  .p-xl-28px {
    padding: 28px !important; }
  .pt-xl-28px,
  .py-xl-28px {
    padding-top: 28px !important; }
  .pr-xl-28px,
  .px-xl-28px {
    padding-right: 28px !important; }
  .pb-xl-28px,
  .py-xl-28px {
    padding-bottom: 28px !important; }
  .pl-xl-28px,
  .px-xl-28px {
    padding-left: 28px !important; }
  .p-xl-30px {
    padding: 30px !important; }
  .pt-xl-30px,
  .py-xl-30px {
    padding-top: 30px !important; }
  .pr-xl-30px,
  .px-xl-30px {
    padding-right: 30px !important; }
  .pb-xl-30px,
  .py-xl-30px {
    padding-bottom: 30px !important; }
  .pl-xl-30px,
  .px-xl-30px {
    padding-left: 30px !important; }
  .p-xl-32px {
    padding: 32px !important; }
  .pt-xl-32px,
  .py-xl-32px {
    padding-top: 32px !important; }
  .pr-xl-32px,
  .px-xl-32px {
    padding-right: 32px !important; }
  .pb-xl-32px,
  .py-xl-32px {
    padding-bottom: 32px !important; }
  .pl-xl-32px,
  .px-xl-32px {
    padding-left: 32px !important; }
  .p-xl-36px {
    padding: 36px !important; }
  .pt-xl-36px,
  .py-xl-36px {
    padding-top: 36px !important; }
  .pr-xl-36px,
  .px-xl-36px {
    padding-right: 36px !important; }
  .pb-xl-36px,
  .py-xl-36px {
    padding-bottom: 36px !important; }
  .pl-xl-36px,
  .px-xl-36px {
    padding-left: 36px !important; }
  .p-xl-40px {
    padding: 40px !important; }
  .pt-xl-40px,
  .py-xl-40px {
    padding-top: 40px !important; }
  .pr-xl-40px,
  .px-xl-40px {
    padding-right: 40px !important; }
  .pb-xl-40px,
  .py-xl-40px {
    padding-bottom: 40px !important; }
  .pl-xl-40px,
  .px-xl-40px {
    padding-left: 40px !important; }
  .p-xl-48px {
    padding: 48px !important; }
  .pt-xl-48px,
  .py-xl-48px {
    padding-top: 48px !important; }
  .pr-xl-48px,
  .px-xl-48px {
    padding-right: 48px !important; }
  .pb-xl-48px,
  .py-xl-48px {
    padding-bottom: 48px !important; }
  .pl-xl-48px,
  .px-xl-48px {
    padding-left: 48px !important; }
  .p-xl-56px {
    padding: 56px !important; }
  .pt-xl-56px,
  .py-xl-56px {
    padding-top: 56px !important; }
  .pr-xl-56px,
  .px-xl-56px {
    padding-right: 56px !important; }
  .pb-xl-56px,
  .py-xl-56px {
    padding-bottom: 56px !important; }
  .pl-xl-56px,
  .px-xl-56px {
    padding-left: 56px !important; }
  .p-xl-60px {
    padding: 60px !important; }
  .pt-xl-60px,
  .py-xl-60px {
    padding-top: 60px !important; }
  .pr-xl-60px,
  .px-xl-60px {
    padding-right: 60px !important; }
  .pb-xl-60px,
  .py-xl-60px {
    padding-bottom: 60px !important; }
  .pl-xl-60px,
  .px-xl-60px {
    padding-left: 60px !important; }
  .p-xl-68px {
    padding: 68px !important; }
  .pt-xl-68px,
  .py-xl-68px {
    padding-top: 68px !important; }
  .pr-xl-68px,
  .px-xl-68px {
    padding-right: 68px !important; }
  .pb-xl-68px,
  .py-xl-68px {
    padding-bottom: 68px !important; }
  .pl-xl-68px,
  .px-xl-68px {
    padding-left: 68px !important; }
  .p-xl-64px {
    padding: 64px !important; }
  .pt-xl-64px,
  .py-xl-64px {
    padding-top: 64px !important; }
  .pr-xl-64px,
  .px-xl-64px {
    padding-right: 64px !important; }
  .pb-xl-64px,
  .py-xl-64px {
    padding-bottom: 64px !important; }
  .pl-xl-64px,
  .px-xl-64px {
    padding-left: 64px !important; }
  .p-xl-72px {
    padding: 72px !important; }
  .pt-xl-72px,
  .py-xl-72px {
    padding-top: 72px !important; }
  .pr-xl-72px,
  .px-xl-72px {
    padding-right: 72px !important; }
  .pb-xl-72px,
  .py-xl-72px {
    padding-bottom: 72px !important; }
  .pl-xl-72px,
  .px-xl-72px {
    padding-left: 72px !important; }
  .p-xl-80px {
    padding: 80px !important; }
  .pt-xl-80px,
  .py-xl-80px {
    padding-top: 80px !important; }
  .pr-xl-80px,
  .px-xl-80px {
    padding-right: 80px !important; }
  .pb-xl-80px,
  .py-xl-80px {
    padding-bottom: 80px !important; }
  .pl-xl-80px,
  .px-xl-80px {
    padding-left: 80px !important; }
  .p-xl-86px {
    padding: 86px !important; }
  .pt-xl-86px,
  .py-xl-86px {
    padding-top: 86px !important; }
  .pr-xl-86px,
  .px-xl-86px {
    padding-right: 86px !important; }
  .pb-xl-86px,
  .py-xl-86px {
    padding-bottom: 86px !important; }
  .pl-xl-86px,
  .px-xl-86px {
    padding-left: 86px !important; }
  .p-xl-100px {
    padding: 100px !important; }
  .pt-xl-100px,
  .py-xl-100px {
    padding-top: 100px !important; }
  .pr-xl-100px,
  .px-xl-100px {
    padding-right: 100px !important; }
  .pb-xl-100px,
  .py-xl-100px {
    padding-bottom: 100px !important; }
  .pl-xl-100px,
  .px-xl-100px {
    padding-left: 100px !important; }
  .p-xl-120px {
    padding: 120px !important; }
  .pt-xl-120px,
  .py-xl-120px {
    padding-top: 120px !important; }
  .pr-xl-120px,
  .px-xl-120px {
    padding-right: 120px !important; }
  .pb-xl-120px,
  .py-xl-120px {
    padding-bottom: 120px !important; }
  .pl-xl-120px,
  .px-xl-120px {
    padding-left: 120px !important; }
  .p-xl-127px {
    padding: 127px !important; }
  .pt-xl-127px,
  .py-xl-127px {
    padding-top: 127px !important; }
  .pr-xl-127px,
  .px-xl-127px {
    padding-right: 127px !important; }
  .pb-xl-127px,
  .py-xl-127px {
    padding-bottom: 127px !important; }
  .pl-xl-127px,
  .px-xl-127px {
    padding-left: 127px !important; }
  .p-xl-129px {
    padding: 129px !important; }
  .pt-xl-129px,
  .py-xl-129px {
    padding-top: 129px !important; }
  .pr-xl-129px,
  .px-xl-129px {
    padding-right: 129px !important; }
  .pb-xl-129px,
  .py-xl-129px {
    padding-bottom: 129px !important; }
  .pl-xl-129px,
  .px-xl-129px {
    padding-left: 129px !important; }
  .p-xl-133px {
    padding: 133px !important; }
  .pt-xl-133px,
  .py-xl-133px {
    padding-top: 133px !important; }
  .pr-xl-133px,
  .px-xl-133px {
    padding-right: 133px !important; }
  .pb-xl-133px,
  .py-xl-133px {
    padding-bottom: 133px !important; }
  .pl-xl-133px,
  .px-xl-133px {
    padding-left: 133px !important; }
  .p-xl-148px {
    padding: 148px !important; }
  .pt-xl-148px,
  .py-xl-148px {
    padding-top: 148px !important; }
  .pr-xl-148px,
  .px-xl-148px {
    padding-right: 148px !important; }
  .pb-xl-148px,
  .py-xl-148px {
    padding-bottom: 148px !important; }
  .pl-xl-148px,
  .px-xl-148px {
    padding-left: 148px !important; }
  .p-xl-180px {
    padding: 180px !important; }
  .pt-xl-180px,
  .py-xl-180px {
    padding-top: 180px !important; }
  .pr-xl-180px,
  .px-xl-180px {
    padding-right: 180px !important; }
  .pb-xl-180px,
  .py-xl-180px {
    padding-bottom: 180px !important; }
  .pl-xl-180px,
  .px-xl-180px {
    padding-left: 180px !important; }
  .p-xl-200px {
    padding: 200px !important; }
  .pt-xl-200px,
  .py-xl-200px {
    padding-top: 200px !important; }
  .pr-xl-200px,
  .px-xl-200px {
    padding-right: 200px !important; }
  .pb-xl-200px,
  .py-xl-200px {
    padding-bottom: 200px !important; }
  .pl-xl-200px,
  .px-xl-200px {
    padding-left: 200px !important; }
  .p-xl-210px {
    padding: 210px !important; }
  .pt-xl-210px,
  .py-xl-210px {
    padding-top: 210px !important; }
  .pr-xl-210px,
  .px-xl-210px {
    padding-right: 210px !important; }
  .pb-xl-210px,
  .py-xl-210px {
    padding-bottom: 210px !important; }
  .pl-xl-210px,
  .px-xl-210px {
    padding-left: 210px !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n1px {
    margin: -1px !important; }
  .mt-xl-n1px,
  .my-xl-n1px {
    margin-top: -1px !important; }
  .mr-xl-n1px,
  .mx-xl-n1px {
    margin-right: -1px !important; }
  .mb-xl-n1px,
  .my-xl-n1px {
    margin-bottom: -1px !important; }
  .ml-xl-n1px,
  .mx-xl-n1px {
    margin-left: -1px !important; }
  .m-xl-n2px {
    margin: -2px !important; }
  .mt-xl-n2px,
  .my-xl-n2px {
    margin-top: -2px !important; }
  .mr-xl-n2px,
  .mx-xl-n2px {
    margin-right: -2px !important; }
  .mb-xl-n2px,
  .my-xl-n2px {
    margin-bottom: -2px !important; }
  .ml-xl-n2px,
  .mx-xl-n2px {
    margin-left: -2px !important; }
  .m-xl-n3px {
    margin: -3px !important; }
  .mt-xl-n3px,
  .my-xl-n3px {
    margin-top: -3px !important; }
  .mr-xl-n3px,
  .mx-xl-n3px {
    margin-right: -3px !important; }
  .mb-xl-n3px,
  .my-xl-n3px {
    margin-bottom: -3px !important; }
  .ml-xl-n3px,
  .mx-xl-n3px {
    margin-left: -3px !important; }
  .m-xl-n4px {
    margin: -4px !important; }
  .mt-xl-n4px,
  .my-xl-n4px {
    margin-top: -4px !important; }
  .mr-xl-n4px,
  .mx-xl-n4px {
    margin-right: -4px !important; }
  .mb-xl-n4px,
  .my-xl-n4px {
    margin-bottom: -4px !important; }
  .ml-xl-n4px,
  .mx-xl-n4px {
    margin-left: -4px !important; }
  .m-xl-n5px {
    margin: -5px !important; }
  .mt-xl-n5px,
  .my-xl-n5px {
    margin-top: -5px !important; }
  .mr-xl-n5px,
  .mx-xl-n5px {
    margin-right: -5px !important; }
  .mb-xl-n5px,
  .my-xl-n5px {
    margin-bottom: -5px !important; }
  .ml-xl-n5px,
  .mx-xl-n5px {
    margin-left: -5px !important; }
  .m-xl-n6px {
    margin: -6px !important; }
  .mt-xl-n6px,
  .my-xl-n6px {
    margin-top: -6px !important; }
  .mr-xl-n6px,
  .mx-xl-n6px {
    margin-right: -6px !important; }
  .mb-xl-n6px,
  .my-xl-n6px {
    margin-bottom: -6px !important; }
  .ml-xl-n6px,
  .mx-xl-n6px {
    margin-left: -6px !important; }
  .m-xl-n8px {
    margin: -8px !important; }
  .mt-xl-n8px,
  .my-xl-n8px {
    margin-top: -8px !important; }
  .mr-xl-n8px,
  .mx-xl-n8px {
    margin-right: -8px !important; }
  .mb-xl-n8px,
  .my-xl-n8px {
    margin-bottom: -8px !important; }
  .ml-xl-n8px,
  .mx-xl-n8px {
    margin-left: -8px !important; }
  .m-xl-n10px {
    margin: -10px !important; }
  .mt-xl-n10px,
  .my-xl-n10px {
    margin-top: -10px !important; }
  .mr-xl-n10px,
  .mx-xl-n10px {
    margin-right: -10px !important; }
  .mb-xl-n10px,
  .my-xl-n10px {
    margin-bottom: -10px !important; }
  .ml-xl-n10px,
  .mx-xl-n10px {
    margin-left: -10px !important; }
  .m-xl-n12px {
    margin: -12px !important; }
  .mt-xl-n12px,
  .my-xl-n12px {
    margin-top: -12px !important; }
  .mr-xl-n12px,
  .mx-xl-n12px {
    margin-right: -12px !important; }
  .mb-xl-n12px,
  .my-xl-n12px {
    margin-bottom: -12px !important; }
  .ml-xl-n12px,
  .mx-xl-n12px {
    margin-left: -12px !important; }
  .m-xl-n13px {
    margin: -13px !important; }
  .mt-xl-n13px,
  .my-xl-n13px {
    margin-top: -13px !important; }
  .mr-xl-n13px,
  .mx-xl-n13px {
    margin-right: -13px !important; }
  .mb-xl-n13px,
  .my-xl-n13px {
    margin-bottom: -13px !important; }
  .ml-xl-n13px,
  .mx-xl-n13px {
    margin-left: -13px !important; }
  .m-xl-n14px {
    margin: -14px !important; }
  .mt-xl-n14px,
  .my-xl-n14px {
    margin-top: -14px !important; }
  .mr-xl-n14px,
  .mx-xl-n14px {
    margin-right: -14px !important; }
  .mb-xl-n14px,
  .my-xl-n14px {
    margin-bottom: -14px !important; }
  .ml-xl-n14px,
  .mx-xl-n14px {
    margin-left: -14px !important; }
  .m-xl-n15px {
    margin: -15px !important; }
  .mt-xl-n15px,
  .my-xl-n15px {
    margin-top: -15px !important; }
  .mr-xl-n15px,
  .mx-xl-n15px {
    margin-right: -15px !important; }
  .mb-xl-n15px,
  .my-xl-n15px {
    margin-bottom: -15px !important; }
  .ml-xl-n15px,
  .mx-xl-n15px {
    margin-left: -15px !important; }
  .m-xl-n16px {
    margin: -16px !important; }
  .mt-xl-n16px,
  .my-xl-n16px {
    margin-top: -16px !important; }
  .mr-xl-n16px,
  .mx-xl-n16px {
    margin-right: -16px !important; }
  .mb-xl-n16px,
  .my-xl-n16px {
    margin-bottom: -16px !important; }
  .ml-xl-n16px,
  .mx-xl-n16px {
    margin-left: -16px !important; }
  .m-xl-n20px {
    margin: -20px !important; }
  .mt-xl-n20px,
  .my-xl-n20px {
    margin-top: -20px !important; }
  .mr-xl-n20px,
  .mx-xl-n20px {
    margin-right: -20px !important; }
  .mb-xl-n20px,
  .my-xl-n20px {
    margin-bottom: -20px !important; }
  .ml-xl-n20px,
  .mx-xl-n20px {
    margin-left: -20px !important; }
  .m-xl-n24px {
    margin: -24px !important; }
  .mt-xl-n24px,
  .my-xl-n24px {
    margin-top: -24px !important; }
  .mr-xl-n24px,
  .mx-xl-n24px {
    margin-right: -24px !important; }
  .mb-xl-n24px,
  .my-xl-n24px {
    margin-bottom: -24px !important; }
  .ml-xl-n24px,
  .mx-xl-n24px {
    margin-left: -24px !important; }
  .m-xl-n25px {
    margin: -25px !important; }
  .mt-xl-n25px,
  .my-xl-n25px {
    margin-top: -25px !important; }
  .mr-xl-n25px,
  .mx-xl-n25px {
    margin-right: -25px !important; }
  .mb-xl-n25px,
  .my-xl-n25px {
    margin-bottom: -25px !important; }
  .ml-xl-n25px,
  .mx-xl-n25px {
    margin-left: -25px !important; }
  .m-xl-n28px {
    margin: -28px !important; }
  .mt-xl-n28px,
  .my-xl-n28px {
    margin-top: -28px !important; }
  .mr-xl-n28px,
  .mx-xl-n28px {
    margin-right: -28px !important; }
  .mb-xl-n28px,
  .my-xl-n28px {
    margin-bottom: -28px !important; }
  .ml-xl-n28px,
  .mx-xl-n28px {
    margin-left: -28px !important; }
  .m-xl-n30px {
    margin: -30px !important; }
  .mt-xl-n30px,
  .my-xl-n30px {
    margin-top: -30px !important; }
  .mr-xl-n30px,
  .mx-xl-n30px {
    margin-right: -30px !important; }
  .mb-xl-n30px,
  .my-xl-n30px {
    margin-bottom: -30px !important; }
  .ml-xl-n30px,
  .mx-xl-n30px {
    margin-left: -30px !important; }
  .m-xl-n32px {
    margin: -32px !important; }
  .mt-xl-n32px,
  .my-xl-n32px {
    margin-top: -32px !important; }
  .mr-xl-n32px,
  .mx-xl-n32px {
    margin-right: -32px !important; }
  .mb-xl-n32px,
  .my-xl-n32px {
    margin-bottom: -32px !important; }
  .ml-xl-n32px,
  .mx-xl-n32px {
    margin-left: -32px !important; }
  .m-xl-n36px {
    margin: -36px !important; }
  .mt-xl-n36px,
  .my-xl-n36px {
    margin-top: -36px !important; }
  .mr-xl-n36px,
  .mx-xl-n36px {
    margin-right: -36px !important; }
  .mb-xl-n36px,
  .my-xl-n36px {
    margin-bottom: -36px !important; }
  .ml-xl-n36px,
  .mx-xl-n36px {
    margin-left: -36px !important; }
  .m-xl-n40px {
    margin: -40px !important; }
  .mt-xl-n40px,
  .my-xl-n40px {
    margin-top: -40px !important; }
  .mr-xl-n40px,
  .mx-xl-n40px {
    margin-right: -40px !important; }
  .mb-xl-n40px,
  .my-xl-n40px {
    margin-bottom: -40px !important; }
  .ml-xl-n40px,
  .mx-xl-n40px {
    margin-left: -40px !important; }
  .m-xl-n48px {
    margin: -48px !important; }
  .mt-xl-n48px,
  .my-xl-n48px {
    margin-top: -48px !important; }
  .mr-xl-n48px,
  .mx-xl-n48px {
    margin-right: -48px !important; }
  .mb-xl-n48px,
  .my-xl-n48px {
    margin-bottom: -48px !important; }
  .ml-xl-n48px,
  .mx-xl-n48px {
    margin-left: -48px !important; }
  .m-xl-n56px {
    margin: -56px !important; }
  .mt-xl-n56px,
  .my-xl-n56px {
    margin-top: -56px !important; }
  .mr-xl-n56px,
  .mx-xl-n56px {
    margin-right: -56px !important; }
  .mb-xl-n56px,
  .my-xl-n56px {
    margin-bottom: -56px !important; }
  .ml-xl-n56px,
  .mx-xl-n56px {
    margin-left: -56px !important; }
  .m-xl-n60px {
    margin: -60px !important; }
  .mt-xl-n60px,
  .my-xl-n60px {
    margin-top: -60px !important; }
  .mr-xl-n60px,
  .mx-xl-n60px {
    margin-right: -60px !important; }
  .mb-xl-n60px,
  .my-xl-n60px {
    margin-bottom: -60px !important; }
  .ml-xl-n60px,
  .mx-xl-n60px {
    margin-left: -60px !important; }
  .m-xl-n68px {
    margin: -68px !important; }
  .mt-xl-n68px,
  .my-xl-n68px {
    margin-top: -68px !important; }
  .mr-xl-n68px,
  .mx-xl-n68px {
    margin-right: -68px !important; }
  .mb-xl-n68px,
  .my-xl-n68px {
    margin-bottom: -68px !important; }
  .ml-xl-n68px,
  .mx-xl-n68px {
    margin-left: -68px !important; }
  .m-xl-n64px {
    margin: -64px !important; }
  .mt-xl-n64px,
  .my-xl-n64px {
    margin-top: -64px !important; }
  .mr-xl-n64px,
  .mx-xl-n64px {
    margin-right: -64px !important; }
  .mb-xl-n64px,
  .my-xl-n64px {
    margin-bottom: -64px !important; }
  .ml-xl-n64px,
  .mx-xl-n64px {
    margin-left: -64px !important; }
  .m-xl-n72px {
    margin: -72px !important; }
  .mt-xl-n72px,
  .my-xl-n72px {
    margin-top: -72px !important; }
  .mr-xl-n72px,
  .mx-xl-n72px {
    margin-right: -72px !important; }
  .mb-xl-n72px,
  .my-xl-n72px {
    margin-bottom: -72px !important; }
  .ml-xl-n72px,
  .mx-xl-n72px {
    margin-left: -72px !important; }
  .m-xl-n80px {
    margin: -80px !important; }
  .mt-xl-n80px,
  .my-xl-n80px {
    margin-top: -80px !important; }
  .mr-xl-n80px,
  .mx-xl-n80px {
    margin-right: -80px !important; }
  .mb-xl-n80px,
  .my-xl-n80px {
    margin-bottom: -80px !important; }
  .ml-xl-n80px,
  .mx-xl-n80px {
    margin-left: -80px !important; }
  .m-xl-n86px {
    margin: -86px !important; }
  .mt-xl-n86px,
  .my-xl-n86px {
    margin-top: -86px !important; }
  .mr-xl-n86px,
  .mx-xl-n86px {
    margin-right: -86px !important; }
  .mb-xl-n86px,
  .my-xl-n86px {
    margin-bottom: -86px !important; }
  .ml-xl-n86px,
  .mx-xl-n86px {
    margin-left: -86px !important; }
  .m-xl-n100px {
    margin: -100px !important; }
  .mt-xl-n100px,
  .my-xl-n100px {
    margin-top: -100px !important; }
  .mr-xl-n100px,
  .mx-xl-n100px {
    margin-right: -100px !important; }
  .mb-xl-n100px,
  .my-xl-n100px {
    margin-bottom: -100px !important; }
  .ml-xl-n100px,
  .mx-xl-n100px {
    margin-left: -100px !important; }
  .m-xl-n120px {
    margin: -120px !important; }
  .mt-xl-n120px,
  .my-xl-n120px {
    margin-top: -120px !important; }
  .mr-xl-n120px,
  .mx-xl-n120px {
    margin-right: -120px !important; }
  .mb-xl-n120px,
  .my-xl-n120px {
    margin-bottom: -120px !important; }
  .ml-xl-n120px,
  .mx-xl-n120px {
    margin-left: -120px !important; }
  .m-xl-n127px {
    margin: -127px !important; }
  .mt-xl-n127px,
  .my-xl-n127px {
    margin-top: -127px !important; }
  .mr-xl-n127px,
  .mx-xl-n127px {
    margin-right: -127px !important; }
  .mb-xl-n127px,
  .my-xl-n127px {
    margin-bottom: -127px !important; }
  .ml-xl-n127px,
  .mx-xl-n127px {
    margin-left: -127px !important; }
  .m-xl-n129px {
    margin: -129px !important; }
  .mt-xl-n129px,
  .my-xl-n129px {
    margin-top: -129px !important; }
  .mr-xl-n129px,
  .mx-xl-n129px {
    margin-right: -129px !important; }
  .mb-xl-n129px,
  .my-xl-n129px {
    margin-bottom: -129px !important; }
  .ml-xl-n129px,
  .mx-xl-n129px {
    margin-left: -129px !important; }
  .m-xl-n133px {
    margin: -133px !important; }
  .mt-xl-n133px,
  .my-xl-n133px {
    margin-top: -133px !important; }
  .mr-xl-n133px,
  .mx-xl-n133px {
    margin-right: -133px !important; }
  .mb-xl-n133px,
  .my-xl-n133px {
    margin-bottom: -133px !important; }
  .ml-xl-n133px,
  .mx-xl-n133px {
    margin-left: -133px !important; }
  .m-xl-n148px {
    margin: -148px !important; }
  .mt-xl-n148px,
  .my-xl-n148px {
    margin-top: -148px !important; }
  .mr-xl-n148px,
  .mx-xl-n148px {
    margin-right: -148px !important; }
  .mb-xl-n148px,
  .my-xl-n148px {
    margin-bottom: -148px !important; }
  .ml-xl-n148px,
  .mx-xl-n148px {
    margin-left: -148px !important; }
  .m-xl-n180px {
    margin: -180px !important; }
  .mt-xl-n180px,
  .my-xl-n180px {
    margin-top: -180px !important; }
  .mr-xl-n180px,
  .mx-xl-n180px {
    margin-right: -180px !important; }
  .mb-xl-n180px,
  .my-xl-n180px {
    margin-bottom: -180px !important; }
  .ml-xl-n180px,
  .mx-xl-n180px {
    margin-left: -180px !important; }
  .m-xl-n200px {
    margin: -200px !important; }
  .mt-xl-n200px,
  .my-xl-n200px {
    margin-top: -200px !important; }
  .mr-xl-n200px,
  .mx-xl-n200px {
    margin-right: -200px !important; }
  .mb-xl-n200px,
  .my-xl-n200px {
    margin-bottom: -200px !important; }
  .ml-xl-n200px,
  .mx-xl-n200px {
    margin-left: -200px !important; }
  .m-xl-n210px {
    margin: -210px !important; }
  .mt-xl-n210px,
  .my-xl-n210px {
    margin-top: -210px !important; }
  .mr-xl-n210px,
  .mx-xl-n210px {
    margin-right: -210px !important; }
  .mb-xl-n210px,
  .my-xl-n210px {
    margin-bottom: -210px !important; }
  .ml-xl-n210px,
  .mx-xl-n210px {
    margin-left: -210px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-m-left {
    text-align: left !important; }
  .text-m-right {
    text-align: right !important; }
  .text-m-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

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

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

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

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

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

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

.text-white {
  color: #ffff !important; }

.text-primary {
  color: #007bff !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

.text-info {
  color: #17a2b8 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #343a40 !important; }

.text-black {
  color: #000000 !important; }

.text-white {
  color: #ffff !important; }

.text-gray-light {
  color: #797878 !important; }

.text-light-black {
  color: #2a2a2a !important; }

.text-main-red {
  color: #a31931 !important; }

.text-beige {
  color: #f7f5eb !important; }

.text-brown {
  color: #41352d !important; }

.text-light-brown {
  color: #655b53 !important; }

.text-base {
  color: #121212 !important; }

.text-success-alert {
  color: #00B689 !important; }

.text-gray-light-80 {
  color: rgba(233, 232, 225, 0.8) !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*opacity*/
/*btn heights*/
/*border-width*/
/*border-radius*/
/*caret*/
/*rounded object*/
/*transform spacing*/
/*path fill*/
/*make-wide-container-max-widths*/
/*make-small-container-max-widths*/
/*make-responsive-overflow-x-scroll*/
/*make content-min height*/
@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(300%); } }

/**/
@keyframes shadow-animate-left {
  0% {
    transform: rotate(0deg) translate(0%, 0%); }
  100% {
    transform: rotate(-20deg) translate(-30%, 0%); } }

@keyframes shadow-animate-right {
  0% {
    transform: rotate(0deg) translate(0%, 0%); }
  100% {
    transform: rotate(20deg) translate(30%, 0%); } }

/*spinning*/
@keyframes spinning {
  0% {
    transform: scale(1) translateY(0); }
  10% {
    transform: scale(1.2, 0.6); }
  30% {
    transform: scale(0.8, 1.1) translateY(-50%); }
  50% {
    transform: scale(1) translateY(0); }
  100% {
    transform: translateY(0); } }

/**/
@font-face {
  font-family: 'NotoSerif-Italic';
  src: url("../../fonts/en/NotoSerif-Italic.eot");
  src: url("../../fonts/en/NotoSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/en/NotoSerif-Italic.svg#NotoSerif-Italic") format("svg"), url("../../fonts/en/NotoSerif-Italic.ttf") format("truetype"), url("../../fonts/en/NotoSerif-Italic.woff") format("woff"), url("../../fonts/en/NotoSerif-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSerif-Regular';
  src: url("../../fonts/en/NotoSerif-Regular.eot");
  src: url("../../fonts/en/NotoSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/en/NotoSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSerif';
  src: url("../../fonts/en/NotoSerif.svg#NotoSerif") format("svg"), url("../../fonts/en/NotoSerif.ttf") format("truetype"), url("../../fonts/en/NotoSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSerif-Bold';
  src: url("../../fonts/en/NotoSerif-Bold.eot");
  src: url("../../fonts/en/NotoSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/en/NotoSerif-Bold.svg#NotoSerif-Bold") format("svg"), url("../../fonts/en/NotoSerif-Bold.ttf") format("truetype"), url("../../fonts/en/NotoSerif-Bold.woff") format("woff"), url("../../fonts/en/NotoSerif-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSerif-BoldItalic';
  src: url("../../fonts/en/NotoSerif-BoldItalic.eot");
  src: url("../../fonts/en/NotoSerif-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/en/NotoSerif-BoldItalic.svg#NotoSerif-BoldItalic") format("svg"), url("../../fonts/en/NotoSerif-BoldItalic.ttf") format("truetype"), url("../../fonts/en/NotoSerif-BoldItalic.woff") format("woff"), url("../../fonts/en/NotoSerif-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraGO-Regular';
  src: url("../../fonts/ka/FiraGO-Regular.eot");
  src: url("../../fonts/ka/FiraGO-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ka/FiraGO-Regular.svg#FiraGO-Regular") format("svg"), url("../../fonts/ka/FiraGO-Regular.ttf") format("truetype"), url("../../fonts/ka/FiraGO-Regular.woff") format("woff"), url("../../fonts/ka/FiraGO-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FiraGO-Bold';
  src: url("../../fonts/ka/FiraGO-Bold.eot");
  src: url("../../fonts/ka/FiraGO-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ka/FiraGO-Bold.svg#FiraGO-Bold") format("svg"), url("../../fonts/ka/FiraGO-Bold.ttf") format("truetype"), url("../../fonts/ka/FiraGO-Bold.woff") format("woff"), url("../../fonts/ka/FiraGO-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lg';
  src: url("../../fonts/lg.ttf") format("truetype"), url("../../fonts/lg.woff") format("woff"), url("../../fonts/lg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.font-size-6 {
  font-size: 6px !important; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-23 {
  font-size: 23px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-44 {
  font-size: 44px !important; }

.font-size-66 {
  font-size: 66px !important; }

.font-size-80 {
  font-size: 80px !important; }

.line-height-6 {
  line-height: 16px !important; }

.line-height-10 {
  line-height: 20px !important; }

.line-height-11 {
  line-height: 21px !important; }

.line-height-12 {
  line-height: 22px !important; }

.line-height-13 {
  line-height: 23px !important; }

.line-height-14 {
  line-height: 24px !important; }

.line-height-15 {
  line-height: 25px !important; }

.line-height-16 {
  line-height: 26px !important; }

.line-height-18 {
  line-height: 28px !important; }

.line-height-21 {
  line-height: 31px !important; }

.line-height-22 {
  line-height: 32px !important; }

.line-height-23 {
  line-height: 33px !important; }

.line-height-24 {
  line-height: 34px !important; }

.line-height-30 {
  line-height: 40px !important; }

.line-height-44 {
  line-height: 54px !important; }

.line-height-66 {
  line-height: 76px !important; }

.line-height-80 {
  line-height: 90px !important; }

@media (min-width: 576px) {
  .font-size-sm-6 {
    font-size: 6px !important; }
  .font-size-sm-10 {
    font-size: 10px !important; }
  .font-size-sm-11 {
    font-size: 11px !important; }
  .font-size-sm-12 {
    font-size: 12px !important; }
  .font-size-sm-13 {
    font-size: 13px !important; }
  .font-size-sm-14 {
    font-size: 14px !important; }
  .font-size-sm-15 {
    font-size: 15px !important; }
  .font-size-sm-16 {
    font-size: 16px !important; }
  .font-size-sm-18 {
    font-size: 18px !important; }
  .font-size-sm-21 {
    font-size: 21px !important; }
  .font-size-sm-22 {
    font-size: 22px !important; }
  .font-size-sm-23 {
    font-size: 23px !important; }
  .font-size-sm-24 {
    font-size: 24px !important; }
  .font-size-sm-30 {
    font-size: 30px !important; }
  .font-size-sm-44 {
    font-size: 44px !important; }
  .font-size-sm-66 {
    font-size: 66px !important; }
  .font-size-sm-80 {
    font-size: 80px !important; }
  .line-height-sm-6 {
    line-height: 16px !important; }
  .line-height-sm-10 {
    line-height: 20px !important; }
  .line-height-sm-11 {
    line-height: 21px !important; }
  .line-height-sm-12 {
    line-height: 22px !important; }
  .line-height-sm-13 {
    line-height: 23px !important; }
  .line-height-sm-14 {
    line-height: 24px !important; }
  .line-height-sm-15 {
    line-height: 25px !important; }
  .line-height-sm-16 {
    line-height: 26px !important; }
  .line-height-sm-18 {
    line-height: 28px !important; }
  .line-height-sm-21 {
    line-height: 31px !important; }
  .line-height-sm-22 {
    line-height: 32px !important; }
  .line-height-sm-23 {
    line-height: 33px !important; }
  .line-height-sm-24 {
    line-height: 34px !important; }
  .line-height-sm-30 {
    line-height: 40px !important; }
  .line-height-sm-44 {
    line-height: 54px !important; }
  .line-height-sm-66 {
    line-height: 76px !important; }
  .line-height-sm-80 {
    line-height: 90px !important; } }

@media (min-width: 768px) {
  .font-size-md-6 {
    font-size: 6px !important; }
  .font-size-md-10 {
    font-size: 10px !important; }
  .font-size-md-11 {
    font-size: 11px !important; }
  .font-size-md-12 {
    font-size: 12px !important; }
  .font-size-md-13 {
    font-size: 13px !important; }
  .font-size-md-14 {
    font-size: 14px !important; }
  .font-size-md-15 {
    font-size: 15px !important; }
  .font-size-md-16 {
    font-size: 16px !important; }
  .font-size-md-18 {
    font-size: 18px !important; }
  .font-size-md-21 {
    font-size: 21px !important; }
  .font-size-md-22 {
    font-size: 22px !important; }
  .font-size-md-23 {
    font-size: 23px !important; }
  .font-size-md-24 {
    font-size: 24px !important; }
  .font-size-md-30 {
    font-size: 30px !important; }
  .font-size-md-44 {
    font-size: 44px !important; }
  .font-size-md-66 {
    font-size: 66px !important; }
  .font-size-md-80 {
    font-size: 80px !important; }
  .line-height-md-6 {
    line-height: 16px !important; }
  .line-height-md-10 {
    line-height: 20px !important; }
  .line-height-md-11 {
    line-height: 21px !important; }
  .line-height-md-12 {
    line-height: 22px !important; }
  .line-height-md-13 {
    line-height: 23px !important; }
  .line-height-md-14 {
    line-height: 24px !important; }
  .line-height-md-15 {
    line-height: 25px !important; }
  .line-height-md-16 {
    line-height: 26px !important; }
  .line-height-md-18 {
    line-height: 28px !important; }
  .line-height-md-21 {
    line-height: 31px !important; }
  .line-height-md-22 {
    line-height: 32px !important; }
  .line-height-md-23 {
    line-height: 33px !important; }
  .line-height-md-24 {
    line-height: 34px !important; }
  .line-height-md-30 {
    line-height: 40px !important; }
  .line-height-md-44 {
    line-height: 54px !important; }
  .line-height-md-66 {
    line-height: 76px !important; }
  .line-height-md-80 {
    line-height: 90px !important; } }

@media (min-width: 1024px) {
  .font-size-m-6 {
    font-size: 6px !important; }
  .font-size-m-10 {
    font-size: 10px !important; }
  .font-size-m-11 {
    font-size: 11px !important; }
  .font-size-m-12 {
    font-size: 12px !important; }
  .font-size-m-13 {
    font-size: 13px !important; }
  .font-size-m-14 {
    font-size: 14px !important; }
  .font-size-m-15 {
    font-size: 15px !important; }
  .font-size-m-16 {
    font-size: 16px !important; }
  .font-size-m-18 {
    font-size: 18px !important; }
  .font-size-m-21 {
    font-size: 21px !important; }
  .font-size-m-22 {
    font-size: 22px !important; }
  .font-size-m-23 {
    font-size: 23px !important; }
  .font-size-m-24 {
    font-size: 24px !important; }
  .font-size-m-30 {
    font-size: 30px !important; }
  .font-size-m-44 {
    font-size: 44px !important; }
  .font-size-m-66 {
    font-size: 66px !important; }
  .font-size-m-80 {
    font-size: 80px !important; }
  .line-height-m-6 {
    line-height: 16px !important; }
  .line-height-m-10 {
    line-height: 20px !important; }
  .line-height-m-11 {
    line-height: 21px !important; }
  .line-height-m-12 {
    line-height: 22px !important; }
  .line-height-m-13 {
    line-height: 23px !important; }
  .line-height-m-14 {
    line-height: 24px !important; }
  .line-height-m-15 {
    line-height: 25px !important; }
  .line-height-m-16 {
    line-height: 26px !important; }
  .line-height-m-18 {
    line-height: 28px !important; }
  .line-height-m-21 {
    line-height: 31px !important; }
  .line-height-m-22 {
    line-height: 32px !important; }
  .line-height-m-23 {
    line-height: 33px !important; }
  .line-height-m-24 {
    line-height: 34px !important; }
  .line-height-m-30 {
    line-height: 40px !important; }
  .line-height-m-44 {
    line-height: 54px !important; }
  .line-height-m-66 {
    line-height: 76px !important; }
  .line-height-m-80 {
    line-height: 90px !important; } }

@media (min-width: 1200px) {
  .font-size-lg-6 {
    font-size: 6px !important; }
  .font-size-lg-10 {
    font-size: 10px !important; }
  .font-size-lg-11 {
    font-size: 11px !important; }
  .font-size-lg-12 {
    font-size: 12px !important; }
  .font-size-lg-13 {
    font-size: 13px !important; }
  .font-size-lg-14 {
    font-size: 14px !important; }
  .font-size-lg-15 {
    font-size: 15px !important; }
  .font-size-lg-16 {
    font-size: 16px !important; }
  .font-size-lg-18 {
    font-size: 18px !important; }
  .font-size-lg-21 {
    font-size: 21px !important; }
  .font-size-lg-22 {
    font-size: 22px !important; }
  .font-size-lg-23 {
    font-size: 23px !important; }
  .font-size-lg-24 {
    font-size: 24px !important; }
  .font-size-lg-30 {
    font-size: 30px !important; }
  .font-size-lg-44 {
    font-size: 44px !important; }
  .font-size-lg-66 {
    font-size: 66px !important; }
  .font-size-lg-80 {
    font-size: 80px !important; }
  .line-height-lg-6 {
    line-height: 16px !important; }
  .line-height-lg-10 {
    line-height: 20px !important; }
  .line-height-lg-11 {
    line-height: 21px !important; }
  .line-height-lg-12 {
    line-height: 22px !important; }
  .line-height-lg-13 {
    line-height: 23px !important; }
  .line-height-lg-14 {
    line-height: 24px !important; }
  .line-height-lg-15 {
    line-height: 25px !important; }
  .line-height-lg-16 {
    line-height: 26px !important; }
  .line-height-lg-18 {
    line-height: 28px !important; }
  .line-height-lg-21 {
    line-height: 31px !important; }
  .line-height-lg-22 {
    line-height: 32px !important; }
  .line-height-lg-23 {
    line-height: 33px !important; }
  .line-height-lg-24 {
    line-height: 34px !important; }
  .line-height-lg-30 {
    line-height: 40px !important; }
  .line-height-lg-44 {
    line-height: 54px !important; }
  .line-height-lg-66 {
    line-height: 76px !important; }
  .line-height-lg-80 {
    line-height: 90px !important; } }

@media (min-width: 1600px) {
  .font-size-xl-6 {
    font-size: 6px !important; }
  .font-size-xl-10 {
    font-size: 10px !important; }
  .font-size-xl-11 {
    font-size: 11px !important; }
  .font-size-xl-12 {
    font-size: 12px !important; }
  .font-size-xl-13 {
    font-size: 13px !important; }
  .font-size-xl-14 {
    font-size: 14px !important; }
  .font-size-xl-15 {
    font-size: 15px !important; }
  .font-size-xl-16 {
    font-size: 16px !important; }
  .font-size-xl-18 {
    font-size: 18px !important; }
  .font-size-xl-21 {
    font-size: 21px !important; }
  .font-size-xl-22 {
    font-size: 22px !important; }
  .font-size-xl-23 {
    font-size: 23px !important; }
  .font-size-xl-24 {
    font-size: 24px !important; }
  .font-size-xl-30 {
    font-size: 30px !important; }
  .font-size-xl-44 {
    font-size: 44px !important; }
  .font-size-xl-66 {
    font-size: 66px !important; }
  .font-size-xl-80 {
    font-size: 80px !important; }
  .line-height-xl-6 {
    line-height: 16px !important; }
  .line-height-xl-10 {
    line-height: 20px !important; }
  .line-height-xl-11 {
    line-height: 21px !important; }
  .line-height-xl-12 {
    line-height: 22px !important; }
  .line-height-xl-13 {
    line-height: 23px !important; }
  .line-height-xl-14 {
    line-height: 24px !important; }
  .line-height-xl-15 {
    line-height: 25px !important; }
  .line-height-xl-16 {
    line-height: 26px !important; }
  .line-height-xl-18 {
    line-height: 28px !important; }
  .line-height-xl-21 {
    line-height: 31px !important; }
  .line-height-xl-22 {
    line-height: 32px !important; }
  .line-height-xl-23 {
    line-height: 33px !important; }
  .line-height-xl-24 {
    line-height: 34px !important; }
  .line-height-xl-30 {
    line-height: 40px !important; }
  .line-height-xl-44 {
    line-height: 54px !important; }
  .line-height-xl-66 {
    line-height: 76px !important; }
  .line-height-xl-80 {
    line-height: 90px !important; } }

body {
  font-family: 'NotoSerif-Regular'; }

.is-uppercase {
  text-transform: uppercase;
  -moz-font-feature-settings: 'case';
  -webkit-font-feature-settings: 'case';
  font-feature-settings: 'case' on; }

.font-base-ka {
  font-family: 'KA_KOLHETI'; }

.font-base {
  font-family: 'NotoSerif-Regular'; }

.font-bold {
  font-family: 'NotoSerif-Bold'; }

.font-bold-italic {
  font-family: 'NotoSerif-BoldItalic'; }

.font-size-14 {
  line-height: 28px !important; }

a.font-size-14 {
  line-height: normal !important; }

button.font-size-14 {
  line-height: normal !important; }

html:lang(ka) .font-base {
  font-family: 'FiraGO-Regular'; }

html:lang(ka) .font-bold {
  font-family: 'FiraGO-Bold'; }

@media (max-width: 767px) {
  .font-size-44, .font-size-46 {
    font-size: 30px !important; } }

html body .important-line-height-12 {
  line-height: 23px !important; }

.btn {
  box-shadow: none !important; }

.custom-control-label::before {
  border-width: 2px !important; }

.custom-radio .custom-control-label::before {
  border-width: 2px !important;
  width: 19px;
  height: 19px; }

p {
  margin: 0; }

input {
  box-shadow: none !important;
  outline: none !important;
  border-color: #707070 !important; }
  input:focus {
    border-color: black !important; }

.border-radius-0 {
  border-radius: 0 !important; }

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

.border-radius-sm {
  border-radius: 12px; }

.border-radius-md {
  border-radius: 16px; }

.border-radius-lg {
  border-radius: 24px; }

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

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

.flex-1 {
  flex: 1; }

.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .clamp._2 {
    -webkit-line-clamp: 2; }
  .clamp._3 {
    -webkit-line-clamp: 3; }
  .clamp._4 {
    -webkit-line-clamp: 4; }

.text-decoration-underline {
  text-decoration: underline; }

.wrapper {
  position: relative;
  overflow: hidden; }

body {
  color: #121212;
  font-size: 14px; }

.text {
  color: #121212; }

.pr-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.pr-descr {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.footer-brown {
  background-color: #41352d; }

.footer-white {
  background-color: #ffff; }

.overflow-visible {
  overflow: visible !important; }

.object-fit-contain {
  object-fit: contain; }

.object-fit-cover {
  object-fit: cover; }

body {
  overflow-x: hidden; }
  body .burger-menu {
    display: none;
    width: 30px;
    height: 16px; }
    @media (max-width: 1000px) {
      body .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-left: 0; }
        body .burger-menu div {
          width: 100%;
          height: 2px;
          border-radius: 8px;
          background-color: #000000; } }
  body .menu-actions svg path {
    fill: black;
    transition: .3s ease-in-out; }
  body .menu-actions .search-btn svg circle {
    stroke: black;
    transition: .3s ease-in-out; }
  body .menu-actions .search-btn svg line {
    stroke: black;
    transition: .3s ease-in-out; }
  body .menu-links {
    color: #2a2a2a; }
    @media (max-width: 1000px) {
      body .menu-links {
        color: #ffff;
        width: 100%; } }
  body .lang-switch {
    color: #2a2a2a; }
  body .menu-list {
    opacity: 0;
    transition: .3s ease-in-out;
    transition-delay: .8s; }
    body .menu-list li .menu-links {
      position: relative;
      padding-bottom: 6px;
      text-transform: capitalize;
      transition: .3s ease-in-out; }
      body .menu-list li .menu-links::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #2a2a2a;
        transform: scaleX(0);
        transform-origin: center;
        transition: .3s ease-in-out; }
      @media (min-width: 1001px) {
        body .menu-list li .menu-links:hover {
          color: #2a2a2a !important; }
          body .menu-list li .menu-links:hover::after {
            transform: scaleX(1); } }
    @media (max-width: 1000px) {
      body .menu-list {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: #41352d;
        padding: 0 15px;
        opacity: 0 !important;
        pointer-events: none;
        transition-delay: initial !important;
        display: block !important; }
        body .menu-list ul {
          flex-direction: column;
          padding-top: 56px; } }
  body.home-page .menu-actions svg {
    stroke: white; }
    body.home-page .menu-actions svg path {
      fill: white; }
  body.home-page .menu-actions .search-btn svg circle {
    stroke: white; }
  body.home-page .menu-actions .search-btn svg line {
    stroke: white; }
  body.home-page .menu-links {
    color: #ffff; }
  body.home-page .lang-switch {
    color: #ffff; }
  body.home-page .menu-list {
    opacity: 0;
    transition: .3s ease-in-out;
    transition-delay: .8s; }
    body.home-page .menu-list li .menu-links {
      position: relative;
      padding-bottom: 6px;
      text-transform: capitalize;
      transition: .3s ease-in-out; }
      body.home-page .menu-list li .menu-links::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #ffff;
        transform: scaleX(0);
        transform-origin: center;
        transition: .3s ease-in-out; }
      @media (min-width: 1000px) {
        body.home-page .menu-list li .menu-links:hover {
          color: #ffff !important; }
          body.home-page .menu-list li .menu-links:hover::after {
            transform: scaleX(1); } }
  body.home-page .burger-menu {
    display: none;
    width: 30px;
    height: 15px; }
    @media (max-width: 1000px) {
      body.home-page .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        body.home-page .burger-menu div {
          width: 100%;
          height: 2px;
          border-radius: 8px;
          background-color: #ffff; } }

.container {
  width: 100%;
  max-width: 1145px; }
  @media (max-width: 1365px) {
    .container {
      max-width: 100%;
      padding: 0 56px; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 100%;
      padding: 0 15px; } }
  .container.glossary-container {
    max-width: 996px;
    overflow: hidden;
    padding: 0 59px; }

.header-container {
  width: 100%;
  max-width: 1920px;
  padding: 0 48px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .header-container {
      max-width: 100%;
      padding: 0 56px; } }
  @media (max-width: 1365px) {
    .header-container {
      max-width: 100%;
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .header-container {
      max-width: 100%;
      padding: 0 15px; } }

.tes-container {
  width: 100%;
  max-width: 910px;
  margin: 0 auto; }

.left-100 {
  left: 100%; }

.right-100 {
  right: 100%; }

.winery-box {
  position: relative; }
  .winery-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(65, 53, 45, 0.3);
    transition: .5s ease-in-out; }
  .winery-box:hover::after {
    background-color: rgba(65, 53, 45, 0); }

.header-slider {
  height: 100%; }
  .header-slider .swiper-slide {
    display: flex;
    justify-content: center;
    width: auto; }
    .header-slider .swiper-slide:last-child {
      margin-right: 0 !important; }
    @media (max-width: 767px) {
      .header-slider .swiper-slide {
        margin-right: 48px !important; } }
    .header-slider .swiper-slide a {
      width: 100%;
      display: flex;
      align-items: center; }
      .header-slider .swiper-slide a.active {
        color: #000000 !important;
        font-weight: bold; }

.header-slider {
  max-width: 400px; }
  @media (max-width: 767px) {
    .header-slider {
      max-width: 100%; } }

.fixed-header-slide {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fixed-header-slide.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999; }

.winemakers-box:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }

.wine-club-img {
  position: relative;
  padding-top: 41.8%; }
  .wine-club-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.membership-card img {
  width: 288px;
  height: 179px; }

body .logo {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative; }

body .burger-logo {
  display: none;
  width: 138px; }
  @media (max-width: 1000px) {
    body .burger-logo {
      display: flex; } }

body .burger-logo-white {
  display: none;
  width: 138px; }

body .default-logo {
  width: 138px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1365px) {
    body .default-logo {
      width: 100px; } }
  @media (max-width: 1000px) {
    body .default-logo {
      display: none; } }

.minus_, .plus_ {
  border-width: 2px !important; }

@media (max-width: 1000px) {
  .btn.lang-switch {
    margin-left: 0 !important;
    display: none !important; } }

.membership-info div {
  border-bottom: 1px solid #EFEDE4;
  padding-bottom: 14px; }
  .membership-info div:nth-child(1) {
    border: none;
    padding: 0; }
  .membership-info div:nth-child(2) {
    border: none;
    padding: 0; }

.checkout-input {
  display: none; }
  .checkout-input input {
    width: 100%;
    height: 50px;
    border: 2px solid #CAC6BE; }

.btn-check {
  border: 2px solid #a31931 !important;
  background-color: #a31931; }
  .btn-check:hover {
    border-color: #a31931 !important;
    background-color: #a31931 !important; }

.adress-select {
  border: 2px solid #CFCCCA;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
  justify-content: space-between; }

.disabled-cart .minus_, .disabled-cart .plus_ {
  pointer-events: none;
  opacity: .3; }

.user-profile-slider .swiper-slide {
  width: auto !important;
  margin-right: 56px !important; }
  @media (max-width: 767px) {
    .user-profile-slider .swiper-slide {
      margin-right: 40px !important; }
      .user-profile-slider .swiper-slide:last-child {
        margin-right: 0 !important; } }
  .user-profile-slider .swiper-slide a.active {
    font-family: 'NotoSerif-Bold' !important; }
  .user-profile-slider .swiper-slide a {
    transition: .3s ease-in-out; }
    .user-profile-slider .swiper-slide a:hover {
      opacity: .7; }

.glossary-slider {
  height: 100%; }
  .glossary-slider .swiper-slide {
    width: auto !important;
    margin-right: 42px !important;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .glossary-slider .swiper-slide {
        margin-right: 40px !important; }
        .glossary-slider .swiper-slide:last-child {
          margin-right: 0 !important; } }
    .glossary-slider .swiper-slide a.active {
      opacity: 1;
      font-family: 'NotoSerif-Bold' !important; }
    .glossary-slider .swiper-slide a {
      height: 100%;
      display: flex;
      align-items: center;
      transition: .3s ease-in-out;
      opacity: .6;
      padding: 4px; }
      .glossary-slider .swiper-slide a:hover {
        opacity: 1; }

.order-table tr {
  position: relative; }
  .order-table tr td a {
    align-items: center; }
    .order-table tr td a img {
      width: 6px;
      height: 10px; }

.status-point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -4px; }
  .status-point.in-progress {
    background-color: #262626; }
  .status-point.canceled {
    background-color: #A31931; }
  .status-point.shipped {
    background-color: #00B689; }

.steps-actions .btn img {
  transition: .3s ease-in-out; }

.steps-actions .btn:hover img {
  transform: translateX(5px); }

.steps-actions .btn:nth-child(1):hover img {
  transform: translateX(-5px); }

.step-content {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px; }
  .step-content::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .step-content.address-info-step {
    display: none; }
    @media (max-width: 767px) {
      .step-content.address-info-step {
        display: block !important; } }
  .step-content.password-info-step {
    display: none; }
    @media (max-width: 767px) {
      .step-content.password-info-step {
        display: block !important; } }
    .step-content.password-info-step:after {
      display: none; }

@media (max-width: 767px) {
  .steps-title {
    pointer-events: none;
    opacity: 1 !important; } }

.steps-title.addres-info {
  pointer-events: none;
  opacity: .5; }
  .steps-title.addres-info.active {
    pointer-events: all;
    opacity: 1; }

.steps-title.password-info {
  pointer-events: none;
  opacity: .5; }
  .steps-title.password-info.active {
    pointer-events: all;
    opacity: 1; }

.currency-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-left: 4px; }
  .currency-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.product-price-old .currency {
  opacity: .6; }

.currency-old .currency-icon {
  opacity: .6; }

select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 16px; }

.mobile-default-select {
  position: relative; }
  @media (max-width: 767px) {
    .mobile-default-select::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 15px;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../../icons/select-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 999; } }

input::placeholder {
  font-size: 14px; }

.custom-control-label {
  font-size: 14px;
  font-family: 'NotoSerif-Regular'; }

.cart-close, .profile-close, .search-close {
  position: absolute;
  top: 60px !important;
  right: 40px; }
  @media (max-width: 767px) {
    .cart-close, .profile-close, .search-close {
      top: 40px !important;
      right: 15px; } }

.tours-close {
  position: absolute;
  top: 60px !important;
  right: 40px; }
  @media (max-width: 767px) {
    .tours-close {
      top: 40px !important;
      right: 25px; } }

.address-close {
  position: absolute;
  top: 60px !important;
  right: 40px; }
  @media (max-width: 767px) {
    .address-close {
      top: 40px;
      right: 25px; } }

.faq-content {
  display: none;
  border-bottom: 1px solid #E7E7E9;
  padding-bottom: 36px; }

.faq-item {
  position: relative;
  transition: .3s ease-in-out; }
  .faq-item .faq-title {
    border-bottom: 1px solid #E7E7E9;
    padding: 27px 24px  27px 0;
    transition: .5s ease-in-out; }
  .faq-item.active {
    opacity: 1 !important; }
    .faq-item.active .faq-content {
      display: block; }
    .faq-item.active .faq-title {
      border-bottom: 1px solid transparent; }
  .faq-item.inactive {
    opacity: 0.5 !important; }
  .faq-item img {
    position: absolute;
    top: 35px;
    right: 0; }

.glossary-item {
  border-bottom: 1px solid #E7E7E9;
  padding-bottom: 12px;
  padding-left: 171px;
  padding-right: 171px;
  margin-bottom: 28px; }
  @media (max-width: 1100px) {
    .glossary-item {
      padding-left: 0;
      padding-right: 0; } }

.map-box {
  height: 542px;
  position: relative;
  overflow: hidden; }
  .map-box iframe {
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 0 !important; }

.modal-details-close {
  border-color: #707070 !important;
  top: 0;
  right: 0;
  z-index: 1000; }
  .modal-details-close:hover {
    border-color: #a31931 !important; }

body .detail-modal-box {
  width: 100%;
  max-width: 951px;
  max-height: 888px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 9999999999999;
  overflow-y: auto;
  transition: .5s ease-in-out;
  /* Track */
  /* Handle */ }
  @media (max-width: 767px) {
    body .detail-modal-box {
      height: 100%; } }
  body .detail-modal-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .detail-modal-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .detail-modal-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  body .detail-modal-box tr {
    cursor: default !important; }

body .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 800;
  background-color: rgba(65, 53, 45, 0.3);
  pointer-events: none;
  transition: .5s ease-in-out; }

body.modal-open .backdrop {
  opacity: 1;
  pointer-events: all; }

body.modal-open .detail-modal-box {
  pointer-events: all;
  opacity: 1; }

tr:last-child td {
  border-bottom: none !important; }

.border-bottom-gray {
  border-color: #E0E0E0; }

.open-details {
  position: relative; }
  .open-details .arrow-details {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

/*zoomIn.css*/
.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: wait;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media (max-width: 767px) {
    .zoomit-ghost {
      pointer-events: none; } }

.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  object-fit: contain;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  transition: transform 0.1s ease, opacity 0.2s ease; }

.zoomit-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block; }

.zoomit-container img {
  vertical-align: top; }

.zoomit-container.loaded .zoomit-ghost {
  cursor: crosshair; }
  @media (max-width: 1150px) {
    .zoomit-container.loaded .zoomit-ghost {
      display: none !important; } }

.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1; }
  @media (max-width: 1150px) {
    .zoomit-container.loaded .zoomit-zoomed {
      display: none !important; } }

.glossary-slider {
  overflow: visible !important; }
  .glossary-slider .swiper-slide {
    opacity: .25; }
  .glossary-slider .swiper-slide-visible {
    opacity: 1; }

body.menu-open .fixed-header-slide {
  opacity: 0 !important; }

body.menu-open .burger-header .menu-actions svg {
  stroke: white; }
  body.menu-open .burger-header .menu-actions svg path {
    fill: white; }

body.menu-open .burger-header .menu-actions .search-btn svg circle {
  stroke: white; }

body.menu-open .burger-header .menu-actions .search-btn svg line {
  stroke: white; }

@media (max-width: 1000px) {
  body.menu-open .burger-header .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0; }
    body.menu-open .burger-header .burger-menu div {
      width: 100%;
      height: 2px;
      border-radius: 8px;
      background-color: #ffff; } }

body .burger-header {
  display: none !important; }
  @media (max-width: 1000px) {
    body .burger-header {
      width: 100%;
      height: 77px;
      display: flex !important; } }

.z-index-n1 {
  z-index: -1; }

.z-index-20 {
  z-index: 20; }

.distibution-page {
  background-color: rgba(248, 247, 239, 0.8); }

.distibution-box {
  overflow: hidden;
  min-height: 1000px; }
  @media (max-width: 800px) {
    .distibution-box {
      min-height: 500px; } }

.distibution-map {
  position: absolute;
  top: 150px;
  left: 16%;
  width: 100%;
  height: 845px;
  object-fit: contain;
  z-index: -1;
  opacity: 0;
  transition: 1s ease-in-out;
  transition-delay: .5s; }
  @media (max-width: 800px) {
    .distibution-map {
      width: auto;
      left: 0;
      top: 10%; } }
  .distibution-map .line-animation {
    stroke: #c1beb0;
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
    transition: 7s ease-in-out; }
    .distibution-map .line-animation:nth-of-type(2) {
      transition-delay: 2.6s; }
    .distibution-map .line-animation:nth-of-type(3) {
      transition-delay: 2.8s; }
    .distibution-map .line-animation:nth-of-type(4) {
      transition-delay: 3s; }
    .distibution-map .line-animation:nth-of-type(5) {
      transition-delay: 3.3s; }
    .distibution-map .line-animation:nth-of-type(6) {
      transition-delay: 3.6s; }
    .distibution-map .line-animation:nth-of-type(7) {
      transition-delay: 3.8s; }
    .distibution-map .line-animation:nth-of-type(8) {
      transition-delay: 3.9s; }
    .distibution-map .line-animation:nth-of-type(9) {
      transition-delay: 4.3s; }
    .distibution-map .line-animation:nth-of-type(10) {
      transition-delay: 4.5s; }
    .distibution-map .line-animation:nth-of-type(11) {
      transition-delay: 2.9s; }
    .distibution-map .line-animation:nth-of-type(12) {
      transition-delay: 2.6s; }
  .distibution-map.active_chappie {
    opacity: 1; }
    .distibution-map.active_chappie .line-animation {
      stroke-dashoffset: 0; }
  .distibution-map path {
    stroke: none; }
  .distibution-map polygon {
    stroke: none; }

.faq-item:last-child .faq-title {
  border: none; }

.test-class {
  display: block; }

body.home-page .header-mask-div {
  background-color: rgba(65, 53, 45, 0.5); }

body.home-page .header-list-sub-menu a {
  color: #ffff; }
  body.home-page .header-list-sub-menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #ffff;
    transform: scaleX(0);
    transform-origin: center;
    transition: .3s ease-in-out; }
  body.home-page .header-list-sub-menu a:hover::after {
    transform: scaleX(1); }

body .header-mask-div {
  background-color: #f7f5eb;
  box-shadow: 0px 34px 38px 0px rgba(0, 0, 0, 0.2); }

body .header-list-sub-menu a {
  position: relative;
  transition: .3s ease-in;
  color: #000000; }
  body .header-list-sub-menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: center;
    transition: .3s ease-in-out; }
  body .header-list-sub-menu a:hover::after {
    transform: scaleX(1); }

.menu-list ul .menu-links-sub .header-list-sub-menu {
  min-width: 230px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  left: 0;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: .1s ease-in-out; }
  @media (max-width: 1000px) {
    .menu-list ul .menu-links-sub .header-list-sub-menu {
      position: relative;
      opacity: 1;
      transition: none;
      display: none;
      pointer-events: all; }
      .menu-list ul .menu-links-sub .header-list-sub-menu a {
        display: block;
        color: #ffff; } }
  .menu-list ul .menu-links-sub .header-list-sub-menu a {
    display: block; }

@media (min-width: 1000px) {
  .menu-list ul .menu-links-sub:hover .header-list-sub-menu {
    opacity: 1;
    pointer-events: all;
    transition-delay: .2s; } }

.menu-list ul .menu-links-sub.active .header-list-sub-menu {
  padding-top: 24px;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  transition-delay: .2s; }

.header-mask-div {
  display: none; }
  @media (min-width: 1001px) {
    .header-mask-div {
      display: block;
      position: absolute;
      background-color: rgba(65, 53, 45, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      opacity: 0;
      transform-origin: top;
      transform: scaleY(0);
      transition: .4s ease-in-out; }
      .header-mask-div.active {
        opacity: 1;
        transform: scaleY(1); } }

.mobile-sub-arrow {
  transform: rotate(90deg);
  padding: 0 4px; }
  @media (min-width: 1001px) {
    .mobile-sub-arrow {
      display: none; } }

@media (max-width: 1000px) {
  .menu-list li {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.menu-list ul li:nth-last-child(-n + 2) {
  border: none; }

.menu-link-for-desk {
  cursor: pointer;
  display: none; }
  @media (min-width: 1001px) {
    .menu-link-for-desk {
      display: inline; } }

.menu-link-for-mobile {
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1001px) {
    .menu-link-for-mobile {
      display: none !important; } }

.cookies-box {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 9px  36px;
  z-index: 100;
  box-shadow: 34px 0px 38px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .cookies-box {
      flex-direction: column;
      height: auto;
      padding: 9px  16px; } }

body .tasting-modal-box {
  width: 100%;
  max-width: 951px;
  max-height: 888px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 9999999999999;
  overflow-y: auto;
  transition: .5s ease-in-out;
  /* Track */
  /* Handle */ }
  @media (max-width: 767px) {
    body .tasting-modal-box {
      height: 100%; } }
  body .tasting-modal-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .tasting-modal-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .tasting-modal-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }

body .backdrop-tasting {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 800;
  background-color: rgba(65, 53, 45, 0.3);
  pointer-events: none;
  transition: .5s ease-in-out; }

body.note-modal-open .backdrop-tasting {
  opacity: 1;
  pointer-events: all; }

body.note-modal-open .tasting-modal-box {
  pointer-events: all;
  opacity: 1; }

@media (max-width: 1000px) {
  .burger-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    /* Track */
    /* Handle */ }
    .burger-scroll::-webkit-scrollbar {
      width: 4px;
      background: none; }
    .burger-scroll::-webkit-scrollbar-thumb {
      width: 4px; } }

@media (max-width: 1000px) {
  .menu-list ul li a::after {
    display: none; } }

.infoTooltip-box {
  position: absolute;
  bottom: 50px;
  width: auto;
  z-index: 1000;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  align-items: flex-start;
  justify-content: flex-start;
  transition: .5s ease-in-out; }
  @media (max-width: 767px) {
    .infoTooltip-box {
      bottom: 30px; } }
  .infoTooltip-box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    left: 20px;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #a31930 transparent transparent transparent;
    clear: both; }
  .infoTooltip-box.active {
    opacity: 1;
    bottom: 60px;
    pointer-events: all; }
    @media (max-width: 767px) {
      .infoTooltip-box.active {
        bottom: 30px; } }

.infoTooltip-text {
  text-transform: none !important; }

.confirm-btn:hover {
  background-color: #a31931; }

.lg-next {
  right: 16%;
  background-color: transparent !important; }

.lg-next:before {
  content: url("../../icons/arr-white.svg"); }

.lg-prev {
  left: 16%;
  background-color: transparent !important;
  transform: rotate(180deg); }

.lg-prev:after {
  content: url("../../icons/arr-white.svg"); }

.gallery-container {
  cursor: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(65, 53, 45, 0.95);
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s; }

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.lg-sub-html {
  white-space: break-spaces;
  top: 0; }

.lg-object {
  max-height: 89% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain; }
  @media (max-width: 767px) {
    .lg-object {
      height: 70% !important;
      object-fit: cover; } }

.lg-toolbar .lg-close {
  color: white !important; }

.custom-cursor {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1000; }
  .custom-cursor .cursor {
    border: 5px solid #a31931;
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s linear; }
    .custom-cursor .cursor .cursor-zoom {
      width: 20px;
      height: 20px;
      position: relative; }
      .custom-cursor .cursor .cursor-zoom span:nth-child(1) {
        width: 20px;
        height: 3px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #a31931;
        transition: .2s ease-in-out;
        opacity: 0; }
      .custom-cursor .cursor .cursor-zoom span:nth-child(2) {
        width: 3px;
        height: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #a31931;
        transition: .2s ease-in-out;
        opacity: 0; }
  .custom-cursor.active .cursor {
    opacity: 1;
    width: 32px;
    height: 32px;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .custom-cursor.active .cursor .cursor-zoom {
      width: 20px;
      height: 20px;
      position: relative; }
      .custom-cursor.active .cursor .cursor-zoom span:nth-child(1) {
        opacity: 1;
        transition-delay: .2s; }
      .custom-cursor.active .cursor .cursor-zoom span:nth-child(2) {
        opacity: 1;
        transition-delay: .2s; }

.book-now span {
  transition: .3s ease-in-out; }

.book-now:hover span {
  color: #a31931; }

.link-more .cancel-tour:hover {
  color: #a31931 !important; }

.top-13px {
  top: 13px; }

.top-5px {
  top: 5px; }

.h-81 {
  height: 81.11px; }

#confirm-age-btn {
  border: 1px solid white; }
  #confirm-age-btn:hover {
    border-color: #a31931; }

.list-text ul li {
  cursor: pointer;
  list-style: none; }
  .list-text ul li::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #a31931;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    transition: 0.3s ease-in-out; }
  .list-text ul li:hover::before {
    width: 40px; }

.awards-button .award-smbox {
  position: absolute;
  right: 12px;
  width: 370px;
  height: 340px;
  background-color: #Ffffff;
  pointer-events: none;
  opacity: 0;
  box-shadow: 20px 19px 27px 0px rgba(0, 0, 0, 0.35);
  transition: .4s ease-in-out;
  z-index: 999999; }

.awards-button:hover .award-smbox {
  pointer-events: all;
  opacity: 1; }

.award-modal-container .awards-button {
  display: none !important; }

.award-modal-container .arrow-details {
  display: none !important; }

.lg-outer .lg-img-wrap {
  pointer-events: none !important; }

.lg-item .lg-sub-html {
  pointer-events: none !important; }

html:lang(ka) .m-for-langs {
  margin-right: 36px !important; }
  @media (max-width: 1200px) {
    html:lang(ka) .m-for-langs li a {
      font-size: 16px !important; } }

.winery-box-text {
  position: relative;
  z-index: 100; }

.rotate-180 {
  transform: rotate(180deg); }

.show-more {
  display: inline-block; }

.visible-text p {
  display: initial; }

.hidden-text {
  display: none; }
  .hidden-text p {
    margin: 0; }

.less-arrow {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .award-modal-container tr td:nth-child(2) {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .award-modal-container tr th:nth-child(2) {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .award-modal-container tr td:nth-child(5) {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .award-modal-container tr th:nth-child(5) {
    display: table-cell !important; } }

.news-date {
  color: rgba(0, 0, 0, 0.6); }

@media (min-width: 768px) {
  .main-md-100 {
    width: 100%; } }

body.home-page .menu-list {
  margin-right: 200px; }
  @media (max-width: 1000px) {
    body.home-page .menu-list {
      margin-right: 100px; } }
  @media (max-width: 767px) {
    body.home-page .menu-list {
      margin-right: 16px; } }

body .menu-list {
  margin-right: 70px; }
  @media (max-width: 1050px) {
    body .menu-list {
      margin-right: 12px; } }

.inner-page--logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px; }

.all-result-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer; }

.another-search:hover {
  color: #a31931 !important; }

@media (max-width: 767px) {
  .mobile-left {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

body.home-page header {
  margin-top: 0;
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: 100;
  height: 77px;
  transition: .3s ease-in-out; }
  @media (max-width: 1000px) {
    body.home-page header {
      top: 0; } }
  body.home-page header .logo {
    height: 77px; }
    @media (min-width: 768px) {
      body.home-page header .logo {
        opacity: 0;
        transition: .3s ease-in-out;
        transition-delay: .6s; } }
    @media (max-width: 1365px) {
      body.home-page header .logo img {
        object-fit: contain !important; } }
    @media (max-width: 767px) {
      body.home-page header .logo {
        top: 0;
        height: 100%; }
        body.home-page header .logo img {
          object-fit: contain !important; } }

body header {
  margin-top: 24px;
  width: 100%;
  z-index: 100;
  height: 77px;
  transition: .3s ease-in-out; }
  @media (max-width: 1000px) {
    body header {
      margin-top: 0; } }
  body header .logo {
    height: 77px; }
    @media (min-width: 768px) {
      body header .logo {
        opacity: 0;
        transition: .3s ease-in-out;
        transition-delay: .6s; } }
    @media (max-width: 1365px) {
      body header .logo img {
        object-fit: contain !important; } }
    @media (max-width: 767px) {
      body header .logo {
        top: 0;
        height: 100%; }
        body header .logo img {
          object-fit: contain !important; } }

body.menu-open {
  overflow: hidden; }
  @media (max-width: 1000px) {
    body.menu-open .menu-list {
      opacity: 1 !important;
      pointer-events: all; } }

.menu-actions {
  opacity: 0; }
  @media (min-width: 768px) {
    .menu-actions {
      transition: .3s ease-in-out;
      transition-delay: 1s; } }

.badge-cart {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #a31931;
  color: #ffff;
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center; }

body.loaded .logo {
  opacity: 1 !important; }

body.loaded .menu-list {
  opacity: 1; }

body.loaded .menu-actions {
  opacity: 1; }

.slider-section .swiper-slide {
  position: relative;
  pointer-events: none;
  transition-property: all; }
  .slider-section .swiper-slide .main-slider-img-box {
    overflow: hidden;
    position: relative;
    pointer-events: none;
    height: 100vh;
    transform: scale(1);
    transition: .7s linear; }
    .slider-section .swiper-slide .main-slider-img-box img {
      position: absolute;
      top: 0;
      left: 0;
      transition: .4s ease-in-out; }
    @media (max-width: 767px) {
      .slider-section .swiper-slide .main-slider-img-box {
        height: 70vh; } }
  .slider-section .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10; }
  .slider-section .swiper-slide .slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 20; }
    .slider-section .swiper-slide .slider-content h2 {
      opacity: 0;
      transform: translate3d(0, 115%, 0);
      transition: 1s ease-in-out;
      transition-delay: 1s; }
      @media (max-width: 1000px) and (max-height: 400px) {
        .slider-section .swiper-slide .slider-content h2 {
          font-size: 44px !important;
          transform: translate3d(0, 100%, 0);
          line-height: 40px !important;
          margin-bottom: 16px !important;
          width: 100% !important;
          max-width: 450px; } }
    .slider-section .swiper-slide .slider-content .up {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      transition: 1s ease-in-out;
      transition-delay: 1.2s; }
  .slider-section .swiper-slide.swiper-slide-active {
    pointer-events: all; }
    .slider-section .swiper-slide.swiper-slide-active .main-slider-img-box {
      transform: scale(1.05);
      pointer-events: all; }
    .slider-section .swiper-slide.swiper-slide-active .slider-content h2 {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .slider-section .swiper-slide.swiper-slide-active .slider-content .up {
      opacity: 1;
      transform: translate3d(0, 0, 0); }

.slider-section .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .slider-section .swiper-pagination-bullets {
      right: initial;
      top: initial;
      left: 50%;
      transform: translateX(-50%);
      bottom: 48px;
      flex-direction: row; } }
  .slider-section .swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffff;
    margin: 8px 0;
    cursor: pointer;
    transform: scale(0.95);
    transition: .3s ease-in-out;
    overflow: hidden; }
    @media (max-width: 767px) {
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px; } }
    .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active {
      width: 36px;
      height: 36px;
      transform: scale(1);
      background-color: transparent;
      border: 2px solid #ffff; }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active #loading {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0; }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .hold {
        position: absolute;
        width: 100%;
        height: 100%;
        clip: rect(0px, 34px, 34px, 16px);
        border-radius: 100%;
        display: flex;
        flex-shrink: 0; }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .fill,
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .dot span {
        background-color: #ffff; }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .fill {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        clip: rect(0px, 16px, 34px, 0px);
        display: flex;
        flex-shrink: 0; }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .left .fill {
        z-index: 1;
        -webkit-animation: left 2s linear;
        -moz-animation: left 2s linear;
        animation: left 2s linear both; }

@keyframes left {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .right {
        z-index: 3;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
      .slider-section .swiper-pagination-bullets .swiper-pagination-bullet.active .right .fill {
        z-index: 3;
        -webkit-animation: right 2s linear;
        -moz-animation: right 2s linear;
        animation: right 2s linear both;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        animation-delay: 2s; }

@keyframes right {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

@-webkit-keyframes right {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

.winemaker {
  width: 251px;
  height: 251px; }

.winemaker-box {
  width: 100%;
  max-width: 500px;
  margin-left: 88px; }
  @media (max-width: 767px) {
    .winemaker-box {
      margin-left: 0; } }

.wine-slider {
  position: initial !important; }
  @media (min-width: 768px) {
    .wine-slider {
      overflow: visible !important; } }
  .wine-slider .swiper-pagination-bullets {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    transform: translateY(100px);
    transition: 1s; }
    @media (max-width: 767px) {
      .wine-slider .swiper-pagination-bullets {
        top: 65px;
        right: 32px; } }
    .wine-slider .swiper-pagination-bullets .swiper-pagination-bullet {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #2a2a2a;
      margin: 0 8px;
      cursor: pointer;
      transform: scale(0.95);
      transition: .3s ease-in-out;
      overflow: hidden; }
      .wine-slider .swiper-pagination-bullets .swiper-pagination-bullet.active {
        width: 34px;
        height: 34px;
        background-color: transparent;
        border: 2px solid #2a2a2a; }
  .wine-slider .pr-img {
    height: 275px; }
  .wine-slider .pr-info {
    height: 275px; }
  .wine-slider.active_chappie .swiper-pagination-bullets {
    transform: translateY(0); }

.wine-slider .swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide {
  opacity: .2; }

@media (min-width: 768px) {
  .footer-social {
    position: absolute;
    top: 100px;
    right: 24px; } }

.wine-slider .swiper-slide-prev {
  opacity: .2; }

@media (max-width: 767px) {
  .slider-content .main-btn {
    background-color: transparent;
    color: #ffff;
    position: relative;
    padding-left: 48px !important;
    text-transform: capitalize;
    margin-top: 8px !important; }
    .slider-content .main-btn::after {
      content: '';
      position: absolute;
      width: 34px;
      height: 2px;
      background-color: #ffff;
      left: 0;
      top: 51%;
      transform: translateY(-50%);
      z-index: 100; } }

@media (orientation: landscape) {
  .mobile-image {
    display: none !important; } }

@media (orientation: portrait) {
  .desktop-image {
    display: none !important; } }

@media (max-width: 1000px) and (orientation: landscape) {
  .rotate-landscape {
    font-size: 24px !important;
    margin-bottom: 0 !important; } }

@media (max-width: 1000px) {
  .mobile-langs {
    display: block !important; } }

@media (max-width: 1000px) {
  .menu-list ul {
    height: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important; } }

@media (max-width: 1000px) {
  .menu-list li {
    margin-bottom: 16px !important; } }

@media (max-width: 1000px) {
  .menu-list li .menu-links {
    font-size: 22px !important; } }

.menu-list li.mobile-langs {
  margin-left: 0 !important; }
  @media (max-width: 1000px) {
    .menu-list li.mobile-langs a {
      font-size: 14px !important; } }

.logo a {
  height: 100%; }

.logo-on-slider {
  width: 207px;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }
  @media (max-width: 767px) {
    .logo-on-slider {
      top: 107px; } }

.main-slider-content {
  margin-top: 148px; }
  @media (max-width: 767px) {
    .main-slider-content {
      margin-top: 48px; } }

.years-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #41352d;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .years-loader img {
    width: 100%;
    max-width: 485px; }
  .years-loader .animated-years {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px; }
    .years-loader .animated-years .year {
      height: 130px;
      overflow: hidden; }
      .years-loader .animated-years .year div {
        font-size: 160px;
        line-height: 130px;
        overflow: hidden; }
      .years-loader .animated-years .year.year-1 div:nth-child(1) {
        animation: animate  1s forwards;
        animation-delay: 2.2s; }
      .years-loader .animated-years .year.year-1 div:nth-child(2) {
        animation: animate-5  1s forwards;
        animation-delay: 2.4s; }
      .years-loader .animated-years .year.year-2 div:nth-child(1) {
        animation: animate  1s forwards;
        animation-delay: 2s; }
      .years-loader .animated-years .year.year-2 div:nth-child(2) {
        animation: animate-5  1s forwards;
        animation-delay: 2.23s; }
      .years-loader .animated-years .year.year-3 div:nth-child(1) {
        animation: animate  1s forwards;
        animation-delay: 1.4s; }
      .years-loader .animated-years .year.year-3 div:nth-child(2) {
        animation: animate-2  1s forwards;
        animation-delay: 1.6s; }
      .years-loader .animated-years .year.year-3 div:nth-child(3) {
        animation: animate-3  1s forwards;
        animation-delay: 1.8s; }
      .years-loader .animated-years .year.year-3 div:nth-child(4) {
        animation: animate-3  1s forwards;
        animation-delay: 2s; }
      .years-loader .animated-years .year.year-4 div:nth-child(1) {
        animation: animate  1s forwards;
        animation-delay: 1.2s; }
      .years-loader .animated-years .year.year-4 div:nth-child(2) {
        animation: animate-2  1s forwards;
        animation-delay: 1.4s; }
      .years-loader .animated-years .year.year-4 div:nth-child(3) {
        animation: animate-3 1s forwards;
        animation-delay: 1.6s; }
      .years-loader .animated-years .year.year-4 div:nth-child(4) {
        animation: animate-3  1s forwards;
        animation-delay: 1.8s; }

@keyframes animate {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-130px); } }

@keyframes animate-2 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-260px); } }

@keyframes animate-3 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-390px); } }

@keyframes animate-4 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-390px); } }

@keyframes animate-5 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-130px); } }

/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 40px auto; }

.loader-ellips__dot {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #a31931;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

.title-lines {
  position: relative; }
  .title-lines .title-line {
    margin-right: 65px;
    width: 122px;
    height: 2px;
    background-color: #2a2a2a; }
  .title-lines h2 {
    line-height: 40px; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.link-more {
  transition: .3s ease-in-out;
  border-width: 2px !important; }
  .link-more a {
    text-transform: capitalize;
    line-height: 14px;
    transition: .3s ease-in-out; }
  .link-more:hover {
    border-color: #a31931 !important; }
    .link-more:hover a {
      color: #a31931 !important; }

.link-more-line a {
  transition: .3s ease-in-out;
  line-height: 14px; }

.link-more-line .line {
  width: 35px;
  height: 2px;
  background-color: #a31931;
  margin-right: 16px;
  transition: .3s ease-in-out; }

.link-more-line:hover a {
  color: #a31931; }

.link-more-line:hover .line {
  width: 40px; }

.email-box {
  height: 50px; }
  .email-box input {
    width: 100%;
    height: 100%;
    border-color: transparent;
    background-color: transparent;
    padding-left: 20px;
    color: #ffff;
    border: 2px solid #655b53; }
    .email-box input::placeholder {
      color: #655b53; }
  .email-box .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }

.sign-in-input input {
  width: 100%;
  height: 50px;
  border: 2px solid #655b53;
  background-color: transparent;
  padding-left: 20px;
  color: #2a2a2a; }
  .sign-in-input input::placeholder {
    color: #655b53; }

.main-btn {
  color: #2a2a2a;
  background-color: #ffff;
  transition: .3s ease-in-out; }
  .main-btn:hover {
    background-color: #a31931;
    color: #ffff; }

.delivery-select {
  padding: 0 20px 20px 20px; }
  .delivery-select .filter_box_ {
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E9ECED; }
    .delivery-select .filter_box_.active .filter_arrow_ {
      transform: rotateX(-180deg); }
  .delivery-select .filter_options_ {
    display: block;
    height: 0;
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    z-index: 10;
    border-radius: 8px; }
    .delivery-select .filter_options_ .option_del {
      padding-left: 12px;
      cursor: pointer;
      line-height: 42px; }
    .delivery-select .filter_options_.active {
      height: 126px; }

.hidden_input {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.dropdown-select {
  width: 285px;
  height: 50px;
  position: relative;
  cursor: pointer;
  transition: .3s ease-in-out; }
  .dropdown-select .dropdown-options {
    width: 285px;
    position: absolute;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    height: 157px;
    /* Track */
    /* Handle */ }
    .dropdown-select .dropdown-options::-webkit-scrollbar {
      width: 4px;
      background: none; }
    .dropdown-select .dropdown-options::-webkit-scrollbar-track {
      background: #ffff; }
    .dropdown-select .dropdown-options::-webkit-scrollbar-thumb {
      background: #a31931;
      width: 4px; }
    .dropdown-select .dropdown-options .option {
      cursor: pointer;
      padding: 12px 16px;
      background-color: transparent; }
      .dropdown-select .dropdown-options .option:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .dropdown-select .dropdown-options.filter_option_scroll {
      /* Track */
      /* Handle */ }
      .dropdown-select .dropdown-options.filter_option_scroll::-webkit-scrollbar {
        width: 4px;
        background: none; }
      .dropdown-select .dropdown-options.filter_option_scroll::-webkit-scrollbar-track {
        background: #ffff; }
      .dropdown-select .dropdown-options.filter_option_scroll::-webkit-scrollbar-thumb {
        background: #a31931;
        width: 4px; }
    .dropdown-select .dropdown-options.adress-options {
      width: calc(100% + 4px);
      top: 48px;
      left: -2px;
      border: 2px solid #CFCCCA;
      border-top: 0;
      height: auto;
      max-height: 157px;
      /* Track */
      /* Handle */ }
      .dropdown-select .dropdown-options.adress-options::-webkit-scrollbar {
        width: 4px;
        background: none; }
      .dropdown-select .dropdown-options.adress-options::-webkit-scrollbar-track {
        background: #ffff; }
      .dropdown-select .dropdown-options.adress-options::-webkit-scrollbar-thumb {
        background: #a31931;
        width: 4px; }
  .dropdown-select.active .dropdown-options {
    opacity: 1;
    pointer-events: all; }

.filter-sort .dropdown-options {
  width: 200px;
  border: 2px solid #41352d;
  top: -12px;
  left: 0;
  transition: .3s ease-in-out; }

.filter-sort.sort-mobile .dropdown-options {
  right: 0;
  left: inherit; }

.dropdown-select-year {
  width: 156px;
  height: 50px;
  border: 1px solid #a09a96;
  position: relative;
  cursor: pointer;
  transition: .3s ease-in-out; }
  .dropdown-select-year .dropdown-options {
    width: 156px;
    position: absolute;
    top: 49px;
    left: -1px;
    z-index: 50;
    opacity: 0;
    pointer-events: none; }
    .dropdown-select-year .dropdown-options .option {
      cursor: pointer;
      padding: 12px 16px;
      background-color: transparent; }
      .dropdown-select-year .dropdown-options .option:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .dropdown-select-year.active {
    border-color: #41352d;
    border-bottom: 0; }
    .dropdown-select-year.active .dropdown-options {
      opacity: 1;
      pointer-events: all;
      border: 1px solid #41352d;
      border-top: 0; }

footer {
  background-color: #ffff; }
  footer li a {
    color: #2a2a2a; }
    footer li a:hover {
      color: #a31931; }
  footer .link-more-line a {
    color: #2a2a2a; }
  footer .footer-email h2 {
    color: #2a2a2a; }
  footer .footer-email .btn {
    color: #2a2a2a; }
  footer .footer-email input {
    color: #2a2a2a; }

body.home-page footer, body.product-page footer, body.shipping footer {
  background-color: #41352d; }
  body.home-page footer h2, body.product-page footer h2, body.shipping footer h2 {
    color: #ffff; }
  body.home-page footer li a, body.product-page footer li a, body.shipping footer li a {
    color: #ffff; }
    body.home-page footer li a:hover, body.product-page footer li a:hover, body.shipping footer li a:hover {
      color: #a31931; }
  body.home-page footer .link-more-line a, body.product-page footer .link-more-line a, body.shipping footer .link-more-line a {
    color: #ffff; }
  body.home-page footer .footer-email h2, body.product-page footer .footer-email h2, body.shipping footer .footer-email h2 {
    color: #ffff; }
  body.home-page footer .footer-email .btn, body.product-page footer .footer-email .btn, body.shipping footer .footer-email .btn {
    color: #ffff; }

body.registration footer, body.personal-info footer, body.order-review footer {
  background-color: #41352d; }
  body.registration footer h2, body.personal-info footer h2, body.order-review footer h2 {
    color: #ffff; }
  body.registration footer li a, body.personal-info footer li a, body.order-review footer li a {
    color: #ffff; }
    body.registration footer li a:hover, body.personal-info footer li a:hover, body.order-review footer li a:hover {
      color: #a31931; }
  body.registration footer .link-more-line a, body.personal-info footer .link-more-line a, body.order-review footer .link-more-line a {
    color: #ffff; }
  body.registration footer .footer-email h2, body.personal-info footer .footer-email h2, body.order-review footer .footer-email h2 {
    color: #ffff; }
  body.registration footer .footer-email .btn, body.personal-info footer .footer-email .btn, body.order-review footer .footer-email .btn {
    color: #ffff; }

body.order-list footer, body.order-details footer, body.cart footer {
  background-color: #41352d; }
  body.order-list footer h2, body.order-details footer h2, body.cart footer h2 {
    color: #ffff; }
  body.order-list footer li a, body.order-details footer li a, body.cart footer li a {
    color: #ffff; }
    body.order-list footer li a:hover, body.order-details footer li a:hover, body.cart footer li a:hover {
      color: #a31931; }
  body.order-list footer .link-more-line a, body.order-details footer .link-more-line a, body.cart footer .link-more-line a {
    color: #ffff; }
  body.order-list footer .footer-email h2, body.order-details footer .footer-email h2, body.cart footer .footer-email h2 {
    color: #ffff; }
  body.order-list footer .footer-email .btn, body.order-details footer .footer-email .btn, body.cart footer .footer-email .btn {
    color: #ffff; }

body.myaddreses footer, body.change-password footer, body.faq-page footer {
  background-color: #41352d; }
  body.myaddreses footer h2, body.change-password footer h2, body.faq-page footer h2 {
    color: #ffff; }
  body.myaddreses footer li a, body.change-password footer li a, body.faq-page footer li a {
    color: #ffff; }
    body.myaddreses footer li a:hover, body.change-password footer li a:hover, body.faq-page footer li a:hover {
      color: #a31931; }
  body.myaddreses footer .link-more-line a, body.change-password footer .link-more-line a, body.faq-page footer .link-more-line a {
    color: #ffff; }
  body.myaddreses footer .footer-email h2, body.change-password footer .footer-email h2, body.faq-page footer .footer-email h2 {
    color: #ffff; }
  body.myaddreses footer .footer-email .btn, body.change-password footer .footer-email .btn, body.faq-page footer .footer-email .btn {
    color: #ffff; }

body.brown-color footer {
  background-color: #41352d; }
  body.brown-color footer h2 {
    color: #ffff; }
  body.brown-color footer li a {
    color: #ffff; }
    body.brown-color footer li a:hover {
      color: #a31931; }
  body.brown-color footer .link-more-line a {
    color: #ffff; }
  body.brown-color footer .footer-email h2 {
    color: #ffff; }
  body.brown-color footer .footer-email .btn {
    color: #ffff; }

body .cart-sliding-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  overflow-y: auto;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  /* Track */
  /* Handle */ }
  body .cart-sliding-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .cart-sliding-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .cart-sliding-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  @media (max-width: 767px) {
    body .cart-sliding-box {
      width: 100%; } }

body .tours-sliding-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 484px;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  /* Track */
  /* Handle */ }
  @media (max-width: 767px) {
    body .tours-sliding-box {
      max-width: 100%; } }
  body .tours-sliding-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .tours-sliding-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .tours-sliding-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  body .tours-sliding-box .hover-main-red:hover {
    color: #a31931 !important; }

body::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(65, 53, 45, 0.7);
  pointer-events: none;
  z-index: 300;
  opacity: 0;
  transition: .5s ease-in-out; }

body .search-sliding-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  background-color: #ffff;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  /* Track */
  /* Handle */ }
  body .search-sliding-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .search-sliding-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .search-sliding-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  body .search-sliding-box .hover-main-red:hover {
    color: #a31931 !important; }

body::after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(65, 53, 45, 0.7);
  pointer-events: none;
  z-index: 300;
  opacity: 0;
  transition: .5s ease-in-out; }

body .profile-sliding-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 1125px;
  height: 100vh;
  background-color: #ffff;
  z-index: 1000;
  overflow-y: auto;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  /* Track */
  /* Handle */ }
  body .profile-sliding-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .profile-sliding-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .profile-sliding-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }

body .edit-addres-sliding-box,
body .add-addres-sliding-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 628px;
  height: 100vh;
  z-index: 99999999;
  overflow-y: auto;
  background-color: #ffff;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  padding-bottom: 24px;
  /* Track */
  /* Handle */ }
  body .edit-addres-sliding-box::-webkit-scrollbar,
  body .add-addres-sliding-box::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .edit-addres-sliding-box::-webkit-scrollbar-track,
  body .add-addres-sliding-box::-webkit-scrollbar-track {
    background: #ffff; }
  body .edit-addres-sliding-box::-webkit-scrollbar-thumb,
  body .add-addres-sliding-box::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  body .edit-addres-sliding-box .hover-main-red:hover,
  body .add-addres-sliding-box .hover-main-red:hover {
    color: #a31931 !important; }

body .logged-in-profile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  z-index: 99999999;
  overflow-y: auto;
  background-color: #ffff;
  transition: 1s cubic-bezier(0.78, 0.01, 0.23, 0.99);
  padding-bottom: 24px;
  /* Track */
  /* Handle */ }
  body .logged-in-profile::-webkit-scrollbar {
    width: 4px;
    background: none; }
  body .logged-in-profile::-webkit-scrollbar-track {
    background: #ffff; }
  body .logged-in-profile::-webkit-scrollbar-thumb {
    background: #a31931;
    width: 4px; }
  body .logged-in-profile .hover-main-red:hover {
    color: #a31931 !important; }

body.cart-open {
  overflow: hidden; }
  body.cart-open .cart-sliding-box {
    right: 0; }
  body.cart-open::after {
    opacity: 1;
    z-index: 300; }
  body.cart-open .wrapper {
    position: relative;
    overflow: hidden; }

body.search-open {
  overflow: hidden; }
  body.search-open .search-sliding-box {
    right: 0; }
  body.search-open::after {
    opacity: 1;
    z-index: 300; }
  body.search-open .wrapper {
    position: relative;
    overflow: hidden; }

body.tours-open {
  overflow: hidden; }
  body.tours-open .tours-sliding-box {
    right: 0; }
  body.tours-open::after {
    opacity: 1;
    z-index: 300; }
  body.tours-open .wrapper {
    position: relative;
    overflow: hidden; }

body.profile-open {
  overflow: hidden; }
  body.profile-open .profile-sliding-box {
    right: 0; }
  body.profile-open .logged-in-profile {
    right: 0; }
  body.profile-open::after {
    opacity: 1;
    z-index: 300; }
  body.profile-open .wrapper {
    position: relative;
    overflow: hidden; }

body.edit-addres-open, body.addres-open {
  overflow: hidden; }
  body.edit-addres-open::after, body.addres-open::after {
    opacity: 1;
    z-index: 300; }
  body.edit-addres-open .wrapper, body.addres-open .wrapper {
    position: relative;
    overflow: hidden; }

body.addres-open .add-addres-sliding-box,
body.edit-addres-open .edit-addres-sliding-box {
  right: 0; }

.drop-btn-close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #707070;
  transition: .3s ease-in-out; }
  .drop-btn-close svg path {
    transition: .3s ease-in-out; }
  .drop-btn-close:hover {
    border-color: #a31931; }
    .drop-btn-close:hover svg path {
      fill: #a31931; }
  .drop-btn-close.profile-close {
    position: absolute;
    right: 48px;
    top: 100px; }
    .drop-btn-close.profile-close:hover {
      border-color: #a31931; }
      .drop-btn-close.profile-close:hover svg path {
        fill: #ffff; }
    @media (max-width: 767px) {
      .drop-btn-close.profile-close {
        border: 2px solid #707070 !important;
        top: 48px;
        right: 16px; }
        .drop-btn-close.profile-close svg path {
          stroke: #707070 !important; } }
    .drop-btn-close.profile-close.logged-in-profile-close:hover {
      border-color: #a31931; }
      .drop-btn-close.profile-close.logged-in-profile-close:hover svg path {
        fill: #a31931; }

.cart-item-container {
  margin-bottom: 24px; }

.cart-item {
  border-bottom: 1px solid #e7e7e9;
  margin-bottom: 36px; }
  .cart-item:last-child {
    border: none; }

.border-light-info {
  border-color: #929292 !important; }

.sign-in-side {
  width: 100%;
  max-width: 500px; }

.form-control {
  border: 2px solid #CFCCCA !important; }

input.error {
  border-color: #8B0304 !important; }

.my-adress-box .custom-control-label {
  margin-right: 24px; }
  .my-adress-box .custom-control-label::before {
    left: initial;
    right: -1.5rem; }
  .my-adress-box .custom-control-label::after {
    left: initial;
    right: -1.5rem; }

body .burger-menu {
  position: relative; }
  body .burger-menu > div {
    transition: .5s ease-in-out;
    width: 30px !important;
    flex-shrink: 0; }

body.menu-open .burger-menu {
  height: 30px; }
  body.menu-open .burger-menu > div {
    transition: .5s ease-in-out;
    position: absolute;
    width: 30px; }
    body.menu-open .burger-menu > div:nth-child(1) {
      transform: rotate(45deg) translateY(-50%);
      width: 30px;
      top: 50%; }
    body.menu-open .burger-menu > div:nth-child(3) {
      transform: rotate(-45deg) translateY(-50%);
      width: 30px;
      top: 50%; }
    body.menu-open .burger-menu > div:nth-child(2) {
      display: none; }

/* START OF _ANIMATIONS */
.chappie_anim {
  visibility: visible; }

.chappie_anim.active_chappie {
  visibility: visible; }

.chappie_slideUp {
  transform: translate3d(0, 100%, 0); }

.chappie_anim.chappie_anim.k-slideUp {
  transform: translate3d(0, 0, 0);
  transition: 1s; }

.chappie_fadeUp {
  transform: translate3d(0, 100px, 0);
  opacity: 0; }

.chappie_anim.active_chappie.chappie_fadeUp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s; }

.chappie_fadeIn {
  opacity: 0; }

.chappie_anim.active_chappie.chappie_fadeIn {
  opacity: 1;
  transition: 1s; }

.chappie_fadeRight {
  transform: translate3d(100px, 0, 0);
  opacity: 0; }

.chappie_anim.active_chappie.chappie_fadeRight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s; }

.chappie_fadeLeft {
  transform: translate3d(-100px, 0, 0);
  opacity: 0; }

.chappie_anim.active_chappie.chappie_fadeLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s; }

.chappie_zoom_up {
  opacity: 0;
  transform: scale(1.05) translate3d(0, 100px, 0); }

.chappie_anim.active_chappie.chappie_zoom_up {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: 1s; }

.chappie_scale {
  transform: scale(0); }

.chappie_anim.active_chappie.chappie_scale {
  transform: scale(1);
  transition: 1s; }

.chappie_scaleX {
  transform: scaleX(0); }

.chappie_anim.active_chappie.chappie_scaleX {
  transform: scaleX(1);
  transition: 1s; }

.chappie_scaleY {
  transform: scaleY(0); }

.chappie_anim.active_chappie.chappie_scaleY {
  transform: scaleY(1);
  transition: 1s; }

@keyframes dots {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.js-odoo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15vmin;
  font-family: 'NotoSerif-Regular';
  fill: #FFCD67; }
  .js-odoo > svg {
    width: 445px; }
    .js-odoo > svg g {
      filter: none !important; }

.first-loader {
  background-color: #41352d;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease-in-out; }
  .first-loader.active {
    opacity: 1; }
    .first-loader.active.hide {
      opacity: 0 !important; }

.first-loader-inner {
  display: none; }
  .first-loader-inner.hide-inner .loader-back {
    opacity: 0; }
  .first-loader-inner.hide-inner .js-odoo {
    opacity: 0; }

.loader-back {
  width: 100%;
  max-width: 490px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s ease-in-out; }
  @media (max-width: 767px) {
    .loader-back {
      max-width: 320px; } }

.confirmation-age {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out; }
  .confirmation-age.active {
    display: flex;
    opacity: 1;
    pointer-events: all; }
  .confirmation-age .confirmation-title {
    color: #FFCD67; }

.filters-box .outer-box .filter-placeholder {
  cursor: pointer;
  position: relative; }
  .filters-box .outer-box .filter-placeholder .select-arrow img {
    width: 100%;
    height: 100%; }

.filters-box .outer-box .filter-options {
  display: none;
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  padding: 40px 0 40px 0;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 49;
  box-shadow: 17px 29px 38px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .filters-box .outer-box .filter-options {
      padding: 30px 0 0 0; } }
  .filters-box .outer-box .filter-options .option-container {
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .filters-box .outer-box .filter-options .option-container {
        height: auto; } }
    .filters-box .outer-box .filter-options .option-container .custom-control {
      width: 250px;
      height: auto;
      margin-right: 100px; }

.filters-box .outer-box .select-arrow {
  display: flex;
  justify-content: flex-start;
  transition: .3s ease-in-out; }

.filters-box .outer-box.active {
  opacity: 1;
  pointer-events: all;
  opacity: 1 !important; }
  .filters-box .outer-box.active .filter-options {
    opacity: 1;
    pointer-events: all; }
  .filters-box .outer-box.active .select-arrow {
    display: flex;
    justify-content: flex-start;
    transform: rotateX(180deg); }
    @media (max-width: 767px) {
      .filters-box .outer-box.active .select-arrow {
        transform: rotate(0deg) !important; } }
  .filters-box .outer-box.active.not-active {
    opacity: .6; }

.filters-box .outer-box.not-active {
  opacity: .6; }

.tags-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px; }
  .tags-box .single-tag {
    display: flex;
    align-items: center;
    margin-right: 28px;
    line-height: 16px; }
    .tags-box .single-tag .tag-close {
      position: relative;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      cursor: pointer; }
      .tags-box .single-tag .tag-close::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../../icons/arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1; }

.section-filter {
  position: relative;
  z-index: 95; }

.product-section .pr-img {
  height: 275px; }

.product-section .pr-info {
  height: 275px; }

.pagination-box {
  display: flex;
  align-items: center; }
  .pagination-box .pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    transition: .3s ease-in-out;
    cursor: pointer; }
    .pagination-box .pagination-item:hover {
      border-color: #2a2a2a; }
    .pagination-box .pagination-item.active {
      border-color: #2a2a2a; }

.section-wine-club {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.product-section .product-col:nth-child(1) {
  transition-delay: 0.05s; }

.product-section .product-col:nth-child(2) {
  transition-delay: 0.1s; }

.product-section .product-col:nth-child(3) {
  transition-delay: 0.15s; }

.product-section .product-col:nth-child(4) {
  transition-delay: 0.2s; }

.product-section .product-col:nth-child(5) {
  transition-delay: 0.25s; }

.product-section .product-col:nth-child(6) {
  transition-delay: 0.3s; }

.product-section .product-col:nth-child(7) {
  transition-delay: 0.35s; }

.product-section .product-col:nth-child(8) {
  transition-delay: 0.4s; }

.product-section .product-col:nth-child(9) {
  transition-delay: 0.45s; }

.link-line {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 4px !important;
  align-self: center; }
  .link-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #2a2a2a;
    transform: scaleX(0);
    transform-origin: center;
    transition: .3s ease-in-out; }
  .link-line:hover::after {
    transform: scaleX(1); }
  .link-line .reset-btn {
    margin-top: 4px; }

@media (max-width: 767px) {
  .section-filter {
    opacity: 0 !important;
    pointer-events: none;
    padding: 60px 20px !important;
    position: fixed !important;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff !important;
    z-index: 999999;
    overflow-y: auto;
    transition: .5s ease-in-out; }
    .section-filter .filters-box {
      align-items: flex-start !important; }
    .section-filter .outer-box {
      margin-bottom: 28px !important;
      width: 100%; }
    .section-filter .filters-box {
      flex-direction: column; }
    .section-filter .filter-sort {
      width: 100%;
      margin-left: 0 !important;
      justify-content: flex-start !important; }
    .section-filter .filter-options {
      width: 100%;
      position: inherit !important;
      box-shadow: none !important; }
    .section-filter .container {
      padding: 0 !important; }
    .section-filter .checkbox-list-trigger {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .section-filter .checkbox-list-trigger .select-arrow {
        margin-right: 8px;
        transform: rotate(-90deg); }
    .section-filter .checkbox-option {
      margin-bottom: 6px; } }

body.filter-open {
  overflow: hidden; }
  body.filter-open .section-filter {
    top: 0;
    opacity: 1 !important;
    pointer-events: all !important;
    transform: none !important; }
  body.filter-open .wrapper {
    position: relative;
    overflow: hidden; }

.outer-filter-for-mobile {
  height: 70px;
  background-color: #f7f5eb; }

.currency-old {
  color: #999999;
  position: relative; }
  .currency-old::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #999999;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.link-line .reset-btn {
  display: none; }
  .link-line .reset-btn.active {
    display: block; }

.hide-befere {
  padding: 0; }
  .hide-befere .custom-control-label {
    opacity: .6;
    border-bottom: 2px solid transparent; }
    .hide-befere .custom-control-label::before {
      display: none; }
  .hide-befere input:checked ~ .custom-control-label {
    border-color: #000000;
    opacity: 1; }

.add-cart .link-more span {
  transition: .3s ease-in-out; }

.add-cart .link-more:hover span {
  color: #a31931 !important; }

.add-cart .link-more:hover svg tspan {
  fill: #a31931; }

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

.glass-icons-box {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.glass-item {
  margin: 0 8px; }
  .glass-item:not(.active) {
    opacity: .5; }
  .glass-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .glass-item.active {
    margin: 0 24px; }
    .glass-item.active img {
      width: 120%; }

@media (min-width: 768px) {
  .border-left-col {
    border-right: 1px solid #e1e1e1; } }

.product-price-old {
  color: #999999;
  position: relative; }
  .product-price-old::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #999999;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.product-section .pr-card {
  transition: .5s ease-in-out; }
  .product-section .pr-card .pr-img {
    transition: .5s ease-in-out; }
  .product-section .pr-card:hover {
    opacity: .7; }
    .product-section .pr-card:hover .pr-img {
      transform: scale(1.05); }

.circle-outer .circle {
  border-width: 2px !important; }

@media (max-width: 767px) {
  .product-actions {
    position: fixed;
    width: 100%;
    height: 72px;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 80;
    box-shadow: 0px -15px 64px -6px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0px -15px 64px -6px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px -15px 64px -6px rgba(0, 0, 0, 0.41); }
    .product-actions .currency-icon {
      width: 15px;
      height: 15px; } }

.product-page-section .mobile-default-select::after {
  right: -5px;
  top: 51%; }

.awards-icon-tooltip {
  position: absolute;
  top: 50px;
  width: auto;
  z-index: 10;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
  pointer-events: none; }
  .awards-icon-tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #a31931 transparent;
    clear: both; }

.awards-hover {
  display: flex;
  cursor: pointer; }
  .awards-hover:hover .awards-icon-tooltip {
    pointer-events: all;
    opacity: 1;
    top: 70px; }
  .awards-hover:last-child {
    margin-right: 16px; }

.type-icon .type-icon-tooltip {
  position: absolute;
  top: 35px;
  width: auto;
  z-index: 10;
  opacity: 0;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out; }
  .type-icon .type-icon-tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    left: 5px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #a31931 transparent;
    clear: both; }

.type-icon .icon {
  cursor: pointer; }
  .type-icon .icon:hover .type-icon-tooltip {
    opacity: 1;
    top: 40px; }

@media (max-width: 767px) {
  .type-icon {
    margin-left: 0; } }

@media (max-width: 767px) {
  .product-image {
    margin-top: 24px; } }

.bottle-switcher .new-bottle {
  display: none; }

.bottle-switcher.active .new-bottle {
  display: block; }

.bottle-switcher.active .old-bottle {
  display: none; }

.product-image .product-img-old {
  display: none; }

.product-image .zoomit-container:last-child {
  display: none; }

.product-image.active .product-img-new {
  display: none; }
  .product-image.active .product-img-new ~ .zoomit-zoomed {
    display: none; }

.product-image.active .product-img-old {
  display: block; }

.product-image.active .zoomit-container:first-child {
  display: none; }

.product-image.active .zoomit-container:last-child {
  display: block; }

@media (min-width: 1200px) {
  .product-col:nth-last-child(-n+3) .pr-card {
    border-bottom: none !important; } }

@media (min-width: 768px) {
  .product-col:nth-last-child(-n+2) .pr-card {
    border-bottom: none !important; } }

@media (min-width: 320px) {
  .product-col:nth-last-child(-n+1) .pr-card {
    border-bottom: none !important; } }

.btn {
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  padding: 12px 28px; }
  .btn-lg {
    border-radius: 24px;
    padding: 19px 32px 20px;
    font-size: 14px;
    font-weight: normal; }
  .btn-danger {
    background-image: linear-gradient(70deg, #ef2d56, #f25777); }
    .btn-danger:hover {
      background: #ef2d56; }
  .btn-light {
    background-color: #f1f3f6; }
  .btn-success {
    background-image: linear-gradient(75deg, #4cd964, #73e186 100%); }
  .btn-blue {
    background-image: linear-gradient(76deg, #4a6cfa, #728cfb); }
  .btn-blue {
    background-image: linear-gradient(72deg, var(--bluey-grey), #96a1b7); }
  .btn-orange {
    background-image: linear-gradient(45deg, #ff641f, #ff8650); }
  .btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center; }
    .btn-icon.btn-lg {
      width: 60px;
      height: 60px; }
  .btn-empty {
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none; }
    .btn-empty:hover {
      background-color: #f4f4f7; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-9 {
  z-index: 9; }

.z-index-1000 {
  z-index: 1000; }

@media (min-width: 576px) {
  .z-index-sm-1 {
    z-index: 1; }
  .z-index-sm-2 {
    z-index: 2; }
  .z-index-sm-3 {
    z-index: 3; }
  .z-index-sm-9 {
    z-index: 9; }
  .z-index-sm-1000 {
    z-index: 1000; } }

@media (min-width: 768px) {
  .z-index-md-1 {
    z-index: 1; }
  .z-index-md-2 {
    z-index: 2; }
  .z-index-md-3 {
    z-index: 3; }
  .z-index-md-9 {
    z-index: 9; }
  .z-index-md-1000 {
    z-index: 1000; } }

@media (min-width: 1024px) {
  .z-index-m-1 {
    z-index: 1; }
  .z-index-m-2 {
    z-index: 2; }
  .z-index-m-3 {
    z-index: 3; }
  .z-index-m-9 {
    z-index: 9; }
  .z-index-m-1000 {
    z-index: 1000; } }

@media (min-width: 1200px) {
  .z-index-lg-1 {
    z-index: 1; }
  .z-index-lg-2 {
    z-index: 2; }
  .z-index-lg-3 {
    z-index: 3; }
  .z-index-lg-9 {
    z-index: 9; }
  .z-index-lg-1000 {
    z-index: 1000; } }

@media (min-width: 1600px) {
  .z-index-xl-1 {
    z-index: 1; }
  .z-index-xl-2 {
    z-index: 2; }
  .z-index-xl-3 {
    z-index: 3; }
  .z-index-xl-9 {
    z-index: 9; }
  .z-index-xl-1000 {
    z-index: 1000; } }

/*transforms*/
.transform-y-center {
  transform: translateY(-50%); }

.absolute--right-center-position {
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .absolute--right-center-position.transform-right-top {
    transform: translate(100%, -50%); }

.absolute--left-top-position {
  top: 0;
  left: 0; }
  .absolute--left-top-position.transform--100-0 {
    transform: translate(-100%, 0); }

.absolute--right-bottom-position {
  bottom: 0;
  right: 0; }
  .absolute--right-bottom-position.transform--50px-100 {
    transform: translate(50px, 100%); }

.transform-center {
  transform: translate(-50%, -50%); }

.transform-center-rev {
  transform: translate(50%, -50%); }

.absolute--right-top-position {
  top: 0;
  right: 0; }
  .absolute--right-top-position.transform-right-top {
    transform: translate(100%, -50%); }
  .absolute--right-top-position.absolute--transform-100-50 {
    transform: translate(100%, -50%); }
  .absolute--right-top-position.absolute--transform-50 {
    transform: translate(50%, 0); }
  .absolute--right-top-position.absolute--transform-x {
    right: 15px;
    transform: translateX(100%);
    padding-left: 15px;
    box-sizing: content-box;
    background-color: white; }

.absolute--left-center-position {
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.absolute--right-center-position {
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.absolute--center-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.absolute--center-bottom-position {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0); }
  .absolute--center-bottom-position.transform--50-100 {
    transform: translate(-50%, 100%); }

.absolute--center-top-position {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }
  .absolute--center-top-position.transform--50-100 {
    transform: translate(-50%, 100%); }
  .absolute--center-top-position.transform-n50-n100 {
    transform: translate(-50%, -100%); }

/*rotates*/
.rotate {
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out; }
  .rotate.rotate-up {
    transform: rotate(180deg); }
  .rotate.rotate-x {
    transform: rotate(45deg); }

.rotate-vertical {
  transform: rotateX(-180deg); }

/*Width/Height/Min-Width/Min-Height*/
.h-0 {
  height: 0 !important; }

.h-1px {
  height: 1px !important; }

.h-2px {
  height: 2px !important; }

.h-3px {
  height: 3px !important; }

.h-5px {
  height: 5px !important; }

.h-8px {
  height: 8px !important; }

.h-12px {
  height: 12px !important; }

.h-14px {
  height: 14px !important; }

.h-16px {
  height: 16px !important; }

.h-18px {
  height: 18px !important; }

.h-20px {
  height: 20px !important; }

.h-22px {
  height: 22px !important; }

.h-24px {
  height: 24px !important; }

.h-40px {
  height: 40px !important; }

.h-48px {
  height: 48px !important; }

.h-20px {
  height: 20px !important; }

.h-25px {
  height: 25px !important; }

.h-29px {
  height: 29px !important; }

.h-30px {
  height: 30px !important; }

.h-50px {
  height: 50px !important; }

.h-55px {
  height: 55px !important; }

.h-56px {
  height: 56px !important; }

.h-60px {
  height: 60px !important; }

.h-66px {
  height: 66px !important; }

.h-76px {
  height: 76px !important; }

.h-80px {
  height: 80px !important; }

.h-88px {
  height: 88px !important; }

.h-100px {
  height: 100px !important; }

.h-117px {
  height: 117px !important; }

.h-120px {
  height: 120px !important; }

.h-140px {
  height: 140px !important; }

.h-145px {
  height: 145px !important; }

.h-150px {
  height: 150px !important; }

.h-160px {
  height: 160px !important; }

.h-175px {
  height: 175px !important; }

.h-180px {
  height: 180px !important; }

.h-200px {
  height: 200px !important; }

.h-230px {
  height: 230px !important; }

.h-250px {
  height: 250px !important; }

.h-260px {
  height: 260px !important; }

.h-280px {
  height: 280px !important; }

.h-360px {
  height: 360px !important; }

.h-370px {
  height: 370px !important; }

.h-380px {
  height: 380px !important; }

.h-400px {
  height: 400px !important; }

.h-410px {
  height: 410px !important; }

.h-420px {
  height: 420px !important; }

.h-580px {
  height: 580px !important; }

.h-585px {
  height: 585px !important; }

.h-650px {
  height: 650px !important; }

.h-695px {
  height: 695px !important; }

.h-740px {
  height: 740px !important; }

.h-1920px {
  height: 1920px !important; }

.w-0 {
  width: 0 !important; }

.w-1px {
  width: 1px !important; }

.w-2px {
  width: 2px !important; }

.w-3px {
  width: 3px !important; }

.w-5px {
  width: 5px !important; }

.w-8px {
  width: 8px !important; }

.w-12px {
  width: 12px !important; }

.w-14px {
  width: 14px !important; }

.w-16px {
  width: 16px !important; }

.w-18px {
  width: 18px !important; }

.w-20px {
  width: 20px !important; }

.w-22px {
  width: 22px !important; }

.w-24px {
  width: 24px !important; }

.w-40px {
  width: 40px !important; }

.w-48px {
  width: 48px !important; }

.w-20px {
  width: 20px !important; }

.w-25px {
  width: 25px !important; }

.w-29px {
  width: 29px !important; }

.w-30px {
  width: 30px !important; }

.w-50px {
  width: 50px !important; }

.w-55px {
  width: 55px !important; }

.w-56px {
  width: 56px !important; }

.w-60px {
  width: 60px !important; }

.w-66px {
  width: 66px !important; }

.w-76px {
  width: 76px !important; }

.w-80px {
  width: 80px !important; }

.w-88px {
  width: 88px !important; }

.w-100px {
  width: 100px !important; }

.w-117px {
  width: 117px !important; }

.w-120px {
  width: 120px !important; }

.w-140px {
  width: 140px !important; }

.w-145px {
  width: 145px !important; }

.w-150px {
  width: 150px !important; }

.w-160px {
  width: 160px !important; }

.w-175px {
  width: 175px !important; }

.w-180px {
  width: 180px !important; }

.w-200px {
  width: 200px !important; }

.w-230px {
  width: 230px !important; }

.w-250px {
  width: 250px !important; }

.w-260px {
  width: 260px !important; }

.w-280px {
  width: 280px !important; }

.w-360px {
  width: 360px !important; }

.w-370px {
  width: 370px !important; }

.w-380px {
  width: 380px !important; }

.w-400px {
  width: 400px !important; }

.w-410px {
  width: 410px !important; }

.w-420px {
  width: 420px !important; }

.w-580px {
  width: 580px !important; }

.w-585px {
  width: 585px !important; }

.w-650px {
  width: 650px !important; }

.w-695px {
  width: 695px !important; }

.w-740px {
  width: 740px !important; }

.w-1920px {
  width: 1920px !important; }

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

.min-height-1px {
  min-height: 1px !important; }

.min-height-2px {
  min-height: 2px !important; }

.min-height-3px {
  min-height: 3px !important; }

.min-height-5px {
  min-height: 5px !important; }

.min-height-8px {
  min-height: 8px !important; }

.min-height-12px {
  min-height: 12px !important; }

.min-height-14px {
  min-height: 14px !important; }

.min-height-16px {
  min-height: 16px !important; }

.min-height-18px {
  min-height: 18px !important; }

.min-height-20px {
  min-height: 20px !important; }

.min-height-22px {
  min-height: 22px !important; }

.min-height-24px {
  min-height: 24px !important; }

.min-height-40px {
  min-height: 40px !important; }

.min-height-48px {
  min-height: 48px !important; }

.min-height-20px {
  min-height: 20px !important; }

.min-height-25px {
  min-height: 25px !important; }

.min-height-29px {
  min-height: 29px !important; }

.min-height-30px {
  min-height: 30px !important; }

.min-height-50px {
  min-height: 50px !important; }

.min-height-55px {
  min-height: 55px !important; }

.min-height-56px {
  min-height: 56px !important; }

.min-height-60px {
  min-height: 60px !important; }

.min-height-66px {
  min-height: 66px !important; }

.min-height-76px {
  min-height: 76px !important; }

.min-height-80px {
  min-height: 80px !important; }

.min-height-88px {
  min-height: 88px !important; }

.min-height-100px {
  min-height: 100px !important; }

.min-height-117px {
  min-height: 117px !important; }

.min-height-120px {
  min-height: 120px !important; }

.min-height-140px {
  min-height: 140px !important; }

.min-height-145px {
  min-height: 145px !important; }

.min-height-150px {
  min-height: 150px !important; }

.min-height-160px {
  min-height: 160px !important; }

.min-height-175px {
  min-height: 175px !important; }

.min-height-180px {
  min-height: 180px !important; }

.min-height-200px {
  min-height: 200px !important; }

.min-height-230px {
  min-height: 230px !important; }

.min-height-250px {
  min-height: 250px !important; }

.min-height-260px {
  min-height: 260px !important; }

.min-height-280px {
  min-height: 280px !important; }

.min-height-360px {
  min-height: 360px !important; }

.min-height-370px {
  min-height: 370px !important; }

.min-height-380px {
  min-height: 380px !important; }

.min-height-400px {
  min-height: 400px !important; }

.min-height-410px {
  min-height: 410px !important; }

.min-height-420px {
  min-height: 420px !important; }

.min-height-580px {
  min-height: 580px !important; }

.min-height-585px {
  min-height: 585px !important; }

.min-height-650px {
  min-height: 650px !important; }

.min-height-695px {
  min-height: 695px !important; }

.min-height-740px {
  min-height: 740px !important; }

.min-height-1920px {
  min-height: 1920px !important; }

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

.max-height-1px {
  max-height: 1px !important; }

.max-height-2px {
  max-height: 2px !important; }

.max-height-3px {
  max-height: 3px !important; }

.max-height-5px {
  max-height: 5px !important; }

.max-height-8px {
  max-height: 8px !important; }

.max-height-12px {
  max-height: 12px !important; }

.max-height-14px {
  max-height: 14px !important; }

.max-height-16px {
  max-height: 16px !important; }

.max-height-18px {
  max-height: 18px !important; }

.max-height-20px {
  max-height: 20px !important; }

.max-height-22px {
  max-height: 22px !important; }

.max-height-24px {
  max-height: 24px !important; }

.max-height-40px {
  max-height: 40px !important; }

.max-height-48px {
  max-height: 48px !important; }

.max-height-20px {
  max-height: 20px !important; }

.max-height-25px {
  max-height: 25px !important; }

.max-height-29px {
  max-height: 29px !important; }

.max-height-30px {
  max-height: 30px !important; }

.max-height-50px {
  max-height: 50px !important; }

.max-height-55px {
  max-height: 55px !important; }

.max-height-56px {
  max-height: 56px !important; }

.max-height-60px {
  max-height: 60px !important; }

.max-height-66px {
  max-height: 66px !important; }

.max-height-76px {
  max-height: 76px !important; }

.max-height-80px {
  max-height: 80px !important; }

.max-height-88px {
  max-height: 88px !important; }

.max-height-100px {
  max-height: 100px !important; }

.max-height-117px {
  max-height: 117px !important; }

.max-height-120px {
  max-height: 120px !important; }

.max-height-140px {
  max-height: 140px !important; }

.max-height-145px {
  max-height: 145px !important; }

.max-height-150px {
  max-height: 150px !important; }

.max-height-160px {
  max-height: 160px !important; }

.max-height-175px {
  max-height: 175px !important; }

.max-height-180px {
  max-height: 180px !important; }

.max-height-200px {
  max-height: 200px !important; }

.max-height-230px {
  max-height: 230px !important; }

.max-height-250px {
  max-height: 250px !important; }

.max-height-260px {
  max-height: 260px !important; }

.max-height-280px {
  max-height: 280px !important; }

.max-height-360px {
  max-height: 360px !important; }

.max-height-370px {
  max-height: 370px !important; }

.max-height-380px {
  max-height: 380px !important; }

.max-height-400px {
  max-height: 400px !important; }

.max-height-410px {
  max-height: 410px !important; }

.max-height-420px {
  max-height: 420px !important; }

.max-height-580px {
  max-height: 580px !important; }

.max-height-585px {
  max-height: 585px !important; }

.max-height-650px {
  max-height: 650px !important; }

.max-height-695px {
  max-height: 695px !important; }

.max-height-740px {
  max-height: 740px !important; }

.max-height-1920px {
  max-height: 1920px !important; }

.min-width-0 {
  min-width: 0 !important; }

.min-width-1px {
  min-width: 1px !important; }

.min-width-2px {
  min-width: 2px !important; }

.min-width-3px {
  min-width: 3px !important; }

.min-width-5px {
  min-width: 5px !important; }

.min-width-8px {
  min-width: 8px !important; }

.min-width-12px {
  min-width: 12px !important; }

.min-width-14px {
  min-width: 14px !important; }

.min-width-16px {
  min-width: 16px !important; }

.min-width-18px {
  min-width: 18px !important; }

.min-width-20px {
  min-width: 20px !important; }

.min-width-22px {
  min-width: 22px !important; }

.min-width-24px {
  min-width: 24px !important; }

.min-width-40px {
  min-width: 40px !important; }

.min-width-48px {
  min-width: 48px !important; }

.min-width-20px {
  min-width: 20px !important; }

.min-width-25px {
  min-width: 25px !important; }

.min-width-29px {
  min-width: 29px !important; }

.min-width-30px {
  min-width: 30px !important; }

.min-width-50px {
  min-width: 50px !important; }

.min-width-55px {
  min-width: 55px !important; }

.min-width-56px {
  min-width: 56px !important; }

.min-width-60px {
  min-width: 60px !important; }

.min-width-66px {
  min-width: 66px !important; }

.min-width-76px {
  min-width: 76px !important; }

.min-width-80px {
  min-width: 80px !important; }

.min-width-88px {
  min-width: 88px !important; }

.min-width-100px {
  min-width: 100px !important; }

.min-width-117px {
  min-width: 117px !important; }

.min-width-120px {
  min-width: 120px !important; }

.min-width-140px {
  min-width: 140px !important; }

.min-width-145px {
  min-width: 145px !important; }

.min-width-150px {
  min-width: 150px !important; }

.min-width-160px {
  min-width: 160px !important; }

.min-width-175px {
  min-width: 175px !important; }

.min-width-180px {
  min-width: 180px !important; }

.min-width-200px {
  min-width: 200px !important; }

.min-width-230px {
  min-width: 230px !important; }

.min-width-250px {
  min-width: 250px !important; }

.min-width-260px {
  min-width: 260px !important; }

.min-width-280px {
  min-width: 280px !important; }

.min-width-360px {
  min-width: 360px !important; }

.min-width-370px {
  min-width: 370px !important; }

.min-width-380px {
  min-width: 380px !important; }

.min-width-400px {
  min-width: 400px !important; }

.min-width-410px {
  min-width: 410px !important; }

.min-width-420px {
  min-width: 420px !important; }

.min-width-580px {
  min-width: 580px !important; }

.min-width-585px {
  min-width: 585px !important; }

.min-width-650px {
  min-width: 650px !important; }

.min-width-695px {
  min-width: 695px !important; }

.min-width-740px {
  min-width: 740px !important; }

.min-width-1920px {
  min-width: 1920px !important; }

.max-width-0 {
  max-width: 0 !important; }

.max-width-1px {
  max-width: 1px !important; }

.max-width-2px {
  max-width: 2px !important; }

.max-width-3px {
  max-width: 3px !important; }

.max-width-5px {
  max-width: 5px !important; }

.max-width-8px {
  max-width: 8px !important; }

.max-width-12px {
  max-width: 12px !important; }

.max-width-14px {
  max-width: 14px !important; }

.max-width-16px {
  max-width: 16px !important; }

.max-width-18px {
  max-width: 18px !important; }

.max-width-20px {
  max-width: 20px !important; }

.max-width-22px {
  max-width: 22px !important; }

.max-width-24px {
  max-width: 24px !important; }

.max-width-40px {
  max-width: 40px !important; }

.max-width-48px {
  max-width: 48px !important; }

.max-width-20px {
  max-width: 20px !important; }

.max-width-25px {
  max-width: 25px !important; }

.max-width-29px {
  max-width: 29px !important; }

.max-width-30px {
  max-width: 30px !important; }

.max-width-50px {
  max-width: 50px !important; }

.max-width-55px {
  max-width: 55px !important; }

.max-width-56px {
  max-width: 56px !important; }

.max-width-60px {
  max-width: 60px !important; }

.max-width-66px {
  max-width: 66px !important; }

.max-width-76px {
  max-width: 76px !important; }

.max-width-80px {
  max-width: 80px !important; }

.max-width-88px {
  max-width: 88px !important; }

.max-width-100px {
  max-width: 100px !important; }

.max-width-117px {
  max-width: 117px !important; }

.max-width-120px {
  max-width: 120px !important; }

.max-width-140px {
  max-width: 140px !important; }

.max-width-145px {
  max-width: 145px !important; }

.max-width-150px {
  max-width: 150px !important; }

.max-width-160px {
  max-width: 160px !important; }

.max-width-175px {
  max-width: 175px !important; }

.max-width-180px {
  max-width: 180px !important; }

.max-width-200px {
  max-width: 200px !important; }

.max-width-230px {
  max-width: 230px !important; }

.max-width-250px {
  max-width: 250px !important; }

.max-width-260px {
  max-width: 260px !important; }

.max-width-280px {
  max-width: 280px !important; }

.max-width-360px {
  max-width: 360px !important; }

.max-width-370px {
  max-width: 370px !important; }

.max-width-380px {
  max-width: 380px !important; }

.max-width-400px {
  max-width: 400px !important; }

.max-width-410px {
  max-width: 410px !important; }

.max-width-420px {
  max-width: 420px !important; }

.max-width-580px {
  max-width: 580px !important; }

.max-width-585px {
  max-width: 585px !important; }

.max-width-650px {
  max-width: 650px !important; }

.max-width-695px {
  max-width: 695px !important; }

.max-width-740px {
  max-width: 740px !important; }

.max-width-1920px {
  max-width: 1920px !important; }

@media (min-width: 576px) {
  .h-sm-0 {
    height: 0 !important; }
  .h-sm-1px {
    height: 1px !important; }
  .h-sm-2px {
    height: 2px !important; }
  .h-sm-3px {
    height: 3px !important; }
  .h-sm-5px {
    height: 5px !important; }
  .h-sm-8px {
    height: 8px !important; }
  .h-sm-12px {
    height: 12px !important; }
  .h-sm-14px {
    height: 14px !important; }
  .h-sm-16px {
    height: 16px !important; }
  .h-sm-18px {
    height: 18px !important; }
  .h-sm-20px {
    height: 20px !important; }
  .h-sm-22px {
    height: 22px !important; }
  .h-sm-24px {
    height: 24px !important; }
  .h-sm-40px {
    height: 40px !important; }
  .h-sm-48px {
    height: 48px !important; }
  .h-sm-20px {
    height: 20px !important; }
  .h-sm-25px {
    height: 25px !important; }
  .h-sm-29px {
    height: 29px !important; }
  .h-sm-30px {
    height: 30px !important; }
  .h-sm-50px {
    height: 50px !important; }
  .h-sm-55px {
    height: 55px !important; }
  .h-sm-56px {
    height: 56px !important; }
  .h-sm-60px {
    height: 60px !important; }
  .h-sm-66px {
    height: 66px !important; }
  .h-sm-76px {
    height: 76px !important; }
  .h-sm-80px {
    height: 80px !important; }
  .h-sm-88px {
    height: 88px !important; }
  .h-sm-100px {
    height: 100px !important; }
  .h-sm-117px {
    height: 117px !important; }
  .h-sm-120px {
    height: 120px !important; }
  .h-sm-140px {
    height: 140px !important; }
  .h-sm-145px {
    height: 145px !important; }
  .h-sm-150px {
    height: 150px !important; }
  .h-sm-160px {
    height: 160px !important; }
  .h-sm-175px {
    height: 175px !important; }
  .h-sm-180px {
    height: 180px !important; }
  .h-sm-200px {
    height: 200px !important; }
  .h-sm-230px {
    height: 230px !important; }
  .h-sm-250px {
    height: 250px !important; }
  .h-sm-260px {
    height: 260px !important; }
  .h-sm-280px {
    height: 280px !important; }
  .h-sm-360px {
    height: 360px !important; }
  .h-sm-370px {
    height: 370px !important; }
  .h-sm-380px {
    height: 380px !important; }
  .h-sm-400px {
    height: 400px !important; }
  .h-sm-410px {
    height: 410px !important; }
  .h-sm-420px {
    height: 420px !important; }
  .h-sm-580px {
    height: 580px !important; }
  .h-sm-585px {
    height: 585px !important; }
  .h-sm-650px {
    height: 650px !important; }
  .h-sm-695px {
    height: 695px !important; }
  .h-sm-740px {
    height: 740px !important; }
  .h-sm-1920px {
    height: 1920px !important; }
  .w-sm-0 {
    width: 0 !important; }
  .w-sm-1px {
    width: 1px !important; }
  .w-sm-2px {
    width: 2px !important; }
  .w-sm-3px {
    width: 3px !important; }
  .w-sm-5px {
    width: 5px !important; }
  .w-sm-8px {
    width: 8px !important; }
  .w-sm-12px {
    width: 12px !important; }
  .w-sm-14px {
    width: 14px !important; }
  .w-sm-16px {
    width: 16px !important; }
  .w-sm-18px {
    width: 18px !important; }
  .w-sm-20px {
    width: 20px !important; }
  .w-sm-22px {
    width: 22px !important; }
  .w-sm-24px {
    width: 24px !important; }
  .w-sm-40px {
    width: 40px !important; }
  .w-sm-48px {
    width: 48px !important; }
  .w-sm-20px {
    width: 20px !important; }
  .w-sm-25px {
    width: 25px !important; }
  .w-sm-29px {
    width: 29px !important; }
  .w-sm-30px {
    width: 30px !important; }
  .w-sm-50px {
    width: 50px !important; }
  .w-sm-55px {
    width: 55px !important; }
  .w-sm-56px {
    width: 56px !important; }
  .w-sm-60px {
    width: 60px !important; }
  .w-sm-66px {
    width: 66px !important; }
  .w-sm-76px {
    width: 76px !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-88px {
    width: 88px !important; }
  .w-sm-100px {
    width: 100px !important; }
  .w-sm-117px {
    width: 117px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-140px {
    width: 140px !important; }
  .w-sm-145px {
    width: 145px !important; }
  .w-sm-150px {
    width: 150px !important; }
  .w-sm-160px {
    width: 160px !important; }
  .w-sm-175px {
    width: 175px !important; }
  .w-sm-180px {
    width: 180px !important; }
  .w-sm-200px {
    width: 200px !important; }
  .w-sm-230px {
    width: 230px !important; }
  .w-sm-250px {
    width: 250px !important; }
  .w-sm-260px {
    width: 260px !important; }
  .w-sm-280px {
    width: 280px !important; }
  .w-sm-360px {
    width: 360px !important; }
  .w-sm-370px {
    width: 370px !important; }
  .w-sm-380px {
    width: 380px !important; }
  .w-sm-400px {
    width: 400px !important; }
  .w-sm-410px {
    width: 410px !important; }
  .w-sm-420px {
    width: 420px !important; }
  .w-sm-580px {
    width: 580px !important; }
  .w-sm-585px {
    width: 585px !important; }
  .w-sm-650px {
    width: 650px !important; }
  .w-sm-695px {
    width: 695px !important; }
  .w-sm-740px {
    width: 740px !important; }
  .w-sm-1920px {
    width: 1920px !important; }
  .min-height-sm-0 {
    min-height: 0 !important; }
  .min-height-sm-1px {
    min-height: 1px !important; }
  .min-height-sm-2px {
    min-height: 2px !important; }
  .min-height-sm-3px {
    min-height: 3px !important; }
  .min-height-sm-5px {
    min-height: 5px !important; }
  .min-height-sm-8px {
    min-height: 8px !important; }
  .min-height-sm-12px {
    min-height: 12px !important; }
  .min-height-sm-14px {
    min-height: 14px !important; }
  .min-height-sm-16px {
    min-height: 16px !important; }
  .min-height-sm-18px {
    min-height: 18px !important; }
  .min-height-sm-20px {
    min-height: 20px !important; }
  .min-height-sm-22px {
    min-height: 22px !important; }
  .min-height-sm-24px {
    min-height: 24px !important; }
  .min-height-sm-40px {
    min-height: 40px !important; }
  .min-height-sm-48px {
    min-height: 48px !important; }
  .min-height-sm-20px {
    min-height: 20px !important; }
  .min-height-sm-25px {
    min-height: 25px !important; }
  .min-height-sm-29px {
    min-height: 29px !important; }
  .min-height-sm-30px {
    min-height: 30px !important; }
  .min-height-sm-50px {
    min-height: 50px !important; }
  .min-height-sm-55px {
    min-height: 55px !important; }
  .min-height-sm-56px {
    min-height: 56px !important; }
  .min-height-sm-60px {
    min-height: 60px !important; }
  .min-height-sm-66px {
    min-height: 66px !important; }
  .min-height-sm-76px {
    min-height: 76px !important; }
  .min-height-sm-80px {
    min-height: 80px !important; }
  .min-height-sm-88px {
    min-height: 88px !important; }
  .min-height-sm-100px {
    min-height: 100px !important; }
  .min-height-sm-117px {
    min-height: 117px !important; }
  .min-height-sm-120px {
    min-height: 120px !important; }
  .min-height-sm-140px {
    min-height: 140px !important; }
  .min-height-sm-145px {
    min-height: 145px !important; }
  .min-height-sm-150px {
    min-height: 150px !important; }
  .min-height-sm-160px {
    min-height: 160px !important; }
  .min-height-sm-175px {
    min-height: 175px !important; }
  .min-height-sm-180px {
    min-height: 180px !important; }
  .min-height-sm-200px {
    min-height: 200px !important; }
  .min-height-sm-230px {
    min-height: 230px !important; }
  .min-height-sm-250px {
    min-height: 250px !important; }
  .min-height-sm-260px {
    min-height: 260px !important; }
  .min-height-sm-280px {
    min-height: 280px !important; }
  .min-height-sm-360px {
    min-height: 360px !important; }
  .min-height-sm-370px {
    min-height: 370px !important; }
  .min-height-sm-380px {
    min-height: 380px !important; }
  .min-height-sm-400px {
    min-height: 400px !important; }
  .min-height-sm-410px {
    min-height: 410px !important; }
  .min-height-sm-420px {
    min-height: 420px !important; }
  .min-height-sm-580px {
    min-height: 580px !important; }
  .min-height-sm-585px {
    min-height: 585px !important; }
  .min-height-sm-650px {
    min-height: 650px !important; }
  .min-height-sm-695px {
    min-height: 695px !important; }
  .min-height-sm-740px {
    min-height: 740px !important; }
  .min-height-sm-1920px {
    min-height: 1920px !important; }
  .max-height-sm-0 {
    max-height: 0 !important; }
  .max-height-sm-1px {
    max-height: 1px !important; }
  .max-height-sm-2px {
    max-height: 2px !important; }
  .max-height-sm-3px {
    max-height: 3px !important; }
  .max-height-sm-5px {
    max-height: 5px !important; }
  .max-height-sm-8px {
    max-height: 8px !important; }
  .max-height-sm-12px {
    max-height: 12px !important; }
  .max-height-sm-14px {
    max-height: 14px !important; }
  .max-height-sm-16px {
    max-height: 16px !important; }
  .max-height-sm-18px {
    max-height: 18px !important; }
  .max-height-sm-20px {
    max-height: 20px !important; }
  .max-height-sm-22px {
    max-height: 22px !important; }
  .max-height-sm-24px {
    max-height: 24px !important; }
  .max-height-sm-40px {
    max-height: 40px !important; }
  .max-height-sm-48px {
    max-height: 48px !important; }
  .max-height-sm-20px {
    max-height: 20px !important; }
  .max-height-sm-25px {
    max-height: 25px !important; }
  .max-height-sm-29px {
    max-height: 29px !important; }
  .max-height-sm-30px {
    max-height: 30px !important; }
  .max-height-sm-50px {
    max-height: 50px !important; }
  .max-height-sm-55px {
    max-height: 55px !important; }
  .max-height-sm-56px {
    max-height: 56px !important; }
  .max-height-sm-60px {
    max-height: 60px !important; }
  .max-height-sm-66px {
    max-height: 66px !important; }
  .max-height-sm-76px {
    max-height: 76px !important; }
  .max-height-sm-80px {
    max-height: 80px !important; }
  .max-height-sm-88px {
    max-height: 88px !important; }
  .max-height-sm-100px {
    max-height: 100px !important; }
  .max-height-sm-117px {
    max-height: 117px !important; }
  .max-height-sm-120px {
    max-height: 120px !important; }
  .max-height-sm-140px {
    max-height: 140px !important; }
  .max-height-sm-145px {
    max-height: 145px !important; }
  .max-height-sm-150px {
    max-height: 150px !important; }
  .max-height-sm-160px {
    max-height: 160px !important; }
  .max-height-sm-175px {
    max-height: 175px !important; }
  .max-height-sm-180px {
    max-height: 180px !important; }
  .max-height-sm-200px {
    max-height: 200px !important; }
  .max-height-sm-230px {
    max-height: 230px !important; }
  .max-height-sm-250px {
    max-height: 250px !important; }
  .max-height-sm-260px {
    max-height: 260px !important; }
  .max-height-sm-280px {
    max-height: 280px !important; }
  .max-height-sm-360px {
    max-height: 360px !important; }
  .max-height-sm-370px {
    max-height: 370px !important; }
  .max-height-sm-380px {
    max-height: 380px !important; }
  .max-height-sm-400px {
    max-height: 400px !important; }
  .max-height-sm-410px {
    max-height: 410px !important; }
  .max-height-sm-420px {
    max-height: 420px !important; }
  .max-height-sm-580px {
    max-height: 580px !important; }
  .max-height-sm-585px {
    max-height: 585px !important; }
  .max-height-sm-650px {
    max-height: 650px !important; }
  .max-height-sm-695px {
    max-height: 695px !important; }
  .max-height-sm-740px {
    max-height: 740px !important; }
  .max-height-sm-1920px {
    max-height: 1920px !important; }
  .min-width-sm-0 {
    min-width: 0 !important; }
  .min-width-sm-1px {
    min-width: 1px !important; }
  .min-width-sm-2px {
    min-width: 2px !important; }
  .min-width-sm-3px {
    min-width: 3px !important; }
  .min-width-sm-5px {
    min-width: 5px !important; }
  .min-width-sm-8px {
    min-width: 8px !important; }
  .min-width-sm-12px {
    min-width: 12px !important; }
  .min-width-sm-14px {
    min-width: 14px !important; }
  .min-width-sm-16px {
    min-width: 16px !important; }
  .min-width-sm-18px {
    min-width: 18px !important; }
  .min-width-sm-20px {
    min-width: 20px !important; }
  .min-width-sm-22px {
    min-width: 22px !important; }
  .min-width-sm-24px {
    min-width: 24px !important; }
  .min-width-sm-40px {
    min-width: 40px !important; }
  .min-width-sm-48px {
    min-width: 48px !important; }
  .min-width-sm-20px {
    min-width: 20px !important; }
  .min-width-sm-25px {
    min-width: 25px !important; }
  .min-width-sm-29px {
    min-width: 29px !important; }
  .min-width-sm-30px {
    min-width: 30px !important; }
  .min-width-sm-50px {
    min-width: 50px !important; }
  .min-width-sm-55px {
    min-width: 55px !important; }
  .min-width-sm-56px {
    min-width: 56px !important; }
  .min-width-sm-60px {
    min-width: 60px !important; }
  .min-width-sm-66px {
    min-width: 66px !important; }
  .min-width-sm-76px {
    min-width: 76px !important; }
  .min-width-sm-80px {
    min-width: 80px !important; }
  .min-width-sm-88px {
    min-width: 88px !important; }
  .min-width-sm-100px {
    min-width: 100px !important; }
  .min-width-sm-117px {
    min-width: 117px !important; }
  .min-width-sm-120px {
    min-width: 120px !important; }
  .min-width-sm-140px {
    min-width: 140px !important; }
  .min-width-sm-145px {
    min-width: 145px !important; }
  .min-width-sm-150px {
    min-width: 150px !important; }
  .min-width-sm-160px {
    min-width: 160px !important; }
  .min-width-sm-175px {
    min-width: 175px !important; }
  .min-width-sm-180px {
    min-width: 180px !important; }
  .min-width-sm-200px {
    min-width: 200px !important; }
  .min-width-sm-230px {
    min-width: 230px !important; }
  .min-width-sm-250px {
    min-width: 250px !important; }
  .min-width-sm-260px {
    min-width: 260px !important; }
  .min-width-sm-280px {
    min-width: 280px !important; }
  .min-width-sm-360px {
    min-width: 360px !important; }
  .min-width-sm-370px {
    min-width: 370px !important; }
  .min-width-sm-380px {
    min-width: 380px !important; }
  .min-width-sm-400px {
    min-width: 400px !important; }
  .min-width-sm-410px {
    min-width: 410px !important; }
  .min-width-sm-420px {
    min-width: 420px !important; }
  .min-width-sm-580px {
    min-width: 580px !important; }
  .min-width-sm-585px {
    min-width: 585px !important; }
  .min-width-sm-650px {
    min-width: 650px !important; }
  .min-width-sm-695px {
    min-width: 695px !important; }
  .min-width-sm-740px {
    min-width: 740px !important; }
  .min-width-sm-1920px {
    min-width: 1920px !important; }
  .max-width-sm-0 {
    max-width: 0 !important; }
  .max-width-sm-1px {
    max-width: 1px !important; }
  .max-width-sm-2px {
    max-width: 2px !important; }
  .max-width-sm-3px {
    max-width: 3px !important; }
  .max-width-sm-5px {
    max-width: 5px !important; }
  .max-width-sm-8px {
    max-width: 8px !important; }
  .max-width-sm-12px {
    max-width: 12px !important; }
  .max-width-sm-14px {
    max-width: 14px !important; }
  .max-width-sm-16px {
    max-width: 16px !important; }
  .max-width-sm-18px {
    max-width: 18px !important; }
  .max-width-sm-20px {
    max-width: 20px !important; }
  .max-width-sm-22px {
    max-width: 22px !important; }
  .max-width-sm-24px {
    max-width: 24px !important; }
  .max-width-sm-40px {
    max-width: 40px !important; }
  .max-width-sm-48px {
    max-width: 48px !important; }
  .max-width-sm-20px {
    max-width: 20px !important; }
  .max-width-sm-25px {
    max-width: 25px !important; }
  .max-width-sm-29px {
    max-width: 29px !important; }
  .max-width-sm-30px {
    max-width: 30px !important; }
  .max-width-sm-50px {
    max-width: 50px !important; }
  .max-width-sm-55px {
    max-width: 55px !important; }
  .max-width-sm-56px {
    max-width: 56px !important; }
  .max-width-sm-60px {
    max-width: 60px !important; }
  .max-width-sm-66px {
    max-width: 66px !important; }
  .max-width-sm-76px {
    max-width: 76px !important; }
  .max-width-sm-80px {
    max-width: 80px !important; }
  .max-width-sm-88px {
    max-width: 88px !important; }
  .max-width-sm-100px {
    max-width: 100px !important; }
  .max-width-sm-117px {
    max-width: 117px !important; }
  .max-width-sm-120px {
    max-width: 120px !important; }
  .max-width-sm-140px {
    max-width: 140px !important; }
  .max-width-sm-145px {
    max-width: 145px !important; }
  .max-width-sm-150px {
    max-width: 150px !important; }
  .max-width-sm-160px {
    max-width: 160px !important; }
  .max-width-sm-175px {
    max-width: 175px !important; }
  .max-width-sm-180px {
    max-width: 180px !important; }
  .max-width-sm-200px {
    max-width: 200px !important; }
  .max-width-sm-230px {
    max-width: 230px !important; }
  .max-width-sm-250px {
    max-width: 250px !important; }
  .max-width-sm-260px {
    max-width: 260px !important; }
  .max-width-sm-280px {
    max-width: 280px !important; }
  .max-width-sm-360px {
    max-width: 360px !important; }
  .max-width-sm-370px {
    max-width: 370px !important; }
  .max-width-sm-380px {
    max-width: 380px !important; }
  .max-width-sm-400px {
    max-width: 400px !important; }
  .max-width-sm-410px {
    max-width: 410px !important; }
  .max-width-sm-420px {
    max-width: 420px !important; }
  .max-width-sm-580px {
    max-width: 580px !important; }
  .max-width-sm-585px {
    max-width: 585px !important; }
  .max-width-sm-650px {
    max-width: 650px !important; }
  .max-width-sm-695px {
    max-width: 695px !important; }
  .max-width-sm-740px {
    max-width: 740px !important; }
  .max-width-sm-1920px {
    max-width: 1920px !important; } }

@media (min-width: 768px) {
  .h-md-0 {
    height: 0 !important; }
  .h-md-1px {
    height: 1px !important; }
  .h-md-2px {
    height: 2px !important; }
  .h-md-3px {
    height: 3px !important; }
  .h-md-5px {
    height: 5px !important; }
  .h-md-8px {
    height: 8px !important; }
  .h-md-12px {
    height: 12px !important; }
  .h-md-14px {
    height: 14px !important; }
  .h-md-16px {
    height: 16px !important; }
  .h-md-18px {
    height: 18px !important; }
  .h-md-20px {
    height: 20px !important; }
  .h-md-22px {
    height: 22px !important; }
  .h-md-24px {
    height: 24px !important; }
  .h-md-40px {
    height: 40px !important; }
  .h-md-48px {
    height: 48px !important; }
  .h-md-20px {
    height: 20px !important; }
  .h-md-25px {
    height: 25px !important; }
  .h-md-29px {
    height: 29px !important; }
  .h-md-30px {
    height: 30px !important; }
  .h-md-50px {
    height: 50px !important; }
  .h-md-55px {
    height: 55px !important; }
  .h-md-56px {
    height: 56px !important; }
  .h-md-60px {
    height: 60px !important; }
  .h-md-66px {
    height: 66px !important; }
  .h-md-76px {
    height: 76px !important; }
  .h-md-80px {
    height: 80px !important; }
  .h-md-88px {
    height: 88px !important; }
  .h-md-100px {
    height: 100px !important; }
  .h-md-117px {
    height: 117px !important; }
  .h-md-120px {
    height: 120px !important; }
  .h-md-140px {
    height: 140px !important; }
  .h-md-145px {
    height: 145px !important; }
  .h-md-150px {
    height: 150px !important; }
  .h-md-160px {
    height: 160px !important; }
  .h-md-175px {
    height: 175px !important; }
  .h-md-180px {
    height: 180px !important; }
  .h-md-200px {
    height: 200px !important; }
  .h-md-230px {
    height: 230px !important; }
  .h-md-250px {
    height: 250px !important; }
  .h-md-260px {
    height: 260px !important; }
  .h-md-280px {
    height: 280px !important; }
  .h-md-360px {
    height: 360px !important; }
  .h-md-370px {
    height: 370px !important; }
  .h-md-380px {
    height: 380px !important; }
  .h-md-400px {
    height: 400px !important; }
  .h-md-410px {
    height: 410px !important; }
  .h-md-420px {
    height: 420px !important; }
  .h-md-580px {
    height: 580px !important; }
  .h-md-585px {
    height: 585px !important; }
  .h-md-650px {
    height: 650px !important; }
  .h-md-695px {
    height: 695px !important; }
  .h-md-740px {
    height: 740px !important; }
  .h-md-1920px {
    height: 1920px !important; }
  .w-md-0 {
    width: 0 !important; }
  .w-md-1px {
    width: 1px !important; }
  .w-md-2px {
    width: 2px !important; }
  .w-md-3px {
    width: 3px !important; }
  .w-md-5px {
    width: 5px !important; }
  .w-md-8px {
    width: 8px !important; }
  .w-md-12px {
    width: 12px !important; }
  .w-md-14px {
    width: 14px !important; }
  .w-md-16px {
    width: 16px !important; }
  .w-md-18px {
    width: 18px !important; }
  .w-md-20px {
    width: 20px !important; }
  .w-md-22px {
    width: 22px !important; }
  .w-md-24px {
    width: 24px !important; }
  .w-md-40px {
    width: 40px !important; }
  .w-md-48px {
    width: 48px !important; }
  .w-md-20px {
    width: 20px !important; }
  .w-md-25px {
    width: 25px !important; }
  .w-md-29px {
    width: 29px !important; }
  .w-md-30px {
    width: 30px !important; }
  .w-md-50px {
    width: 50px !important; }
  .w-md-55px {
    width: 55px !important; }
  .w-md-56px {
    width: 56px !important; }
  .w-md-60px {
    width: 60px !important; }
  .w-md-66px {
    width: 66px !important; }
  .w-md-76px {
    width: 76px !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-88px {
    width: 88px !important; }
  .w-md-100px {
    width: 100px !important; }
  .w-md-117px {
    width: 117px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-140px {
    width: 140px !important; }
  .w-md-145px {
    width: 145px !important; }
  .w-md-150px {
    width: 150px !important; }
  .w-md-160px {
    width: 160px !important; }
  .w-md-175px {
    width: 175px !important; }
  .w-md-180px {
    width: 180px !important; }
  .w-md-200px {
    width: 200px !important; }
  .w-md-230px {
    width: 230px !important; }
  .w-md-250px {
    width: 250px !important; }
  .w-md-260px {
    width: 260px !important; }
  .w-md-280px {
    width: 280px !important; }
  .w-md-360px {
    width: 360px !important; }
  .w-md-370px {
    width: 370px !important; }
  .w-md-380px {
    width: 380px !important; }
  .w-md-400px {
    width: 400px !important; }
  .w-md-410px {
    width: 410px !important; }
  .w-md-420px {
    width: 420px !important; }
  .w-md-580px {
    width: 580px !important; }
  .w-md-585px {
    width: 585px !important; }
  .w-md-650px {
    width: 650px !important; }
  .w-md-695px {
    width: 695px !important; }
  .w-md-740px {
    width: 740px !important; }
  .w-md-1920px {
    width: 1920px !important; }
  .min-height-md-0 {
    min-height: 0 !important; }
  .min-height-md-1px {
    min-height: 1px !important; }
  .min-height-md-2px {
    min-height: 2px !important; }
  .min-height-md-3px {
    min-height: 3px !important; }
  .min-height-md-5px {
    min-height: 5px !important; }
  .min-height-md-8px {
    min-height: 8px !important; }
  .min-height-md-12px {
    min-height: 12px !important; }
  .min-height-md-14px {
    min-height: 14px !important; }
  .min-height-md-16px {
    min-height: 16px !important; }
  .min-height-md-18px {
    min-height: 18px !important; }
  .min-height-md-20px {
    min-height: 20px !important; }
  .min-height-md-22px {
    min-height: 22px !important; }
  .min-height-md-24px {
    min-height: 24px !important; }
  .min-height-md-40px {
    min-height: 40px !important; }
  .min-height-md-48px {
    min-height: 48px !important; }
  .min-height-md-20px {
    min-height: 20px !important; }
  .min-height-md-25px {
    min-height: 25px !important; }
  .min-height-md-29px {
    min-height: 29px !important; }
  .min-height-md-30px {
    min-height: 30px !important; }
  .min-height-md-50px {
    min-height: 50px !important; }
  .min-height-md-55px {
    min-height: 55px !important; }
  .min-height-md-56px {
    min-height: 56px !important; }
  .min-height-md-60px {
    min-height: 60px !important; }
  .min-height-md-66px {
    min-height: 66px !important; }
  .min-height-md-76px {
    min-height: 76px !important; }
  .min-height-md-80px {
    min-height: 80px !important; }
  .min-height-md-88px {
    min-height: 88px !important; }
  .min-height-md-100px {
    min-height: 100px !important; }
  .min-height-md-117px {
    min-height: 117px !important; }
  .min-height-md-120px {
    min-height: 120px !important; }
  .min-height-md-140px {
    min-height: 140px !important; }
  .min-height-md-145px {
    min-height: 145px !important; }
  .min-height-md-150px {
    min-height: 150px !important; }
  .min-height-md-160px {
    min-height: 160px !important; }
  .min-height-md-175px {
    min-height: 175px !important; }
  .min-height-md-180px {
    min-height: 180px !important; }
  .min-height-md-200px {
    min-height: 200px !important; }
  .min-height-md-230px {
    min-height: 230px !important; }
  .min-height-md-250px {
    min-height: 250px !important; }
  .min-height-md-260px {
    min-height: 260px !important; }
  .min-height-md-280px {
    min-height: 280px !important; }
  .min-height-md-360px {
    min-height: 360px !important; }
  .min-height-md-370px {
    min-height: 370px !important; }
  .min-height-md-380px {
    min-height: 380px !important; }
  .min-height-md-400px {
    min-height: 400px !important; }
  .min-height-md-410px {
    min-height: 410px !important; }
  .min-height-md-420px {
    min-height: 420px !important; }
  .min-height-md-580px {
    min-height: 580px !important; }
  .min-height-md-585px {
    min-height: 585px !important; }
  .min-height-md-650px {
    min-height: 650px !important; }
  .min-height-md-695px {
    min-height: 695px !important; }
  .min-height-md-740px {
    min-height: 740px !important; }
  .min-height-md-1920px {
    min-height: 1920px !important; }
  .max-height-md-0 {
    max-height: 0 !important; }
  .max-height-md-1px {
    max-height: 1px !important; }
  .max-height-md-2px {
    max-height: 2px !important; }
  .max-height-md-3px {
    max-height: 3px !important; }
  .max-height-md-5px {
    max-height: 5px !important; }
  .max-height-md-8px {
    max-height: 8px !important; }
  .max-height-md-12px {
    max-height: 12px !important; }
  .max-height-md-14px {
    max-height: 14px !important; }
  .max-height-md-16px {
    max-height: 16px !important; }
  .max-height-md-18px {
    max-height: 18px !important; }
  .max-height-md-20px {
    max-height: 20px !important; }
  .max-height-md-22px {
    max-height: 22px !important; }
  .max-height-md-24px {
    max-height: 24px !important; }
  .max-height-md-40px {
    max-height: 40px !important; }
  .max-height-md-48px {
    max-height: 48px !important; }
  .max-height-md-20px {
    max-height: 20px !important; }
  .max-height-md-25px {
    max-height: 25px !important; }
  .max-height-md-29px {
    max-height: 29px !important; }
  .max-height-md-30px {
    max-height: 30px !important; }
  .max-height-md-50px {
    max-height: 50px !important; }
  .max-height-md-55px {
    max-height: 55px !important; }
  .max-height-md-56px {
    max-height: 56px !important; }
  .max-height-md-60px {
    max-height: 60px !important; }
  .max-height-md-66px {
    max-height: 66px !important; }
  .max-height-md-76px {
    max-height: 76px !important; }
  .max-height-md-80px {
    max-height: 80px !important; }
  .max-height-md-88px {
    max-height: 88px !important; }
  .max-height-md-100px {
    max-height: 100px !important; }
  .max-height-md-117px {
    max-height: 117px !important; }
  .max-height-md-120px {
    max-height: 120px !important; }
  .max-height-md-140px {
    max-height: 140px !important; }
  .max-height-md-145px {
    max-height: 145px !important; }
  .max-height-md-150px {
    max-height: 150px !important; }
  .max-height-md-160px {
    max-height: 160px !important; }
  .max-height-md-175px {
    max-height: 175px !important; }
  .max-height-md-180px {
    max-height: 180px !important; }
  .max-height-md-200px {
    max-height: 200px !important; }
  .max-height-md-230px {
    max-height: 230px !important; }
  .max-height-md-250px {
    max-height: 250px !important; }
  .max-height-md-260px {
    max-height: 260px !important; }
  .max-height-md-280px {
    max-height: 280px !important; }
  .max-height-md-360px {
    max-height: 360px !important; }
  .max-height-md-370px {
    max-height: 370px !important; }
  .max-height-md-380px {
    max-height: 380px !important; }
  .max-height-md-400px {
    max-height: 400px !important; }
  .max-height-md-410px {
    max-height: 410px !important; }
  .max-height-md-420px {
    max-height: 420px !important; }
  .max-height-md-580px {
    max-height: 580px !important; }
  .max-height-md-585px {
    max-height: 585px !important; }
  .max-height-md-650px {
    max-height: 650px !important; }
  .max-height-md-695px {
    max-height: 695px !important; }
  .max-height-md-740px {
    max-height: 740px !important; }
  .max-height-md-1920px {
    max-height: 1920px !important; }
  .min-width-md-0 {
    min-width: 0 !important; }
  .min-width-md-1px {
    min-width: 1px !important; }
  .min-width-md-2px {
    min-width: 2px !important; }
  .min-width-md-3px {
    min-width: 3px !important; }
  .min-width-md-5px {
    min-width: 5px !important; }
  .min-width-md-8px {
    min-width: 8px !important; }
  .min-width-md-12px {
    min-width: 12px !important; }
  .min-width-md-14px {
    min-width: 14px !important; }
  .min-width-md-16px {
    min-width: 16px !important; }
  .min-width-md-18px {
    min-width: 18px !important; }
  .min-width-md-20px {
    min-width: 20px !important; }
  .min-width-md-22px {
    min-width: 22px !important; }
  .min-width-md-24px {
    min-width: 24px !important; }
  .min-width-md-40px {
    min-width: 40px !important; }
  .min-width-md-48px {
    min-width: 48px !important; }
  .min-width-md-20px {
    min-width: 20px !important; }
  .min-width-md-25px {
    min-width: 25px !important; }
  .min-width-md-29px {
    min-width: 29px !important; }
  .min-width-md-30px {
    min-width: 30px !important; }
  .min-width-md-50px {
    min-width: 50px !important; }
  .min-width-md-55px {
    min-width: 55px !important; }
  .min-width-md-56px {
    min-width: 56px !important; }
  .min-width-md-60px {
    min-width: 60px !important; }
  .min-width-md-66px {
    min-width: 66px !important; }
  .min-width-md-76px {
    min-width: 76px !important; }
  .min-width-md-80px {
    min-width: 80px !important; }
  .min-width-md-88px {
    min-width: 88px !important; }
  .min-width-md-100px {
    min-width: 100px !important; }
  .min-width-md-117px {
    min-width: 117px !important; }
  .min-width-md-120px {
    min-width: 120px !important; }
  .min-width-md-140px {
    min-width: 140px !important; }
  .min-width-md-145px {
    min-width: 145px !important; }
  .min-width-md-150px {
    min-width: 150px !important; }
  .min-width-md-160px {
    min-width: 160px !important; }
  .min-width-md-175px {
    min-width: 175px !important; }
  .min-width-md-180px {
    min-width: 180px !important; }
  .min-width-md-200px {
    min-width: 200px !important; }
  .min-width-md-230px {
    min-width: 230px !important; }
  .min-width-md-250px {
    min-width: 250px !important; }
  .min-width-md-260px {
    min-width: 260px !important; }
  .min-width-md-280px {
    min-width: 280px !important; }
  .min-width-md-360px {
    min-width: 360px !important; }
  .min-width-md-370px {
    min-width: 370px !important; }
  .min-width-md-380px {
    min-width: 380px !important; }
  .min-width-md-400px {
    min-width: 400px !important; }
  .min-width-md-410px {
    min-width: 410px !important; }
  .min-width-md-420px {
    min-width: 420px !important; }
  .min-width-md-580px {
    min-width: 580px !important; }
  .min-width-md-585px {
    min-width: 585px !important; }
  .min-width-md-650px {
    min-width: 650px !important; }
  .min-width-md-695px {
    min-width: 695px !important; }
  .min-width-md-740px {
    min-width: 740px !important; }
  .min-width-md-1920px {
    min-width: 1920px !important; }
  .max-width-md-0 {
    max-width: 0 !important; }
  .max-width-md-1px {
    max-width: 1px !important; }
  .max-width-md-2px {
    max-width: 2px !important; }
  .max-width-md-3px {
    max-width: 3px !important; }
  .max-width-md-5px {
    max-width: 5px !important; }
  .max-width-md-8px {
    max-width: 8px !important; }
  .max-width-md-12px {
    max-width: 12px !important; }
  .max-width-md-14px {
    max-width: 14px !important; }
  .max-width-md-16px {
    max-width: 16px !important; }
  .max-width-md-18px {
    max-width: 18px !important; }
  .max-width-md-20px {
    max-width: 20px !important; }
  .max-width-md-22px {
    max-width: 22px !important; }
  .max-width-md-24px {
    max-width: 24px !important; }
  .max-width-md-40px {
    max-width: 40px !important; }
  .max-width-md-48px {
    max-width: 48px !important; }
  .max-width-md-20px {
    max-width: 20px !important; }
  .max-width-md-25px {
    max-width: 25px !important; }
  .max-width-md-29px {
    max-width: 29px !important; }
  .max-width-md-30px {
    max-width: 30px !important; }
  .max-width-md-50px {
    max-width: 50px !important; }
  .max-width-md-55px {
    max-width: 55px !important; }
  .max-width-md-56px {
    max-width: 56px !important; }
  .max-width-md-60px {
    max-width: 60px !important; }
  .max-width-md-66px {
    max-width: 66px !important; }
  .max-width-md-76px {
    max-width: 76px !important; }
  .max-width-md-80px {
    max-width: 80px !important; }
  .max-width-md-88px {
    max-width: 88px !important; }
  .max-width-md-100px {
    max-width: 100px !important; }
  .max-width-md-117px {
    max-width: 117px !important; }
  .max-width-md-120px {
    max-width: 120px !important; }
  .max-width-md-140px {
    max-width: 140px !important; }
  .max-width-md-145px {
    max-width: 145px !important; }
  .max-width-md-150px {
    max-width: 150px !important; }
  .max-width-md-160px {
    max-width: 160px !important; }
  .max-width-md-175px {
    max-width: 175px !important; }
  .max-width-md-180px {
    max-width: 180px !important; }
  .max-width-md-200px {
    max-width: 200px !important; }
  .max-width-md-230px {
    max-width: 230px !important; }
  .max-width-md-250px {
    max-width: 250px !important; }
  .max-width-md-260px {
    max-width: 260px !important; }
  .max-width-md-280px {
    max-width: 280px !important; }
  .max-width-md-360px {
    max-width: 360px !important; }
  .max-width-md-370px {
    max-width: 370px !important; }
  .max-width-md-380px {
    max-width: 380px !important; }
  .max-width-md-400px {
    max-width: 400px !important; }
  .max-width-md-410px {
    max-width: 410px !important; }
  .max-width-md-420px {
    max-width: 420px !important; }
  .max-width-md-580px {
    max-width: 580px !important; }
  .max-width-md-585px {
    max-width: 585px !important; }
  .max-width-md-650px {
    max-width: 650px !important; }
  .max-width-md-695px {
    max-width: 695px !important; }
  .max-width-md-740px {
    max-width: 740px !important; }
  .max-width-md-1920px {
    max-width: 1920px !important; } }

@media (min-width: 1024px) {
  .h-m-0 {
    height: 0 !important; }
  .h-m-1px {
    height: 1px !important; }
  .h-m-2px {
    height: 2px !important; }
  .h-m-3px {
    height: 3px !important; }
  .h-m-5px {
    height: 5px !important; }
  .h-m-8px {
    height: 8px !important; }
  .h-m-12px {
    height: 12px !important; }
  .h-m-14px {
    height: 14px !important; }
  .h-m-16px {
    height: 16px !important; }
  .h-m-18px {
    height: 18px !important; }
  .h-m-20px {
    height: 20px !important; }
  .h-m-22px {
    height: 22px !important; }
  .h-m-24px {
    height: 24px !important; }
  .h-m-40px {
    height: 40px !important; }
  .h-m-48px {
    height: 48px !important; }
  .h-m-20px {
    height: 20px !important; }
  .h-m-25px {
    height: 25px !important; }
  .h-m-29px {
    height: 29px !important; }
  .h-m-30px {
    height: 30px !important; }
  .h-m-50px {
    height: 50px !important; }
  .h-m-55px {
    height: 55px !important; }
  .h-m-56px {
    height: 56px !important; }
  .h-m-60px {
    height: 60px !important; }
  .h-m-66px {
    height: 66px !important; }
  .h-m-76px {
    height: 76px !important; }
  .h-m-80px {
    height: 80px !important; }
  .h-m-88px {
    height: 88px !important; }
  .h-m-100px {
    height: 100px !important; }
  .h-m-117px {
    height: 117px !important; }
  .h-m-120px {
    height: 120px !important; }
  .h-m-140px {
    height: 140px !important; }
  .h-m-145px {
    height: 145px !important; }
  .h-m-150px {
    height: 150px !important; }
  .h-m-160px {
    height: 160px !important; }
  .h-m-175px {
    height: 175px !important; }
  .h-m-180px {
    height: 180px !important; }
  .h-m-200px {
    height: 200px !important; }
  .h-m-230px {
    height: 230px !important; }
  .h-m-250px {
    height: 250px !important; }
  .h-m-260px {
    height: 260px !important; }
  .h-m-280px {
    height: 280px !important; }
  .h-m-360px {
    height: 360px !important; }
  .h-m-370px {
    height: 370px !important; }
  .h-m-380px {
    height: 380px !important; }
  .h-m-400px {
    height: 400px !important; }
  .h-m-410px {
    height: 410px !important; }
  .h-m-420px {
    height: 420px !important; }
  .h-m-580px {
    height: 580px !important; }
  .h-m-585px {
    height: 585px !important; }
  .h-m-650px {
    height: 650px !important; }
  .h-m-695px {
    height: 695px !important; }
  .h-m-740px {
    height: 740px !important; }
  .h-m-1920px {
    height: 1920px !important; }
  .w-m-0 {
    width: 0 !important; }
  .w-m-1px {
    width: 1px !important; }
  .w-m-2px {
    width: 2px !important; }
  .w-m-3px {
    width: 3px !important; }
  .w-m-5px {
    width: 5px !important; }
  .w-m-8px {
    width: 8px !important; }
  .w-m-12px {
    width: 12px !important; }
  .w-m-14px {
    width: 14px !important; }
  .w-m-16px {
    width: 16px !important; }
  .w-m-18px {
    width: 18px !important; }
  .w-m-20px {
    width: 20px !important; }
  .w-m-22px {
    width: 22px !important; }
  .w-m-24px {
    width: 24px !important; }
  .w-m-40px {
    width: 40px !important; }
  .w-m-48px {
    width: 48px !important; }
  .w-m-20px {
    width: 20px !important; }
  .w-m-25px {
    width: 25px !important; }
  .w-m-29px {
    width: 29px !important; }
  .w-m-30px {
    width: 30px !important; }
  .w-m-50px {
    width: 50px !important; }
  .w-m-55px {
    width: 55px !important; }
  .w-m-56px {
    width: 56px !important; }
  .w-m-60px {
    width: 60px !important; }
  .w-m-66px {
    width: 66px !important; }
  .w-m-76px {
    width: 76px !important; }
  .w-m-80px {
    width: 80px !important; }
  .w-m-88px {
    width: 88px !important; }
  .w-m-100px {
    width: 100px !important; }
  .w-m-117px {
    width: 117px !important; }
  .w-m-120px {
    width: 120px !important; }
  .w-m-140px {
    width: 140px !important; }
  .w-m-145px {
    width: 145px !important; }
  .w-m-150px {
    width: 150px !important; }
  .w-m-160px {
    width: 160px !important; }
  .w-m-175px {
    width: 175px !important; }
  .w-m-180px {
    width: 180px !important; }
  .w-m-200px {
    width: 200px !important; }
  .w-m-230px {
    width: 230px !important; }
  .w-m-250px {
    width: 250px !important; }
  .w-m-260px {
    width: 260px !important; }
  .w-m-280px {
    width: 280px !important; }
  .w-m-360px {
    width: 360px !important; }
  .w-m-370px {
    width: 370px !important; }
  .w-m-380px {
    width: 380px !important; }
  .w-m-400px {
    width: 400px !important; }
  .w-m-410px {
    width: 410px !important; }
  .w-m-420px {
    width: 420px !important; }
  .w-m-580px {
    width: 580px !important; }
  .w-m-585px {
    width: 585px !important; }
  .w-m-650px {
    width: 650px !important; }
  .w-m-695px {
    width: 695px !important; }
  .w-m-740px {
    width: 740px !important; }
  .w-m-1920px {
    width: 1920px !important; }
  .min-height-m-0 {
    min-height: 0 !important; }
  .min-height-m-1px {
    min-height: 1px !important; }
  .min-height-m-2px {
    min-height: 2px !important; }
  .min-height-m-3px {
    min-height: 3px !important; }
  .min-height-m-5px {
    min-height: 5px !important; }
  .min-height-m-8px {
    min-height: 8px !important; }
  .min-height-m-12px {
    min-height: 12px !important; }
  .min-height-m-14px {
    min-height: 14px !important; }
  .min-height-m-16px {
    min-height: 16px !important; }
  .min-height-m-18px {
    min-height: 18px !important; }
  .min-height-m-20px {
    min-height: 20px !important; }
  .min-height-m-22px {
    min-height: 22px !important; }
  .min-height-m-24px {
    min-height: 24px !important; }
  .min-height-m-40px {
    min-height: 40px !important; }
  .min-height-m-48px {
    min-height: 48px !important; }
  .min-height-m-20px {
    min-height: 20px !important; }
  .min-height-m-25px {
    min-height: 25px !important; }
  .min-height-m-29px {
    min-height: 29px !important; }
  .min-height-m-30px {
    min-height: 30px !important; }
  .min-height-m-50px {
    min-height: 50px !important; }
  .min-height-m-55px {
    min-height: 55px !important; }
  .min-height-m-56px {
    min-height: 56px !important; }
  .min-height-m-60px {
    min-height: 60px !important; }
  .min-height-m-66px {
    min-height: 66px !important; }
  .min-height-m-76px {
    min-height: 76px !important; }
  .min-height-m-80px {
    min-height: 80px !important; }
  .min-height-m-88px {
    min-height: 88px !important; }
  .min-height-m-100px {
    min-height: 100px !important; }
  .min-height-m-117px {
    min-height: 117px !important; }
  .min-height-m-120px {
    min-height: 120px !important; }
  .min-height-m-140px {
    min-height: 140px !important; }
  .min-height-m-145px {
    min-height: 145px !important; }
  .min-height-m-150px {
    min-height: 150px !important; }
  .min-height-m-160px {
    min-height: 160px !important; }
  .min-height-m-175px {
    min-height: 175px !important; }
  .min-height-m-180px {
    min-height: 180px !important; }
  .min-height-m-200px {
    min-height: 200px !important; }
  .min-height-m-230px {
    min-height: 230px !important; }
  .min-height-m-250px {
    min-height: 250px !important; }
  .min-height-m-260px {
    min-height: 260px !important; }
  .min-height-m-280px {
    min-height: 280px !important; }
  .min-height-m-360px {
    min-height: 360px !important; }
  .min-height-m-370px {
    min-height: 370px !important; }
  .min-height-m-380px {
    min-height: 380px !important; }
  .min-height-m-400px {
    min-height: 400px !important; }
  .min-height-m-410px {
    min-height: 410px !important; }
  .min-height-m-420px {
    min-height: 420px !important; }
  .min-height-m-580px {
    min-height: 580px !important; }
  .min-height-m-585px {
    min-height: 585px !important; }
  .min-height-m-650px {
    min-height: 650px !important; }
  .min-height-m-695px {
    min-height: 695px !important; }
  .min-height-m-740px {
    min-height: 740px !important; }
  .min-height-m-1920px {
    min-height: 1920px !important; }
  .max-height-m-0 {
    max-height: 0 !important; }
  .max-height-m-1px {
    max-height: 1px !important; }
  .max-height-m-2px {
    max-height: 2px !important; }
  .max-height-m-3px {
    max-height: 3px !important; }
  .max-height-m-5px {
    max-height: 5px !important; }
  .max-height-m-8px {
    max-height: 8px !important; }
  .max-height-m-12px {
    max-height: 12px !important; }
  .max-height-m-14px {
    max-height: 14px !important; }
  .max-height-m-16px {
    max-height: 16px !important; }
  .max-height-m-18px {
    max-height: 18px !important; }
  .max-height-m-20px {
    max-height: 20px !important; }
  .max-height-m-22px {
    max-height: 22px !important; }
  .max-height-m-24px {
    max-height: 24px !important; }
  .max-height-m-40px {
    max-height: 40px !important; }
  .max-height-m-48px {
    max-height: 48px !important; }
  .max-height-m-20px {
    max-height: 20px !important; }
  .max-height-m-25px {
    max-height: 25px !important; }
  .max-height-m-29px {
    max-height: 29px !important; }
  .max-height-m-30px {
    max-height: 30px !important; }
  .max-height-m-50px {
    max-height: 50px !important; }
  .max-height-m-55px {
    max-height: 55px !important; }
  .max-height-m-56px {
    max-height: 56px !important; }
  .max-height-m-60px {
    max-height: 60px !important; }
  .max-height-m-66px {
    max-height: 66px !important; }
  .max-height-m-76px {
    max-height: 76px !important; }
  .max-height-m-80px {
    max-height: 80px !important; }
  .max-height-m-88px {
    max-height: 88px !important; }
  .max-height-m-100px {
    max-height: 100px !important; }
  .max-height-m-117px {
    max-height: 117px !important; }
  .max-height-m-120px {
    max-height: 120px !important; }
  .max-height-m-140px {
    max-height: 140px !important; }
  .max-height-m-145px {
    max-height: 145px !important; }
  .max-height-m-150px {
    max-height: 150px !important; }
  .max-height-m-160px {
    max-height: 160px !important; }
  .max-height-m-175px {
    max-height: 175px !important; }
  .max-height-m-180px {
    max-height: 180px !important; }
  .max-height-m-200px {
    max-height: 200px !important; }
  .max-height-m-230px {
    max-height: 230px !important; }
  .max-height-m-250px {
    max-height: 250px !important; }
  .max-height-m-260px {
    max-height: 260px !important; }
  .max-height-m-280px {
    max-height: 280px !important; }
  .max-height-m-360px {
    max-height: 360px !important; }
  .max-height-m-370px {
    max-height: 370px !important; }
  .max-height-m-380px {
    max-height: 380px !important; }
  .max-height-m-400px {
    max-height: 400px !important; }
  .max-height-m-410px {
    max-height: 410px !important; }
  .max-height-m-420px {
    max-height: 420px !important; }
  .max-height-m-580px {
    max-height: 580px !important; }
  .max-height-m-585px {
    max-height: 585px !important; }
  .max-height-m-650px {
    max-height: 650px !important; }
  .max-height-m-695px {
    max-height: 695px !important; }
  .max-height-m-740px {
    max-height: 740px !important; }
  .max-height-m-1920px {
    max-height: 1920px !important; }
  .min-width-m-0 {
    min-width: 0 !important; }
  .min-width-m-1px {
    min-width: 1px !important; }
  .min-width-m-2px {
    min-width: 2px !important; }
  .min-width-m-3px {
    min-width: 3px !important; }
  .min-width-m-5px {
    min-width: 5px !important; }
  .min-width-m-8px {
    min-width: 8px !important; }
  .min-width-m-12px {
    min-width: 12px !important; }
  .min-width-m-14px {
    min-width: 14px !important; }
  .min-width-m-16px {
    min-width: 16px !important; }
  .min-width-m-18px {
    min-width: 18px !important; }
  .min-width-m-20px {
    min-width: 20px !important; }
  .min-width-m-22px {
    min-width: 22px !important; }
  .min-width-m-24px {
    min-width: 24px !important; }
  .min-width-m-40px {
    min-width: 40px !important; }
  .min-width-m-48px {
    min-width: 48px !important; }
  .min-width-m-20px {
    min-width: 20px !important; }
  .min-width-m-25px {
    min-width: 25px !important; }
  .min-width-m-29px {
    min-width: 29px !important; }
  .min-width-m-30px {
    min-width: 30px !important; }
  .min-width-m-50px {
    min-width: 50px !important; }
  .min-width-m-55px {
    min-width: 55px !important; }
  .min-width-m-56px {
    min-width: 56px !important; }
  .min-width-m-60px {
    min-width: 60px !important; }
  .min-width-m-66px {
    min-width: 66px !important; }
  .min-width-m-76px {
    min-width: 76px !important; }
  .min-width-m-80px {
    min-width: 80px !important; }
  .min-width-m-88px {
    min-width: 88px !important; }
  .min-width-m-100px {
    min-width: 100px !important; }
  .min-width-m-117px {
    min-width: 117px !important; }
  .min-width-m-120px {
    min-width: 120px !important; }
  .min-width-m-140px {
    min-width: 140px !important; }
  .min-width-m-145px {
    min-width: 145px !important; }
  .min-width-m-150px {
    min-width: 150px !important; }
  .min-width-m-160px {
    min-width: 160px !important; }
  .min-width-m-175px {
    min-width: 175px !important; }
  .min-width-m-180px {
    min-width: 180px !important; }
  .min-width-m-200px {
    min-width: 200px !important; }
  .min-width-m-230px {
    min-width: 230px !important; }
  .min-width-m-250px {
    min-width: 250px !important; }
  .min-width-m-260px {
    min-width: 260px !important; }
  .min-width-m-280px {
    min-width: 280px !important; }
  .min-width-m-360px {
    min-width: 360px !important; }
  .min-width-m-370px {
    min-width: 370px !important; }
  .min-width-m-380px {
    min-width: 380px !important; }
  .min-width-m-400px {
    min-width: 400px !important; }
  .min-width-m-410px {
    min-width: 410px !important; }
  .min-width-m-420px {
    min-width: 420px !important; }
  .min-width-m-580px {
    min-width: 580px !important; }
  .min-width-m-585px {
    min-width: 585px !important; }
  .min-width-m-650px {
    min-width: 650px !important; }
  .min-width-m-695px {
    min-width: 695px !important; }
  .min-width-m-740px {
    min-width: 740px !important; }
  .min-width-m-1920px {
    min-width: 1920px !important; }
  .max-width-m-0 {
    max-width: 0 !important; }
  .max-width-m-1px {
    max-width: 1px !important; }
  .max-width-m-2px {
    max-width: 2px !important; }
  .max-width-m-3px {
    max-width: 3px !important; }
  .max-width-m-5px {
    max-width: 5px !important; }
  .max-width-m-8px {
    max-width: 8px !important; }
  .max-width-m-12px {
    max-width: 12px !important; }
  .max-width-m-14px {
    max-width: 14px !important; }
  .max-width-m-16px {
    max-width: 16px !important; }
  .max-width-m-18px {
    max-width: 18px !important; }
  .max-width-m-20px {
    max-width: 20px !important; }
  .max-width-m-22px {
    max-width: 22px !important; }
  .max-width-m-24px {
    max-width: 24px !important; }
  .max-width-m-40px {
    max-width: 40px !important; }
  .max-width-m-48px {
    max-width: 48px !important; }
  .max-width-m-20px {
    max-width: 20px !important; }
  .max-width-m-25px {
    max-width: 25px !important; }
  .max-width-m-29px {
    max-width: 29px !important; }
  .max-width-m-30px {
    max-width: 30px !important; }
  .max-width-m-50px {
    max-width: 50px !important; }
  .max-width-m-55px {
    max-width: 55px !important; }
  .max-width-m-56px {
    max-width: 56px !important; }
  .max-width-m-60px {
    max-width: 60px !important; }
  .max-width-m-66px {
    max-width: 66px !important; }
  .max-width-m-76px {
    max-width: 76px !important; }
  .max-width-m-80px {
    max-width: 80px !important; }
  .max-width-m-88px {
    max-width: 88px !important; }
  .max-width-m-100px {
    max-width: 100px !important; }
  .max-width-m-117px {
    max-width: 117px !important; }
  .max-width-m-120px {
    max-width: 120px !important; }
  .max-width-m-140px {
    max-width: 140px !important; }
  .max-width-m-145px {
    max-width: 145px !important; }
  .max-width-m-150px {
    max-width: 150px !important; }
  .max-width-m-160px {
    max-width: 160px !important; }
  .max-width-m-175px {
    max-width: 175px !important; }
  .max-width-m-180px {
    max-width: 180px !important; }
  .max-width-m-200px {
    max-width: 200px !important; }
  .max-width-m-230px {
    max-width: 230px !important; }
  .max-width-m-250px {
    max-width: 250px !important; }
  .max-width-m-260px {
    max-width: 260px !important; }
  .max-width-m-280px {
    max-width: 280px !important; }
  .max-width-m-360px {
    max-width: 360px !important; }
  .max-width-m-370px {
    max-width: 370px !important; }
  .max-width-m-380px {
    max-width: 380px !important; }
  .max-width-m-400px {
    max-width: 400px !important; }
  .max-width-m-410px {
    max-width: 410px !important; }
  .max-width-m-420px {
    max-width: 420px !important; }
  .max-width-m-580px {
    max-width: 580px !important; }
  .max-width-m-585px {
    max-width: 585px !important; }
  .max-width-m-650px {
    max-width: 650px !important; }
  .max-width-m-695px {
    max-width: 695px !important; }
  .max-width-m-740px {
    max-width: 740px !important; }
  .max-width-m-1920px {
    max-width: 1920px !important; } }

@media (min-width: 1200px) {
  .h-lg-0 {
    height: 0 !important; }
  .h-lg-1px {
    height: 1px !important; }
  .h-lg-2px {
    height: 2px !important; }
  .h-lg-3px {
    height: 3px !important; }
  .h-lg-5px {
    height: 5px !important; }
  .h-lg-8px {
    height: 8px !important; }
  .h-lg-12px {
    height: 12px !important; }
  .h-lg-14px {
    height: 14px !important; }
  .h-lg-16px {
    height: 16px !important; }
  .h-lg-18px {
    height: 18px !important; }
  .h-lg-20px {
    height: 20px !important; }
  .h-lg-22px {
    height: 22px !important; }
  .h-lg-24px {
    height: 24px !important; }
  .h-lg-40px {
    height: 40px !important; }
  .h-lg-48px {
    height: 48px !important; }
  .h-lg-20px {
    height: 20px !important; }
  .h-lg-25px {
    height: 25px !important; }
  .h-lg-29px {
    height: 29px !important; }
  .h-lg-30px {
    height: 30px !important; }
  .h-lg-50px {
    height: 50px !important; }
  .h-lg-55px {
    height: 55px !important; }
  .h-lg-56px {
    height: 56px !important; }
  .h-lg-60px {
    height: 60px !important; }
  .h-lg-66px {
    height: 66px !important; }
  .h-lg-76px {
    height: 76px !important; }
  .h-lg-80px {
    height: 80px !important; }
  .h-lg-88px {
    height: 88px !important; }
  .h-lg-100px {
    height: 100px !important; }
  .h-lg-117px {
    height: 117px !important; }
  .h-lg-120px {
    height: 120px !important; }
  .h-lg-140px {
    height: 140px !important; }
  .h-lg-145px {
    height: 145px !important; }
  .h-lg-150px {
    height: 150px !important; }
  .h-lg-160px {
    height: 160px !important; }
  .h-lg-175px {
    height: 175px !important; }
  .h-lg-180px {
    height: 180px !important; }
  .h-lg-200px {
    height: 200px !important; }
  .h-lg-230px {
    height: 230px !important; }
  .h-lg-250px {
    height: 250px !important; }
  .h-lg-260px {
    height: 260px !important; }
  .h-lg-280px {
    height: 280px !important; }
  .h-lg-360px {
    height: 360px !important; }
  .h-lg-370px {
    height: 370px !important; }
  .h-lg-380px {
    height: 380px !important; }
  .h-lg-400px {
    height: 400px !important; }
  .h-lg-410px {
    height: 410px !important; }
  .h-lg-420px {
    height: 420px !important; }
  .h-lg-580px {
    height: 580px !important; }
  .h-lg-585px {
    height: 585px !important; }
  .h-lg-650px {
    height: 650px !important; }
  .h-lg-695px {
    height: 695px !important; }
  .h-lg-740px {
    height: 740px !important; }
  .h-lg-1920px {
    height: 1920px !important; }
  .w-lg-0 {
    width: 0 !important; }
  .w-lg-1px {
    width: 1px !important; }
  .w-lg-2px {
    width: 2px !important; }
  .w-lg-3px {
    width: 3px !important; }
  .w-lg-5px {
    width: 5px !important; }
  .w-lg-8px {
    width: 8px !important; }
  .w-lg-12px {
    width: 12px !important; }
  .w-lg-14px {
    width: 14px !important; }
  .w-lg-16px {
    width: 16px !important; }
  .w-lg-18px {
    width: 18px !important; }
  .w-lg-20px {
    width: 20px !important; }
  .w-lg-22px {
    width: 22px !important; }
  .w-lg-24px {
    width: 24px !important; }
  .w-lg-40px {
    width: 40px !important; }
  .w-lg-48px {
    width: 48px !important; }
  .w-lg-20px {
    width: 20px !important; }
  .w-lg-25px {
    width: 25px !important; }
  .w-lg-29px {
    width: 29px !important; }
  .w-lg-30px {
    width: 30px !important; }
  .w-lg-50px {
    width: 50px !important; }
  .w-lg-55px {
    width: 55px !important; }
  .w-lg-56px {
    width: 56px !important; }
  .w-lg-60px {
    width: 60px !important; }
  .w-lg-66px {
    width: 66px !important; }
  .w-lg-76px {
    width: 76px !important; }
  .w-lg-80px {
    width: 80px !important; }
  .w-lg-88px {
    width: 88px !important; }
  .w-lg-100px {
    width: 100px !important; }
  .w-lg-117px {
    width: 117px !important; }
  .w-lg-120px {
    width: 120px !important; }
  .w-lg-140px {
    width: 140px !important; }
  .w-lg-145px {
    width: 145px !important; }
  .w-lg-150px {
    width: 150px !important; }
  .w-lg-160px {
    width: 160px !important; }
  .w-lg-175px {
    width: 175px !important; }
  .w-lg-180px {
    width: 180px !important; }
  .w-lg-200px {
    width: 200px !important; }
  .w-lg-230px {
    width: 230px !important; }
  .w-lg-250px {
    width: 250px !important; }
  .w-lg-260px {
    width: 260px !important; }
  .w-lg-280px {
    width: 280px !important; }
  .w-lg-360px {
    width: 360px !important; }
  .w-lg-370px {
    width: 370px !important; }
  .w-lg-380px {
    width: 380px !important; }
  .w-lg-400px {
    width: 400px !important; }
  .w-lg-410px {
    width: 410px !important; }
  .w-lg-420px {
    width: 420px !important; }
  .w-lg-580px {
    width: 580px !important; }
  .w-lg-585px {
    width: 585px !important; }
  .w-lg-650px {
    width: 650px !important; }
  .w-lg-695px {
    width: 695px !important; }
  .w-lg-740px {
    width: 740px !important; }
  .w-lg-1920px {
    width: 1920px !important; }
  .min-height-lg-0 {
    min-height: 0 !important; }
  .min-height-lg-1px {
    min-height: 1px !important; }
  .min-height-lg-2px {
    min-height: 2px !important; }
  .min-height-lg-3px {
    min-height: 3px !important; }
  .min-height-lg-5px {
    min-height: 5px !important; }
  .min-height-lg-8px {
    min-height: 8px !important; }
  .min-height-lg-12px {
    min-height: 12px !important; }
  .min-height-lg-14px {
    min-height: 14px !important; }
  .min-height-lg-16px {
    min-height: 16px !important; }
  .min-height-lg-18px {
    min-height: 18px !important; }
  .min-height-lg-20px {
    min-height: 20px !important; }
  .min-height-lg-22px {
    min-height: 22px !important; }
  .min-height-lg-24px {
    min-height: 24px !important; }
  .min-height-lg-40px {
    min-height: 40px !important; }
  .min-height-lg-48px {
    min-height: 48px !important; }
  .min-height-lg-20px {
    min-height: 20px !important; }
  .min-height-lg-25px {
    min-height: 25px !important; }
  .min-height-lg-29px {
    min-height: 29px !important; }
  .min-height-lg-30px {
    min-height: 30px !important; }
  .min-height-lg-50px {
    min-height: 50px !important; }
  .min-height-lg-55px {
    min-height: 55px !important; }
  .min-height-lg-56px {
    min-height: 56px !important; }
  .min-height-lg-60px {
    min-height: 60px !important; }
  .min-height-lg-66px {
    min-height: 66px !important; }
  .min-height-lg-76px {
    min-height: 76px !important; }
  .min-height-lg-80px {
    min-height: 80px !important; }
  .min-height-lg-88px {
    min-height: 88px !important; }
  .min-height-lg-100px {
    min-height: 100px !important; }
  .min-height-lg-117px {
    min-height: 117px !important; }
  .min-height-lg-120px {
    min-height: 120px !important; }
  .min-height-lg-140px {
    min-height: 140px !important; }
  .min-height-lg-145px {
    min-height: 145px !important; }
  .min-height-lg-150px {
    min-height: 150px !important; }
  .min-height-lg-160px {
    min-height: 160px !important; }
  .min-height-lg-175px {
    min-height: 175px !important; }
  .min-height-lg-180px {
    min-height: 180px !important; }
  .min-height-lg-200px {
    min-height: 200px !important; }
  .min-height-lg-230px {
    min-height: 230px !important; }
  .min-height-lg-250px {
    min-height: 250px !important; }
  .min-height-lg-260px {
    min-height: 260px !important; }
  .min-height-lg-280px {
    min-height: 280px !important; }
  .min-height-lg-360px {
    min-height: 360px !important; }
  .min-height-lg-370px {
    min-height: 370px !important; }
  .min-height-lg-380px {
    min-height: 380px !important; }
  .min-height-lg-400px {
    min-height: 400px !important; }
  .min-height-lg-410px {
    min-height: 410px !important; }
  .min-height-lg-420px {
    min-height: 420px !important; }
  .min-height-lg-580px {
    min-height: 580px !important; }
  .min-height-lg-585px {
    min-height: 585px !important; }
  .min-height-lg-650px {
    min-height: 650px !important; }
  .min-height-lg-695px {
    min-height: 695px !important; }
  .min-height-lg-740px {
    min-height: 740px !important; }
  .min-height-lg-1920px {
    min-height: 1920px !important; }
  .max-height-lg-0 {
    max-height: 0 !important; }
  .max-height-lg-1px {
    max-height: 1px !important; }
  .max-height-lg-2px {
    max-height: 2px !important; }
  .max-height-lg-3px {
    max-height: 3px !important; }
  .max-height-lg-5px {
    max-height: 5px !important; }
  .max-height-lg-8px {
    max-height: 8px !important; }
  .max-height-lg-12px {
    max-height: 12px !important; }
  .max-height-lg-14px {
    max-height: 14px !important; }
  .max-height-lg-16px {
    max-height: 16px !important; }
  .max-height-lg-18px {
    max-height: 18px !important; }
  .max-height-lg-20px {
    max-height: 20px !important; }
  .max-height-lg-22px {
    max-height: 22px !important; }
  .max-height-lg-24px {
    max-height: 24px !important; }
  .max-height-lg-40px {
    max-height: 40px !important; }
  .max-height-lg-48px {
    max-height: 48px !important; }
  .max-height-lg-20px {
    max-height: 20px !important; }
  .max-height-lg-25px {
    max-height: 25px !important; }
  .max-height-lg-29px {
    max-height: 29px !important; }
  .max-height-lg-30px {
    max-height: 30px !important; }
  .max-height-lg-50px {
    max-height: 50px !important; }
  .max-height-lg-55px {
    max-height: 55px !important; }
  .max-height-lg-56px {
    max-height: 56px !important; }
  .max-height-lg-60px {
    max-height: 60px !important; }
  .max-height-lg-66px {
    max-height: 66px !important; }
  .max-height-lg-76px {
    max-height: 76px !important; }
  .max-height-lg-80px {
    max-height: 80px !important; }
  .max-height-lg-88px {
    max-height: 88px !important; }
  .max-height-lg-100px {
    max-height: 100px !important; }
  .max-height-lg-117px {
    max-height: 117px !important; }
  .max-height-lg-120px {
    max-height: 120px !important; }
  .max-height-lg-140px {
    max-height: 140px !important; }
  .max-height-lg-145px {
    max-height: 145px !important; }
  .max-height-lg-150px {
    max-height: 150px !important; }
  .max-height-lg-160px {
    max-height: 160px !important; }
  .max-height-lg-175px {
    max-height: 175px !important; }
  .max-height-lg-180px {
    max-height: 180px !important; }
  .max-height-lg-200px {
    max-height: 200px !important; }
  .max-height-lg-230px {
    max-height: 230px !important; }
  .max-height-lg-250px {
    max-height: 250px !important; }
  .max-height-lg-260px {
    max-height: 260px !important; }
  .max-height-lg-280px {
    max-height: 280px !important; }
  .max-height-lg-360px {
    max-height: 360px !important; }
  .max-height-lg-370px {
    max-height: 370px !important; }
  .max-height-lg-380px {
    max-height: 380px !important; }
  .max-height-lg-400px {
    max-height: 400px !important; }
  .max-height-lg-410px {
    max-height: 410px !important; }
  .max-height-lg-420px {
    max-height: 420px !important; }
  .max-height-lg-580px {
    max-height: 580px !important; }
  .max-height-lg-585px {
    max-height: 585px !important; }
  .max-height-lg-650px {
    max-height: 650px !important; }
  .max-height-lg-695px {
    max-height: 695px !important; }
  .max-height-lg-740px {
    max-height: 740px !important; }
  .max-height-lg-1920px {
    max-height: 1920px !important; }
  .min-width-lg-0 {
    min-width: 0 !important; }
  .min-width-lg-1px {
    min-width: 1px !important; }
  .min-width-lg-2px {
    min-width: 2px !important; }
  .min-width-lg-3px {
    min-width: 3px !important; }
  .min-width-lg-5px {
    min-width: 5px !important; }
  .min-width-lg-8px {
    min-width: 8px !important; }
  .min-width-lg-12px {
    min-width: 12px !important; }
  .min-width-lg-14px {
    min-width: 14px !important; }
  .min-width-lg-16px {
    min-width: 16px !important; }
  .min-width-lg-18px {
    min-width: 18px !important; }
  .min-width-lg-20px {
    min-width: 20px !important; }
  .min-width-lg-22px {
    min-width: 22px !important; }
  .min-width-lg-24px {
    min-width: 24px !important; }
  .min-width-lg-40px {
    min-width: 40px !important; }
  .min-width-lg-48px {
    min-width: 48px !important; }
  .min-width-lg-20px {
    min-width: 20px !important; }
  .min-width-lg-25px {
    min-width: 25px !important; }
  .min-width-lg-29px {
    min-width: 29px !important; }
  .min-width-lg-30px {
    min-width: 30px !important; }
  .min-width-lg-50px {
    min-width: 50px !important; }
  .min-width-lg-55px {
    min-width: 55px !important; }
  .min-width-lg-56px {
    min-width: 56px !important; }
  .min-width-lg-60px {
    min-width: 60px !important; }
  .min-width-lg-66px {
    min-width: 66px !important; }
  .min-width-lg-76px {
    min-width: 76px !important; }
  .min-width-lg-80px {
    min-width: 80px !important; }
  .min-width-lg-88px {
    min-width: 88px !important; }
  .min-width-lg-100px {
    min-width: 100px !important; }
  .min-width-lg-117px {
    min-width: 117px !important; }
  .min-width-lg-120px {
    min-width: 120px !important; }
  .min-width-lg-140px {
    min-width: 140px !important; }
  .min-width-lg-145px {
    min-width: 145px !important; }
  .min-width-lg-150px {
    min-width: 150px !important; }
  .min-width-lg-160px {
    min-width: 160px !important; }
  .min-width-lg-175px {
    min-width: 175px !important; }
  .min-width-lg-180px {
    min-width: 180px !important; }
  .min-width-lg-200px {
    min-width: 200px !important; }
  .min-width-lg-230px {
    min-width: 230px !important; }
  .min-width-lg-250px {
    min-width: 250px !important; }
  .min-width-lg-260px {
    min-width: 260px !important; }
  .min-width-lg-280px {
    min-width: 280px !important; }
  .min-width-lg-360px {
    min-width: 360px !important; }
  .min-width-lg-370px {
    min-width: 370px !important; }
  .min-width-lg-380px {
    min-width: 380px !important; }
  .min-width-lg-400px {
    min-width: 400px !important; }
  .min-width-lg-410px {
    min-width: 410px !important; }
  .min-width-lg-420px {
    min-width: 420px !important; }
  .min-width-lg-580px {
    min-width: 580px !important; }
  .min-width-lg-585px {
    min-width: 585px !important; }
  .min-width-lg-650px {
    min-width: 650px !important; }
  .min-width-lg-695px {
    min-width: 695px !important; }
  .min-width-lg-740px {
    min-width: 740px !important; }
  .min-width-lg-1920px {
    min-width: 1920px !important; }
  .max-width-lg-0 {
    max-width: 0 !important; }
  .max-width-lg-1px {
    max-width: 1px !important; }
  .max-width-lg-2px {
    max-width: 2px !important; }
  .max-width-lg-3px {
    max-width: 3px !important; }
  .max-width-lg-5px {
    max-width: 5px !important; }
  .max-width-lg-8px {
    max-width: 8px !important; }
  .max-width-lg-12px {
    max-width: 12px !important; }
  .max-width-lg-14px {
    max-width: 14px !important; }
  .max-width-lg-16px {
    max-width: 16px !important; }
  .max-width-lg-18px {
    max-width: 18px !important; }
  .max-width-lg-20px {
    max-width: 20px !important; }
  .max-width-lg-22px {
    max-width: 22px !important; }
  .max-width-lg-24px {
    max-width: 24px !important; }
  .max-width-lg-40px {
    max-width: 40px !important; }
  .max-width-lg-48px {
    max-width: 48px !important; }
  .max-width-lg-20px {
    max-width: 20px !important; }
  .max-width-lg-25px {
    max-width: 25px !important; }
  .max-width-lg-29px {
    max-width: 29px !important; }
  .max-width-lg-30px {
    max-width: 30px !important; }
  .max-width-lg-50px {
    max-width: 50px !important; }
  .max-width-lg-55px {
    max-width: 55px !important; }
  .max-width-lg-56px {
    max-width: 56px !important; }
  .max-width-lg-60px {
    max-width: 60px !important; }
  .max-width-lg-66px {
    max-width: 66px !important; }
  .max-width-lg-76px {
    max-width: 76px !important; }
  .max-width-lg-80px {
    max-width: 80px !important; }
  .max-width-lg-88px {
    max-width: 88px !important; }
  .max-width-lg-100px {
    max-width: 100px !important; }
  .max-width-lg-117px {
    max-width: 117px !important; }
  .max-width-lg-120px {
    max-width: 120px !important; }
  .max-width-lg-140px {
    max-width: 140px !important; }
  .max-width-lg-145px {
    max-width: 145px !important; }
  .max-width-lg-150px {
    max-width: 150px !important; }
  .max-width-lg-160px {
    max-width: 160px !important; }
  .max-width-lg-175px {
    max-width: 175px !important; }
  .max-width-lg-180px {
    max-width: 180px !important; }
  .max-width-lg-200px {
    max-width: 200px !important; }
  .max-width-lg-230px {
    max-width: 230px !important; }
  .max-width-lg-250px {
    max-width: 250px !important; }
  .max-width-lg-260px {
    max-width: 260px !important; }
  .max-width-lg-280px {
    max-width: 280px !important; }
  .max-width-lg-360px {
    max-width: 360px !important; }
  .max-width-lg-370px {
    max-width: 370px !important; }
  .max-width-lg-380px {
    max-width: 380px !important; }
  .max-width-lg-400px {
    max-width: 400px !important; }
  .max-width-lg-410px {
    max-width: 410px !important; }
  .max-width-lg-420px {
    max-width: 420px !important; }
  .max-width-lg-580px {
    max-width: 580px !important; }
  .max-width-lg-585px {
    max-width: 585px !important; }
  .max-width-lg-650px {
    max-width: 650px !important; }
  .max-width-lg-695px {
    max-width: 695px !important; }
  .max-width-lg-740px {
    max-width: 740px !important; }
  .max-width-lg-1920px {
    max-width: 1920px !important; } }

@media (min-width: 1600px) {
  .h-xl-0 {
    height: 0 !important; }
  .h-xl-1px {
    height: 1px !important; }
  .h-xl-2px {
    height: 2px !important; }
  .h-xl-3px {
    height: 3px !important; }
  .h-xl-5px {
    height: 5px !important; }
  .h-xl-8px {
    height: 8px !important; }
  .h-xl-12px {
    height: 12px !important; }
  .h-xl-14px {
    height: 14px !important; }
  .h-xl-16px {
    height: 16px !important; }
  .h-xl-18px {
    height: 18px !important; }
  .h-xl-20px {
    height: 20px !important; }
  .h-xl-22px {
    height: 22px !important; }
  .h-xl-24px {
    height: 24px !important; }
  .h-xl-40px {
    height: 40px !important; }
  .h-xl-48px {
    height: 48px !important; }
  .h-xl-20px {
    height: 20px !important; }
  .h-xl-25px {
    height: 25px !important; }
  .h-xl-29px {
    height: 29px !important; }
  .h-xl-30px {
    height: 30px !important; }
  .h-xl-50px {
    height: 50px !important; }
  .h-xl-55px {
    height: 55px !important; }
  .h-xl-56px {
    height: 56px !important; }
  .h-xl-60px {
    height: 60px !important; }
  .h-xl-66px {
    height: 66px !important; }
  .h-xl-76px {
    height: 76px !important; }
  .h-xl-80px {
    height: 80px !important; }
  .h-xl-88px {
    height: 88px !important; }
  .h-xl-100px {
    height: 100px !important; }
  .h-xl-117px {
    height: 117px !important; }
  .h-xl-120px {
    height: 120px !important; }
  .h-xl-140px {
    height: 140px !important; }
  .h-xl-145px {
    height: 145px !important; }
  .h-xl-150px {
    height: 150px !important; }
  .h-xl-160px {
    height: 160px !important; }
  .h-xl-175px {
    height: 175px !important; }
  .h-xl-180px {
    height: 180px !important; }
  .h-xl-200px {
    height: 200px !important; }
  .h-xl-230px {
    height: 230px !important; }
  .h-xl-250px {
    height: 250px !important; }
  .h-xl-260px {
    height: 260px !important; }
  .h-xl-280px {
    height: 280px !important; }
  .h-xl-360px {
    height: 360px !important; }
  .h-xl-370px {
    height: 370px !important; }
  .h-xl-380px {
    height: 380px !important; }
  .h-xl-400px {
    height: 400px !important; }
  .h-xl-410px {
    height: 410px !important; }
  .h-xl-420px {
    height: 420px !important; }
  .h-xl-580px {
    height: 580px !important; }
  .h-xl-585px {
    height: 585px !important; }
  .h-xl-650px {
    height: 650px !important; }
  .h-xl-695px {
    height: 695px !important; }
  .h-xl-740px {
    height: 740px !important; }
  .h-xl-1920px {
    height: 1920px !important; }
  .w-xl-0 {
    width: 0 !important; }
  .w-xl-1px {
    width: 1px !important; }
  .w-xl-2px {
    width: 2px !important; }
  .w-xl-3px {
    width: 3px !important; }
  .w-xl-5px {
    width: 5px !important; }
  .w-xl-8px {
    width: 8px !important; }
  .w-xl-12px {
    width: 12px !important; }
  .w-xl-14px {
    width: 14px !important; }
  .w-xl-16px {
    width: 16px !important; }
  .w-xl-18px {
    width: 18px !important; }
  .w-xl-20px {
    width: 20px !important; }
  .w-xl-22px {
    width: 22px !important; }
  .w-xl-24px {
    width: 24px !important; }
  .w-xl-40px {
    width: 40px !important; }
  .w-xl-48px {
    width: 48px !important; }
  .w-xl-20px {
    width: 20px !important; }
  .w-xl-25px {
    width: 25px !important; }
  .w-xl-29px {
    width: 29px !important; }
  .w-xl-30px {
    width: 30px !important; }
  .w-xl-50px {
    width: 50px !important; }
  .w-xl-55px {
    width: 55px !important; }
  .w-xl-56px {
    width: 56px !important; }
  .w-xl-60px {
    width: 60px !important; }
  .w-xl-66px {
    width: 66px !important; }
  .w-xl-76px {
    width: 76px !important; }
  .w-xl-80px {
    width: 80px !important; }
  .w-xl-88px {
    width: 88px !important; }
  .w-xl-100px {
    width: 100px !important; }
  .w-xl-117px {
    width: 117px !important; }
  .w-xl-120px {
    width: 120px !important; }
  .w-xl-140px {
    width: 140px !important; }
  .w-xl-145px {
    width: 145px !important; }
  .w-xl-150px {
    width: 150px !important; }
  .w-xl-160px {
    width: 160px !important; }
  .w-xl-175px {
    width: 175px !important; }
  .w-xl-180px {
    width: 180px !important; }
  .w-xl-200px {
    width: 200px !important; }
  .w-xl-230px {
    width: 230px !important; }
  .w-xl-250px {
    width: 250px !important; }
  .w-xl-260px {
    width: 260px !important; }
  .w-xl-280px {
    width: 280px !important; }
  .w-xl-360px {
    width: 360px !important; }
  .w-xl-370px {
    width: 370px !important; }
  .w-xl-380px {
    width: 380px !important; }
  .w-xl-400px {
    width: 400px !important; }
  .w-xl-410px {
    width: 410px !important; }
  .w-xl-420px {
    width: 420px !important; }
  .w-xl-580px {
    width: 580px !important; }
  .w-xl-585px {
    width: 585px !important; }
  .w-xl-650px {
    width: 650px !important; }
  .w-xl-695px {
    width: 695px !important; }
  .w-xl-740px {
    width: 740px !important; }
  .w-xl-1920px {
    width: 1920px !important; }
  .min-height-xl-0 {
    min-height: 0 !important; }
  .min-height-xl-1px {
    min-height: 1px !important; }
  .min-height-xl-2px {
    min-height: 2px !important; }
  .min-height-xl-3px {
    min-height: 3px !important; }
  .min-height-xl-5px {
    min-height: 5px !important; }
  .min-height-xl-8px {
    min-height: 8px !important; }
  .min-height-xl-12px {
    min-height: 12px !important; }
  .min-height-xl-14px {
    min-height: 14px !important; }
  .min-height-xl-16px {
    min-height: 16px !important; }
  .min-height-xl-18px {
    min-height: 18px !important; }
  .min-height-xl-20px {
    min-height: 20px !important; }
  .min-height-xl-22px {
    min-height: 22px !important; }
  .min-height-xl-24px {
    min-height: 24px !important; }
  .min-height-xl-40px {
    min-height: 40px !important; }
  .min-height-xl-48px {
    min-height: 48px !important; }
  .min-height-xl-20px {
    min-height: 20px !important; }
  .min-height-xl-25px {
    min-height: 25px !important; }
  .min-height-xl-29px {
    min-height: 29px !important; }
  .min-height-xl-30px {
    min-height: 30px !important; }
  .min-height-xl-50px {
    min-height: 50px !important; }
  .min-height-xl-55px {
    min-height: 55px !important; }
  .min-height-xl-56px {
    min-height: 56px !important; }
  .min-height-xl-60px {
    min-height: 60px !important; }
  .min-height-xl-66px {
    min-height: 66px !important; }
  .min-height-xl-76px {
    min-height: 76px !important; }
  .min-height-xl-80px {
    min-height: 80px !important; }
  .min-height-xl-88px {
    min-height: 88px !important; }
  .min-height-xl-100px {
    min-height: 100px !important; }
  .min-height-xl-117px {
    min-height: 117px !important; }
  .min-height-xl-120px {
    min-height: 120px !important; }
  .min-height-xl-140px {
    min-height: 140px !important; }
  .min-height-xl-145px {
    min-height: 145px !important; }
  .min-height-xl-150px {
    min-height: 150px !important; }
  .min-height-xl-160px {
    min-height: 160px !important; }
  .min-height-xl-175px {
    min-height: 175px !important; }
  .min-height-xl-180px {
    min-height: 180px !important; }
  .min-height-xl-200px {
    min-height: 200px !important; }
  .min-height-xl-230px {
    min-height: 230px !important; }
  .min-height-xl-250px {
    min-height: 250px !important; }
  .min-height-xl-260px {
    min-height: 260px !important; }
  .min-height-xl-280px {
    min-height: 280px !important; }
  .min-height-xl-360px {
    min-height: 360px !important; }
  .min-height-xl-370px {
    min-height: 370px !important; }
  .min-height-xl-380px {
    min-height: 380px !important; }
  .min-height-xl-400px {
    min-height: 400px !important; }
  .min-height-xl-410px {
    min-height: 410px !important; }
  .min-height-xl-420px {
    min-height: 420px !important; }
  .min-height-xl-580px {
    min-height: 580px !important; }
  .min-height-xl-585px {
    min-height: 585px !important; }
  .min-height-xl-650px {
    min-height: 650px !important; }
  .min-height-xl-695px {
    min-height: 695px !important; }
  .min-height-xl-740px {
    min-height: 740px !important; }
  .min-height-xl-1920px {
    min-height: 1920px !important; }
  .max-height-xl-0 {
    max-height: 0 !important; }
  .max-height-xl-1px {
    max-height: 1px !important; }
  .max-height-xl-2px {
    max-height: 2px !important; }
  .max-height-xl-3px {
    max-height: 3px !important; }
  .max-height-xl-5px {
    max-height: 5px !important; }
  .max-height-xl-8px {
    max-height: 8px !important; }
  .max-height-xl-12px {
    max-height: 12px !important; }
  .max-height-xl-14px {
    max-height: 14px !important; }
  .max-height-xl-16px {
    max-height: 16px !important; }
  .max-height-xl-18px {
    max-height: 18px !important; }
  .max-height-xl-20px {
    max-height: 20px !important; }
  .max-height-xl-22px {
    max-height: 22px !important; }
  .max-height-xl-24px {
    max-height: 24px !important; }
  .max-height-xl-40px {
    max-height: 40px !important; }
  .max-height-xl-48px {
    max-height: 48px !important; }
  .max-height-xl-20px {
    max-height: 20px !important; }
  .max-height-xl-25px {
    max-height: 25px !important; }
  .max-height-xl-29px {
    max-height: 29px !important; }
  .max-height-xl-30px {
    max-height: 30px !important; }
  .max-height-xl-50px {
    max-height: 50px !important; }
  .max-height-xl-55px {
    max-height: 55px !important; }
  .max-height-xl-56px {
    max-height: 56px !important; }
  .max-height-xl-60px {
    max-height: 60px !important; }
  .max-height-xl-66px {
    max-height: 66px !important; }
  .max-height-xl-76px {
    max-height: 76px !important; }
  .max-height-xl-80px {
    max-height: 80px !important; }
  .max-height-xl-88px {
    max-height: 88px !important; }
  .max-height-xl-100px {
    max-height: 100px !important; }
  .max-height-xl-117px {
    max-height: 117px !important; }
  .max-height-xl-120px {
    max-height: 120px !important; }
  .max-height-xl-140px {
    max-height: 140px !important; }
  .max-height-xl-145px {
    max-height: 145px !important; }
  .max-height-xl-150px {
    max-height: 150px !important; }
  .max-height-xl-160px {
    max-height: 160px !important; }
  .max-height-xl-175px {
    max-height: 175px !important; }
  .max-height-xl-180px {
    max-height: 180px !important; }
  .max-height-xl-200px {
    max-height: 200px !important; }
  .max-height-xl-230px {
    max-height: 230px !important; }
  .max-height-xl-250px {
    max-height: 250px !important; }
  .max-height-xl-260px {
    max-height: 260px !important; }
  .max-height-xl-280px {
    max-height: 280px !important; }
  .max-height-xl-360px {
    max-height: 360px !important; }
  .max-height-xl-370px {
    max-height: 370px !important; }
  .max-height-xl-380px {
    max-height: 380px !important; }
  .max-height-xl-400px {
    max-height: 400px !important; }
  .max-height-xl-410px {
    max-height: 410px !important; }
  .max-height-xl-420px {
    max-height: 420px !important; }
  .max-height-xl-580px {
    max-height: 580px !important; }
  .max-height-xl-585px {
    max-height: 585px !important; }
  .max-height-xl-650px {
    max-height: 650px !important; }
  .max-height-xl-695px {
    max-height: 695px !important; }
  .max-height-xl-740px {
    max-height: 740px !important; }
  .max-height-xl-1920px {
    max-height: 1920px !important; }
  .min-width-xl-0 {
    min-width: 0 !important; }
  .min-width-xl-1px {
    min-width: 1px !important; }
  .min-width-xl-2px {
    min-width: 2px !important; }
  .min-width-xl-3px {
    min-width: 3px !important; }
  .min-width-xl-5px {
    min-width: 5px !important; }
  .min-width-xl-8px {
    min-width: 8px !important; }
  .min-width-xl-12px {
    min-width: 12px !important; }
  .min-width-xl-14px {
    min-width: 14px !important; }
  .min-width-xl-16px {
    min-width: 16px !important; }
  .min-width-xl-18px {
    min-width: 18px !important; }
  .min-width-xl-20px {
    min-width: 20px !important; }
  .min-width-xl-22px {
    min-width: 22px !important; }
  .min-width-xl-24px {
    min-width: 24px !important; }
  .min-width-xl-40px {
    min-width: 40px !important; }
  .min-width-xl-48px {
    min-width: 48px !important; }
  .min-width-xl-20px {
    min-width: 20px !important; }
  .min-width-xl-25px {
    min-width: 25px !important; }
  .min-width-xl-29px {
    min-width: 29px !important; }
  .min-width-xl-30px {
    min-width: 30px !important; }
  .min-width-xl-50px {
    min-width: 50px !important; }
  .min-width-xl-55px {
    min-width: 55px !important; }
  .min-width-xl-56px {
    min-width: 56px !important; }
  .min-width-xl-60px {
    min-width: 60px !important; }
  .min-width-xl-66px {
    min-width: 66px !important; }
  .min-width-xl-76px {
    min-width: 76px !important; }
  .min-width-xl-80px {
    min-width: 80px !important; }
  .min-width-xl-88px {
    min-width: 88px !important; }
  .min-width-xl-100px {
    min-width: 100px !important; }
  .min-width-xl-117px {
    min-width: 117px !important; }
  .min-width-xl-120px {
    min-width: 120px !important; }
  .min-width-xl-140px {
    min-width: 140px !important; }
  .min-width-xl-145px {
    min-width: 145px !important; }
  .min-width-xl-150px {
    min-width: 150px !important; }
  .min-width-xl-160px {
    min-width: 160px !important; }
  .min-width-xl-175px {
    min-width: 175px !important; }
  .min-width-xl-180px {
    min-width: 180px !important; }
  .min-width-xl-200px {
    min-width: 200px !important; }
  .min-width-xl-230px {
    min-width: 230px !important; }
  .min-width-xl-250px {
    min-width: 250px !important; }
  .min-width-xl-260px {
    min-width: 260px !important; }
  .min-width-xl-280px {
    min-width: 280px !important; }
  .min-width-xl-360px {
    min-width: 360px !important; }
  .min-width-xl-370px {
    min-width: 370px !important; }
  .min-width-xl-380px {
    min-width: 380px !important; }
  .min-width-xl-400px {
    min-width: 400px !important; }
  .min-width-xl-410px {
    min-width: 410px !important; }
  .min-width-xl-420px {
    min-width: 420px !important; }
  .min-width-xl-580px {
    min-width: 580px !important; }
  .min-width-xl-585px {
    min-width: 585px !important; }
  .min-width-xl-650px {
    min-width: 650px !important; }
  .min-width-xl-695px {
    min-width: 695px !important; }
  .min-width-xl-740px {
    min-width: 740px !important; }
  .min-width-xl-1920px {
    min-width: 1920px !important; }
  .max-width-xl-0 {
    max-width: 0 !important; }
  .max-width-xl-1px {
    max-width: 1px !important; }
  .max-width-xl-2px {
    max-width: 2px !important; }
  .max-width-xl-3px {
    max-width: 3px !important; }
  .max-width-xl-5px {
    max-width: 5px !important; }
  .max-width-xl-8px {
    max-width: 8px !important; }
  .max-width-xl-12px {
    max-width: 12px !important; }
  .max-width-xl-14px {
    max-width: 14px !important; }
  .max-width-xl-16px {
    max-width: 16px !important; }
  .max-width-xl-18px {
    max-width: 18px !important; }
  .max-width-xl-20px {
    max-width: 20px !important; }
  .max-width-xl-22px {
    max-width: 22px !important; }
  .max-width-xl-24px {
    max-width: 24px !important; }
  .max-width-xl-40px {
    max-width: 40px !important; }
  .max-width-xl-48px {
    max-width: 48px !important; }
  .max-width-xl-20px {
    max-width: 20px !important; }
  .max-width-xl-25px {
    max-width: 25px !important; }
  .max-width-xl-29px {
    max-width: 29px !important; }
  .max-width-xl-30px {
    max-width: 30px !important; }
  .max-width-xl-50px {
    max-width: 50px !important; }
  .max-width-xl-55px {
    max-width: 55px !important; }
  .max-width-xl-56px {
    max-width: 56px !important; }
  .max-width-xl-60px {
    max-width: 60px !important; }
  .max-width-xl-66px {
    max-width: 66px !important; }
  .max-width-xl-76px {
    max-width: 76px !important; }
  .max-width-xl-80px {
    max-width: 80px !important; }
  .max-width-xl-88px {
    max-width: 88px !important; }
  .max-width-xl-100px {
    max-width: 100px !important; }
  .max-width-xl-117px {
    max-width: 117px !important; }
  .max-width-xl-120px {
    max-width: 120px !important; }
  .max-width-xl-140px {
    max-width: 140px !important; }
  .max-width-xl-145px {
    max-width: 145px !important; }
  .max-width-xl-150px {
    max-width: 150px !important; }
  .max-width-xl-160px {
    max-width: 160px !important; }
  .max-width-xl-175px {
    max-width: 175px !important; }
  .max-width-xl-180px {
    max-width: 180px !important; }
  .max-width-xl-200px {
    max-width: 200px !important; }
  .max-width-xl-230px {
    max-width: 230px !important; }
  .max-width-xl-250px {
    max-width: 250px !important; }
  .max-width-xl-260px {
    max-width: 260px !important; }
  .max-width-xl-280px {
    max-width: 280px !important; }
  .max-width-xl-360px {
    max-width: 360px !important; }
  .max-width-xl-370px {
    max-width: 370px !important; }
  .max-width-xl-380px {
    max-width: 380px !important; }
  .max-width-xl-400px {
    max-width: 400px !important; }
  .max-width-xl-410px {
    max-width: 410px !important; }
  .max-width-xl-420px {
    max-width: 420px !important; }
  .max-width-xl-580px {
    max-width: 580px !important; }
  .max-width-xl-585px {
    max-width: 585px !important; }
  .max-width-xl-650px {
    max-width: 650px !important; }
  .max-width-xl-695px {
    max-width: 695px !important; }
  .max-width-xl-740px {
    max-width: 740px !important; }
  .max-width-xl-1920px {
    max-width: 1920px !important; } }

.pointer-events-none {
  pointer-events: none; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.disable-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.outline-none {
  outline: 0; }

.home-category-drop-shadow {
  box-shadow: 0 30px 90px #00000014; }

.fade-out {
  opacity: 0;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade-out {
      transition: none; } }

.fade-in {
  opacity: 1;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade-in {
      transition: none; } }

.fade-out-hover {
  opacity: 1;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade-out-hover {
      transition: none; } }
  .fade-out-hover:hover {
    opacity: 0.8; }

.fade-in-hover {
  opacity: 0.8;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade-in-hover {
      transition: none; } }
  .fade-in-hover:hover {
    opacity: 1 !important; }

/*targeted-hover*/
.hover-parent .hover-lg-target,
.hover-parent .hover-target {
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out; }
  .hover-parent .hover-lg-target.no-transition,
  .hover-parent .hover-target.no-transition {
    transition: none; }

.hover-parent .hover-bg-white-gray {
  background-color: #ffff;
  transition: all 0.15s ease-in-out; }

.hover-parent.hover--shadow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 20px 20px #0000000D; }

.hover-parent:hover {
  z-index: 2; }
  .hover-parent:hover::before {
    opacity: 1; }
  .hover-parent:hover .hover-target {
    opacity: 1;
    pointer-events: auto; }
  .hover-parent:hover .hover-lg-target {
    opacity: 1;
    pointer-events: auto; }

/*hovers*/
@media (max-width: 1199.98px) {
  /*targeted-hover*/
  .hover-parent .hover-lg-target {
    opacity: 1;
    pointer-events: auto; }
  .hover-parent.hover--shadow::before {
    display: none; } }

.gradient-bg-before::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(269deg, #FFFFFF00 0%, #7B06FF26 100%) 0% 0% no-repeat padding-box;
  opacity: 0.56;
  margin-left: -30px; }

.card-wrap {
  transition: background 0.15s ease-in-out;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%); }
  .card-wrap .rgba-bg-orange-10 {
    transition: all 0.15s ease-in-out; }
  .card-wrap:hover {
    background: #FFFFFF;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%); }
    .card-wrap:hover .more {
      display: block; }
    .card-wrap:hover .rgba-bg-orange-10 {
      background-color: #fd7e14 !important;
      color: #ffff !important; }
  .card-wrap .more {
    display: none; }

.rgba-bg-orange-10 {
  transition: all 0.15s ease-in-out; }
  .rgba-bg-orange-10:hover {
    background-color: #fd7e14 !important;
    color: #ffff !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-15 {
  opacity: 0.15 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

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

.transition-all {
  transition: all 0.15s ease-in-out; }

.custom-scroll-bar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .custom-scroll-bar::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px; }
  .custom-scroll-bar::-webkit-scrollbar-track {
    background: #ffff; }
  .custom-scroll-bar::-webkit-scrollbar-thumb {
    background: #ced4da; }
  .custom-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555; }

html {
  scroll-behavior: smooth; }

.dropdown-custom .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(39, 42, 55, 0.1);
  border: solid 1px #e4e7ed;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  display: block;
  opacity: 0;
  visibility: hidden; }
  .dropdown-custom .dropdown-menu.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .dropdown-custom .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #272a37; }
    .dropdown-custom .dropdown-menu .dropdown-item:hover, .dropdown-custom .dropdown-menu .dropdown-item:focus {
      background-color: rgba(215, 220, 228, 0.2); }
    .dropdown-custom .dropdown-menu .dropdown-item.active {
      color: #4a6cfa; }
    .dropdown-custom .dropdown-menu .dropdown-item.active {
      background-color: rgba(215, 220, 228, 0.2);
      color: #4a6cfa; }

.dots-dropdown .dropdown-toggle {
  padding: 18px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat; }
  .dots-dropdown .dropdown-toggle::after {
    display: none; }

.dots-dropdown .dropdown-custom.show .dropdown-toggle {
  background-color: #f1f3f6; }

.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px; }

.custom-modal-wrapper .scrolled-modal {
  max-height: 600px;
  overflow-y: scroll; }
  .custom-modal-wrapper .scrolled-modal::-webkit-scrollbar {
    width: 4px;
    height: 48px;
    display: block; }
  .custom-modal-wrapper .scrolled-modal::-webkit-scrollbar-thumb {
    background-color: #d7dce4;
    border-radius: 6px; }

.scrollbar {
  overflow: auto; }

.scrollbar::-webkit-scrollbar-track {
  webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background-color: rgba(18, 190, 233, 0.2);
  border-radius: 3px; }

.scrollbar::-webkit-scrollbar {
  width: 5px;
  opacity: 0.1;
  background-color: rgba(18, 190, 233, 0.2); }

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background-color: #12bee9; }

@media (max-width: 575.98px) {
  .bg-xs-none {
    background: none !important; }
  .border-xs-none {
    border: none !important; }
  .border-radius-xs-none {
    border-radius: 0 !important; } }

@media (max-width: 767.98px) {
  .bg-sm-none {
    background: none !important; }
  .border-sm-none {
    border: none !important; }
  .border-radius-sm-none {
    border-radius: 0 !important; } }

@media (max-width: 1199.98px) {
  .bg-m-none {
    background: none !important; }
  .border-m-none {
    border: none !important; }
  .border-radius-m-none {
    border-radius: 0 !important; } }

@media (max-width: 1023.98px) {
  .bg-md-none {
    background: none !important; }
  .border-md-none {
    border: none !important; }
  .border-radius-md-none {
    border-radius: 0 !important; } }

@media (max-width: 1599.98px) {
  .bg-lg-none {
    background: none !important; }
  .border-lg-none {
    border: none !important; }
  .border-radius-lg-none {
    border-radius: 0 !important; } }

.border-radius-rev-none {
  border-radius: 0 !important; }

.border-rev-none {
  border: none !important; }

@media (min-width: 576px) {
  .border-radius-rev-sm-none {
    border-radius: 0 !important; }
  .border-rev-sm-none {
    border: none !important; } }

@media (min-width: 768px) {
  .border-radius-rev-md-none {
    border-radius: 0 !important; }
  .border-rev-md-none {
    border: none !important; } }

@media (min-width: 1024px) {
  .border-radius-rev-m-none {
    border-radius: 0 !important; }
  .border-rev-m-none {
    border: none !important; } }

@media (min-width: 1200px) {
  .border-radius-rev-lg-none {
    border-radius: 0 !important; }
  .border-rev-lg-none {
    border: none !important; } }

@media (min-width: 1600px) {
  .border-radius-rev-xl-none {
    border-radius: 0 !important; }
  .border-rev-xl-none {
    border: none !important; } }

/*# sourceMappingURL=index.css.map */
