@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #02294c;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff7784;
  --orange: #fd7e14;
  --yellow: #04a1d0;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #02294c;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #04a1d0;
  --danger: #ff7784;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--stoam-body-color);
  text-align: left;
  background-color: var(--stoam-body-bg);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #02294c;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #000101;
  text-decoration: underline;
}

/* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 314, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 319, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--stoam-body-bg);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--stoam-body-color);
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: var(--stoam-body-color);
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c3cd;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7b90a2;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a9b6c2;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9b6c2;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #b9e5f2;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #7ccee7;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #a3ddee;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #a3ddee;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffd9dd;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb8bf;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ffc0c6;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffc0c6;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #056cc8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--stoam-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 70, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 88, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 123, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 127, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 136, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 139, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 145, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 156, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 166, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff7784;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 119, 132, 0.9);
  border-radius: 0.25rem;
}

/* line 70, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff7784;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7784' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7784' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 88, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff7784;
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.25);
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff7784;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7784' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7784' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff7784;
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.25);
}

/* line 123, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff7784;
}

/* line 127, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 136, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff7784;
}

/* line 139, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff7784;
}

/* line 145, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ffaab2;
  background-color: #ffaab2;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.25);
}

/* line 156, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff7784;
}

/* line 166, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff7784;
}

/* line 171, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff7784;
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.25);
}

/* line 275, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: var(--stoam-body-color);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: var(--stoam-body-color);
  text-decoration: none;
}

/* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #011527;
  border-color: #010e1a;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #011527;
  border-color: #010e1a;
  box-shadow: 0 0 0 0.2rem rgba(40, 73, 103, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #010e1a;
  border-color: #00070e;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 73, 103, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #04a1d0;
  border-color: #04a1d0;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #0384aa;
  border-color: #037a9e;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #0384aa;
  border-color: #037a9e;
  box-shadow: 0 0 0 0.2rem rgba(42, 175, 215, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #04a1d0;
  border-color: #04a1d0;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #037a9e;
  border-color: #037191;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 175, 215, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #212529;
  background-color: #ff7784;
  border-color: #ff7784;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ff5161;
  border-color: #ff4456;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff5161;
  border-color: #ff4456;
  box-shadow: 0 0 0 0.2rem rgba(222, 107, 118, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #ff7784;
  border-color: #ff7784;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4456;
  border-color: #ff374a;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 107, 118, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #02294c;
  border-color: #02294c;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #02294c;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #04a1d0;
  border-color: #04a1d0;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #04a1d0;
  border-color: #04a1d0;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 161, 208, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #04a1d0;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #04a1d0;
  border-color: #04a1d0;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 161, 208, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #ff7784;
  border-color: #ff7784;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ff7784;
  border-color: #ff7784;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff7784;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ff7784;
  border-color: #ff7784;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #02294c;
  text-decoration: none;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #000101;
  text-decoration: underline;
}

/* line 93, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--stoam-body-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 154, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #02294c;
}

/* line 161, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 75, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 93, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 101, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 129, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 134, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 146, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 151, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 163, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 185, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #02294c;
  background-color: #02294c;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #056cc8;
}

/* line 52, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #0887f9;
  border-color: #0887f9;
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 99, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #02294c;
  background-color: #02294c;
}

/* line 133, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 41, 76, 0.5);
}

/* line 142, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 41, 76, 0.5);
}

/* line 153, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 41, 76, 0.5);
}

/* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 41, 76, 0.5);
}

/* line 221, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #056cc8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 248, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 320, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #056cc8;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 326, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 332, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 337, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 342, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 359, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 383, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 390, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 395, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px var(--stoam-body-bg), 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 396, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--stoam-body-bg), 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 397, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--stoam-body-bg), 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 400, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 404, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #02294c;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 404, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 415, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #0887f9;
}

/* line 420, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 431, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #02294c;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 431, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 441, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #0887f9;
}

/* line 446, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 457, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #02294c;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 457, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 470, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #0887f9;
}

/* line 475, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 486, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 491, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 498, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 502, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 506, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 510, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 514, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 520, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 520, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: var(--stoam-body-bg);
  border-color: #dee2e6 #dee2e6 var(--stoam-body-bg);
}

/* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 82, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #02294c;
}

/* line 95, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 103, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 120, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 233, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 240, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 253, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 258, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 264, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 276, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 285, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 292, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 305, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 310, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 316, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.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 rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  display: flex;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #02294c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #000101;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.25);
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #02294c;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #010e1a;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 41, 76, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #fff;
  background-color: #04a1d0;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #037a9e;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 161, 208, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #212529;
  background-color: #ff7784;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #ff4456;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 119, 132, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #011528;
  background-color: #ccd4db;
  border-color: #b8c3cd;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a9b6c2;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: black;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #02546c;
  background-color: #cdecf6;
  border-color: #b9e5f2;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #a3ddee;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #012d3a;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #853e45;
  background-color: #ffe4e6;
  border-color: #ffd9dd;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #ffc0c6;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #622e33;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #02294c;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--stoam-body-color);
  background-color: #e9ecef;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #02294c;
  border-color: #02294c;
}

/* line 77, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #011528;
  background-color: #b8c3cd;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #011528;
  background-color: #a9b6c2;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #011528;
  border-color: #011528;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #02546c;
  background-color: #b9e5f2;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #02546c;
  background-color: #a3ddee;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #02546c;
  border-color: #02546c;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #853e45;
  background-color: #ffd9dd;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #853e45;
  background-color: #ffc0c6;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #853e45;
  border-color: #853e45;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: var(--stoam-body-color);
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 53, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #02294c !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #010e1a !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #04a1d0 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #037a9e !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #ff7784 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff4456 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #02294c !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #04a1d0 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #ff7784 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 35, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 56, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 60, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #02294c !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #000101 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #04a1d0 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #036785 !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #ff7784 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #ff2b3f !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: var(--stoam-body-color) !important;
}

/* line 52, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 72, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 117, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, ../../usr/local/bundle/gems/bootstrap-4.5.3/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: 'fontello';
  src: url(/../font/fontello.eot?81340516);
  src: url(/../font/fontello.eot?81340516#iefix) format("embedded-opentype"), url(/../font/fontello.svg?81340516#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAACXQAA8AAAAAPQQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA+NFQBY21hcAAAAdgAAAEOAAADWJkil4pjdnQgAAAC6AAAAAsAAAAOAAAAAGZwZ20AAAL0AAAG7QAADgxiLvl6Z2FzcAAACeQAAAAIAAAACAAAABBnbHlmAAAJ7AAAF9IAACOYpSznvGhlYWQAACHAAAAAMwAAADYhcJUvaGhlYQAAIfQAAAAgAAAAJAgWBE5obXR4AAAiFAAAAE0AAACIc0L/1mxvY2EAACJkAAAARgAAAEaL3IEgbWF4cAAAIqwAAAAgAAAAIAIgDzJuYW1lAAAizAAAAXQAAALNzZ0ZGnBvc3QAACRAAAABEgAAAYfrOAUmcHJlcAAAJVQAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYU5hnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDAdeMHwyYg76n8UQxbyGYTlQmBFFERMAdGUMvXic7dJLTsJQGMXxf6HiC98PFKrYBBk5YuzAgatzCcR1OHID7OQMGzaA5+v9El2Et/mR3C/tpek5wB4wtBerofqmItaXp1U/H3LUz2s+vD/lgAEjTdRo2a27zXa124HQVIvf/Z9V+ZlX3njvr9gPfGbtfx6x79MOff4xY0583xnnXHDJFdfccMuEO+6ZMqPhgUfmPNH6iBH/axw/1Wfu2sigiNyU/K1RipyVImul6ICSM0HJ6aDknFByYihFN5ScIkrxdkpOFiVnjJLTRsm5o+QGoOQuoORWoOR+oOSmoOTOoOT2oOQeuaGFG4VmBTFrCmK2KIjZc+HmoWXhDtKtC7eRblO4l2xXBe0PscxfhAAAeJxjYEAGAAAOAAEAeJytV2tbG8cVntUNjAEDQtjNuu4oY1GXHckkcRxiKw7ZZVEcJanAuN11brtIuE2TXpLe6DW9X5Q/c1a0T51v+Wl5z8xKAQfcp89TPui8M/POnOucWUhoSeJ+FMZSdh+J+Z0uVe49iOiGS9fi5KEc3o+o0Eg/mxbTot9X+269TiImEaitkXBEkPhNcjTJ5GGTClrVVb1JRS0HR8XlmvADqgYySfyssBz4WaMYUCHYO5Q0qwCCdECl3uGoUCjgGKofXK7z7Gi+5viXJaDyR1WnijVFohcdxKMVp2AUljQVPaoFEeujlSDICa4cSPq8R6XVB6NrzlwQ9kOqhFGdio14960IZHcYSer1MLUJNm0w2ohjmVk2LLqGqXwkaZ3X15n5eS+SiMYwlTTTixLMSF6bYXST0c3ETeI4dhEtmg36JHYjEl0m1zF2u3SF0ZVu+mhB9JnxqCz243iQxuR4cZx7EMsB/FF+3KSylrCg1Ejh01TQi2hK+TStfGQAW5ImVUy4EQk5yKb2fcmL7K5rzedfEknYp/JaHYuBHMohdGXr5QYitBMlPTfdjSMV12NJm/cirLkcl9yUJk1pOhd4I1GwaZ7GUPkK5aL8lAr7D8npwxCaWmvSOS3Z2nm4VRL7kk+gzSRmSrJlrJ3Ro3PzIgj9tfqkcM7rk4U0a09xPJgQwPVEhkOVclJNsIXLCSHpwsixlUitSresirkzttNV7BLul64d3zSvjUNHc7OiGEKLq+rxGor4gs4KhZAG6VaTFjSoUtKF4DU+AAAZogUe7WK0YPK1iIMWTFAkYtCHZloMEjlMJC0ibE1a0t29KCsNtuKrNHegDptU1d2dqHvPTrp1zFfN/LLOxFJwP8qWlgJyUp8WPb5yKC0/u8A/C/ghZwW5KDZ6Ucbhg7/+EBmG2oW1usK2MXbtOm/BTeaZGJ50YH8HsyeTdUYKMyGqCvFCQd0ZOY5jslXTIhOFcC+iJeXLkOZRfnOIcOLL5D+XLjliUVSF7/scgWWsOWm2PO3Rp577NMK1Ah9rXpMu6sxheQnxZvk1nRVZPqWzEktXZ2WWl3VWYfl1nU2xvKKzaZbf0Nk5lp5W4/hTJUGklWyR8w7flibpY4srk8WP7GLz2OLqZPFjuyi1oAvemX7CqX9bV9nP4/7V4Z+EXU/DP5YK/rG8Cv9YNuAfy1X4x/Kb8I/lNfjH8lvwj+Ua/GPZ0rJtCva6htpLiUTTc5LApBSXsMU1u67pukfXcR+fwVXoyDOyqdINxY39iQyXvX92nOJsvhJyxdEza1nZqYURmiJ7+dyx8JzFuaHl88by53Ga5YRf1Ylre6otPC9W/iX4b+uO2shuODX29SbiAQdOtx+XJd1o0gu6dbHdpI3/RkVh90F/ESkSKw3Zkh1uCQjt3eGwozroIREePnRdvEgbjlNbRoRvoXet0EXQSminDUPLZoVP5wPvYNhSUraHOPP2SZps2fOoovwxW1LCPWVzJzoqybJ0j0qr5adinzvtDJq2MjvUdkKV4PHrmnC3s69SKUgGisp4VLFcClIXOOFO9/ieFKah/6tt5FhBwza/WDOB0YLzTlGibE+toIkgGWUUXPkrp+JENqLBRhTxm3fSL3WhENrjWEjMllfzWKg2wvTSZIlmzPq26rBSzuKdSQjZGRtpEntRS7bxoLP1+aRku/JUUKWB0d3j3y42iadVe54txSX/8jFLgnG6Ev7AedzlcYo30T9aHMVtuhhEPRdvqmzHrWzdWca9feXE6q7bO7Hqn7r3STsCTbe8Jync0nTbG8I2rjE4dSYVCW3ROnaExmWuz1Ub+RQfaL51nQtU4fq0cPPs+ds6m8FbM97yP5Z05/9VxewT97G2Qqs6Vi/1OLezgwZ8yxtH5VWMbnt1lccl92YSgrsIQc1ee3yN4IZXW3QTt/y1M+a7OM5ZrtILwK9rehHiDY5iiHDLbTy842i9qbmg6Q3Ab+uRENsAPQCHwY4eOWZmF8DM3GNOB2CPOQzuM4fBd5jD4Lv6CL0wAIqAHINifeTYuQdAdu4t5jmM3maeQe8wz6B3mWfQe6wzBEhYJ4OUdTLYZ50M+sx5FWDAHAYHzGHwkDkMvmfs2gL6vrGL0fvGLkY/MHYx+sDYxehDYxejHxq7GP3I2MXox4hxe5LAn5gRbQJ+ZOErgB9z0M3Ix+ineGtzzs8sZM7PDcfJOb/A5pcmp/7SjMyOQwt5x68sZPqvcU5O+I2FTPithUz4Hbh3Juf93owM/RMLmf4HC5n+R+zMCX+ykAl/tpAJfwH35cl5fzUjQ/+bhUz/u4VM/wd25oR/WsiEoYVM+FSPzpsvW6q4o1KhGOKfJrTB2Pdo+oCKV3uH48e6+QUl2gFBAAAAAAEAAf//AA94nM16C3BcV5nm+c+579t9u2/3fUgtdavfLevRkvupt9qybEuyYkuyY1mOZfkhR1asCbZITMjDpU3iEDzBJJkMAVdqBrKEgQJmYckUuwMF8wCyxTBTDMUmw9bAUqRqSMLusFtDtpjZ6Hr/cyWTkGHYhd3ZGnX3ed///uec//H954gIhNy4g73C5kiUJMkAmSK3NY7qQBVRoeKGBoSoClFXiCKDyBRxhTAiCUxaDYAAIMxjJsASwcrBdMq2KJnY0xiuVYvd+VxqIN3fErOSdjKgkiiNBiWnE1JpA2zTSkA5VRqBqlkpApQSYBmQLkJlBCCdr5plybZcx3VK9Vq9Vq0UyqYlZaKW1Im9w1CpDULJsdnDb3y/pdiCX5b0c+/W2vFa7fgaT7wv68aquKN9fO+ze8fbd4irht5s6Mu64SdsDh/4uae9b28/iMnmxw0dPhHKzPInOYnZTMib1w36r7cfN3RCCNz4yY1n4XuslQSJ9DmVQalTdGSpAPk61FxHBvhKLBZzvHuamuBRB4vedSuGOVxtwh/2xLzHiE/n75DOd7fp6CLScVUkUnMBiUiFfBBu965zUvBoU5N3D5KwYB3u4rS8S7Em/MUcTgf30WOv0i8Rl2QbKd5whTDKHiFAKcwTALpEKNCDViZrClKsE/JpyXLFFKZOOQWYlpDzSoF+RIvbuO9vPG/YtsGmbxDNjmswpOv0c7od12/YcRvb+JghPa7xOcg33iCEPYUylCFFMkj2kwWySi6RTzdCMyCSpEtV8RgEFDa9/zP6zNFGjSjBQEBZJxDSZIGKRASyQtSgqM4belgSRBJUxOAKCTAWmCeBADtJWIDNtDTq/MGgEtj4FZ9caKRKPXe98x1rK8snjs/feuCWyb27RvrqPYOlwUxzn1NLmlJrJ5RR3nqgCBlckxBIrjMIsuS4Jl+fUq1qjkBBrNXLsgFyupCXd2bS+UJ+FHiD+DbhrBfKjms72JPBMW8X3To27yxCIV8ouw5bFSKqzqJCLPTGfw/HWFQM6KbQJifTKYded1PpNnnzw5J0nkLejZnGMxCwZUNoXTNZAYSg+nk1EMAkeJCdFxUwZDfoRqwXg+q6Egwq62rwrGwHYu00IJ5vEehHA0Z0wXRdcyESCjyXG414X3RSSRfGzUaOHT78e01tEDWzmhK2PvExN/USJz3Ck2/+Xv1O5hiqBqGw9wSn/KwaDKpfVjRIuXf2fcImhKL8vUw/Rv8TaSI5MtwYwK0RrzC0EXBFBoEIVyQglJIFzAg9hePpbKwZSLKtORfLRcxgQJFJEzQpaCVyaBoK+Uqt5DphKZkP12slx5JRQqPcOmC7gyZEgkNLV2FPKNEVWn7B++HXzoS6EqE9V0/ZyWRHIrH/6p/sCXUkQsveay98DZpPhxIdoT1/chUyCRtEJ5FwvP9pJ7jscr5/F77J4iSCmjPY6CMikUCUVgnIyDCQVQEoY3QBM8qWuEodBOI6thXUNVWRGCURiHCuo5lqCmVlEOxUtVyqFaqVfLRSkvJTfWgbnbo31uemIZn8Pv1rWHqHd29T8uLFZNN/bkrCgQvfpz4ff8+epF8lYbKTFBudxXyuyQ4ZQQVYAFCJpwVgwK6gXsMVZItc6mjPpPGFotTcCbgccqaasblImio4dRnr6YIKUr4H8jVU7FIbVLfELw6uY7GIY7z4/hdDFsAu/NyfFmUqi95l77IcFDOoWfBEpDf6qKacV7R7JWj3XsehL77oGBACxfspZHeIyM6Y9yUcukMyRDgQCl1cUzRNefl2Ibxlj9AmPEc/SGwSb8RCyDZMcwO0NQPsvGS5FuPMW2jn0mg4K6M+m37isOfCXjLcFfZeC4WmMf8o3InpdJg6DnaEQuD41fBz8I5weDrk27/Poh8LkFaSaiRM/30U+LsYXy3cMzuok1ZoFXCvRHxfochwReqlBHVHmMslDCT4iaF7Hw1pHenYtQfSEyPFqNXV2Jt54NqG95x2UIOZkFarzeTuuwpNHWnbyrbH4LHXN7zPav7+3Xx/P6k2SiV8dwzXiE4jb4wA2yCMPSyiKhBhATOBnMJtFMhse0ebbdsSt0CVIjOYjIuBuSBb6Ahq9e3VeTu37CNN+VppqDGUDWtpzWjvG++rlTosugrjML66j/Ob0H7hVKhYHO9oCghNvclIMBjKdySolMhOdS6uev8B+lYX7+Pz+cVT3fYzq0xCWz9B+hrVNDBqACa4twITKM4S50eJsEpQ99kCzhlO4eRhdqCvUupoz2ZFqanTrIzQMmoxSi0KrGyIIV9QixRnGC1CtVCp4RRlRAVogLkuVfJyWsIF4RYVv4Ui1E4/e+p3v/Gpq90HzHYxHLEiYVFiGqC9oZIwhYZprDvXAeGEqPV1HzwHly9efgbyQZEqlIa1wQH40ej9d4x95convwcdid+J5vOJRERWUJiNYGtve58F/eFiMNQ4Ar15d+xoS/fY85dP3Q/PXtxdDJliVtQl1nRpS8bpON1A7IQ7jpZDvMJF/BFBoih+ZJ7nBJYYF0O0GmbYCOiqLOH6RCEqczxUsjrBttLDkElXBlFDS3GgyMu3lr/FE3h8K+fJzbUX/gLXvpdMNfa157PppINOzwAm6DKaJzZNRAF5wJ3wnf+VtyqcJKFbxuwUkYg025N1nYyZkqV4p41LXEd3tJ1VHRfTSt0R3DyKXLnk1uqSzH+2ZbBCOpH4zNW5B5uslkzy6DpURypDkDkB4evyU6u/sX9+snVucl/vLQP3fvy1R/8yx9bg9LSgmo8dYwlIX2iMD959VU01n3tqJtJ12061bX9f6uzX//DxI1xDuFxxHBogXahBK43lMJrhBAgiypZERSqJGzg7KgqXdZAJlWS6gurDcLIrAUVjfMEX/AKBUypf8dlidzAIpFLu7i/2B7uCXZ07Um2x5iYnZMgSCUCAI9IcAlKEo+hxOBS1y7gttg9Pqynusevo+etRRKqVfCZVgJ8b3OUDyJqPPf/98vN7NazTo5tfFKRuWI93BZ6XWYu72dpN73tzYGk7r3Hguew9fE/Cws5l3MRbW1zYI6uq27LMoenNUVzEwj/D6DIJkWZEWd2kTobJbnILOYSbeoacJ+vkfvIIeabxoZ2dCIuOz8/sFwyVTne3xZ2orohEJVMP/6t3333xN+64fWlCMyZxgURyxQ5ZzFCNR9DjyQJ6OUWkK9FgJGBqYVlRVWX+ZxVFPaWDqqiza2tnl48dO3z4wIHx8bX1tfXl82fPHztz7MzhhcMLR249cOjAobnZ8VvGbxnb1RgdHhocqJR3tEccB7UeuDrLjhs1a/U8qjDXZYT5iPFzCcBsJ0qfKOGQMu/P+WPLCJ+wrVzN51D+ynkRwwK3zvvL/Mlq2eZZGYe2oa2s1XEsWkizbI7QOj4YAqSMJHKc7AjUC3n468JkvDVy28nek7dFWuOTfzZxf684sMtqbYORfL+1a0DsvX/z8YLjCi9Rc/8YK4tj+036EnPdzZMh+uI5WFw89yLdTAquU/C7epixeK733KLBevgDYsF12eZ/O7FgDk4UeguTA+Zt3qM+1X2ZZCv8F6s1lfFfyeaUycH+PXEKO7yXaHxP/+BkwJ7rZztikwPD+R13TcZ2sP65z/Y3xvadno0XBaEYnz29d3cjPzv3EIvH2UNzD+4ba/T7zYdmsI6tM4f8of2N3Xs/x1rH3jWpcOLK5LvG4t0+OTs3MjA5OdDI+G/isiX4fusWegOtgoWylSWPNNwEUDHuGCgStBnNCDfl6KoQvUcQvReISLmdY2hZsAstC3ZekIBHgvMSt8AniQACwvX8Px5JrvzjgQuNCCGpZJMbDmGsicYJsZ7b6dYLuOE2VDJp9IC2VebhScGFTBWsEBTqPkr4s9JD5QlYCoiC95dCUBSghyVe8XpfYbdYi68sWoPOQ5Zcfqg8tI9KAcH7loApFIWLr3g9r8L1uL346nHbfsjxzfiNG76OHUL/3U1GGoPcOaOxQHxHp1tbKJ0k3FuDsCryJgSyPL+JZBPxfC7eneje0R6WENLkMgVuMooUeZd8g4LurlZ3bahjnEvR+6EftwxKv95tdvb2n3vv1Nkjh3eW+1Yfndpzf08E4kc2f7O8NJkvTCzdvjRZKEyc/G6k54HxqUdX+8o7Dx85O/Xec/29XZFu7wdHIF6YxEEThTxmJycK5KafgM/jXPIce71tA3C7LuVGq2keBEYtt8wRoR+gYDzC0WJ41NekbazIe6R/sFZjuVzsC3E3auiyODMjKroRdVu/wFtXLTgxv5yLfTGW1WRD07WX4EsvYWbIWpY33r69tq/6tj1Puho7WhEwwLTvlwQE2eSmjDCEaclENLJlnkXfQfq2dsvu5vIS2oz0tu1A3vzADMOqPPxk7z17997zGE/gsmSKtd9+9rdroiktnMGw84+UwBmY2u7GREdnMrx79zB6lX1/sT6jYCw6s/7nhGBcf2OBLbEzGMMk0cc2yDQ5QpbJneQB8gHyjCA08ncf6coIzea9oIR1Sql4Ghz9dsg4ZwdoILFQdQ2BuTIqioqK8jjKrSFdiUGTYRpN5kYLPhQKK6ENDCVES6TWRgosXbQuBEF3RP0CCSTcRMDdiGiUuWqcrUdBjcfVC8QgZrNhrpLmcKh5gYRbIUTCoVVCMJShRFzJQibpZOaR5UQgmVhJA9pClznuKokDxBdIPA4nCS7XTMv+z2jI1wd+AV+tYaXV5ysl0tQGSVli6gL51ZgjraHm1lV0Vr8+d/xw4Dd/2aptc6cjd1aQ/hxj0Yim4uKjZVz/f7lgwX+hG2kgX0/8anw5l//5GWs8+X/Ik375/xtTC/yvsffpp59+5ulnrn/oqSfff+2xq1cefnDjgfvefc+7Lt31zosX7lxbXVk+c2rp+LGj84cPHTywf2rPOMKXwf6+eq1SsqIm/lnzh3NSW2e1UkcgUUuik8Q4mmMYKVnghzn1MsKOcjUTLbvlehmBNbqqIi1Eueeyy2bGljIc50cRUyeAY2nI160St14Y2kTLVYTfw763QxJVhN1o3zLpKCIcq4Q4x8xU8fmo5dRxVMZ1JEsqILkyB6b4vOuHDpIwXl2GJ5er44Io8rJ3Jy9Lu4cHh/9g11BeyA4V3UH0hWxPNhmvVGzNqBzs2t0B7fvaq91GJAC7q1aip9xsV6u67kSNQKUlUqnEk9n1fP5ADT22IbvL2UK2A2rF+2pr1XEqimysduzxYzeLa3/q/SHsrdPsBz/41CT9naeNplZ9M9ubaYPmF+3oX8Hck+k8tKeeyLYjfnabP6QGNG2T2M0jz+xruc/7d5/RW59qou3/9aWo/R+9H7ZlvJ58CeYxcg+EFWivTuS7itnWRFubf3bDbryO2OXv0K+ESIqUyUCj3mKiJ1EBnTdGDW9FHxiDkhXiQw90gMISRx4H3b5CIZ/hoXcO1xFdoMSdissjzmilwBvQebu45tjCwA8+U/zQrw4j6BzpoCavyZqfgCbK8r2SIqoBeUUJKPApy1bTkTc+FkmrtgWfVtP59KE7+PkIJhB4CXCvJElQbogKSDT8xt9mMmYErHAmwyKmZW358L9ha/Tb6JWkzyHwKHVGZRVcFeoqFODz/TDs/XE/jMJov/fHMNzv/Sn9NiZ+21YHbyM3Y1R4HGOHZAPRph+Y8gMkfmzvh6WoTai0bCsczaTSlTIPQTd/mkhg/LnMQ0YfI0aYjuvcRnrIIEYeK2S5cWp+D5WUHalmUwWJH1EhJMKCBGRDQISEXly+jFqsKoa6EgpSJaBRCRRphci6Ls8TWdaXiC7rB88unzpx28KhuYPTk/t2jVpZK8//MmHUNn6y1Qlbx34ckLj/m3rUTP3sdgHKiGgykizafAy/Q+CbZ2ZunsRyPUb00waYQEJTsnx7MHn/m8VrmrxVlLUJL6AoFL5JFcV77z+0COJnJQF+pCm1Ss7rzVWgysd9qqB2Of/W7VALn8Zt/rz3Zd4Iu3j6T5S9ZWpu/jhgaZpFz+4SAcRD+MbNHxfHx4o06jOxaLdCwlrUfJl4D2LUKomSQiOr8SB3WgUypWOcP+njcB7h8wMXjH6zeYpBl10ZEctVFcy0IfZOXDr51MxueKf3vttPX586Xep69/t/8OTtpZjwuveY9z4I0Eh6/PQH/Pd8h76OeuVymQlKFCOAaR9BcvnZgpC2bUd9CMlvDkZxeR1+Ru5iWilAPi2/T43G1JcjsejLWiyiej9UYxrtVVsi6subkWAkEqR/+7IaaVGhWVXJtoydZxfZLIalTRiF9JIhMkG+8AeEH8IioHLQ3zU41t6ON7Bd10A/FwINBUxTVwxQUOIUeSWIIigKkrgSAAxpt66o+MGtwA62NEZvkuCT+DUoLDQKo8PlnYVcS/OeseGJ0Yn+2s6h8lB3R6630JtKNGdbstVMNhXmFywuSlo1uiVvqbRkm75c1qo5bNmSVkuqp3gZm7Fc+CfK9D3f+ULQfO0bubL3ULYC5RydyFa8L72mRyL6a4GIuep9mBfhpB4xAzfLAfPNMrazxl+Fg5sj9I5y7hvl3Btfz5XLuQWz2cTv3ZEm02yK3I0/nkVcnhEN92ON/Q2bISrpIDXU+BlynJxDLPxOchleaLTeA0boIiq18S5QlXWQ1AvoCe9IUl2TprdwJsoi45dQ/qk1hSskTEM0HNrAZRdFfR13ImTQ0EoUDKKohrJCVBMkWeX2gWi6rK0QMQKBoBg4R4KCEJwnwSC320Hh4DZUnHv7C24SDgOnvPrrUQ7/87LeOPZLaGu6uPF/QZzjnM4Ti3Oz3Z333bt8avHciZWjt84en7vtwPTk3rHRof5yb2etu1aoZnK5pLV154X2D8O8DKuNQvVNUb0ZWslSCDIYstZzvihmfLEs3JRMXrXfrBRB5AVuj7GRvSnBmagrS/lRjNpdqS5tRe8InuikaKYCh5r/TUmxvvrnuuntz1ZQuvdmK0mredGItNmi5F2HdMAMB73vBTgIC7yl9pYyPM9Lv4/KEHzV73map8k9+9Uguzb3R3PrXwUhe6jDLIUibMYIzLVkRO9ILPrVy2aAq8M3+Hu/02YpbeHWbPgjW3oxjyRQM76L2tNsgvmI2RzGOnxrS0+8H+1pZkGlA4nf9QIIubkO0wzvJGi9+FndOjuCsW7Cvw2dJ59shNpAFlpsShk/4mLbClJBcILef52g9wXpckBVmIB7LMir/N6dodVd1UESRWkBM0k8SURJRIhd5Y+hp934lZ5baGSGhnp7gAzND81PTtSqPYO9g107sqkmN/yW89CfO+J0EXL2gO8u/XujBES3rkdlRAtcQAq5rWv7rSt8QGjM+AGd4/Jrz+0jPkmWXPhJ72xPz+xJnpQYsrskKwF5QWSvQkjb/IBmQA9gQP01PQzeQ32L9friBUxOeP9DlNO7bj2SHW6KIJIP2bW2qXymzwhL6Ch398yemO3tmV2a7fmpTPuY+oSkKNJ7K0yHFzTD0DbfoZumvqt+wid154k+eq6W652uN+tO7pa+40dKe1JRVdd7kpmubGnr/oi66PMsUm70Yl3iLo9foKNrQoewgq/kN+mYAV3CaAbowQwXyah/iA52hqPHspwx8VMt+yfn1J3vTX/UufbJa9fuOjXH9v9We/sdz3lH4ePP3Xtunfhn3n/PjtGvbOOqeqPSDoKooAXg10YiEZgo8P+4oLjdK5xFH7ySJe6/Duar+Cn74JVfpHBsw2+IUOGYveVAeN3drmfeWl+wwm/8OGSBYzAz5MAvqS3v84t+CuEJA7tDfgrGPsPhHVj2sTjO5ffZMWagtxgms+RkY3EACNs/NIiyOYnSz6anQJ6kCHCY6F+GEZGRy4QIOM3LHD+KKLKrCgiyLCxgJsiniCzIs6MjXZ0Te0dmR2cr5c7hruG2dKxd4+4VwZ/Do6hMeiv8qtbquOQYRTkop3xF/P8h4YCElUZopUgNhk1y3YmWEpRfZBTker5aGaE0L59gEBmJJafqMx07gBaMkBAQdUUQW/PAovm2qmx0nd/34Im+vhMPXts4WYPdXe85eu7IMxfGaeOuDx5dW3p1emhs/TpaU5FKkWIi0zw3MtQrlvIBKgX1aRbowEnvyCRahJr3nb7jDz/28PEBWju5MXHx+IOdA4yN3/nhj314bYJW9//gzKUj1+8aIf8LS4S7aQAAeJxjYGRgYADinynNavH8Nl8Z+JlfAEUY7h3TOA6j/3/+H8lyjjkZyOVgYAKJAgCEdQ5UAHicY2BkYGAO+p/FwMBy7v/n/59ZzjEARVCAEgCwYgdreJxjfsHAwAzEjBf/fwHizyA2i/P/P0zLgGKPgHILIPJwzMbAwOQCVHMOSSwSRP//z7gNQjPHg+mvIDmQWmZBNDOgmMkaqheIAbETI2oAAAAAAAAAAJwAwADkASICJAKAAsQDLANkA6QEGASeBNYFRAXSBwAHhAfqCDIIhgteC8wL8AwSDNYNCg1EDgwPqBCEEL4RJBHMAAAAAQAAACIAnQAQAAAAAAACAEoAhwCNAAABFg4MAAAAAHicdZDfTsIwFId/5Z8KiRpNvLVXBmIcsMQbEhISDNzoDTHcmjHGNjJW0hUSXsN38GF8CZ/FH1sxRuKWrt/5enraHQBX+IJA8TxyFCxwyqjgEk7Qt1ymf7JcIT9brqKBV8s1+jfLddwjtNzANd5ZQVTOGC3xYVngUlxYLuFc3Fou0z9YrpD7lqu4ES+Wa/S+5TqmIrPcwJ34HKr1TsdhZGRz2JJux3XlbCcVVZx6ifQ2JlI6kwO5UKkJkkQ5vlodeBKEm8TTh/AwTwOdxSqVXadzUOMgDbRngvm+erYNXWMWcqHVSo5shlxrtQx840TGrHvt9u/zMITCGjtoxGxVBAOJJm2Ls4sOh0uaMUMys8iKkcJDQuNhwx1RvpIxHnAsGKW0ATMSsgOf39WRn5BC7k9YRR+t/o2npP0Zce4luqzbOcoak9I808vt/OfuGbY8zaU13LW/pc5vJTH6U0OyH/u1JY1P7+RdMbQ9tPn+83/f2l2ESXicbY/JbsMwDEQ9qdckTdt039v07I+SbdoWIkuCRMHI31d1rp0DQRCcN2SySs5aJ//rgBUukCJDjgIlKqyxwRaX2OEK17jBHre4wz0e8IgnPOMFr3jDOz7wiS9844CfpJLasxicmCpFPdfGkl47OYzndnNuhXNm3vXOaK6b4KUm73NlBhM4lbo36WgmytqR2mM2knC8WWpNk+VTZaVmcuS5CHahFjxLjqO8jWDifFCmESqlTnLuo7EdCxbqKPWQBR/IFacYFBqqRHRplkZHp25JVZ2Z9YLMO1LElPlROCpjznJy2YuWgxN+q2R8s27NZJ3Y25jUGV9HXycjkPzfIjXGHNOJdCjnUbAX1ibJL/hqa/0AAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2J02MjBoQWguFHonAwMDNxJrJwMzA4PLRhXGjsCIDQ4dESB+istGDRB/BwcDRIDBJVJ6ozpIaBdHAwMji0NHcghMAgQ2MvBp7WD837qBpXcjE4PLZtYUNgYXFwCUHCoHAAA=") format("woff"), url("data:application/octet-stream;base64,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") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(/../font/fontello.svg?81340516#fontello) format('svg');
  }
}
*/
/* line 127, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 162, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-instagram:before {
  content: '\e800';
}

/* '' */
/* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-left-open:before {
  content: '\e801';
}

/* '' */
/* line 164, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-right-open:before {
  content: '\e802';
}

/* '' */
/* line 165, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-right-arrow:before {
  content: '\e803';
}

/* '' */
/* line 166, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-front-business:before {
  content: '\e804';
}

/* '' */
/* line 167, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-logout:before {
  content: '\e805';
}

/* '' */
/* line 168, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-info:before {
  content: '\e806';
}

/* '' */
/* line 169, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-home:before {
  content: '\e807';
}

/* '' */
/* line 170, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-check:before {
  content: '\e808';
}

/* '' */
/* line 171, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-heart:before {
  content: '\e809';
}

/* '' */
/* line 172, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-heart-empty:before {
  content: '\e80a';
}

/* '' */
/* line 173, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-pinterest:before {
  content: '\e80b';
}

/* '' */
/* line 174, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-up-open:before {
  content: '\e80c';
}

/* '' */
/* line 175, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-twitter:before {
  content: '\e80d';
}

/* '' */
/* line 176, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-carret:before {
  content: '\e80e';
}

/* '' */
/* line 177, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-global:before {
  content: '\e80f';
}

/* '' */
/* line 178, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-edit:before {
  content: '\e810';
}

/* '' */
/* line 179, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-search:before {
  content: '\e811';
}

/* '' */
/* line 180, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-talking:before {
  content: '\e812';
}

/* '' */
/* line 181, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-usuer:before {
  content: '\e813';
}

/* '' */
/* line 182, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-youtube:before {
  content: '\e814';
}

/* '' */
/* line 183, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-attention:before {
  content: '\e815';
}

/* '' */
/* line 184, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-cancel:before {
  content: '\e816';
}

/* '' */
/* line 185, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-down-open:before {
  content: '\e817';
}

/* '' */
/* line 186, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-delete:before {
  content: '\e81a';
}

/* '' */
/* line 187, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-share:before {
  content: '\e81b';
}

/* '' */
/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-up-arrow:before {
  content: '\e81c';
}

