@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cedarville+Cursive&family=Cookie&family=Engagement&family=Mr+Dafoe&family=Yellowtail&display=swap");
:root {
  --primary-color: #E63946;
  --secondary-color: #1D3557;
  --success-color: #28A745;
  --info-color: #17a2b8;
  --warning-color: #FFC107;
  --danger-color: #D62828;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --body-bg: #FFFFFF;
  --body-color: #212529;
  --text-muted: #6C757D;
  --link-color: #E63946;
  --link-hover-color: #D62828;
  --font-family-base: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.6;
  --border-radius: 0.375rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --transition-base: all 0.2s ease-in-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875rem;
}

mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #E63946;
  text-decoration: none;
}
a:hover {
  color: #D62828;
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):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 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
  color: #000;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875rem;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6C757D;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.sr_only, .sr_only_focusable:not(:focus):not(:focus-within),
.visually_hidden_focusable:not(:focus):not(:focus-within),
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
}
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;
}

.display_1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.display_6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.fs_1 {
  font-size: 2.5rem;
}

.fs_2 {
  font-size: 2rem;
}

.fs_3 {
  font-size: 1.75rem;
}

.fs_4 {
  font-size: 1.5rem;
}

.fs_5 {
  font-size: 1.25rem;
}

.fs_6 {
  font-size: 1rem;
}

.fs_xs {
  font-size: 0.75rem;
}

.fs_sm {
  font-size: 0.875rem;
}

.fs_base {
  font-size: 1rem;
}

.fs_lg {
  font-size: 1.25rem;
}

.fs_xl {
  font-size: 1.5rem;
}

.fs_xxl {
  font-size: 1.75rem;
}

.fw_light {
  font-weight: 300;
}

.fw_lighter {
  font-weight: lighter;
}