/* '' */
/* line 189, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-facturas:before {
  content: '\e824';
}

/* '' */
/* line 190, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-lista-compra:before {
  content: '\e825';
}

/* '' */
/* line 191, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-pedidos-pendientes:before {
  content: '\e826';
}

/* '' */
/* line 192, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
/* line 193, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
/* line 194, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/fontello.scss */
.icon-whatsapp:before {
  content: '\f232';
}

/* '' */
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/assets/flexslider-icon-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.eot);
  src: url(/assets/flexslider-icon-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.eot?#iefix) format("embedded-opentype"), url(/assets/flexslider-icon-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.woff) format("woff"), url(/assets/flexslider-icon-a33da7f79dd1c1613427b0456652a39eabf4495325695b61331fd02ecc2e747d.ttf) format("truetype"), url(/assets/flexslider-icon-ac8acd124fa4d9146da396ad5c3735d00d8933f26f70b853a9935b131d803bdd.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 28, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 40, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 46, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 50, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider .slides img {
  width: auto;
  display: block;
  margin: auto;
}

/* line 59, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 70, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 79, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider {
  margin: 0px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 93, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 96, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 100, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 111, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 114, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 117, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

/* line 137, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 148, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 151, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 155, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 162, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 166, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 169, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 175, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 194, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 197, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 200, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 206, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 212, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

/* line 228, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 232, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 237, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 242, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 247, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

/* line 260, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 263, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 271, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 275, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.turbo-progress-bar {
  visibility: hidden;
}

/* line 4, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
body {
  color: var(--stoam-body-color);
  font-family: var(--stoam-font-family-body);
  font-weight: var(--stoam-font-family-body_bold);
  font-style: var(--stoam-font-family-body_italic);
}

/* line 10, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.cont .container {
  background-color: var(--stoam-body-bg-content);
}

/* line 13, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
h1, h2, h3, h4, h5, h6 {
  color: var(--stoam-headers-color);
  font-family: var(--stoam-font-family-headers);
  font-weight: var(--stoam-font-family-headers_bold);
  font-style: var(--stoam-font-family-headers_italic);
}

/* line 20, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
ul {
  list-style-type: none;
  padding: 0px;
}

/* line 25, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
li {
  list-style-type: none;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
a {
  color: var(--stoam-body-link-color);
}

/* line 33, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
a:hover {
  color: var(--stoam-body-link-color-hover);
  text-decoration: none;
  background-color: transparent;
}

/* line 39, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select {
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -moz-text-align-last: center;
       text-align-last: center;
}

/* line 50, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select option {
  color: var(--stoam-body-color);
  background-color: var(--stoam-body-bg);
}

/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select option:checked {
  color: var(--stoam-body-bg);
  background-color: var(--stoam-body-color);
}

/* line 58, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select:hover {
  cursor: pointer;
}

/* line 62, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select:disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
button:hover, input[type=submit]:hover {
  cursor: pointer;
}

/* line 71, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
input:focus, button:focus, textarea:focus, a:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 76, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
textarea {
  resize: none;
  width: 100%;
}

/* line 81, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
button:disabled, input:disabled, button[disabled], input[disabled] {
  background-color: #627889;
  border-color: #627889;
  color: #fff;
  cursor: not-allowed;
}

/* clears the ‘X’ from Chrome */
/* line 89, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 94, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn {
  transition: all 0.3s ease-out 50ms;
}

/* line 98, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-primary:focus,
.btn-primary {
  border-radius: 0;
  color: var(--stoam-btn_primary-color);
  background-color: var(--stoam-btn_primary-bg);
  border: 1px solid var(--stoam-btn_primary-border-color);
  border-radius: var(--stoam-btn_primary-border-radius);
  text-transform: var(--stoam-btn_primary-text-transform);
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: var(--stoam-btn_primary-color-hover);
  background-color: var(--stoam-btn_primary-bg-hover);
  border: 1px solid var(--stoam-btn_primary-border-color-hover);
  border-radius: var(--stoam-btn_primary-border-radius-hover);
  text-transform: var(--stoam-btn_primary-text-transform-hover);
  transform: var(--stoam-btn_primary-transform-hover);
}

/* line 118, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #d8d8d8;
  border-color: #d0d0d0;
  color: #fff;
}

/* line 126, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-secondary:focus,
.btn-secondary {
  border-radius: 0;
  color: var(--stoam-btn_secondary-color);
  background-color: var(--stoam-btn_secondary-bg);
  border: 1px solid var(--stoam-btn_secondary-border-color);
  border-radius: var(--stoam-btn_secondary-border-radius);
  text-transform: var(--stoam-btn_secondary-text-transform);
}

/* line 136, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: var(--stoam-btn_secondary-color-hover);
  background-color: var(--stoam-btn_secondary-bg-hover);
  border: 1px solid var(--stoam-btn_secondary-border-color-hover);
  border-radius: var(--stoam-btn_secondary-border-radius-hover);
  text-transform: var(--stoam-btn_secondary-text-transform-hover);
  transform: var(--stoam-btn_secondary-transform-hover);
}

/* line 146, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #d8d8d8;
  border-color: #d0d0d0;
}

/* line 152, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-info:focus,
.btn-info {
  border-radius: 0;
  color: var(--stoam-btn_info-color);
  background-color: var(--stoam-btn_info-bg);
  border: 1px solid var(--stoam-btn_info-border-color);
  border-radius: var(--stoam-btn_info-border-radius);
  text-transform: var(--stoam-btn_info-text-transform);
}

/* line 162, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-info:hover,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled):active {
  color: var(--stoam-btn_info-color-hover);
  background-color: var(--stoam-btn_info-bg-hover);
  border: 1px solid var(--stoam-btn_info-border-color-hover);
  border-radius: var(--stoam-btn_info-border-radius-hover);
  text-transform: var(--stoam-btn_info-text-transform-hover);
  transform: var(--stoam-btn_secondary-transform-hover);
}

/* line 172, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #d8d8d8;
  border-color: #d0d0d0;
}

/* line 179, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.button3 {
  color: #fff;
  background-color: #627889;
  border: 1px solid #627889;
}

/* line 185, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.button3:hover {
  color: #627889;
  background-color: #fff;
  border: 1px solid #627889;
}

/* line 191, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.link1 {
  color: #02294c;
  background: none;
  border: none;
}

/* line 197, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.link1:hover {
  color: #04a1d0;
}

/* line 201, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
ul {
  list-style-type: none;
  padding: 0px;
}

/* line 217, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select {
  text-transform: uppercase;
  border-radius: 0px;
}

/* line 222, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select:hover {
  cursor: pointer;
}

/* line 226, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select:disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

/* line 231, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.cursor {
  cursor: pointer;
}

/* line 235, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.alert {
  margin-bottom: 1em;
  border-radius: 0px;
  text-align: center;
  background-color: var(--stoam-body-alert-bg);
  color: var(--stoam-body-alert-color);
  border-color: var(--stoam-body-alert-border-color);
}

/* line 246, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.alert.error {
  background-color: var(--stoam-body-alert-error-bg);
  color: var(--stoam-body-alert-error-color);
  border-color: var(--stoam-body-alert-error-border-color);
}

/* line 252, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.upper {
  text-transform: uppercase;
}

/* line 256, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.bold {
  font-weight: bold;
}

/* line 260, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.open {
  display: block !important;
}

/* line 264, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.close {
  display: none !important;
}

/* line 268, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.separador {
  height: 40px;
}

/* line 271, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.hidden-js {
  display: none;
}

/* line 274, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
div.div-btns {
  margin: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}

@media screen and (max-width: 768px) {
  /* line 274, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
  div.div-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 284, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
  div.div-btns > .btn {
    width: 100%;
  }
}

/* line 289, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
div.div-btns-right {
  overflow: hidden;
}

/* line 291, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
div.div-btns-right > .btn {
  float: right;
}

/* line 295, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.loading {
  text-align: center;
}

/* line 298, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.loading .loading-icon {
  color: var(--stoam-body-link-color-hover);
}

/* line 301, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.icon {
  display: inline-block;
  width: 1em;
}

/* line 305, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.alert-icon svg {
  color: var(--stoam-warning2-color);
}

/* line 311, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.alert-icon-stock svg {
  color: var(--stoam-warning2-color);
}

/* line 318, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select.select-quantity,
div .form-control {
  border-radius: 0px;
  box-shadow: none !important;
  border: 1px solid var(--stoam-body-color);
  color: var(--stoam-body-color);
  background-color: var(--stoam-body-bg-content);
}

/* line 326, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
input[type="file"].form-control {
  height: auto;
}

/* line 330, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
select.select-quantity:hover,
select.select-quantity:focus,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  box-shadow: none !important;
  border-color: var(--stoam-body-link-color-hover);
  color: var(--stoam-body-color);
  background-color: var(--stoam-body-bg-content);
}

/* line 341, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.closemodal-pol {
  padding: 10px;
  border-radius: 50%;
  background-color: #627889;
  border: white;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

/* line 352, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.closemodal-pol:hover {
  padding: 10px;
  border-radius: 50%;
  background-color: #02294c;
  border: white;
  color: white;
}

/* line 360, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
#codigo_cliente {
  max-width: 175px;
}

/* line 363, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
body table.table .thead-light th,
body table.table thead th a,
body table.table thead th,
body table.table tfoot th {
  background-color: var(--stoam-body-table-bg);
  border-color: var(--stoam-body-table-border-color);
  color: var(--stoam-body-table-color);
  white-space: nowrap;
}

/* line 372, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
body table.table thead th a:hover {
  color: var(--stoam-body-table-color-hover);
}

@media (min-width: 768px) {
  /* line 376, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
  .cursor.cursor-mob {
    cursor: auto;
  }
}

/* line 381, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.icon-with-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 386, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.icon-with-title svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 391, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/base.scss */
.icon-with-title h2 {
  margin-bottom: 0px;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0px;
  z-index: 2;
  background-color: var(--stoam-header-bg);
  color: var(--stoam-header-color);
  box-shadow: var(--stoam-header-box-shadow);
}

/* line 10, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .header {
  height: auto;
}

/* line 13, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header label {
  color: var(--stoam-header-color);
}

/* line 17, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header input.form-control,
header select {
  background-color: var(--stoam-header-bg);
  color: var(--stoam-header-link-color);
}

/* line 22, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header input.form-control:focus,
header input.form-control:active,
header input.form-control:hover {
  background-color: var(--stoam-header-bg);
  color: var(--stoam-header-link-color);
  border-color: var(--stoam-header-link-color-hover);
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header input.form-control::-moz-placeholder {
  color: var(--stoam-header-input-placeholder);
}
header input.form-control::placeholder {
  color: var(--stoam-header-input-placeholder);
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header a, header button, header i {
  color: var(--stoam-header-link-color);
}

/* line 36, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header a:hover,
header a:hover i,
header i:hover,
header select:hover,
header button:hover {
  color: var(--stoam-header-link-color-hover);
}

/* line 44, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header ul.dropdown-menu {
  background-color: var(--stoam-header-bg);
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .cont-logo {
  height: 120px;
  text-align: center;
}

/* line 52, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .cont-logo:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 59, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .logo {
  position: absolute;
  width: 50%;
  text-align: center;
  margin: 15px 25% 0px 25%;
  z-index: 11;
}

/* line 70, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .cont-social {
  height: 120px;
  padding: 50px 15px 50px 15px;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .cont-social ul {
  height: 100%;
}

/* line 78, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .cont-user {
  height: 120px;
  padding: 50px 15px 50px 15px;
}

/* line 83, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .product-social {
  float: left;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

/* line 89, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .product-social a {
  margin: 0 5px;
}

/* line 94, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .tooltip-inner {
  max-width: 220px;
  background-color: #627889;
  text-align: left;
}

/* line 100, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, header .tooltip.bs-tooltip-bottom .arrow::before, header .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #627889;
}

/* line 104, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, header .tooltip.bs-tooltip-top .arrow::before, header .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #627889;
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .menu-sup {
  height: 60px;
}

/* line 112, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .menu-inf {
  position: fixed;
  top: 0px;
  background-color: var(--stoam-header-bg);
  width: 100%;
  height: 100%;
  z-index: 11;
}

/* line 121, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .menu-inf.menu-personalizable .nav form.search-form {
  display: flex;
  align-items: center;
}

/* line 128, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .menu-inf .container li.title-menu {
  background-color: var(--stoam-body-color);
  color: var(--stoam-header-bg);
  margin-top: 10px;
  padding: 0px;
  border-top: 1px solid var(--stoam-header-border-color);
}

/* line 136, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .close-menu {
  cursor: pointer;
}

/* line 141, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .open-menu {
  cursor: pointer;
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 151, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop {
  position: fixed;
  display: none;
  background-color: var(--stoam-header-bg);
  border: 1px solid var(--stoam-header-border-color);
  color: var(--stoam-header-color);
  width: 280px;
  z-index: 20;
  top: 50px;
  padding: 15px;
  margin-left: -200px;
}

/* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop ul {
  max-height: 300px;
  overflow-y: scroll;
}

/* line 166, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop ul li {
  padding: 10px 0px;
  float: left;
  border-bottom: 1px solid #02294c;
  width: 100%;
}

/* line 171, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop ul li div {
  float: left;
}

/* line 173, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop ul li div img {
  width: 100%;
}

/* line 177, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop ul li div.col-3 {
  padding: 0px;
}

/* line 183, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop .floatleft {
  float: left;
  margin-left: 5px;
}

/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .carrito-pop a {
  padding: 10px;
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
}

/* line 197, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .dropdown-toggle::after {
  display: none;
}

/* line 201, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .nav-idioma {
  float: left;
}

/* line 205, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .nav-select {
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}

/* line 217, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav {
  flex-direction: row;
  align-items: start;
}

/* line 220, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .nav-link {
  padding-left: 10px;
}

/* line 224, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .nav-item-dropdown {
  display: none;
}

/* line 226, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .nav-item:hover {
  position: relative;
}

/* line 229, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .nav-item:hover .nav-item-dropdown {
  position: absolute;
  display: block;
  z-index: 15;
  right: 1rem;
  background-color: var(--stoam-header-bg);
  width: 10rem;
  border: 1px solid var(--stoam-header-border-color);
}

/* line 238, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .nav-item:hover .nav-item-dropdown li {
  padding: .5rem;
}

/* line 244, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .navbar-nav .profile-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--stoam-header-link-color);
  color: var(--stoam-header-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 0.75rem;
}

/* line 259, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .search-box {
  border: none;
  width: 65%;
}

/* line 265, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .search-form button {
  background-color: transparent;
}

/* line 270, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .search-desck {
  position: absolute;
  border: none;
  margin-left: 30px;
  height: 40px;
  z-index: 1;
  background-color: var(--stoam-header-bg);
}

/* line 277, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .search-desck input {
  height: 100%;
  width: calc(100% - 54px);
  border: none;
  border-bottom: 1px solid;
  display: inline;
}

/* line 284, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .search-desck button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  height: 100%;
  float: right;
  background-color: transparent;
  padding-left: 0px;
}

/* line 295, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .vermas {
  cursor: pointer;
  color: var(--stoam-header-link-color);
}

/* line 300, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .vermas:hover {
  color: var(--stoam-header-link-color-hover);
}

@media all and (min-width: 0px) and (max-width: 767px) {
  /* line 305, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .search-desck {
    display: none !important;
  }
  /* line 308, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-sup {
    border-bottom: 1px solid var(--stoam-header-border-color);
    z-index: 10;
  }
  /* line 315, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf {
    left: 0;
    top: 60px;
    padding: 10px 0px;
    overflow-y: scroll;
    width: 300px;
    height: auto;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    display: none;
  }
  /* line 325, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .icon-cancel:not(.clear-btn) {
    margin-top: 8px;
    right: 18px;
    position: absolute;
    font-size: 20px;
    z-index: 1;
  }
  /* line 333, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .search-box {
    border-bottom: 1px solid var(--stoam-header-border-color);
  }
  /* line 337, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container {
    display: block;
  }
  /* line 339, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li {
    padding: 10px;
    width: 100%;
  }
  /* line 342, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: none;
    float: right;
  }
  /* line 348, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li .nav-select {
    width: 178px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  /* line 352, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li a {
    width: 90%;
    display: block;
  }
  /* line 356, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li a.dropdown-toggle {
    width: 80%;
    float: left;
  }
  /* line 360, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li .arrow-menu {
    width: 80%;
    float: left;
    width: 20%;
    text-align: right;
    cursor: pointer;
  }
  /* line 370, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li ul.dropdown-menu {
    float: left;
    width: 100%;
    border: none;
  }
  /* line 374, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container li ul.dropdown-menu li {
    padding-left: 25px;
    float: left;
    width: 100%;
  }
}

/* line 385, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .menu-mv-checkout {
  padding: 0;
}

/* line 390, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .dropdown-menu a.titl {
  width: 100%;
  float: left;
  font-weight: bold;
}

/* line 395, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .dropdown-menu li ul a {
  width: 100%;
  float: left;
  margin: 2px 0px;
}

/* line 402, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .one-level-taxon-menu {
  width: auto !important;
  left: inherit !important;
  transform: translateX(-10px);
}

/* line 406, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .one-level-taxon-menu li {
  float: none !important;
}

/* line 408, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .one-level-taxon-menu li a {
  white-space: nowrap;
}

/* line 414, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .seleccionar-cliente {
  margin-top: 15px;
}

/* line 416, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .seleccionar-cliente .nombre-cliente {
  display: block;
  width: 100%;
}

/* line 420, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
header .seleccionar-cliente label {
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 427, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .search-box {
    border-bottom: 1px solid var(--stoam-header-border-color);
  }
  /* line 431, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .logo {
    width: 30%;
    margin: 15px 35% 0px 35%;
  }
  /* line 437, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .navbar-nav .dropdown-toggle {
    padding: 10px 10px;
  }
  /* line 440, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  /* line 443, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .navbar-nav .nav-select {
    display: block;
    padding: 0.5rem 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 452, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf .container .dropdown {
    position: inherit;
  }
  /* line 457, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .dropdown-menu {
    height: 200px;
    padding: 15px;
    border-radius: 0px;
    border: 1px solid #fff;
    border-color: var(--stoam-header-border-color);
    margin-top: 8px;
    min-width: 15rem;
    width: 80%;
    left: 10%;
    height: auto;
    margin: 0px;
  }
  /* line 469, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .dropdown-menu li {
    width: 23.2%;
    margin: 0px 5px;
    float: left;
  }
  /* line 476, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .menu-inf {
    height: 40px;
    position: relative;
    width: 100%;
    left: 0%;
    top: 0px;
  }
}

@media (min-width: 992px) {
  /* line 488, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .dropdown-menu {
    width: 70%;
    left: 15%;
  }
}

@media (min-width: 1200px) {
  /* line 495, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  header .dropdown-menu {
    width: 50%;
    left: 25%;
  }
}

@media all and (min-width: 0px) and (max-width: 767px) {
  /* line 503, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
  .opac {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(100% - 300px);
    background: transparent;
    right: 0;
    z-index: 11;
    top: 0px;
  }
}

/* line 515, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
.ui-widget.ui-widget-content {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 520, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
.ui-widget.ui-widget-content::-webkit-scrollbar {
  display: none;
}

/* line 525, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
.mobile-search-container {
  position: relative;
}

/* line 528, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
.mobile-search-container #keywords {
  width: 100%;
}

/* line 532, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/header.scss */
.mobile-search-container .clear-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  display: none;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer {
  background-color: var(--stoam-footer-bg);
  color: var(--stoam-footer-color);
  padding-bottom: 40px;
  padding-top: 20px;
  clear: both;
}