.fw_normal {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

.fw_bolder {
  font-weight: bolder;
}

.fst_italic {
  font-style: italic;
}

.fst_normal {
  font-style: normal;
}

.lh_1 {
  line-height: 1;
}

.lh_sm {
  line-height: 1.25;
}

.lh_base {
  line-height: 1.6;
}

.lh_lg {
  line-height: 2;
}

.font_monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font_sans_serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font_serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.text_start {
  text-align: left;
}

.text_end {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

@media (min-width: 640px) {
  .text_medium_start {
    text-align: left;
  }
  .text_medium_end {
    text-align: right;
  }
  .text_medium_center {
    text-align: center;
  }
  .text_medium_justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text_large_start {
    text-align: left;
  }
  .text_large_end {
    text-align: right;
  }
  .text_large_center {
    text-align: center;
  }
  .text_large_justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text_xlarge_start {
    text-align: left;
  }
  .text_xlarge_end {
    text-align: right;
  }
  .text_xlarge_center {
    text-align: center;
  }
  .text_xlarge_justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .text_xxlarge_start {
    text-align: left;
  }
  .text_xxlarge_end {
    text-align: right;
  }
  .text_xxlarge_center {
    text-align: center;
  }
  .text_xxlarge_justify {
    text-align: justify;
  }
}
.text_lowercase {
  text-transform: lowercase;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.text_decoration_none {
  text-decoration: none;
}

.text_decoration_underline {
  text-decoration: underline;
}

.text_decoration_line_through {
  text-decoration: line-through;
}

.text_wrap {
  white-space: normal;
}

.text_nowrap {
  white-space: nowrap;
}

.text_truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_break {
  word-wrap: break-word;
  word-break: break-word;
}

.text_primary {
  color: #E63946;
}

.text_secondary {
  color: #1D3557;
}

.text_success {
  color: #28A745;
}

.text_info {
  color: #17a2b8;
}

.text_warning {
  color: #FFC107;
}

.text_danger {
  color: #D62828;
}

.text_light {
  color: #f8f9fa;
}

.text_dark {
  color: #343a40;
}

.text_body {
  color: #212529;
}

.text_muted {
  color: #6C757D;
}

.text_white {
  color: #fff;
}

.text_black {
  color: #000;
}

.text_gray_100 {
  color: #f8f9fa;
}

.text_gray_200 {
  color: #e9ecef;
}

.text_gray_300 {
  color: #dee2e6;
}

.text_gray_400 {
  color: #ced4da;
}

.text_gray_500 {
  color: #adb5bd;
}

.text_gray_600 {
  color: #6c757d;
}

.text_gray_700 {
  color: #495057;
}

.text_gray_800 {
  color: #343a40;
}

.text_gray_900 {
  color: #212529;
}

.mark,
mark {
  padding: 0.1875em;
  background-color: #fcf8e3;
}

.small {
  font-size: 0.875rem;
}

.initialism {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote_footer {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.blockquote_footer::before {
  content: "— ";
}

.list_unstyled {
  padding-left: 0;
  list-style: none;
}

.list_inline {
  padding-left: 0;
  list-style: none;
}

.list_inline_item {
  display: inline-block;
}
@media (max-width: 639.98px) {
  h1, .h1 {
    font-size: 2.125rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  h3, .h3 {
    font-size: 1.575rem;
  }
  h4, .h4 {
    font-size: 1.35rem;
  }
  .display_1 {
    font-size: 3rem;
  }
  .display_2 {
    font-size: 2.75rem;
  }
  .display_3 {
    font-size: 2.5rem;
  }
  .display_4 {
    font-size: 2rem;
  }
  .display_5 {
    font-size: 1.75rem;
  }
  .display_6 {
    font-size: 1.5rem;
  }
}
.container,
.container_fluid,
.container_xxlarge,
.container_xlarge,
.container_large,
.container_medium,
.container_small {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.container_small {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container_medium {
    max-width: 540px;
  }
}

@media (min-width: 1024px) {
  .container_large {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container_xlarge {
    max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .container_xxlarge {
    max-width: 1140px;
  }
}

.row, .row_lg, .row_sm, .row_no_gutters {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  width: 100%;
}

.row_no_gutters {
  gap: 0;
}

.row_sm {
  gap: 0.5rem;
}

.row_lg {
  gap: 1.5rem;
}

.columns,
.col {
  grid-column: span 12;
  min-width: 0;
}

.col_auto {
  grid-column: auto;
  width: auto;
}

.row_cols_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.row_cols_1 > * {
  grid-column: span 1;
}

.row_cols_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.row_cols_2 > * {
  grid-column: span 1;
}

.row_cols_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.row_cols_3 > * {
  grid-column: span 1;
}

.row_cols_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.row_cols_4 > * {
  grid-column: span 1;
}

.row_cols_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.row_cols_5 > * {
  grid-column: span 1;
}

.row_cols_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.row_cols_6 > * {
  grid-column: span 1;
}

.row_cols_7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.row_cols_7 > * {
  grid-column: span 1;
}

.row_cols_8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
}
.row_cols_8 > * {
  grid-column: span 1;
}

.row_cols_9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1rem;
}
.row_cols_9 > * {
  grid-column: span 1;
}

.row_cols_10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1rem;
}
.row_cols_10 > * {
  grid-column: span 1;
}

.row_cols_11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 1rem;
}
.row_cols_11 > * {
  grid-column: span 1;
}

.row_cols_12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.row_cols_12 > * {
  grid-column: span 1;
}

.small_1,
.col_1 {
  grid-column: span 1;
}

.small_2,
.col_2 {
  grid-column: span 2;
}

.small_3,
.col_3 {
  grid-column: span 3;
}

.small_4,
.col_4 {
  grid-column: span 4;
}

.small_5,
.col_5 {
  grid-column: span 5;
}

.small_6,
.col_6 {
  grid-column: span 6;
}

.small_7,
.col_7 {
  grid-column: span 7;
}

.small_8,
.col_8 {
  grid-column: span 8;
}

.small_9,
.col_9 {
  grid-column: span 9;
}

.small_10,
.col_10 {
  grid-column: span 10;
}

.small_11,
.col_11 {
  grid-column: span 11;
}

.small_12,
.col_12 {
  grid-column: span 12;
}

@media (min-width: 640px) {
  .medium_1 {
    grid-column: span 1;
  }
  .medium_2 {
    grid-column: span 2;
  }
  .medium_3 {
    grid-column: span 3;
  }
  .medium_4 {
    grid-column: span 4;
  }
  .medium_5 {
    grid-column: span 5;
  }
  .medium_6 {
    grid-column: span 6;
  }
  .medium_7 {
    grid-column: span 7;
  }
  .medium_8 {
    grid-column: span 8;
  }
  .medium_9 {
    grid-column: span 9;
  }
  .medium_10 {
    grid-column: span 10;
  }
  .medium_11 {
    grid-column: span 11;
  }
  .medium_12 {
    grid-column: span 12;
  }
  .medium_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_medium_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_medium_1 > * {
    grid-column: span 1;
  }
  .row_cols_medium_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_medium_2 > * {
    grid-column: span 1;
  }
  .row_cols_medium_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_medium_3 > * {
    grid-column: span 1;
  }
  .row_cols_medium_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_medium_4 > * {
    grid-column: span 1;
  }
  .row_cols_medium_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_medium_5 > * {
    grid-column: span 1;
  }
  .row_cols_medium_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_medium_6 > * {
    grid-column: span 1;
  }
  .row_cols_medium_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_medium_7 > * {
    grid-column: span 1;
  }
  .row_cols_medium_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_medium_8 > * {
    grid-column: span 1;
  }
  .row_cols_medium_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_medium_9 > * {
    grid-column: span 1;
  }
  .row_cols_medium_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_medium_10 > * {
    grid-column: span 1;
  }
  .row_cols_medium_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_medium_11 > * {
    grid-column: span 1;
  }
  .row_cols_medium_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_medium_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .large_1 {
    grid-column: span 1;
  }
  .large_2 {
    grid-column: span 2;
  }
  .large_3 {
    grid-column: span 3;
  }
  .large_4 {
    grid-column: span 4;
  }
  .large_5 {
    grid-column: span 5;
  }
  .large_6 {
    grid-column: span 6;
  }
  .large_7 {
    grid-column: span 7;
  }
  .large_8 {
    grid-column: span 8;
  }
  .large_9 {
    grid-column: span 9;
  }
  .large_10 {
    grid-column: span 10;
  }
  .large_11 {
    grid-column: span 11;
  }
  .large_12 {
    grid-column: span 12;
  }
  .large_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_large_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_large_1 > * {
    grid-column: span 1;
  }
  .row_cols_large_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_large_2 > * {
    grid-column: span 1;
  }
  .row_cols_large_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_large_3 > * {
    grid-column: span 1;
  }
  .row_cols_large_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_large_4 > * {
    grid-column: span 1;
  }
  .row_cols_large_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_large_5 > * {
    grid-column: span 1;
  }
  .row_cols_large_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_large_6 > * {
    grid-column: span 1;
  }
  .row_cols_large_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_large_7 > * {
    grid-column: span 1;
  }
  .row_cols_large_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_large_8 > * {
    grid-column: span 1;
  }
  .row_cols_large_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_large_9 > * {
    grid-column: span 1;
  }
  .row_cols_large_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_large_10 > * {
    grid-column: span 1;
  }
  .row_cols_large_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_large_11 > * {
    grid-column: span 1;
  }
  .row_cols_large_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_large_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .xlarge_1 {
    grid-column: span 1;
  }
  .xlarge_2 {
    grid-column: span 2;
  }
  .xlarge_3 {
    grid-column: span 3;
  }
  .xlarge_4 {
    grid-column: span 4;
  }
  .xlarge_5 {
    grid-column: span 5;
  }
  .xlarge_6 {
    grid-column: span 6;
  }
  .xlarge_7 {
    grid-column: span 7;
  }
  .xlarge_8 {
    grid-column: span 8;
  }
  .xlarge_9 {
    grid-column: span 9;
  }
  .xlarge_10 {
    grid-column: span 10;
  }
  .xlarge_11 {
    grid-column: span 11;
  }
  .xlarge_12 {
    grid-column: span 12;
  }
  .xlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xlarge_12 > * {
    grid-column: span 1;
  }
}
@media (min-width: 1400px) {
  .xxlarge_1 {
    grid-column: span 1;
  }
  .xxlarge_2 {
    grid-column: span 2;
  }
  .xxlarge_3 {
    grid-column: span 3;
  }
  .xxlarge_4 {
    grid-column: span 4;
  }
  .xxlarge_5 {
    grid-column: span 5;
  }
  .xxlarge_6 {
    grid-column: span 6;
  }
  .xxlarge_7 {
    grid-column: span 7;
  }
  .xxlarge_8 {
    grid-column: span 8;
  }
  .xxlarge_9 {
    grid-column: span 9;
  }
  .xxlarge_10 {
    grid-column: span 10;
  }
  .xxlarge_11 {
    grid-column: span 11;
  }
  .xxlarge_12 {
    grid-column: span 12;
  }
  .xxlarge_auto {
    grid-column: auto;
    width: auto;
  }
  .row_cols_xxlarge_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .row_cols_xxlarge_1 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row_cols_xxlarge_2 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .row_cols_xxlarge_3 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .row_cols_xxlarge_4 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .row_cols_xxlarge_5 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .row_cols_xxlarge_6 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .row_cols_xxlarge_7 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .row_cols_xxlarge_8 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .row_cols_xxlarge_9 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .row_cols_xxlarge_10 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .row_cols_xxlarge_11 > * {
    grid-column: span 1;
  }
  .row_cols_xxlarge_12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .row_cols_xxlarge_12 > * {
    grid-column: span 1;
  }
}
.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.order_3 {
  order: 3;
}

.order_4 {
  order: 4;
}

.order_5 {
  order: 5;
}

.order_6 {
  order: 6;
}

.order_7 {
  order: 7;
}

.order_8 {
  order: 8;
}

.order_9 {
  order: 9;
}

.order_10 {
  order: 10;
}

.order_11 {
  order: 11;
}

.order_12 {
  order: 12;
}

.order_first {
  order: -1;
}

.order_last {
  order: 13;
}

@media (min-width: 640px) {
  .order_medium_1 {
    order: 1;
  }
  .order_medium_2 {
    order: 2;
  }
  .order_medium_3 {
    order: 3;
  }
  .order_medium_4 {
    order: 4;
  }
  .order_medium_5 {
    order: 5;
  }
  .order_medium_6 {
    order: 6;
  }
  .order_medium_7 {
    order: 7;
  }
  .order_medium_8 {
    order: 8;
  }
  .order_medium_9 {
    order: 9;
  }
  .order_medium_10 {
    order: 10;
  }
  .order_medium_11 {
    order: 11;
  }
  .order_medium_12 {
    order: 12;
  }
  .order_medium_first {
    order: -1;
  }
  .order_medium_last {
    order: 13;
  }
}
@media (min-width: 1024px) {
  .order_large_1 {
    order: 1;
  }
  .order_large_2 {
    order: 2;
  }
  .order_large_3 {
    order: 3;
  }
  .order_large_4 {
    order: 4;
  }
  .order_large_5 {
    order: 5;
  }
  .order_large_6 {
    order: 6;
  }
  .order_large_7 {
    order: 7;
  }
  .order_large_8 {
    order: 8;
  }
  .order_large_9 {
    order: 9;
  }
  .order_large_10 {
    order: 10;
  }
  .order_large_11 {
    order: 11;
  }
  .order_large_12 {
    order: 12;
  }
  .order_large_first {
    order: -1;
  }
  .order_large_last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .order_xlarge_1 {
    order: 1;
  }
  .order_xlarge_2 {
    order: 2;
  }
  .order_xlarge_3 {
    order: 3;
  }
  .order_xlarge_4 {
    order: 4;
  }
  .order_xlarge_5 {
    order: 5;
  }
  .order_xlarge_6 {
    order: 6;
  }
  .order_xlarge_7 {
    order: 7;
  }
  .order_xlarge_8 {
    order: 8;
  }
  .order_xlarge_9 {
    order: 9;
  }
  .order_xlarge_10 {
    order: 10;
  }
  .order_xlarge_11 {
    order: 11;
  }
  .order_xlarge_12 {
    order: 12;
  }
  .order_xlarge_first {
    order: -1;
  }
  .order_xlarge_last {
    order: 13;
  }
}
@media (min-width: 1400px) {
  .order_xxlarge_1 {
    order: 1;
  }
  .order_xxlarge_2 {
    order: 2;
  }
  .order_xxlarge_3 {
    order: 3;
  }
  .order_xxlarge_4 {
    order: 4;
  }
  .order_xxlarge_5 {
    order: 5;
  }
  .order_xxlarge_6 {
    order: 6;
  }
  .order_xxlarge_7 {
    order: 7;
  }
  .order_xxlarge_8 {
    order: 8;
  }
  .order_xxlarge_9 {
    order: 9;
  }
  .order_xxlarge_10 {
    order: 10;
  }
  .order_xxlarge_11 {
    order: 11;
  }
  .order_xxlarge_12 {
    order: 12;
  }
  .order_xxlarge_first {
    order: -1;
  }
  .order_xxlarge_last {
    order: 13;
  }
}
.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

.offset_0 {
  grid-column-start: 1;
}

.offset_1 {
  grid-column-start: 2;
}

.offset_2 {
  grid-column-start: 3;
}

.offset_3 {
  grid-column-start: 4;
}

.offset_4 {
  grid-column-start: 5;
}

.offset_5 {
  grid-column-start: 6;
}

.offset_6 {
  grid-column-start: 7;
}

.offset_7 {
  grid-column-start: 8;
}

.offset_8 {
  grid-column-start: 9;
}

.offset_9 {
  grid-column-start: 10;
}

.offset_10 {
  grid-column-start: 11;
}

.offset_11 {
  grid-column-start: 12;
}

@media (min-width: 640px) {
  .offset_medium_0 {
    grid-column-start: 1;
  }
  .offset_medium_1 {
    grid-column-start: 2;
  }
  .offset_medium_2 {
    grid-column-start: 3;
  }
  .offset_medium_3 {
    grid-column-start: 4;
  }
  .offset_medium_4 {
    grid-column-start: 5;
  }
  .offset_medium_5 {
    grid-column-start: 6;
  }
  .offset_medium_6 {
    grid-column-start: 7;
  }
  .offset_medium_7 {
    grid-column-start: 8;
  }
  .offset_medium_8 {
    grid-column-start: 9;
  }
  .offset_medium_9 {
    grid-column-start: 10;
  }
  .offset_medium_10 {
    grid-column-start: 11;
  }
  .offset_medium_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .offset_large_0 {
    grid-column-start: 1;
  }
  .offset_large_1 {
    grid-column-start: 2;
  }
  .offset_large_2 {
    grid-column-start: 3;
  }
  .offset_large_3 {
    grid-column-start: 4;
  }
  .offset_large_4 {
    grid-column-start: 5;
  }
  .offset_large_5 {
    grid-column-start: 6;
  }
  .offset_large_6 {
    grid-column-start: 7;
  }
  .offset_large_7 {
    grid-column-start: 8;
  }
  .offset_large_8 {
    grid-column-start: 9;
  }
  .offset_large_9 {
    grid-column-start: 10;
  }
  .offset_large_10 {
    grid-column-start: 11;
  }
  .offset_large_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1200px) {
  .offset_xlarge_0 {
    grid-column-start: 1;
  }
  .offset_xlarge_1 {
    grid-column-start: 2;
  }
  .offset_xlarge_2 {
    grid-column-start: 3;
  }
  .offset_xlarge_3 {
    grid-column-start: 4;
  }
  .offset_xlarge_4 {
    grid-column-start: 5;
  }
  .offset_xlarge_5 {
    grid-column-start: 6;
  }
  .offset_xlarge_6 {
    grid-column-start: 7;
  }
  .offset_xlarge_7 {
    grid-column-start: 8;
  }
  .offset_xlarge_8 {
    grid-column-start: 9;
  }
  .offset_xlarge_9 {
    grid-column-start: 10;
  }
  .offset_xlarge_10 {
    grid-column-start: 11;
  }
  .offset_xlarge_11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1400px) {
  .offset_xxlarge_0 {
    grid-column-start: 1;
  }
  .offset_xxlarge_1 {
    grid-column-start: 2;
  }
  .offset_xxlarge_2 {
    grid-column-start: 3;
  }
  .offset_xxlarge_3 {
    grid-column-start: 4;
  }
  .offset_xxlarge_4 {
    grid-column-start: 5;
  }
  .offset_xxlarge_5 {
    grid-column-start: 6;
  }
  .offset_xxlarge_6 {
    grid-column-start: 7;
  }
  .offset_xxlarge_7 {
    grid-column-start: 8;
  }
  .offset_xxlarge_8 {
    grid-column-start: 9;
  }
  .offset_xxlarge_9 {
    grid-column-start: 10;
  }
  .offset_xxlarge_10 {
    grid-column-start: 11;
  }
  .offset_xxlarge_11 {
    grid-column-start: 12;
  }
}
.row_flex, .row_flex_no_gutters {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row_flex > *, .row_flex_no_gutters > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.row_flex_no_gutters {
  margin-right: 0;
  margin-left: 0;
}
.row_flex_no_gutters > * {
  padding-right: 0;
  padding-left: 0;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_self_start {
  align-self: start;
}

.align_self_end {
  align-self: end;
}

.align_self_center {
  align-self: center;
}

.align_self_stretch {
  align-self: stretch;
}

.justify_self_start {
  justify-self: start;
}

.justify_self_end {
  justify-self: end;
}

.justify_self_center {
  justify-self: center;
}

.justify_self_stretch {
  justify-self: stretch;
}

.align_items_start {
  align-items: start;
}

.align_items_end {
  align-items: end;
}

.align_items_center {
  align-items: center;
}

.align_items_stretch {
  align-items: stretch;
}

.justify_content_start {
  justify-content: start;
}

.justify_content_end {
  justify-content: end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  .align_items_medium_start {
    align-items: start;
  }
  .align_items_medium_end {
    align-items: end;
  }
  .align_items_medium_center {
    align-items: center;
  }
  .align_items_medium_stretch {
    align-items: stretch;
  }
  .justify_content_medium_start {
    justify-content: start;
  }
  .justify_content_medium_end {
    justify-content: end;
  }
  .justify_content_medium_center {
    justify-content: center;
  }
  .justify_content_medium_between {
    justify-content: space-between;
  }
  .justify_content_medium_around {
    justify-content: space-around;
  }
  .justify_content_medium_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .align_items_large_start {
    align-items: start;
  }
  .align_items_large_end {
    align-items: end;
  }
  .align_items_large_center {
    align-items: center;
  }
  .align_items_large_stretch {
    align-items: stretch;
  }
  .justify_content_large_start {
    justify-content: start;
  }
  .justify_content_large_end {
    justify-content: end;
  }
  .justify_content_large_center {
    justify-content: center;
  }
  .justify_content_large_between {
    justify-content: space-between;
  }
  .justify_content_large_around {
    justify-content: space-around;
  }
  .justify_content_large_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .align_items_xlarge_start {
    align-items: start;
  }
  .align_items_xlarge_end {
    align-items: end;
  }
  .align_items_xlarge_center {
    align-items: center;
  }
  .align_items_xlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xlarge_start {
    justify-content: start;
  }
  .justify_content_xlarge_end {
    justify-content: end;
  }
  .justify_content_xlarge_center {
    justify-content: center;
  }
  .justify_content_xlarge_between {
    justify-content: space-between;
  }
  .justify_content_xlarge_around {
    justify-content: space-around;
  }
  .justify_content_xlarge_evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .align_items_xxlarge_start {
    align-items: start;
  }
  .align_items_xxlarge_end {
    align-items: end;
  }
  .align_items_xxlarge_center {
    align-items: center;
  }
  .align_items_xxlarge_stretch {
    align-items: stretch;
  }
  .justify_content_xxlarge_start {
    justify-content: start;
  }
  .justify_content_xxlarge_end {
    justify-content: end;
  }
  .justify_content_xxlarge_center {
    justify-content: center;
  }
  .justify_content_xxlarge_between {
    justify-content: space-between;
  }
  .justify_content_xxlarge_around {
    justify-content: space-around;
  }
  .justify_content_xxlarge_evenly {
    justify-content: space-evenly;
  }
}
.gap_0 {
  gap: 0;
}

.gap_1 {
  gap: 0.25rem;
}

.gap_2 {
  gap: 0.5rem;
}

.gap_3 {
  gap: 0.75rem;
}

.gap_4 {
  gap: 1rem;
}

.gap_5 {
  gap: 1.25rem;
}

.gap_6 {
  gap: 1.5rem;
}

.row_gap_0 {
  row-gap: 0;
}

.row_gap_1 {
  row-gap: 0.25rem;
}

.row_gap_2 {
  row-gap: 0.5rem;
}

.row_gap_3 {
  row-gap: 0.75rem;
}

.row_gap_4 {
  row-gap: 1rem;
}

.row_gap_5 {
  row-gap: 1.25rem;
}

.row_gap_6 {
  row-gap: 1.5rem;
}

.column_gap_0 {
  column-gap: 0;
}

.column_gap_1 {
  column-gap: 0.25rem;
}

.column_gap_2 {
  column-gap: 0.5rem;
}

.column_gap_3 {
  column-gap: 0.75rem;
}

.column_gap_4 {
  column-gap: 1rem;
}

.column_gap_5 {
  column-gap: 1.25rem;
}

.column_gap_6 {
  column-gap: 1.5rem;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

.m_n1 {
  margin: -0.25rem;
}

.mt_n1,
.my_n1 {
  margin-top: -0.25rem;
}

.mr_n1,
.mx_n1 {
  margin-right: -0.25rem;
}

.mb_n1,
.my_n1 {
  margin-bottom: -0.25rem;
}

.ml_n1,
.mx_n1 {
  margin-left: -0.25rem;
}

.m_n2 {
  margin: -0.5rem;
}

.mt_n2,
.my_n2 {
  margin-top: -0.5rem;
}

.mr_n2,
.mx_n2 {
  margin-right: -0.5rem;
}

.mb_n2,
.my_n2 {
  margin-bottom: -0.5rem;
}

.ml_n2,
.mx_n2 {
  margin-left: -0.5rem;
}

.m_n3 {
  margin: -0.75rem;
}

.mt_n3,
.my_n3 {
  margin-top: -0.75rem;
}

.mr_n3,
.mx_n3 {
  margin-right: -0.75rem;
}

.mb_n3,
.my_n3 {
  margin-bottom: -0.75rem;
}

.ml_n3,
.mx_n3 {
  margin-left: -0.75rem;
}

.m_n4 {
  margin: -1rem;
}

.mt_n4,
.my_n4 {
  margin-top: -1rem;
}

.mr_n4,
.mx_n4 {
  margin-right: -1rem;
}

.mb_n4,
.my_n4 {
  margin-bottom: -1rem;
}

.ml_n4,
.mx_n4 {
  margin-left: -1rem;
}

.m_n5 {
  margin: -1.25rem;
}

.mt_n5,
.my_n5 {
  margin-top: -1.25rem;
}

.mr_n5,
.mx_n5 {
  margin-right: -1.25rem;
}

.mb_n5,
.my_n5 {
  margin-bottom: -1.25rem;
}

.ml_n5,
.mx_n5 {
  margin-left: -1.25rem;
}

.m_n6 {
  margin: -1.5rem;
}

.mt_n6,
.my_n6 {
  margin-top: -1.5rem;
}

.mr_n6,
.mx_n6 {
  margin-right: -1.5rem;
}

.mb_n6,
.my_n6 {
  margin-bottom: -1.5rem;
}

.ml_n6,
.mx_n6 {
  margin-left: -1.5rem;
}

.m_n8 {
  margin: -2rem;
}

.mt_n8,
.my_n8 {
  margin-top: -2rem;
}

.mr_n8,
.mx_n8 {
  margin-right: -2rem;
}

.mb_n8,
.my_n8 {
  margin-bottom: -2rem;
}

.ml_n8,
.mx_n8 {
  margin-left: -2rem;
}

.m_n10 {
  margin: -2.5rem;
}

.mt_n10,
.my_n10 {
  margin-top: -2.5rem;
}

.mr_n10,
.mx_n10 {
  margin-right: -2.5rem;
}

.mb_n10,
.my_n10 {
  margin-bottom: -2.5rem;
}

.ml_n10,
.mx_n10 {
  margin-left: -2.5rem;
}

.m_n12 {
  margin: -3rem;
}

.mt_n12,
.my_n12 {
  margin-top: -3rem;
}

.mr_n12,
.mx_n12 {
  margin-right: -3rem;
}

.mb_n12,
.my_n12 {
  margin-bottom: -3rem;
}

.ml_n12,
.mx_n12 {
  margin-left: -3rem;
}

.m_n16 {
  margin: -4rem;
}

.mt_n16,
.my_n16 {
  margin-top: -4rem;
}

.mr_n16,
.mx_n16 {
  margin-right: -4rem;
}

.mb_n16,
.my_n16 {
  margin-bottom: -4rem;
}

.ml_n16,
.mx_n16 {
  margin-left: -4rem;
}

.m_n20 {
  margin: -5rem;
}

.mt_n20,
.my_n20 {
  margin-top: -5rem;
}

.mr_n20,
.mx_n20 {
  margin-right: -5rem;
}

.mb_n20,
.my_n20 {
  margin-bottom: -5rem;
}

.ml_n20,
.mx_n20 {
  margin-left: -5rem;
}

.m_n24 {
  margin: -6rem;
}

.mt_n24,
.my_n24 {
  margin-top: -6rem;
}

.mr_n24,
.mx_n24 {
  margin-right: -6rem;
}

.mb_n24,
.my_n24 {
  margin-bottom: -6rem;
}

.ml_n24,
.mx_n24 {
  margin-left: -6rem;
}

.m_auto {
  margin: auto;
}

.mt_auto,
.my_auto {
  margin-top: auto;
}

.mr_auto,
.mx_auto {
  margin-right: auto;
}

.mb_auto,
.my_auto {
  margin-bottom: auto;
}

.ml_auto,
.mx_auto {
  margin-left: auto;
}

.m_0 {
  margin: 0;
}

.mt_0,
.my_0 {
  margin-top: 0;
}

.mr_0,
.mx_0 {
  margin-right: 0;
}

.mb_0,
.my_0 {
  margin-bottom: 0;
}

.ml_0,
.mx_0 {
  margin-left: 0;
}

.m_1 {
  margin: 0.25rem;
}

.mt_1,
.my_1 {
  margin-top: 0.25rem;
}

.mr_1,
.mx_1 {
  margin-right: 0.25rem;
}

.mb_1,
.my_1 {
  margin-bottom: 0.25rem;
}

.ml_1,
.mx_1 {
  margin-left: 0.25rem;
}

.m_2 {
  margin: 0.5rem;
}

.mt_2,
.my_2 {
  margin-top: 0.5rem;
}

.mr_2,
.mx_2 {
  margin-right: 0.5rem;
}

.mb_2,
.my_2 {
  margin-bottom: 0.5rem;
}

.ml_2,
.mx_2 {
  margin-left: 0.5rem;
}

.m_3 {
  margin: 0.75rem;
}

.mt_3,
.my_3 {
  margin-top: 0.75rem;
}

.mr_3,
.mx_3 {
  margin-right: 0.75rem;
}

.mb_3,
.my_3 {
  margin-bottom: 0.75rem;
}

.ml_3,
.mx_3 {
  margin-left: 0.75rem;
}

.m_4 {
  margin: 1rem;
}

.mt_4,
.my_4 {
  margin-top: 1rem;
}

.mr_4,
.mx_4 {
  margin-right: 1rem;
}

.mb_4,
.my_4 {
  margin-bottom: 1rem;
}

.ml_4,
.mx_4 {
  margin-left: 1rem;
}

.m_5 {
  margin: 1.25rem;
}

.mt_5,
.my_5 {
  margin-top: 1.25rem;
}

.mr_5,
.mx_5 {
  margin-right: 1.25rem;
}

.mb_5,
.my_5 {
  margin-bottom: 1.25rem;
}

.ml_5,
.mx_5 {
  margin-left: 1.25rem;
}

.m_6 {
  margin: 1.5rem;
}

.mt_6,
.my_6 {
  margin-top: 1.5rem;
}

.mr_6,
.mx_6 {
  margin-right: 1.5rem;
}

.mb_6,
.my_6 {
  margin-bottom: 1.5rem;
}

.ml_6,
.mx_6 {
  margin-left: 1.5rem;
}

.m_8 {
  margin: 2rem;
}

.mt_8,
.my_8 {
  margin-top: 2rem;
}

.mr_8,
.mx_8 {
  margin-right: 2rem;
}

.mb_8,
.my_8 {
  margin-bottom: 2rem;
}

.ml_8,
.mx_8 {
  margin-left: 2rem;
}

.m_10 {
  margin: 2.5rem;
}

.mt_10,
.my_10 {
  margin-top: 2.5rem;
}

.mr_10,
.mx_10 {
  margin-right: 2.5rem;
}

.mb_10,
.my_10 {
  margin-bottom: 2.5rem;
}

.ml_10,
.mx_10 {
  margin-left: 2.5rem;
}

.m_12 {
  margin: 3rem;
}

.mt_12,
.my_12 {
  margin-top: 3rem;
}

.mr_12,
.mx_12 {
  margin-right: 3rem;
}

.mb_12,
.my_12 {
  margin-bottom: 3rem;
}

.ml_12,
.mx_12 {
  margin-left: 3rem;
}

.m_16 {
  margin: 4rem;
}

.mt_16,
.my_16 {
  margin-top: 4rem;
}

.mr_16,
.mx_16 {
  margin-right: 4rem;
}

.mb_16,
.my_16 {
  margin-bottom: 4rem;
}

.ml_16,
.mx_16 {
  margin-left: 4rem;
}

.m_20 {
  margin: 5rem;
}

.mt_20,
.my_20 {
  margin-top: 5rem;
}

.mr_20,
.mx_20 {
  margin-right: 5rem;
}

.mb_20,
.my_20 {
  margin-bottom: 5rem;
}

.ml_20,
.mx_20 {
  margin-left: 5rem;
}

.m_24 {
  margin: 6rem;
}

.mt_24,
.my_24 {
  margin-top: 6rem;
}

.mr_24,
.mx_24 {
  margin-right: 6rem;
}

.mb_24,
.my_24 {
  margin-bottom: 6rem;
}

.ml_24,
.mx_24 {
  margin-left: 6rem;
}

.p_0 {
  padding: 0;
}

.pt_0,
.py_0 {
  padding-top: 0;
}

.pr_0,
.px_0 {
  padding-right: 0;
}

.pb_0,
.py_0 {
  padding-bottom: 0;
}

.pl_0,
.px_0 {
  padding-left: 0;
}

.p_1 {
  padding: 0.25rem;
}

.pt_1,
.py_1 {
  padding-top: 0.25rem;
}

.pr_1,
.px_1 {
  padding-right: 0.25rem;
}

.pb_1,
.py_1 {
  padding-bottom: 0.25rem;
}

.pl_1,
.px_1 {
  padding-left: 0.25rem;
}

.p_2 {
  padding: 0.5rem;
}

.pt_2,
.py_2 {
  padding-top: 0.5rem;
}

.pr_2,
.px_2 {
  padding-right: 0.5rem;
}

.pb_2,
.py_2 {
  padding-bottom: 0.5rem;
}

.pl_2,
.px_2 {
  padding-left: 0.5rem;
}

.p_3 {
  padding: 0.75rem;
}

.pt_3,
.py_3 {
  padding-top: 0.75rem;
}

.pr_3,
.px_3 {
  padding-right: 0.75rem;
}

.pb_3,
.py_3 {
  padding-bottom: 0.75rem;
}

.pl_3,
.px_3 {
  padding-left: 0.75rem;
}

.p_4 {
  padding: 1rem;
}

.pt_4,
.py_4 {
  padding-top: 1rem;
}

.pr_4,
.px_4 {
  padding-right: 1rem;
}

.pb_4,
.py_4 {
  padding-bottom: 1rem;
}

.pl_4,
.px_4 {
  padding-left: 1rem;
}

.p_5 {
  padding: 1.25rem;
}

.pt_5,
.py_5 {
  padding-top: 1.25rem;
}

.pr_5,
.px_5 {
  padding-right: 1.25rem;
}

.pb_5,
.py_5 {
  padding-bottom: 1.25rem;
}

.pl_5,
.px_5 {
  padding-left: 1.25rem;
}

.p_6 {
  padding: 1.5rem;
}

.pt_6,
.py_6 {
  padding-top: 1.5rem;
}

.pr_6,
.px_6 {
  padding-right: 1.5rem;
}

.pb_6,
.py_6 {
  padding-bottom: 1.5rem;
}

.pl_6,
.px_6 {
  padding-left: 1.5rem;
}

.p_8 {
  padding: 2rem;
}

.pt_8,
.py_8 {
  padding-top: 2rem;
}

.pr_8,
.px_8 {
  padding-right: 2rem;
}

.pb_8,
.py_8 {
  padding-bottom: 2rem;
}

.pl_8,
.px_8 {
  padding-left: 2rem;
}

.p_10 {
  padding: 2.5rem;
}

.pt_10,
.py_10 {
  padding-top: 2.5rem;
}

.pr_10,
.px_10 {
  padding-right: 2.5rem;
}

.pb_10,
.py_10 {
  padding-bottom: 2.5rem;
}

.pl_10,
.px_10 {
  padding-left: 2.5rem;
}

.p_12 {
  padding: 3rem;
}

.pt_12,
.py_12 {
  padding-top: 3rem;
}

.pr_12,
.px_12 {
  padding-right: 3rem;
}

.pb_12,
.py_12 {
  padding-bottom: 3rem;
}

.pl_12,
.px_12 {
  padding-left: 3rem;
}

.p_16 {
  padding: 4rem;
}

.pt_16,
.py_16 {
  padding-top: 4rem;
}

.pr_16,
.px_16 {
  padding-right: 4rem;
}

.pb_16,
.py_16 {
  padding-bottom: 4rem;
}

.pl_16,
.px_16 {
  padding-left: 4rem;
}

.p_20 {
  padding: 5rem;
}

.pt_20,
.py_20 {
  padding-top: 5rem;
}

.pr_20,
.px_20 {
  padding-right: 5rem;
}

.pb_20,
.py_20 {
  padding-bottom: 5rem;
}

.pl_20,
.px_20 {
  padding-left: 5rem;
}

.p_24 {
  padding: 6rem;
}

.pt_24,
.py_24 {
  padding-top: 6rem;
}

.pr_24,
.px_24 {
  padding-right: 6rem;
}

.pb_24,
.py_24 {
  padding-bottom: 6rem;
}

.pl_24,
.px_24 {
  padding-left: 6rem;
}

@media (min-width: 640px) {
  .m_medium_0 {
    margin: 0;
  }
  .mt_medium_0,
  .my_medium_0 {
    margin-top: 0;
  }
  .mr_medium_0,
  .mx_medium_0 {
    margin-right: 0;
  }
  .mb_medium_0,
  .my_medium_0 {
    margin-bottom: 0;
  }
  .ml_medium_0,
  .mx_medium_0 {
    margin-left: 0;
  }
  .m_medium_1 {
    margin: 0.25rem;
  }
  .mt_medium_1,
  .my_medium_1 {
    margin-top: 0.25rem;
  }
  .mr_medium_1,
  .mx_medium_1 {
    margin-right: 0.25rem;
  }
  .mb_medium_1,
  .my_medium_1 {
    margin-bottom: 0.25rem;
  }
  .ml_medium_1,
  .mx_medium_1 {
    margin-left: 0.25rem;
  }
  .m_medium_2 {
    margin: 0.5rem;
  }
  .mt_medium_2,
  .my_medium_2 {
    margin-top: 0.5rem;
  }
  .mr_medium_2,
  .mx_medium_2 {
    margin-right: 0.5rem;
  }
  .mb_medium_2,
  .my_medium_2 {
    margin-bottom: 0.5rem;
  }
  .ml_medium_2,
  .mx_medium_2 {
    margin-left: 0.5rem;
  }
  .m_medium_3 {
    margin: 0.75rem;
  }
  .mt_medium_3,
  .my_medium_3 {
    margin-top: 0.75rem;
  }
  .mr_medium_3,
  .mx_medium_3 {
    margin-right: 0.75rem;
  }
  .mb_medium_3,
  .my_medium_3 {
    margin-bottom: 0.75rem;
  }
  .ml_medium_3,
  .mx_medium_3 {
    margin-left: 0.75rem;
  }
  .m_medium_4 {
    margin: 1rem;
  }
  .mt_medium_4,
  .my_medium_4 {
    margin-top: 1rem;
  }
  .mr_medium_4,
  .mx_medium_4 {
    margin-right: 1rem;
  }
  .mb_medium_4,
  .my_medium_4 {
    margin-bottom: 1rem;
  }
  .ml_medium_4,
  .mx_medium_4 {
    margin-left: 1rem;
  }
  .m_medium_5 {
    margin: 1.25rem;
  }
  .mt_medium_5,
  .my_medium_5 {
    margin-top: 1.25rem;
  }
  .mr_medium_5,
  .mx_medium_5 {
    margin-right: 1.25rem;
  }
  .mb_medium_5,
  .my_medium_5 {
    margin-bottom: 1.25rem;
  }
  .ml_medium_5,
  .mx_medium_5 {
    margin-left: 1.25rem;
  }
  .m_medium_6 {
    margin: 1.5rem;
  }
  .mt_medium_6,
  .my_medium_6 {
    margin-top: 1.5rem;
  }
  .mr_medium_6,
  .mx_medium_6 {
    margin-right: 1.5rem;
  }
  .mb_medium_6,
  .my_medium_6 {
    margin-bottom: 1.5rem;
  }
  .ml_medium_6,
  .mx_medium_6 {
    margin-left: 1.5rem;
  }
  .m_medium_8 {
    margin: 2rem;
  }
  .mt_medium_8,
  .my_medium_8 {
    margin-top: 2rem;
  }
  .mr_medium_8,
  .mx_medium_8 {
    margin-right: 2rem;
  }
  .mb_medium_8,
  .my_medium_8 {
    margin-bottom: 2rem;
  }
  .ml_medium_8,
  .mx_medium_8 {
    margin-left: 2rem;
  }
  .m_medium_10 {
    margin: 2.5rem;
  }
  .mt_medium_10,
  .my_medium_10 {
    margin-top: 2.5rem;
  }
  .mr_medium_10,
  .mx_medium_10 {
    margin-right: 2.5rem;
  }
  .mb_medium_10,
  .my_medium_10 {
    margin-bottom: 2.5rem;
  }
  .ml_medium_10,
  .mx_medium_10 {
    margin-left: 2.5rem;
  }
  .m_medium_12 {
    margin: 3rem;
  }
  .mt_medium_12,
  .my_medium_12 {
    margin-top: 3rem;
  }
  .mr_medium_12,
  .mx_medium_12 {
    margin-right: 3rem;
  }
  .mb_medium_12,
  .my_medium_12 {
    margin-bottom: 3rem;
  }
  .ml_medium_12,
  .mx_medium_12 {
    margin-left: 3rem;
  }
  .m_medium_16 {
    margin: 4rem;
  }
  .mt_medium_16,
  .my_medium_16 {
    margin-top: 4rem;
  }
  .mr_medium_16,
  .mx_medium_16 {
    margin-right: 4rem;
  }
  .mb_medium_16,
  .my_medium_16 {
    margin-bottom: 4rem;
  }
  .ml_medium_16,
  .mx_medium_16 {
    margin-left: 4rem;
  }
  .m_medium_20 {
    margin: 5rem;
  }
  .mt_medium_20,
  .my_medium_20 {
    margin-top: 5rem;
  }
  .mr_medium_20,
  .mx_medium_20 {
    margin-right: 5rem;
  }
  .mb_medium_20,
  .my_medium_20 {
    margin-bottom: 5rem;
  }
  .ml_medium_20,
  .mx_medium_20 {
    margin-left: 5rem;
  }
  .m_medium_24 {
    margin: 6rem;
  }
  .mt_medium_24,
  .my_medium_24 {
    margin-top: 6rem;
  }
  .mr_medium_24,
  .mx_medium_24 {
    margin-right: 6rem;
  }
  .mb_medium_24,
  .my_medium_24 {
    margin-bottom: 6rem;
  }
  .ml_medium_24,
  .mx_medium_24 {
    margin-left: 6rem;
  }
  .p_medium_0 {
    padding: 0;
  }
  .pt_medium_0,
  .py_medium_0 {
    padding-top: 0;
  }
  .pr_medium_0,
  .px_medium_0 {
    padding-right: 0;
  }
  .pb_medium_0,
  .py_medium_0 {
    padding-bottom: 0;
  }
  .pl_medium_0,
  .px_medium_0 {
    padding-left: 0;
  }
  .p_medium_1 {
    padding: 0.25rem;
  }
  .pt_medium_1,
  .py_medium_1 {
    padding-top: 0.25rem;
  }
  .pr_medium_1,
  .px_medium_1 {
    padding-right: 0.25rem;
  }
  .pb_medium_1,
  .py_medium_1 {
    padding-bottom: 0.25rem;
  }
  .pl_medium_1,
  .px_medium_1 {
    padding-left: 0.25rem;
  }
  .p_medium_2 {
    padding: 0.5rem;
  }
  .pt_medium_2,
  .py_medium_2 {
    padding-top: 0.5rem;
  }
  .pr_medium_2,
  .px_medium_2 {
    padding-right: 0.5rem;
  }
  .pb_medium_2,
  .py_medium_2 {
    padding-bottom: 0.5rem;
  }
  .pl_medium_2,
  .px_medium_2 {
    padding-left: 0.5rem;
  }
  .p_medium_3 {
    padding: 0.75rem;
  }
  .pt_medium_3,
  .py_medium_3 {
    padding-top: 0.75rem;
  }
  .pr_medium_3,
  .px_medium_3 {
    padding-right: 0.75rem;
  }
  .pb_medium_3,
  .py_medium_3 {
    padding-bottom: 0.75rem;
  }
  .pl_medium_3,
  .px_medium_3 {
    padding-left: 0.75rem;
  }
  .p_medium_4 {
    padding: 1rem;
  }
  .pt_medium_4,
  .py_medium_4 {
    padding-top: 1rem;
  }
  .pr_medium_4,
  .px_medium_4 {
    padding-right: 1rem;
  }
  .pb_medium_4,
  .py_medium_4 {
    padding-bottom: 1rem;
  }
  .pl_medium_4,
  .px_medium_4 {
    padding-left: 1rem;
  }
  .p_medium_5 {
    padding: 1.25rem;
  }
  .pt_medium_5,
  .py_medium_5 {
    padding-top: 1.25rem;
  }
  .pr_medium_5,
  .px_medium_5 {
    padding-right: 1.25rem;
  }
  .pb_medium_5,
  .py_medium_5 {
    padding-bottom: 1.25rem;
  }
  .pl_medium_5,
  .px_medium_5 {
    padding-left: 1.25rem;
  }
  .p_medium_6 {
    padding: 1.5rem;
  }
  .pt_medium_6,
  .py_medium_6 {
    padding-top: 1.5rem;
  }
  .pr_medium_6,
  .px_medium_6 {
    padding-right: 1.5rem;
  }
  .pb_medium_6,
  .py_medium_6 {
    padding-bottom: 1.5rem;
  }
  .pl_medium_6,
  .px_medium_6 {
    padding-left: 1.5rem;
  }
  .p_medium_8 {
    padding: 2rem;
  }
  .pt_medium_8,
  .py_medium_8 {
    padding-top: 2rem;
  }
  .pr_medium_8,
  .px_medium_8 {
    padding-right: 2rem;
  }
  .pb_medium_8,
  .py_medium_8 {
    padding-bottom: 2rem;
  }
  .pl_medium_8,
  .px_medium_8 {
    padding-left: 2rem;
  }
  .p_medium_10 {
    padding: 2.5rem;
  }
  .pt_medium_10,
  .py_medium_10 {
    padding-top: 2.5rem;
  }
  .pr_medium_10,
  .px_medium_10 {
    padding-right: 2.5rem;
  }
  .pb_medium_10,
  .py_medium_10 {
    padding-bottom: 2.5rem;
  }
  .pl_medium_10,
  .px_medium_10 {
    padding-left: 2.5rem;
  }
  .p_medium_12 {
    padding: 3rem;
  }
  .pt_medium_12,
  .py_medium_12 {
    padding-top: 3rem;
  }
  .pr_medium_12,
  .px_medium_12 {
    padding-right: 3rem;
  }
  .pb_medium_12,
  .py_medium_12 {
    padding-bottom: 3rem;
  }
  .pl_medium_12,
  .px_medium_12 {
    padding-left: 3rem;
  }
  .p_medium_16 {
    padding: 4rem;
  }
  .pt_medium_16,
  .py_medium_16 {
    padding-top: 4rem;
  }
  .pr_medium_16,
  .px_medium_16 {
    padding-right: 4rem;
  }
  .pb_medium_16,
  .py_medium_16 {
    padding-bottom: 4rem;
  }
  .pl_medium_16,
  .px_medium_16 {
    padding-left: 4rem;
  }
  .p_medium_20 {
    padding: 5rem;
  }
  .pt_medium_20,
  .py_medium_20 {
    padding-top: 5rem;
  }
  .pr_medium_20,
  .px_medium_20 {
    padding-right: 5rem;
  }
  .pb_medium_20,
  .py_medium_20 {
    padding-bottom: 5rem;
  }
  .pl_medium_20,
  .px_medium_20 {
    padding-left: 5rem;
  }
  .p_medium_24 {
    padding: 6rem;
  }
  .pt_medium_24,
  .py_medium_24 {
    padding-top: 6rem;
  }
  .pr_medium_24,
  .px_medium_24 {
    padding-right: 6rem;
  }
  .pb_medium_24,
  .py_medium_24 {
    padding-bottom: 6rem;
  }
  .pl_medium_24,
  .px_medium_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .m_large_0 {
    margin: 0;
  }
  .mt_large_0,
  .my_large_0 {
    margin-top: 0;
  }
  .mr_large_0,
  .mx_large_0 {
    margin-right: 0;
  }
  .mb_large_0,
  .my_large_0 {
    margin-bottom: 0;
  }
  .ml_large_0,
  .mx_large_0 {
    margin-left: 0;
  }
  .m_large_1 {
    margin: 0.25rem;
  }
  .mt_large_1,
  .my_large_1 {
    margin-top: 0.25rem;
  }
  .mr_large_1,
  .mx_large_1 {
    margin-right: 0.25rem;
  }
  .mb_large_1,
  .my_large_1 {
    margin-bottom: 0.25rem;
  }
  .ml_large_1,
  .mx_large_1 {
    margin-left: 0.25rem;
  }
  .m_large_2 {
    margin: 0.5rem;
  }
  .mt_large_2,
  .my_large_2 {
    margin-top: 0.5rem;
  }
  .mr_large_2,
  .mx_large_2 {
    margin-right: 0.5rem;
  }
  .mb_large_2,
  .my_large_2 {
    margin-bottom: 0.5rem;
  }
  .ml_large_2,
  .mx_large_2 {
    margin-left: 0.5rem;
  }
  .m_large_3 {
    margin: 0.75rem;
  }
  .mt_large_3,
  .my_large_3 {
    margin-top: 0.75rem;
  }
  .mr_large_3,
  .mx_large_3 {
    margin-right: 0.75rem;
  }
  .mb_large_3,
  .my_large_3 {
    margin-bottom: 0.75rem;
  }
  .ml_large_3,
  .mx_large_3 {
    margin-left: 0.75rem;
  }
  .m_large_4 {
    margin: 1rem;
  }
  .mt_large_4,
  .my_large_4 {
    margin-top: 1rem;
  }
  .mr_large_4,
  .mx_large_4 {
    margin-right: 1rem;
  }
  .mb_large_4,
  .my_large_4 {
    margin-bottom: 1rem;
  }
  .ml_large_4,
  .mx_large_4 {
    margin-left: 1rem;
  }
  .m_large_5 {
    margin: 1.25rem;
  }
  .mt_large_5,
  .my_large_5 {
    margin-top: 1.25rem;
  }
  .mr_large_5,
  .mx_large_5 {
    margin-right: 1.25rem;
  }
  .mb_large_5,
  .my_large_5 {
    margin-bottom: 1.25rem;
  }
  .ml_large_5,
  .mx_large_5 {
    margin-left: 1.25rem;
  }
  .m_large_6 {
    margin: 1.5rem;
  }
  .mt_large_6,
  .my_large_6 {
    margin-top: 1.5rem;
  }
  .mr_large_6,
  .mx_large_6 {
    margin-right: 1.5rem;
  }
  .mb_large_6,
  .my_large_6 {
    margin-bottom: 1.5rem;
  }
  .ml_large_6,
  .mx_large_6 {
    margin-left: 1.5rem;
  }
  .m_large_8 {
    margin: 2rem;
  }
  .mt_large_8,
  .my_large_8 {
    margin-top: 2rem;
  }
  .mr_large_8,
  .mx_large_8 {
    margin-right: 2rem;
  }
  .mb_large_8,
  .my_large_8 {
    margin-bottom: 2rem;
  }
  .ml_large_8,
  .mx_large_8 {
    margin-left: 2rem;
  }
  .m_large_10 {
    margin: 2.5rem;
  }
  .mt_large_10,
  .my_large_10 {
    margin-top: 2.5rem;
  }
  .mr_large_10,
  .mx_large_10 {
    margin-right: 2.5rem;
  }
  .mb_large_10,
  .my_large_10 {
    margin-bottom: 2.5rem;
  }
  .ml_large_10,
  .mx_large_10 {
    margin-left: 2.5rem;
  }
  .m_large_12 {
    margin: 3rem;
  }
  .mt_large_12,
  .my_large_12 {
    margin-top: 3rem;
  }
  .mr_large_12,
  .mx_large_12 {
    margin-right: 3rem;
  }
  .mb_large_12,
  .my_large_12 {
    margin-bottom: 3rem;
  }
  .ml_large_12,
  .mx_large_12 {
    margin-left: 3rem;
  }
  .m_large_16 {
    margin: 4rem;
  }
  .mt_large_16,
  .my_large_16 {
    margin-top: 4rem;
  }
  .mr_large_16,
  .mx_large_16 {
    margin-right: 4rem;
  }
  .mb_large_16,
  .my_large_16 {
    margin-bottom: 4rem;
  }
  .ml_large_16,
  .mx_large_16 {
    margin-left: 4rem;
  }
  .m_large_20 {
    margin: 5rem;
  }
  .mt_large_20,
  .my_large_20 {
    margin-top: 5rem;
  }
  .mr_large_20,
  .mx_large_20 {
    margin-right: 5rem;
  }
  .mb_large_20,
  .my_large_20 {
    margin-bottom: 5rem;
  }
  .ml_large_20,
  .mx_large_20 {
    margin-left: 5rem;
  }
  .m_large_24 {
    margin: 6rem;
  }
  .mt_large_24,
  .my_large_24 {
    margin-top: 6rem;
  }
  .mr_large_24,
  .mx_large_24 {
    margin-right: 6rem;
  }
  .mb_large_24,
  .my_large_24 {
    margin-bottom: 6rem;
  }
  .ml_large_24,
  .mx_large_24 {
    margin-left: 6rem;
  }
  .p_large_0 {
    padding: 0;
  }
  .pt_large_0,
  .py_large_0 {
    padding-top: 0;
  }
  .pr_large_0,
  .px_large_0 {
    padding-right: 0;
  }
  .pb_large_0,
  .py_large_0 {
    padding-bottom: 0;
  }
  .pl_large_0,
  .px_large_0 {
    padding-left: 0;
  }
  .p_large_1 {
    padding: 0.25rem;
  }
  .pt_large_1,
  .py_large_1 {
    padding-top: 0.25rem;
  }
  .pr_large_1,
  .px_large_1 {
    padding-right: 0.25rem;
  }
  .pb_large_1,
  .py_large_1 {
    padding-bottom: 0.25rem;
  }
  .pl_large_1,
  .px_large_1 {
    padding-left: 0.25rem;
  }
  .p_large_2 {
    padding: 0.5rem;
  }
  .pt_large_2,
  .py_large_2 {
    padding-top: 0.5rem;
  }
  .pr_large_2,
  .px_large_2 {
    padding-right: 0.5rem;
  }
  .pb_large_2,
  .py_large_2 {
    padding-bottom: 0.5rem;
  }
  .pl_large_2,
  .px_large_2 {
    padding-left: 0.5rem;
  }
  .p_large_3 {
    padding: 0.75rem;
  }
  .pt_large_3,
  .py_large_3 {
    padding-top: 0.75rem;
  }
  .pr_large_3,
  .px_large_3 {
    padding-right: 0.75rem;
  }
  .pb_large_3,
  .py_large_3 {
    padding-bottom: 0.75rem;
  }
  .pl_large_3,
  .px_large_3 {
    padding-left: 0.75rem;
  }
  .p_large_4 {
    padding: 1rem;
  }
  .pt_large_4,
  .py_large_4 {
    padding-top: 1rem;
  }
  .pr_large_4,
  .px_large_4 {
    padding-right: 1rem;
  }
  .pb_large_4,
  .py_large_4 {
    padding-bottom: 1rem;
  }
  .pl_large_4,
  .px_large_4 {
    padding-left: 1rem;
  }
  .p_large_5 {
    padding: 1.25rem;
  }
  .pt_large_5,
  .py_large_5 {
    padding-top: 1.25rem;
  }
  .pr_large_5,
  .px_large_5 {
    padding-right: 1.25rem;
  }
  .pb_large_5,
  .py_large_5 {
    padding-bottom: 1.25rem;
  }
  .pl_large_5,
  .px_large_5 {
    padding-left: 1.25rem;
  }
  .p_large_6 {
    padding: 1.5rem;
  }
  .pt_large_6,
  .py_large_6 {
    padding-top: 1.5rem;
  }
  .pr_large_6,
  .px_large_6 {
    padding-right: 1.5rem;
  }
  .pb_large_6,
  .py_large_6 {
    padding-bottom: 1.5rem;
  }
  .pl_large_6,
  .px_large_6 {
    padding-left: 1.5rem;
  }
  .p_large_8 {
    padding: 2rem;
  }
  .pt_large_8,
  .py_large_8 {
    padding-top: 2rem;
  }
  .pr_large_8,
  .px_large_8 {
    padding-right: 2rem;
  }
  .pb_large_8,
  .py_large_8 {
    padding-bottom: 2rem;
  }
  .pl_large_8,
  .px_large_8 {
    padding-left: 2rem;
  }
  .p_large_10 {
    padding: 2.5rem;
  }
  .pt_large_10,
  .py_large_10 {
    padding-top: 2.5rem;
  }
  .pr_large_10,
  .px_large_10 {
    padding-right: 2.5rem;
  }
  .pb_large_10,
  .py_large_10 {
    padding-bottom: 2.5rem;
  }
  .pl_large_10,
  .px_large_10 {
    padding-left: 2.5rem;
  }
  .p_large_12 {
    padding: 3rem;
  }
  .pt_large_12,
  .py_large_12 {
    padding-top: 3rem;
  }
  .pr_large_12,
  .px_large_12 {
    padding-right: 3rem;
  }
  .pb_large_12,
  .py_large_12 {
    padding-bottom: 3rem;
  }
  .pl_large_12,
  .px_large_12 {
    padding-left: 3rem;
  }
  .p_large_16 {
    padding: 4rem;
  }
  .pt_large_16,
  .py_large_16 {
    padding-top: 4rem;
  }
  .pr_large_16,
  .px_large_16 {
    padding-right: 4rem;
  }
  .pb_large_16,
  .py_large_16 {
    padding-bottom: 4rem;
  }
  .pl_large_16,
  .px_large_16 {
    padding-left: 4rem;
  }
  .p_large_20 {
    padding: 5rem;
  }
  .pt_large_20,
  .py_large_20 {
    padding-top: 5rem;
  }
  .pr_large_20,
  .px_large_20 {
    padding-right: 5rem;
  }
  .pb_large_20,
  .py_large_20 {
    padding-bottom: 5rem;
  }
  .pl_large_20,
  .px_large_20 {
    padding-left: 5rem;
  }
  .p_large_24 {
    padding: 6rem;
  }
  .pt_large_24,
  .py_large_24 {
    padding-top: 6rem;
  }
  .pr_large_24,
  .px_large_24 {
    padding-right: 6rem;
  }
  .pb_large_24,
  .py_large_24 {
    padding-bottom: 6rem;
  }
  .pl_large_24,
  .px_large_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .m_xlarge_0 {
    margin: 0;
  }
  .mt_xlarge_0,
  .my_xlarge_0 {
    margin-top: 0;
  }
  .mr_xlarge_0,
  .mx_xlarge_0 {
    margin-right: 0;
  }
  .mb_xlarge_0,
  .my_xlarge_0 {
    margin-bottom: 0;
  }
  .ml_xlarge_0,
  .mx_xlarge_0 {
    margin-left: 0;
  }
  .m_xlarge_1 {
    margin: 0.25rem;
  }
  .mt_xlarge_1,
  .my_xlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xlarge_1,
  .mx_xlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xlarge_1,
  .my_xlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xlarge_1,
  .mx_xlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xlarge_2 {
    margin: 0.5rem;
  }
  .mt_xlarge_2,
  .my_xlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xlarge_2,
  .mx_xlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xlarge_2,
  .my_xlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xlarge_2,
  .mx_xlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xlarge_3 {
    margin: 0.75rem;
  }
  .mt_xlarge_3,
  .my_xlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xlarge_3,
  .mx_xlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xlarge_3,
  .my_xlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xlarge_3,
  .mx_xlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xlarge_4 {
    margin: 1rem;
  }
  .mt_xlarge_4,
  .my_xlarge_4 {
    margin-top: 1rem;
  }
  .mr_xlarge_4,
  .mx_xlarge_4 {
    margin-right: 1rem;
  }
  .mb_xlarge_4,
  .my_xlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xlarge_4,
  .mx_xlarge_4 {
    margin-left: 1rem;
  }
  .m_xlarge_5 {
    margin: 1.25rem;
  }
  .mt_xlarge_5,
  .my_xlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xlarge_5,
  .mx_xlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xlarge_5,
  .my_xlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xlarge_5,
  .mx_xlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xlarge_6 {
    margin: 1.5rem;
  }
  .mt_xlarge_6,
  .my_xlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xlarge_6,
  .mx_xlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xlarge_6,
  .my_xlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xlarge_6,
  .mx_xlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xlarge_8 {
    margin: 2rem;
  }
  .mt_xlarge_8,
  .my_xlarge_8 {
    margin-top: 2rem;
  }
  .mr_xlarge_8,
  .mx_xlarge_8 {
    margin-right: 2rem;
  }
  .mb_xlarge_8,
  .my_xlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xlarge_8,
  .mx_xlarge_8 {
    margin-left: 2rem;
  }
  .m_xlarge_10 {
    margin: 2.5rem;
  }
  .mt_xlarge_10,
  .my_xlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xlarge_10,
  .mx_xlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xlarge_10,
  .my_xlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xlarge_10,
  .mx_xlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xlarge_12 {
    margin: 3rem;
  }
  .mt_xlarge_12,
  .my_xlarge_12 {
    margin-top: 3rem;
  }
  .mr_xlarge_12,
  .mx_xlarge_12 {
    margin-right: 3rem;
  }
  .mb_xlarge_12,
  .my_xlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xlarge_12,
  .mx_xlarge_12 {
    margin-left: 3rem;
  }
  .m_xlarge_16 {
    margin: 4rem;
  }
  .mt_xlarge_16,
  .my_xlarge_16 {
    margin-top: 4rem;
  }
  .mr_xlarge_16,
  .mx_xlarge_16 {
    margin-right: 4rem;
  }
  .mb_xlarge_16,
  .my_xlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xlarge_16,
  .mx_xlarge_16 {
    margin-left: 4rem;
  }
  .m_xlarge_20 {
    margin: 5rem;
  }
  .mt_xlarge_20,
  .my_xlarge_20 {
    margin-top: 5rem;
  }
  .mr_xlarge_20,
  .mx_xlarge_20 {
    margin-right: 5rem;
  }
  .mb_xlarge_20,
  .my_xlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xlarge_20,
  .mx_xlarge_20 {
    margin-left: 5rem;
  }
  .m_xlarge_24 {
    margin: 6rem;
  }
  .mt_xlarge_24,
  .my_xlarge_24 {
    margin-top: 6rem;
  }
  .mr_xlarge_24,
  .mx_xlarge_24 {
    margin-right: 6rem;
  }
  .mb_xlarge_24,
  .my_xlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xlarge_24,
  .mx_xlarge_24 {
    margin-left: 6rem;
  }
  .p_xlarge_0 {
    padding: 0;
  }
  .pt_xlarge_0,
  .py_xlarge_0 {
    padding-top: 0;
  }
  .pr_xlarge_0,
  .px_xlarge_0 {
    padding-right: 0;
  }
  .pb_xlarge_0,
  .py_xlarge_0 {
    padding-bottom: 0;
  }
  .pl_xlarge_0,
  .px_xlarge_0 {
    padding-left: 0;
  }
  .p_xlarge_1 {
    padding: 0.25rem;
  }
  .pt_xlarge_1,
  .py_xlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xlarge_1,
  .px_xlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xlarge_1,
  .py_xlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xlarge_1,
  .px_xlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xlarge_2 {
    padding: 0.5rem;
  }
  .pt_xlarge_2,
  .py_xlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xlarge_2,
  .px_xlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xlarge_2,
  .py_xlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xlarge_2,
  .px_xlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xlarge_3 {
    padding: 0.75rem;
  }
  .pt_xlarge_3,
  .py_xlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xlarge_3,
  .px_xlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xlarge_3,
  .py_xlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xlarge_3,
  .px_xlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xlarge_4 {
    padding: 1rem;
  }
  .pt_xlarge_4,
  .py_xlarge_4 {
    padding-top: 1rem;
  }
  .pr_xlarge_4,
  .px_xlarge_4 {
    padding-right: 1rem;
  }
  .pb_xlarge_4,
  .py_xlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xlarge_4,
  .px_xlarge_4 {
    padding-left: 1rem;
  }
  .p_xlarge_5 {
    padding: 1.25rem;
  }
  .pt_xlarge_5,
  .py_xlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xlarge_5,
  .px_xlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xlarge_5,
  .py_xlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xlarge_5,
  .px_xlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xlarge_6 {
    padding: 1.5rem;
  }
  .pt_xlarge_6,
  .py_xlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xlarge_6,
  .px_xlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xlarge_6,
  .py_xlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xlarge_6,
  .px_xlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xlarge_8 {
    padding: 2rem;
  }
  .pt_xlarge_8,
  .py_xlarge_8 {
    padding-top: 2rem;
  }
  .pr_xlarge_8,
  .px_xlarge_8 {
    padding-right: 2rem;
  }
  .pb_xlarge_8,
  .py_xlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xlarge_8,
  .px_xlarge_8 {
    padding-left: 2rem;
  }
  .p_xlarge_10 {
    padding: 2.5rem;
  }
  .pt_xlarge_10,
  .py_xlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xlarge_10,
  .px_xlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xlarge_10,
  .py_xlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xlarge_10,
  .px_xlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xlarge_12 {
    padding: 3rem;
  }
  .pt_xlarge_12,
  .py_xlarge_12 {
    padding-top: 3rem;
  }
  .pr_xlarge_12,
  .px_xlarge_12 {
    padding-right: 3rem;
  }
  .pb_xlarge_12,
  .py_xlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xlarge_12,
  .px_xlarge_12 {
    padding-left: 3rem;
  }
  .p_xlarge_16 {
    padding: 4rem;
  }
  .pt_xlarge_16,
  .py_xlarge_16 {
    padding-top: 4rem;
  }
  .pr_xlarge_16,
  .px_xlarge_16 {
    padding-right: 4rem;
  }
  .pb_xlarge_16,
  .py_xlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xlarge_16,
  .px_xlarge_16 {
    padding-left: 4rem;
  }
  .p_xlarge_20 {
    padding: 5rem;
  }
  .pt_xlarge_20,
  .py_xlarge_20 {
    padding-top: 5rem;
  }
  .pr_xlarge_20,
  .px_xlarge_20 {
    padding-right: 5rem;
  }
  .pb_xlarge_20,
  .py_xlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xlarge_20,
  .px_xlarge_20 {
    padding-left: 5rem;
  }
  .p_xlarge_24 {
    padding: 6rem;
  }
  .pt_xlarge_24,
  .py_xlarge_24 {
    padding-top: 6rem;
  }
  .pr_xlarge_24,
  .px_xlarge_24 {
    padding-right: 6rem;
  }
  .pb_xlarge_24,
  .py_xlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xlarge_24,
  .px_xlarge_24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1400px) {
  .m_xxlarge_0 {
    margin: 0;
  }
  .mt_xxlarge_0,
  .my_xxlarge_0 {
    margin-top: 0;
  }
  .mr_xxlarge_0,
  .mx_xxlarge_0 {
    margin-right: 0;
  }
  .mb_xxlarge_0,
  .my_xxlarge_0 {
    margin-bottom: 0;
  }
  .ml_xxlarge_0,
  .mx_xxlarge_0 {
    margin-left: 0;
  }
  .m_xxlarge_1 {
    margin: 0.25rem;
  }
  .mt_xxlarge_1,
  .my_xxlarge_1 {
    margin-top: 0.25rem;
  }
  .mr_xxlarge_1,
  .mx_xxlarge_1 {
    margin-right: 0.25rem;
  }
  .mb_xxlarge_1,
  .my_xxlarge_1 {
    margin-bottom: 0.25rem;
  }
  .ml_xxlarge_1,
  .mx_xxlarge_1 {
    margin-left: 0.25rem;
  }
  .m_xxlarge_2 {
    margin: 0.5rem;
  }
  .mt_xxlarge_2,
  .my_xxlarge_2 {
    margin-top: 0.5rem;
  }
  .mr_xxlarge_2,
  .mx_xxlarge_2 {
    margin-right: 0.5rem;
  }
  .mb_xxlarge_2,
  .my_xxlarge_2 {
    margin-bottom: 0.5rem;
  }
  .ml_xxlarge_2,
  .mx_xxlarge_2 {
    margin-left: 0.5rem;
  }
  .m_xxlarge_3 {
    margin: 0.75rem;
  }
  .mt_xxlarge_3,
  .my_xxlarge_3 {
    margin-top: 0.75rem;
  }
  .mr_xxlarge_3,
  .mx_xxlarge_3 {
    margin-right: 0.75rem;
  }
  .mb_xxlarge_3,
  .my_xxlarge_3 {
    margin-bottom: 0.75rem;
  }
  .ml_xxlarge_3,
  .mx_xxlarge_3 {
    margin-left: 0.75rem;
  }
  .m_xxlarge_4 {
    margin: 1rem;
  }
  .mt_xxlarge_4,
  .my_xxlarge_4 {
    margin-top: 1rem;
  }
  .mr_xxlarge_4,
  .mx_xxlarge_4 {
    margin-right: 1rem;
  }
  .mb_xxlarge_4,
  .my_xxlarge_4 {
    margin-bottom: 1rem;
  }
  .ml_xxlarge_4,
  .mx_xxlarge_4 {
    margin-left: 1rem;
  }
  .m_xxlarge_5 {
    margin: 1.25rem;
  }
  .mt_xxlarge_5,
  .my_xxlarge_5 {
    margin-top: 1.25rem;
  }
  .mr_xxlarge_5,
  .mx_xxlarge_5 {
    margin-right: 1.25rem;
  }
  .mb_xxlarge_5,
  .my_xxlarge_5 {
    margin-bottom: 1.25rem;
  }
  .ml_xxlarge_5,
  .mx_xxlarge_5 {
    margin-left: 1.25rem;
  }
  .m_xxlarge_6 {
    margin: 1.5rem;
  }
  .mt_xxlarge_6,
  .my_xxlarge_6 {
    margin-top: 1.5rem;
  }
  .mr_xxlarge_6,
  .mx_xxlarge_6 {
    margin-right: 1.5rem;
  }
  .mb_xxlarge_6,
  .my_xxlarge_6 {
    margin-bottom: 1.5rem;
  }
  .ml_xxlarge_6,
  .mx_xxlarge_6 {
    margin-left: 1.5rem;
  }
  .m_xxlarge_8 {
    margin: 2rem;
  }
  .mt_xxlarge_8,
  .my_xxlarge_8 {
    margin-top: 2rem;
  }
  .mr_xxlarge_8,
  .mx_xxlarge_8 {
    margin-right: 2rem;
  }
  .mb_xxlarge_8,
  .my_xxlarge_8 {
    margin-bottom: 2rem;
  }
  .ml_xxlarge_8,
  .mx_xxlarge_8 {
    margin-left: 2rem;
  }
  .m_xxlarge_10 {
    margin: 2.5rem;
  }
  .mt_xxlarge_10,
  .my_xxlarge_10 {
    margin-top: 2.5rem;
  }
  .mr_xxlarge_10,
  .mx_xxlarge_10 {
    margin-right: 2.5rem;
  }
  .mb_xxlarge_10,
  .my_xxlarge_10 {
    margin-bottom: 2.5rem;
  }
  .ml_xxlarge_10,
  .mx_xxlarge_10 {
    margin-left: 2.5rem;
  }
  .m_xxlarge_12 {
    margin: 3rem;
  }
  .mt_xxlarge_12,
  .my_xxlarge_12 {
    margin-top: 3rem;
  }
  .mr_xxlarge_12,
  .mx_xxlarge_12 {
    margin-right: 3rem;
  }
  .mb_xxlarge_12,
  .my_xxlarge_12 {
    margin-bottom: 3rem;
  }
  .ml_xxlarge_12,
  .mx_xxlarge_12 {
    margin-left: 3rem;
  }
  .m_xxlarge_16 {
    margin: 4rem;
  }
  .mt_xxlarge_16,
  .my_xxlarge_16 {
    margin-top: 4rem;
  }
  .mr_xxlarge_16,
  .mx_xxlarge_16 {
    margin-right: 4rem;
  }
  .mb_xxlarge_16,
  .my_xxlarge_16 {
    margin-bottom: 4rem;
  }
  .ml_xxlarge_16,
  .mx_xxlarge_16 {
    margin-left: 4rem;
  }
  .m_xxlarge_20 {
    margin: 5rem;
  }
  .mt_xxlarge_20,
  .my_xxlarge_20 {
    margin-top: 5rem;
  }
  .mr_xxlarge_20,
  .mx_xxlarge_20 {
    margin-right: 5rem;
  }
  .mb_xxlarge_20,
  .my_xxlarge_20 {
    margin-bottom: 5rem;
  }
  .ml_xxlarge_20,
  .mx_xxlarge_20 {
    margin-left: 5rem;
  }
  .m_xxlarge_24 {
    margin: 6rem;
  }
  .mt_xxlarge_24,
  .my_xxlarge_24 {
    margin-top: 6rem;
  }
  .mr_xxlarge_24,
  .mx_xxlarge_24 {
    margin-right: 6rem;
  }
  .mb_xxlarge_24,
  .my_xxlarge_24 {
    margin-bottom: 6rem;
  }
  .ml_xxlarge_24,
  .mx_xxlarge_24 {
    margin-left: 6rem;
  }
  .p_xxlarge_0 {
    padding: 0;
  }
  .pt_xxlarge_0,
  .py_xxlarge_0 {
    padding-top: 0;
  }
  .pr_xxlarge_0,
  .px_xxlarge_0 {
    padding-right: 0;
  }
  .pb_xxlarge_0,
  .py_xxlarge_0 {
    padding-bottom: 0;
  }
  .pl_xxlarge_0,
  .px_xxlarge_0 {
    padding-left: 0;
  }
  .p_xxlarge_1 {
    padding: 0.25rem;
  }
  .pt_xxlarge_1,
  .py_xxlarge_1 {
    padding-top: 0.25rem;
  }
  .pr_xxlarge_1,
  .px_xxlarge_1 {
    padding-right: 0.25rem;
  }
  .pb_xxlarge_1,
  .py_xxlarge_1 {
    padding-bottom: 0.25rem;
  }
  .pl_xxlarge_1,
  .px_xxlarge_1 {
    padding-left: 0.25rem;
  }
  .p_xxlarge_2 {
    padding: 0.5rem;
  }
  .pt_xxlarge_2,
  .py_xxlarge_2 {
    padding-top: 0.5rem;
  }
  .pr_xxlarge_2,
  .px_xxlarge_2 {
    padding-right: 0.5rem;
  }
  .pb_xxlarge_2,
  .py_xxlarge_2 {
    padding-bottom: 0.5rem;
  }
  .pl_xxlarge_2,
  .px_xxlarge_2 {
    padding-left: 0.5rem;
  }
  .p_xxlarge_3 {
    padding: 0.75rem;
  }
  .pt_xxlarge_3,
  .py_xxlarge_3 {
    padding-top: 0.75rem;
  }
  .pr_xxlarge_3,
  .px_xxlarge_3 {
    padding-right: 0.75rem;
  }
  .pb_xxlarge_3,
  .py_xxlarge_3 {
    padding-bottom: 0.75rem;
  }
  .pl_xxlarge_3,
  .px_xxlarge_3 {
    padding-left: 0.75rem;
  }
  .p_xxlarge_4 {
    padding: 1rem;
  }
  .pt_xxlarge_4,
  .py_xxlarge_4 {
    padding-top: 1rem;
  }
  .pr_xxlarge_4,
  .px_xxlarge_4 {
    padding-right: 1rem;
  }
  .pb_xxlarge_4,
  .py_xxlarge_4 {
    padding-bottom: 1rem;
  }
  .pl_xxlarge_4,
  .px_xxlarge_4 {
    padding-left: 1rem;
  }
  .p_xxlarge_5 {
    padding: 1.25rem;
  }
  .pt_xxlarge_5,
  .py_xxlarge_5 {
    padding-top: 1.25rem;
  }
  .pr_xxlarge_5,
  .px_xxlarge_5 {
    padding-right: 1.25rem;
  }
  .pb_xxlarge_5,
  .py_xxlarge_5 {
    padding-bottom: 1.25rem;
  }
  .pl_xxlarge_5,
  .px_xxlarge_5 {
    padding-left: 1.25rem;
  }
  .p_xxlarge_6 {
    padding: 1.5rem;
  }
  .pt_xxlarge_6,
  .py_xxlarge_6 {
    padding-top: 1.5rem;
  }
  .pr_xxlarge_6,
  .px_xxlarge_6 {
    padding-right: 1.5rem;
  }
  .pb_xxlarge_6,
  .py_xxlarge_6 {
    padding-bottom: 1.5rem;
  }
  .pl_xxlarge_6,
  .px_xxlarge_6 {
    padding-left: 1.5rem;
  }
  .p_xxlarge_8 {
    padding: 2rem;
  }
  .pt_xxlarge_8,
  .py_xxlarge_8 {
    padding-top: 2rem;
  }
  .pr_xxlarge_8,
  .px_xxlarge_8 {
    padding-right: 2rem;
  }
  .pb_xxlarge_8,
  .py_xxlarge_8 {
    padding-bottom: 2rem;
  }
  .pl_xxlarge_8,
  .px_xxlarge_8 {
    padding-left: 2rem;
  }
  .p_xxlarge_10 {
    padding: 2.5rem;
  }
  .pt_xxlarge_10,
  .py_xxlarge_10 {
    padding-top: 2.5rem;
  }
  .pr_xxlarge_10,
  .px_xxlarge_10 {
    padding-right: 2.5rem;
  }
  .pb_xxlarge_10,
  .py_xxlarge_10 {
    padding-bottom: 2.5rem;
  }
  .pl_xxlarge_10,
  .px_xxlarge_10 {
    padding-left: 2.5rem;
  }
  .p_xxlarge_12 {
    padding: 3rem;
  }
  .pt_xxlarge_12,
  .py_xxlarge_12 {
    padding-top: 3rem;
  }
  .pr_xxlarge_12,
  .px_xxlarge_12 {
    padding-right: 3rem;
  }
  .pb_xxlarge_12,
  .py_xxlarge_12 {
    padding-bottom: 3rem;
  }
  .pl_xxlarge_12,
  .px_xxlarge_12 {
    padding-left: 3rem;
  }
  .p_xxlarge_16 {
    padding: 4rem;
  }
  .pt_xxlarge_16,
  .py_xxlarge_16 {
    padding-top: 4rem;
  }
  .pr_xxlarge_16,
  .px_xxlarge_16 {
    padding-right: 4rem;
  }
  .pb_xxlarge_16,
  .py_xxlarge_16 {
    padding-bottom: 4rem;
  }
  .pl_xxlarge_16,
  .px_xxlarge_16 {
    padding-left: 4rem;
  }
  .p_xxlarge_20 {
    padding: 5rem;
  }
  .pt_xxlarge_20,
  .py_xxlarge_20 {
    padding-top: 5rem;
  }
  .pr_xxlarge_20,
  .px_xxlarge_20 {
    padding-right: 5rem;
  }
  .pb_xxlarge_20,
  .py_xxlarge_20 {
    padding-bottom: 5rem;
  }
  .pl_xxlarge_20,
  .px_xxlarge_20 {
    padding-left: 5rem;
  }
  .p_xxlarge_24 {
    padding: 6rem;
  }
  .pt_xxlarge_24,
  .py_xxlarge_24 {
    padding-top: 6rem;
  }
  .pr_xxlarge_24,
  .px_xxlarge_24 {
    padding-right: 6rem;
  }
  .pb_xxlarge_24,
  .py_xxlarge_24 {
    padding-bottom: 6rem;
  }
  .pl_xxlarge_24,
  .px_xxlarge_24 {
    padding-left: 6rem;
  }
}
.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

.d_none {
  display: none;
}

.d_inline {
  display: inline;
}

.d_inline_block {
  display: inline-block;
}

.d_block {
  display: block;
}

.d_grid {
  display: grid;
}

.d_table {
  display: table;
}

.d_table_row {
  display: table-row;
}

.d_table_cell {
  display: table-cell;
}

.d_flex {
  display: flex;
}

.d_inline_flex {
  display: inline-flex;
}

@media (min-width: 640px) {
  .d_medium_none {
    display: none;
  }
  .d_medium_inline {
    display: inline;
  }
  .d_medium_inline_block {
    display: inline-block;
  }
  .d_medium_block {
    display: block;
  }
  .d_medium_grid {
    display: grid;
  }
  .d_medium_table {
    display: table;
  }
  .d_medium_table_row {
    display: table-row;
  }
  .d_medium_table_cell {
    display: table-cell;
  }
  .d_medium_flex {
    display: flex;
  }
  .d_medium_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .d_large_none {
    display: none;
  }
  .d_large_inline {
    display: inline;
  }
  .d_large_inline_block {
    display: inline-block;
  }
  .d_large_block {
    display: block;
  }
  .d_large_grid {
    display: grid;
  }
  .d_large_table {
    display: table;
  }
  .d_large_table_row {
    display: table-row;
  }
  .d_large_table_cell {
    display: table-cell;
  }
  .d_large_flex {
    display: flex;
  }
  .d_large_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d_xlarge_none {
    display: none;
  }
  .d_xlarge_inline {
    display: inline;
  }
  .d_xlarge_inline_block {
    display: inline-block;
  }
  .d_xlarge_block {
    display: block;
  }
  .d_xlarge_grid {
    display: grid;
  }
  .d_xlarge_table {
    display: table;
  }
  .d_xlarge_table_row {
    display: table-row;
  }
  .d_xlarge_table_cell {
    display: table-cell;
  }
  .d_xlarge_flex {
    display: flex;
  }
  .d_xlarge_inline_flex {
    display: inline-flex;
  }
}
@media (min-width: 1400px) {
  .d_xxlarge_none {
    display: none;
  }
  .d_xxlarge_inline {
    display: inline;
  }
  .d_xxlarge_inline_block {
    display: inline-block;
  }
  .d_xxlarge_block {
    display: block;
  }
  .d_xxlarge_grid {
    display: grid;
  }
  .d_xxlarge_table {
    display: table;
  }
  .d_xxlarge_table_row {
    display: table-row;
  }
  .d_xxlarge_table_cell {
    display: table-cell;
  }
  .d_xxlarge_flex {
    display: flex;
  }
  .d_xxlarge_inline_flex {
    display: inline-flex;
  }
}
.flex_row {
  flex-direction: row;
}

.flex_column {
  flex-direction: column;
}

.flex_row_reverse {
  flex-direction: row-reverse;
}

.flex_column_reverse {
  flex-direction: column-reverse;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_wrap_reverse {
  flex-wrap: wrap-reverse;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.justify_content_around {
  justify-content: space-around;
}

.justify_content_evenly {
  justify-content: space-evenly;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_center {
  align-items: center;
}

.align_items_baseline {
  align-items: baseline;
}

.align_items_stretch {
  align-items: stretch;
}

.align_content_start {
  align-content: flex-start;
}

.align_content_end {
  align-content: flex-end;
}

.align_content_center {
  align-content: center;
}

.align_content_between {
  align-content: space-between;
}

.align_content_around {
  align-content: space-around;
}

.align_content_stretch {
  align-content: stretch;
}

.align_self_auto {
  align-self: auto;
}

.align_self_start {
  align-self: flex-start;
}

.align_self_end {
  align-self: flex-end;
}

.align_self_center {
  align-self: center;
}

.align_self_baseline {
  align-self: baseline;
}

.align_self_stretch {
  align-self: stretch;
}

.flex_fill {
  flex: 1 1 auto;
}

.flex_grow_0 {
  flex-grow: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex_shrink_1 {
  flex-shrink: 1;
}

.position_static {
  position: static;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.position_fixed {
  position: fixed;
}

.position_sticky {
  position: sticky;
}

.top_0 {
  top: 0;
}

.top_50 {
  top: 50%;
}

.top_100 {
  top: 100%;
}

.bottom_0 {
  bottom: 0;
}

.bottom_50 {
  bottom: 50%;
}

.bottom_100 {
  bottom: 100%;
}

.start_0 {
  left: 0;
}

.start_50 {
  left: 50%;
}

.start_100 {
  left: 100%;
}

.end_0 {
  right: 0;
}

.end_50 {
  right: 50%;
}

.end_100 {
  right: 100%;
}

.translate_middle {
  transform: translate(-50%, -50%);
}

.translate_middle_x {
  transform: translateX(-50%);
}

.translate_middle_y {
  transform: translateY(-50%);
}

.w_25 {
  width: 25%;
}

.w_50 {
  width: 50%;
}

.w_75 {
  width: 75%;
}

.w_100 {
  width: 100%;
}

.w_auto {
  width: auto;
}

.mw_100 {
  max-width: 100%;
}

.vw_100 {
  width: 100vw;
}

.min_vw_100 {
  min-width: 100vw;
}

.h_25 {
  height: 25%;
}

.h_50 {
  height: 50%;
}

.h_75 {
  height: 75%;
}

.h_100 {
  height: 100%;
}

.h_auto {
  height: auto;
}

.mh_100 {
  max-height: 100%;
}

.vh_100 {
  height: 100vh;
}

.min_vh_100 {
  min-height: 100vh;
}

.overflow_auto {
  overflow: auto;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_visible {
  overflow: visible;
}

.overflow_scroll {
  overflow: scroll;
}

.overflow_x_auto {
  overflow-x: auto;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

.overflow_x_visible {
  overflow-x: visible;
}

.overflow_x_scroll {
  overflow-x: scroll;
}

.overflow_y_auto {
  overflow-y: auto;
}

.overflow_y_hidden {
  overflow-y: hidden;
}

.overflow_y_visible {
  overflow-y: visible;
}

.overflow_y_scroll {
  overflow-y: scroll;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hide_small {
  display: none !important;
}

.show_small {
  display: block !important;
}

.show_small_inline {
  display: inline !important;
}

.show_small_inline_block {
  display: inline-block !important;
}

.show_small_flex {
  display: flex !important;
}

.show_small_inline_flex {
  display: inline-flex !important;
}

.show_small_grid {
  display: grid !important;
}

@media (min-width: 640px) {
  .hide_medium {
    display: none !important;
  }
  .show_medium {
    display: block !important;
  }
  .show_medium_inline {
    display: inline !important;
  }
  .show_medium_inline_block {
    display: inline-block !important;
  }
  .show_medium_flex {
    display: flex !important;
  }
  .show_medium_inline_flex {
    display: inline-flex !important;
  }
  .show_medium_grid {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .hide_large {
    display: none !important;
  }
  .show_large {
    display: block !important;
  }
  .show_large_inline {
    display: inline !important;
  }
  .show_large_inline_block {
    display: inline-block !important;
  }
  .show_large_flex {
    display: flex !important;
  }
  .show_large_inline_flex {
    display: inline-flex !important;
  }
  .show_large_grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .hide_xlarge {
    display: none !important;
  }
  .show_xlarge {
    display: block !important;
  }
  .show_xlarge_inline {
    display: inline !important;
  }
  .show_xlarge_inline_block {
    display: inline-block !important;
  }
  .show_xlarge_flex {
    display: flex !important;
  }
  .show_xlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .hide_xxlarge {
    display: none !important;
  }
  .show_xxlarge {
    display: block !important;
  }
  .show_xxlarge_inline {
    display: inline !important;
  }
  .show_xxlarge_inline_block {
    display: inline-block !important;
  }
  .show_xxlarge_flex {
    display: flex !important;
  }
  .show_xxlarge_inline_flex {
    display: inline-flex !important;
  }
  .show_xxlarge_grid {
    display: grid !important;
  }
}
@media (min-width: 640px) {
  .visible_small_only {
    display: none !important;
  }
}

.visible_medium_only {
  display: none !important;
}
@media (min-width: 640px) {
  .visible_medium_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible_medium_only {
    display: none !important;
  }
}

.visible_large_only {
  display: none !important;
}
@media (min-width: 1024px) {
  .visible_large_only {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible_large_only {
    display: none !important;
  }
}

.visible_xlarge_only {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible_xlarge_only {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible_xlarge_only {
    display: none !important;
  }
}

.visible_xxlarge_only {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible_xxlarge_only {
    display: block !important;
  }
}

@media (min-width: 640px) {
  .hidden_small_only {
    display: block !important;
  }
}

.hidden_medium_only {
  display: block !important;
}
@media (min-width: 640px) {
  .hidden_medium_only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden_medium_only {
    display: block !important;
  }
}

.hidden_large_only {
  display: block !important;
}
@media (min-width: 1024px) {
  .hidden_large_only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_large_only {
    display: block !important;
  }
}

.hidden_xlarge_only {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden_xlarge_only {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden_xlarge_only {
    display: block !important;
  }
}

.hidden_xxlarge_only {
  display: block !important;
}
@media (min-width: 1400px) {
  .hidden_xxlarge_only {
    display: none !important;
  }
}

.sr_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr_only_focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !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_grid {
    display: grid !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;
  }
}
.bg_primary {
  background-color: #E63946;
}

.bg_secondary {
  background-color: #1D3557;
}

.bg_success {
  background-color: #28A745;
}

.bg_info {
  background-color: #17a2b8;
}

.bg_warning {
  background-color: #FFC107;
}

.bg_danger {
  background-color: #D62828;
}

.bg_light {
  background-color: #f8f9fa;
}

.bg_dark {
  background-color: #343a40;
}

.bg_body {
  background-color: #FFFFFF;
}

.bg_white {
  background-color: #fff;
}

.bg_transparent {
  background-color: transparent;
}

.bg_gray_100 {
  background-color: #f8f9fa;
}

.bg_gray_200 {
  background-color: #e9ecef;
}

.bg_gray_300 {
  background-color: #dee2e6;
}

.bg_gray_400 {
  background-color: #ced4da;
}

.bg_gray_500 {
  background-color: #adb5bd;
}

.bg_gray_600 {
  background-color: #6c757d;
}

.bg_gray_700 {
  background-color: #495057;
}

.bg_gray_800 {
  background-color: #343a40;
}

.bg_gray_900 {
  background-color: #212529;
}

.testback_01 {
  background-color: #EBEBEB;
}

.testback_02 {
  background-color: #7BCE7B;
}

.testback_03 {
  background-color: #B5B5E1;
}

.border {
  border: 1px solid #DEE2E6;
}

.border_0 {
  border: 0;
}

.border_top {
  border-top: 1px solid #DEE2E6;
}

.border_top_0 {
  border-top: 0;
}

.border_end {
  border-right: 1px solid #DEE2E6;
}

.border_end_0 {
  border-right: 0;
}

.border_bottom {
  border-bottom: 1px solid #DEE2E6;
}

.border_bottom_0 {
  border-bottom: 0;
}

.border_start {
  border-left: 1px solid #DEE2E6;
}

.border_start_0 {
  border-left: 0;
}

.border_primary {
  border-color: #E63946;
}

.border_secondary {
  border-color: #1D3557;
}

.border_success {
  border-color: #28A745;
}

.border_info {
  border-color: #17a2b8;
}

.border_warning {
  border-color: #FFC107;
}

.border_danger {
  border-color: #D62828;
}

.border_light {
  border-color: #f8f9fa;
}

.border_dark {
  border-color: #343a40;
}

.border_white {
  border-color: #fff;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded_0 {
  border-radius: 0;
}

.rounded_1 {
  border-radius: 0.25rem;
}

.rounded_2 {
  border-radius: 0.375rem;
}

.rounded_3 {
  border-radius: 0.5rem;
}

.rounded_4 {
  border-radius: 1rem;
}

.rounded_circle {
  border-radius: 50%;
}

.rounded_pill {
  border-radius: 50rem;
}

.rounded_top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded_end {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded_bottom {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded_start {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.shadow_none {
  box-shadow: none;
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow_lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.opacity_0 {
  opacity: 0;
}

.opacity_25 {
  opacity: 0.25;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_75 {
  opacity: 0.75;
}

.opacity_100 {
  opacity: 1;
}

.cursor_auto {
  cursor: auto;
}

.cursor_pointer {
  cursor: pointer;
}

.cursor_wait {
  cursor: wait;
}

.cursor_text {
  cursor: text;
}

.cursor_move {
  cursor: move;
}

.cursor_help {
  cursor: help;
}

.cursor_not_allowed {
  cursor: not-allowed;
}

.user_select_all {
  user-select: all;
}

.user_select_auto {
  user-select: auto;
}

.user_select_none {
  user-select: none;
}

.pe_none {
  pointer-events: none;
}

.pe_auto {
  pointer-events: auto;
}

.z_0 {
  z-index: 0;
}

.z_1 {
  z-index: 1;
}

.z_2 {
  z-index: 2;
}

.z_3 {
  z-index: 3;
}

.z_auto {
  z-index: auto;
}

.z_dropdown {
  z-index: 1000;
}

.z_sticky {
  z-index: 1020;
}

.z_fixed {
  z-index: 1030;
}

.z_modal_backdrop {
  z-index: 1040;
}

.z_modal {
  z-index: 1050;
}

.z_popover {
  z-index: 1070;
}

.z_tooltip {
  z-index: 1080;
}

body.dark_mode,
html.dark_mode body {
  background-color: #1a1a1a;
  color: #e4e4e4;
}
body.dark_mode a,
html.dark_mode body a {
  color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
}
body.dark_mode a:hover,
html.dark_mode body a:hover {
  color: rgb(247.1524663677, 192.8475336323, 196.9282511211);
}
body.dark_mode .text_muted,
html.dark_mode body .text_muted {
  color: #808080 !important;
}
body.dark_mode .card,
html.dark_mode body .card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .card_header,
body.dark_mode .card_footer,
html.dark_mode body .card_header,
html.dark_mode body .card_footer {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .form_control,
body.dark_mode .form_select,
html.dark_mode body .form_control,
html.dark_mode body .form_select {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .form_control:focus,
body.dark_mode .form_select:focus,
html.dark_mode body .form_control:focus,
html.dark_mode body .form_select:focus {
  background-color: #2d2d2d;
  border-color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
  color: #e4e4e4;
}
body.dark_mode .form_control::placeholder,
body.dark_mode .form_select::placeholder,
html.dark_mode body .form_control::placeholder,
html.dark_mode body .form_select::placeholder {
  color: #808080;
}
body.dark_mode .form_label,
html.dark_mode body .form_label {
  color: #e4e4e4;
}
body.dark_mode .form_text,
html.dark_mode body .form_text {
  color: #b0b0b0;
}
body.dark_mode .input_group_text,
html.dark_mode body .input_group_text {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .alert_primary,
html.dark_mode body .alert_primary {
  background-color: rgb(118.9775784753, 15.0224215247, 22.8340807175);
  border-color: rgb(164.2600896861, 20.7399103139, 31.5246636771);
  color: rgb(252.869955157, 238.130044843, 239.2376681614);
}
body.dark_mode .alert_success,
html.dark_mode body .alert_success {
  background-color: rgb(10.4347826087, 43.5652173913, 18);
  border-color: rgb(20.2898550725, 84.7101449275, 35);
  color: rgb(175.1304347826, 235.8695652174, 189);
}
body.dark_mode .alert_info,
html.dark_mode body .alert_info {
  background-color: rgb(6, 42.2608695652, 48);
  border-color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
  color: rgb(167, 233.4782608696, 244);
}
body.dark_mode .alert_warning,
html.dark_mode body .alert_warning {
  background-color: rgb(109, 81.75, 0);
  border-color: #a07800;
  color: rgb(109, 81.75, 0);
}
body.dark_mode .alert_danger,
html.dark_mode body .alert_danger {
  background-color: rgb(85.094488189, 15.905511811, 15.905511811);
  border-color: rgb(128.062992126, 23.937007874, 23.937007874);
  color: rgb(246.811023622, 211.188976378, 211.188976378);
}
body.dark_mode .navbar,
html.dark_mode body .navbar {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light,
html.dark_mode body .navbar_light {
  background-color: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .navbar_light .navbar_brand,
body.dark_mode .navbar_light .navbar_nav .nav_link,
html.dark_mode body .navbar_light .navbar_brand,
html.dark_mode body .navbar_light .navbar_nav .nav_link {
  color: #e4e4e4;
}
body.dark_mode .navbar_light .navbar_brand:hover,
body.dark_mode .navbar_light .navbar_nav .nav_link:hover,
html.dark_mode body .navbar_light .navbar_brand:hover,
html.dark_mode body .navbar_light .navbar_nav .nav_link:hover {
  color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
}
body.dark_mode .navbar_light .navbar_toggler,
html.dark_mode body .navbar_light .navbar_toggler {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode table,
html.dark_mode body table {
  color: #e4e4e4;
  border-color: #404040;
}
body.dark_mode .border,
html.dark_mode body .border {
  border-color: #404040 !important;
}
body.dark_mode .border_top,
html.dark_mode body .border_top {
  border-top-color: #404040 !important;
}
body.dark_mode .border_bottom,
html.dark_mode body .border_bottom {
  border-bottom-color: #404040 !important;
}
body.dark_mode .border_start,
html.dark_mode body .border_start {
  border-left-color: #404040 !important;
}
body.dark_mode .border_end,
html.dark_mode body .border_end {
  border-right-color: #404040 !important;
}
body.dark_mode .demo_column,
html.dark_mode body .demo_column {
  background: black;
  border-color: #003366;
  color: #e4e4e4;
}
body.dark_mode .demo_row,
html.dark_mode body .demo_row {
  background: #2d2d2d;
}
body.dark_mode .section_title,
html.dark_mode body .section_title {
  background: #3a3a3a;
  color: #e4e4e4;
}
body.dark_mode .breakpoint_info,
html.dark_mode body .breakpoint_info {
  background: rgb(58, 43.5, 0);
  border-color: rgb(109, 81.75, 0);
  color: #e4e4e4;
}
body.dark_mode .hero,
html.dark_mode body .hero {
  background: linear-gradient(135deg, #2d2d2d 0%, #3a3a3a 100%);
  color: #e4e4e4;
}
body.dark_mode .breadcrumb_item.active,
html.dark_mode body .breadcrumb_item.active {
  color: #808080;
}
body.dark_mode .breadcrumb_item::before,
html.dark_mode body .breadcrumb_item::before {
  color: #808080;
}
body.dark_mode .pagination_container,
html.dark_mode body .pagination_container {
  background: #2d2d2d;
  border-color: #404040;
}
body.dark_mode .pagination_container .page_item,
html.dark_mode body .pagination_container .page_item {
  color: #e4e4e4;
  border-right-color: #404040;
}
body.dark_mode .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active),
html.dark_mode body .pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #3a3a3a;
}
body.dark_mode .pagination_container .page_item.page_item_active,
html.dark_mode body .pagination_container .page_item.page_item_active {
  background-color: #2d2d2d;
  color: #e4e4e4;
}
body.dark_mode .pagination_container .page_item.page_item_disabled,
html.dark_mode body .pagination_container .page_item.page_item_disabled {
  color: #808080;
}
body.dark_mode .bg_white,
html.dark_mode body .bg_white {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_light,
html.dark_mode body .bg_light {
  background-color: #3a3a3a !important;
}
body.dark_mode .bg_gray_100,
html.dark_mode body .bg_gray_100 {
  background-color: #2d2d2d !important;
}
body.dark_mode .bg_gray_200,
html.dark_mode body .bg_gray_200 {
  background-color: #3a3a3a !important;
}
body.dark_mode footer,
html.dark_mode body footer {
  background-color: #3a3a3a !important;
  color: #e4e4e4 !important;
}
body.dark_mode footer .footer_text,
html.dark_mode body footer .footer_text {
  color: #e4e4e4;
}
body.dark_mode footer .footer_text a,
html.dark_mode body footer .footer_text a {
  color: #b0b0b0;
}
body.dark_mode footer .footer_text a:hover,
html.dark_mode body footer .footer_text a:hover {
  color: #e4e4e4;
}
body.dark_mode .footer_main,
html.dark_mode body .footer_main {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light,
html.dark_mode body .footer_main_light {
  background-color: #2d2d2d !important;
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_title,
html.dark_mode body .footer_main_light .footer_title {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_business_name,
html.dark_mode body .footer_main_light .footer_business_info .footer_business_name {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_address,
html.dark_mode body .footer_main_light .footer_business_info .footer_address {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_business_info .footer_contact_item a:hover,
html.dark_mode body .footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: rgb(241.4349775785, 147.5650224215, 154.6188340807) !important;
}
body.dark_mode .footer_main_light .footer_menu a,
html.dark_mode body .footer_main_light .footer_menu a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_menu a:hover,
html.dark_mode body .footer_main_light .footer_menu a:hover {
  color: rgb(241.4349775785, 147.5650224215, 154.6188340807) !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: #404040 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
body.dark_mode .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
html.dark_mode body .footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #e4e4e4 !important;
}
body.dark_mode .footer_main_light .footer_social .social_icon,
html.dark_mode body .footer_main_light .footer_social .social_icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #b0b0b0 !important;
}
body.dark_mode .footer_main_light .footer_bottom,
html.dark_mode body .footer_main_light .footer_bottom {
  border-top-color: #404040 !important;
}
body.dark_mode .footer_bottom .footer_copyright,
body.dark_mode .footer_bottom .footer_credits,
html.dark_mode body .footer_bottom .footer_copyright,
html.dark_mode body .footer_bottom .footer_credits {
  color: #808080 !important;
}
body.dark_mode .footer_bottom .footer_copyright a,
body.dark_mode .footer_bottom .footer_credits a,
html.dark_mode body .footer_bottom .footer_copyright a,
html.dark_mode body .footer_bottom .footer_credits a {
  color: #b0b0b0 !important;
}
body.dark_mode .footer_bottom .footer_copyright a:hover,
body.dark_mode .footer_bottom .footer_credits a:hover,
html.dark_mode body .footer_bottom .footer_copyright a:hover,
html.dark_mode body .footer_bottom .footer_credits a:hover {
  color: #e4e4e4 !important;
}
body.dark_mode .vehicle_card,
html.dark_mode body .vehicle_card {
  background-color: #2d2d2d;
  border-color: #404040;
  color: #e4e4e4;
}
body.dark_mode .vehicle_title,
html.dark_mode body .vehicle_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_payment .payment_amount,
html.dark_mode body .vehicle_payment .payment_amount {
  color: #e4e4e4;
}
body.dark_mode .vehicle_stock strong,
body.dark_mode .vehicle_mileage strong,
html.dark_mode body .vehicle_stock strong,
html.dark_mode body .vehicle_mileage strong {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer,
html.dark_mode body .vehicle_dealer {
  background-color: #3a3a3a;
  border-top-color: #404040;
  color: #b0b0b0;
}
body.dark_mode .vehicle_dealer .dealer_name,
html.dark_mode body .vehicle_dealer .dealer_name {
  color: #e4e4e4;
}
body.dark_mode .vehicle_dealer .dealer_location,
html.dark_mode body .vehicle_dealer .dealer_location {
  color: #808080;
}
body.dark_mode .vehicle_details,
html.dark_mode body .vehicle_details {
  border-top-color: #404040;
}
body.dark_mode .vehicle_card_horizontal,
html.dark_mode body .vehicle_card_horizontal {
  background-color: #2d2d2d;
  border-color: rgb(145.6551724138, 118.3448275862, 8.3448275862);
}
body.dark_mode .vehicle_horizontal_title,
html.dark_mode body .vehicle_horizontal_title {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_payment .payment_value,
html.dark_mode body .vehicle_horizontal_payment .payment_value {
  color: #e4e4e4;
}
body.dark_mode .vehicle_specs_container,
html.dark_mode body .vehicle_specs_container {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(odd),
html.dark_mode body .vehicle_specs_table tr:nth-child(odd) {
  background-color: #2d2d2d;
}
body.dark_mode .vehicle_specs_table tr:nth-child(even),
html.dark_mode body .vehicle_specs_table tr:nth-child(even) {
  background-color: #3a3a3a;
}
body.dark_mode .vehicle_specs_table td:first-child, body.dark_mode .vehicle_specs_table td:nth-child(3),
html.dark_mode body .vehicle_specs_table td:first-child,
html.dark_mode body .vehicle_specs_table td:nth-child(3) {
  color: #b0b0b0;
}
body.dark_mode .vehicle_specs_table td:nth-child(2), body.dark_mode .vehicle_specs_table td:nth-child(4),
html.dark_mode body .vehicle_specs_table td:nth-child(2),
html.dark_mode body .vehicle_specs_table td:nth-child(4) {
  color: #e4e4e4;
}
body.dark_mode .vehicle_horizontal_features,
html.dark_mode body .vehicle_horizontal_features {
  background-color: #3a3a3a;
  border-left-color: rgb(230.7480314961, 125.2519685039, 125.2519685039);
  color: #e4e4e4;
}
body.dark_mode .top_info_bar,
html.dark_mode body .top_info_bar {
  background-color: #3a3a3a;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light,
html.dark_mode body .top_info_bar_light {
  background-color: #2d2d2d;
  color: #e4e4e4;
  border-bottom-color: #404040;
}
body.dark_mode .top_info_bar_light .top_info_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day .day_name {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day .day_hours {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_name,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_name {
  font-weight: 900;
}
body.dark_mode .top_info_bar_light .top_info_day.current_day .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.current_day .day_hours {
  color: #e4e4e4;
  font-weight: 700;
}
body.dark_mode .top_info_bar_light .top_info_day.closed .day_hours,
html.dark_mode body .top_info_bar_light .top_info_day.closed .day_hours {
  color: #808080;
}
body.dark_mode .top_info_bar_light .top_info_contact,
html.dark_mode body .top_info_bar_light .top_info_contact {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item i,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item i {
  color: #b0b0b0;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a {
  color: #e4e4e4;
}
body.dark_mode .top_info_bar_light .top_info_contact .contact_item a:hover,
html.dark_mode body .top_info_bar_light .top_info_contact .contact_item a:hover {
  color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
}

.vehicle_grid, .vehicle_grid_4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .vehicle_grid, .vehicle_grid_4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .vehicle_grid, .vehicle_grid_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .vehicle_grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.vehicle_card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-4px);
  text-decoration: none;
}

.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background-color: #e9ecef;
}
.vehicle_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.vehicle_card:hover .vehicle_image img {
  transform: scale(1.1);
}

.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: #fff;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: #fff;
}

.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicle_sold_overlay::before {
  content: "SOLD";
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0px;
  transform: rotate(-15deg);
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media (min-width: 640px) {
  .vehicle_sold_overlay::before {
    font-size: 5rem;
    letter-spacing: 0px;
  }
}

.vehicle_content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem;
}

.vehicle_listed {
  font-size: 0.875rem;
  color: #D62828;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.vehicle_payment {
  min-height: 2.5rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.vehicle_payment .payment_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.vehicle_payment .payment_amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_payment .payment_amount sup {
  font-size: 0.7em;
  top: -0.5em;
}

.vehicle_price {
  margin-bottom: 0.25rem;
}
.vehicle_price .price_amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: #D62828;
  line-height: 1;
}
.vehicle_price .price_amount sup {
  font-size: 0.6em;
  top: -0.8em;
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.75rem;
}

.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.8125rem;
  margin-top: auto;
}

.vehicle_stock {
  color: #6c757d;
}
.vehicle_stock strong {
  color: #D62828;
  font-weight: 600;
}

.vehicle_mileage {
  color: #6c757d;
  text-align: right;
}
.vehicle_mileage strong {
  color: #343a40;
  font-weight: 700;
}
.vehicle_mileage .mileage_unit {
  font-size: 0.75rem;
  color: #adb5bd;
  font-weight: 400;
}

.vehicle_dealer {
  padding: 0.5rem 1rem;
  background-color: #212529;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid #dee2e6;
}
.vehicle_dealer .dealer_name {
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 0.125rem;
}
.vehicle_dealer .dealer_location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f;
  border: 3px solid #f4d03f;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1.25rem;
  padding: 20px;
}
.vehicle_card_horizontal:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-2px);
  text-decoration: none;
}

.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_content {
    flex-direction: row;
    gap: 1.25rem;
  }
}

.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .vehicle_horizontal_image {
    width: 45%;
  }
}
.vehicle_horizontal_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
.vehicle_card_horizontal:hover .vehicle_horizontal_image img {
  transform: scale(1.05);
}

.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .vehicle_horizontal_title {
    font-size: 1.75rem;
  }
}

.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  z-index: 10;
}
.vehicle_horizontal_badge.badge_new {
  background-color: #28a745;
  color: #fff;
}
.vehicle_horizontal_badge.badge_lower_price {
  background-color: #dc3545;
  color: #fff;
}

.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.vehicle_horizontal_payment {
  text-align: right;
}
.vehicle_horizontal_payment .payment_frequency {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_payment .payment_value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}
.vehicle_horizontal_payment .payment_value sup {
  font-size: 0.7em;
}

.vehicle_horizontal_price {
  text-align: right;
}
.vehicle_horizontal_price .price_value {
  font-size: 3rem;
  font-weight: 700;
  color: #dc3545;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.vehicle_horizontal_price .price_value sup {
  font-size: 0.6em;
}
@media (min-width: 640px) {
  .vehicle_horizontal_price .price_value {
    font-size: 3.25rem;
  }
}
.vehicle_horizontal_price .price_label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vehicle_specs_container {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.vehicle_specs_table tr:nth-child(odd) {
  background-color: #fff;
}
.vehicle_specs_table tr:nth-child(even) {
  background-color: #e8e8e8;
}
.vehicle_specs_table td {
  padding: 0.25rem 0.5rem;
  border: none;
  vertical-align: middle;
  line-height: 1.3;
}
.vehicle_specs_table td:first-child {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(2) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}
.vehicle_specs_table td:nth-child(3) {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  width: 20%;
  font-size: 0.6875rem;
}
.vehicle_specs_table td:nth-child(4) {
  color: #343a40;
  font-weight: 500;
  width: 30%;
}

.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #e8e8e8;
  border-left: 4px solid #D62828;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 0.375rem;
}

.vehicle_horizontal_actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
  flex-wrap: wrap;
}
.vehicle_horizontal_actions .btn {
  flex: 1;
  min-width: 180px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.vehicle_horizontal_actions .btn i {
  font-size: 1.125rem;
}

.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}
.btn_vehicle_photos:hover {
  background-color: rgb(255, 69.6336633663, 2);
  border-color: rgb(255, 69.6336633663, 2);
}

.btn_vehicle_info {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn_vehicle_info:hover {
  background-color: #000;
  border-color: #000;
}

.btn {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  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;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}

.btn_primary {
  color: #fff;
  background-color: #E63946;
  border-color: #E63946;
}
.btn_primary:hover {
  color: #fff;
  background-color: rgb(220.8632286996, 27.8867713004, 42.3878923767);
  border-color: rgb(209.5426008969, 26.4573991031, 40.2152466368);
}
.btn_primary:focus, .btn_primary.focus {
  color: #fff;
  background-color: rgb(220.8632286996, 27.8867713004, 42.3878923767);
  border-color: rgb(209.5426008969, 26.4573991031, 40.2152466368);
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.5);
}
.btn_primary.disabled, .btn_primary:disabled {
  color: #fff;
  background-color: #E63946;
  border-color: #E63946;
}
.btn_primary:not(:disabled):not(.disabled):active, .btn_primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(209.5426008969, 26.4573991031, 40.2152466368);
  border-color: rgb(198.2219730942, 25.0280269058, 38.0426008969);
}
.btn_primary:not(:disabled):not(.disabled):active:focus, .btn_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.5);
}

.btn_secondary {
  color: #fff;
  background-color: #1D3557;
  border-color: #1D3557;
}
.btn_secondary:hover {
  color: #fff;
  background-color: rgb(19.4375, 35.5237068966, 58.3125);
  border-color: rgb(16.25, 29.6982758621, 48.75);
}
.btn_secondary:focus, .btn_secondary.focus {
  color: #fff;
  background-color: rgb(19.4375, 35.5237068966, 58.3125);
  border-color: rgb(16.25, 29.6982758621, 48.75);
  box-shadow: 0 0 0 0.2rem rgba(29, 53, 87, 0.5);
}
.btn_secondary.disabled, .btn_secondary:disabled {
  color: #fff;
  background-color: #1D3557;
  border-color: #1D3557;
}
.btn_secondary:not(:disabled):not(.disabled):active, .btn_secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(16.25, 29.6982758621, 48.75);
  border-color: rgb(13.0625, 23.8728448276, 39.1875);
}
.btn_secondary:not(:disabled):not(.disabled):active:focus, .btn_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 53, 87, 0.5);
}

.btn_success {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn_success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn_success:focus, .btn_success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn_success.disabled, .btn_success:disabled {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn_success:not(:disabled):not(.disabled):active, .btn_success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn_success:not(:disabled):not(.disabled):active:focus, .btn_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn_info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn_info:focus, .btn_info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn_info.disabled, .btn_info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_info:not(:disabled):not(.disabled):active, .btn_info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn_info:not(:disabled):not(.disabled):active:focus, .btn_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_warning {
  color: #343a40;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn_warning:hover {
  color: #343a40;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn_warning:focus, .btn_warning.focus {
  color: #343a40;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn_warning.disabled, .btn_warning:disabled {
  color: #343a40;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn_warning:not(:disabled):not(.disabled):active, .btn_warning:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn_warning:not(:disabled):not(.disabled):active:focus, .btn_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn_danger {
  color: #fff;
  background-color: #D62828;
  border-color: #D62828;
}
.btn_danger:hover {
  color: #fff;
  background-color: rgb(181.7736220472, 33.9763779528, 33.9763779528);
  border-color: rgb(171.031496063, 31.968503937, 31.968503937);
}
.btn_danger:focus, .btn_danger.focus {
  color: #fff;
  background-color: rgb(181.7736220472, 33.9763779528, 33.9763779528);
  border-color: rgb(171.031496063, 31.968503937, 31.968503937);
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.5);
}
.btn_danger.disabled, .btn_danger:disabled {
  color: #fff;
  background-color: #D62828;
  border-color: #D62828;
}
.btn_danger:not(:disabled):not(.disabled):active, .btn_danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(171.031496063, 31.968503937, 31.968503937);
  border-color: rgb(160.2893700787, 29.9606299213, 29.9606299213);
}
.btn_danger:not(:disabled):not(.disabled):active:focus, .btn_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.5);
}

.btn_light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:hover {
  color: #343a40;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn_light:focus, .btn_light.focus {
  color: #343a40;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn_light.disabled, .btn_light:disabled {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_light:not(:disabled):not(.disabled):active, .btn_light:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn_light:not(:disabled):not(.disabled):active:focus, .btn_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn_dark:focus, .btn_dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn_dark.disabled, .btn_dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_dark:not(:disabled):not(.disabled):active, .btn_dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn_dark:not(:disabled):not(.disabled):active:focus, .btn_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_outline_primary {
  color: #E63946;
  background-color: transparent;
  border-color: #E63946;
}
.btn_outline_primary:hover {
  color: #fff;
  background-color: #E63946;
  border-color: #E63946;
}
.btn_outline_primary:focus, .btn_outline_primary.focus {
  color: #fff;
  background-color: #E63946;
  border-color: #E63946;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.5);
}
.btn_outline_primary.disabled, .btn_outline_primary:disabled {
  color: #E63946;
  background-color: transparent;
  border-color: #E63946;
}
.btn_outline_primary:not(:disabled):not(.disabled):active, .btn_outline_primary:not(:disabled):not(.disabled).active {
  color: #E63946;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(198.2219730942, 25.0280269058, 38.0426008969);
}
.btn_outline_primary:not(:disabled):not(.disabled):active:focus, .btn_outline_primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.5);
}

.btn_outline_secondary {
  color: #1D3557;
  background-color: transparent;
  border-color: #1D3557;
}
.btn_outline_secondary:hover {
  color: #fff;
  background-color: #1D3557;
  border-color: #1D3557;
}
.btn_outline_secondary:focus, .btn_outline_secondary.focus {
  color: #fff;
  background-color: #1D3557;
  border-color: #1D3557;
  box-shadow: 0 0 0 0.2rem rgba(29, 53, 87, 0.5);
}
.btn_outline_secondary.disabled, .btn_outline_secondary:disabled {
  color: #1D3557;
  background-color: transparent;
  border-color: #1D3557;
}
.btn_outline_secondary:not(:disabled):not(.disabled):active, .btn_outline_secondary:not(:disabled):not(.disabled).active {
  color: #1D3557;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(13.0625, 23.8728448276, 39.1875);
}
.btn_outline_secondary:not(:disabled):not(.disabled):active:focus, .btn_outline_secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 53, 87, 0.5);
}

.btn_outline_success {
  color: #28A745;
  background-color: transparent;
  border-color: #28A745;
}
.btn_outline_success:hover {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn_outline_success:focus, .btn_outline_success.focus {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
  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;
  border-color: #28A745;
}
.btn_outline_success:not(:disabled):not(.disabled):active, .btn_outline_success:not(:disabled):not(.disabled).active {
  color: #28A745;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn_outline_success:not(:disabled):not(.disabled):active:focus, .btn_outline_success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn_outline_info {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn_outline_info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn_outline_info:focus, .btn_outline_info.focus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  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;
  border-color: #17a2b8;
}
.btn_outline_info:not(:disabled):not(.disabled):active, .btn_outline_info:not(:disabled):not(.disabled).active {
  color: #17a2b8;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn_outline_info:not(:disabled):not(.disabled):active:focus, .btn_outline_info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn_outline_warning {
  color: #FFC107;
  background-color: transparent;
  border-color: #FFC107;
}
.btn_outline_warning:hover {
  color: #343a40;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn_outline_warning:focus, .btn_outline_warning.focus {
  color: #343a40;
  background-color: #FFC107;
  border-color: #FFC107;
  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;
  border-color: #FFC107;
}
.btn_outline_warning:not(:disabled):not(.disabled):active, .btn_outline_warning:not(:disabled):not(.disabled).active {
  color: #FFC107;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn_outline_warning:not(:disabled):not(.disabled):active:focus, .btn_outline_warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn_outline_danger {
  color: #D62828;
  background-color: transparent;
  border-color: #D62828;
}
.btn_outline_danger:hover {
  color: #fff;
  background-color: #D62828;
  border-color: #D62828;
}
.btn_outline_danger:focus, .btn_outline_danger.focus {
  color: #fff;
  background-color: #D62828;
  border-color: #D62828;
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.5);
}
.btn_outline_danger.disabled, .btn_outline_danger:disabled {
  color: #D62828;
  background-color: transparent;
  border-color: #D62828;
}
.btn_outline_danger:not(:disabled):not(.disabled):active, .btn_outline_danger:not(:disabled):not(.disabled).active {
  color: #D62828;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(160.2893700787, 29.9606299213, 29.9606299213);
}
.btn_outline_danger:not(:disabled):not(.disabled):active:focus, .btn_outline_danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.5);
}

.btn_outline_light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn_outline_light:hover {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn_outline_light:focus, .btn_outline_light.focus {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  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;
  border-color: #f8f9fa;
}
.btn_outline_light:not(:disabled):not(.disabled):active, .btn_outline_light:not(:disabled):not(.disabled).active {
  color: #f8f9fa;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn_outline_light:not(:disabled):not(.disabled):active:focus, .btn_outline_light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn_outline_dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn_outline_dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn_outline_dark:focus, .btn_outline_dark.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  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;
  border-color: #343a40;
}
.btn_outline_dark:not(:disabled):not(.disabled):active, .btn_outline_dark:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: hsla(0, 0%, -10%, 0);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn_outline_dark:not(:disabled):not(.disabled):active:focus, .btn_outline_dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn_block {
  display: block;
  width: 100%;
}

.btn_link {
  font-weight: 400;
  color: #E63946;
  text-decoration: none;
}
.btn_link:hover {
  color: #D62828;
  text-decoration: underline;
}
.btn_link:focus {
  text-decoration: underline;
}
.btn_link:disabled, .btn_link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.form_control, .form_control_lg, .form_control_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  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;
}
.form_control:focus, .form_control_lg:focus, .form_control_sm:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(244.2937219731, 170.2062780269, 175.7735426009);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_control::placeholder, .form_control_lg::placeholder, .form_control_sm::placeholder {
  color: #212529;
  opacity: 0.5;
}
.form_control:disabled, .form_control_lg:disabled, .form_control_sm:disabled, .form_control[readonly], [readonly].form_control_lg, [readonly].form_control_sm {
  background-color: #e9ecef;
  opacity: 1;
}

.form_control_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form_control_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form_label, .form_label_lg, .form_label_sm {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
}

.form_label_sm {
  font-size: 0.875rem;
}

.form_label_lg {
  font-size: 1.25rem;
}

.form_text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6C757D;
}

.form_group {
  margin-bottom: 1rem;
}

.form_check, .form_switch, .form_check_inline {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  min-height: 1.5rem;
}

.form_check_input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.form_check_input[type=checkbox] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=checkbox] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.form_check_input[type=checkbox]:checked + .form_check_label::before {
  background-color: #E63946;
  border-color: #E63946;
}
.form_check_input[type=checkbox]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=checkbox]:focus + .form_check_label::before {
  border-color: #E63946;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_check_input[type=checkbox]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=checkbox]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=checkbox]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #E63946;
}
.form_check_input[type=radio] + .form_check_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.form_check_input[type=radio] + .form_check_label::before {
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0.125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.form_check_input[type=radio] + .form_check_label::after {
  content: "";
  position: absolute;
  left: -1.4375rem;
  top: 0.4375rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.form_check_input[type=radio]:checked + .form_check_label::before {
  background-color: #E63946;
  border-color: #E63946;
}
.form_check_input[type=radio]:checked + .form_check_label::after {
  opacity: 1;
  transform: scale(1);
}
.form_check_input[type=radio]:focus + .form_check_label::before {
  border-color: #E63946;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_check_input[type=radio]:disabled + .form_check_label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_check_input[type=radio]:disabled + .form_check_label::before {
  background-color: #e9ecef;
}
.form_check_input[type=radio]:not(:disabled):not(:checked):hover + .form_check_label::before {
  border-color: #E63946;
}

.form_check_label {
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.form_check_inline {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

.form_switch {
  padding-left: 4rem;
}
.form_switch .form_check_input {
  width: 3.5rem;
  height: 1.75rem;
  margin-left: -4rem;
  margin-top: 0;
  border-radius: 2rem;
  background-color: #ced4da;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form_switch .form_check_input::before, .form_switch .form_check_input::after {
  display: none !important;
}
.form_switch .form_check_input::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.form_switch .form_check_input::after {
  content: "OFF" !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  padding-right: 0.375rem;
  pointer-events: none;
}
.form_switch .form_check_input:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
  outline: none;
}
.form_switch .form_check_input:checked {
  background-color: #E63946;
}
.form_switch .form_check_input:checked::before {
  transform: translateX(1.75rem);
}
.form_switch .form_check_input:checked::after {
  content: "ON" !important;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0.375rem;
}
.form_switch .form_check_input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_switch .form_check_input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form_switch .form_check_label::before, .form_switch .form_check_label::after {
  display: none !important;
}

.input_group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input_group .form_control, .input_group .form_control_sm, .input_group .form_control_lg {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input_group > .form_control:not(:last-child), .input_group > .form_control_sm:not(:last-child), .input_group > .form_control_lg:not(:last-child),
.input_group > .input_group_text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input_group > .form_control:not(:first-child), .input_group > .form_control_sm:not(:first-child), .input_group > .form_control_lg:not(:first-child),
.input_group > .input_group_text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input_group > .form_control:not(:first-child):not(:last-child), .input_group > .form_control_sm:not(:first-child):not(:last-child), .input_group > .form_control_lg:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input_group_text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input_group_prepend,
.input_group_append {
  display: flex;
}
.input_group_prepend .btn,
.input_group_append .btn {
  position: relative;
  z-index: 2;
}
.input_group_prepend .btn:focus,
.input_group_append .btn:focus {
  z-index: 3;
}

.input_group_sm .form_control, .input_group_sm .form_control_sm, .input_group_sm .form_control_lg,
.input_group_sm .input_group_text {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input_group_lg .form_control, .input_group_lg .form_control_sm, .input_group_lg .form_control_lg,
.input_group_lg .input_group_text {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form_floating {
  position: relative;
}
.form_floating .form_control, .form_floating .form_control_sm, .form_floating .form_control_lg {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form_floating .form_control::placeholder, .form_floating .form_control_sm::placeholder, .form_floating .form_control_lg::placeholder {
  color: transparent;
}
.form_floating .form_control:focus, .form_floating .form_control_sm:focus, .form_floating .form_control_lg:focus, .form_floating .form_control:not(:placeholder-shown), .form_floating .form_control_sm:not(:placeholder-shown), .form_floating .form_control_lg:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form_floating .form_control:focus ~ label, .form_floating .form_control_sm:focus ~ label, .form_floating .form_control_lg:focus ~ label, .form_floating .form_control:not(:placeholder-shown) ~ label, .form_floating .form_control_sm:not(:placeholder-shown) ~ label, .form_floating .form_control_lg:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form_floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form_floating textarea.form_control, .form_floating textarea.form_control_sm, .form_floating textarea.form_control_lg {
  height: auto;
  min-height: calc(3.5rem + 2px);
}

.form_range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form_range:focus {
  outline: 0;
}
.form_range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(230, 57, 70, 0.25);
}
.form_range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(230, 57, 70, 0.25);
}
.form_range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #E63946;
  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;
}
.form_range::-webkit-slider-thumb:active {
  background-color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
}
.form_range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #E63946;
  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;
}
.form_range::-moz-range-thumb:active {
  background-color: rgb(241.4349775785, 147.5650224215, 154.6188340807);
}
.form_range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form_range:disabled {
  pointer-events: none;
}
.form_range:disabled::-webkit-slider-thumb {
  background-color: #ced4da;
}
.form_range:disabled::-moz-range-thumb {
  background-color: #ced4da;
}

.form_file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5rem + 2px);
  margin-bottom: 0;
}

.form_file_input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.form_file_input:focus ~ .form_file_label {
  border-color: #E63946;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_file_input:disabled ~ .form_file_label {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}

.form_file_label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.15s ease;
}
.form_file_label::after {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #212529;
  background-color: #f8f9fa;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.375rem 0.375rem 0;
}

.valid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28A745;
}

.invalid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #D62828;
}

.was_validated .form_control:valid, .was_validated .form_control_sm:valid, .was_validated .form_control_lg:valid,
.was_validated .form_select:valid,
.was_validated .form_select_lg:valid,
.was_validated .form_select_sm:valid {
  border-color: #28A745;
  padding-right: calc(1.5em + 0.75rem);
  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, .was_validated .form_control_sm:valid:focus, .was_validated .form_control_lg:valid:focus,
.was_validated .form_select:valid:focus,
.was_validated .form_select_lg:valid:focus,
.was_validated .form_select_sm:valid:focus {
  border-color: #28A745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was_validated .form_control:valid ~ .valid_feedback, .was_validated .form_control_sm:valid ~ .valid_feedback, .was_validated .form_control_lg:valid ~ .valid_feedback,
.was_validated .form_select:valid ~ .valid_feedback,
.was_validated .form_select_lg:valid ~ .valid_feedback,
.was_validated .form_select_sm:valid ~ .valid_feedback {
  display: block;
}
.was_validated .form_control:invalid, .was_validated .form_control_sm:invalid, .was_validated .form_control_lg:invalid,
.was_validated .form_select:invalid,
.was_validated .form_select_lg:invalid,
.was_validated .form_select_sm:invalid {
  border-color: #D62828;
  padding-right: calc(1.5em + 0.75rem);
  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, .was_validated .form_control_sm:invalid:focus, .was_validated .form_control_lg:invalid:focus,
.was_validated .form_select:invalid:focus,
.was_validated .form_select_lg:invalid:focus,
.was_validated .form_select_sm:invalid:focus {
  border-color: #D62828;
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.25);
}
.was_validated .form_control:invalid ~ .invalid_feedback, .was_validated .form_control_sm:invalid ~ .invalid_feedback, .was_validated .form_control_lg:invalid ~ .invalid_feedback,
.was_validated .form_select:invalid ~ .invalid_feedback,
.was_validated .form_select_lg:invalid ~ .invalid_feedback,
.was_validated .form_select_sm:invalid ~ .invalid_feedback {
  display: block;
}

.is_valid {
  border-color: #28A745 !important;
}
.is_valid:focus {
  border-color: #28A745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}
.is_valid ~ .valid_feedback {
  display: block;
}

.is_invalid {
  border-color: #D62828 !important;
}
.is_invalid:focus {
  border-color: #D62828 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.25) !important;
}
.is_invalid ~ .invalid_feedback {
  display: block;
}

.form_select, .form_select_lg, .form_select_sm {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form_select:focus, .form_select_lg:focus, .form_select_sm:focus {
  border-color: #E63946;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}
.form_select:disabled, .form_select_lg:disabled, .form_select_sm:disabled {
  background-color: #e9ecef;
  opacity: 0.5;
  cursor: not-allowed;
}
.form_select[multiple], [multiple].form_select_lg, [multiple].form_select_sm, .form_select[size]:not([size="1"]), [size].form_select_lg:not([size="1"]), [size].form_select_sm:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form_select_sm {
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form_select_lg {
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #DEE2E6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card_body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card_title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.card_subtitle {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6C757D;
}

.card_text:last-child {
  margin-bottom: 0;
}

.card_link:hover {
  text-decoration: none;
}
.card_link + .card_link {
  margin-left: 0.75rem;
}

.card_header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #DEE2E6;
  border-radius: 0.375rem 0.375rem 0 0;
}
.card_header:first-child {
  border-radius: 0.375rem;
}

.card_footer {
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #DEE2E6;
  border-radius: 0 0 0.375rem 0.375rem;
}
.card_footer:last-child {
  border-radius: 0.375rem;
}

.card_img,
.card_img_top,
.card_img_bottom {
  width: 100%;
}

.card_img,
.card_img_top {
  border-radius: 0.375rem 0.375rem 0 0;
}

.card_img,
.card_img_bottom {
  border-radius: 0 0 0.375rem 0.375rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert_primary {
  color: rgb(28.4125560538, 3.5874439462, 5.4529147982);
  background-color: hsl(355.4913294798, 77.5784753363%, 101.2745098039%);
  border-color: rgb(250.0112107623, 215.4887892377, 218.0829596413);
}

.alert_secondary {
  color: hsl(215.1724137931, 50%, -27.2549019608%);
  background-color: rgb(131.625, 165.6594827586, 213.875);
  border-color: rgb(93.375, 137.9612068966, 201.125);
}

.alert_success {
  color: hsl(133.7007874016, 61.3526570048%, -9.4117647059%);
  background-color: rgb(195.7028985507, 240.7971014493, 206);
  border-color: rgb(154.5579710145, 230.9420289855, 172);
}

.alert_info {
  color: hsl(188.198757764, 77.7777777778%, -9.4117647059%);
  background-color: rgb(189.6666666667, 239.0217391304, 246.8333333333);
  border-color: rgb(144.3333333333, 227.9347826087, 241.1666666667);
}

.alert_warning {
  color: rgb(7, 5.25, 0);
  background-color: rgb(255, 250.375, 236.5);
  border-color: rgb(255, 237.625, 185.5);
}

.alert_danger {
  color: hsl(0, 68.5039370079%, -0.1960784314%);
  background-color: rgb(250.8267716535, 232.6732283465, 232.6732283465);
  border-color: rgb(242.7952755906, 189.7047244094, 189.7047244094);
}

.alert_light {
  color: rgb(101.25, 121.5, 141.75);
  background-color: #f8f9fa;
  border-color: rgb(203.375, 210.75, 218.125);
}

.alert_dark {
  color: rgb(178.3103448276, 185.5, 192.6896551724);
  background-color: #343a40;
  border-color: rgb(86.2931034483, 96.25, 106.2068965517);
}

.alert_link {
  font-weight: 700;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.badge_primary {
  background-color: #E63946;
}

.badge_secondary {
  background-color: #1D3557;
}

.badge_success {
  background-color: #28A745;
}

.badge_info {
  background-color: #17a2b8;
}

.badge_warning {
  background-color: #FFC107;
  color: #343a40;
}

.badge_danger {
  background-color: #D62828;
}

.badge_light {
  background-color: #f8f9fa;
  color: #343a40;
}

.badge_dark {
  background-color: #343a40;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

.breadcrumb_item + .breadcrumb_item {
  padding-left: 0.5rem;
}
.breadcrumb_item + .breadcrumb_item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6C757D;
  content: "/";
}
.breadcrumb_item.active {
  color: #6C757D;
}

.pagination_container, .pagination_container_lg, .pagination_container_sm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.pagination_container .page_item, .pagination_container_lg .page_item, .pagination_container_sm .page_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  color: #212529;
  text-decoration: none;
  border: none;
  border-right: 1px solid #dee2e6;
  transition: all 0.15s ease;
  position: relative;
}
.pagination_container .page_item:last-child, .pagination_container_lg .page_item:last-child, .pagination_container_sm .page_item:last-child {
  border-right: none;
}
.pagination_container .page_item a, .pagination_container_lg .page_item a, .pagination_container_sm .page_item a, .pagination_container .page_item span, .pagination_container_lg .page_item span, .pagination_container_sm .page_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}
.pagination_container .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_lg .page_item:hover:not(.page_item_disabled):not(.page_item_active), .pagination_container_sm .page_item:hover:not(.page_item_disabled):not(.page_item_active) {
  background-color: #f8f9fa;
  color: #212529;
}
.pagination_container .page_item.page_item_active, .pagination_container_lg .page_item.page_item_active, .pagination_container_sm .page_item.page_item_active {
  background-color: #fff;
  color: #212529;
  font-weight: 600;
  box-shadow: inset 0 0 0 2px #000;
  z-index: 1;
}
.pagination_container .page_item.page_item_active a, .pagination_container_lg .page_item.page_item_active a, .pagination_container_sm .page_item.page_item_active a, .pagination_container .page_item.page_item_active span, .pagination_container_lg .page_item.page_item_active span, .pagination_container_sm .page_item.page_item_active span {
  color: #212529;
}
.pagination_container .page_item.page_item_disabled, .pagination_container_lg .page_item.page_item_disabled, .pagination_container_sm .page_item.page_item_disabled {
  color: #6C757D;
  cursor: not-allowed;
  background-color: transparent;
}
.pagination_container .page_item.page_item_disabled a, .pagination_container_lg .page_item.page_item_disabled a, .pagination_container_sm .page_item.page_item_disabled a, .pagination_container .page_item.page_item_disabled span, .pagination_container_lg .page_item.page_item_disabled span, .pagination_container_sm .page_item.page_item_disabled span {
  color: #6C757D;
  cursor: not-allowed;
}
.pagination_container .page_item.page_item_disabled:hover, .pagination_container_lg .page_item.page_item_disabled:hover, .pagination_container_sm .page_item.page_item_disabled:hover {
  background-color: transparent;
  color: #6C757D;
}

.pagination_container_sm {
  border-radius: 0.375rem;
}
.pagination_container_sm .page_item {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.pagination_container_sm .page_item a, .pagination_container_sm .page_item span {
  padding: 0.125rem 0.25rem;
}

.pagination_container_lg {
  border-radius: 0.625rem;
}
.pagination_container_lg .page_item {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
}
.pagination_container_lg .page_item a, .pagination_container_lg .page_item span {
  padding: 0.375rem 0.75rem;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center,
.text_centre {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_lowercase,
.lcase {
  text-transform: lowercase !important;
}

.text_uppercase,
.ucase {
  text-transform: uppercase !important;
}

.text_capitalize,
.capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: 400 !important;
}

.text_medium {
  font-weight: 500 !important;
}

.text_bold {
  font-weight: 700 !important;
}

.text_muted {
  color: #6C757D !important;
}

.text_primary {
  color: #E63946 !important;
}

.text_secondary {
  color: #1D3557 !important;
}

.text_success {
  color: #28A745 !important;
}

.text_danger {
  color: #D62828 !important;
}

.text_warning {
  color: #FFC107 !important;
}

.text_info {
  color: #17a2b8 !important;
}

.text_light {
  color: #f8f9fa !important;
}

.text_dark {
  color: #343a40 !important;
}

.text_white {
  color: #fff !important;
}

.bg_primary {
  background-color: #E63946 !important;
}

.bg_secondary {
  background-color: #1D3557 !important;
}

.bg_success {
  background-color: #28A745 !important;
}

.bg_danger {
  background-color: #D62828 !important;
}

.bg_warning {
  background-color: #FFC107 !important;
}

.bg_info {
  background-color: #17a2b8 !important;
}

.bg_light {
  background-color: #f8f9fa !important;
}

.bg_dark {
  background-color: #343a40 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.no_margin,
.m_0 {
  margin: 0 !important;
}

.no_padding,
.p_0 {
  padding: 0 !important;
}

.mt_1 {
  margin-top: 0.25rem !important;
}

.mt_2 {
  margin-top: 0.5rem !important;
}

.mt_3 {
  margin-top: 0.75rem !important;
}

.mt_4 {
  margin-top: 1rem !important;
}

.mt_5 {
  margin-top: 1.25rem !important;
}

.mt_6 {
  margin-top: 1.5rem !important;
}

.mb_1 {
  margin-bottom: 0.25rem !important;
}

.mb_2 {
  margin-bottom: 0.5rem !important;
}

.mb_3 {
  margin-bottom: 0.75rem !important;
}

.mb_4 {
  margin-bottom: 1rem !important;
}

.mb_5 {
  margin-bottom: 1.25rem !important;
}

.mb_6 {
  margin-bottom: 1.5rem !important;
}

.ml_1 {
  margin-left: 0.25rem !important;
}

.ml_2 {
  margin-left: 0.5rem !important;
}

.ml_3 {
  margin-left: 0.75rem !important;
}

.ml_4 {
  margin-left: 1rem !important;
}

.ml_5 {
  margin-left: 1.25rem !important;
}

.ml_6 {
  margin-left: 1.5rem !important;
}

.mr_1 {
  margin-right: 0.25rem !important;
}

.mr_2 {
  margin-right: 0.5rem !important;
}

.mr_3 {
  margin-right: 0.75rem !important;
}

.mr_4 {
  margin-right: 1rem !important;
}

.mr_5 {
  margin-right: 1.25rem !important;
}

.mr_6 {
  margin-right: 1.5rem !important;
}

.pt_1 {
  padding-top: 0.25rem !important;
}

.pt_2 {
  padding-top: 0.5rem !important;
}

.pt_3 {
  padding-top: 0.75rem !important;
}

.pt_4 {
  padding-top: 1rem !important;
}

.pt_5 {
  padding-top: 1.25rem !important;
}

.pt_6 {
  padding-top: 1.5rem !important;
}

.pb_1 {
  padding-bottom: 0.25rem !important;
}

.pb_2 {
  padding-bottom: 0.5rem !important;
}

.pb_3 {
  padding-bottom: 0.75rem !important;
}

.pb_4 {
  padding-bottom: 1rem !important;
}

.pb_5 {
  padding-bottom: 1.25rem !important;
}

.pb_6 {
  padding-bottom: 1.5rem !important;
}

.pl_1 {
  padding-left: 0.25rem !important;
}

.pl_2 {
  padding-left: 0.5rem !important;
}

.pl_3 {
  padding-left: 0.75rem !important;
}

.pl_4 {
  padding-left: 1rem !important;
}

.pl_5 {
  padding-left: 1.25rem !important;
}

.pl_6 {
  padding-left: 1.5rem !important;
}

.pr_1 {
  padding-right: 0.25rem !important;
}

.pr_2 {
  padding-right: 0.5rem !important;
}

.pr_3 {
  padding-right: 0.75rem !important;
}

.pr_4 {
  padding-right: 1rem !important;
}

.pr_5 {
  padding-right: 1.25rem !important;
}

.pr_6 {
  padding-right: 1.5rem !important;
}

.d_none,
.hidden,
.nix_display {
  display: none !important;
}

.d_block {
  display: block !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.d_flex {
  display: flex !important;
}

.d_inline_flex {
  display: inline-flex !important;
}

.d_grid {
  display: grid !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.float_none {
  float: none !important;
}

.clear_left {
  clear: left !important;
}

.clear_right {
  clear: right !important;
}

.clear_both,
.clearfix {
  clear: both !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid #DEE2E6 !important;
}

.border_0 {
  border: 0 !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;
}

.bordered {
  border: 1px solid #DEE2E6 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded_sm {
  border-radius: 0.25rem !important;
}

.rounded_lg {
  border-radius: 0.5rem !important;
}

.rounded_circle {
  border-radius: 50% !important;
}

.rounded_pill {
  border-radius: 50rem !important;
}

.rounded_0 {
  border-radius: 0 !important;
}

.radius {
  border-radius: 0.375rem !important;
}

.shadow_none {
  box-shadow: none !important;
}

.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;
}

.cursor_pointer,
.clickable,
.clickable_div_box {
  cursor: pointer !important;
}

.cursor_default {
  cursor: default !important;
}

.cursor_not_allowed {
  cursor: not-allowed !important;
}

.cursor_move {
  cursor: move !important;
}

.cursor_grab {
  cursor: grab !important;
}

.cursor_grabbing {
  cursor: grabbing !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;
}

.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;
}

.flex_row {
  flex-direction: row !important;
}

.flex_column {
  flex-direction: column !important;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.flex_nowrap {
  flex-wrap: nowrap !important;
}

.justify_start {
  justify-content: flex-start !important;
}

.justify_end {
  justify-content: flex-end !important;
}

.justify_center {
  justify-content: center !important;
}

.justify_between {
  justify-content: space-between !important;
}

.justify_around {
  justify-content: space-around !important;
}

.align_start {
  align-items: flex-start !important;
}

.align_end {
  align-items: flex-end !important;
}

.align_center {
  align-items: center !important;
}

.align_baseline {
  align-items: baseline !important;
}

.align_stretch {
  align-items: stretch !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_visible {
  overflow: visible !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.user_select_none {
  user-select: none !important;
}

.user_select_all {
  user-select: all !important;
}

.user_select_auto {
  user-select: auto !important;
}

.pointer_events_none {
  pointer-events: none !important;
}

.pointer_events_auto {
  pointer-events: auto !important;
}

.responsive_img, .img_fluid,
.img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img_thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.sticky_header_wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: transparent;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #DEE2E6;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.navbar .navbar_brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  color: #343a40;
  order: 1;
}
.navbar .navbar_brand:hover, .navbar .navbar_brand:focus {
  text-decoration: none;
  color: #E63946;
}
.navbar .navbar_toggler {
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none !important;
  border: none;
  color: inherit;
  cursor: pointer;
  margin-left: auto;
  order: 3;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .navbar .navbar_toggler {
    display: none;
  }
}
.navbar .navbar_toggler:hover, .navbar .navbar_toggler:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background: none !important;
}
.navbar .navbar_toggler:active, .navbar .navbar_toggler:focus {
  box-shadow: none;
  background: none !important;
}
.navbar .navbar_toggler i {
  font-size: inherit;
  color: inherit;
}
.navbar .navbar_collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  order: 4;
  display: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_collapse {
    display: flex !important;
    flex-basis: auto;
    order: 2;
    margin-left: auto;
  }
}
.navbar .navbar_collapse.show {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.navbar .navbar_nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .navbar .navbar_nav {
    flex-direction: row;
  }
}
.navbar .navbar_nav .nav_item {
  margin-bottom: 0;
}
.navbar .navbar_nav .nav_link {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.navbar .navbar_nav .nav_link:hover, .navbar .navbar_nav .nav_link:focus {
  color: #E63946;
  text-decoration: none;
}
.navbar .navbar_nav .nav_link.active {
  color: #E63946;
  font-weight: 500;
}
.navbar .navbar_nav .nav_link.disabled {
  color: #6C757D;
  pointer-events: none;
  cursor: default;
}
.navbar .navbar_text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #212529;
}

.navbar_light {
  background-color: #f8f9fa;
  border-color: #DEE2E6;
}
.navbar_light .navbar_brand {
  color: #343a40;
}
.navbar_light .navbar_brand:hover, .navbar_light .navbar_brand:focus {
  color: #E63946;
}
.navbar_light .navbar_toggler {
  color: #343a40;
  border-color: #DEE2E6;
}
.navbar_light .navbar_nav .nav_link {
  color: #212529;
}
.navbar_light .navbar_nav .nav_link:hover, .navbar_light .navbar_nav .nav_link:focus {
  color: #E63946;
}
.navbar_light .navbar_nav .nav_link.active {
  color: #E63946;
}

.navbar_dark {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar_dark .navbar_brand {
  color: #fff;
}
.navbar_dark .navbar_brand:hover, .navbar_dark .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_dark .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_dark .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_dark .navbar_nav .nav_link:hover, .navbar_dark .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_dark .navbar_nav .nav_link.active {
  color: #fff;
}

.navbar_primary {
  background-color: #E63946;
  border-color: rgb(209.5426008969, 26.4573991031, 40.2152466368);
}
.navbar_primary .navbar_brand {
  color: #fff;
}
.navbar_primary .navbar_brand:hover, .navbar_primary .navbar_brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.navbar_primary .navbar_toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar_primary .navbar_nav .nav_link {
  color: rgba(255, 255, 255, 0.8);
}
.navbar_primary .navbar_nav .nav_link:hover, .navbar_primary .navbar_nav .nav_link:focus {
  color: #fff;
}
.navbar_primary .navbar_nav .nav_link.active {
  color: #fff;
}

@media (min-width: 640px) {
  html {
    height: 100%;
  }
  body {
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
  }
  .main_content {
    flex: 1 0 auto !important;
    display: flex;
    flex-direction: column;
  }
  footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
  }
}
.footer_text {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer_text a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer_text a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_logo {
  height: 20px;
  margin: -4px 4px 0px 0px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.footer_leaf_icon {
  height: 18px;
  margin: -2px 4px 0px 0px;
  vertical-align: middle;
}

.footer_main, .footer_main_light {
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 1rem 0;
}
@media (min-width: 640px) {
  .footer_main, .footer_main_light {
    padding: 2.5rem 0 1.5rem 0;
  }
}

.footer_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .footer_content {
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer_content {
    grid-template-columns: 2fr 1.25fr 1.25fr 1fr;
    gap: 1.5rem;
  }
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer_business_info .footer_business_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.footer_business_info .footer_address {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.footer_business_info .footer_address i {
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_business_info .footer_contact_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_business_info .footer_contact_item i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
.footer_business_info .footer_contact_item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer_business_info .footer_contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menu li {
  margin-bottom: 0.5rem;
}
.footer_menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.footer_menu a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateX(4px);
}
.footer_menu a::before {
  content: "›";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer_hours .footer_hours_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer_hours .footer_hours_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_hours .footer_hours_item:last-child {
  border-bottom: none;
}
.footer_hours .footer_hours_item .hours_day {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  min-width: 80px;
}
.footer_hours .footer_hours_item .hours_time {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.footer_hours .footer_hours_item.hours_closed .hours_time {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.footer_hours .footer_hours_item.hours_current {
  background-color: rgba(230, 57, 70, 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  border-bottom-color: #E63946;
}
.footer_hours .footer_hours_item.hours_current .hours_day {
  color: #fff;
  font-weight: 700;
}
.footer_hours .footer_hours_item.hours_current .hours_time {
  color: #fff;
  font-weight: 600;
}

.footer_social .footer_social_icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.footer_social .social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.footer_social .social_icon:hover {
  background-color: #E63946;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
}
.footer_social .social_icon.social_facebook:hover {
  background-color: #1877f2;
}
.footer_social .social_icon.social_twitter:hover {
  background-color: #1da1f2;
}
.footer_social .social_icon.social_instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer_social .social_icon.social_linkedin:hover {
  background-color: #0077b5;
}
.footer_social .social_icon.social_youtube:hover {
  background-color: #ff0000;
}
.footer_social .social_icon.social_tiktok:hover {
  background-color: #000000;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.footer_bottom .footer_bottom_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 640px) {
  .footer_bottom .footer_bottom_content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer_bottom .footer_copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer_bottom .footer_copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_bottom .footer_credits {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer_bottom .footer_credits a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}
.footer_bottom .footer_credits a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_main_light {
  background-color: #f8f9fa;
  color: #212529;
}
.footer_main_light .footer_title {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_business_name {
  color: #343a40;
}
.footer_main_light .footer_business_info .footer_address {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_address i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item i {
  color: #6c757d;
}
.footer_main_light .footer_business_info .footer_contact_item a {
  color: #495057;
}
.footer_main_light .footer_business_info .footer_contact_item a:hover {
  color: #E63946;
}
.footer_main_light .footer_menu a {
  color: #495057;
}
.footer_main_light .footer_menu a:hover {
  color: #E63946;
}
.footer_main_light .footer_menu a::before {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_hours .footer_hours_item .hours_day {
  color: #343a40;
}
.footer_main_light .footer_hours .footer_hours_item .hours_time {
  color: #6c757d;
}
.footer_main_light .footer_hours .footer_hours_item.hours_closed .hours_time {
  color: #ced4da;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current {
  background-color: rgba(230, 57, 70, 0.1);
  border-bottom-color: #E63946;
}
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_day,
.footer_main_light .footer_hours .footer_hours_item.hours_current .hours_time {
  color: #343a40;
  font-weight: 700;
}
.footer_main_light .footer_social .social_icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #495057;
}
.footer_main_light .footer_social .social_icon:hover {
  color: #fff;
}
.footer_main_light .footer_bottom {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.footer_main_light .footer_bottom .footer_copyright,
.footer_main_light .footer_bottom .footer_credits {
  color: #6c757d;
}
.footer_main_light .footer_bottom .footer_copyright a,
.footer_main_light .footer_bottom .footer_credits a {
  color: #495057;
}
.footer_main_light .footer_bottom .footer_copyright a:hover,
.footer_main_light .footer_bottom .footer_credits a:hover {
  color: #E63946;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #E63946 0%, rgb(186.9013452915, 23.5986547085, 35.869955157) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero.hero_overlay::before {
  opacity: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero .hero_text {
    max-width: 100%;
  }
}
.hero .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_large {
  position: relative;
  min-height: 120vh;
  background: linear-gradient(135deg, #E63946 0%, rgb(186.9013452915, 23.5986547085, 35.869955157) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}
.hero_large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_large.hero_overlay::before {
  opacity: 1;
}
.hero_large .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_large .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_large .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_large .hero_text {
    max-width: 100%;
  }
}
.hero_large .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_large .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_large .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_large .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_large .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_large .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_large .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_compact {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(135deg, #E63946 0%, rgb(186.9013452915, 23.5986547085, 35.869955157) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  overflow: hidden;
}
.hero_compact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_compact.hero_overlay::before {
  opacity: 1;
}
.hero_compact .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_compact .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_compact .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_text {
    max-width: 100%;
  }
}
.hero_compact .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_compact .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_compact .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_compact .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_compact .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_compact .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_compact .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_dark {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #343a40 0%, #000 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_dark.hero_overlay::before {
  opacity: 1;
}
.hero_dark .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_dark .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_dark .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_text {
    max-width: 100%;
  }
}
.hero_dark .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_dark .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_dark .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_dark .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_dark .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_dark .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_dark .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_light {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #343a40;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_light.hero_overlay::before {
  opacity: 1;
}
.hero_light .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_light .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_light .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_light .hero_text {
    max-width: 100%;
  }
}
.hero_light .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_light .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_light .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_light .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_light .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_light .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_light .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_primary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #E63946 0%, rgb(164.2600896861, 20.7399103139, 31.5246636771) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_primary.hero_overlay::before {
  opacity: 1;
}
.hero_primary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_primary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_primary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_text {
    max-width: 100%;
  }
}
.hero_primary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_primary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_primary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_primary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_primary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_primary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_primary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.hero_secondary {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #1D3557 0%, rgb(3.5, 6.3965517241, 10.5) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  overflow: hidden;
}
.hero_secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 64, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero_secondary.hero_overlay::before {
  opacity: 1;
}
.hero_secondary .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero_secondary .hero_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.hero_secondary .hero_text {
  flex: 1;
  max-width: 60%;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_text {
    max-width: 100%;
  }
}
.hero_secondary .hero_title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero_secondary .hero_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero_secondary .hero_actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero_secondary .hero_btn {
  min-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.hero_secondary .hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .hero_secondary .hero_btn {
    min-width: auto;
    padding: 0.5rem 1rem;
  }
}

.gallery {
  width: 100%;
}
.gallery .gallery_main {
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery .gallery_main:hover::after {
  opacity: 1;
}
.gallery .gallery_thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 57, 70, 0.3) transparent;
}
.gallery .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(230, 57, 70, 0.5);
  border-radius: 2px;
}
.gallery .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(230, 57, 70, 0.7);
}
.gallery .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(230, 57, 70, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery .gallery_thumbs .gallery_thumb.active {
  border-color: #E63946;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery .gallery_thumbs .gallery_thumb {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: -0.02) {
  .gallery .gallery_thumbs .gallery_thumb {
    width: 56px;
    height: 56px;
  }
}

.gallery_large {
  width: 100%;
}
.gallery_large .gallery_main {
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_large .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_large .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_large .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_large .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_large .gallery_main:hover::after {
  opacity: 1;
}
.gallery_large .gallery_thumbs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 57, 70, 0.3) transparent;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(230, 57, 70, 0.5);
  border-radius: 2px;
}
.gallery_large .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(230, 57, 70, 0.7);
}
.gallery_large .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_large .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_large .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(230, 57, 70, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_large .gallery_thumbs .gallery_thumb.active {
  border-color: #E63946;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_large .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: -0.02) {
  .gallery_large .gallery_thumbs .gallery_thumb {
    width: 70px;
    height: 70px;
  }
}

.gallery_compact {
  width: 100%;
}
.gallery_compact .gallery_main {
  position: relative;
  margin-bottom: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s ease;
}
.gallery_compact .gallery_main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gallery_compact .gallery_main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery_compact .gallery_main:hover img {
  transform: scale(1.02);
}
.gallery_compact .gallery_main::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(52, 58, 64, 0.7);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery_compact .gallery_main:hover::after {
  opacity: 1;
}
.gallery_compact .gallery_thumbs {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 57, 70, 0.3) transparent;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar {
  height: 4px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-track {
  background: rgba(222, 226, 230, 0.3);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb {
  background: rgba(230, 57, 70, 0.5);
  border-radius: 2px;
}
.gallery_compact .gallery_thumbs::-webkit-scrollbar-thumb:hover {
  background: rgba(230, 57, 70, 0.7);
}
.gallery_compact .gallery_thumbs .gallery_thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.gallery_compact .gallery_thumbs .gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery_compact .gallery_thumbs .gallery_thumb:hover {
  border-color: rgba(230, 57, 70, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.gallery_compact .gallery_thumbs .gallery_thumb.active {
  border-color: #E63946;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 639.98px) {
  .gallery_compact .gallery_thumbs {
    gap: 0.25rem;
  }
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: -0.02) {
  .gallery_compact .gallery_thumbs .gallery_thumb {
    width: 42px;
    height: 42px;
  }
}

.top_info_bar, .top_info_bar_light, .top_info_bar_secondary, .top_info_bar_primary {
  background-color: #343a40;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top_info_bar .container, .top_info_bar_light .container, .top_info_bar_secondary .container, .top_info_bar_primary .container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.top_info_hours {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .top_info_hours {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
}

.day_label,
.day_label_long,
.day_label_short {
  display: inline;
}

.day_label_short {
  display: none;
}

@media (max-width: 639.98px) {
  .day_label_long {
    display: none;
  }
  .day_label_short {
    display: inline;
  }
}
.top_info_day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  min-width: 0;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .top_info_day {
    align-items: flex-start;
    text-align: left;
    padding: 0.25rem 0.75rem;
  }
}
.top_info_day .day_name {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.125rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 640px) {
  .top_info_day .day_name {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day .day_hours {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: normal;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .top_info_day .day_hours {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
}
.top_info_day.current_day {
  border-left-color: #1D3557;
  background-color: rgba(29, 53, 87, 0.15);
}
.top_info_day.current_day .day_name {
  color: #fff;
  font-weight: 900;
}
.top_info_day.current_day .day_hours {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.top_info_day.closed .day_hours {
  color: rgba(255, 255, 255, 0.4);
}

.top_info_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
@media (min-width: 640px) {
  .top_info_contact {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.5rem;
    font-size: 0.75rem;
  }
}
.top_info_contact .contact_item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
}
.top_info_contact .contact_item i {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.top_info_contact .contact_item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
.top_info_contact .contact_item a:hover {
  color: #fff;
  text-decoration: underline;
}
.top_info_contact .contact_item:first-child {
  flex-basis: 100%;
}
@media (min-width: 640px) {
  .top_info_contact .contact_item:first-child {
    flex-basis: auto;
  }
}

.top_info_bar_primary {
  background-color: #E63946;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_secondary {
  background-color: #1D3557;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.top_info_bar_light {
  background-color: #e9ecef;
  color: #343a40;
  border-bottom-color: #DEE2E6;
}
.top_info_bar_light .top_info_day {
  border-left-color: rgba(52, 58, 64, 0.2);
}
.top_info_bar_light .top_info_day .day_name {
  color: #343a40;
}
.top_info_bar_light .top_info_day .day_hours {
  color: #6c757d;
}
.top_info_bar_light .top_info_day.current_day {
  border-left-color: #1D3557;
  background-color: rgba(29, 53, 87, 0.15);
}
.top_info_bar_light .top_info_day.current_day .day_name {
  color: #343a40;
  font-weight: 900;
}
.top_info_bar_light .top_info_day.current_day .day_hours {
  color: #212529;
  font-weight: 700;
}
.top_info_bar_light .top_info_day.closed .day_hours {
  color: #ced4da;
}
.top_info_bar_light .top_info_contact {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item i {
  color: #6c757d;
}
.top_info_bar_light .top_info_contact .contact_item a {
  color: #343a40;
}
.top_info_bar_light .top_info_contact .contact_item a:hover {
  color: #E63946;
}

/*
// Old inline code commented out - now in separate files
.vehicle_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: spacing(4);
  margin-bottom: spacing(6);

  @include media_up(medium) {
    grid-template-columns: repeat(2, 1fr);
    gap: spacing(5);
  }

  @include media_up(large) {
    grid-template-columns: repeat(3, 1fr);
    gap: spacing(6);
  }
}

// 4-column variant
.vehicle_grid_4 {
  @extend .vehicle_grid;

  @include media_up(xlarge) {
    grid-template-columns: repeat(4, 1fr);
  }
}

// Vehicle Card Component
.vehicle_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: $white;
  border: 1px solid $border_color;
  @include border_radius($border_radius);
  @include box_shadow($box_shadow_sm);
  overflow: hidden;
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-4px);
    text-decoration: none;
  }
}

// Vehicle Image Container
.vehicle_image {
  position: relative;
  width: 100%;
  padding-top: 66.67%; // 3:2 aspect ratio
  overflow: hidden;
  background-color: $gray_200;

  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card:hover & img {
    transform: scale(1.1);
  }
}

// Status Badges (New Listing, Lower Price, SOLD badge)
.vehicle_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  line-height: 1.2;
}

.vehicle_badge_new {
  background-color: #28a745;
  color: $white;
}

.vehicle_badge_lower_price {
  background-color: #dc3545;
  color: $white;
}

.vehicle_badge_sold_badge {
  background-color: #6c757d;
  color: $white;
}

// SOLD Overlay (diagonal text across image)
.vehicle_sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba($black, 0.4);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: 'SOLD';
    font-size: 4rem;
    font-weight: 900;
    color: rgba($white, 0.6);
    text-transform: uppercase;
    letter-spacing: 0px;
    transform: rotate(-15deg);
    text-shadow: 3px 3px 12px rgba($black, 0.6);
    line-height: 1;

    @include media_up(medium) {
      font-size: 5rem;
      letter-spacing: 0px;
    }
  }
}

// Vehicle Card Content
.vehicle_content {
  padding: spacing(4);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicle_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: $dark_color;
  margin-bottom: spacing(3);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-height: 2.6rem; // Hold space for 2 lines
}

// Listed date (optional)
.vehicle_listed {
  font-size: 0.875rem;
  color: $danger_color;
  font-weight: 600;
  margin-bottom: spacing(2);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

// Payment info (bi-weekly)
.vehicle_payment {
  min-height: 2.5rem; // Hold space even if empty
  margin-bottom: spacing(1);
  display: flex;
  flex-direction: column;
  gap: spacing(1);

  .payment_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
  }

  .payment_amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
      top: -0.5em;
    }
  }
}

// Main price
.vehicle_price {
  margin-bottom: spacing(1);

  .price_amount {
    font-size: 2.25rem;
    font-weight: 700;
    color: $danger_color;
    line-height: 1;

    sup {
      font-size: 0.6em;
      top: -0.8em;
    }
  }
}

.vehicle_price_subtitle {
  font-size: 0.6875rem;
  color: $gray_600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: spacing(3);
}

// Vehicle details (stock, mileage)
.vehicle_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: spacing(3);
  border-top: 1px solid $gray_200;
  font-size: 0.8125rem;
  margin-top: auto; // Push to bottom of card
}

.vehicle_stock {
  color: $gray_600;

  strong {
    color: $danger_color;
    font-weight: 600;
  }
}

.vehicle_mileage {
  color: $gray_600;
  text-align: right;

  strong {
    color: $dark_color;
    font-weight: 700;
  }

  .mileage_unit {
    font-size: 0.75rem;
    color: $gray_500;
    font-weight: 400;
  }
}

// Dealer info (optional at bottom) - only shows if present
.vehicle_dealer {
  padding: spacing(2) spacing(4);
  background-color: $gray_900;
  color: $white;
  text-align: center;
  font-size: 0.8125rem;
  border-top: 1px solid $gray_300;

  .dealer_name {
    font-weight: 700;
    color: $white;
    display: block;
    margin-bottom: 0.125rem;
  }

  .dealer_location {
    color: rgba($white, 0.7);
    font-size: 0.75rem;
  }
}

// ===== VEHICLE HORIZONTAL CARD (Format #2) =====
// Landscape/horizontal layout with image on left, details on right
.vehicle_card_horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f4d03f; // Gold/yellow background
  border: 3px solid #f4d03f; // Gold/yellow border
  @include border_radius($border_radius_lg);
  @include box_shadow($box_shadow);
  @include transition(all 0.3s ease);
  text-decoration: none;
  color: inherit;
  margin-bottom: spacing(5);
  padding: 20px; // 20px padding on outer container

  &:hover {
    @include box_shadow($box_shadow_lg);
    transform: translateY(-2px);
    text-decoration: none;
  }
}

// Wrapper for horizontal layout
.vehicle_horizontal_content {
  display: flex;
  flex-direction: column;
  gap: spacing(4);

  @include media_up(large) {
    flex-direction: row;
    gap: spacing(5);
  }
}

// Vehicle Image Container
.vehicle_horizontal_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: $white;
  flex-shrink: 0;
  border: 2px solid $gray_300;
  @include border_radius($border_radius);
  display: flex;
  align-items: center;
  justify-content: center;

  @include media_up(large) {
    width: 45%;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    @include transition(transform 0.5s ease);
  }

  // Image zoom on hover
  .vehicle_card_horizontal:hover & img {
    transform: scale(1.05);
  }
}

// Title at the very top (above image)
.vehicle_horizontal_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: $dark_color;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: spacing(2);

  @include media_up(medium) {
    font-size: 1.75rem;
  }
}

// Vehicle Details Container
.vehicle_horizontal_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

// Badge in top right (absolute positioned)
.vehicle_horizontal_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba($black, 0.3);
  white-space: nowrap;
  z-index: 10;

  &.badge_new {
    background-color: #28a745;
    color: $white;
  }

  &.badge_lower_price {
    background-color: #dc3545;
    color: $white;
  }
}

// Pricing Section (payment left, price right)
.vehicle_horizontal_pricing {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: spacing(3);
  gap: spacing(4);
}

.vehicle_horizontal_payment {
  text-align: right;

  .payment_frequency {
    font-size: 0.875rem;
    color: $gray_700;
    font-weight: 500;
    margin-bottom: spacing(1);
  }

  .payment_value {
    font-size: 1.5rem;
    font-weight: 700;
    color: $dark_color;
    line-height: 1;

    sup {
      font-size: 0.7em;
    }
  }
}

.vehicle_horizontal_price {
  text-align: right;

  .price_value {
    font-size: 3rem;
    font-weight: 700;
    color: #dc3545;
    line-height: 1;
    margin-bottom: spacing(1);

    sup {
      font-size: 0.6em;
    }

    @include media_up(medium) {
      font-size: 3.25rem;
    }
  }

  .price_label {
    font-size: 0.75rem;
    color: $gray_600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}

// Specifications Table Container
.vehicle_specs_container {
  background-color: $white;
  @include border_radius($border_radius);
  padding: spacing(2);
  margin-bottom: spacing(3);
}

// Specifications Table
.vehicle_specs_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;

  tr {
    &:nth-child(odd) {
      background-color: $white;
    }

    &:nth-child(even) {
      background-color: #e8e8e8;
    }
  }

  td {
    padding: spacing(1) spacing(2);
    border: none;
    vertical-align: middle;
    line-height: 1.3;

    &:first-child {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(2) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }

    &:nth-child(3) {
      font-weight: 600;
      color: $gray_700;
      white-space: nowrap;
      width: 20%;
      font-size: 0.6875rem;
    }

    &:nth-child(4) {
      color: $dark_color;
      font-weight: 500;
      width: 30%;
    }
  }
}

// Features text
.vehicle_horizontal_features {
  font-size: 0.875rem;
  color: $dark_color;
  margin-bottom: spacing(3);
  padding: spacing(2) spacing(3);
  background-color: #e8e8e8;
  border-left: 4px solid $danger_color;
  line-height: 1.4;
  font-weight: 700;
  @include border_radius($border_radius);
}

// Action Buttons
.vehicle_horizontal_actions {
  display: flex;
  gap: spacing(3);
  margin-top: auto;
  flex-wrap: wrap;

  .btn {
    flex: 1;
    min-width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: spacing(2);
    padding: 0.625rem spacing(4);
    font-size: 0.875rem;
    line-height: 1.2;

    i {
      font-size: 1.125rem;
    }
  }
}

// Button specific styles for vehicle cards
.btn_vehicle_photos {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: $white;

  &:hover {
    background-color: color.adjust(#ff6b35, $lightness: -10%);
    border-color: color.adjust(#ff6b35, $lightness: -10%);
  }
}

.btn_vehicle_info {
  background-color: $dark_color;
  border-color: $dark_color;
  color: $white;

  &:hover {
    background-color: $black;
    border-color: $black;
  }
}
*/
.electricink_tooltip {
  position: absolute;
  z-index: 1000;
  max-width: 240px;
  padding: 6px 10px;
  background: #2c3e50;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 120ms ease, transform 120ms ease;
  white-space: normal;
}
.electricink_tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.electricink_tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.electricink_tooltip--above::after {
  top: 100%;
  border-top: 6px solid #2c3e50;
}
.electricink_tooltip--below::after {
  bottom: 100%;
  border-bottom: 6px solid #2c3e50;
}

.my_sidebar {
  grid-column: span 12;
}
@media (min-width: 640px) {
  .my_sidebar {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .my_sidebar {
    grid-column: span 4;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.btn_primary {
  background-color: #E63946;
  color: #fff;
  border-color: #E63946;
}
.btn_primary:hover {
  background-color: #D62828;
  border-color: #D62828;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.btn_secondary {
  background-color: #1D3557;
  color: #fff;
  border-color: #1D3557;
}
.btn_secondary:hover {
  background-color: var(--dr-secondary-light);
  border-color: var(--dr-secondary-light);
  color: #fff;
}

.btn_outline_primary {
  background-color: transparent;
  color: #E63946;
  border-color: #E63946;
}
.btn_outline_primary:hover {
  background-color: #E63946;
  color: #fff;
}

.btn_ghost {
  background-color: transparent;
  color: #1D3557;
  border-color: transparent;
}
.btn_ghost:hover {
  background-color: var(--dr-bg-light);
  color: #1D3557;
}

.btn_lg {
  padding: 1.5rem 3rem;
  font-size: 1.25rem;
}

.dr_container {
  width: 100%;
  max-width: var(--dr-container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 639.98px) {
  .dr_container {
    padding: 0 1rem;
  }
}

.section {
  padding: 6rem 0;
}
@media (max-width: 639.98px) {
  .section {
    padding: 4rem 0;
  }
}

.section_alt {
  background-color: var(--dr-bg-light);
}

.section_header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
}
.section_header h2 {
  margin-bottom: 1rem;
}
.section_header p {
  font-size: 1.25rem;
  color: #6C757D;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.site_header.scrolled {
  border-bottom-color: #DEE2E6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--dr-header-height);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo_img {
  height: 40px;
  width: auto;
}

.logo_text {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1D3557;
}

.nav_links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_links a {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #1D3557;
  text-decoration: none;
  transition: color 0.15s ease;
}
.nav_links a:hover {
  color: #E63946;
}

.nav_cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.75em;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1D3557;
  border: 2px solid #DEE2E6;
  border-radius: 50rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.lang_toggle:hover {
  color: #E63946;
  border-color: #E63946;
  background: var(--dr-primary-light);
}

.mobile_menu_toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1D3557;
  position: relative;
  transition: background-color 0.15s ease;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1D3557;
  transition: transform all 0.2s ease-in-out;
}
.hamburger::before {
  top: -8px;
}
.hamburger::after {
  bottom: -8px;
}

.main_content {
  padding-top: var(--dr-header-height);
}

@media (max-width: 639.98px) {
  .mobile_menu_toggle {
    display: block;
    z-index: 1031;
  }
  .nav_links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #FFFFFF;
    flex-direction: column;
    padding: calc(var(--dr-header-height) + 2rem) 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transition: right all 0.2s ease-in-out;
    gap: 1.5rem;
  }
  .nav_links.active {
    right: 0;
  }
  .nav_cta .btn {
    display: none;
  }
  .lang_toggle {
    font-size: 0.75rem;
    padding: 0.3em 0.65em;
  }
}
.hero {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #FFFFFF 0%, var(--dr-bg-light) 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, var(--dr-primary-light) 0%, transparent 70%);
  pointer-events: none;
}

.hero_home {
  padding: 6rem 0 5rem;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 639.98px) {
  .hero_home {
    min-height: auto;
    padding: 4rem 0;
  }
}
.hero_home .hero_image {
  max-width: 100%;
  width: 500px;
}

.hero_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .hero_container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.hero_content {
  max-width: 600px;
}
@media (max-width: 1199.98px) {
  .hero_content {
    max-width: 700px;
    margin: 0 auto;
  }
}

.hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--dr-primary-light);
  color: #E63946;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.hero_badge .flag {
  font-size: 1.25rem;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 1199.98px) {
  .hero h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 639.98px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero h1 .highlight {
  color: #E63946;
}

.hero_description {
  font-size: 1.4375rem;
  color: #6C757D;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.hero_cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .hero_cta {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero_cta {
    flex-direction: column;
    width: 100%;
  }
  .hero_cta .btn {
    width: 100%;
  }
}

.hero_stats {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #DEE2E6;
}
@media (max-width: 1199.98px) {
  .hero_stats {
    justify-content: center;
  }
}
@media (max-width: 639.98px) {
  .hero_stats {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}

.hero_stat {
  text-align: left;
}
@media (max-width: 639.98px) {
  .hero_stat {
    text-align: center;
  }
}

.hero_stat_value {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #1D3557;
}

.hero_stat_label {
  font-size: 0.875rem;
  color: #6C757D;
}

.hero_visual {
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero_visual {
    display: none;
  }
}

.hero_image {
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.hero_float_card {
  position: absolute;
  background: #FFFFFF;
  padding: 1rem 1.5rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero_float_card.card_1 {
  bottom: -10%;
  right: -10%;
  animation: dr_float 6s ease-in-out infinite;
}
.hero_float_card.card_2 {
  top: -10%;
  left: -5%;
  animation: dr_float 6s ease-in-out infinite 3s;
}

.float_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.float_icon.success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28A745;
}
.float_icon.secure {
  background-color: var(--dr-primary-light);
  color: #E63946;
}

.float_text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1D3557;
}

@keyframes dr_float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.trust_section {
  padding: 4rem 0;
  background-color: var(--dr-bg-light);
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
}

.trust_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.trust_text {
  font-size: 0.875rem;
  color: #6C757D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust_badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .trust_badges {
    flex-direction: column;
  }
}

.trust_badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.trust_badge_icon {
  font-size: 1.5rem;
}

.trust_badge_text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1D3557;
}

.features_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639.98px) {
  .features_grid {
    grid-template-columns: 1fr;
  }
}

.feature_card {
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.2s ease-in-out;
  border: 1px solid #DEE2E6;
}
.feature_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color: #E63946;
}
.feature_card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.feature_card p {
  color: #6C757D;
  margin-bottom: 0;
}

.feature_icon {
  width: 60px;
  height: 60px;
  border-radius: 0.375rem;
  background: var(--dr-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #E63946;
}

.use_cases_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .use_cases_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639.98px) {
  .use_cases_grid {
    grid-template-columns: 1fr;
  }
}

.use_case_card {
  position: relative;
  background: #FFFFFF;
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #DEE2E6;
  transition: all 0.2s ease-in-out;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.use_case_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-color: #E63946;
}
.use_case_card.featured {
  border: 2px solid #E63946;
  box-shadow: 0 8px 24px rgba(230, 57, 70, 0.1);
}
.use_case_card.featured::before {
  content: "Featured";
  position: absolute;
  top: -10px;
  left: 1rem;
  background: #E63946;
  color: #fff;
  padding: 2px 10px;
  border-radius: 50rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.use_case_icon {
  width: 48px;
  height: 48px;
  border-radius: 0.375rem;
  background: var(--dr-primary-light);
  color: #E63946;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.use_case_title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  color: #1D3557;
  margin: 0 0 0.5rem;
}

.use_case_desc {
  font-size: 0.875rem;
  color: #6C757D;
  line-height: 1.6;
  margin: 0 0 1rem;
  flex-grow: 1;
}

.use_case_link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E63946;
  text-decoration: none;
  margin-top: auto;
}
.use_case_link::after {
  content: " →";
  transition: transform 0.15s ease;
  display: inline-block;
}
.use_case_link:hover {
  color: #D62828;
}
.use_case_link:hover::after {
  transform: translateX(3px);
}

.value_prop {
  background: linear-gradient(135deg, #1D3557 0%, var(--dr-secondary-light) 100%);
  color: #fff;
}
.value_prop h2 {
  color: #fff;
}
.value_prop p {
  color: rgba(255, 255, 255, 0.8);
}

.value_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .value_grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.value_content h2 {
  margin-bottom: 1.5rem;
}
.value_content > p {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.value_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  .value_list {
    align-items: center;
  }
}

.value_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.value_item span {
  font-size: 1.25rem;
}

.value_check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E63946;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.875rem;
}

.steps_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.steps_container::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #DEE2E6;
  z-index: 0;
}
@media (max-width: 639.98px) {
  .steps_container {
    flex-direction: column;
    gap: 2rem;
  }
  .steps_container::before {
    display: none;
  }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 180px;
}
@media (max-width: 639.98px) {
  .step {
    max-width: none;
    flex-direction: row;
    text-align: left;
    gap: 1.5rem;
  }
}
.step h4 {
  margin-bottom: 0.5rem;
}
.step p {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0;
}

.step_number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E63946;
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 639.98px) {
  .step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.dealer_spotlight {
  background: linear-gradient(135deg, #E63946 0%, #D62828 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.dealer_spotlight::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.dealer_spotlight_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .dealer_spotlight_grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.dealer_spotlight_content h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
.dealer_spotlight_content > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.dealer_spotlight_bullets {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 1199.98px) {
  .dealer_spotlight_bullets {
    align-items: center;
  }
}
.dealer_spotlight_bullets li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}
.dealer_spotlight_bullets i {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
}

.dealer_spotlight .btn {
  background: #fff;
  color: #E63946;
  border-color: #fff;
  font-weight: 700;
}
.dealer_spotlight .btn:hover {
  background: var(--dr-bg-light);
  color: #E63946;
  border-color: var(--dr-bg-light);
}

@media (max-width: 1199.98px) {
  .dealer_spotlight_visual {
    display: none;
  }
}
.dealer_spotlight_visual .dealer_spotlight_image {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
}

.security_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .security_grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.security_badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 639.98px) {
  .security_badges {
    grid-template-columns: 1fr;
  }
}

.security_badge {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  border: 1px solid #DEE2E6;
}
.security_badge h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.security_badge p {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0;
}

.security_badge_icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: #E63946;
}

.testimonials_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .testimonials_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639.98px) {
  .testimonials_grid {
    grid-template-columns: 1fr;
  }
}

.testimonial_card {
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #DEE2E6;
}

.testimonial_rating {
  color: #FFB800;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.testimonial_rating i {
  margin-right: 0.1em;
}

.testimonial_text {
  font-size: 1.25rem;
  font-style: italic;
  color: #212529;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.testimonial_author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--dr-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  color: #E63946;
}

.testimonial_info h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.testimonial_info p {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0;
}

.pricing_teaser_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .pricing_teaser_grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

.pricing_teaser_card {
  position: relative;
  background: #FFFFFF;
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #DEE2E6;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.pricing_teaser_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.pricing_teaser_card.featured {
  border: 2px solid #E63946;
  box-shadow: 0 8px 24px rgba(230, 57, 70, 0.1);
}

.pricing_teaser_tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #E63946;
  color: #fff;
  padding: 3px 14px;
  border-radius: 50rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing_teaser_name {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  color: #1D3557;
  margin: 0 0 0.5rem;
}

.pricing_teaser_price {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #E63946;
  margin: 0.5rem 0;
  line-height: 1;
}

.pricing_teaser_unit {
  font-size: 0.875rem;
  color: #6C757D;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
}

.pricing_teaser_desc {
  font-size: 0.875rem;
  color: #6C757D;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.pricing_teaser_cta {
  text-align: center;
  margin-top: 2.5rem;
}

.final_cta {
  background: linear-gradient(135deg, #E63946 0%, #D62828 100%);
  color: #fff;
  text-align: center;
}
.final_cta h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.final_cta p {
  font-size: 1.375rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 3rem;
}
.final_cta .btn_primary {
  background: #FFFFFF;
  color: #E63946;
  border-color: #FFFFFF;
}
.final_cta .btn_primary:hover {
  background: var(--dr-bg-light);
  border-color: var(--dr-bg-light);
  color: #E63946;
}

.cta_features {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 639.98px) {
  .cta_features {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.cta_feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.9;
}
.cta_feature i, .cta_feature svg {
  width: 20px;
  height: 20px;
}

.contact_info_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 639.98px) {
  .contact_info_grid {
    grid-template-columns: 1fr;
  }
}

.contact_card {
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: center;
  border: 1px solid #DEE2E6;
}
.contact_card h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #1D3557;
}
.contact_card p {
  color: #6C757D;
  margin-bottom: 0;
  line-height: 1.6;
}
.contact_card a {
  color: #E63946;
}
.contact_card a:hover {
  color: #D62828;
}

.contact_icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: #E63946;
}

.site_footer {
  background: #1D3557;
  color: #fff;
  padding: 5rem 0 2rem;
}

.footer_grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .footer_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639.98px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .footer_grid {
    grid-template-columns: 1fr;
  }
}

.footer_grid_simple {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
@media (max-width: 1199.98px) {
  .footer_grid_simple {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (max-width: 639.98px) {
  .footer_grid_simple {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer_brand {
  max-width: 300px;
}
@media (max-width: 1199.98px) {
  .footer_brand {
    grid-column: span 3;
    max-width: none;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 639.98px) {
  .footer_brand {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .footer_brand {
    grid-column: span 1;
  }
}

.footer_logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer_logo .logo_img {
  height: 36px;
}
.footer_logo .logo_text {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .footer_logo {
    justify-content: center;
  }
}

.footer_tagline {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

.footer_made_in {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer_made_in .canada_flag {
  font-size: 1.25rem;
}

.footer_section h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.footer_section ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_section a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer_section a:hover {
  color: #fff;
}

.footer_contact_list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.footer_contact_list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
}

.footer_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 639.98px) {
  .footer_bottom_content {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.social_links {
  display: flex;
  gap: 1rem;
}

.social_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.15s ease;
}
.social_link:hover {
  background: #E63946;
  color: #fff;
  transform: translateY(-2px);
}

:root {
  --app-bg: #F4F6F9;
  --app-card: #FFFFFF;
  --app-border: #E3E7ED;
  --app-muted: #6C757D;
  --app-primary: #1D3557;
  --app-primary-hover: #162B46;
  --app-accent: #E63946;
  --app-success: #2F9E44;
  --app-warning: #F59F00;
  --app-danger: #E03131;
}

.app_body {
  background: var(--app-bg);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #212529;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.app_header {
  background: #fff;
  border-bottom: 1px solid var(--app-border);
  position: sticky;
  top: 0;
  z-index: 10;
}

.app_header_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.app_logo img {
  height: 32px;
  display: block;
}

.app_nav {
  display: flex;
  gap: 4px;
  flex: 1;
}
.app_nav a {
  text-decoration: none;
  color: var(--app-primary);
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background 150ms ease;
}
.app_nav a:hover {
  background: rgba(29, 53, 87, 0.08);
}
@media (max-width: 900px) {
  .app_nav {
    gap: 0;
  }
  .app_nav a {
    padding: 6px 8px;
    font-size: 13px;
  }
}

.app_user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app_user_name {
  font-size: 14px;
  color: var(--app-muted);
}

.app_banner {
  padding: 10px 24px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid var(--app-border);
}
.app_banner.warning {
  background: #FFF4E0;
  color: #8A5A00;
}
.app_banner a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.app_main {
  flex: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px;
}

.app_footer {
  border-top: 1px solid var(--app-border);
  background: #fff;
  margin-top: auto;
}

.app_footer_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--app-muted);
  font-size: 13px;
}
.app_footer_inner nav {
  display: flex;
  gap: 18px;
}
.app_footer_inner nav a {
  color: inherit;
  text-decoration: none;
}
.app_footer_inner nav a:hover {
  text-decoration: underline;
}

.app_body .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 150ms ease;
  white-space: nowrap;
}
.app_body .btn.btn_primary {
  background: var(--app-primary);
  color: #fff;
  border-color: var(--app-primary);
}
.app_body .btn.btn_primary:hover {
  background: var(--app-primary-hover);
  border-color: var(--app-primary-hover);
  transform: none;
  box-shadow: none;
}
.app_body .btn.btn_accent {
  background: var(--app-accent);
  color: #fff;
  border-color: var(--app-accent);
}
.app_body .btn.btn_accent:hover {
  background: #C52831;
  border-color: #C52831;
  color: #fff;
}
.app_body .btn.btn_ghost {
  background: transparent;
  color: var(--app-primary);
  border-color: var(--app-border);
}
.app_body .btn.btn_ghost:hover {
  background: rgba(29, 53, 87, 0.06);
}
.app_body .btn.btn_sm {
  padding: 6px 12px;
  font-size: 13px;
}
.app_body .btn.btn_lg {
  padding: 13px 24px;
  font-size: 16px;
}
.app_body .btn.btn_block {
  width: 100%;
  justify-content: center;
}
.app_body .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.auth_wrap {
  max-width: 480px;
  margin: 60px auto;
  padding: 0 16px;
}

.auth_card {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.auth_card h1 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: var(--app-primary);
  margin: 0 0 8px;
}
.auth_card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.auth_card label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.auth_card input[type=email],
.auth_card input[type=password],
.auth_card input[type=text],
.auth_card input[type=tel] {
  padding: 11px 14px;
  border: 1px solid var(--app-border);
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.auth_card input:focus {
  outline: none;
  border-color: var(--app-primary);
  box-shadow: 0 0 0 3px rgba(29, 53, 87, 0.12);
}

.auth_sub {
  color: var(--app-muted);
  font-size: 14px;
  margin-bottom: 24px;
}

.auth_row {
  display: flex;
  gap: 10px;
}
.auth_row > * {
  flex: 1;
}

.auth_footer {
  margin-top: 18px;
  font-size: 13px;
  color: var(--app-muted);
  text-align: center;
}
.auth_footer a {
  color: var(--app-primary);
  font-weight: 600;
  text-decoration: none;
}

.auth_error {
  background: #FFE3E3;
  color: #7A1E1E;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  display: none;
}
.auth_error.show {
  display: block;
}

.auth_ok {
  background: #E7F5EA;
  color: #1E5E2F;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
}

.app_page_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.app_page_head h1 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: var(--app-primary);
  margin: 0;
}

.app_card,
.app_body .card {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}

.doc_list {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  overflow: hidden;
}

.doc_row {
  display: grid;
  grid-template-columns: 1fr 120px 160px 140px 100px;
  gap: 12px;
  padding: 14px 20px;
  align-items: center;
  border-bottom: 1px solid var(--app-border);
  font-size: 14px;
}
.doc_row:last-child {
  border-bottom: none;
}
.doc_row.head {
  background: #FAFBFC;
  font-size: 12px;
  font-weight: 600;
  color: var(--app-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .doc_row {
    grid-template-columns: 1fr 100px;
  }
  .doc_row > :nth-child(n+3) {
    display: none;
  }
}

.doc_title {
  font-weight: 600;
  color: var(--app-primary);
}
.doc_title a {
  color: inherit;
  text-decoration: none;
}
.doc_title a:hover {
  text-decoration: underline;
}

.doc_status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.doc_status.draft {
  background: #F1F3F5;
  color: #495057;
}
.doc_status.sent {
  background: #E7F0FF;
  color: #1D3557;
}
.doc_status.partial {
  background: #FFF4E0;
  color: #8A5A00;
}
.doc_status.sealed {
  background: #E7F5EA;
  color: #1E5E2F;
}

.empty_state {
  padding: 60px 24px;
  text-align: center;
  color: var(--app-muted);
}
.empty_state h2 {
  color: var(--app-primary);
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}

.editor_layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .editor_layout {
    grid-template-columns: 1fr;
  }
}

.editor_pane {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 16px;
  min-height: 500px;
}

.editor_side {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 88px;
}

.pdf_page_wrap {
  position: relative;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid var(--app-border);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  user-select: none;
}
.pdf_page_wrap canvas {
  display: block;
  width: 100%;
  height: auto;
}

.pdf_field_overlay {
  position: absolute;
  inset: 0;
  cursor: crosshair;
}

.pdf_field_box {
  position: absolute;
  border: 2px solid var(--app-accent);
  background: rgba(230, 57, 70, 0.12);
  cursor: pointer;
  font-size: 11px;
  color: var(--app-primary);
  padding: 2px 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdf_field_box.drawing {
  border-style: dashed;
}
.pdf_field_box .remove {
  margin-left: auto;
  color: var(--app-danger);
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 13px;
  padding: 0;
}

.signatory_pill {
  display: inline-block;
  background: rgba(29, 53, 87, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--app-primary);
  font-weight: 600;
  margin: 2px;
}

.modal_backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 35, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.modal_backdrop.hidden {
  display: none;
}

.app_modal,
.app_body .modal {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  width: 440px;
  max-width: 92vw;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.app_modal h2,
.app_body .modal h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--app-primary);
  margin: 0 0 6px;
}
.app_modal .sub,
.app_body .modal .sub {
  color: var(--app-muted);
  font-size: 13px;
  margin-bottom: 18px;
}
.app_modal form,
.app_body .modal form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.app_modal label,
.app_body .modal label {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.app_modal input,
.app_modal select,
.app_body .modal input,
.app_body .modal select {
  padding: 10px 12px;
  border: 1px solid var(--app-border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}

.modal_actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1040px;
  margin: 40px auto;
}

.pricing_card {
  background: #fff;
  border: 1px solid var(--app-border);
  border-radius: 14px;
  padding: 32px 28px;
  text-align: center;
  position: relative;
}
.pricing_card.featured {
  border-color: var(--app-primary);
  box-shadow: 0 10px 30px rgba(29, 53, 87, 0.12);
}
.pricing_card .tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--app-accent);
  color: #fff;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.pricing_card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--app-primary);
  margin: 0 0 8px;
}
.pricing_card .price {
  font-size: 36px;
  font-weight: 700;
  color: var(--app-primary);
  margin: 8px 0;
}
.pricing_card .price small {
  font-size: 14px;
  color: var(--app-muted);
  font-weight: 400;
}
.pricing_card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  text-align: left;
}
.pricing_card li {
  padding: 6px 0;
  font-size: 14px;
  color: #444;
}
.pricing_card li::before {
  content: "✓";
  color: var(--app-success);
  font-weight: 700;
  margin-right: 8px;
}

.admin_body {
  padding-top: 32px;
}

.admin_top_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #E63946;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.admin_top_bar i {
  margin-right: 6px;
}
.admin_top_bar strong {
  font-weight: 700;
}

.admin_top_bar_user {
  font-weight: 400;
  opacity: 0.95;
}
@media (max-width: 720px) {
  .admin_top_bar_user {
    display: none;
  }
}

.admin_nav a i {
  margin-right: 6px;
  font-size: 13px;
  opacity: 0.7;
}
.admin_nav a.admin_nav_active {
  background: rgba(29, 53, 87, 0.12);
  color: #1D3557;
}
.admin_nav a.admin_nav_active i {
  opacity: 1;
}

.admin_metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.admin_metric_tile {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 20px 24px;
  transition: border-color 150ms ease, transform 150ms ease;
}
.admin_metric_tile:hover {
  border-color: #E63946;
}
.admin_metric_tile .admin_metric_label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--app-muted);
  margin-bottom: 8px;
}
.admin_metric_tile .admin_metric_value {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--app-primary);
  line-height: 1;
}
.admin_metric_tile .admin_metric_sub {
  font-size: 12px;
  color: var(--app-muted);
  margin-top: 8px;
}

.admin_table {
  width: 100%;
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.admin_table thead th {
  background: #FAFBFC;
  text-align: left;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--app-muted);
  border-bottom: 1px solid var(--app-border);
}
.admin_table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid var(--app-border);
  vertical-align: middle;
}
.admin_table tbody tr:last-child td {
  border-bottom: none;
}
.admin_table tbody tr:hover td {
  background: rgba(29, 53, 87, 0.03);
}
.admin_table tbody tr.admin_row_clickable {
  cursor: pointer;
}
.admin_table tbody tr.admin_row_clickable:hover td {
  background: rgba(29, 53, 87, 0.06);
}
.admin_table a {
  color: var(--app-primary);
  text-decoration: none;
  font-weight: 600;
}
.admin_table a:hover {
  text-decoration: underline;
}
.admin_table .muted {
  color: var(--app-muted);
  font-size: 13px;
}
.admin_table .is-admin-pill {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #E63946;
  color: #fff;
  border-radius: 999px;
  margin-left: 4px;
}
.admin_table .unverified-pill {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  background: #FFF4E0;
  color: #8A5A00;
  border-radius: 999px;
  margin-left: 4px;
}

.admin_toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.admin_toolbar input[type=search],
.admin_toolbar input[type=text],
.admin_toolbar select {
  padding: 8px 12px;
  border: 1px solid var(--app-border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}
.admin_toolbar input[type=search],
.admin_toolbar input[type=text] {
  min-width: 280px;
}

.admin_pager {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--app-muted);
}
.admin_pager a, .admin_pager span {
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--app-primary);
  border: 1px solid var(--app-border);
  background: var(--app-card);
}
.admin_pager a.disabled, .admin_pager span.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.admin_pager a.current, .admin_pager span.current {
  background: var(--app-primary);
  color: #fff;
  border-color: var(--app-primary);
}

.admin_section {
  background: var(--app-card);
  border: 1px solid var(--app-border);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.admin_section h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  color: var(--app-primary);
  margin: 0 0 12px;
}

.admin_kv {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 6px 16px;
  font-size: 14px;
}
.admin_kv dt {
  color: var(--app-muted);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-self: center;
}
.admin_kv dd {
  margin: 0;
  color: var(--app-primary);
  word-break: break-word;
}
@media (max-width: 600px) {
  .admin_kv {
    grid-template-columns: 1fr;
  }
  .admin_kv dt {
    margin-top: 8px;
  }
}

.admin_footer {
  background: #fafbfc;
}

@font-face {
  font-family: "Journal";
  src: url("../../assets/journal.eot");
  src: url("../../assets/journal.eot?#iefix") format("embedded-opentype"), url("../../assets/journal.woff") format("woff"), url("../../assets/journal.ttf") format("truetype"), url("../../assets/journal.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#BOSSignatureModal {
  width: 100%;
  min-width: 500px;
  max-width: 540px;
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 6px;
}

@media (max-width: 640px) {
  #BOSSignatureModal {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem 1.5rem;
  }
  .bos-signature-canvas {
    height: 120px;
  }
  .bos-signature-toggle-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .bos-signature-confirm {
    padding: 0.6rem 1.2rem;
    font-size: 1.05rem;
    width: 100%;
    text-align: center;
  }
  .bos-signature-clear {
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
  }
  .bos-signature-consent-check input {
    transform: scale(1.3);
  }
  .bos-signature-type-sample {
    font-size: 1.35rem;
  }
  .bos-signature-type-option {
    padding: 0.55rem 0.6rem;
  }
}
@media (max-width: 800px) {
  .docurocket-payload #BOSSignatureModal {
    min-width: 0;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
.sigPad {
  margin: 0;
  padding: 10px 5px 10px 5px;
}

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #000;
}

.sigPad label.error {
  color: #FF3333;
}

.sigPad input {
  margin: 0;
  padding: 5px 0px 5px 10px;
  border: 1px solid #666;
  font-size: 1.625rem;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 20px;
  background-color: #333399;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
}

.sigPad button:hover {
  background-color: #007531;
  color: #FFFF6B;
}

.sig {
  display: none;
  width: 100%;
}

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  width: 100%;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;
  border: 0;
  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #333399;
  color: #FFFF6B;
}

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  line-height: 1.375;
  width: 20%;
}

.sigWrapper {
  clear: both;
  height: 60px;
  border: 1px solid #333399;
}

.sigWrapper.current {
  border-color: #666;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;
  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url("../../assets/pen.cur"), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url("../../assets/pen.cur") 16 16, crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;
  cursor: default;
  color: #145394;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Journal", cursive, sans-serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  border-top: 3px solid #333399;
  color: #000;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #f33;
  color: #fff;
  font-weight: bold;
}

.bos-signature-modal {
  text-align: left;
}

.bos-signature-title {
  text-align: center;
  margin: 0 0 1rem;
}

.bos-signature-mode-toggle {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.bos-signature-toggle-btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  color: #333;
  cursor: pointer;
}

.bos-signature-toggle-btn.is-active {
  background: #2f8f56;
  border-color: #2c7a4b;
  color: #fff;
}

.bos-signature-type-options {
  margin-top: 0.75rem;
}

.bos-signature-type-options.is-hidden {
  display: none;
}

.bos-signature-type-options.needs-attention {
  background-color: #ffffd5;
  border: 1px solid #d8c96a;
  border-radius: 6px;
  padding: 0.5rem 0.6rem;
}

.bos-signature-type-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bos-signature-type-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
}

.bos-signature-type-option input[type=radio] {
  margin: 0;
}

.bos-signature-type-sample {
  font-size: 1.6rem;
  line-height: 1;
  color: #2b2b2b;
}

.bos-signature-more-styles {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #336699;
  cursor: pointer;
  text-decoration: none;
}
.bos-signature-more-styles:hover {
  text-decoration: underline;
}

.bos-signature-label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.bos-signature-input {
  width: 100%;
  height: 2.5rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.2;
}

.bos-signature-pad-block {
  margin-top: 0.85rem;
}

.bos-signature-pad-block.is-hidden-mode,
.bos-signature-tools.is-hidden-mode {
  display: none;
}

.bos-signature-pad {
  margin-top: 0.35rem;
  padding: 0.75rem;
  border: 1px solid #e3e3e3;
  background-color: #f1f1f1;
  border-radius: 6px;
  width: 100%;
}

.bos-signature-pad.is-locked {
  opacity: 0.85;
}

.bos-signature-pad.is-locked canvas {
  pointer-events: none;
}

.bos-signature-pad.needs-attention {
  background-color: #ffffd5;
  border-color: #d8c96a;
}

.bos-signature-canvas {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border-radius: 4px;
}

.bos-signature-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.bos-signature-clear {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #c93f3f;
  background: #fff2f2;
  color: #b72c2c;
  text-decoration: none;
}

.bos-signature-clear:hover {
  background: #ffe1e1;
}

.bos-signature-optional {
  font-size: 0.85rem;
  color: #666;
}

.bos-signature-consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.bos-signature-consent-text {
  margin: 0;
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: left;
}

.bos-signature-consent-check {
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.bos-signature-input.needs-attention {
  background-color: #ffffd5;
  border-color: #d8c96a;
}

.bos-signature-consent-check input {
  transform: scale(1.05);
}

.bos-signature-consent.needs-attention {
  background-color: #ffffd5;
  border: 1px solid #d8c96a;
  border-radius: 6px;
  padding: 0.5rem 0.6rem;
}

.bos-signature-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.bos-signature-confirm {
  padding: 0.45rem 0.9rem;
  font-size: 0.95rem;
  border-radius: 4px;
  border: 1px solid #2c7a4b;
  background: #2f8f56;
  color: #fff;
  cursor: pointer;
}

.bos-signature-confirm:hover {
  background: #257245;
}

.bos-seal-action-bar {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  pointer-events: none;
}

.bos-seal-button {
  padding: 1.1rem 2.8rem;
  font-size: 1.9rem;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid rgba(44, 95, 138, 0.5);
  background: rgba(51, 102, 153, 0.35);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  pointer-events: all;
  transition: background 0.15s, border-color 0.15s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.bos-seal-button:hover:not(:disabled) {
  background: rgba(40, 82, 122, 0.55);
  border-color: rgba(44, 95, 138, 0.8);
}

.bos-seal-button:disabled,
.bos-seal-button--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.bos-sealed-action-bar {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  gap: 0.6rem;
}

.bos-verify-button {
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid rgba(47, 143, 86, 0.5);
  background: rgba(47, 143, 86, 0.8);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.bos-verify-button:hover:not(:disabled) {
  background: rgba(37, 114, 69, 0.9);
  border-color: rgba(47, 143, 86, 0.8);
}

.bos-verify-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bos-reopen-button {
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  background: rgba(180, 80, 40, 0.75);
  color: #fff;
  border: 1px solid rgba(200, 100, 50, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.bos-reopen-button:hover:not(:disabled) {
  background: rgba(180, 80, 40, 0.9);
  border-color: rgba(200, 100, 50, 0.8);
}

.bos-reopen-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bos-download-pdf-button {
  padding: 0.5rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  background: rgba(30, 64, 175, 0.75);
  color: #fff;
  border: 1px solid rgba(30, 64, 175, 0.5);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.bos-download-pdf-button:hover:not(:disabled) {
  background: rgba(30, 64, 175, 0.9);
  border-color: rgba(30, 64, 175, 0.8);
}

.bos-download-pdf-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bos-seal-confirm-modal {
  max-width: 420px;
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 6px;
  text-align: left;
}

.bos-seal-confirm-title {
  text-align: center;
  margin: 0 0 0.75rem;
  font-weight: bold;
}

.bos-seal-confirm-message {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #333;
  margin-bottom: 1.25rem;
}

.bos-seal-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.bos-seal-confirm-cancel {
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  border-radius: 4px;
  border: 1px solid #bbb;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
}

.bos-seal-confirm-cancel:hover {
  background: #e8e8e8;
}

.bos-seal-confirm-ok {
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #b73333;
  background: #c94444;
  color: #fff;
  cursor: pointer;
}

.bos-seal-confirm-ok:hover {
  background: #a83838;
}

.bos-seal-verify-result {
  padding: 0.75rem 1rem;
  text-align: center;
}

.bos-seal-verify-inner {
  display: inline-block;
  text-align: center;
}

.bos-seal-verify-icon {
  font-size: 1.4rem;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.bos-seal-verify-status {
  font-size: 0.95rem;
  font-weight: 600;
  vertical-align: middle;
}

.bos-seal-verify-status--pass {
  color: #2f8f56;
}

.bos-seal-verify-status--fail {
  color: #c94444;
}

.bos-seal-verify-status--unknown {
  color: #888;
}

.bos-seal-verify-hash {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #555;
}

.bos-seal-verify-hash-label {
  font-weight: 600;
}

.bos-seal-verify-hash-value {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.bos-sealed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  z-index: 100;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.bos-sealed-overlay-label {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transform: rotate(-25deg);
  user-select: none;
  pointer-events: none;
}

.bos-seal-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 320px;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  animation: bosToastFadeIn 0.3s ease-out;
}

.bos-seal-toast--pass {
  background: #f0faf4;
  border-left: 4px solid #2f8f56;
}

.bos-seal-toast--fail {
  background: #fef2f2;
  border-left: 4px solid #c94444;
}

.bos-seal-toast__icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.bos-seal-toast--pass .bos-seal-toast__icon {
  color: #2f8f56;
}

.bos-seal-toast--fail .bos-seal-toast__icon {
  color: #c94444;
}

.bos-seal-toast__body {
  flex: 1;
}

.bos-seal-toast__title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.bos-seal-toast__pdf {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.35;
}

.bos-seal-toast__close {
  background: none;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  color: #999;
  padding: 0 0.25rem;
  flex-shrink: 0;
}
.bos-seal-toast__close:hover {
  color: #333;
}

@keyframes bosToastFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media print {
  .bos-seal-action-bar,
  .bos-sealed-action-bar,
  .bos-seal-verify-result,
  .bos-seal-confirm-modal,
  .bos-sealed-overlay,
  .bos-seal-toast {
    display: none !important;
  }
}
:root {
  --dr-header-height: 80px;
  --dr-container-max: 1200px;
  --dr-primary-light: rgba(230, 57, 70, 0.1);
  --dr-secondary-light: #2D4A6F;
  --dr-bg-light: #F8F9FA;
}