/* line 8, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer a {
  color: var(--stoam-footer-link-color);
}

/* line 12, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer a:hover {
  color: var(--stoam-footer-link-color-hover);
}

/* line 16, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer a svg {
  fill: var(--stoam-footer-link-color);
  width: 18px;
  margin: 0px 5px;
}

/* line 21, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer a:hover svg {
  fill: var(--stoam-footer-link-color-hover);
}

/* line 24, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer hr {
  border-color: var(--stoam-footer-color);
}

/* line 27, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer .footer-line {
  padding: 0px;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #627889;
  border-color: var(--stoam-footer-link-color);
  width: 100%;
}

/* line 35, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer .footer-line .footer-social {
  text-align: center;
  width: auto;
  height: 20px;
}

/* line 39, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer .footer-line .footer-social ul {
  display: flex;
  background-color: var(--stoam-footer-bg);
  padding: 10px;
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
footer .footer-title {
  float: left;
  width: 85%;
  cursor: pointer;
}

@media (min-width: 576px) {
  /* line 56, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
  footer .footer-title {
    float: none;
    width: auto;
    cursor: auto;
  }
}

@media (min-width: 768px) {
  /* line 66, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
  footer h6 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  /* line 74, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/footer.scss */
  footer h6 {
    font-size: 16px;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.cont {
  margin-top: 60px;
  min-height: 200px;
}

/* line 6, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.product-modal {
  margin: 50px 30px;
  background-color: #fff;
  border-radius: 0px;
}

/* line 11, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.product-modal .modal-body img {
  width: 100%;
}

/* line 14, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.product-modal .modal-body #product-description {
  margin-top: 15px;
}

/* line 20, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.movil-social {
  padding: 20px 25%;
  width: 100%;
}

/* line 23, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.movil-social .product-social {
  float: none;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

/* line 30, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.carousel-indicators {
  z-index: 1;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--stoam-btn_primary-bg);
  color: var(--stoam-btn_primary-color);
  border: 1px solid #fff;
  border-color: var(--stoam-body-border-color);
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
}

/* line 57, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#return-to-top i {
  margin: 0;
  position: relative;
  left: 13px;
  top: 12px;
  font-size: 19px;
  transition: all 0.3s ease;
}

/* line 69, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#return-to-top:hover {
  color: var(--stoam-btn_primary-color-hover);
  background-color: var(--stoam-btn_primary-bg-hover);
  border-color: var(--stoam-btn_primary-border-color-hover);
}

/* line 79, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#whatsapp-section {
  background-color: #29A71A;
  position: fixed;
  z-index: 10;
  bottom: 1.2rem;
  right: 4.5rem;
  padding: 0.7rem 1rem;
  border-radius: 25px;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

/* line 92, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#whatsapp-section > svg {
  fill: white;
  width: 1.7rem;
  margin-right: 5px;
}

/* line 98, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
#whatsapp-section > span {
  color: white;
}

@media (max-width: 768px) {
  /* line 104, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  #whatsapp-section {
    width: -moz-fit-content;
    width: fit-content;
    right: 1.2rem;
    bottom: 4.7rem;
    padding: 0.7rem;
  }
  /* line 110, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  #whatsapp-section > span {
    display: none;
  }
  /* line 114, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  #whatsapp-section > svg {
    margin-right: 0px;
  }
}

/*------------------------------
      COOKIES
------------------------------*/
/* line 124, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.cookiesmsg {
  position: fixed;
  width: 100%;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  padding: 50px 25px;
  z-index: 10000;
  text-align: center;
  background-color: #d7dbde;
}

/* line 134, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.cookiesmsg button {
  border: 1px solid #627889;
  background-color: #627889;
  color: #fff;
  margin: 5px;
  width: 100px;
}

/* line 141, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
.cookiesmsg button:hover {
  background-color: #d7dbde;
  color: #627889;
}

@media (min-width: 768px) {
  /* line 152, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  .cont {
    margin-top: 100px;
    min-height: 500px;
  }
  /* line 157, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  .product-modal {
    margin: 150px auto;
  }
  /* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  .product-modal #product-description {
    margin-top: 0px;
  }
  /* line 164, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/home.scss */
  .movil-social {
    display: none;
  }
}

/* line 2, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.btn-link {
  color: var(--stoam-body-link-color);
}

/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.btn-link:hover {
  color: var(--stoam-body-link-color-hover);
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#my_data h1,
#my_profile h1,
.b2b_orders h1 {
  font-size: 1.8rem;
}

/* line 15, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders table {
  font-size: 12px;
}

/* line 18, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders table th.precio,
.b2b_orders table td.precio {
  text-align: right;
}

/* line 22, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders table td.actions a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

/* line 27, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders table td.actions a.btn-primary {
  margin-top: -5px;
  margin-left: 5px;
  font-size: 0.875rem;
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders table th {
  font-size: 13px;
  vertical-align: top;
}

/* line 36, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.b2b_orders #months_before {
  padding: 5px 5px 7px;
  display: inline;
  width: auto;
}

/* line 41, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#my_data h2,
#my_profile h2 {
  font-size: 1.5rem;
}

/* line 45, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#my_data dl {
  overflow: hidden;
}

/* line 48, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#saved-carts dl dt,
#my_data dl dt {
  font-weight: bold;
  width: 30%;
  float: left;
  clear: both;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#saved-carts dl dd,
#my_data dl dd {
  width: 70%;
  float: left;
}

/* line 61, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.login {
  padding: 25px;
  border: 1px solid #627889;
  margin-bottom: 1em;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.datos {
  padding: 25px;
}

/* line 71, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.title-login {
  text-align: center;
}

/* line 75, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.login-title {
  margin: auto;
}

/* line 79, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.login-form-control {
  margin-bottom: 5px;
  border-radius: 0px;
  border: 1px solid #627889;
  outline: none;
  width: 100%;
  padding: 5px;
}

/* line 88, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#user_locale {
  margin-bottom: 15px;
  border-radius: 0px;
  border: 1px solid #627889;
  outline: none;
  width: 100%;
  padding: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* line 99, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.login-button {
  margin: 10px 0px;
  width: 100%;
  padding: 5px;
}

/* line 105, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.user-edit-button {
  padding: 5px 10px;
}

/* line 109, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.user-title-pedidos {
  margin-top: 20px;
}

/* line 113, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.title {
  margin: 10px 0px;
  width: 100%;
  padding: 5px;
}

/* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.table.resp.user thead {
  color: white;
}

/* line 122, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.table.resp.user thead th {
  width: 33.3%;
  text-align: center;
}

/* line 128, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.table.resp.user tbody td, .table.resp.user tbody th {
  width: 33.3%;
  text-align: center;
}

/* line 134, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
#acount-panel-icons i {
  font-size: 50px;
  padding: 25% 0;
  background: var(--stoam-body-color);
  color: var(--stoam-body-bg);
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
}

/* line 146, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.show-account i svg {
  height: 65px;
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.show-account a p {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .datos {
    border: 1px solid #627889;
  }
  /* line 165, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .table.resp.user tbody tr.line-item {
    width: 100%;
  }
  /* line 169, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .table.resp.user tbody tr.line-item.line-item-sec {
    height: auto;
    border: none;
  }
}

@media (min-width: 992px) {
  /* line 180, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .table.resp.user thead th {
    width: 16.5%;
  }
  /* line 185, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .table.resp.user tbody tr.line-item {
    width: 50%;
  }
  /* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
  .table.resp.user tbody tr.line-item.line-item-sec {
    border-top: 1px solid #627889;
  }
}

/* line 199, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/user.scss */
.show-account:hover {
  opacity: 0.8;
}

/* line 2, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
.producto_parrilla .new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--stoam-body-new-bg);
  padding: 5px 15px 5px 15px;
  color: var(--stoam-body-new-color);
  text-transform: uppercase;
  font-size: 14px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* line 15, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
.product-modal .btn-primary {
  margin-top: 1rem;
}

/* line 19, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#breadcrumbs {
  padding-left: 0px;
}

/* line 21, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#breadcrumbs .breadcrumb {
  margin: 0px 15px 0px 15px;
  background-color: transparent;
  padding-left: 0px;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#breadcrumbs .breadcrumb > li + li:before {
  content: "| ";
  padding: 0 5px;
  color: #ccc;
}

/* line 41, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .card {
  background-color: #fff;
}

/* line 45, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index {
  padding-top: 0px;
}

/* line 48, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .search-results-title {
  text-align: center;
}

/* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .products_search_results_heading_no_results_found {
  clear: both;
  margin-bottom: 1em;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .banners {
  margin-top: 0.5em;
}

/* line 60, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .sorting .sorted {
  width: 100%;
}

/* line 62, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .sorting .sorted ul {
  float: right;
  width: calc(50% - 10px);
}

/* line 66, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .sorting .sorted select {
  padding: 3px 0px;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-left: 10px;
  font-size: 14px;
}

/* line 78, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .modal-dialog {
  pointer-events: all;
  max-width: 800px;
}

/* line 84, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index #ajax-modal .modal-dialog {
  max-width: 600px;
}

/* line 90, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .content-pagination {
  text-align: center;
}

/* line 94, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .paginator-scroll {
  display: inline-block;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid var(--stoam-body-link-color-hover);
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 117, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .cont-bread {
  padding-top: 20px;
  min-height: 48px;
}

/* line 122, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .offset-md-7.col-12.sort {
  padding-right: 6px;
}

/* line 125, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index .open-sidebar {
  width: calc(50% - 10px);
  margin-right: 10px;
  font-size: 14px;
  padding: 3px 0px;
}

/* line 132, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index #open-sidebar-tab {
  position: fixed;
  padding-bottom: 12px;
  top: 150px;
  right: -40px;
  width: 90px;
  z-index: 2;
  border-radius: 15px 15px 0 0;
  transform: rotate(-90deg);
  transition: none;
}

/* line 144, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index #close-sidebar-btn {
  float: right;
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: .7;
  background-color: transparent;
  border: 0;
}

/* line 153, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index #close-sidebar-btn span {
  color: #fff;
}

@media (max-width: 576px) {
  /* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index #open-sidebar-tab {
    padding-bottom: 20px;
    font-size: 11px;
    width: 75px;
  }
}

@media (min-width: 768px) {
  /* line 167, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index #products_index {
    padding-top: 25px;
  }
  /* line 170, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index .sort {
    margin-top: -38px;
  }
  /* line 174, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index .sort .sorting .sorted ul {
    width: auto;
  }
  /* line 177, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index .sort .sorting .sorted select {
    width: auto;
  }
}

/* line 186, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
.b2b_price .listprecio {
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 192, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products .col-6:nth-child(odd) {
    padding-right: 5px;
  }
  /* line 195, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products .col-6:nth-child(even) {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  /* line 202, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  body #products_index .offset-md-7.col-12.sort {
    padding-right: 15px;
  }
  /* line 208, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index .open-sidebar {
    width: 89px;
    float: right;
  }
}

@media (min-width: 992px) {
  /* line 216, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  #products_index .open-sidebar {
    width: 189px;
  }
}

/* line 221, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#products_index.sin-padding {
  padding-top: 0px;
}

/* line 228, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#product-modal .icon-carret {
  width: 46px;
  height: auto;
  font-size: 13px;
  font-style: inherit;
  text-align: center;
  line-height: 24px;
  float: right;
  padding: 0px 5px;
  color: var(--stoam-body-cart-color);
  border: 1px solid #fff;
  border-color: var(--stoam-body-cart-border-color);
  background-color: var(--stoam-body-cart-bg);
}

/* line 243, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#product-modal .icon-carret.agreg.full {
  color: var(--stoam-body-cart-color-active);
  border-color: var(--stoam-body-cart-border-color-active);
  background-color: var(--stoam-body-cart-bg-active);
}

/* line 249, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#product-modal select {
  min-width: 32px;
  padding: 1px;
}

/* line 254, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#product-modal .product-social {
  text-align: center;
}

/* line 256, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
#product-modal .product-social li {
  display: inline-block;
}

/* line 262, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
.total_comprado {
  text-align: center;
  float: right;
  padding: 0 5px;
  line-height: 22px;
  min-width: 46px;
  background-color: var(--stoam-body-ref-bg);
  color: var(--stoam-body-ref-color);
}

@media all and (max-width: 395px) {
  /* line 274, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  .card.producto_parrilla .card-body .items-price-estimated div.card-butt .icon-carret {
    padding: 0px 2px;
    width: 40px;
  }
  /* line 278, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/parrilla.scss */
  .card.producto_parrilla .card-body .items-price-estimated div.card-butt button.btn-primary {
    width: calc(100% - 115px);
    min-width: 20px;
  }
}

/* line 2, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#sidebar_products_search {
  padding: 5px 10px;
}

/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#sidebar_products_search .btn-primary {
  margin: 10px 0;
}

/* line 10, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product-modal td,
#product_show td {
  white-space: nowrap;
}

/* line 15, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.producto_parrilla td.discount,
#product-modal td.discount,
#product_show td.discount {
  color: var(--stoam-body-discount-color);
}

/* line 23, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .icon-right-arrow {
  color: grey;
}

/* line 26, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .cart_form_multiple .icon-right-arrow {
  display: none;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .cart_form_multiple .icon-right-arrow.img-view {
  background-color: var(--stoam-primary-color);
  border-radius: 5px;
  display: inline;
}

/* line 35, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .link-descarga {
  position: relative;
  z-index: 1000;
  display: block;
  background-color: var(--stoam-body-color);
  border-radius: 5px;
  color: white;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto 0;
  padding: 0px 10px;
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show select {
  min-width: 31px;
}

/* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .discount-prod span {
  margin-top: -4px;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .h1-reduced {
  font-size: 1.75rem;
}

/* line 59, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .product-social {
  text-align: center;
}

/* line 61, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .product-social li {
  display: inline-block;
}

/* line 66, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show body .flexslider .slides-butt img {
  max-height: 210px;
}

/* line 71, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .prod-inf h1.titulo-nombre-ficha-producto {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

/* line 76, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .prod-inf h1.titulo-nombre-ficha-producto span.badge {
  font-size: 12px;
  margin-left: 10px;
}

/* line 82, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .prod-inf .product-social {
  float: none;
}

@media (max-width: 768px) {
  /* line 88, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .prod-inf > h1.titulo-nombre-ficha-producto {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 91, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .prod-inf > h1.titulo-nombre-ficha-producto span.badge {
    margin-top: 5px;
    margin-left: 0px;
  }
}

/* line 98, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .select-prop {
  height: 30px;
  margin-top: 10px;
}

/* line 101, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .select-prop select {
  font-size: 14px;
  height: 30px;
  float: left;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  -moz-text-align-last: center;
       text-align-last: center;
  background: transparent;
}

/* line 115, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .discount-prod span {
  background-color: var(--stoam-body-discount-bg);
  color: var(--stoam-body-discount-color-to-bg);
  width: 30px;
  float: right;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
  margin-top: -1px;
  margin-left: 10px;
}

/* line 129, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .table-prop td {
  padding-left: 0px;
}

/* line 134, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show #product-price .row {
  margin: 0px;
}

/* line 137, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show #product-price h5 {
  text-decoration: line-through;
  color: #627889;
  margin-right: 10px;
  line-height: 33px;
  margin-bottom: 0px;
}

/* line 144, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show #product-price .desde {
  margin-right: 10px;
  line-height: 33px;
  margin-bottom: 0px;
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show #product-price h3.precio {
  line-height: 33px;
}

/* line 155, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .li-carrito {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .li-carrito select {
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  -moz-text-align-last: center;
       text-align-last: center;
  background: transparent;
}

/* line 171, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .li-carrito button {
  height: 40px;
  float: left;
  margin: 0 2% 0 0;
  width: 69%;
  font-size: 14px;
}

/* line 179, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .li-carrito i.icon-carret {
  display: block;
  width: 29%;
  height: 40px;
  line-height: 40px;
  float: right;
  text-align: center;
}

/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show i.icon-carret.agreg.full {
  background-color: var(--stoam-body-cart-bg-active);
  border-color: var(--stoam-body-cart-border-color-active);
  color: var(--stoam-body-cart-color-active);
}

/* line 194, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .flexslider .slides-top img {
  width: auto !important;
  max-width: 100%;
  max-height: 330px;
}

/* line 200, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .flexslider .slides-butt img {
  max-height: 100px;
  cursor: pointer;
}

/* line 205, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show #product-variants {
  padding: 0px;
  overflow: hidden;
}

/* line 210, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .wish-prod {
  color: #627889;
  padding: 0px 10px;
  border: none;
  background-color: white;
}

/* line 217, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .wish-prod:hover {
  color: #04a1d0;
}

/* line 221, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
#product_show .icon-carret {
  padding: 0px 5px;
  font-style: inherit;
  border: 1px solid var(--stoam-body-color);
}

@media (min-width: 576px) {
  /* line 228, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .flexslider .slides-top img {
    max-height: 510px;
  }
}

@media (min-width: 768px) {
  /* line 235, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .flexslider .slides-top img {
    max-height: 262px;
  }
  /* line 239, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .select-prop {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
  }
  /* line 246, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito select {
    float: left;
    width: 25%;
    margin-right: 10px;
  }
  /* line 251, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito button {
    float: left;
    margin: 0 1%;
    width: calc(50% - 20px);
  }
  /* line 256, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito i.icon-carret {
    width: 25%;
  }
}

@media (min-width: 992px) {
  /* line 263, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .flexslider .slides-top img {
    max-height: 362px;
  }
  /* line 267, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .select-prop {
    width: 200px;
  }
  /* line 272, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito select {
    width: 100px;
  }
  /* line 275, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito button {
    width: calc(98% - 220px);
  }
  /* line 278, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .li-carrito i.icon-carret {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  /* line 285, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
  #product_show .flexslider .slides-top img {
    max-height: 437px;
  }
}

/* line 293, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .table th {
  vertical-align: top;
}

/* line 296, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .table .form-check {
  text-align: center;
}

/* line 299, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .table td {
  padding: 10px 5px;
  text-align: center;
}

/* line 303, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .table td.discount {
  color: var(--stoam-body-discount-color);
}

/* line 307, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .btn-info {
  padding: 1px;
  vertical-align: baseline;
}

/* line 311, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.cart_form_multiple .gtin-code {
  font-size: 0.8em;
}

/* line 316, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.modal-footer > .modal-footer-stock {
  display: flex;
  align-items: center;
}

/* line 320, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/product.scss */
.modal-footer > .modal-footer-stock svg, .modal-footer > .modal-footer-stock strong {
  margin-right: 5px;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito_compras .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1020px) {
  /* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #carrito_compras .cart-header {
    flex-direction: column;
    align-items: start;
  }
}

/* line 11, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito_compras .cart-header nav {
  display: flex;
  gap: 20px;
}

/* line 15, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito_compras #file_modal form {
  width: 100%;
}

/* line 18, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
button > svg,
a > svg {
  display: inline;
  height: 1em;
}

/* line 23, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts .edit-name {
  margin-left: 1em;
}

/* line 26, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts select,
#saved-carts input {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-transform: none;
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts .height-form-control {
  padding: 0.375rem 0;
}

/* line 35, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 40, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .row > div.articulo {
  justify-content: start;
}

/* line 43, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .table-title {
  background-color: var(--stoam-body-table-bg);
  border-color: var(--stoam-body-table-border-color);
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts div.preview-budget {
  color: var(--stoam-body-table-color);
  background-color: var(--stoam-body-table-bg);
  border: 1px solid var(--stoam-body-table-bg);
  overflow: hidden;
}

/* line 53, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts div.preview-budget summary {
  padding: 10px;
}

/* line 56, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts div.preview-budget .body .conti {
  background-color: var(--stoam-body-bg-content);
  color: var(--stoam-body-color);
  padding-top: 2em;
}

/* line 61, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts div.preview-budget .conf-pan {
  border: 0 none;
}

/* line 64, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#restore_cart h1 {
  font-size: 26px;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#restore_cart .no-restore img {
  filter: grayscale(100%) blur(2px);
}

/* line 70, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#restore_cart .no-restore .line-item-variante {
  text-decoration: line-through;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.line-item-restore-icon {
  display: flex;
  align-items: center;
  order: 0;
}

@media screen and (max-width: 1020px) {
  /* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .line-item-restore-icon {
    margin-left: 15px;
  }
}

/* line 83, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .table-title h4 {
  margin: 0px;
  padding: 12px 0px;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--stoam-body-table-color);
}

/* line 92, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .price {
  white-space: nowrap;
}

/* line 95, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.saved-cart .table-body {
  overflow-x: hidden;
  max-height: 50vh;
  overflow-y: auto;
}

/* line 100, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 105, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy svg.copy-ok {
  float: left;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 112, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy.btn svg.copy-ok {
  position: relative;
  width: 0;
}

/* line 116, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy.copied svg {
  visibility: hidden;
}

/* line 119, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy.btn.copied svg {
  visibility: hidden;
  width: 0;
}

/* line 123, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
th.opts {
  min-width: 100px;
}

/* line 126, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
a.icon-copy.copied svg.copy-ok {
  visibility: visible;
  width: auto;
  animation: size-up-down 1s;
}

@keyframes size-up-down {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.5);
  }
  55% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito_compras {
  margin-bottom: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

/* line 155, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#saved-carts .show-discount,
.contenedor-carrito .discount {
  color: var(--stoam-body-discount-color);
}

/* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp {
  width: 100%;
  margin-bottom: 5px;
}

/* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody, table.resp tr, table.resp td, table.resp th {
  display: block;
  float: left;
  border: none;
}

/* line 170, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp table.b2b_variant_table_prices tbody, table.resp table.b2b_variant_table_prices tr, table.resp table.b2b_variant_table_prices td, table.resp table.b2b_variant_table_prices th {
  display: revert;
  float: revert;
  border: revert;
}

/* line 177, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tr {
  width: 100%;
}

/* line 181, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp thead {
  background-color: #02294c;
}

/* line 182, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp thead h6 {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 190, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp thead th.art {
  width: 100%;
}

/* line 195, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody {
  width: 100%;
}

/* line 198, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody th.price, table.resp tbody th.qty, table.resp tbody th.total {
  width: 30%;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}

/* line 205, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody th.delete {
  width: 10%;
}

/* line 209, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item {
  width: 100%;
  border-top: 1px solid #627889;
}

/* line 213, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item td.item-image {
  width: 30%;
}

/* line 215, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item td.item-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

/* line 223, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item td.item-description {
  width: 70%;
  padding-top: 30px;
}

/* line 226, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item td.item-description span {
  text-align: justify;
}

/* line 233, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item.line-item-sec {
  border-top: none;
}

/* line 236, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item.line-item-sec td.item-price, table.resp tbody tr.line-item.line-item-sec td.item-quantity, table.resp tbody tr.line-item.line-item-sec td.item-total, table.resp tbody tr.line-item.line-item-sec td.item-net-price, table.resp tbody tr.line-item.line-item-sec td.discount {
  width: 30%;
}

/* line 238, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item.line-item-sec td.item-price p, table.resp tbody tr.line-item.line-item-sec td.item-quantity p, table.resp tbody tr.line-item.line-item-sec td.item-total p, table.resp tbody tr.line-item.line-item-sec td.item-net-price p, table.resp tbody tr.line-item.line-item-sec td.discount p {
  text-align: center;
}

/* line 245, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tbody tr.line-item.line-item-sec td.item-delete {
  width: 10%;
  text-align: center;
}

/* line 253, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tfoot {
  background-color: #02294c;
}

/* line 255, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tfoot tr {
  width: 100%;
}

/* line 264, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tfoot tr td.precio {
  width: 25%;
  text-align: center;
}

/* line 268, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
table.resp tfoot tr span {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}

/* line 278, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
button.butt_cesta, .vaciar {
  width: calc(50% - 3px);
  margin-top: 5px;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
}

/* line 286, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#checkout-link {
  width: 100%;
  padding: 0 50px;
  text-align: center;
}

/* line 291, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#checkout-link.with-budget {
  width: auto;
}

/* line 294, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.cart-budget {
  padding: 4px 50px;
  float: left;
  margin-right: 4px;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  /* line 302, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #checkout-link.with-budget,
  .cart-budget {
    width: calc(50% - 3px);
    margin-top: 0;
  }
}

/* line 316, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#cont {
  width: calc(50% - 2px);
  margin-top: 5px;
  font-size: 12px;
  padding: 5px 10px;
  display: block;
  float: right;
  text-align: center;
  height: 30px;
}

/* line 337, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.pad-cont {
  padding: 5px 10px;
  margin-top: 10px;
  float: left;
}

/* line 344, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.table-adj {
  width: 100%;
  margin: 20px 0px;
}

/* line 348, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.table-adj tfoot tr td.adjustment {
  text-align: right;
  width: 75%;
  padding-right: 0.75rem;
}

/* line 353, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.table-adj tfoot tr td.adj-total {
  text-align: center;
  width: 25%;
}

/* line 365, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.text-portes {
  padding: 0 35px;
  font-size: 14px;
  line-height: 25px;
  right: 15px;
  margin-top: 32px;
  text-align: center;
}

/* line 375, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito .text-portes {
  width: 100%;
}

/* line 379, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
#carrito_compras .text-portes {
  position: absolute;
  margin-top: 44px;
}

/* line 384, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.text-portes.portes-si {
  background-color: #34a934;
}

/* line 388, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.text-portes.portes-no {
  background-color: #f73c4d;
}

/* line 400, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito {
  background-color: var(--stoam-body-table-bg);
  border-color: var(--stoam-body-table-border-color);
}

/* line 404, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito h4 {
  margin: 0px;
  padding: 12px 0px;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--stoam-body-table-color);
}

/* line 414, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .titulo-cabecera-carrito {
  align-self: center;
}

/* line 417, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .titulo-cabecera-carrito:nth-child(1) > h4 {
  text-align: left;
}

/* line 423, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .titulo-footer-carrito:last-child {
  max-width: 150px;
}

/* line 426, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .titulo-footer-carrito > h4 {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 430, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .titulo-footer-carrito > h4:first-child {
  text-align: right;
}

/* line 436, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .cabecera-carrito .cart-total-price, .contenedor-carrito .cabecera-carrito .confirm-total-price {
  text-align: right;
  margin: 0px;
}

/* line 441, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item {
  padding: 10px 0px;
  border-bottom: 1px solid var(--stoam-body-table-border-color);
}

/* line 445, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-variante, .contenedor-carrito .line-item .line-item-precio, .contenedor-carrito .line-item .line-item-precio-neto, .contenedor-carrito .line-item .line-item-descuento, .contenedor-carrito .line-item .line-item-cantidad, .contenedor-carrito .line-item .line-item-total {
  align-self: center;
}

/* line 449, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-imagen {
  padding: 0px;
}

/* line 452, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-imagen img {
  width: 100%;
}

/* line 457, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-variante {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* line 461, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-delete {
  margin-left: -5px;
  display: flex;
  align-items: center;
}

/* line 467, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-precio > div, .contenedor-carrito .line-item .line-item-precio-neto > div, .contenedor-carrito .line-item .line-item-descuento div {
  margin: 0px;
  text-align: center;
}

/* line 472, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-disponibilidad {
  color: var(--stoam-body-immediate-availability-color);
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 479, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-disponibilidad svg {
  width: 1rem;
}

/* line 484, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-cantidad {
  margin-top: 0.5rem;
  text-align: center;
}

/* line 488, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-cantidad select.select-quantity {
  width: 50%;
  line-height: 25px;
}

/* line 492, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-cantidad .btn {
  padding: 0px;
  margin-top: -2px;
}

/* line 498, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .line-item-total > div {
  margin: 0px;
  text-align: center;
}

/* line 503, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .line-item .texto-abrev, .contenedor-carrito .line-item .line-item-precio-neto-abrev {
  font-size: 80%;
  font-weight: 400;
  margin: 0px;
}

/* line 510, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
.contenedor-carrito .desglose-carrito > div:nth-child(2) {
  padding: 0px;
  max-width: 140px;
  white-space: nowrap;
}

@media screen and (max-width: 1020px) {
  /* line 518, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #form-carrito .line-item-cantidad, #form-carrito .line-item-precio > div, #form-carrito .line-item-precio-neto > div, #form-carrito .line-item-descuento > div {
    text-align: left;
  }
  /* line 521, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #form-carrito .small-sm {
    font-size: 12px;
  }
  /* line 524, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #form-carrito .bold-sm {
    font-weight: bold;
  }
  /* line 527, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #form-carrito .texto-abrev {
    margin-bottom: 2px;
  }
  /* line 530, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #form-carrito .contenedor-carrito .cabecera-carrito h4 {
    padding: 10px 0px;
  }
  /* line 534, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .contenedor-carrito .line-item .line-item-total > div {
    text-align: right;
    font-weight: bold;
  }
  /* line 538, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .contenedor-carrito .line-item .line-item-cantidad {
    text-align: left;
  }
}

@media screen and (min-width: 576px) {
  /* line 544, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  button.butt_cesta, .vaciar {
    font-size: 16px;
    height: 35px;
  }
  /* line 549, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  #cont {
    font-size: 16px;
    height: 35px;
  }
}

@media (min-width: 992px) {
  /* line 564, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .table-adj tfoot tr td.adjustment {
    width: 85%;
  }
  /* line 567, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .table-adj tfoot tr td.adj-total {
    text-align: center;
    width: 15%;
  }
  /* line 574, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .carrito_wish {
    line-height: 70px;
  }
  /* line 581, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp thead th.art {
    width: 34%;
  }
  /* line 584, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp thead th.price, table.resp thead th.qty, table.resp thead th.total {
    width: 10%;
    text-align: center;
  }
  /* line 588, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp thead th.delete {
    width: 6%;
    text-align: center;
  }
  /* line 596, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item {
    width: 34%;
    height: auto;
  }
  /* line 600, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td.item-image {
    width: 35%;
  }
  /* line 604, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td.item-description {
    padding-top: 25px;
    width: 65%;
  }
  /* line 609, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td {
    height: 100%;
  }
  /* line 611, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td img {
    height: 100%;
  }
  /* line 617, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item.line-item-sec {
    width: 30%;
    height: 110px;
    border-top: 1px solid #627889;
  }
  /* line 622, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item.line-item-sec td.item-price, table.resp tbody tr.line-item.line-item-sec td.item-quantity, table.resp tbody tr.line-item.line-item-sec td.item-total, table.resp tbody tr.line-item.line-item-sec td.item-delete {
    width: 33%;
    height: 100%;
  }
  /* line 625, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item.line-item-sec td.item-price p, table.resp tbody tr.line-item.line-item-sec td.item-quantity p, table.resp tbody tr.line-item.line-item-sec td.item-total p, table.resp tbody tr.line-item.line-item-sec td.item-delete p {
    height: 100%;
    margin: 0px;
    line-height: 70px;
    text-align: center;
  }
  /* line 630, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item.line-item-sec td.item-price p input, table.resp tbody tr.line-item.line-item-sec td.item-quantity p input, table.resp tbody tr.line-item.line-item-sec td.item-total p input, table.resp tbody tr.line-item.line-item-sec td.item-delete p input {
    line-height: 20px;
  }
  /* line 656, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tfoot tr td.precio {
    width: 15%;
  }
}

@media (min-width: 992px) {
  /* line 674, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td.item-image {
    width: 28%;
  }
  /* line 678, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tbody tr.line-item td.item-description {
    width: 70%;
  }
  /* line 685, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .pri_buttns {
    display: flex;
  }
  /* line 687, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .pri_buttns input {
    margin-top: 5px;
  }
  /* line 690, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .pri_buttns button {
    margin: 0;
  }
  /* line 699, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  button.butt_cesta {
    width: calc(50% - 2px);
  }
  /* line 703, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .vaciar, #cont {
    width: calc(50% - 2px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 711, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .line-item-imagen img {
    width: 80px;
  }
  /* line 718, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .table-adj tfoot tr td.adjustment {
    width: 90%;
  }
  /* line 721, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .table-adj tfoot tr td.adj-total {
    text-align: center;
    width: 10%;
  }
  /* line 728, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .pri_buttns {
    float: right;
  }
  /* line 737, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  button.butt_cesta {
    width: 260px;
  }
  /* line 741, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  .vaciar, #cont {
    width: 260px;
    float: left;
    margin-right: 4px;
    margin-top: 0;
  }
  /* line 757, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cesta.scss */
  table.resp tfoot tr td.precio {
    width: 10%;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-important {
  border-bottom: 1px solid #02294c;
}

/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-title {
  margin: 10px 0px;
  text-align: center;
}

/* line 10, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body {
  padding: 40px;
  border: 1px solid #627889;
  margin-bottom: 25px;
}

/* line 14, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .btn-secondary {
  width: 100%;
  padding: 10px;
}

/* line 18, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .cont {
  margin-top: 10px;
}

/* line 22, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .forgot {
  padding: 10px 0px;
}

/* line 24, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .forgot a {
  float: right;
}

/* line 28, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .type_login {
  background-color: #02294c;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.checkout-body .type_login label {
  color: #fff;
  margin: 0px;
}

/* line 39, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.next-step-error-top {
  margin-bottom: 10px;
}

/* line 43, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.pointer:hover {
  cursor: pointer;
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.text-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #02294c;
  -webkit-appearance: none;
}

/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_registration.scss */
.policy {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #627889;
  padding: 10px;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.progress-steps A {
  white-space: nowrap;
}

/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.s_factura, .s_save {
  display: none;
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.text-field.error {
  border-color: #dc3545;
}

/* line 13, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.text-field.valid {
  border-color: #28a745;
}

/* line 17, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.logocheckout {
  height: 60px;
  margin: auto;
  padding: 15px 0px;
}

/* line 25, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body td.td-summ-marg {
  padding-top: 25px;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.special-title {
  background-color: var(--stoam-body-bg-content);
  position: absolute;
  width: calc(70% - 30px);
  margin: -9px 15% 0px 15%;
  font-size: 14px;
}

/* line 36, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
#checkout-summary .special-title {
  font-size: 14px;
}

/* line 39, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
#checkout-summary td {
  padding-top: 16px;
}

/* line 43, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.special-title.special-title-2 {
  padding: 0px 10px;
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.larg {
  width: 100%;
  height: 40px;
  font-size: 14px;
}

/* line 53, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.conti {
  float: left;
}

/* line 57, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.iva-summ {
  padding: 10px;
  font-size: 12px;
  float: right;
}

/* line 63, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.row-height {
  width: 100%;
}

/* line 68, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.progress-steps li {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin: 5px 0px;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.progress-steps li a {
  text-transform: uppercase;
}

/* line 77, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.progress-steps .active {
  background-color: var(--stoam-body-table-bg);
  color: #fff;
}

/* line 83, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body {
  width: 100%;
  padding: 0px;
}

/* line 86, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body .total_checkout {
  background-color: #627889;
  color: #fff;
}

/* line 90, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body td {
  padding: 10px;
}

/* line 95, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body.table-summ {
  border-color: var(--stoam-body-color);
  padding-top: 30px;
  margin: 0px;
  font-size: 14px;
}

/* line 100, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body.table-summ td:first-child {
  max-width: 130px;
}

/* line 103, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
table.checkout-body.table-summ td:last-child {
  padding-left: 0px;
  text-align: right;
}

/* line 109, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.error {
  color: red;
}

/* line 113, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
.checkout-header {
  padding-top: 20px;
}

@media (min-width: 576px) {
  /* line 118, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .special-title {
    width: calc(50% - 30px);
    margin: -9px 25% 0px 25%;
  }
}

@media (min-width: 768px) {
  /* line 126, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .logocheckout {
    height: 70px;
  }
  /* line 131, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .progress-steps li {
    width: 20%;
  }
  /* line 133, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .progress-steps li a {
    font-size: 14px;
  }
  /* line 142, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .special-title {
    width: calc(40% - 30px);
    margin: -9px 30% 0px 30%;
  }
}

@media (min-width: 992px) {
  /* line 150, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .progress-steps li a {
    font-size: 16px;
  }
  /* line 154, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_address.scss */
  .special-title {
    width: calc(70% - 30px);
    margin: -7px 15% 0px 15%;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.ul-entrega {
  border: 1px solid #627889;
  padding: 10px 20px;
}

/* line 4, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.ul-entrega label {
  margin: 0px;
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
#shipping_method {
  border: 1px solid #02294c;
  padding: 15px;
  margin-bottom: 25px;
}

/* line 15, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.special-title-del {
  background-color: var(--stoam-body-bg-content);
  position: absolute;
  width: calc(50% - 62px);
  margin: -25px 25% 0px 25%;
  font-size: 22px;
  text-align: center;
}

/* line 24, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.special-title-del.special-title-del-2 {
  margin: -7px 20% 0px 20%;
  width: calc(60% - 62px);
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.form-instruc {
  resize: none;
  border: 1px solid #02294c;
  width: 100%;
  height: 150px;
  padding: 10px;
}

/* line 37, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
.delivery-date {
  color: #627889;
}

@media (min-width: 768px) {
  /* line 46, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
  .special-title-del {
    width: calc(30% - 62px);
    margin: -25px 35% 0px 35%;
  }
  /* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_delivery.scss */
  .special-title-del.special-title-del-2 {
    width: calc(40% - 62px);
    margin: -7px 30% 0px 30%;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
#checkout_form_payment {
  margin-bottom: 20px;
}

/* line 4, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.payment-cont {
  border: 1px solid #02294c;
  padding: 20px 20px 10px 20px;
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
#payment, .intopay {
  float: none;
  width: 100%;
}

/* line 13, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
#payment h3 {
  font-size: 24px;
}

/* line 16, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.info-pay {
  text-align: center;
  width: 100%;
}

/* line 21, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.tablee {
  display: table;
  margin: 0 auto;
}

/* line 26, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields {
  list-style-type: none;
  margin: 0;
  width: 100%;
}

/* line 32, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields li {
  display: inline;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields li div {
  display: inline-block;
  margin: 10px 10px 0px 10px;
  margin-top: 20px;
  width: 230px;
  padding: 5px 10px 10px 10px;
}

/* line 40, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields li div input, ul#payment-method-fields li div label {
  cursor: pointer;
}

/* line 43, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields li div span {
  font-size: 12px;
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
ul#payment-method-fields li div.payment-method {
  width: 100%;
  margin: 0px;
  float: right;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.cupon-into {
  width: 100%;
}

/* line 57, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.cupon-into .text-cupon {
  border: 1px solid #02294c;
  height: 30px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}

/* line 65, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.cupon-into .button-cupon {
  border-radius: 0px;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  line-height: 0px;
  margin-top: 0px;
}

/* line 77, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.special-title-del.special-title-pay {
  margin: -12px 30% 0px 30%;
  width: calc(40% - 30px);
}

/* line 82, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.payment-box {
  padding: 5px 15px;
  border: 1px solid #02294c;
  background-color: #02294c;
  color: #fff;
  margin-top: 5px;
  width: 160px;
  text-align: center;
}

/* line 92, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.payment-box:hover {
  color: #02294c;
  background-color: #fff;
}

/* line 97, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
.save-pay {
  float: right;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  /* line 111, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .save-pay {
    width: auto;
  }
  /* line 116, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .cupon-into .text-cupon {
    width: 49%;
    margin-bottom: 0px;
  }
  /* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .cupon-into .button-cupon {
    width: 49%;
  }
  /* line 125, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .special-title-del.special-title-pay {
    margin: -12px 35% 0px 35%;
    width: calc(30% - 30px);
  }
}

@media (min-width: 992px) {
  /* line 133, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .cupon-into {
    width: 50%;
  }
  /* line 135, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .cupon-into .text-cupon {
    width: 49%;
    margin-bottom: 0px;
  }
  /* line 139, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .cupon-into .button-cupon {
    width: 49%;
  }
  /* line 144, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .height-payment {
    height: 124px;
  }
}

@media (min-width: 1200px) {
  /* line 150, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_payment.scss */
  .special-title-del.special-title-pay {
    margin: -12px 40% 0px 40%;
    width: calc(20% - 30px);
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
#msg_accept_terms {
  display: none;
  max-width: 450px;
  border: 1px solid #de5151;
  padding: 0.7em;
  box-shadow: 2px 2px 5px #c9cdd1ee;
}

/* line 8, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.terms-cont {
  border: 1px solid #627889;
  width: 100%;
  max-height: 400px;
  overflow: scroll;
  padding: 40px;
  margin: auto;
}

/* line 17, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.accept-policy {
  padding-top: 5px;
}

/* line 20, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.accept-policy a {
  text-decoration: underline;
}

/* line 23, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.accept-policy label {
  width: 90%;
  vertical-align: top;
}

/* line 27, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
#order_summary {
  padding-top: 20px;
}

/* line 31, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.conf-pan {
  padding: 10px;
  border: 1px solid #02294c;
}

/* line 36, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.special-title-del.special-title-conf {
  margin: -7px 25% 0px 25%;
  width: calc(50% - 30px);
}

/* line 41, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.special-title-del.special-title-conf-fecha {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  margin: 15px 25% 0px 25%;
  width: calc(50% - 52px);
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf {
  border: 1px solid #02294c;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-up {
  text-align: center;
  padding: 10px;
  background-color: #02294c;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-up span {
  color: #fff;
}

/* line 58, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-up span.cc-price {
  font-size: 26px;
}

/* line 62, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-down {
  padding: 10px;
}

/* line 64, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-down .cc-left {
  float: left;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.cc-conf .cc-down .cc-right {
  float: right;
  font-weight: bold;
}

/* line 75, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.fl-left {
  float: left;
  margin-bottom: 20px;
}

/* line 80, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tfoot.footerwhite {
  border-top: 1px solid var(--stoam-body-table-bg);
}

/* line 88, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.ent-conf {
  border: 1px solid #627889;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

/* line 94, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
#payment-method-fields {
  margin: 0px;
  float: right;
}

/* line 98, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
#payment-method-fields div input.order-partial-payment {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #02294c;
  border: 1px solid #02294c;
  border-radius: 0px;
  margin-left: 10px;
}

/* line 107, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
#payment-method-fields div input.order-partial-payment:hover {
  color: #02294c;
  background-color: #fff;
}

/* line 114, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.iva-conf {
  float: right;
  width: 100%;
  text-align: right;
}

/* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.save-conf {
  margin-top: 10px;
  margin-left: 1em;
  padding: 10px 20px;
  font-size: 16px;
  width: 100%;
}

/* line 131, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tbody th.price.price-conf, table.resp tbody th.qty.qty-conf, table.resp tbody th.total.total-conf {
  width: 33%;
}

/* line 136, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tbody tr.line-item-sec td.item-price.item-price-conf, table.resp tbody tr.line-item-sec td.item-quantity.item-quantity-conf, table.resp tbody tr.line-item-sec td.item-total.item-total-conf {
  width: 33.3%;
}

/* line 143, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tfoot tr {
  width: 100%;
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tfoot tr td.text {
  width: 66.6%;
  text-align: left;
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
table.resp tfoot tr td.price {
  width: 33.3%;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .save-conf {
    width: auto;
    float: right;
  }
  /* line 167, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .accept-policy label {
    width: auto;
    vertical-align: initial;
  }
  /* line 173, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  table.resp thead th.price.price-conf, table.resp thead th.qty.qty-conf, table.resp thead th.total.total-conf {
    width: 16%;
  }
  /* line 180, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  table.resp tfoot tr td.text {
    width: 84%;
  }
  /* line 183, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  table.resp tfoot tr td.price {
    width: 16%;
  }
  /* line 190, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .special-title-del.special-title-conf {
    margin: -7px 30% 0px 30%;
    width: calc(40% - 30px);
  }
  /* line 195, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .special-title-del.special-title-conf-fecha {
    margin: 15px 30% 0px 30%;
    width: calc(40% - 30px);
  }
}

@media (min-width: 992px) {
  /* line 203, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .special-title-del.special-title-conf {
    margin: -7px 35% 0px 35%;
    width: calc(30% - 30px);
  }
  /* line 208, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
  .special-title-del.special-title-conf-fecha {
    margin: 15px 35% 0px 35%;
    width: calc(30% - 30px);
  }
}

/* line 218, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/checkout/checkout_confirm.scss */
.checkout-tooltip {
  display: inline-block;
  width: 18px;
}

/*------------------------------
      CONTACTO
------------------------------*/
/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.contact {
  padding-top: 20px;
}

/* line 7, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.contact .dato {
  float: left;
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.contact .dato p, .contact .dato h4 {
  text-align: center;
}

/* line 13, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.contact .login-form-control {
  margin-bottom: 0px;
}

/*------------------------------
      FAQ
------------------------------*/
/*------------------------------
      COOKIES
------------------------------*/
/* line 102, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq h1 {
  font-size: 1.8rem;
}

/* line 105, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq h4 {
  font-size: 1.3rem;
  text-align: left;
}

/* line 109, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq div.paneles {
  padding: 0 18px;
  padding-left: 0.75rem;
  border: none;
}

/* line 115, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq div.paneles.show {
  margin-bottom: 2rem;
}

/* line 117, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq div.paneles.show li {
  list-style-type: disc;
}

/* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.div_faq div.paneles.show h1, .div_faq div.paneles.show h2, .div_faq div.paneles.show h3, .div_faq div.paneles.show h4, .div_faq div.paneles.show h5, .div_faq div.paneles.show h6 {
  font-size: 1.2rem;
}

/* line 129, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.cookies ul, .privacidad ul, .div_faq ul {
  list-style-type: disc;
  padding-left: 2em;
}

/* line 133, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.cookies .no-decor, .privacidad .no-decor, .div_faq .no-decor {
  list-style-type: none;
}

/* line 136, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.cookies table, .privacidad table, .div_faq table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

/* line 140, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.cookies table th, .privacidad table th, .div_faq table th {
  padding: 2px 4px;
  text-align: center;
  font-weight: bold;
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
.cookies table td, .privacidad table td, .div_faq table td {
  padding: 5px 4px;
  margin-bottom: 5px;
}

/* line 154, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/static.scss */
#my_data th, #my_data td {
  border: none;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 6, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-overlay {
  background-color: #000;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 21, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert {
  background-color: #fff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  /* line 38, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

/* line 60, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert fieldset {
  border: none;
  position: relative;
}

/* line 78, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

/* line 89, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

/* line 96, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-error-container p {
  display: inline-block;
}

/* line 112, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

/* line 127, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

/* line 140, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

/* line 150, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

/* line 156, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

/* line 172, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

/* line 178, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 183, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 193, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

/* line 197, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input::-ms-clear {
  display: none;
}

/* line 201, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

/* line 205, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 209, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert.show-input input {
  display: block;
}

/* line 213, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

/* line 218, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

/* line 228, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button {
  border-radius: 0px;
  background-color: #02294c;
  color: #fff;
  border: 1px solid #02294c;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 240, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button:hover {
  background-color: #fff;
  color: #02294c;
}

/* line 245, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button.cancel {
  background-color: #fff;
  border: 1px solid #02294c;
  color: #02294c;
}

/* line 251, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button.cancel:hover {
  background-color: #02294c;
  color: #fff;
}

/* line 256, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

/* line 261, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button.confirm[disabled] {
  color: transparent;
}

/* line 265, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 271, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 275, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 279, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

/* line 283, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 296, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

/* line 300, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

/* line 305, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 315, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

/* line 321, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

/* line 327, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

/* line 331, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 343, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 355, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

/* line 359, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 371, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}

/* line 383, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

/* line 387, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  transform: rotate(45deg);
}

/* line 400, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

/* line 411, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

/* line 422, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 436, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

/* line 448, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 457, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

/* line 465, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* line 473, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

/* line 616, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}

/* line 621, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.showSweetAlert[data-animation=none] {
  animation: none;
}

/* line 626, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}

/* line 631, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

/* line 636, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}

/* line 641, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.hideSweetAlert[data-animation=none] {
  animation: none;
}

/* line 646, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}

/* line 651, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 796, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

/* line 801, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

/* line 806, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 837, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 894, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 917, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 940, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/* line 967, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

/* line 972, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
/* line 978, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent \9;
}

/* line 983, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

/* line 988, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
/* line 998, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

/* line 1006, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 1012, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-dark {
  color: #333;
}

/* line 1016, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 1023, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall {
  width: 54px;
  height: 18px;
}

/* line 1028, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}

/* line 1040, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms;
}

/* line 1047, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms;
}

/* line 1054, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms;
}

/* line 1061, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

/* line 1066, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

/* line 1072, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

/* line 1077, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

/* line 1083, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

/* line 1088, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/_sweetalert.scss */
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-fwd-center {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* line 27, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .video-responsive iframe,
body .banners .video-responsive object,
body .banners .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 44, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .hover-scale-up:hover {
  scale: 1.1;
}

/* line 49, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .hover-move-up:hover {
  translate: 0 -5px;
}

/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .row {
  margin: 0;
}

/* line 56, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .row .col-12, body .banners .row .col-8, body .banners .row .col-6, body .banners .row .col-4 {
  padding: 0px;
}

/* line 61, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners #products.row .col-12 {
  padding: 15px;
}

/* line 66, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .img-responsive {
  max-width: 100%;
}

/* line 69, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .img-fluid {
  width: 100%;
}

/* line 77, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .centrado {
  text-align: center;
}

/* line 81, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .negrita {
  font-weight: bold;
}

/* line 85, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .cutive {
  font-family: "Cutive";
}

/* line 92, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_title h1,
body .banners .col1_css_title h2,
body .banners .col1_css_title h3,
body .banners .col1_css_title h4,
body .banners .col1_css_title h6,
body .banners .col1_css_title h6 {
  margin: 0;
}

/* line 101, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_p p {
  margin: 0;
}

/* line 105, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_h1_text_btn {
  position: relative;
}

/* line 109, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_h1_text_btn p,
body .banners .col1_h1_text_btn h1,
body .banners .col1_h1_text_btn h2,
body .banners .col1_h1_text_btn h3,
body .banners .col1_h1_text_btn h4,
body .banners .col1_h1_text_btn h5,
body .banners .col1_h1_text_btn h6 {
  position: absolute;
  width: 96%;
  margin: 2%;
}

/* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_title h1,
body .banners .col1_h1_text_btn h1 {
  font-size: 28px;
}

/* line 124, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_title h2,
body .banners .col1_h1_text_btn h2 {
  font-size: 26px;
}

/* line 128, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_title h3,
body .banners .col1_h1_text_btn h3 {
  font-size: 24px;
}

/* line 132, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_title h4,
body .banners .col1_css_title h5,
body .banners .col1_css_title h6,
body .banners .col1_h1_text_btn h4 .col1_h1_text_btn h5,
body .banners .col1_h1_text_btn h6 {
  font-size: 20px;
}

/* line 141, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_css_p p .col1_h1_text_btn p {
  font-size: 16px;
}

/* line 145, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_h1_text_btn a.btn {
  position: absolute;
}

/* line 150, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .flexslider {
  border: none;
}

/* line 154, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_vermas {
  text-align: center;
}

/* line 156, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_vermas a {
  padding: 5px 20px;
}

/* line 161, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_imagen_boton {
  position: relative;
}

/* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col1_imagen_boton a.bttn_banner {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
}

/* line 173, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_imagen_boton {
  position: relative;
}

/* line 175, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_imagen_boton a.butt_bann {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #02294c;
  opacity: 0.7;
  text-align: center;
  font-size: 12px;
}

/* line 188, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_imagen_boton .imgleft a.butt_bann {
  left: 35px;
  right: 35px;
}

/* line 194, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_imagen_boton .imgright a.butt_bann {
  left: 35px;
  right: 35px;
}

/* line 199, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_imagen_boton a.butt_bann:hover {
  color: #fff;
  background-color: transparent;
}

/* line 205, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_image_boton h4 {
  position: absolute;
  top: 30px;
  left: 35px;
  right: 35px;
  color: #fff;
  font-size: 16px;
}

/* line 213, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners .col2_image_boton .imgright h4 {
  text-align: right;
}

@media (min-width: 768px) {
  /* line 218, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col2_imagen_boton a.butt_bann {
    font-size: 16px;
  }
  /* line 222, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col2_imagen_boton .imgleft a.butt_bann {
    left: 35px;
    right: auto;
  }
  /* line 228, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col2_imagen_boton .imgright a.butt_bann {
    left: auto;
    right: 35px;
  }
  /* line 236, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col2_image_boton h4 {
    font-size: 1.5rem;
  }
}

/* line 246, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter {
  margin-bottom: 20px;
  padding: 50px 0px;
  margin: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

/* line 254, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter h1, body .banners-footer .col1_newsletter label, body .banners-footer .col1_newsletter a {
  color: #02294c;
}

/* line 257, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter a:hover {
  color: #04a1d0;
}

/* line 260, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter .form-group {
  margin: 0px;
}

/* line 263, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter #spree_user_accept_commercials_field {
  padding: 10px 0px;
  margin: 0px;
}

/* line 266, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter #spree_user_accept_commercials_field label {
  float: left;
}

/* line 270, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter .form-newsletter-2 {
  border-radius: 0px;
  border: 1px solid #627889;
  color: #02294c;
  background-color: transparent;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 8.5px;
}

/* line 280, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter .form-newsletter-2::-moz-placeholder {
  color: #627889;
}
body .banners-footer .col1_newsletter .form-newsletter-2::placeholder {
  color: #627889;
}

/* line 283, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter button {
  width: 100%;
  padding: 8px 10px 9px 10px;
}

/* line 287, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter button.politica-newsletter {
  width: auto;
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #02294c;
  line-height: 23px;
}

/* line 295, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
body .banners-footer .col1_newsletter button.politica-newsletter:hover {
  background-color: transparent;
  border: none;
  color: #04a1d0;
}

@media (min-width: 576px) {
  /* line 302, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter .form-newsletter-2 {
    width: 49%;
  }
  /* line 305, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter button {
    width: 49%;
  }
}

@media (min-width: 768px) {
  /* line 311, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter .form-newsletter-2 {
    width: calc(100% - 210px);
  }
  /* line 314, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter button {
    width: 200px;
  }
}

@media (min-width: 992px) {
  /* line 320, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter .container {
    max-width: 560px;
  }
}

@media (min-width: 1200px) {
  /* line 326, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter .col1_h1_text_btn h1 {
    font-size: 2.5rem;
  }
  /* line 329, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners-footer .col1_newsletter .container {
    max-width: 560px;
  }
}

@media (min-width: 576px) {
  /* line 358, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_p p,
  body .banners .col1_h1_text_btn p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* line 366, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h1,
  body .banners .col1_h1_text_btn h1 {
    font-size: 34px;
  }
  /* line 370, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h2,
  body .banners .col1_h1_text_btn h2 {
    font-size: 32px;
  }
  /* line 374, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h3,
  body .banners .col1_h1_text_btn h3 {
    font-size: 30px;
  }
  /* line 378, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h4,
  body .banners .col1_css_title h5,
  body .banners .col1_css_title h6,
  body .banners .col1_h1_text_btn h4 body .banners .col1_h1_text_btn h5,
  body .banners .col1_h1_text_btn h6 {
    font-size: 26px;
  }
  /* line 386, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_p p,
  body .banners .col1_h1_text_btn p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  /* line 393, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h1,
  body .banners .col1_h1_text_btn h1 {
    font-size: 38px;
  }
  /* line 397, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h2,
  body .banners .col1_h1_text_btn h2 {
    font-size: 36px;
  }
  /* line 401, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h3,
  body .banners .col1_h1_text_btn h3 {
    font-size: 34px;
  }
  /* line 405, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_title h4,
  body .banners .col1_css_title h5,
  body .banners .col1_css_title h6,
  body .banners .col1_h1_text_btn h4 body .banners .col1_h1_text_btn h5,
  body .banners .col1_h1_text_btn h6 {
    font-size: 30px;
  }
  /* line 413, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  body .banners .col1_css_p p,
  body .banners .col1_h1_text_btn p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  /* line 420, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .col1_css_title h1,
  body .banners .col1_h1_text_btn h1 {
    font-size: 50px;
  }
  /* line 424, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .col1_css_title h2,
  body .banners .col1_h1_text_btn h2 {
    font-size: 48px;
  }
  /* line 428, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .col1_css_title h3,
  body .banners .col1_h1_text_btn h3 {
    font-size: 46px;
  }
  /* line 432, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .col1_css_title h4,
  .col1_css_title h5,
  .col1_css_title h6,
  body .banners .col1_h1_text_btn h4 body .banners .col1_h1_text_btn h5,
  body .banners .col1_h1_text_btn h6 {
    font-size: 42px;
  }
  /* line 440, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .col1_css_p p,
  body .banners .col1_h1_text_btn p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  /* line 450, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* line 455, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 460, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .hidden-md {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 465, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 470, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/banners.scss */
  .hidden-xl {
    display: none;
  }
}

/* Shared */
/* line 2, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 5px 0px;
  padding: 1px 15px 1px 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  float: left;
}

/* line 17, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

/* line 26, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn:focus {
  outline: none;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
/* line 35, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

/* line 41, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

/* line 45, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
  color: white;
}

/* Google */
/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}

/* line 58, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}

/* line 62, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/solidus_social.scss */
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
  color: white;
}

@keyframes cart-blick {
  0% {
  }
  50% {
    background-color: var(--stoam-body-cart-bg-blink);
    border-color: var(--stoam-body-cart-border-color-blink);
    color: var(--stoam-body-cart-color-blink);
  }
  100% {
  }
}

@keyframes border-color-error {
  0% {
    outline-color: transparent;
  }
  50% {
    outline-color: var(--stoam-error-color);
  }
  100% {
    outline-color: transparent;
  }
}

/* line 16, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
input.form-control.form-error {
  border-color: var(--stoam-error-color);
}

/* line 20, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.border-pulse {
  outline: 1px solid transparent;
  outline-offset: 1px;
  animation-name: border-color-error;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 3;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.icon-carret.animate_add_cart {
  animation-name: cart-blick;
  animation-duration: 1s;
}

/* line 37, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.b2b_price {
  display: inline-block;
}

/* line 40, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.b2b_price .listprecio {
  text-decoration: line-through;
  font-size: 16px;
}

/* line 45, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.b2b_price .precio {
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

/* line 55, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
#product-price .b2b_price .listprecio {
  font-size: 20px;
  margin-right: 5px;
}

/* line 59, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
#product-price .b2b_price .precio {
  font-size: 26px;
  margin-right: 15px;
  font-weight: normal;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
#product-price .neto {
  font-size: 26px;
  margin-right: 15px;
  font-weight: bold;
  color: black;
}

/* line 74, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
#product-price .discount {
  font-size: 15px;
  background-color: var(--stoam-body-discount-bg);
  color: var(--stoam-body-discount-color-to-bg);
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0 10px;
  height: auto;
  margin-top: 3px;
  float: right;
}

/* line 91, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.modal-content {
  border-radius: 0;
  background-color: var(--stoam-body-bg-content);
}

/* line 98, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.modal .close {
  display: block !important;
}

/* line 102, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.pagination {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

/* line 106, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.pagination li {
  border: 1px solid var(--stoam-body-color);
  color: var(--stoam-body-color);
  background-color: var(--stoam-body-bg);
  text-align: center;
  float: left;
  margin-left: 2px;
}

/* line 114, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.pagination li a {
  display: block;
  padding: 5px 15px;
}

/* line 118, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/general.scss */
.pagination li.active {
  background-color: var(--stoam-body-color);
  color: var(--stoam-body-bg);
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card-up {
  height: 165px;
}

/* line 5, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla {
  border-radius: 0px;
  transition: all 0.3s;
}

/* line 8, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla:hover {
  transform: var(--stoam-product-card-transform-hover);
}

/* line 11, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla.open-info {
  transition: none;
}

/* line 14, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla.open-info:hover {
  transform: none;
}

/* line 18, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .ref-parrilla {
  text-align: center;
  background-color: var(--stoam-body-ref-bg);
  color: var(--stoam-body-ref-color);
  padding: 2px 5px;
  margin-bottom: 2px;
}

/* line 25, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-up {
  position: relative;
}

/* line 28, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-up img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-up .discount {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--stoam-body-discount-bg);
  color: var(--stoam-body-discount-color-to-bg);
  padding: 5px 15px 5px 15px;
  font-size: 14px;
}

/* line 42, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-up .discount span {
  color: #fff;
}

/* line 48, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body {
  background-color: #fff;
  padding: 15px 10px 0px 10px;
}

/* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  height: 50px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px;
}

/* line 62, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body a {
  text-align: center;
}

/* line 66, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt {
  margin-top: 5px;
}

/* line 68, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt a {
  float: left;
  margin-right: 5px;
  width: 26px;
  text-align: center;
  padding: 0;
}

/* line 82, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 1px 3px;
  float: left;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-right: 5px;
  font-size: 15px;
  min-width: 26px;
}

/* line 93, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt button.btn-primary {
  padding: 3px;
  width: calc(100% - 130px);
  font-size: 24px;
  line-height: 18px;
  margin-top: -1px;
}

/* line 104, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt button.btn-primary.btn-variant {
  width: calc(100% - 53px);
}

/* line 107, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt .icon-carret {
  background-color: var(--stoam-body-cart-bg);
  border: 1px solid #fff;
  border-color: var(--stoam-body-cart-border-color);
  padding: 0px 5px;
  color: var(--stoam-body-cart-color);
  font-style: inherit;
  float: right;
  text-align: center;
  font-size: 13px;
  width: 46px;
  height: auto;
  line-height: 24px;
}

/* line 123, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .items-price-estimated .card-butt .icon-carret.agreg.full {
  background-color: var(--stoam-body-cart-bg-active);
  border-color: var(--stoam-body-cart-border-color-active);
  color: var(--stoam-body-cart-color-active);
}

/* line 131, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card.producto_parrilla .card-body .buttns-parr {
  margin: 10px 0;
}

/* line 139, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
.card:hover .card-body .cart-title {
  color: #02294c;
}

/* line 144, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
div.pack-details {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 150, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
  .card-up {
    height: 238px;
  }
}

@media (min-width: 768px) {
  /* line 156, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
  .card-up {
    height: 208px;
  }
}

@media (min-width: 992px) {
  /* line 162, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
  .card-up {
    height: 208px;
  }
}

@media (min-width: 1200px) {
  /* line 168, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/card.scss */
  .card-up {
    height: 253px;
  }
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background-color: var(--stoam-body-bg-content);
  overflow-y: scroll;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  padding: 0px;
  right: -322px;
  width: 306px;
}

/* line 14, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .filtro_collapse {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: var(--stoam-body-ref-bg);
  color: var(--stoam-body-ref-color);
}

/* line 21, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .badge-secondary {
  background-color: var(--stoam-body-ref-bg);
  color: var(--stoam-body-ref-color);
}

/* line 25, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .list-group-item {
  background: inherit;
  color: inherit;
}

/* line 30, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons {
  margin-top: 0px;
  padding: 10px;
}

/* line 34, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons .icon-right-arrow {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

/* line 42, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons .parent {
  font-weight: bold;
  color: var(--stoam-headers-color);
}

/* line 47, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons .parent-link {
  margin-left: 25px;
}

/* line 51, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons li {
  padding: 3px 0;
}

/* line 53, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons li a {
  margin-left: 50px;
}

/* line 56, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons li span {
  margin-left: 25px;
}

/* line 61, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b #filtros_taxons li:first-child {
  margin-top: 3px;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b ul.propiedades {
  margin-top: 15px;
  padding: 0 10px;
}

/* line 70, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b ul.propiedades li {
  padding: 3px 0;
}

/* line 72, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b ul.propiedades li .link_filtro {
  display: inline-block;
  width: 100%;
}

/* line 81, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b ul.propiedades li .link_filtro:hover .img_false {
  background: url(/assets/chek/chek_hover-ef4ff58302c27a4a88bad692dd0ede66524f22020205d185b729e079c982b822.svg);
}

/* line 88, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .badge {
  float: right;
  margin-top: 4px;
}

/* line 93, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .chek_img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 104, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .img_true {
  background: url(/assets/chek/chek_true-337bf1a44ca192c0863b5f1d36de9227676c5cdf2b8eac4b443f29377fe701d7.svg);
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/sidebar.scss */
#sidebar_b2b .img_false {
  background: url(/assets/chek/chek_false-34d4325dcfdad92f8697652629f1883c2d7f897dc2856197d58eb1e47ff50d5d.svg);
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/etiquetas_parrilla.scss */
.etiquetas_properties {
  position: absolute;
  bottom: 0;
  padding: 5px;
}

@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Book-0db947ea8b446bcec6622b0145266a3c096746e217a1024ac2840deaef215995.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Medium-68ff45c7667854c16a4030468982a761eaa730cdf02fb4c56fe928d805aa29bd.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BIZUDPMincho";
  src: url(/assets/BIZUDPMincho-Regular-aaae1c997e68a6325bfb53aa97b65e4df9c99597c5465d700d2dfb4f56b5e165.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CourierPrime";
  src: url(/assets/CourierPrime-0ce46edb173d9137011231b7a49dea6f2974a2bd54751f481461ff0ae303b4e6.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CutiveMono";
  src: url(/assets/CutiveMono-Regular-6fd09bcec7db101a555cc5aa1d22a099310e2e07771895884daac84aefbe1e1e.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ModernDOS";
  src: url(/assets/ModernDOS9x16-030324409b50fd3ead609eca0a6e6291697656237dc37c6106c244cbff715918.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoMono";
  src: url(/assets/RobotoMono-03c51860ac5148d37da3e14c2c6b0f6f4b6bd1515bb2daa2dc8a5ff38f2503af.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SpaceMono";
  src: url(/assets/SpaceMono-683af446b610ac94b6aabf9d40d0a6601b896e1e1b5f5e76ae98d0b7128d39ef.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "XanhMono";
  src: url(/assets/XanhMono-Regular-b2ea489ded5890a3c078ad4fffe5ddb4bcda7dcadb441973e027ca4aa51167d1.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url(/assets/Lato-Regular-5a7ee76932e5355f679f70b3c2380533564dd25143a8eab609ab74743acbed70.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url(/assets/Lato-Bold-ede7eb46edd69275f376a6ba6882afc55e52c49df5e6e306e55698d516456c02.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Monserrat";
  src: url(/assets/Montserrat-Regular-f12ae1d3d2c2569e1e54046818d10ca3bef012c7e590acfb3cff5bb5f4e240cf.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Monserrat";
  src: url(/assets/Montserrat-SemiBold-9d57b806d5baed134223b5b1bfb4e1c087a18fb1d1a8a5c814e35f2d97bcef91.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Oxanium";
  src: url(/assets/Oxanium-Regular-6dfcc779637b4ba555cd54a694879ed5ba1532ea425cfe2fc94957f7af074960.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oxanium";
  src: url(/assets/Oxanium-SemiBold-fb85844dada6f167592381b2d3db96d91dfc43bbb2effd742d630f3b72ba9e5d.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-Regular-4132d2d2b9443d42422ebb2769b3113c157e0cf08c91cfe555a6da5ac0a9c762.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-SemiBold-a27799af8da2e1b65bc12769eb5f8da47b0689e24f5cf655a4fb58db80bd90b7.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/Raleway-Regular-9f1a7e71cb10f24168030e458949e5c8bcc103462dc27e658c65d8b353b48794.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/Raleway-SemiBold-7fde54e07a7d8bce1cd522a141147ae9d020e8deca69eec9047de307bb30e282.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Regular-20000d75440612ea9275ebd2723e3fa8730d6bbfd445ed31bad745bec6164d8b.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Bold-b0786970a4e751b8f1794254733040ecbfaa7cc2ef8fa7f4eab4769bc98303e9.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumWeb";
  src: url(/assets/TitilliumWeb-Regular-0b58c0cd29164a6c52cbb86d33e0d85efd66013f8033f9ab25dc180b8cf8eaa9.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumWeb";
  src: url(/assets/TitilliumWeb-SemiBold-47d66ab2d694e24ddf735a2b1191a34501df5f872a49749bf4a0d170806e28db.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "VarelaRound";
  src: url(/assets/VarelaRound-Regular-cf9d418b231cd3ee35dd29eacff81964d6af7d2d45c60ef622eabaeb817db459.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AbrilFatface";
  src: url(/assets/AbrilFatface-Regular-7e56b2c6da1257966591f76d34c2e8315a54ba55b7c2892aae37dff498993410.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bellota";
  src: url(/assets/Bellota-Regular-c7d57e06a2aa1c173453f6ce5dc0cb0387df6e89374f04776a6bdf0669ff853d.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BIZUDMincho";
  src: url(/assets/BIZUDMincho-Regular-5e19eaa9ce6e226c3fbac0a2636fb8bc17f2e33e493b30b09fed06344bf3b4b7.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CroissantOne";
  src: url(/assets/CroissantOne-Regular-ec3388df14cdbaca76330db9a954b3add122b0a90904f201005839c9c7173307.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DMSerifDisplay";
  src: url(/assets/DMSerifDisplay-Regular-a5ea686d0d5b1c43f0733b23d83ffc6f104173a543ee777b474967fb11eeffa2.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GFSDidot";
  src: url(/assets/GFSDidot-Regular-f4135e4e4c9aecaf4f7fd49fa784acca5d4c020b744e84a15c4626612a7df595.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GlassAntiqua";
  src: url(/assets/GlassAntiqua-Regular-808747a1f53b962a1c8fc90ad48102c005f985b205ea74ca322625625f54c197.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url(/assets/Lora-Regular-e9edcaf3fcb0db6ff511cba02adfd0e6c73f168d9e8b9a36cfdd5339b4c8d906.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url(/assets/Lora-SemiBold-cb2f01233b77526aff36d40400e001cff735c2c903b7613653f7fa72556d0fa5.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Philosopher";
  src: url(/assets/Philosopher-Regular-050b0bbe8cd1e3bb9a609ffc28c84ba1b4315f17722ba7eb36fc16f1475412c7.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url(/assets/PlayfairDisplay-Regular-a665415b72ac380d4d857a433850a3060fd3bca47c5ce1f3c425bfca569923e1.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url(/assets/PlayfairDisplay-Bold-1685ec12b5eeb217d5b3d5d5f909719a96098a0cb2e6d929d43764916b0f0c49.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SoriaFont";
  src: url(/assets/soria-font-b6695f86224a60b42888c30ab46f200ebbc3f4110bdc7db27d1a89dd011fb7b6.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TartlersEnd";
  src: url(/assets/Tartlers-End-388115718c5cfec081923d24902e1c579b5670b421d2857d7200a11f80b14f87.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vidaloka";
  src: url(/assets/Vidaloka-Regular-9c331595de9dd436337c5f1e55b017f85d40cc45f8791e40dbe934bdf7178f7e.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "YesevaOne";
  src: url(/assets/YesevaOne-Regular-f2ed693a0986e5de5761a3023ad899fd6a922b48d44857d3c11899faca94763c.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Autolova";
  src: url(/assets/Autolova-71b242afbbceda5a2ed02a3bdaa6f585ea16f07382a284a9afcb1f51b0c9758b.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Celliad";
  src: url(/assets/Celliad-6fce574a28e489f70129cc9f04d839c913d9f973fce223202dcb3947830f84ab.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DancingScript";
  src: url(/assets/DancingScript-Regular-8901db30de92d1fa93eb10999c3116c66fa580367ee5168470e240610f7142e7.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Desyrel";
  src: url(/assets/DESYREL-f891357f69bb14e0b8a1d63a3162f8ccc3c2c301d592c88d516e485fdeeece3b.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Feronia";
  src: url(/assets/Feronia-7c586e3412a5022129dc4131ae0a441aa54d110618bede0994b8585022a9743d.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GreatSejagad";
  src: url(/assets/Great-Sejagad-0b1da3620ed43a6d9de9c0bac5ad342a27b639130f68e5691cf648d741bdb9b0.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MagnoliaScript";
  src: url(/assets/Magnolia-Script-b80fa1308807a775cb8d7e7fd93ca611efe8bc0852ef88638239326e40bc7723.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PetitFormalScript";
  src: url(/assets/PetitFormalScript-Regular-f62197a3b2b726c4c254cf8a917432caeadefd9129df39bba87be913e5093eb0.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pulang";
  src: url(/assets/Pulang-d573718a52f73f642d3e438c8017767a85b67b833b0c5b49c812b8cfe82fb408.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "QumpellkaNo12";
  src: url(/assets/QumpellkaNo12-93e37e0c601d663504fa5b44724e15fbf0508d889eadf81a76afe9805a9ffa2e.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Razan";
  src: url(/assets/Razan-0064ca5e1c4e47a1d2ba61a3d0693e2af1897faff38d26f19de391e83562dc9c.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roustel";
  src: url(/assets/Roustel-120dad855a682321c008e63510a3feb175fb53a90bb42b9e01e3e390a528e8d4.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Tahu";
  src: url(/assets/Tahu-e6edd0e3762de1c04b88ee3ee4816573b582ddcaf0f929eae6cede6434fefd18.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kingthings";
  src: url(/assets/KingthingsTrypewriter2-e41dab02f4c19188f0815820e9dc7f226ed59d645f18b3b5138602c847637028.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SpecialElite";
  src: url(/assets/SpecialElite-cc4fafb16888edd189638812e1508f846d1a307f2b913f5fd445a853d2539d28.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "typewcond";
  src: url(/fonts/typewcond_regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "breamcatcher";
  src: url(/assets/breamcatcher-rg-c109166f98ec6e25404c0edfccd910317820dea59ab53475fb6638c8a8783fc1.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Furgatorio";
  src: url(/assets/Furgatorio-e4b097b84f819ff01c455b9a3168146a058d4458802abe45c5dd64696310aed7.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Herkules";
  src: url(/assets/Herkules-0d07ab36dcf6f2f3ada5ae71f90eb6180a1c38b893016dff455a064e73f2913c.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lobster";
  src: url(/fonts/Lobster-1-4.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stonin";
  src: url(/fonts/STONIN.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Titania";
  src: url(/assets/Titania-Regular-70eb380fce992cc089824b8b69e068eb3d82167b813d6c081ec4643fc9682b12.ttf);
  font-weight: normal;
  font-style: normal;
}

/* line 2, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .gb-img-delete {
  color: var(--stoam-azul);
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url(/assets/admin/delete-bd3fbed94640d41a9b667198ca099997d52dea17b7530ddea4083db5826f0755.png);
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .gb-img-delete:hover {
  background-image: url(/assets/admin/delete_hover-f4b107ee8f0d0d7ce30951b9c0c788e02b4ebfa3e5a991fe0db84aad70ea12ec.png);
}

/* line 12, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
BODY #theme-modal {
  color: #333;
  font-family: Avenir;
}

/* line 16, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
BODY #theme-modal .modal-content {
  background-color: #fff;
}

/* line 19, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal h2,
#theme-modal h5 {
  color: #333;
  font-family: Avenir;
}

/* line 24, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal h2 {
  font-size: 20px;
  margin: 20px 0 0;
  line-height: 20px;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .btn-primary {
  background: #02294c;
  border-color: #02294c;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 0;
}

/* line 36, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .btn-primary:hover {
  background: #ffffff;
  border-color: #02294c;
  color: #02294c;
  text-transform: capitalize;
  border-radius: 0;
}

/* line 43, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .btn-secondary {
  background: #ffffff;
  border-color: #02294c;
  color: #02294c;
  text-transform: capitalize;
  border-radius: 0;
}

/* line 50, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .btn-secondary:hover {
  background: #02294c;
  border-color: #ffffff;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 0;
}

/* line 57, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal a.color-flash {
  float: right;
  background-image: url(/assets/color-alert-63219c141b91e2535589b1556e09691c62293d912c66fc10a3b3b754d648e340.png);
  width: 32px;
  height: 32px;
}

/* line 63, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal a.color-flash.active,
#theme-modal a.color-flash:hover {
  float: right;
  background-image: url(/assets/color-alert-abade64d1f5b3dbbabdeba9e1e388e544f7776e8cae24256a42a247e4d3a239f.gif);
}

/* line 69, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .close {
  margin-left: 0;
  padding-left: 7px;
}

/* line 73, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .minimize {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  line-height: 15px;
}

/* line 87, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .minimize:hover {
  opacity: .75;
}

/* line 91, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .maximize {
  display: none;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  line-height: 15px;
  padding-top: 22px;
  padding-right: 16px;
}

/* line 108, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .maximize span {
  background-image: url(/assets/maximize-691cfe0e7173e1c9b943f55d2ecd9301580f6e53fa526332d88d5d7c8173e355.png);
  width: 12px;
  height: 12px;
  display: block;
}

/* line 114, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme-modal .modal-header .maximize:hover {
  opacity: .75;
}

/* line 117, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion {
  --stoam-azul: #04A1D0
;
}

/* line 121, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion .mb-0 {
  margin: 0;
}

/* line 124, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion h2 button {
  padding: 0;
}

/* line 127, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion select,
#theme_acordion input {
  background-color: #fff;
}

/* line 132, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion .field-font label.check-svg {
  width: auto;
  margin: 0 0 0 7px;
}

/* line 136, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion .field-color-alpha .alpha {
  width: auto;
  display: inline-block;
  margin: 0 0 0 7px;
}

/* line 143, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-svg {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: auto;
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-svg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 156, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-svg input:checked + .check-svg {
  border: 2px solid var(--stoam-azul);
}

/* line 159, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-svg input:checked + .check-svg:hover,
#theme_acordion label.check-svg .check-svg:hover {
  border: 2px solid #454D5A;
}

/* line 163, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-svg .check-svg {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-size: contain;
}

/* line 170, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-bold .check-svg {
  background: #F9FAFB url(/assets/admin/bold-e3c0067ac03592f831eefd80e43474f5b83a793c82150e44f59df146a9c7005e.svg) no-repeat center center;
}

/* line 173, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
#theme_acordion label.check-italic .check-svg {
  background: #F9FAFB url(/assets/admin/italic-b624144b436b92286072262b52a1658bf056a90b45d9b518b7c79900036f3020.svg) no-repeat center center;
}

/* line 176, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/theme_menu.scss */
.concept-icon {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  display: inline;
  color: var(--stoam-azul);
  pointer-events: none;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/custom_login.scss */
#login-bg {
  background-size: cover;
  background-color: var(--stoam-login-bg-color);
  background-position: var(--stoam-login_background-position);
  background-repeat: no-repeat;
  height: 100vh;
}

/* line 9, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/custom_login.scss */
#login-bg .login {
  background-color: var(--stoam-login-bg-content);
  box-shadow: var(--stoam-login-box-shadow);
  border-radius: var(--stoam-login-border-radius-content);
  border-color: var(--stoam-login-border-color);
}

/* line 16, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/custom_login.scss */
#login-bg .login .logo {
  text-align: center;
}

/* line 1, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main {
  background: transparent;
  color: var(--stoam-headers-color);
  font-family: var(--stoam-font-family-body);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

/* line 17, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}

/* line 30, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

/* line 38, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

/* line 54, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 67, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
:root {
  --cc-font-family: var(--stoam-font-family-body);
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--stoam-body-link-color);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #1e1e1e;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: var(--stoam-btn_primary-bg);
  --cc-btn-primary-color: var(--stoam-btn_primary-color);
  --cc-btn-primary-border-color: var(--stoam-btn_primary-border-color);
  --cc-btn-primary-hover-bg: var(--stoam-btn_primary-bg-hover);
  --cc-btn-primary-hover-color: var(--stoam-btn_primary-color-hover);
  --cc-btn-primary-hover-border-color: var(--stoam-btn_primary-border-color-hover);
  --cc-btn-secondary-bg: var(--stoam-btn_secondary-bg);
  --cc-btn-secondary-color: var(--stoam-btn_secondary-color);
  --cc-btn-secondary-border-color: var(--stoam-btn_secondary-border-color);
  --cc-btn-secondary-hover-bg: var(--stoam-btn_secondary-bg-hover);
  --cc-btn-secondary-hover-color: var(--stoam-btn_secondary-color-hover);
  --cc-btn-secondary-hover-border-color: var(--stoam-btn_secondary-border-color-hover);
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em
;
}

/* line 116, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl {
  direction: rtl;
}

/* line 120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

/* line 128, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main button > span {
  pointer-events: none;
}

/* line 132, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size .25s, color .25s ease;
}

/* line 143, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

/* line 149, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc__link {
  color: var(--cc-link-color);
}

/* line 153, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  /* line 161, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  /* line 167, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  /* line 175, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  /* line 179, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}

/* line 185, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  /* line 192, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main {
    --cc-modal-transition-duration: 0s
	;
  }
}

/* line 197, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809
;
}

/* line 238, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.cc--darkmode #cc-main {
  color-scheme: dark;
}

/* line 242, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

/* line 257, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

/* line 261, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

/* line 266, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

/* line 270, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

/* line 277, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

/* line 282, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

/* line 287, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* line 294, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

/* line 300, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

/* line 308, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem;
}

/* line 313, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__title {
  font-size: 1.05em;
}

/* line 317, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

/* line 321, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__desc {
  color: var(--cc-primary-color);
  font-size: .9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

/* line 331, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 338, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

/* line 343, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: .375rem;
}

/* line 348, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0;
}

/* line 354, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-top: 0;
}

/* line 359, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}

/* line 365, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: .375rem;
  margin-right: 0;
}

/* line 370, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: .375rem;
  margin-top: 0;
}

/* line 376, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: .375rem;
}

/* line 382, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

/* line 389, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

/* line 394, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  padding: .5em 1em;
  text-align: center;
}

/* line 406, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

/* line 412, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

/* line 418, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

/* line 424, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

/* line 441, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke .15s ease;
}

/* line 447, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

/* line 451, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

/* line 455, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

/* line 459, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

/* line 463, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

/* line 467, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__footer {
  background: white;
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-primary-color);
  padding: .4em 0 .5em;
}

/* line 474, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 481, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: .8em;
  width: 100%;
}

/* line 488, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

/* line 492, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

/* line 496, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

/* line 500, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box .cm__btn--close {
  display: block;
}

/* line 504, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

/* line 508, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

/* line 512, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

/* line 517, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

/* line 521, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

/* line 527, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

/* line 531, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

/* line 535, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

/* line 540, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

/* line 544, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

/* line 548, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

/* line 552, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

/* line 558, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

/* line 562, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

/* line 566, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

/* line 571, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

/* line 575, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

/* line 579, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

/* line 583, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s
;
}

/* line 595, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

/* line 600, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

/* line 605, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

/* line 612, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar .cm__body {
  padding: .5em 0 .9em;
}

/* line 616, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

/* line 622, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

/* line 626, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: .375rem;
  margin-top: 0;
}

/* line 632, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 638, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .375rem;
}

/* line 645, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

/* line 649, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

/* line 653, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

/* line 658, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

/* line 663, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

/* line 669, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

/* line 673, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

/* line 678, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

/* line 683, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

/* line 696, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

/* line 702, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

/* line 706, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

/* line 710, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

/* line 715, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

/* line 722, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

/* line 727, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: .375rem;
}

/* line 732, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}

/* line 737, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

/* line 745, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: .375rem;
  margin-right: 0;
}

/* line 751, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  /* line 757, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main {
    --cc-modal-margin: .5em
	;
  }
  /* line 761, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  /* line 766, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  /* line 771, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  /* line 779, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  /* line 787, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: .375rem 0 0 !important;
  }
  /* line 792, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important;
  }
  /* line 798, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  /* line 804, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__btn {
    flex: auto !important;
  }
  /* line 808, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  /* line 812, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}

/* line 818, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

/* line 823, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

/* line 838, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main svg {
  fill: none;
  width: 100%;
}

/* line 843, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

/* line 849, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

/* line 856, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

/* line 864, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all .15s ease;
  width: 40px;
}

/* line 874, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

/* line 880, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke .15s ease;
}

/* line 886, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

/* line 891, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

/* line 895, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

/* line 901, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: .5em;
}

/* line 909, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

/* line 920, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color .25s ease, border-color .25s ease;
}

/* line 926, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

/* line 934, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

/* line 939, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

/* line 943, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: .375rem;
}

/* line 949, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--stoam-btn_info-bg);
  border: 1px solid var(--stoam-btn_info-border-color);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color .25s ease, border-color .25s ease;
  width: 100%;
}

/* line 963, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--stoam-btn_info-bg-hover);
  border-color: var(--stoam-btn_info-border-color-hover);
}

/* line 968, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

/* line 973, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg)
;
}

/* line 978, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 983, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

/* line 987, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

/* line 991, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

/* line 996, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

/* line 1008, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

/* line 1013, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

/* line 1019, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: .85em;
}

/* line 1023, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: .95em;
  font-weight: 600;
}

/* line 1029, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: .8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 .6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

/* line 1050, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

/* line 1057, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 .6em 1px;
  width: auto;
}

/* line 1062, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

/* line 1072, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

/* line 1079, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

/* line 1086, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

/* line 1093, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle-service .toggle__icon {
  position: relative;
}

/* line 1097, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

/* line 1102, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

/* line 1106, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

/* line 1110, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

/* line 1120, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

/* line 1124, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all .25s ease;
}

/* line 1134, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .25s ease, background-color .25s ease;
  width: 23px;
}

/* line 1148, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity .15s ease;
  width: 100%;
}

/* line 1156, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

/* line 1161, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

/* line 1166, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-off {
  opacity: 1;
}

/* line 1170, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

/* line 1175, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

/* line 1180, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

/* line 1185, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

/* line 1189, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

/* line 1193, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

/* line 1198, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

/* line 1203, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

/* line 1207, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 1216, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: .9em;
}

/* line 1223, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

/* line 1227, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

/* line 1232, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: .4em 1.2em;
  position: relative;
  transition: background-color .15s ease;
}

/* line 1241, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

/* line 1245, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

/* line 1252, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

/* line 1262, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__service-title {
  font-size: .95em;
  width: 100%;
  word-break: break-word;
}

/* line 1268, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-desc {
  line-height: 1.5em;
}

/* line 1272, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

/* line 1282, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__table-caption {
  text-align: left;
}

/* line 1286, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

/* line 1293, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__table-tr {
  transition: background-color .15s ease;
}

/* line 1297, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

/* line 1301, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: .625em .625em .625em 1.2em;
  vertical-align: top;
}

/* line 1308, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

/* line 1314, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn-group {
  display: flex;
}

/* line 1318, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
}

/* line 1323, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

/* line 1329, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: .5em 1.5em;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

/* line 1344, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

/* line 1350, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

/* line 1356, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

/* line 1362, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

/* line 1373, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

/* line 1378, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s
;
}

/* line 1391, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

/* line 1399, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-head {
  display: none;
}

/* line 1403, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-caption {
  display: block;
}

/* line 1407, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

/* line 1411, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

/* line 1416, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

/* line 1427, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

/* line 1431, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

/* line 1437, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

/* line 1442, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: .375rem 0 0;
}

/* line 1447, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

/* line 1452, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: .375rem;
  margin-top: 0;
}

/* line 1458, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

/* line 1462, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

/* line 1467, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

/* line 1472, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

/* line 1476, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

/* line 1482, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

/* line 1487, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

/* line 1500, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

/* line 1505, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

/* line 1510, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

/* line 1514, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

/* line 1518, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 1523, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

/* line 1528, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

/* line 1533, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

/* line 1539, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .toggle-service {
  left: 0;
}

/* line 1543, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

/* line 1548, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

/* line 1553, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

/* line 1557, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

/* line 1562, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

/* line 1566, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

/* line 1570, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

/* line 1574, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

/* line 1581, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

/* line 1586, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

/* line 1591, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: .375rem;
}

/* line 1597, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: .375rem;
  margin-right: 0;
}

/* line 1603, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  /* line 1609, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  /* line 1621, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: .9em !important;
  }
  /* line 1627, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__badge {
    display: none;
  }
  /* line 1631, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  /* line 1640, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__table-head {
    display: none;
  }
  /* line 1644, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  /* line 1648, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  /* line 1653, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  /* line 1664, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  /* line 1668, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  /* line 1673, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  /* line 1677, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: .375rem 0 0 !important;
  }
  /* line 1682, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: .375rem !important;
    margin-top: 0 !important;
  }
  /* line 1688, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  /* line 1693, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/cookiesconsent.scss */
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}

/* line 18, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/application.scss */
fieldset.border {
  border-width: 1px;
  padding: 25px 10px 5px;
}

/* line 23, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/application.scss */
.stock-icon {
  width: 1rem !important;
}

/* line 26, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/application.scss */
.card {
  background-color: inherit;
}

/* line 29, components/stoam_theme_b2b/app/assets/stylesheets/spree/frontend/stoam_theme_v2/application.scss */
html > body > .ui-tooltip {
  background-color: var(--stoam-header-bg);
  color: var(--stoam-header-color);
  border: 1px solid var(--stoam-header-border-color);
  box-shadow: none;
  font-family: var(--stoam-font-family-body);
  font-weight: var(--stoam-font-family-body_bold);
  font-style: var(--stoam-font-family-body_italic);
}
